Modify ABI tests in MIPS preconfigure.
[platform/upstream/glibc.git] / ChangeLog
1 2014-09-09  Steve Ellcey  <sellcey@mips.com>
2
3         * sysdeps/mips/preconfigure: Modify ABI tests.
4
5 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6
7         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8
9 2014-09-07  Roland McGrath  <roland@hack.frob.com>
10             Carlos O'Donell  <carlos@systemhalted.org>
11
12         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
13         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
14         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
15         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
16         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
17         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
18         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
19         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
20         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
21         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
22         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
23         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
24         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
25         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
26         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
27         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
28         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
29         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
30         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
31         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
32         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
33         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
34         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
35         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
36         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
37         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
38         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
39         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
40         Deconditionalize the code that was previously under [RESET_PID].
41         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
42         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
43         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
44         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
45         include sysdep.h.
46
47 2014-09-08  Allan McRae  <allan@archlinux.org>
48
49         * version.h (RELEASE): Set to "development".
50         (VERSION): Set to "2.20.90"
51
52 2014-09-07  Allan McRae  <allan@archlinux.org
53
54         * version.h (RELEASE): Set to "stable".
55         (VERSION): Set to "2.20"
56         * include/features.h (__GLIBC_MINOR__): Set to 20.
57
58         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
59         Liebler.
60
61         * po/ko.po: Update Korean translation from translation project.
62
63 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
64
65         [BZ #17354]
66         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
67         macro for handling signed relocations.
68
69 2014-09-03  Florian Weimer  <fweimer@redhat.com>
70
71         [BZ #17325]
72         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
73         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
74         assert.
75         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
76         * iconvdata/ibm935.c (BODY): Likewise.
77         * iconvdata/ibm937.c (BODY): Likewise.
78         * iconvdata/ibm939.c (BODY): Likewise.
79         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
80         assert.
81         * iconvdata/Makefile (iconv-test.out): Pass module list to test
82         script.
83         * iconvdata/run-iconv-test.sh: New test loop for checking for
84         decoder crashers.
85
86 2014-09-02  Khem Raj  <raj.khem@gmail.com>
87
88         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
89         libm_hidden_ver.
90
91 2014-09-01  Allan McRae  <allan@archlinux.org>
92
93         * po/eo.po: Update Esperanto translation from translation project.
94
95         * po/ca.po: Update Catalan translation from translation project.
96
97 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
98
99         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
100         __proc_dostop call.
101
102 2014-08-27  Mark Wielaard  <mjw@redhat.com>
103
104         [BZ #17319]
105         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
106         to call set_thread_area instead of hand written asm.
107         (__NR_set_thread_area): Removed define.
108         (TLS_FLAG_WRITABLE): Likewise.
109         (__ASSUME_SET_THREAD_AREA): Remove check.
110         (TLS_EBX_ARG): Remove define.
111         (TLS_LOAD_EBX): Likewise.
112
113 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
114
115         Simplify atomicity of socket creation in bind.
116
117         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
118         looking up the name after linking the file.
119
120 2014-08-27  Allan McRae  <allan@archlinux.org>
121
122         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
123
124 2014-08-26  Florian Weimer  <fweimer@redhat.com>
125
126         [BZ #17187]
127         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
128         trans_compare, open_translit, __gconv_translit_find):
129         Remove module loading code.
130
131 2014-08-26  Allan McRae  <allan@archlinux.org>
132
133         * po/vi.po: Update Vietnamese translation from translation project.
134
135         * po/uk.po: Update Ukrainian translation from translation project.
136
137         * po/fr.po: Update French translation from translation project.
138
139         * po/ru.po: Update Russian translation from translation project.
140
141         * po/pl.po: Update Polish translation from translation project.
142
143         * po/cs.po: Update Czech translation from translation project.
144
145         * po/de.po: Update German translation from translation project.
146
147         * po/bg.po: Update Bulgarian translation from translation project.
148
149         * po/sv.po: Update Sweedish translation from translation project.
150
151         * po/nl.po: Update Dutch translation from translation project.
152
153         * po/es.po: Update Spanish translation from translation project.
154
155 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
156
157         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
158
159         * catgets/Makefile (CPPFLAGS-gencat): Remove.
160         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
161         (CPPFLAGS-iconvconfig): Likewise.
162         * timezone/Makefile (CPPFLAGS-zic): Likewise.
163
164         * include/libc-symbols.h: Remove unnecessary check for
165         NOT_IN_libc.
166         * nptl/pthreadP.h: Likewise.
167         * sysdeps/aarch64/setjmp.S: Likewise.
168         * sysdeps/alpha/setjmp.S: Likewise.
169         * sysdeps/arm/sysdep.h: Likewise.
170         * sysdeps/i386/setjmp.S: Likewise.
171         * sysdeps/m68k/setjmp.c: Likewise.
172         * sysdeps/posix/getcwd.c: Likewise.
173         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
174         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
175         * sysdeps/s390/s390-32/setjmp.S: Likewise.
176         * sysdeps/s390/s390-64/setjmp.S: Likewise.
177         * sysdeps/sh/sh3/setjmp.S: Likewise.
178         * sysdeps/sh/sh4/setjmp.S: Likewise.
179         * sysdeps/unix/alpha/sysdep.h: Likewise.
180         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
181         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
182         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
183         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
186         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
187         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
188         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
189         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
190         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
191         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
192         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
193         * sysdeps/x86_64/setjmp.S: Likewise.
194
195 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
196
197         [BZ #17263]
198         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
199         <stdint.h>.
200         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
201         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
202
203 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
204
205         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
206
207         [BZ #17262]
208         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
209         and __x86_64__ when disabling x87 inline functions.
210
211 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
212
213         [BZ #17259]
214         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
215         asm statement with __cpuid_count.
216
217 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
218
219         * configure.ac: Change __ehdr_start code to dereference the struct.
220         Run readelf on the output to look for relocations.
221         * configure: Regenerated.
222
223 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
224
225         [BZ #17261]
226         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
227         value to 0.
228         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
229
230 2014-08-12  Roland McGrath  <roland@hack.frob.com>
231
232         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
233
234 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
235
236         [BZ #16892]
237         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
238         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
239
240 2014-08-12  Sean Anderson  <seanga2@gmail.com>
241
242         * malloc/malloc.c: Fix typo in comment.
243
244 2014-08-09  Allan McRae  <allan@archlinux.org>
245
246         * Regenerate libc.po.
247
248 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
249
250         * intl/tst-gettext2.sh: Check every lang file for creation.
251
252 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
253
254         * sysdeps/aarch64/fpu/math_private.h
255         (libc_feholdsetround_noex_aarch64_ctx): New function.
256
257 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
258
259         * sysdeps/arm/armv6/strcpy.S (strcpy):
260         Fix performance issue in misaligned cases.
261
262 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
263
264         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
265         Move definition from termios.h.
266         (struct termio): Likewise.
267         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
268         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
269         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
270         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
271         Likewise.
272         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
273         Move definition to ioctl-types.h
274         (struct termio): Likewise.
275         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
276         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
277         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
278         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
279         Likewise.
280
281 2014-08-05  Richard Henderson  <rth@redhat.com>
282
283         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
284         exceptions.
285         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
286         Add fraiseexcpt.
287         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
288         Use __feraiseexcept.
289         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
290         Protect libm symbols with IS_IN_libm.
291
292         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
293
294 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
295
296         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
297
298 2014-08-04  Will Newton  <will.newton@linaro.org>
299
300         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
301         file.
302
303 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
304
305         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
306         variants for each function.
307
308 2014-08-04  Roland McGrath  <roland@hack.frob.com>
309
310         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
311         appended ...
312         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
313         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
314         appended ...
315         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
316         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
317         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
318         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
319         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
320         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
321         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
322         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
323         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
324         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
325         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
326         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
327         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
328         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
329         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
330         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
331         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
332         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
333         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
334         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
335         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
336         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
337         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
338         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
339         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
340         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
341         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
342         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
343         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
344         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
345         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
346         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
347         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
348         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
349         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
350         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
351         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
352         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
353         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
354         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
355         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
356         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
357         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
358         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
359         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
360         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
361         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
362         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
363         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
364         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
365         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
366         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
367         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
368         Update #include.
369         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
370         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
371
372 2014-08-04  Roland McGrath  <roland@hack.frob.com>
373
374         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
375         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
376         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
377         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
378         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
379         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
380
381 2014-08-04  Roland McGrath  <roland@hack.frob.com>
382
383         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
384         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
385         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
386         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
387
388 2014-08-04  Roland McGrath  <roland@hack.frob.com>
389
390         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
391         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
392         (__libc_vfork): Define function under this name.
393         (__vfork): Define as an alias.
394         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
395         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
396
397 2014-08-04  Roland McGrath  <roland@hack.frob.com>
398
399         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
400         that was previously under [RESET_PID].
401         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
402
403 2014-08-04  Andreas Schwab  <schwab@suse.de>
404
405         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
406
407 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
408
409         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
410         (main): Likewise.
411
412 2014-08-01  Roland McGrath  <roland@hack.frob.com>
413
414         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
415
416 2014-08-01  Richard Henderon  <rth@redhat.com>
417
418         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
419         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
420         typo in exact zero test.
421         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
422         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
423         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
424
425 2014-08-01  Roland McGrath  <roland@hack.frob.com>
426
427         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
428         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
429         * sysdeps/arm/sysdep.h: ... here.
430         [!__ASSEMBLER__]: Include <stdint.h>.
431
432 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
433
434         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
435         (HAVE_WCTYPE_H): Likewise.
436         (HAVE_ISWCTYPE): Likewise.
437         (ENABLE_NLS): Likewise.
438         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
439         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
440
441         * posix/regex_internal.c: Check if DEBUG is defined and is
442         set.
443
444         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
445         (HAVE_MBSRTOWCS): Likewise.
446         * posix/fnmatch.c: Include string.h unconditionally.
447
448 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
449
450         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
451         reversal.
452
453 2014-07-31  Roland McGrath  <roland@hack.frob.com>
454
455         * sysdeps/generic/safe-fatal.h: New file.
456         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
457         * nptl/forward.c: Include it.
458         (__pthread_unwind): Use __safe_fatal as default action, rather
459         than a bogus use of INTERNAL_SYSCALL that could never work.
460
461         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
462         * configure.ac (libc_cv_builtin_trap): New test.
463         * configure: Regenerated.
464         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
465         (ABORT_INSTRUCTION): Define using __builtin_trap.
466
467         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
468         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
469         * sysdeps/nptl/nptl-signals.h: New file.
470         * nptl/pthreadP.h: Include <nptl-signals.h>.
471
472 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
473
474         * sysdeps/s390/s390-64/utf16-utf32-z9.c
475         (ONE_DIRECTION): Define.
476         * sysdeps/s390/s390-64/utf8-utf16-z9.c
477         (ONE_DIRECTION): Define.
478         * sysdeps/s390/s390-64/utf8-utf32-z9.c
479         (ONE_DIRECTION): Define.
480
481 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
482
483         * sysdeps/s390/Makefile: Delete file.
484         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
485         * sysdeps/s390/__longjmp.c: Delete file.
486         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
487         Remove fields __flags and __reserved.
488         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
489         and add versioning.
490         * sysdeps/s390/rtld-__longjmp.c: Delete file.
491         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
492         * sysdeps/s390/rtld-setjmp.S: Likewise.
493         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
494         * sysdeps/s390/s390-32/__longjmp.c: ... here.
495         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
496         * sysdeps/s390/s390-32/setjmp.S: ... here.
497         Add versioning.
498         (__sigsetjmp): Remove setting __flags field.
499         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
500         * sysdeps/s390/s390-64/__longjmp.c: ... here.
501         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
502         * sysdeps/s390/s390-64/setjmp.S: ... here.
503         Add versioning.
504         (__sigsetjmp): Remove setting __flags field.
505         * sysdeps/s390/setjmp.S: Delete file.
506         * sysdeps/s390/sigjmp.c: Likewise.
507         * sysdeps/s390/v1-longjmp.c: Likewise.
508         * sysdeps/s390/v1-setjmp.h: Likewise.
509         * sysdeps/s390/v1-sigjmp.c: Likewise.
510         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
511         Remove v1-longjmp_chk.
512         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
513         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
514         Include debug/longjmp_chk.c and add versioning.
515         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
516         Include nptl/pt-longjmp.c and add versioning.
517         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
518         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
519         Include __longjmp.c.
520         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
521         Move to ...
522         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
523         (__getcontext): Remove setting __flags field.
524         Add versioning.
525         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
526         Don't restore upper high grps.
527         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
528         Likewise.
529         (__swapcontext): Remove setting uc_flags field.
530         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
531         Delete file.
532         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
533         Include __longjmp.c.
534         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
535         Move to ...
536         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
537         (__getcontext): Remove setting __flags field.
538         Add versioning.
539         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
540         (__swapcontext): Remove setting uc_flags field.
541         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
542         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
543         Remove fields uc_high_gprs and __reserved.
544         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
545         New file with reverted content.
546         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
547         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
548         Regenerated.
549         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
550         Regenerated.
551
552 2014-07-31  Andreas Schwab  <schwab@suse.de>
553
554         * config.h.in (HAVE_IFUNC): Define to 0.
555         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
556         definedness.
557
558 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
559
560         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
561         memmove-avx-unaligned, memcpy-avx-unaligned and
562         mempcpy-avx-unaligned.
563         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
564         Add tests for AVX memcpy functions.
565         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
566         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
567         memcpy_chk.
568         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
569         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
570         memmove_chk.
571         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
572         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
573         mempcpy_chk.
574         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
575         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
576         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
577
578 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
579
580         [BZ #17213]
581         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
582         powerpc64le.
583
584 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
585
586         [BZ #16839]
587         * manual/llio.texi: Add section about open file description locks.
588         * manual/examples/ofdlocks.c: Example of open file description
589         lock usage.
590         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
591         F_OFD_SETLK, and F_OFD_SETLKW.
592
593 2014-07-23  Allan McRae  <allan@archlinux.org>
594
595         * po/es.po: Update Spanish translation from translation project.
596
597 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
598
599         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
600
601 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
602
603         [BZ #17078]
604         * sysdeps/arm/dl-machine.h (elf_machine_rela)
605         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
606         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
607
608 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
609
610         [BZ #17088]
611         * math/fesetenv.c (__fesetenv)
612         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
613         * math/feupdateenv.c (__feupdateenv)
614         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
615
616         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
617         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
618         (__ASSUME_SOCKETCALL): Do not define.
619
620         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
621         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
622         (__ASSUME_SOCKETCALL): Do not define.
623         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
624         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
625         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
626         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
627         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
628         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
629         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
630         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
631
632         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
633         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
634         (__ASSUME_SOCKETCALL): Do not define.
635         (__ASSUME_IPC64): Define unconditionally.
636         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
637         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
638         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
639         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
640         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
641         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
642         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
643         Likewise.
644
645         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
646         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
647         (__ASSUME_SOCKETCALL): Do not define.
648         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
649         (__ASSUME_FUTEX_LOCK_PI): Likewise.
650         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
651         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
652         (__ASSUME_REQUEUE_PI): Define unconditionally.
653         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
654         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
655         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
656         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
657         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
658         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
659
660         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
661         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
662         (__ASSUME_SOCKETCALL): Do not define.
663         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
664         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
665         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
666         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
667         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
668         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
669
670         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
671         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
672         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
673         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
674         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
675         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
676         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
677         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
678         (__ASSUME_GETCPU_SYSCALL): Likewise.
679
680         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
681         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
682         cases for individual architectures.
683         * sysdeps/gnu/configure: Regenerated.
684         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
685         LIBC_SLIBDIR_RTLDDIR.
686         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
687         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
688         LIBC_SLIBDIR_RTLDDIR.
689         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
691         LIBC_SLIBDIR_RTLDDIR.
692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
693         Regenerated.
694         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
695         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
696         file.
697         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
698         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
699         file.
700         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
701         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
702         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
703         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
704
705         * sysdeps/aarch64/shlib-versions: Move to ...
706         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
707         * sysdeps/alpha/shlib-versions: Move to ...
708         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
709         * sysdeps/arm/shlib-versions: Move to ...
710         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
711         * sysdeps/hppa/shlib-versions: Move all contents except for
712         libgcc_s entry to ...
713         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
714         entry from ...
715         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
716         * sysdeps/ia64/shlib-versions: Move to ...
717         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
718         entry from ...
719         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
720         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
721         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
722         * sysdeps/microblaze/shlib-versions: Move to ...
723         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
724         * sysdeps/mips/shlib-versions: Move to ...
725         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
726         entry from ...
727         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
728         * sysdeps/tile/shlib-versions: Move to ...
729         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
730         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
731         from ...
732         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
733         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
734         entry from ...
735         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
736
737 2014-07-17  Will Newton  <will.newton@linaro.org>
738
739         * sysdeps/arm/bits/atomic.h
740         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
741         (__arch_compare_and_exchange_bool_16_int): Likewise.
742         (__arch_compare_and_exchange_bool_64_int): Likewise.
743
744         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
745         into an #else block.
746
747 2014-07-16  Roland McGrath  <roland@hack.frob.com>
748
749         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
750         just Linux configurations.  Test empirically that the compiler sets
751         __ARM_EABI__, rather than using the tuple to decide.
752         * sysdeps/arm/preconfigure: Regenerated.
753         * sysdeps/unix/sysv/linux/arm/configure: File removed.
754         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
755         contents appended ...
756         * sysdeps/arm/configure.ac: ... here.
757         * sysdeps/arm/configure: Regenerated.
758
759 2014-07-15  Roland McGrath  <roland@hack.frob.com>
760
761         * nptl/pthread_kill.c: New file.
762         * nptl/pthread_sigmask.c: New file.
763         * nptl/pthread_sigqueue.c: New file.
764
765         * sysdeps/nptl/lowlevellock.h: New file.
766         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
767         * sysdeps/nptl/lowlevellock-futex.h: New file.
768
769         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
770         Remove dead declarations.
771
772 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
773
774         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
775         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
776         config-cflags-avx2.
777         * sysdeps/x86_64/configure.ac: Likewise.
778         * sysdeps/i386/configure: Regenerated.
779         * sysdeps/x86_64/configure: Likewise.
780         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
781         memset-avx2 only if config-cflags-avx2 is yes.
782         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
783         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
784         defined.
785         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
786         only if HAVE_AVX2_SUPPORT is defined.
787         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
788
789 2014-07-14  Alan Modra  <amodra@gmail.com>
790
791         [BZ #17153]
792         * elf/elf.h (DT_PPC64_NUM): Correct value.
793         * NEWS: Add to fixed bug list.
794
795 2014-07-13  Jim Meyering  <meyering@fb.com>
796
797         [BZ 17150]
798         regex: don't deref NULL upon heap allocation failure
799         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
800         failure in one more place.
801         To trigger the segfault, configure grep -with-included-regex,
802         build it, and run these commands:
803         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
804
805 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
806
807         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
808
809 2014-07-11  Richard Henderson  <rth@redhat.com>
810
811         * sysdeps/aarch64/libm-test-ulps: Update.
812
813 2014-07-10  Florian Weimer  <fweimer@redhat.com>
814
815         [BZ #17135]
816         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
817         * nptl/allocatestack.c (__nptl_setxid_error): New function.
818         (__nptl_setxid): Initialize error member.  Call
819         __nptl_setxid_error.
820         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
821         * nptl/descr.h (struct xid_command): Add error member.
822         * nptl/tst-setuid3.c: New file.
823         * nptl/Makefile (tests): Add it.
824
825 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
826
827         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
828         New define.
829         (__lll_trylock): Use __lll_base_trylock.
830         (__lll_cond_trylock): Likewise.
831
832 2014-07-10  Roland McGrath  <roland@hack.frob.com>
833
834         * nptl/pthread_create.c (start_thread): Use atomic_or and
835         lll_futex_wake directly rather than lll_robust_dead.
836         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
837         (lll_robust_dead): Macro removed.
838         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
839         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
840         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
841         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
842         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
843         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
844         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
845         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
846         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
847         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
848         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
849         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
850         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
851         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
852         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
853
854         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
855         Use atomic_compare_and_exchange_val_acq directly rather than
856         lll_robust_trylock.
857         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
858         (__lll_robust_trylock, lll_robust_trylock): Removed.
859         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
860         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
861         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
862         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
863         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
864         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
865         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
866         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
867         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
868         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
869         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
870         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
871         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
872         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
873
874 2014-07-02  Florian Weimer  <fweimer@redhat.com>
875
876         * manual/locale.texi (Locale Names): New section documenting
877         locale name syntax.  Adjust menu and node chaining accordingly.
878         (Choosing Locale): Reference Locale Names, Locale Categories.
879         Mention setting LC_ALL=C.  Reflect that name syntax is now
880         documented.
881         (Locale Categories): New section title.  Reference Locale Names.
882         LC_ALL is an environment variable, but not a category.
883         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
884         description, now in Locale Name.  Reference that section.  Locale
885         name syntax is now documented.
886
887 2014-07-02  Florian Weimer  <fweimer@redhat.com>
888
889         [BZ #17137]
890         * locale/findlocale.c (name_present, valid_locale_name): New
891         functions.
892         (_nl_find_locale): Use the loc_name variable to store name
893         candidates.  Call name_present and valid_locale_name to check and
894         validate locale names.  Return an error if the locale is invalid.
895
896 2014-07-02  Florian Weimer  <fweimer@redhat.com>
897
898         * locale/setlocale.c (setlocale): Use strdup for allocating
899         composite name copy.
900
901 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
902
903         Sync up with gnulib.
904         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
905         [!_LIBC && ENABLE_NLS]: Include gettext.h.
906         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
907         and _GL_ARG_NONNULL.
908         [USE_UNLOCKED_IO]: Include unlocked-io.h.
909         [!_LIBC]: Include code for Windows and Cygwin.
910         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
911         Include prototype for int strerror_r.
912         [!_LIBC] (is_open): New function.
913         (flush_stdout): New function.
914         (print_errno_message): Use it.
915         (error): Likewise.
916         (error_at_line): Likewise.
917         (error_tail) Add function attribute macros.  Use
918         __builtin_expect.
919
920         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
921
922         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
923
924         * io/ftw.c: Include sys/param.h unconditionally.
925
926         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
927
928         [BZ #17125]
929         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
930         libc_freeres_ptr.
931         (freecache): New function to free CACHE on exit.
932
933         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
934         initialization.
935
936 2014-07-09  David S. Miller  <davem@davemloft.net>
937
938         * sysdeps/sparc/fpu/libm-test-ulps: Update.
939
940         * sysdeps/sparc/nptl/internaltypes.h: Delete.
941         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
942         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
943         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
944         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
945         * sysdeps/sparc/nptl/sem_init.c: Likewise.
946         * sysdeps/sparc/nptl/sem_post.c: Likewise.
947         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
948         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
949         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
950         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
951         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
952         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
953
954 2014-07-09  Andreas Schwab  <schwab@suse.de>
955
956         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
957         output.
958         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
959         (do_test): Likewise.
960
961         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
962
963 2014-07-09  Will Newton  <will.newton@linaro.org>
964
965         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
966         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
967         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
968         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
969         * sysdeps/hppa/start.S (_start): Likewise.
970
971 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
972
973         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
974
975         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
976         defined.
977
978 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
979
980         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
981         after checking that it is non-NULL.
982
983         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
984
985 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
986
987         * sysdeps/powerpc/memmove.c: Remove file.
988         * sysdeps/powerpc/powerpc32/power4/memcopy.h
989         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
990         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
991         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
992         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
993         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
994         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
995         string memmove instead of removed powerpc one.
996
997         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
998         [weak_alias]: Fix compiler warning due trailing data.
999         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1000         [weak_alias]: Likewise.
1001         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1002         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1003
1004         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1005         (__libc_ifunc_impl_list): Add memmove functions.
1006
1007 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1008
1009         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1010         Remove code.
1011         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1012         Likewise
1013         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1014         Likewise
1015         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1016         Likewise
1017         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1018         Likewise
1019         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1020         Likewise
1021         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1022         Likewise
1023         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1024         Likewise
1025         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1026         Likewise
1027         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1028         Likewise
1029         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1030         Likewise
1031         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1032         Likewise
1033         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1034         Likewise
1035         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1036         Likewise
1037         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1038         Likewise
1039         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1040         Likewise
1041         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1042         Likewise
1043
1044 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1045
1046         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1047         to avoid alignment traps in non-cacheable memory.
1048         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1049
1050         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1051         multiarch objects.
1052         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1053         file: multiarch power7 memmove.
1054         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1055         multiarch default memmove.
1056         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1057         multiarch memove for powerpc32/power4.
1058
1059         * string/bcopy.c: Use full path to include memmove.c.
1060         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1061         multiarch objects.
1062         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1063         bcopy for powerpc64.
1064         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1065         bcopy for powerpc64.
1066         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1067         and memmove implementations.
1068         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1069         optimized multiarch memmove for POWER7/powerpc64.
1070         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1071         default multiarch memmove for powerpc64.
1072         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1073         multiarch for powerpc64.
1074         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1075         for POWER7/powerpc64.
1076         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1077         memmove for POWER7/powerpc64.
1078
1079         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1080         glibc default one.
1081
1082         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1083         __ELF_NATIVE_CLASS equal to 64.
1084
1085 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1086
1087         * sysdeps/nptl/lowlevellock.h: File removed.
1088
1089         * NEWS: NPTL is no longer an add-on!
1090         * nptl/internaltypes.h: Moved ...
1091         * sysdeps/nptl/internaltypes.h: ... here.
1092         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1093         * sysdeps/nptl/fork.c: Likewise.
1094         * sysdeps/nptl/gai_misc.h: Likewise.
1095         * sysdeps/nptl/librt-cancellation.c: Likewise.
1096         * sysdeps/nptl/jmp-unwind.c: Likewise.
1097         * sysdeps/nptl/setxid.h: Likewise.
1098         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1099         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1100         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1101         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1102         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1103         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1104         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1105         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1106         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1107         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1108         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1109         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1110         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1111         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1112         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1113         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1114         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1115         * nptl/Makeconfig: Moved ...
1116         * sysdeps/nptl/Makeconfig: ... here.
1117         * nptl/configure: File removed.
1118         * nptl/ANNOUNCE: File removed.
1119         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1120         * sysdeps/unix/sysv/linux/configure: Regenerated.
1121
1122         * nptl/Makefile (routines): Add libc_pthread_init,
1123         libc_multiple_threads, register-atfork and unregister-atfork.
1124         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1125         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1126         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1127         pthread-pi-defines.sym, structsem.sym.
1128         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1129         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1130         [$(subdir) = nptl] (tests): Add tst-setgetname.
1131         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1132         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1133         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1134         [!LIBC_SIGACTION]: Remove aliases.
1135         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1136         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1137         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1138         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1139         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1140         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1141         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1142         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1143         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1144         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1145         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1146         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1147         __libc_allocate_rtsig_private.
1148         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1149         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1150         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1151         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1152         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1153         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1154         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1155         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1156         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1157         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1158         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1159         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1160         * nptl/internaltypes.h: ... here.
1161         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1162         * sysdeps/nptl/jmp-unwind.c: ... here.
1163         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1164         * nptl/libc-lowlevellock.c: ... here.
1165         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1166         * nptl/libc_multiple_threads.c: ... here.
1167         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1168         * nptl/libc_pthread_init.c: ... here.
1169         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1170         * nptl/lowlevelbarrier.sym: ... here.
1171         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1172         * nptl/lowlevelcond.sym: ... here.
1173         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1174         * nptl/lowlevellock.c: ... here.
1175         * nptl/lowlevellock.h: Moved ...
1176         * sysdeps/nptl/lowlevellock.h: ... here.
1177         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1178         * nptl/lowlevelrobustlock.c: ... here.
1179         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1180         * nptl/lowlevelrobustlock.sym: ... here.
1181         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1182         * nptl/lowlevelrwlock.sym: ... here.
1183         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1184         * nptl/pt-fork.c: ... here.
1185         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1186         * nptl/pthread-pi-defines.sym: ... here.
1187         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1188         * nptl/pthread_attr_getaffinity.c: ... here.
1189         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1190         * nptl/pthread_attr_setaffinity.c: ... here.
1191         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1192         * nptl/pthread_mutex_cond_lock.c: ... here.
1193         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1194         Update #include.
1195         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1196         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1197         * nptl/pthread_once.c: ... here, replacing old file.
1198         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1199         * nptl/pthread_yield.c: ... here.
1200         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1201         * nptl/register-atfork.c: ... here.
1202         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1203         * nptl/sem_post.c: ... here.
1204         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1205         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1206         * nptl/sem_timedwait.c: ... here.
1207         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1208         * nptl/sem_trywait.c: ... here.
1209         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1210         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1211         * nptl/sem_wait.c: ... here.
1212         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1213         * nptl/structsem.sym: ... here.
1214         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1215         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1216         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1217         * nptl/unregister-atfork.c: ... here.
1218         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1219         * nptl/unwindbuf.sym: ... here.
1220         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1221         * sysdeps/nptl/fork.c: ... here.
1222         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1223         * sysdeps/nptl/fork.h: ... here.
1224         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1225         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1226         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1227         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1228         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1229         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1230         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1231         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1232         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1233         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1234         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1235         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1236         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1237         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1238         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1239         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1240         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1241         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1242         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1243         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1244         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1245         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1246         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1247         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1248         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1249         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1250         * sysdeps/unix/sysv/linux/raise.c: ... here.
1251         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1252         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1253         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1254         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1255         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1256         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1257         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1258         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1259         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1260         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1261         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1262         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1263         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1264         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1265         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1266
1267 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1268
1269         * sysdeps/generic/memcopy.h: Add comment for
1270         MEMCPY_OK_FOR_FWD_MEMMOVE.
1271
1272 2014-07-04  Will Newton  <will.newton@linaro.org>
1273
1274         * string/memchr.c: Merge from gnulib.
1275         [_LIBC]: Remove conditionals.
1276         (__ptr_t): Remove define.
1277         (LONG_MAX_32_BITS): Likewise.
1278         (LONG_MAX): Likewise.
1279         (MEMCHR): Use ANSI prototype and optimize algorithm.
1280
1281         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1282
1283 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1284
1285         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1286         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1287
1288         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1289         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1290         in a bare environment with no <stdlib.h> installed.
1291         * sysdeps/nptl/configure: Regenerated.
1292
1293         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1294
1295         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1296         AC_EGREP_CPP for kernel header checks, so they only succeed if
1297         including <linux/version.h> actually works right.
1298         * sysdeps/unix/sysv/linux/configure: Regenerated.
1299
1300         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1301         value so it's not diagnosed as unused.
1302
1303         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1304         thing) with "ifeq ($(subdir),rt)".
1305
1306 2014-07-03  Richard Henderson  <rth@redhat.com>
1307
1308         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1309         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1310         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1311
1312         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1313         (math_force_eval): New.
1314
1315         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1316         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1317
1318         * sysdeps/alpha/fpu/s_round.c: Remove file.
1319         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1320
1321         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1322         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1323         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1324         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1325         (_dl_start, print_statistics): Likewise.
1326         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1327         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1328
1329         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1330         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1331         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1332         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1333         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1334         (HP_SMALL_TIMING_AVAIL): Define.
1335         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1336         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1337         (HP_SMALL_TIMING_AVAIL): Define.
1338         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1339         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1340
1341         * sysdeps/aarch64/hp-timing.h: New file.
1342
1343         * sysdeps/generic/hp-timing.h: Remove dead comment.
1344         * sysdeps/generic/hp-timing-common.h: New file.
1345         * sysdeps/alpha/hp-timing.h: Include it.
1346         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1347         * sysdeps/i386/i686/hp-timing.h: Likewise.
1348         * sysdeps/ia64/hp-timing.h: Likewise.
1349         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1350         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1351         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1352         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1353         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1354         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1355         (hp_timing_t): New.
1356
1357         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1358         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1359         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1360         * elf/rtld.c (_dl_start_final): Likewise.
1361         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1362         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1363         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1364         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1365         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1366         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1367         (HP_TIMING_DIFF_INIT): Remove.
1368         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1369         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1370         (HP_TIMING_DIFF_INIT): Remove.
1371         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1372         * sysdeps/i386/i686/hp-timing.c: Remove file.
1373         * sysdeps/x86_64/hp-timing.c: Remove file.
1374         * sysdeps/ia64/hp-timing.c: Remove file.
1375         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1376         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1377         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1378         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1379
1380         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1381         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1382         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1383         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1384         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1385         (HP_TIMING_ACCUM): Remove.
1386         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1387         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1388         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1389
1390         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1391         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1392         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1393         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1394         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1395         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1396         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1397         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1398
1399         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1400
1401 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1402
1403         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1404
1405 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1406
1407         Sync up with gettext.
1408         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1409         [_MSC_VER]: Include malloc.h
1410         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1411         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1412         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1413         TEMP_FAILURE_RETRY.  Cast return of alloca.
1414         [!_LIBC] Call gl_rwlock_init.
1415         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1416
1417 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1418
1419         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1420         before checking its value.
1421
1422 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1423
1424         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1425
1426         * debug/memcpy_chk.c: Don't include pagecopy.h.
1427         * debug/mempcpy_chk.c: Likewise.
1428         * string/memcpy.c: Likewise.
1429         * string/memmove.c: Likewise.
1430         * sysdeps/powerpc/memmove.c: Likewise.
1431         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1432         definition of PAGE_COPY_FWD_MAYBE here...
1433         * sysdeps/generic/pagecopy.h: ... from here.
1434         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1435
1436 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1437             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1438
1439         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1440         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1441         optimizations.
1442         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1443         (__libc_ifunc_impl_list): Likewise.
1444         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1445         multiarch strcat for PPC64.
1446         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1447         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1448
1449 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1450
1451         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1452
1453 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1454
1455         * intl/loadmsgcat.c: Remove declaration of
1456         get_sysdep_segment_value.
1457         (get_sysdep_segment_value): Use ISO C style.
1458         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1459         semicolon.  Fix typo and formatting in comment.
1460         (_nl_unload_domain): Use ISO C style.
1461
1462         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1463
1464 2014-07-02  Will Newton  <will.newton@linaro.org>
1465
1466         * malloc/obstack.c: Merge from gnulib master.
1467         [HAVE_CONFIG_H]: Remove conditional code.
1468         [!_LIBC]: Include config.h.
1469         [!ELIDE_CODE]: Don't include inttypes.h, include
1470         stdint.h unconditionally.
1471         (print_and_abort): Mark as _Noreturn.
1472         (_obstack_allocated_p): Mark as __attribute_pure__.
1473         (obstack_free): Rename to __obstack_free.
1474         [!__attribute__]: Remove conditional code.
1475         * malloc/obstack.h: Merge from gnulib master.
1476         [__cplusplus]: Move conditional down.
1477         [!__attribute_pure__]: Define __attribute_pure__ here
1478         if it is not already defined.
1479         (_obstack_memory_used): Mark as __attribute_pure__.
1480         [!__obstack_free]: Define as obstack_free.
1481         [__GNUC__]: Remove check for ancient NeXT gcc.
1482
1483 2014-07-02  Will Newton  <will.newton@linaro.org>
1484             Paul Eggert  <eggert@cs.ucla.edu>
1485
1486         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1487
1488 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1489
1490         * resolv/gethnamaddr.c: Add comment warning that the file is
1491         not maintained.
1492
1493 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1494
1495         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1496         entries.
1497
1498         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1499         entry for aio_cancel and aio_cancel64.
1500         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1501         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1502         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1503         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1504         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1505         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1506         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1507         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1508         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1509         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1510         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1511         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1512         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1513
1514 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1515
1516         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1517         * nptl/pthread_mutex_lock.c: Likewise.
1518         * nptl/pthread_mutex_timedlock.c: Likewise.
1519         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1520
1521 2014-07-01  Richard henderson  <rth@redhat.com>
1522
1523         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1524         (__isnan, __isnanl): Remove.
1525         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1526
1527         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1528
1529 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1530
1531         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1532
1533 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1534
1535         * resolv/nss_dns/dns-host.c (getanswer_r)
1536         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1537
1538 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1539
1540         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1541         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1542         undefine.
1543         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1544         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1545
1546 2014-07-01  Roland McGrath <roland@hack.frob.com>
1547
1548         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1549         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1550
1551         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1552         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1553
1554         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1555         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1556         ... here.
1557         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1558         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1559
1560         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1561         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1562         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1563         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1564
1565         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1566         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1567         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1568         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1569         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1570         Moved ...
1571         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1572         ... here.
1573         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1574         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1575         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1576         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1577         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1578         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1579         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1580         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1581         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1582         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1583         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1584         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1585         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1586         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1587         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1588         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1589         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1590         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1591         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1592         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1593         ... here.
1594         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1595         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1596         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1597         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1598         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1599         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1600         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1601         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1602
1603 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1604
1605         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1606         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1607         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1608         Add sysdep.
1609
1610 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1611
1612         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1613
1614 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1615
1616         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1617         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1618
1619         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1620
1621         * sysdeps/arm/libm-test-ulps: Regenerated.
1622
1623 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1624             Roland McGrath <roland@hack.frob.com>
1625
1626         * test-skeleton.c (signal_handler): Kill the whole process group
1627         before killing the child individually.
1628         (main): Report any failure on `setpgid'.
1629
1630 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1631
1632         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1633         from _TLS_H to _ARM_NPTL_TLS_H.
1634         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1635         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1636
1637 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1638
1639         [BZ #16539]
1640         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1641         (__expm1l): Return argument unchanged when small but not
1642         subnormal.
1643
1644         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1645         include macro name.
1646         (_FP_UNPACK_RAW_1_P): Likewise.
1647         (_FP_PACK_RAW_1): Likewise.
1648         (_FP_PACK_RAW_1_P): Likewise.
1649         (_FP_MUL_MEAT_1_wide): Likewise.
1650         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1651         (_FP_MUL_MEAT_1_hard): Likewise.
1652         (_FP_DIV_MEAT_1_imm): Likewise.
1653         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1654         (_FP_DIV_MEAT_1_udiv): Likewise.
1655         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1656         (_FP_UNPACK_RAW_2): Likewise.
1657         (_FP_UNPACK_RAW_2_P): Likewise.
1658         (_FP_PACK_RAW_2): Likewise.
1659         (_FP_PACK_RAW_2_P): Likewise.
1660         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1661         (_FP_MUL_MEAT_2_wide): Likewise.
1662         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1663         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1664         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1665         (_FP_MUL_MEAT_2_gmp): Likewise.
1666         (_FP_DIV_MEAT_2_udiv): Likewise.
1667         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1668         (_FP_FRAC_SRL_4): Likewise.
1669         (_FP_FRAC_SRST_4): Likewise.
1670         (_FP_FRAC_SRS_4): Likewise.
1671         (_FP_UNPACK_RAW_4): Likewise.
1672         (_FP_UNPACK_RAW_4_P): Likewise.
1673         (_FP_PACK_RAW_4): Likewise.
1674         (_FP_PACK_RAW_4_P): Likewise.
1675         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1676         (_FP_MUL_MEAT_4_wide): Likewise.
1677         (_FP_MUL_MEAT_4_gmp): Likewise.
1678         (umul_ppppmnnn): Likewise.
1679         (_FP_DIV_MEAT_4_udiv): Likewise.
1680         (__FP_FRAC_ADD_4): Likewise.
1681         (__FP_FRAC_SUB_3): Likewise.
1682         (__FP_FRAC_SUB_4): Likewise.
1683         (__FP_FRAC_DEC_3): Likewise.
1684         (__FP_FRAC_DEC_4): Likewise.
1685         (__FP_FRAC_ADDI_4): Likewise.
1686         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1687         (_FP_FRAC_SRL_8): Likewise.
1688         (_FP_FRAC_SRS_8): Likewise.
1689
1690         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1691         include macro name.
1692         (FP_UNPACK_RAW_EP): Likewise.
1693         (FP_PACK_RAW_E): Likewise.
1694         (FP_PACK_RAW_EP): Likewise.
1695         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1696         (_FP_ISSIGNAN): Likewise.
1697         (_FP_ADD_INTERNAL): Likewise.
1698         (_FP_FMA): Likewise.
1699         (_FP_CMP): Likewise.
1700         (_FP_SQRT): Likewise.
1701         (_FP_TO_INT): Likewise.
1702         (_FP_FROM_INT): Likewise.
1703         (FP_EXTEND): Likewise.
1704         (_FP_DIV_MEAT_N_loop): Likewise.
1705
1706 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1707
1708         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
1709         throughout.
1710
1711 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
1712
1713         [BZ #17097]
1714         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
1715         result with correct sign in case of exponents that produce
1716         overflow except for X very close to 1.
1717
1718 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1719
1720         mktime: merge #if/#ifdef usage from glibc
1721         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
1722         as that works with both Glibc's and Gnulib's style.
1723         See thread starting at Siddhesh Poyarekar's bug report at:
1724         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
1725
1726 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1727
1728         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
1729         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
1730         * sysdeps/tile/tilegx/memmove.c: Remove file.
1731
1732 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1733
1734         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
1735         abi-name definition.
1736         * scripts/soversions.awk: Do not handle or generate ABI lines.
1737         * shlib-versions: Remove ABI entries.
1738         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
1739         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
1740
1741 2014-06-27  Roland McGrath  <roland@hack.frob.com>
1742
1743         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
1744         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
1745         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
1746         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
1747         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
1748         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
1749         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1750         Moved ...
1751         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
1752         ... here.
1753         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
1754         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
1755         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
1756         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
1757         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
1758         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
1759         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
1760         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
1761         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
1762         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
1763         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
1764         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
1765         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1766         Moved ...
1767         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
1768         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
1769         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
1770         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
1771         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
1772         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1773         Moved ...
1774         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
1775         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1776         Moved ...
1777         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
1778         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
1779         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
1780         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1781         Moved ...
1782         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
1783         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
1784         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
1785         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
1786         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
1787         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
1788         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
1789         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1790         Moved ...
1791         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
1792         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
1793         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
1794         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
1795         Moved ...
1796         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
1797         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
1798         Moved ...
1799         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
1800         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
1801         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
1802         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
1803         Moved ...
1804         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
1805         ... here.
1806         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
1807         Identical file removed.
1808         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
1809         Moved ...
1810         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
1811         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
1812         Identical file removed.
1813         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
1814         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
1815         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
1816         Moved ...
1817         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
1818         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
1819         Identical file removed.
1820         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
1821         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
1822         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
1823         Identical file removed.
1824         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
1825         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
1826         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
1827         Identical file removed.
1828         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
1829         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
1830         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
1831         Identical file removed.
1832         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
1833         Moved ...
1834         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
1835         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
1836         Identical file removed.
1837         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
1838         Moved ...
1839         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
1840         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
1841         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
1842         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
1843         Identical file removed.
1844         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
1845         Moved ...
1846         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
1847         ... here.
1848         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
1849         Identical file removed.
1850         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
1851         Moved ...
1852         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
1853         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
1854         Identical file removed.
1855         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
1856         Moved ...
1857         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
1858         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
1859         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
1860         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
1861         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
1862         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
1863         Moved ...
1864         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
1865         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
1866         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
1867
1868         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
1869         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
1870         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
1871         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
1872         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
1873
1874 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
1875
1876         [BZ #17092]
1877         * nscd/nscd.c (monitor_child): Return exit status of child
1878         instead of return value from wait syscall.
1879
1880 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1881
1882         * configure.ac (libc_commonpagesize): Remove variable.
1883         (libc_relro_required): Likewise.
1884         (libc_cv_z_relro): Remove configure test.
1885         * configure: Regenerated.
1886         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
1887         variable.
1888         (libc_relro_required): Likewise.
1889         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
1890         (libc_relro_required): Likewise.
1891         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
1892         (libc_relro_required): Likewise.
1893         * sysdeps/arm/preconfigure: Regenerated.
1894         * sysdeps/ia64/preconfigure: Remove file.
1895         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
1896         variable.
1897         (libc_relro_required): Likewise.
1898
1899         [BZ #16561]
1900         [BZ #16562]
1901         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
1902         (__ieee754_yn): Set FE_TONEAREST mode internally and then
1903         recompute overflowing results in original rounding mode.
1904         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
1905         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
1906         recompute overflowing results in original rounding mode.
1907         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
1908         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1909         recompute overflowing results in original rounding mode.
1910         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
1911         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1912         recompute overflowing results in original rounding mode.
1913         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
1914         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1915         recompute overflowing results in original rounding mode.
1916         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
1917         (libc_feholdsetround_ctx): New macro.
1918         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
1919         * sysdeps/i386/fpu/libm-test-ulps: Update.
1920         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
1921
1922 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1923
1924         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1925         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
1926         corresponding .cpsetup call.
1927
1928 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1929
1930         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
1931         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
1932         * sysdeps/arm/Makefile [$(subdir) = csu]
1933         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
1934         (static-only-routines): Add aeabi_read_tp here.
1935         (shared-only-routines): Add libc-aeabi_read_tp here.
1936         (CFLAGS-libc-start.c): Add -fexceptions here.
1937         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
1938         (sysdep_routines, static-only-routines, shared-only-routines):
1939         Don't add to these here.
1940         (CFLAGS-libc-start.c): Likewise.
1941
1942         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
1943         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
1944         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
1945         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
1946         * sysdeps/arm/Makefile [$(subdir) = rt]
1947         (librt-sysdep_routines, librt-shared-only-routines):
1948         Append rt-aeabi_unwind_cpp_pr1 here.
1949         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
1950         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
1951         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
1952         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1953         Append nptl-aeabi_unwind_cpp_pr1 here.
1954         (tests): Filter out tst-cleanupx4 here.
1955         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
1956         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
1957         Don't do those here.
1958
1959 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1960
1961         * scripts/list-sources.sh: Do not handle ports specially.
1962
1963 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1964
1965         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1966         * sysdeps/arm/feupdateenv.c: Likewise.
1967
1968         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1969
1970 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1971
1972         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1973         trailing whitespace removed.
1974         * scripts/config.guess: Update to version 2014-03-23.
1975         * scripts/config.sub: Update to version 2014-05-01
1976         * scripts/install-sh: Update to version 2013-12-25.23.
1977         * scripts/move-if-change: Update from gnulib.
1978
1979 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1980
1981         * debug/memmove_chk.c: Remove pagecopy.h include.
1982
1983 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1984
1985         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1986         identical to gnulib mktime.
1987
1988 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1989
1990         * configure.ac: Do not test for machine being rs6000.  Do not test
1991         for powerpc*-*soft.
1992         * configure: Regenerated.
1993
1994         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1995         test.
1996         * configure: Regenerated.
1997         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1998         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1999         Remove configure test.
2000         * sysdeps/arm/configure: Regenerated.
2001         * sysdeps/nptl/configure.ac: Do not check
2002         libc_cv_asm_cfi_directives.
2003         * sysdeps/nptl/configure: Regenerated.
2004         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2005         * sysdeps/x86_64/nptl/configure: Remove generated file.
2006         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2007         unconditional.
2008         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2009
2010 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2011
2012         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2013         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2014         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2015         it is defined.
2016
2017         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2018         instead of whether it is defined.
2019         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2020         * sysdeps/hppa/dl-machine.h: Likewise.
2021         * sysdeps/ia64/dl-machine.h: Likewise.
2022         * sysdeps/m68k/dl-machine.h: Likewise.
2023         * sysdeps/microblaze/dl-machine.h: Likewise.
2024         * sysdeps/mips/dl-machine.: Likewise.
2025         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2026         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2027         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2028         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2029         * sysdeps/sh/dl-machine.h: Likewise.
2030         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2031         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2032         * sysdeps/tile/dl-machine.h: Likewise.
2033         * sysdeps/x86_64/dl-machine.h: Likewise.
2034
2035         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2036         code.
2037         (verify_persistent_db): Likewise.
2038
2039 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2040
2041         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2042         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2043         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2044         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2045         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2046         Moved ...
2047         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2048         ... here.
2049         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2050         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2051         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2052         Identical file removed.
2053         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2054         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2055         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2056         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2057         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2058         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2059         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2060         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2061         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2062         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2063         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2064         Moved ...
2065         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2066         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2067         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2068         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2069         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2070         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2071         Moved ...
2072         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2073         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2074         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2075         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2076         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2077         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2078         Identical file removed.
2079         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2080         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2081         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2082         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2083         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2084         Moved ...
2085         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2086         ... here.
2087         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2088         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2089         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2090         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2091         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2092         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2093         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2094         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2095         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2096         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2097         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2098         Moved ...
2099         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2100         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2101         Moved ...
2102         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2103         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2104         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2105         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2106         Moved ...
2107         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2108         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2109         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2110
2111         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2112         folded into ...
2113         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2114         * sysdeps/unix/sysv/linux/s390/Versions
2115         (libpthread: GLIBC_2.19): New version set.
2116         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2117         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2118         (librt: GLIBC_2.3.3): New version set.
2119         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2120         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2121         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2122         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2123         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2124         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2125         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2126         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2127         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2128         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2129         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2130         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2131         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2132         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2133         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2134         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2135         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2136         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2137         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2138         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2139         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2140         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2141         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2142         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2143         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2144         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2145         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2146         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2147         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2148         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2149         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2150         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2151         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2152         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2153         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2154         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2155         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2156         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2157         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2158         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2159         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2160         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2161         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2162         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2163         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2164
2165         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2166         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2167         (__libc_vfork): Define the function under this name.
2168         [!NOT_IN_libc] (__vfork): Make this an alias.
2169         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2170         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2171         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2172         (__libc_vfork): Define the function under this name.
2173         [!NOT_IN_libc] (__vfork): Make this an alias.
2174         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2175         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2176         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2177         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2178         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2179         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2180
2181         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2182         code that was previously under [RESET_PID].
2183         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2184         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2185         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2186
2187         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2188         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2189         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2190         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2191         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2192         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2193         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2194         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2195         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2196         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2197         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2198         Moved ...
2199         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2200         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2201         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2202         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2203         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2204         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2205         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2206         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2207         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2208         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2209         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2210         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2211         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2212         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2213         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2214         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2215         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2216         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2217         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2218         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2219         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2220         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2221         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2222         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2223         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2224         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2225         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2226         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2227         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2228
2229 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2230
2231         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2232         that was previously under [RESET_PID].
2233         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2234
2235 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2236
2237         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2238         not undefine and redefine.
2239         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2240         [O_CLOEXEC]: Make code unconditional.
2241         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2242         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2243         <kernel-features.h>.
2244         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2245         conditional variable definition.
2246         (shm_open) [O_CLOEXEC]: Make code unconditional.
2247         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2248         code.
2249
2250         * configure.ac (USE_REGPARMS): Don't define here.
2251         * configure: Regenerated.
2252         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2253         * sysdeps/i386/configure: Regenerated.
2254
2255         * nptl/createthread.c: Don't include kernel-features.h.
2256         * nptl/pthread_cancel.c: Likewise.
2257         * nptl/pthread_condattr_setclock.c: Likewise.
2258         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2259         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2260         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2261         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2262         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2263         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2264         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2265         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2266         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2267         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2268         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2269         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2270         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2271         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2272         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2273         * nscd/gai.c: Likewise.
2274         * nss/nss_db/db-open.c: Likewise.
2275         * sysdeps/generic/ldsodefs.h: Likewise.
2276         * sysdeps/sh/nptl/tls.h: Likewise.
2277         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2278         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2279         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2280         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2281         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2282         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2283         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2284         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2285         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2286         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2287         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2288         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2289         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2290         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2291         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2292         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2293         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2294         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2295         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2296         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2297         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2298         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2299         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2300         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2301         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2302         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2303         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2304         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2305         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2306         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2307         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2308         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2309         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2310         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2311         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2312         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2313         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2314         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2315         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2316         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2317         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2318         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2319         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2320         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2321         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2322         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2323         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2324         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2325         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2326         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2327         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2328         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2329         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2330         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2331         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2332         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2333         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2334         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2357         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2358         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2359         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2360         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2361         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2362         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2363         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2364         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2365         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2366         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2367         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2368         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2369         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2370         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2371         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2372         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2373         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2374         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2375         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2376         * sysdeps/unix/sysv/linux/system.c: Likewise.
2377         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2378         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2379         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2380         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2381         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2382         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2383         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2384
2385         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2386         * configure: Regenerated.
2387         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2388
2389         * configure.ac (base_machine): Do not set specially for particular
2390         machines here.
2391         * configure: Regenerated.
2392         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2393         settings from configure.ac.
2394         * sysdeps/i386/preconfigure: New file.
2395         * sysdeps/s390/preconfigure: Likewise.
2396         * sysdeps/sh/preconfigure: Likewise.
2397         * sysdeps/sparc/preconfigure: Likewise.
2398
2399 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2400
2401         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2402         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2403         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2404         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2405         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2406         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2407         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2408         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2409         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2410         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2411         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2412         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2413         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2414         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2415         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2416         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2417         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2418         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2419         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2420
2421         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2422         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2423         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2424         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2425         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2426         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2427         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2428         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2429         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2430         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2431         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2432         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2433         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2434         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2435         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2436         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2437         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2438         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2439         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2440         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2441         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2442         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2443         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2444         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2445         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2446         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2447         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2448         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2449         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2450         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2451         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2452         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2453         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2454         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2455         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2456         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2457         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2458         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2459
2460         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2461         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2462         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2463         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2464         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2465         Moved ...
2466         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2467         ... here.
2468         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2469         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2470         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2471         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2472         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2473         Moved ...
2474         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2476         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2478         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2480         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2482         Moved ...
2483         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2484         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2485         Moved ...
2486         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2487         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2488         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2489         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2490         Moved ...
2491         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2493         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2494         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2495         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2497         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2499         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2501         Moved ...
2502         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2503         ... here.
2504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2505         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2506         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2507         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2508         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2509         Moved ...
2510         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2511         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2512         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2513         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2514         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2515         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2516         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2517         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2518         Moved ...
2519         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2520         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2521         Moved ...
2522         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2523         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2524         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2525         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2526         Moved ...
2527         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2528         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2529         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2530         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2531         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2532
2533 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2534
2535         * timezone/checktab.awk: Update from tzcode 2014e.
2536         * timezone/private.h: Likewise.
2537         * timezone/tzfile.h: Likewise.
2538         * timezone/zdump.c: Likewise.
2539         * timezone/zic.c: Likewise.
2540
2541         * sysdeps/unix/sysv/linux/kernel-features.h
2542         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2543         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2544         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2545         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2546         Remove conditional code.
2547
2548 2014-06-25  Will Newton  <will.newton@linaro.org>
2549
2550         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2551         (_dl_arm_cap_flags): Add HWCAP2 values.
2552         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2553         (_DL_HWCAP_COUNT): Increase to 37.
2554         (_DL_HWCAP_LAST): New define.
2555         (_DL_HWCAP2_LAST): New define.
2556         (_dl_procinfo): Add support for printing
2557         AT_HWCAP2 entries.
2558         (_dl_string_hwcap): Use _dl_hwcap_string.
2559
2560 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2561
2562         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2563
2564 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2565
2566         * README: Do not mention ports directory.
2567
2568         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2569         Remove macro.
2570         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2571         <kernel-features.h>.
2572         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2573         conditional variable definition.
2574         (__futimes): Update comment.
2575         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2576         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2577
2578         [BZ #16560]
2579         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2580         arguments close to 0.
2581         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2582         Likewise.
2583         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2584         Likewise.
2585         * math/auto-libm-test-in: Add more tests of exp10.
2586         * math/auto-libm-test-out: Regenerated.
2587         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2588
2589         * sysdeps/unix/sysv/linux/kernel-features.h
2590         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2591         * sysdeps/unix/sysv/linux/readv.c: Do not include
2592         <kernel-features.h>.
2593         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2594         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2595         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2596         unconditional.
2597         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2598         conditional code.
2599         * sysdeps/unix/sysv/linux/writev.c: Do not include
2600         <kernel-features.h>.
2601         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2602         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2603         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2604         unconditional.
2605         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2606         conditional code.
2607
2608 2014-06-25  Will Newton  <will.newton@linaro.org>
2609
2610         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2611         comment changes throughout the file.  Remove checks
2612         for HAVE_*_H definitions that are not required.
2613         (__gen_tempname): Call abort if an unknown kind value is
2614         passed.
2615
2616 2014-06-25  Andreas Schwab  <schwab@suse.de>
2617
2618         [BZ #17086]
2619         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2620         scalbln, scalblnf, scalblnl in libc.
2621
2622 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2623
2624         [BZ #17086]
2625         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2626         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2627         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2628
2629 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2630
2631         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2632         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2633         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2634         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2635         Update #include.
2636         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2637         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2638         Update #include.
2639         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2640         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2641         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2642         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2643         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2644         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2645         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2646         * sysdeps/x86/bits/semaphore.h: ... here.
2647         * sysdeps/x86/nptl/elide.h: Moved ...
2648         * sysdeps/x86/elide.h: ... here.
2649         * sysdeps/x86_64/nptl/Implies: File removed.
2650         * sysdeps/i386/nptl/Implies: File removed.
2651
2652 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2653
2654         [BZ #16539]
2655         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2656         return the argument for normal arguments with exponent below -64.
2657         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2658         Likewise.
2659         * math/auto-libm-test-in: Add another test of expm1.
2660         * math/auto-libm-test-out: Regenerated.
2661
2662         [BZ #16287]
2663         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2664         calling __erfcl for arguments at least 16.
2665         * math/auto-libm-test-in: Add more tests of erf.
2666         * math/auto-libm-test-out: Regenerated.
2667
2668         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2669         individual architectures.
2670         * sysdeps/unix/sysv/linux/configure: Regenerated.
2671         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2672         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2673         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2674         (ldd_rewrite_script): Define variable.
2675         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2677         file.
2678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2679         generated file.
2680         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2681         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2682         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2683         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2684         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2685         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2686         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2687         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2688
2689 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2690
2691         [BZ #17084]
2692         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2693         Rename member __data.d to __data.__elision_data.
2694
2695 2014-06-24  Wilco  <wdijkstr@arm.com>
2696
2697         * NEWS: Add 16918 to fixed bug list.
2698
2699 2014-06-24  Wilco  <wdijkstr@arm.com>
2700
2701         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
2702
2703 2014-06-24  Wilco  <wdijkstr@arm.com>
2704
2705         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
2706         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
2707         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
2708         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
2709         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
2710         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
2711         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
2712         Use _FPU_MASK_RM.
2713
2714 2014-06-24  Wilco  <wdijkstr@arm.com>
2715
2716         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
2717
2718 2014-06-24  Wilco  <wdijkstr@arm.com>
2719
2720         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
2721         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
2722         * sysdeps/arm/fesetround.c (fesetround): Remove space.
2723         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
2724
2725 2014-06-24  Wilco  <wdijkstr@arm.com>
2726
2727         [BZ #16918]
2728         * sysdeps/arm/feupdateenv.c (feupdateenv):
2729         Rewrite to reduce FPSCR accesses and fix return value.
2730
2731 2014-06-24  Wilco  <wdijkstr@arm.com>
2732
2733         * sysdeps/arm/fclrexcpt.c (feclearexcept):
2734         Optimize to avoid unnecessary FPSCR writes.
2735         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
2736         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
2737         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
2738         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
2739
2740 2014-06-24  Wilco  <wdijkstr@arm.com>
2741
2742         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
2743         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
2744         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
2745         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
2746         Call libc_fetestexcept_vfp.
2747         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
2748         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
2749         __SOFTFP__ ifdef so that they can be built for softfp.
2750
2751 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2752
2753         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
2754         argument type signed char.
2755
2756         * Makerules (check-abi): Dump diff of symlist if the test
2757         fails.
2758
2759 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2760
2761         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
2762         using abort.
2763
2764         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
2765         Remove unused variable ST.
2766
2767 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2768
2769         [BZ #16354]
2770         [BZ #17061]
2771         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
2772         small arguments before calling __expm1.
2773         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
2774         small arguments before calling __expm1f.
2775         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
2776         small arguments before calling __expm1l.
2777         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
2778         Likewise.
2779         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
2780         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
2781         spurious underflow for some cosh tests.
2782         * math/auto-libm-test-out: Regenerated.
2783         * sysdeps/i386/fpu/libm-test-ulps: Update.
2784
2785         [BZ #17050]
2786         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
2787         (__ieee754_y1): Set errno if return value overflows.
2788         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
2789         (__ieee754_y1f): Set errno if return value overflows.
2790         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
2791         (__ieee754_y1l): Set errno if return value overflows.
2792         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
2793         (__ieee754_y1l): Set errno if return value overflows.
2794         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
2795         * math/auto-libm-test-out: Regenerated.
2796
2797         * math/gen-auto-libm-tests.c: Document use of
2798         ignore-zero-inf-sign.
2799         (input_flag_type): Add value flag_ignore_zero_inf_sign.
2800         (input_flags): Add ignore-zero-inf-sign.
2801         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
2802         * math/gen-libm-test.pl (generate_testfile): Handle
2803         ignore-zero-inf-sign.
2804         * math/auto-libm-test-in: Mark some cpow tests with
2805         ignore-zero-inf-sign and some with xfail-rounding.
2806         * math/auto-libm-test-out: Regenerated.
2807         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
2808         * sysdeps/i386/fpu/libm-test-ulps: Update.
2809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2810
2811         [BZ #16315]
2812         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
2813         overflowing or underflowing operations take place with sign of
2814         result.
2815         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
2816         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2817         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
2818         (__ieee754_pow): Recompute overflowing and underflowing results in
2819         original rounding mode.
2820         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
2821         (__powl_helper): Allow negative argument X and scale negated value
2822         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
2823         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
2824         overflowing or underflowing operations take place with sign of
2825         result.
2826         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
2827         Include <math.h>.
2828         * math/auto-libm-test-in: Add more tests of pow.
2829         * math/auto-libm-test-out: Regenerated.
2830         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
2831         (pow_tonearest_test_data): Remove.
2832         (pow_test_tonearest): Likewise.
2833         (pow_towardzero_test_data): Likewise.
2834         (pow_test_towardzero): Likewise.
2835         (pow_downward_test_data): Likewise.
2836         (pow_test_downward): Likewise.
2837         (pow_upward_test_data): Likewise.
2838         (pow_test_upward): Likewise.
2839         (main): Don't call removed functions.
2840         * sysdeps/i386/fpu/libm-test-ulps: Update.
2841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2842
2843 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2844
2845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
2846         Moved ...
2847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
2848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
2849         Moved ...
2850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
2851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
2852         Moved ...
2853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
2854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
2855         Moved ...
2856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
2857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
2858         File removed.
2859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
2860         File removed.
2861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
2862         File removed.
2863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
2864         File removed.
2865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
2866         File removed.
2867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
2868         File removed.
2869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
2870         File removed.
2871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
2872         File removed.
2873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
2874         File removed.
2875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
2876         File removed.
2877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
2878         File removed.
2879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
2880         File removed.
2881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
2882         Moved ...
2883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
2884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
2885         Moved ...
2886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
2887         ... here.
2888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
2889         Moved ...
2890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
2891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
2892         Moved ...
2893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
2894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
2895         Moved ...
2896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
2897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
2898         Moved ...
2899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
2900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
2901         Moved ...
2902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
2903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
2904         Moved ...
2905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
2906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
2907         Moved ...
2908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
2909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
2910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
2911         ... here.
2912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
2913         Moved ...
2914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
2915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
2916         Moved ...
2917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
2918         ... here.
2919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
2920         Moved ...
2921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
2922         ... here.
2923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
2924         Moved ...
2925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2926         ... here.
2927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2928         Moved ...
2929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
2930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
2931         Moved ...
2932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
2933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
2934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
2935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
2936         Moved ...
2937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
2938         ... here.
2939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
2940         Moved ...
2941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
2942         ... here.
2943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
2944         Moved ...
2945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
2946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
2947         Moved ...
2948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
2949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
2950         Moved ...
2951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
2952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2953         Moved ...
2954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
2955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
2956         Moved ...
2957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2958         ... here.
2959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2960         Moved ...
2961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2963         Moved ...
2964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2966         Moved ...
2967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2969         Moved ...
2970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2974         Moved ...
2975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2977         Moved ...
2978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2980         Moved ...
2981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2982         ... here.
2983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2984         Moved ...
2985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2986         ... here.
2987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2988         Moved ...
2989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2990         ... here.
2991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2992         Moved ...
2993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2995         Moved ...
2996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2998         Moved ...
2999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3001         Moved ...
3002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3003         ... here.
3004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3005         Moved ...
3006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3007         ... here.
3008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3009         Moved ...
3010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3011         ... here.
3012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3013         Moved ...
3014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3016         Moved ...
3017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3018
3019 2014-06-23  Will Newton  <will.newton@linaro.org>
3020             Wilco  <wdijkstr@arm.com>
3021
3022         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3023         implementation.  Include get-rounding-mode.h.
3024         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3025         [!libc_feholdsetround_noex_ctx]: Define
3026         libc_feholdsetround_noex_ctx.
3027         [!libc_feholdsetround_noexf_ctx]: Define
3028         libc_feholdsetround_noexf_ctx.
3029         [!libc_feholdsetround_noexl_ctx]: Define
3030         libc_feholdsetround_noexl_ctx.
3031         (libc_feholdsetround_ctx): New function.
3032         (libc_feresetround_ctx): New function.
3033         (libc_feholdsetround_noex_ctx): New function.
3034         (libc_feresetround_noex_ctx): New function.
3035
3036 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3037
3038         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3039         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3040         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3041         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3042         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3043         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3044
3045         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3046         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3047         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3048         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3049         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3050         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3051         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3052         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3053         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3054         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3055         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3056         Moved ...
3057         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3058         ... here.
3059         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3060         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3061         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3062         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3063         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3064         Moved ...
3065         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3066         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3067         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3068         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3069         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3070         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3071         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3072         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3073         Moved ...
3074         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3075         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3076         Moved ...
3077         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3078         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3079         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3080         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3081         Moved ...
3082         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3083         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3084         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3085         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3086         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3087         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3088         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3089         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3090         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3091         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3092         Moved ...
3093         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3094         ... here.
3095         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3096         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3097         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3098         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3099         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3100         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3101         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3102         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3103         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3104         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3105         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3106         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3107         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3108         Moved ...
3109         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3110         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3111         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3112         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3113         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3114         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3115         Moved ...
3116         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3117         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3118         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3119         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3120         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3121
3122         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3123         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3124         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3125         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3126         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3127         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3128         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3129         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3130         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3131         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3132         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3133         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3134         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3135         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3136         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3137         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3138         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3139         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3140         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3141         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3142         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3143         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3144         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3145         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3146         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3147         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3148         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3149         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3150
3151 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3152
3153         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3154         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3155         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3156         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3157         (IPV6_PMTUDISC_INTERFACE): Likewise.
3158         (IPV6_PMTUDISC_OMIT): Likewise.
3159
3160 2014-06-23  Andreas Schwab  <schwab@suse.de>
3161
3162         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3163         Remove unused errout label.
3164
3165 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3166
3167         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3168         macro: hardware supports Vector Crypto instructions.
3169
3170 2014-06-23  Will Newton  <will.newton@linaro.org>
3171
3172         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3173         rather than __builtin_expect.
3174
3175         * elf/dl-lookup.c (undefined_msg): Remove variable.
3176         (_dl_lookup_symbol_x): Replace undefined_msg with string
3177         literal.
3178
3179         * elf/dl-lookup.c (do_lookup_unique): New function.
3180         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3181         to a separate function.
3182
3183 2014-06-23  Andreas Schwab  <schwab@suse.de>
3184
3185         [BZ #17079]
3186         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3187         before reading the next line.
3188
3189 2014-06-23  Will Newton  <will.newton@linaro.org>
3190
3191         * test-skeleton.c (signal_handler): Use printf and %m
3192         rather than perror.  Use printf rather than fprintf to
3193         stderr.  Use puts rather than fputs to stderr.
3194         (main): Likewise.
3195
3196 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3197
3198         * nscd/nscd.c (thread_info_t): Remove typedef.
3199         (thread_info): Remove variable.
3200
3201 2014-06-21  Allan McRae  <allan@archlinux.org>
3202
3203         * NEWS: Mention CVE-2014-4043.
3204
3205 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3206
3207         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3208         * nptl/smp.h: ... here.
3209
3210         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3211
3212         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3213         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3214         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3215         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3216
3217         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3218         * nptl/stack-aliasing.h: New file.
3219         * sysdeps/i386/i686/stack-aliasing.h: New file.
3220         * sysdeps/i386/i686/nptl/Makefile: File removed.
3221         * sysdeps/x86_64/stack-aliasing.h: New file.
3222         * sysdeps/x86_64/nptl/Makefile
3223         (CFLAGS-pthread_create.c): Variable removed.
3224
3225         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3226         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3227         old file.
3228         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3229         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3230         old file.
3231
3232 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3233
3234         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3235         (__ASSUME_SIGFRAME_V2): Remove macro.
3236         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3237         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3238         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3239         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3240         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3241         Declare as function.  Remove conditional macro definitions.
3242         (__default_rt_sa_restorer): Likewise.
3243         (__default_sa_restorer_v1): Remove declaration.
3244         (__default_sa_restorer_v2): Likewise.
3245         (__default_rt_sa_restorer_v1): Likewise.
3246         (__default_rt_sa_restorer_v2): Likewise.
3247         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3248         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3249         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3250
3251 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3252
3253         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3254         (libpthread-routines): Add sysdep.
3255         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3256         * sysdeps/unix/sysv/linux/sparc/Versions
3257         (libpthread: GLIBC_2.3.3): New version set.
3258         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3259         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3260         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3261         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3262         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3263         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3264         Moved ...
3265         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3266         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3267         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3268         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3269         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3270         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3271         * sysdeps/sparc/nptl/sem_init.c: ... here.
3272         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3273         * sysdeps/sparc/nptl/sem_post.c: ... here.
3274         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3275         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3276         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3277         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3278         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3279         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3280         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3281         (libpthread-routines): Add cpu_relax.
3282         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3283         File removed.
3284         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3285         (librt: GLIBC_2.3.3): New version set.
3286         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3287         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3288         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3289         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3290         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3291         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3292         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3293         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3294         Moved ...
3295         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3296         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3297         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3298         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3299         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3300         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3301         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3302         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3303         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3304         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3305         Moved ...
3306         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3307         Update #include.
3308         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3309         Moved ...
3310         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3311         Update #include.
3312         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3313         Moved ...
3314         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3315         Update #include.
3316         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3317         Moved ...
3318         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3319         Update #include.
3320         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3321         Moved ...
3322         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3323         Update #include.
3324         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3325         Moved ...
3326         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3327         Update #include.
3328         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3329         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3330         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3331         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3332         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3333         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3334         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3335         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3336         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3337         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3338         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3339         Moved ...
3340         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3341         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3342         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3343         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3344         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3345
3346 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3347
3348         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3349         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3350         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3351         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3352         * nscd/nscd.c: Likewise.
3353         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3354         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3355         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3356         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3357
3358         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3359         <kernel-features.h>.
3360         (init_mq_netlink): Remove conditional have_sock_cloexec
3361         definitions.  Remove code conditional on have_sock_cloexec < 0.
3362         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3363         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3364         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3365         <kernel-features.h>.
3366         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3367         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3368
3369 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3370
3371         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3372         Add tests for memset_chk and memset.
3373
3374         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3375         with AVX2_Usable.
3376
3377 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3378
3379         [BZ #16046]
3380         * elf/tst-dl-iter-static.c: New file.
3381         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3382
3383         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3384         error.
3385
3386 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3387
3388         * sysdeps/unix/sysv/linux/kernel-features.h
3389         (__ASSUME_F_GETOWN_EX): Remove macro.
3390         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3391         <kernel-features.h>.
3392         (miss_F_GETOWN_EX): Remove variable or macro.
3393         (do_fcntl): Do not check miss_F_GETOWN_EX.
3394         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3395
3396         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3397         Remove macro.
3398         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3399         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3400         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3401
3402         * sysdeps/unix/sysv/linux/kernel-features.h
3403         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3404         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3405         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3406         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3407
3408 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3409
3410         [BZ #17075]
3411         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3412         Fix calculation of the symbol's value.
3413         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3414         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3415         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3416         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3417         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3418         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3419         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3420         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3421         (modules-names): Add `tst-armtlsdescmod',
3422         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3423         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3424         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3425         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3426         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3427         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3428         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3429         ($(objpfx)tst-armtlsdescloc): New dependency.
3430         ($(objpfx)tst-armtlsdescextnow): Likewise.
3431         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3432         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3433         TLS scheme support.
3434         * sysdeps/arm/configure: Regenerate.
3435
3436 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3437
3438         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3439         (__atfct_seterrno_2): Likewise.
3440         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3441         <kernel-features.h>.
3442         (__ASSUME_ATFCTS): Do not undefine and redefine.
3443         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3444         (__have_atfcts): Remove conditional definition.
3445         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3446         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3447         unreachable if [__ASSUME_ATFCTS].
3448         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3449         not undefine and redefine.
3450         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3451         <kernel-features.h>.
3452         (faccessat) [__NR_faccessat]: Make code unconditional.
3453         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3454         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3455         <kernel-features.h>.
3456         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3457         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3458         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3459         <kernel-features.h>.
3460         (fchownat) [__NR_fchownat]: Make code unconditional.
3461         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3462         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3463         <kernel-features.h>.
3464         (futimesat) [__NR_futimesat]: Make code unconditional.
3465         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3466         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3467         <kernel-features.h>.
3468         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3469         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3470         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3471         <kernel-features.h>.
3472         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3473         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3474         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3475         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3476         <kernel-features.h>.
3477         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3478         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3479         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3480         <kernel-features.h>.
3481         (linkat) [__NR_linkat]: Make code unconditional.
3482         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3483         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3484         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3485         <kernel-features.h>.
3486         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3487         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3488         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3489         <kernel-features.h>.
3490         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3491         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3492         * sysdeps/unix/sysv/linux/openat.c: Do not include
3493         <kernel-features.h>.
3494         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3495         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3496         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3497         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3498         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3499         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3500         <kernel-features.h>.
3501         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3502         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3503         result of INLINE_SYSCALL directly, not via int variable.
3504         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3505         <kernel-features.h>.
3506         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3507         (renameat) [__NR_renameat]: Make code unconditional.
3508         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3509         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3510         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3511         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3512         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3513         (__ASSUME_ATFCTS): Do not undefine and redefine.
3514         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3515         <kernel-features.h>.
3516         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3517         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3518         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3519         <kernel-features.h>.
3520         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3521         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3522         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3523         (__ASSUME_ATFCTS): Do not undefine and redefine.
3524         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3525         <kernel-features.h>.
3526         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3527         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3528         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3529         <kernel-features.h>.
3530         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3531         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3532
3533 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3534
3535         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3536
3537 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3538
3539         [BZ #17069]
3540         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3541         constructed tree before returning error.
3542         * posix/bug-regexp36.c: Expand test case.
3543
3544 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3545
3546         [BZ #6803]
3547         * math/libm-test.inc (scalbln_test_date):
3548         Add errno expectations.
3549         * math/w_scalblnf.c: New File.
3550         Add wrapper which checks for setting errno to ERANGE.
3551         Add weak_alias for corresponding scalbln function.
3552         * math/w_scalbln.c: Likewise.
3553         * math/w_scalblnl.c: Likewise.
3554         * math/Makefile (libm-calls): Add w_scalbln.
3555         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3556         Remove weak_alias for corresponding scalbln function.
3557         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3558         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3559         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3560         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3561         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3562         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3563         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3564         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3565         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3566         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3567         Remove long_double_symbol for scalblnl function in libm, libc.
3568         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3569         Add wrapper which checks for setting errno to ERANGE.
3570         Add long_double_symbol for scalblnl function in libm, libc.
3571         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3572         Remove long_double_symbol for scalblnl in libm.
3573         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3574         Add wrapper which checks for setting errno to ERANGE.
3575         Add long_double_symbol for scalblnl function in libm.
3576         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3577         Do not use wrapper because of own implementation.
3578
3579 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3580
3581         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3582         3 bytes for __pad1 for x32.
3583         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3584
3585 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3586             H.J. Lu  <hongjiu.lu@intel.com>
3587
3588         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3589         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3590         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3591         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3592         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3593
3594 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3595
3596         [BZ #17069]
3597         * posix/regcomp.c (parse_expression): Deallocate partially
3598         constructed tree before returning error.
3599         * posix/Makefile.c (tests): Add bug-regex36.
3600         (generated): Add bug-regex36.mtrace.
3601         (tests-special): Add $(objpfx)bug-regex36-mem.out
3602         (bug-regex36-ENV): New variable.
3603         ($(objpfx)bug-regex36-mem.out): New rule.
3604         * posix/bug-regex36.c: New file.
3605
3606 2014-06-19  Will Newton  <will.newton@linaro.org>
3607
3608         * malloc/malloc.c (systrim): If extra is zero then return
3609         early.
3610
3611 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3612
3613         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3614
3615 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3616
3617         * sysdeps/aarch64/strchr.S: New file.
3618
3619 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3620
3621         [BZ #17022]
3622         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3623         from arguments -2 or below.
3624         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3625         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3626
3627 2014-06-18  Andreas Schwab  <schwab@suse.de>
3628
3629         [BZ #17062]
3630         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3631         of a bracket expr not to run off the end of the string.
3632         * posix/Makefile (tests): Add tst-fnmatch3.
3633         * posix/tst-fnmatch3.c: New file.
3634
3635 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3636
3637         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3638         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3639         [$(cross-compiling) = no]: Likewise.
3640         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3641         [$(cross-compiling) = no]: Likewise.
3642
3643 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3644
3645         [BZ #17031]
3646         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3647         double, adjusted for any remainder from the high double.
3648         * math/libm-test.inc (nearbyint): Add tests.
3649         (rint): Likewise.
3650
3651 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3652
3653         * nptl/sysdeps/powerpc/Makefile: Moved ...
3654         * sysdeps/powerpc/nptl/Makefile: ... here.
3655         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3656         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3657         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3658         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3659         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3660         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3661         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3662         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3663         * nptl/sysdeps/powerpc/tls.h: Moved ...
3664         * sysdeps/powerpc/nptl/tls.h: ... here.
3665
3666 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3667
3668         [BZ #16681]
3669         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3670         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3671         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3672         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3673         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3674         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3675         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3676         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3677         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3678
3679 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3680
3681         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3682
3683 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3684
3685         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3686         defined operator.
3687
3688         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3689         $TIMEOUTFACTOR.
3690
3691 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3692
3693         [BZ #17058]
3694         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3695         non-executed part of the test.
3696
3697 2014-06-16  Andreas Schwab  <schwab@suse.de>
3698
3699         * string/bits/string2.h (strdup, strndup): Update feature guard.
3700
3701 2014-06-14  David S. Miller  <davem@davemloft.net>
3702
3703         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3704
3705 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3706
3707         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
3708         that was previously under [RESET_PID].
3709         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
3710
3711         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
3712         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
3713         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
3714         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3715         (__libc_vfork): New strong alias.
3716         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
3717
3718 2014-06-14 Andi Kleen  <ak@linux.intel.com>
3719
3720         * sysdeps/generic/elide.h: New file.
3721
3722 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3723
3724         * Makefile (installed-headers): Adjust path of pthread.h header.
3725
3726 2014-06-13  Roland McGrath  <roland@hack.frob.com>
3727
3728         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
3729         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
3730         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
3731         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
3732
3733         * nptl/sysdeps/s390/Makefile: Moved ...
3734         * sysdeps/s390/nptl/Makefile: ... here.
3735         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
3736         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
3737         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
3738         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
3739         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
3740         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
3741         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
3742         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
3743         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
3744         * sysdeps/s390/nptl/pthreaddef.h: ... here.
3745         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
3746         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
3747         * nptl/sysdeps/s390/tls.h: Moved ...
3748         * sysdeps/s390/nptl/tls.h: ... here.
3749
3750         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
3751         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
3752
3753 2014-06-13  David S. Miller  <davem@davemloft.net>
3754
3755         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
3756         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
3757         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
3758         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
3759         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
3760         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
3761         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
3762         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
3763         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
3764         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
3765         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3766         Remove RESET_PID cpp guards.
3767         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3768         Remove RESET_PID cpp guards.
3769         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
3770
3771 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
3772
3773         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
3774         __sp to uintptr_t.
3775
3776 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3777
3778         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
3779         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
3780         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
3781         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
3782         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
3783         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
3784         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
3785         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
3786         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
3787         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
3788         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
3789         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
3790         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
3791         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
3792         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
3793         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
3794         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
3795         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
3796         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
3797         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
3798
3799         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
3800         (pthread_rwlock_rdlock): Add elision.
3801         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
3802         (pthread_rwlock_wrlock): Add elision.
3803         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
3804         (pthread_rwlock_trywrlock): Add elision.
3805         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
3806         (pthread_rwlock_tryrdlock): Add elision.
3807         * nptl/pthread_rwlock_unlock.c: Include elide.h.
3808         (pthread_rwlock_tryrdlock): Add elision unlock.
3809         * nptl/sysdeps/pthread/pthread.h:
3810         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
3811         (PTHREAD_RWLOCK_INITIALIZER,
3812         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
3813         Handle new elision field.
3814         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
3815         * sysdeps/arm/nptl/bits/pthreadtypes.h
3816         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3817         * sysdeps/sh/nptl/bits/pthreadtypes.h
3818         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3819         * sysdeps/tile/nptl/bits/pthreadtypes.h
3820         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3821         * sysdeps/a/nptl/bits/pthreadtypes.h
3822         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3823         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
3824         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3825         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
3826         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3827         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
3828         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3829         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
3830         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3831         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
3832         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3833         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
3834         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3835         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
3836         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3837         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
3838         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3839         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
3840         (elision_init): Set try_xbegin to zero when no RTM.
3841         * sysdeps/x86/nptl/bits/pthreadtypes.h
3842         (pthread_rwlock_t): Change __pad1 to __rwelision.
3843         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3844
3845 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3846
3847         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
3848         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
3849         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
3850         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
3851
3852 2014-06-13  Meador Inge  <meadori@codesourcery.com>
3853
3854         [BZ #16996]
3855         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
3856         that the cached result has been set before returning it.
3857
3858 2014-06-12  Roland McGrath  <roland@hack.frob.com>
3859
3860         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
3861         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
3862         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
3863         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
3864         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
3865         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
3866
3867         * nptl/sysdeps/sparc/Makefile: Moved ...
3868         * sysdeps/sparc/nptl/Makefile: ... here.
3869         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
3870         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
3871         * nptl/sysdeps/sparc/tls.h: Moved ...
3872         * sysdeps/sparc/nptl/tls.h: ... here.
3873         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
3874         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
3875         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
3876         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
3877         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
3878         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
3879         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
3880         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
3881         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
3882         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
3883         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
3884         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
3885         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
3886         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
3887         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
3888         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
3889         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
3890         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
3891         Update #include.
3892         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
3893         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
3894         Update #include.
3895         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
3896         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
3897         Update #include.
3898         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
3899         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
3900         Update #include.
3901
3902         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3903
3904         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
3905         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
3906
3907         * sysdeps/pthread/posix-timer.h: Include <list.h>.
3908         (struct list_links): Type removed.
3909         (struct thread_node, struct timer_node): Replace struct list_links
3910         with struct list_head.
3911         (list_unlink_ip): Likewise.
3912         * sysdeps/pthread/timer_routines.c
3913         (timer_free_list, thread_free_list, thread_active_list): Likewise.
3914         (list_append, list_insbefore): Likewise.
3915         (list_init): Function removed.
3916         (thread_init, init_module): Use INIT_LIST_HEAD instead.
3917         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
3918         * sysdeps/pthread/Makefile: ... here, new file.
3919
3920         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
3921         * sysdeps/nptl/Implies: ... here.
3922         * sysdeps/unix/sysv/linux/Implies: Add nptl.
3923         * nptl/sysdeps/pthread/list.h: Moved ...
3924         * include/list.h: ... here.
3925         * nptl/sysdeps/pthread/createthread.c: Moved ...
3926         * nptl/createthread.c: ... here.
3927         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
3928         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
3929         * nptl/pt-longjmp.c: ... here.
3930         * nptl/sysdeps/pthread/Makefile: Moved ...
3931         * sysdeps/nptl/Makefile: ... here.
3932         * nptl/sysdeps/pthread/Subdirs: Moved ...
3933         * sysdeps/nptl/Subdirs: ... here.
3934         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
3935         * sysdeps/nptl/aio_misc.h: ... here.
3936         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
3937         * sysdeps/nptl/bits/libc-lock.h: ... here.
3938         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
3939         * sysdeps/nptl/bits/libc-lockP.h: ... here.
3940         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
3941         * sysdeps/nptl/bits/stdio-lock.h: ... here.
3942         * nptl/sysdeps/pthread/configure: Moved ...
3943         * sysdeps/nptl/configure: ... here.
3944         * nptl/sysdeps/pthread/configure.ac: Moved ...
3945         * sysdeps/nptl/configure.ac: ... here.
3946         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
3947         * sysdeps/nptl/gai_misc.h: ... here.
3948         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
3949         * sysdeps/nptl/librt-cancellation.c: ... here.
3950         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
3951         * sysdeps/nptl/malloc-machine.h: ... here.
3952         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3953         * sysdeps/nptl/pthread-functions.h: ... here.
3954         * nptl/sysdeps/pthread/pthread.h: Moved ...
3955         * sysdeps/nptl/pthread.h: ... here.
3956         * nptl/sysdeps/pthread/setxid.h: Moved ...
3957         * sysdeps/nptl/setxid.h: ... here.
3958         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3959         * sysdeps/nptl/sigfillset.c: ... here.
3960         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3961         * sysdeps/nptl/tcb-offsets.h: ... here.
3962         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3963         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3964         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3965         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3966         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3967         * sysdeps/pthread/allocalim.h: ... here.
3968         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3969         * sysdeps/pthread/bits/sigthread.h: ... here.
3970         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3971         * sysdeps/pthread/flockfile.c: ... here.
3972         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3973         * sysdeps/pthread/ftrylockfile.c: ... here.
3974         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3975         * sysdeps/pthread/funlockfile.c: ... here.
3976         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3977         * sysdeps/pthread/posix-timer.h: ... here.
3978         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3979         * sysdeps/pthread/timer_create.c: ... here.
3980         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3981         * sysdeps/pthread/timer_delete.c: ... here.
3982         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3983         * sysdeps/pthread/timer_getoverr.c: ... here.
3984         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3985         * sysdeps/pthread/timer_gettime.c: ... here.
3986         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3987         * sysdeps/pthread/timer_routines.c: ... here.
3988         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3989         * sysdeps/pthread/timer_settime.c: ... here.
3990         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3991         * sysdeps/pthread/tst-timer.c: ... here.
3992         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3993         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3994
3995         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3996         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3997
3998         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3999         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4000         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4001         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4002         Update #include target.
4003         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4004         * sysdeps/i386/i686/nptl/Makefile: ... here.
4005         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4006         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4007         Update #include target.
4008         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4009         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4010         * nptl/sysdeps/i386/Makefile: Moved ...
4011         * sysdeps/i386/nptl/Makefile: ... here.
4012         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4013         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4014         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4015         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4016         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4017         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4018         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4019         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4020         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4021         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4022         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4023         * nptl/sysdeps/i386/tls.h: Moved ...
4024         * sysdeps/i386/nptl/tls.h: ... here.
4025
4026         * sysdeps/sh/Makefile [$(subdir) = csu]
4027         (gen-as-const-headers): Add tcb-offsets.sym.
4028         * nptl/sysdeps/sh/Makefile: File removed.
4029         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4030         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4031         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4032         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4033         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4034         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4035         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4036         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4037         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4038         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4039         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4040         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4041         * nptl/sysdeps/sh/tls.h: Moved ...
4042         * sysdeps/sh/nptl/tls.h: ... here.
4043         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4044         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4045         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4046         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4047         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4048         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4049         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4050         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4051         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4052         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4053         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4054         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4055         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4056         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4057         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4058         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4059         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4060         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4061         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4062         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4063         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4064         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4065         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4066         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4067         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4068         Moved ...
4069         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4070         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4071         Moved ...
4072         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4073         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4074         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4075         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4076         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4077         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4078         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4079         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4080         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4081         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4082         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4083         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4084         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4085         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4086         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4087         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4088         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4089         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4090         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4091
4092 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4093
4094         * posix/spawn_faction_addopen.c: Include string.h.
4095
4096 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4097
4098         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4099         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4100         * nptl/sysdeps/x86_64/Makefile: Moved ...
4101         * sysdeps/x86_64/nptl/Makefile: ... here.
4102         * nptl/sysdeps/x86_64/configure: Moved ...
4103         * sysdeps/x86_64/nptl/configure: ... here.
4104         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4105         * sysdeps/x86_64/nptl/configure.ac: ... here.
4106         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4107         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4108         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4109         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4110         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4111         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4112         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4113         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4114         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4115         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4116         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4117         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4118         * nptl/sysdeps/x86_64/tls.h: Moved ...
4119         * sysdeps/x86_64/nptl/tls.h: ... here.
4120         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4121         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4122         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4123         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4124
4125         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4126
4127 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4128
4129         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4130
4131 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4132
4133         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4134         type.
4135         [POSIX] (off_t): Likewise.
4136         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4137         [POSIX] (S_ISBLK): Require macro.
4138         [POSIX] (S_ISCHR): Likewise.
4139         [POSIX] (S_ISDIR): Likewise.
4140         [POSIX] (S_ISFIFO): Likewise.
4141         [POSIX] (S_ISREG): Likewise.
4142         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4143         optional-macro.
4144         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4145         type.
4146         [POSIX] (time_t): Likewise.
4147         [POSIX] (timer_t): Likewise.
4148
4149 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4150
4151         [BZ #17048]
4152         * posix/spawn_int.h (struct __spawn_action): Make the path string
4153         non-const to support deallocation.
4154         * posix/spawn_faction_addopen.c
4155         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4156         * posix/spawn_faction_destroy.c
4157         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4158         path in all spawn_do_open actions.
4159         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4160         posix_spawn_file_actions_addopen.
4161
4162 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4163
4164         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4165         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4166         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4167         conditional code always true.
4168         (__libc_vfork): New alias.
4169
4170 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4171
4172         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4173         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4174
4175         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4176
4177         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4178         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4179
4180         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4181         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4182
4183         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4184         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4185
4186 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4187
4188         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4189         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4190         multiarch strcmp for PPC64.
4191         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4192         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4193         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4194         multiarch optimizations.
4195         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4196         (__libc_ifunc_impl_list): Likewise.
4197
4198 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4199
4200         * benchtests/scripts/validate_benchout.py: New script.
4201         * benchtests/Makefile (bench-func): Call it.
4202         * benchtests/scripts/benchout.schema.json: New file.
4203
4204 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4205
4206         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4207         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4208         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4209         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4210         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4211         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4212         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4213         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4214         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4215         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4216         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4217         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4218         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4219         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4220         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4221         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4222         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4223         Moved ...
4224         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4225         ... here.
4226         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4227         Moved ...
4228         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4229         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4230         Moved ...
4231         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4232         ... here.
4233         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4234         Moved ...
4235         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4236         ... here.
4237         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4238         Moved ...
4239         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4240         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4241         Moved ...
4242         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4243         ... here.
4244         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4245         Moved ...
4246         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4247         ... here.
4248         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4249         Moved ...
4250         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4251         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4252         Moved ...
4253         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4254         ... here.
4255         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4256         Moved ...
4257         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4258         ... here.
4259         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4260         Moved ...
4261         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4262         ... here.
4263         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4264         Moved ...
4265         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4266         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4267         Moved ...
4268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4269         ... here.
4270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4271         Moved ...
4272         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4273         ... here.
4274         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4275         Moved ...
4276         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4277         ... here.
4278         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4279         Moved ...
4280         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4282         Moved ...
4283         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4284         ... here.
4285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4286         Moved ...
4287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4288         ... here.
4289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4290         Moved ...
4291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4292         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4293         Moved ...
4294         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4295         ... here.
4296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4297         Moved ...
4298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4299         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4300         Moved ...
4301         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4303         Moved ...
4304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4305         ... here.
4306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4307         Moved ...
4308         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4309         ... here.
4310         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4311         Moved ...
4312         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4313         ... here.
4314         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4315         Moved ...
4316         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4317         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4318         Moved ...
4319         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4320         ... here.
4321         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4322         Moved ...
4323         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4324         ... here.
4325         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4326         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4327         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4328         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4329         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4330         Moved ...
4331         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4332         ... here.
4333         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4334         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4335         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4336         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4337         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4338         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4339         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4340         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4341         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4342         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4343         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4344         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4345         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4346         Moved ...
4347         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4348         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4349         Moved ...
4350         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4351         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4352         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4353         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4354         Moved ...
4355         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4356         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4357         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4358         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4359         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4360         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4361         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4362
4363 2014-06-10  Wilco  <wdijkstr@arm.com>
4364
4365         * math/test-fenv-return.c: New file.
4366         * math/Makefile: Add new test test-fenv-return.
4367
4368 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4369
4370         [BZ #17042]
4371         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4372         when x - 1 is zero.
4373         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4374         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4375         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4376         0.0L for an argument of 1.0L.
4377         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4378         Likewise.
4379         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4380         value when x - 1 is zero.
4381         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4382         * sysdeps/i386/fpu/libm-test-ulps: Update.
4383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4384
4385 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4386
4387         [BZ #15119]
4388         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4389
4390 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4391
4392         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4393         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4394
4395 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4396
4397         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4398         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4399
4400         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4401         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4402
4403         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4404         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4405
4406         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4407         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4408
4409         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4410         if not already defined.
4411         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4412         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4413         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4414         (TLS_INIT_TP): Use it.
4415         (TLS_DEFINE_INIT_TP): New macro.
4416         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4417
4418 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4419
4420         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4421         constant.
4422         [POSIX] (IXANY): Likewise.
4423         [POSIX] (OLCUC): Likewise.
4424         [POSIX || POSIX2008] (CBAUD): Do not allow.
4425         [POSIX || POSIX2008] (DEFECHO): Likewise.
4426         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4427         [POSIX || POSIX2008] (ECHOKE): Likewise.
4428         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4429         [POSIX || POSIX2008] (EXTA): Likewise.
4430         [POSIX || POSIX2008] (EXTB): Likewise.
4431         [POSIX || POSIX2008] (FLUSHO): Likewise.
4432         [POSIX || POSIX2008] (LOBLK): Likewise.
4433         [POSIX || POSIX2008] (PENDIN): Likewise.
4434         [POSIX || POSIX2008] (SWTCH): Likewise.
4435         [POSIX || POSIX2008] (VDISCARD): Likewise.
4436         [POSIX || POSIX2008] (VDSUSP): Likewise.
4437         [POSIX || POSIX2008] (VLNEXT): Likewise.
4438         [POSIX || POSIX2008] (VREPRINT): Likewise.
4439         [POSIX || POSIX2008] (VSTATUS): Likewise.
4440         [POSIX || POSIX2008] (VWERASE): Likewise.
4441         (B*): Change to B[0123456789]*.
4442         * conform/data/time.h-data [POSIX || UNIX98]
4443         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4444         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4445         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4446         [POSIX] (tm_*): Do not allow.
4447
4448 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4449
4450         * Makefile (install): Don't set LANGUAGE.
4451         * Makefile.in (install): Likewise.
4452         * assert/Makefile (test-assert-ENV): Remove variable.
4453         (test-assert-perr-ENV): Likewise.
4454         * elf/Makefile (neededtest4-ENV): Likewise.
4455         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4456         [$(cross-compiling) = no]: Don't set LANGUAGE.
4457         * io/ftwtest-sh (LANG): Remove variable.
4458         * libio/Makefile (tst-widetext-ENV): Likewise.
4459         * manual/install.texi (Running make install): Don't refer to
4460         environment settings for make install.
4461         * INSTALL: Regenerated.
4462         * nptl/tst-tls6.sh: Don't set LANG.
4463         * posix/globtest.sh (LANG): Remove variable.
4464         * string/Makefile (tester-ENV): Likewise.
4465         (inl-tester-ENV): Likewise.
4466         (noinl-tester-ENV): Likewise.
4467         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4468         [$(cross-compiling) = no]: Don't set LANGUAGE.
4469         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4470         without explicit environment settings.
4471
4472 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4473
4474         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4475         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4476         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4477         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4478
4479 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4480
4481         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4482         other files in the crypt directory.
4483         * crypt/crypt.c: Remove duplicate includes.
4484         * crypt/crypt-entry.c: Likewise.
4485         * crypt/crypt_util.c: Likewise.
4486
4487 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4488
4489         * Makeconfig (run-program-env): New variable.
4490         (run-program-prefix-before-env): Likewise.
4491         (run-program-prefix-after-env): Likewise.
4492         (run-program-prefix): Define in terms of new variables.
4493         (built-program-cmd-before-env): New variable.
4494         (built-program-cmd-after-env): Likewise.
4495         (built-program-cmd): Define in terms of new variables.
4496         (test-program-prefix-before-env): New variable.
4497         (test-program-prefix-after-env): Likewise.
4498         (test-program-prefix): Define in terms of new variables.
4499         (test-program-cmd-before-env): New variable.
4500         (test-program-cmd-after-env): Likewise.
4501         (test-program-cmd): Define in terms of new variables.
4502         * Rules (make-test-out): Use $(run-program-env).
4503         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4504         (help): Do not mention environment variables.  Mention
4505         --timeoutfactor option.
4506         (timeoutfactor): New variable.
4507         (blacklist_exports): Remove function.
4508         (exports): Remove variable.
4509         (command): Do not include ${exports}.
4510         * manual/install.texi (Configuring and compiling): Do not mention
4511         test wrappers preserving environment variables.  Mention that last
4512         assignment to a variable must take precedence.
4513         * INSTALL: Regenerated.
4514         * benchtests/Makefile (run-bench): Use $(run-program-env).
4515         * catgets/Makefile ($(objpfx)test1.cat): Use
4516         $(built-program-cmd-before-env), $(run-program-env) and
4517         $(built-program-cmd-after-env).
4518         ($(objpfx)test2.cat): Do not specify environment variables
4519         explicitly.
4520         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4521         $(run-program-env) and $(built-program-cmd-after-env).
4522         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4523         $(run-program-env) and $(test-program-cmd-after-env).
4524         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4525         explicitly.
4526         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4527         run_program_env and test_program_cmd_after_env arguments.
4528         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4529         * elf/tst-pathopt.sh: Use run_program_env argument.
4530         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4531         $(test-wrapper-env) and $(run-program-env).
4532         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4533         run_program_env arguments.
4534         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4535         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4536         $(test-program-prefix-before-env), $(run-program-env) and
4537         $(test-program-prefix-after-env).
4538         ($(objpfx)tst-gettext2.out): Likewise.
4539         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4540         run_program_env and test_program_prefix_after_env arguments.
4541         * intl/tst-gettext2.sh: Likewise.
4542         * intl/tst-gettext4.sh: Do not set environment variables
4543         explicitly.
4544         * intl/tst-gettext6.sh: Likewise.
4545         * intl/tst-translit.sh: Likewise.
4546         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4547         $(test-program-prefix-before-env), $(run-program-env) and
4548         $(test-program-prefix-after-env).
4549         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4550         run_program_env and test_program_prefix_after_env arguments.
4551         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4552         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4553         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4554         explicitly with each use of ${test_wrapper_env}.
4555         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4556         $(test-program-prefix-before-env), $(run-program-env) and
4557         $(test-program-prefix-after-env).
4558         * posix/tst-getconf.sh: Do not set environment variables
4559         explicitly.
4560         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4561         run_program_env and test_program_prefix_after_env arguments.
4562         * stdio-common/tst-printf.sh: Do not set environment variables
4563         explicitly.
4564         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4565         $(test-program-prefix-before-env), $(run-program-env) and
4566         $(test-program-prefix-after-env).
4567         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4568         run_program_env and test_program_prefix_after_env arguments.
4569         Split $test calls into $test_pre and $test.
4570         * timezone/Makefile (build-testdata): Use
4571         $(built-program-cmd-before-env), $(run-program-env) and
4572         $(built-program-cmd-after-env).
4573
4574 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4575
4576         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4577         strlen for non SHARED builds.
4578
4579 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4580
4581         * nptl/allocatestack.c (check_list): Inlined function...
4582         (__reclaim_stacks): ... here.
4583
4584 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4585
4586         [BZ #15698]
4587         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4588         memory overrun.
4589
4590 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4591
4592         * Rules (make-test-out): Include
4593         LOCPATH=$(common-objpfx)localedata in default environment.
4594         * debug/Makefile (tst-chk1-ENV): Remove variable.
4595         (tst-chk2-ENV): Likewise.
4596         (tst-chk3-ENV): Likewise.
4597         (tst-chk4-ENV): Likewise.
4598         (tst-chk5-ENV): Likewise.
4599         (tst-chk6-ENV): Likewise.
4600         (tst-lfschk1-ENV): Likewise.
4601         (tst-lfschk2-ENV): Likewise.
4602         (tst-lfschk3-ENV): Likewise.
4603         (tst-lfschk4-ENV): Likewise.
4604         (tst-lfschk5-ENV): Likewise.
4605         (tst-lfschk6-ENV): Likewise.
4606         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4607         (tst-iconv7-ENV): Likewise.
4608         * intl/Makefile (LOCPATH-ENV): Likewise.
4609         (tst-codeset-ENV): Likewise.
4610         (tst-gettext3-ENV): Likewise.
4611         (tst-gettext5-ENV): Likewise.
4612         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4613         (tst-fopenloc-ENV): Likewise.
4614         (tst-fgetws-ENV): Remove variable.
4615         (tst-ungetwc1-ENV): Likewise.
4616         (tst-ungetwc2-ENV): Likewise.
4617         (bug-ungetwc2-ENV): Likewise.
4618         (tst-swscanf-ENV): Likewise.
4619         (bug-ftell-ENV): Likewise.
4620         (tst-fgetwc-ENV): Likewise.
4621         (tst-fseek-ENV): Likewise.
4622         (tst-ftell-partial-wide-ENV): Likewise.
4623         (tst-ftell-active-handler-ENV): Likewise.
4624         (tst-ftell-append-ENV): Likewise.
4625         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4626         (tst-regexloc-ENV): Likewise.
4627         (bug-regex1-ENV): Likewise.
4628         (tst-regex-ENV): Likewise.
4629         (tst-regex2-ENV): Likewise.
4630         (bug-regex5-ENV): Likewise.
4631         (bug-regex6-ENV): Likewise.
4632         (bug-regex17-ENV): Likewise.
4633         (bug-regex18-ENV): Likewise.
4634         (bug-regex19-ENV): Likewise.
4635         (bug-regex20-ENV): Likewise.
4636         (bug-regex22-ENV): Likewise.
4637         (bug-regex23-ENV): Likewise.
4638         (bug-regex25-ENV): Likewise.
4639         (bug-regex26-ENV): Likewise.
4640         (bug-regex30-ENV): Likewise.
4641         (bug-regex32-ENV): Likewise.
4642         (bug-regex33-ENV): Likewise.
4643         (bug-regex34-ENV): Likewise.
4644         (bug-regex35-ENV): Likewise.
4645         (tst-rxspencer-ENV): Likewise.
4646         (tst-rxspencer-no-utf8-ENV): Likewise.
4647         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4648         (tst-sscanf-ENV): Likewise.
4649         (tst-swprintf-ENV): Likewise.
4650         (tst-swscanf-ENV): Likewise.
4651         (test-vfprintf-ENV): Likewise.
4652         (scanf13-ENV): Likewise.
4653         (bug14-ENV): Likewise.
4654         (tst-grouping-ENV): Likewise.
4655         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4656         (tst-strtod3-ENV): Likewise.
4657         (tst-strtod4-ENV): Likewise.
4658         (tst-strtod5-ENV): Likewise.
4659         (testmb2-ENV): Likewise./
4660         * string/Makefile (tst-strxfrm-ENV): Likewise.
4661         (tst-strxfrm2-ENV): Likewise.
4662         (bug-strcoll1-ENV): Likewise.
4663         (test-strcasecmp-ENV): Likewise.
4664         (test-strncasecmp-ENV): Likewise.
4665         * time/Makefile (tst-strptime-ENV): Likewise.
4666         (tst-ftime_l-ENV): Likewise.
4667         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4668         (tst-mbrtowc-ENV): Likewise.
4669         (tst-wcrtomb-ENV): Likewise.
4670         (tst-mbrtowc2-ENV): Likewise.
4671         (tst-c16c32-1-ENV): Likewise.
4672         (tst-mbsnrtowcs-ENV): Likewise.
4673
4674 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4675
4676         * manual/resource.texi (How to get information about the memory
4677         subsystem?): Fix typo.
4678         Reported by Peon de la Parra Ivan <peon@keba.com>
4679
4680 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4681
4682         [BZ #16882]
4683         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4684         (pthread_spin_lock): Branch out of spin loop to proper location.
4685         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4686         (pthread_spin_lock): Likewise.
4687
4688         * nptl/tst-spin4.c: New test.
4689         * nptl/Makefile (tests): Add tst-spin4.
4690
4691 2014-06-03  Andreas Schwab  <schwab@suse.de>
4692
4693         [BZ #15946]
4694         * resolv/res_send.c (send_dg): Reload file descriptor after
4695         calling reopen.
4696
4697 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4698
4699         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4700
4701 2014-06-03  Richard Henderson  <rth@redhat.com>
4702
4703         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
4704         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
4705         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
4706         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
4707         in the SAVE_PID block.
4708         (__libc_vfork): New alias.
4709         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
4710
4711         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
4712         child in registers, not on the stack.  Remove RESET_PID conditionals.
4713         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
4714
4715 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4716
4717         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4718
4719 2014-06-03  Wilco  <wdijkstr@arm.com>
4720
4721         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
4722         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
4723         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4724         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
4725         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
4726         Likewise.
4727
4728 2014-06-03  Wilco  <wdijkstr@arm.com>
4729
4730         * sysdeps/aarch64/fpu/math_private.h
4731         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
4732         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
4733         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
4734         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4735         Fix declarations.
4736
4737 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4738
4739         * crypt/crypt-private.h: Include ufc-crypt.h.
4740         (__b64_from_24bit): Declare extern.
4741         * crypt/crypt_util.c(__b64_from_24bit): New function.
4742         (b64t): New static const variable.
4743         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
4744         (b64t): Remove variable.
4745         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
4746         * crypt/sha256-crypt.c: Include crypt-private.h.
4747         (b64t): Remove variable.
4748         (__sha256_crypt_r): Remove b64_from_24bit and replace
4749         with __b64_from_24bit.
4750         * crypt/sha512-crypt.c: Likewise.
4751
4752 2014-06-02  Roland McGrath  <roland@hack.frob.com>
4753
4754         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
4755         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
4756         Label the code __libc_vfork rather than __vfork.
4757         [!NOT_IN_libc] (vfork): Define as weak alias.
4758         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
4759         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
4760         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
4761
4762 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4763
4764         * malloc/malloc.c (malloc_info): Fix format specifier for
4765         n_mmaps.
4766
4767 2014-06-02  Wilco  <wdijkstr@arm.com>
4768
4769         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
4770         FPCR write.
4771
4772 2014-06-02  Wilco  <wdijkstr@arm.com>
4773
4774         [BZ #17009]
4775         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
4776         Rewrite to reduce FPCR/FPSR accesses.
4777
4778 2014-06-01  David S. Miller  <davem@davemloft.net>
4779
4780         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4781
4782 2014-05-31  David S. Miller  <davem@davemloft.net>
4783
4784         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
4785         to occur in round to nearest mode when |x| >= 2.0
4786
4787 2014-05-30  Richard Henderson  <rth@twiddle.net>
4788
4789         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
4790         (PSEUDO_RET_NOERRNO): Remove.
4791         (ret): Don't redefine.
4792         (ret_NOERRNO): Define in terms of ret.
4793         (ret_ERRVAL): Likewise.
4794
4795         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
4796         use of PSEUDO_RET; perform the error check directly.
4797
4798 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
4799
4800         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
4801         with __int128_t.
4802
4803 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4804
4805         * malloc/malloc (malloc_info): Fix formatting.
4806
4807 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4808             Roland McGrath  <roland@hack.frob.com>
4809
4810         * malloc/malloc (malloc_info): Also print mmapped statistics.
4811
4812 2014-05-30  Roland McGrath  <roland@hack.frob.com>
4813
4814         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
4815         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
4816
4817 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
4818
4819         * malloc/malloc.c (malloc_info): Inline mi_arena.
4820
4821 2014-05-29  Richard Henderson  <rth@twiddle.net>
4822
4823         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
4824         Remove comma before expanding ASM_ARGS_##nr.
4825         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
4826         Make _x0 a strict output; make _x8 a strict input; adjust expansion
4827         of ASM_ARGS_##nr.
4828         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
4829         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
4830         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
4831         (ASM_ARGS_1): Add leading comma.
4832
4833         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
4834         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
4835         to __errno_location.
4836         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
4837         Remove the expected plt for __errno_location.
4838
4839         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4840         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
4841         call to __read_tp.
4842
4843         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4844         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
4845         it and break it down.
4846         (DOCARGS_0, DOCARGS_1): Do nothing.
4847         (DOCARGS_2): Update to store into the new stack frame.
4848         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
4849         (UNDOCARGS_1): Update to restore from the new stack frame.
4850         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
4851         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
4852
4853         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4854         (SINGLE_THREAD_P): New parameter for result regno.
4855         (PSEUDO): Update to match; use cbz instead of beq.
4856
4857         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4858         Use ENTRY to define the _nocancel entry point.  Share the syscall
4859         and syscall error check paths with the cancel path.
4860         (PSEUDO_END): New.
4861
4862         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
4863         whitespace; tabs before and after asm mnemonics.
4864
4865 2014-05-29  Eric Wong  <normalperson@yhbt.net>
4866
4867         [BZ #15132]
4868         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4869         Call fstat64 or stat64 internally, depending on arguments passed.
4870         Replace stat buffer argument with file descriptor argument.
4871         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
4872         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4873         Pass fd to __internal_statvfs instead of calling fstat64.
4874         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
4875         Pass fd to __internal_statvfs64 instead of calling fstat64.
4876         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
4877         Pass -1 to __internal_statvfs instead of calling stat64.
4878         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
4879         Pass -1 to __internal_statvfs64 instead of calling stat64.
4880
4881 2014-05-28  Roland McGrath  <roland@hack.frob.com>
4882
4883         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
4884         that was previously under [RESET_PID].
4885         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
4886
4887         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
4888         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
4889
4890 2014-05-27  Roland McGrath  <roland@hack.frob.com>
4891
4892         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
4893
4894         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
4895         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
4896
4897 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
4898
4899         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
4900
4901 2014-05-27  Andreas Schwab  <schwab@suse.de>
4902
4903         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
4904         TLS_INIT_TP macro.
4905         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4906         * elf/rtld.c (init_tls, dl_main): Likewise.
4907         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
4908         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
4909         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
4910         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
4911         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
4912         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
4913         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
4914         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
4915         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
4916         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
4917         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
4918         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
4919         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
4920         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
4921         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
4922         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
4923         * sysdeps/generic/tls.h: Update description.
4924
4925 2014-05-27  Will Newton  <will.newton@linaro.org>
4926
4927         [BZ #16990]
4928         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
4929         and restore r2 rather than just restoring.
4930
4931 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4932
4933         [BZ #16724]
4934         * libio/tst-ftell-append.c: New test case.
4935         * libio/Makefile (tests): Add test case.
4936         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
4937         append mode.
4938         * libio/wfileops.c (do_ftell_wide): Likewise.
4939
4940 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4941
4942         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4943
4944         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
4945         ...
4946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
4947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
4948         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
4949         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
4950         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
4951         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
4952         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4953         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4954         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4955         Moved ...
4956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
4957         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4958         Moved ...
4959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4960         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4961         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4962         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4963         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4964         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4965         ...
4966         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4967         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4968         Moved ...
4969         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4970         here.
4971         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4972         ...
4973         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4974         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4975         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4976
4977         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4978         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4979         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4980         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4981
4982         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4983         merge into ...
4984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4985         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4986         ...
4987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4988         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4989         ...
4990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4991         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4992         Moved ...
4993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4994         here.
4995         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4996         Moved ...
4997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4998         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4999         Moved ...
5000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5001
5002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5003         conditional [RESET_PID].
5004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5005         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5006         removed.
5007         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5008         removed.
5009
5010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5011         <tcb-offsets.h>.
5012         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5013         (__libc_vfork): New strong alias.
5014         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5015         removed.
5016         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5017         Removed.
5018
5019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5020         <tcb-offsets.h>.
5021         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5022         (__libc_vfork): New strong alias.
5023         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5024         removed.
5025         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5026         removed.
5027
5028 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5029
5030         * malloc/malloc.c (mi_arena): New function.
5031         (malloc_info): Remove nested function mi_arena. Call non-nosted
5032         function mi_arena.
5033
5034 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5035
5036         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5037         by insrwi.
5038         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5039         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5040         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5041         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5042         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5043         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5044         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5045
5046 2014-05-26  Andreas Schwab  <schwab@suse.de>
5047
5048         [BZ #16984]
5049         * locale/programs/repertoire.c (repertoire_read): Add slash
5050         between I18NPATH element and file name.
5051         * locale/programs/locfile.c (locfile_read): Likewise.
5052
5053 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5054
5055         * nptl/pthread_mutexattr_settype.c
5056         (__pthread_mutexattr_settype):
5057         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5058
5059 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5060
5061         * nptl/tst-mutex5 (do_test):
5062         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5063
5064 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5065
5066         * benchtests/README: Document 'init' directive.
5067         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5068         BENCH_INIT.
5069         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5070         (parse_file): Recognize 'init' directive.
5071
5072 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5073
5074         [BZ #16796]
5075         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5076         alignment of struct pthread.
5077
5078 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5079
5080         [BZ #16878]
5081         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5082         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5083         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5084         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5085
5086 2014-05-25  Richard Henderson  <rth@twiddle.net>
5087
5088         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5089         (SINGLE_THREAD_P_PIC): Remove.
5090         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5091         (SINGLE_THREAD_P_PIC): Remove.
5092
5093         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5094         branch to syscall error ...
5095         (PSEUDO): ... here.
5096         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5097         from __local_syscall_error to .Lsyscall_error.
5098         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5099         (SYSCALL_ERROR): Update label name.
5100
5101         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5102         Do not use DOARGS/UNDOARGS.
5103         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5104         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5105         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5106         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5107         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5108
5109         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5110         block comment.
5111
5112         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5113         define if !NOT_IN_libc.
5114         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5115         define with non-default symbol versions.
5116
5117 2014-05-23  Richard Henderson  <rth@twiddle.net>
5118
5119         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5120         (vfork, __vfork): Define via compat_symbol.
5121
5122         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5123         [!HAVE_IFUNC] (vfork_compat): Remove.
5124         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5125
5126 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5127
5128         [BZ #16978]
5129         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5130         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5131         variable.
5132
5133 2014-05-23  Richard Henderson  <rth@twiddle.net>
5134
5135         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5136         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5137         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5138         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5139
5140         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5141         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5142         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5143         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5144         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5145         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5146         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5147         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5148         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5149         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5150         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5151         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5152         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5153         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5154         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5155         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5156         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5157         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5158         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5159         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5160         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5161         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5162         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5163         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5164         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5165         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5166         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5167         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5168         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5169         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5170         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5171         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5172         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5173         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5174         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5175         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5176         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5177         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5178         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5179         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5180         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5181         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5182         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5183         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5184         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5185         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5186         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5187         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5188         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5189         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5190         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5191         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5192         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5193         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5194         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5195         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5196
5197         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5198         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5199         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5200         before exiting on error.
5201         (__libc_vfork): New strong alias.
5202         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5203         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5204
5205         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5206         that was previously under [RESET_PID].
5207         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5208
5209         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5210
5211 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5212
5213         [BZ #16977]
5214         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5215         value when x - 1 is zero.
5216         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5217         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5218         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5219         0.0L for an argument of 1.0L.
5220         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5221         Likewise.
5222         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5223         value when x - 1 is zero.
5224         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5225         * sysdeps/i386/fpu/libm-test-ulps: Update.
5226         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5227
5228 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5229
5230         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5231         alphasort and versionsort.
5232
5233 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5234
5235         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5236         macro.
5237         [copysignf]: Likewise.
5238
5239 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5240
5241         * crypt/md5-crypt.c: Fix formatting.
5242
5243 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5244
5245         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5246         (b64_from_24bit): New function.
5247
5248 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5249
5250         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5251         libc_hidden_builtin_def to ifunc.
5252         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5253         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5254
5255 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5256
5257         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5258         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5259
5260 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5261
5262         * nscd/Depend (linuxthreads): Remove.
5263         (nptl): Add.
5264         * resolv/Depend (linuxthreads): Remove.
5265         * rt/Depend (linuxthreads): Remove.
5266
5267         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5268         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5269         $(common-objpfx)elf/.
5270         (link-libc-before-gnulib): Likewise.
5271         (elfobjdir): Remove variable.
5272         * Makefile (install): Use $(elf-objpfx) instead of
5273         $(common-objpfx)elf/.
5274         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5275         $(elfobjdir)/.
5276         (link-libc-deps): Likewise.
5277         ($(common-objpfx)libc.so): Likewise.
5278         ($(common-objpfx)linkobj/libc.so): Likewise.
5279         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5280         instead of $(common-objpfx)elf/.
5281         (symbolic-link-list): Likewise.
5282         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5283         [$(cross-compiling) = no]: Likewise.
5284         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5285         $(elfobjdir)/.
5286         (static-gnulib-arch): Likewise.
5287         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5288         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5289         $(common-objpfx)elf/.
5290
5291 2014-05-21  Richard Henderson  <rth@redhat.com>
5292
5293         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5294         (SINGLE_THREAD_P): Use the correct width load.  Fold
5295         into the ldr offset.
5296
5297         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5298         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5299
5300 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5301
5302         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5303         (libgcc_s_resume): Use __attribute_used__.
5304         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5305         Likewise.
5306
5307 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5308
5309         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5310         optimization when used with float constants.
5311
5312         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5313
5314 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5315
5316         [BZ #16915]
5317         * locale/nl_langinfo_l.c: Make direct reference to every
5318         _nl_current_CATEGORY symbol.
5319         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5320         (tests-static): Add tst-langinfo-static.
5321         (tests-special): Add tst-langinfo-static.out.
5322         ($(objpfx)tst-langinfo.out): Redirect output.
5323         ($(objpfx)tst-langinfo-static.out): New.
5324         * localedata/tst-langinfo.sh: Send output to stdout.
5325         * localedata/tst-langinfo-static.c: New file.
5326
5327         [BZ #16965]
5328         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5329         when the shift amount is modulo the limb size.
5330
5331 2014-05-20  Richard Henderson  <rth@redhat.com>
5332
5333         [BZ #16967]
5334         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5335         Change type of sa_flags from unsigned int to int.
5336
5337         [BZ #16966]
5338         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5339
5340         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5341
5342 2014-05-20  Will Newton  <will.newton@linaro.org>
5343
5344         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5345         Test the return value of the system call in the nocancel case.
5346
5347 2014-05-20  Will Newton  <will.newton@linaro.org>
5348             Yvan Roux  <yvan.roux@linaro.org>
5349
5350         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5351         #include of asm/ptrace.h.
5352         (PTRACE_GET_THREAD_AREA): Remove #undef.
5353         (PTRACE_GETHBPREGS): Likewise.
5354         (PTRACE_SETHBPREGS): Likewise.
5355         (struct user_regs_struct): New structure.
5356         (struct user_fpsimd_struct): New structure.
5357         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5358         #include of asm/ptrace.h and second #include of sys/user.h.
5359         (PTRACE_GET_THREAD_AREA): Remove #undef.
5360         (PTRACE_GETHBPREGS): Likewise.
5361         (PTRACE_SETHBPREGS): Likewise.
5362         (ELF_NGREG): Use new struct user_regs_struct.
5363         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5364
5365 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5366
5367         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5368         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5369
5370 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5371
5372         [BZ #16958]
5373         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5374         membar to avoid block loads/stores to overlap previous stores.
5375
5376 2014-05-17  Richard Henderson  <rth@redhat.com>
5377
5378         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5379         Create the __##syscall_name##_nocancel entry point.
5380         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5381         Remove; let the sysdep-cancel.h code create it.
5382
5383 2014-05-17  David S. Miller  <davem@davemloft.net>
5384
5385         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5386         Protect with __USE_GNU.
5387         (TIOCSET_TEMPT): Likewise.
5388         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5389         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5390         these are already provided in bits/ioctl-types.h
5391
5392 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5393
5394         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5395         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5396
5397         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5398         Use wait4 regardless of [__NR_waitpid].
5399
5400 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5401
5402         PR libgcc/60166
5403         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5404         (_FP_NANSIGN_Q): Set the quiet bit.
5405
5406 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5407
5408         * benchtests/Makefile
5409         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5410         not $(common-objpfx)math/libm.so.
5411         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5412         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5413         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5414         $(common-objpfx)dlfcn/libdl.so.
5415         ($(objpfx)tst-audit8): Depend on $(libm), not
5416         $(common-objpfx)math/libm.so.
5417         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5418         not $(common-objpfx)dlfcn/libdl.so.
5419         * math/Makefile
5420         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5421         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5422         [$(build-shared) = yes].
5423         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5424         $(common-objpfx)nptl/libpthread.so.
5425         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5426         $(common-objpfx)math/libm.so$(libm.so-version) or
5427         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5428         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5429         $(common-objpfx)dlfcn/libdl.so.
5430         * setjmp/Makefile (link-libm): Remove variable.
5431         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5432         * stdio-common/Makefile (link-libm): Remove variable.
5433         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5434         * stdlib/Makefile (link-libm): Remove variable.
5435         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5436         ($(objpfx)tst-strtod-round): Likewise.
5437         ($(objpfx)tst-tininess): Likewise.
5438         ($(objpfx)tst-strtod-underflow): Likewise.
5439         ($(objpfx)tst-strtod6): Likewise.
5440         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5441         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5442         $(common-objpfx)dlfcn/libdl.so.
5443
5444 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5445
5446         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5447         BSD terminal modes definitions.
5448
5449 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5450
5451         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5452         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5453
5454         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5455         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5456         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5457         Don't do #include_next.
5458         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5459         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5460         Don't do #include_next.
5461         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5462         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5463         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5464         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5465
5466 2014-05-16  Allan McRae  <allan@archlinux.org>
5467
5468         * po/sv.po: Update Swedish translation from translation project.
5469
5470         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5471         in sed expression.
5472
5473 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5474
5475         [BZ #16917]
5476         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5477         errno if the TIOCGPTN ioctl fails with an error different than
5478         EINVAL.
5479         * login/tst-ptsname.c: New file.
5480         * login/Makefile (tests): Add tst-ptsname.
5481
5482         [BZ #16943]
5483         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5484         and prlimit64.
5485
5486 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5487
5488         [BZ #16849]
5489         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5490         herrno to return EAI_AGAIN.
5491
5492 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5493
5494         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5495         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5496         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5497         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5498         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5499         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5500         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5501         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5502         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5503         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5504         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5505         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5506         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5507         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5508         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5509         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5510         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5511         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5512         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5513         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5514         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5515         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5516         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5517         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5518         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5519         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5520         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5521         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5522         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5523         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5524         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5525         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5526         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5527         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5528         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5529         Moved ...
5530         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5531         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5532         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5533         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5534         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5536         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5537         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5538         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5540         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5541         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5542         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5543         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5544         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5545         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5546         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5547         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5548         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5549         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5550         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5551         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5552         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5553         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5554         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5555         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5556         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5557         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5558         Moved ...
5559         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5560         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5561         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5562         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5563         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5564         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5565         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5566         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5567         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5568         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5569         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5570         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5571         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5572         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5573         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5574         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5575         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5576         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5577         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5578         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5579         Moved ...
5580         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5581         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5582         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5583
5584         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5585         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5586         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5587         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5588         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5589         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5590         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5591         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5592         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5593         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5594         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5595         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5596         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5597         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5598         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5599         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5600         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5602         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5604         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5605         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5606         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5607         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5608         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5609         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5610         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5611         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5612         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5613         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5614         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5615
5616         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5617         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5618
5619         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5620         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5621         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5622         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5623         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5624         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5625         Moved ...
5626         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5627         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5628         Moved ...
5629         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5630         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5631         Moved ...
5632         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5633         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5634         Moved ...
5635         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5636         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5637         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5638         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5639         Moved ...
5640         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5641         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5642         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5643         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5644         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5645         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5646         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5647         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5648         Moved ...
5649         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5650         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5651         Moved ...
5652         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5653         ... here.
5654         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5655         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5656         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5657         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5658         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5659         Moved ...
5660         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5661         ... here.
5662         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5663         Moved ...
5664         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5665         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5666         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5667         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5668         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5669         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5670         Moved ...
5671         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5672         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5673         Moved ...
5674         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5675         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5676         Moved ...
5677         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5678         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5679         Moved ...
5680         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5681         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5682         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5683         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5684         Moved ...
5685         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5686         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5687         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5688         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5689         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5690         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5691         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5692         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5693         Moved ...
5694         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5695         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5696         Moved ...
5697         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5698         ... here.
5699         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5700         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5701         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5702         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
5703         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5704         Moved ...
5705         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5706         ... here.
5707         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
5708         Moved ...
5709         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
5710         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
5711         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
5712         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
5713         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
5714         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
5715         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
5716         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
5717         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
5718         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
5719         Moved ...
5720         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
5721         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5722         Moved ...
5723         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
5724         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5725         Moved ...
5726         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
5727         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
5728         Moved ...
5729         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
5730         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
5731         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
5732         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
5733         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
5734         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5735         Moved ...
5736         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
5737         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
5738         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
5739         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
5740         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
5741         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
5742         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
5743         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5744         Moved ...
5745         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
5746         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5747         Moved ...
5748         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5749         ... here.
5750         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
5751         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
5752         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
5753         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
5754         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5755         Moved ...
5756         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5757         ... here.
5758         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
5759         Moved ...
5760         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
5762         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
5763         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
5764         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
5765         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
5766         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
5767         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
5768         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
5769         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
5770         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
5771
5772         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
5773         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
5774
5775         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
5776         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
5777
5778         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
5779         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
5780         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
5781         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
5782         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
5783         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
5784         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
5785         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
5786         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
5787         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
5788         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
5789         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
5790         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
5791         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
5792         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
5793         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
5794         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
5795         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
5796         Moved ...
5797         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
5798         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
5799         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
5800         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
5801         Moved ...
5802         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
5803         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
5804         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
5805         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
5806         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
5807         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
5808         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
5809         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
5810         Moved ...
5811         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
5812         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
5813         Moved ...
5814         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
5815         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
5816         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
5817         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
5818         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
5819         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
5820         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
5821         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
5822         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
5823         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
5824         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
5825         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
5826         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
5827         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
5828         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
5829         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
5830         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
5831
5832         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
5833         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
5834         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
5835         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
5836         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
5837
5838         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
5839         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
5840         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
5841         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
5842         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
5843         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
5844         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
5845         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
5846         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
5847         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
5848
5849         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
5850         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
5851
5852         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
5853         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
5854         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
5855         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
5856         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
5857         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
5858         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
5859         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
5860         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
5861         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
5862         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
5863         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
5864         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
5865         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
5866         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
5867         Update #include.
5868         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
5869         Likewise.
5870         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5871         Likewise.
5872         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5873         Likewise.
5874         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5875         Likewise.
5876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
5877         Likewise.
5878         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
5879         Likewise.
5880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
5881         Likewise.
5882         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
5883         Likewise.
5884         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
5885         Likewise.
5886         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
5887         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
5888         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
5889         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
5890         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5891         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
5892         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
5893         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
5894         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
5895         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
5896         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
5897         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
5898         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
5899         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
5900         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
5901
5902         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
5903         that was previously under [RESET_PID].
5904         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
5905         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
5906         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
5907
5908         * sysdeps/i386/nptl/Implies: New file.
5909         * sysdeps/x86_64/nptl/Implies: New file.
5910         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
5911         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
5912         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
5913         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
5914
5915         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
5916         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5917         (__libc_vfork): New strong alias.
5918         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
5919         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
5920
5921         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
5922         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5923         (__libc_vfork): New strong alias.
5924         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
5925         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
5926
5927         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
5928         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5929         (__libc_vfork): New strong alias.
5930         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
5931         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
5932         * nptl/pt-vfork.c: New file.
5933         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
5934         (libpthread: GLIBC_2.20): New version set (empty).
5935
5936 2014-05-14  Will Newton  <will.newton@linaro.org>
5937
5938         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
5939         rather than #if.
5940
5941 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5942
5943         [BZ #16564]
5944         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
5945         arguments with exponent 65 or above.
5946         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
5947         arguments 0x1p113L or above.
5948         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
5949         to arguments 0x1p107L or above.
5950         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
5951         positive arguments with exponent 65 or above.
5952         * math/auto-libm-test-in: Add more tests of log1p.
5953         * math/auto-libm-test-out: Regenerated.
5954
5955         [BZ #16928]
5956         * math/s_cacos.c (__cacos): Ensure zero real part of result from
5957         non-finite arguments is +0.
5958         * math/s_cacosf.c (__cacosf): Likewise.
5959         * math/s_cacosl.c (__cacosl): Likewise.
5960         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5961         * sysdeps/i386/fpu/libm-test-ulps: Update.
5962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5963
5964         [BZ #16927]
5965         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5966         value.
5967         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5968         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5969         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5970         for explicit high bit of mantissa when testing for argument equal
5971         to 1.
5972         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5973         * sysdeps/i386/fpu/libm-test-ulps: Update.
5974         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5975
5976         [BZ #16516]
5977         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5978         (__erf): Scale by 16 instead of 8 in potentially underflowing
5979         case.  Ensure exception if result actually underflows.
5980         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5981         (__erff): Scale by 16 instead of 8 in potentially underflowing
5982         case.  Ensure exception if result actually underflows.
5983         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5984         (efx8): Remove variable.
5985         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5986         case.  Ensure exception if result actually underflows.
5987         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5988         (efx8): Remove variable.
5989         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5990         case.  Ensure exception if result actually underflows.
5991         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5992         (efx8): Remove variable.
5993         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5994         case.  Ensure exception if result actually underflows.
5995         * math/auto-libm-test-in: Add more tests of erf.
5996         * math/auto-libm-test-out: Regenerated.
5997
5998 2014-05-14  Andreas Schwab  <schwab@suse.de>
5999
6000         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6001         Remove code conditionalized on USE___THREAD.
6002
6003         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6004         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6005         not definedness.
6006
6007 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6008
6009         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6010         Define unconditionally.
6011         (__ASSUME_O_CLOEXEC): Likewise.
6012         (__ASSUME_SOCK_CLOEXEC): Likewise.
6013         (__ASSUME_IN_NONBLOCK): Likewise.
6014         (__ASSUME_PIPE2): Likewise.
6015         (__ASSUME_EVENTFD2): Likewise.
6016         (__ASSUME_SIGNALFD4): Likewise.
6017         (__ASSUME_DUP3): Likewise.
6018         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6019         (__ASSUME_DUP3): Do not define.
6020         (__ASSUME_EVENTFD2): Likewise.
6021         (__ASSUME_IN_NONBLOCK): Likewise.
6022         (__ASSUME_O_CLOEXEC): Likewise.
6023         (__ASSUME_PIPE2): Likewise.
6024         (__ASSUME_SIGNALFD4): Likewise.
6025         (__ASSUME_SOCK_CLOEXEC): Likewise.
6026         (__ASSUME_UTIMES): Undefine.
6027         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6028         (__ASSUME_UTIMES): Do not define.
6029         (__ASSUME_O_CLOEXEC): Likewise.
6030         (__ASSUME_SOCK_CLOEXEC): Likewise.
6031         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6032         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6033         0x020621].
6034         (__ASSUME_PIPE2): Likewise.
6035         (__ASSUME_EVENTFD2): Likewise.
6036         (__ASSUME_SIGNALFD4): Likewise.
6037         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6038         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6039         Do not define.
6040         (__ASSUME_EVENTFD2): Likewise.
6041         (__ASSUME_SIGNALFD4): Likewise.
6042         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6043         (__ASSUME_32BITUIDS): Likewise.
6044         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6045         (__ASSUME_IPC64): Likewise.
6046         (__ASSUME_ST_INO_64_BIT): Likewise.
6047         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6048         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6049         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6050         (__ASSUME_UTIMES): Do not define.
6051         (__ASSUME_PSELECT): Likewise.
6052         (__ASSUME_PPOLL): Likewise.
6053         (__ASSUME_O_CLOEXEC): Likewise.
6054         (__ASSUME_SOCK_CLOEXEC): Likewise.
6055         (__ASSUME_IN_NONBLOCK): Likewise.
6056         (__ASSUME_PIPE2): Likewise.
6057         (__ASSUME_EVENTFD2): Likewise.
6058         (__ASSUME_SIGNALFD4): Likewise.
6059         (__ASSUME_DUP3): Likewise.
6060         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6061         (__ASSUME_UTIMES): Likewise.
6062         (__ASSUME_O_CLOEXEC): Likewise.
6063         (__ASSUME_SOCK_CLOEXEC): Likewise.
6064         (__ASSUME_IN_NONBLOCK): Likewise.
6065         (__ASSUME_PIPE2): Likewise.
6066         (__ASSUME_EVENTFD2): Likewise.
6067         (__ASSUME_SIGNALFD4): Likewise.
6068         (__ASSUME_DUP3): Likewise.
6069         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6070         (__ASSUME_UTIMES): Likewise.
6071         (__ASSUME_O_CLOEXEC): Likewise.
6072         (__ASSUME_SOCK_CLOEXEC): Likewise.
6073         (__ASSUME_IN_NONBLOCK): Likewise.
6074         (__ASSUME_PIPE2): Likewise.
6075         (__ASSUME_EVENTFD2): Likewise.
6076         (__ASSUME_SIGNALFD4): Likewise.
6077         (__ASSUME_DUP3): Likewise.
6078         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6079         Likewise.
6080         (__ASSUME_UTIMES): Likewise.
6081         (__ASSUME_EVENTFD2): Likewise.
6082         (__ASSUME_SIGNALFD4): Likewise.
6083         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6084         (__ASSUME_O_CLOEXEC): Likewise.
6085         (__ASSUME_SOCK_CLOEXEC): Likewise.
6086         (__ASSUME_IN_NONBLOCK): Likewise.
6087         (__ASSUME_PIPE2): Likewise.
6088         (__ASSUME_EVENTFD2): Likewise.
6089         (__ASSUME_SIGNALFD4): Likewise.
6090         (__ASSUME_DUP3): Likewise.
6091         (__ASSUME_UTIMES): Undefine.
6092
6093         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6094         feclearexcept.  Remove symbol versioning code.
6095         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6096         symbol versioning code.
6097         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6098         symbol versioning code.
6099         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6100         feupdateenv.  Remove symbol versioning code.
6101         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6102         fegetexceptflag.  Remove symbol versioning code.
6103         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6104         fesetexceptflag.  Remove symbol versioning code.
6105         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6106         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6107         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6108         (__posix_fadvise64_l32): Remove prototype.
6109         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6110         code.
6111
6112 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6113
6114         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6115         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6116         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6117         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6118
6119 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6120
6121         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6122         current working directory
6123
6124 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6125
6126         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6127         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6128         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6129         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6130         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6131         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6132         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6133         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6134         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6135         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6136         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6137         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6138         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6139         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6140         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6141         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6142         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6143         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6144         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6145         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6146         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6147         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6148         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6149         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6150         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6151         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6152         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6153         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6154         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6155         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6156         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6157         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6158         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6159         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6160         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6161         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6162         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6163         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6164         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6165         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6166         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6167         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6168
6169         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6170         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6171
6172         * sysdeps/unix/sysv/linux/arm/Makefile
6173         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6174         Add rt-aeabi_unwind_cpp_pr1.
6175         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6176         Add nptl-aeabi_unwind_cpp_pr1.
6177         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6178         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6179         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6180         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6181         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6182         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6183
6184         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6185         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6186         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6187         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6188
6189         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6190         Deconditionalize the code that was previously under [RESET_PID].
6191         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6192
6193         * sysdeps/generic/exit-thread.h: New file.
6194         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6195         * include/unistd.h (__exit_thread): Remove declaration.
6196         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6197         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6198         * csu/libc-start.c: Include <exit-thread.h>.
6199         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6200         * nptl/pthread_create.c: Include <exit-thread.h>.
6201         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6202         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6203         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6204         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6205         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6206         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6207         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6208         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6209         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6210         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6211         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6212         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6213         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6214         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6215         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6216         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6217         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6218
6219 2014-05-13  Andreas Schwab  <schwab@suse.de>
6220
6221         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6222
6223 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6224
6225         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6226         (__ASSUME_UTIMES): Do not condition on kernel version.
6227         (__ASSUME_PSELECT): Define unconditionally.
6228         (__ASSUME_PPOLL): Likewise.
6229         (__ASSUME_ATFCTS): Likewise.
6230         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6231         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6232         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6233         (__ASSUME_UTIMENSAT): Define unconditionally.
6234         (__ASSUME_PRIVATE_FUTEX): Likewise.
6235         (__ASSUME_FALLOCATE): Likewise.
6236         (__ASSUME_O_CLOEXEC): Likewise.
6237         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6238         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6239         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6240         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6241         (__ASSUME_IN_NONBLOCK): Likewise.
6242         (__ASSUME_PIPE2): Likewise.
6243         (__ASSUME_EVENTFD2): Likewise.
6244         (__ASSUME_SIGNALFD4): Likewise.
6245         (__ASSUME_DUP3): Likewise.
6246         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6247         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6248         (__ASSUME_AT_RANDOM): Likewise.
6249         (__ASSUME_PREADV): Likewise.
6250         (__ASSUME_PWRITEV): Likewise.
6251         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6252         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6253         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6254         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6255         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6256         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6257         (__ASSUME_O_CLOEXEC): Define unconditionally.
6258         (__ASSUME_PSELECT): Do not undefine conditionally.
6259         (__ASSUME_PPOLL): Likewise.
6260         (__ASSUME_ATFCTS): Likewise.
6261         (__ASSUME_SET_ROBUST_LIST): Likewise.
6262         (__ASSUME_UTIMENSAT): Likewise.
6263         (__ASSUME_FDATASYNC): Define unconditionally.
6264         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6265         (__ASSUME_SIGFRAME_V2): Likewise.
6266         )__ASSUME_EVENTFD2): Likewise.
6267         (__ASSUME_SIGNALFD4): Likewise.
6268         (__ASSUME_PSELECT): Do not undefine conditionally.
6269         (__ASSUME_PPOLL): Likewise.
6270         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6271         (__ASSUME_PSELECT): Define unconditionally.
6272         (__ASSUME_PPOLL): Likewise.
6273         (__ASSUME_O_CLOEXEC): Likewise.
6274         (__ASSUME_SOCK_CLOEXEC): Likewise.
6275         (__ASSUME_IN_NONBLOCK): Likewise.
6276         (__ASSUME_PIPE2): Likewise.
6277         (__ASSUME_EVENTFD2): Likewise.
6278         (__ASSUME_SIGNALFD4): Likewise.
6279         (__ASSUME_DUP3): Likewise.
6280         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6281         (__ASSUME_O_CLOEXEC): Likewise.
6282         (__ASSUME_SOCK_CLOEXEC): Likewise.
6283         (__ASSUME_IN_NONBLOCK): Likewise.
6284         (__ASSUME_PIPE2): Likewise.
6285         (__ASSUME_EVENTFD2): Likewise.
6286         (__ASSUME_SIGNALFD4): Likewise.
6287         (__ASSUME_DUP3): Likewise.
6288         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6289         (__ASSUME_EVENTFD2): Likewise.
6290         (__ASSUME_SIGNALFD4): Likewise.
6291         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6292
6293 2014-05-12  Andreas Schwab  <schwab@suse.de>
6294
6295         [BZ #16932]
6296         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6297         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6298         than maximum RPC packet size.
6299         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6300         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6301         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6302         (_nss_nis_getservbyport_r): Likewise.
6303
6304 2014-05-12  Will Newton  <will.newton@linaro.org>
6305
6306         * malloc/Makefile (tests): Add tst-mallopt.
6307         * malloc/tst-mallopt.c: New file.
6308
6309 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6310
6311         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6312         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6313
6314 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6315
6316         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6317         (tst-tlsmod6.so): Likewise.
6318
6319 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6320
6321         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6322
6323 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6324
6325         [BZ #16064]
6326         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6327         and <dl-procinfo.h>.
6328         (__fegetenv): Save SSE state in envp->__eip if supported.
6329         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6330         envp->__eip if supported.
6331         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6332         and <dl-procinfo.h>.
6333         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6334         __data_offset and __data_selector in environment to 0.  Set SSE
6335         state if supported.
6336         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6337         test-fenv-sse.
6338         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6339         -mfpmath=sse.
6340         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6341
6342 2014-05-09  Will Newton  <will.newton@linaro.org>
6343
6344         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6345         and libc_relro_required for ARM.
6346         * sysdeps/arm/preconfigure: Regenerate.
6347
6348 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6349             Stefan Liebler  <stli@linux.vnet.ibm.com>
6350
6351         * config.make.in (enable-lock-elision): New Makefile variable.
6352         * configure.ac: Likewise.
6353         * configure: Regenerate.
6354         * sysdeps/s390/configure.ac:
6355         Add check for gcc transactions support.
6356         * sysdeps/s390/configure: Regenerate.
6357         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6358         Build elision files if enabled.
6359         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6360         Add lock elision support for s390.
6361         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6362         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6363         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6364         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6365         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6366         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6367         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6368         Likewise.
6369         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6370         Likewise.
6371         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6372         Likewise.
6373         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6374         Likewise.
6375         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6376         (__lll_timedlock_elision, __lll_lock_elision)
6377         (__lll_unlock_elision, __lll_trylock_elision)
6378         (lll_timedlock_elision, lll_lock_elision)
6379         (lll_unlock_elision, lll_trylock_elision): Add.
6380         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6381         (pthread_mutex_t): Add lock elision support for s390.
6382
6383 2014-05-14  Wilco  <wdijkstr@arm.com>
6384
6385         * sysdeps/arm/fclrexcpt.c: Cleanup.
6386         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6387         * sysdeps/arm/feenablxcpt.c: Cleanup.
6388         * sysdeps/arm/fegetenv.c: Cleanup.
6389         * sysdeps/arm/fegetexcept.c: Cleanup.
6390         * sysdeps/arm/fegetround.c: Cleanup.
6391         * sysdeps/arm/feholdexcpt.c: Cleanup.
6392         * sysdeps/arm/fesetenv.c: Cleanup.
6393         * sysdeps/arm/fesetround.c: Cleanup.
6394         * sysdeps/arm/feupdateenv.c: Cleanup.
6395         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6396         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6397         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6398         * sysdeps/arm/ftestexcept.c: Cleanup.
6399         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6400         * sysdeps/arm/setfpucw.c: Cleanup.
6401
6402 2014-05-09  Will Newton  <will.newton@linaro.org>
6403
6404         * sysdeps/arm/armv7/strcmp.S: New file.
6405         * NEWS: Mention addition of ARMv7 optimized strcmp.
6406
6407 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6408
6409         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6410         look for %.ac rather than %.in.
6411
6412         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6413         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6414         * sysdeps/mach/hurd/configure: Regenerated.
6415         * sysdeps/unix/sysv/linux/configure: Regenerated.
6416
6417         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6418
6419 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6420
6421         [BZ# 16922]
6422         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6423         (LONG_SUB): Ditto.
6424         (PTR_SUB): Ditto.
6425
6426 2014-05-07  Andreas Schwab  <schwab@suse.de>
6427
6428         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6429         when skipping over non-matching result from nscd.
6430
6431 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6432
6433         [BZ #16876]
6434         * nptl/sockperf.c (client): Check socket return value.
6435
6436         [BZ #16877]
6437         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6438         nscd security class.
6439
6440 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6441
6442         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6443         * sysdeps/arm/unwind.h: ... here.
6444
6445 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6446
6447         [BZ# 16916]
6448         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6449         Define.
6450
6451 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6452
6453         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6454         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6455         multiarch strncpy for PPC64.
6456         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6457         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6458         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6459         multiarch optimizations.
6460         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6461         (__libc_ifunc_impl_list): Likewise.
6462         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6463         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6464         multiarch stpncpy for PPC64.
6465         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6466         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6467
6468 2014-05-06  Andreas Schwab  <schwab@suse.de>
6469
6470         [BZ #16912]
6471         * gmon/mcount.c (_MCOUNT_DECL): Use
6472         atomic_compare_and_exchange_bool_acq instead of
6473         catomic_compare_and_exchange_bool_acq.
6474
6475 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6476
6477         * elf/Makefile (others, install-bin): Remove pldd.
6478         (pldd-modules): Variable removed.
6479         ($(objpfx)pldd): Target removed.
6480         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6481         (others, install-bin): Append pldd here.
6482         ($(objpfx)pldd): New target.
6483
6484         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6485         to 0, so the first #if test emitted later doesn't see it undefined.
6486         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6487         * sysdeps/gnu/errlist.c: Regenerated.
6488
6489 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6490
6491         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6492         [libc_hidden_builtin_def]: Define to empty value.
6493         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6494         [libc_hidden_builtin_def]: Likewise.
6495         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6496         [libc_hidden_builtin_def]: Likewise.
6497         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6498         [libc_hidden_builtin_def]: Likewise.
6499         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6500         __redirect_memcpy and define ifunc as default hidden symbol.
6501         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6502         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6503
6504 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6505
6506         * locale/iso-4217.def: Reintroduce XDR currency.
6507
6508 2014-05-04  Allan McRae  <allan@archlinux.org>
6509
6510         * po/eo.po: Update Esperanto translation from translation project.
6511
6512 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6513
6514         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6515         and FEATURE_INDEX_MAX to 1.
6516         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6517
6518 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6519
6520         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6521         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6522         * iconvdata/big5.c (ONE_DIRECTION): Define.
6523         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6524         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6525         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6526         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6527         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6528         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6529         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6530         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6531         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6532         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6533         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6534         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6535         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6536         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6537         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6538         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6539         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6540         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6541         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6542         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6543         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6544         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6545         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6546         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6547         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6548         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6549         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6550         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6551         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6552         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6553         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6554         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6555         * iconvdata/johab.c (ONE_DIRECTION): Define.
6556         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6557         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6558         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6559         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6560         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6561         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6562         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6563         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6564         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6565         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6566
6567 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6568
6569         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6570         (_IO_JUMPS_OFFSET): Define to 0.
6571
6572         * nptl/sysdeps/pthread/bits/libc-lock.h
6573         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6574         (__libc_lock_define_initialized_recursive): Always define using
6575         initializer.  Modern compilers treat uninitialized (implicit zero) and
6576         explicit zero initializers the same (i.e. put the datum in bss).
6577
6578 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6579
6580         * nscd/nscd-client.h: Include <string.h>.
6581
6582 2014-05-01  David S. Miller  <davem@davemloft.net>
6583
6584         [BZ #16885]
6585         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6586         multiple zero bytes exist at the end of a string.
6587         Reported by Aurelien Jarno <aurelien@aurel32.net>
6588
6589         * string/test-strcmp.c (check): Add explicit test for situations where
6590         there are multiple zero bytes after the first.
6591
6592 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6593
6594         [BZ #16890]
6595         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6596         when compiling wprintf.
6597         * stdio-common/tstdiomisc.c (t3): New function.
6598         (main): Call it.
6599
6600 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6601
6602         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6603         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6604         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6605         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6606
6607 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6608
6609         * stdlib/longlong.h: Updated from GCC.
6610
6611 2014-05-01  Will Newton  <will.newton@linaro.org>
6612             Bernard Ogden  <bernie.ogden@linaro.org>
6613
6614         * NEWS: Update fixed bug list.
6615
6616         [BZ #15119]
6617         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6618
6619 2014-04-30  David S. Miller  <davem@davemloft.net>
6620
6621         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6622         (libc_feholdexcept_setround_sparc_ctx): New function.
6623         (libc_fesetenv_sparc_ctx): Likewise.
6624         (libc_feupdateenv_sparc_ctx): Likewise.
6625         (libc_feholdsetround_sparc_ctx): Likewise.
6626         (libc_feholdexcept_setround_ctx): Define.
6627         (libc_feholdexcept_setroundf_ctx): Likewise.
6628         (libc_feholdexcept_setroundl_ctx): Likewise.
6629         (libc_fesetenv_ctx): Likewise.
6630         (libc_fesetenvf_ctx): Likewise.
6631         (libc_fesetenvl_ctx): Likewise.
6632         (libc_feupdateenv_ctx): Likewise.
6633         (libc_feupdateenvf_ctx): Likewise.
6634         (libc_feupdateenvl_ctx): Likewise.
6635         (libc_feresetround_ctx): Likewise.
6636         (libc_feresetroundf_ctx): Likewise.
6637         (libc_feresetroundl_ctx): Likewise.
6638         (libc_feholdsetround_ctx): Likewise.
6639         (libc_feholdsetroundf_ctx): Likewise.
6640         (libc_feholdsetroundl_ctx): Likewise.
6641
6642         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6643         with __USE_GNU instead of XOPEN cpp guards.
6644
6645         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6646         0.
6647
6648         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6649         with XOPEN cpp guards.
6650
6651 2014-04-30  Julian Brown  <julian@codesourcery.com>
6652
6653         [BZ #16888]
6654         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6655         handling.
6656
6657 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6658
6659         [BZ #9894]
6660         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6661         Change to 2.6.32.
6662         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6663         * sysdeps/unix/sysv/linux/configure: Regenerated.
6664         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6665         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6666         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6667         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6668         * README: Update reference to required Linux kernel version.
6669         * manual/install.texi (Linux): Update reference to required Linux
6670         kernel headers version.
6671         * INSTALL: Regenerated.
6672
6673         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6674         header inclusion.
6675         [POSIX] (limits.h): Likewise.
6676         [POSIX] (math.h): Likewise.
6677         [POSIX] (sys/wait.h): Likewise.
6678         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6679         function.
6680         [POSIX] (stddef.h): Do not allow header inclusion.
6681
6682 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6683
6684         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6685
6686 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6687
6688         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6689         Return immediately after lll_futex_wake.
6690
6691 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6692
6693         [BZ #16791]
6694         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6695         structure.
6696         (datahead_init_pos): Call datahead_init_common early.
6697         (datahead_init_neg): Likewise.
6698
6699         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6700         datahead_init_neg): New functions.
6701         * nscd/aicache.c (addhstaiX): Use them.
6702         * nscd/grpcache.c (cache_addgr): Likewise.
6703         * nscd/hstcache.c (cache_addhst): Likewise.
6704         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6705         * nscd/netgroupcache.c (do_notfound): Likewise.
6706         (addgetnetgrentX): Likewise.
6707         (addinnetgrX): Likewise.
6708         * nscd/pwdcache.c (cache_addpw): Likewise.
6709         * nscd/servicescache.c (cache_addserv): Likewise.
6710
6711 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6712             Atsushi Onoe  <atsushi@onoe.org>
6713
6714         [BZ #14308]
6715         [BZ #12994]
6716         [BZ #13651]
6717         * resolv/res_query.c (__libc_res_nsearch): Return if at least
6718         one response is valid.
6719         * resolv/res_send.c (send_dg): Check for validity of other
6720         response if the current response is a referral.
6721
6722 2014-04-29  Steve Ellcey  <sellcey@mips.com>
6723
6724         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
6725
6726 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
6727
6728         [BZ #16823]
6729         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
6730         Always divide by positive zero when computing -Inf result.
6731         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
6732         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
6733
6734 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6735
6736         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
6737         FPSCR if value do not change.
6738         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6739         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
6740         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6741         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
6742         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
6743         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
6744         function.
6745
6746 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
6747
6748         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
6749         * sysdeps/unix/sysv/linux/hppa: Move directory from
6750         ports/systeps/unix/sysv/linux/hppa.
6751         * README: Update listing for hppa-*-linux-gnu.
6752
6753 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
6754
6755         [BZ #16754]
6756         * manual/stdio.texi (Hook functions): Fix types of stream hook
6757         functions.
6758         [BZ #16854]
6759         * socket/sys/socket.h: Fix typo in comment.
6760
6761 2014-04-28  Wilco  <wdijkstr@arm.com>
6762
6763         * sysdeps/arm/fenv_private.h: New file.
6764         * sysdeps/arm/math_private.h: New file.
6765         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
6766
6767 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
6768
6769         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
6770         with __int128_t.
6771         (La_x86_64_retval): Likewise.
6772
6773 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
6774
6775         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
6776         fpsr if value didn't change.
6777         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
6778         to fpcr if value didn't change.
6779         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
6780         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
6781         fpsr or fpcr if value didn't change.
6782         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
6783         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
6784         fpcr if value didn't change.
6785         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
6786         to fpsr if value didn't change.
6787
6788 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
6789
6790         * nptl/tst-sem3.c: Use test-skeleton.c
6791         (main): Rename to do_test.  Use return instead of
6792         exit.
6793         * nptl/tst-sem4.c: Use test-skeleton.c
6794         (main): Rename to do_test.
6795
6796 2014-04-22  David S. Miller  <davem@davemloft.net>
6797
6798         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
6799         (struct sigaction): New struct member __glibc_reserved0, change
6800         type of sa_flags to int.
6801
6802 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
6803
6804         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
6805         (COUNT_LEADING_ZEROS_0): Define for AArch64.
6806
6807 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6808
6809         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
6810         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
6811
6812 2014-04-22  Will Newton  <will.newton@linaro.org>
6813             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
6814
6815         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
6816         (__longjmp): Add longjmp and longjmp_target SystemTap
6817         probes.
6818         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
6819         (__sigsetjmp): Add setjmp SystemTap probe.
6820
6821 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
6822
6823         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
6824         match manual order.
6825
6826 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6827
6828         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
6829
6830         * sysdeps/powerpc/fpu/fenv_private.h
6831         (libc_feholdexcept_setroundl_ctx): Define to
6832         libc_feholdexcept_setround_ppc_ctx.
6833         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
6834         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
6835         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
6836         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
6837
6838 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6839
6840         * sysdeps/aarch64/math-tests.h: New file.
6841
6842 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
6843
6844         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
6845         New.
6846         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6847         Check and set bit_AVX2_Usable.
6848         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
6849         macro.
6850         (bit_AVX2): Likewise.
6851         (index_AVX2_Usable): Likewise.
6852         (CPUID_AVX2): Likewise.
6853         (HAS_AVX2): Likewise.
6854
6855 2014-04-17  Will Newton  <will.newton@linaro.org>
6856
6857         * manual/setjmp.texi (System V contexts): Add note that
6858         calling setcontext on a context created by a call to a
6859         signal handler is undefined.  Update text to note that
6860         setcontext from a signal handler is possible but not
6861         recommended.
6862
6863         [BZ #16629]
6864         * stdlib/tst-setcontext.c: Include signal.h.
6865         (main): Check that the signal stack before and
6866         after swapcontext is the same.
6867
6868         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
6869         Re-implement to restore registers in user code and avoid
6870         rt_sigreturn system call.
6871
6872 2014-04-17  Wilco  <wdijkstr@arm.com>
6873
6874         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
6875         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
6876         * math/test-fenv.c: Skip exception trap tests on targets which only
6877         support non-stop mode.
6878
6879 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6880             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6881
6882         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
6883         (libc_feholdsetround_aarch64_ctx)
6884         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
6885         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
6886         (libc_feresetround_ctx, libc_feresetroundf_ctx)
6887         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
6888         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
6889         (libc_feresetround_noexl_ctx): Define.
6890
6891 2014-04-16  Richard Henderson  <rth@redhat.com>
6892
6893         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
6894
6895         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
6896         unwind tables.
6897
6898         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
6899         const from the non-libc, non-ldso copy.
6900
6901         * sysdeps/alpha/libm-test-ulps: Regenerate.
6902
6903 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
6904             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6905
6906         * sysdeps/aarch64/fpu/math_private.h: New file.
6907
6908 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6909
6910         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6911
6912 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
6913
6914         [BZ #16275]
6915         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
6916         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
6917         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
6918         Intel MPX bound registers before _dl_profile_fixup.
6919         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
6920         registers after _dl_profile_fixup.  Save and restore bound
6921         registers bnd0/bnd1 when calling _dl_call_pltexit.
6922         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
6923         (LR_BND_OFFSET): Likewise.
6924         (LRV_BND0_OFFSET): Likewise.
6925         (LRV_BND1_OFFSET): Likewise.
6926
6927 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6928
6929         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
6930         to...
6931         * sysdeps/mach/hurd/i386/tls.h: ... here.
6932         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
6933         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
6934         fields.
6935
6936 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6937
6938         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
6939
6940 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6941
6942         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6943
6944 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6945
6946         [BZ #14770]
6947         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
6948         * sysdeps/s390/configure: Regenerate.
6949
6950         [BZ #16824]
6951         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
6952         Set round-to-nearest internally to reduce error accumulation.
6953
6954 2014-04-16  Alan Modra  <amodra@gmail.com>
6955
6956         [BZ #16740]
6957         [BZ #16619]
6958         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6959         * math/libm-test.inc (frexp_test_data): Add tests.
6960         * NEWS: Update fixed bug list.
6961
6962 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6963
6964         * benchtests/Makefile: Depend on libraries in build directory.
6965         (bench-math): Separate out math tests.
6966         (bench-pthread): Separate out pthread tests.
6967         (bench): Include math and pthread tests.
6968
6969 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6970
6971         [BZ #16831]
6972         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6973         _dl_debug_initialize.
6974
6975         * configure.ac: Remove SELinux header check.
6976         * configure: Regenerate.
6977         * nscd/selinux.c (perms): Array of const char* to permission names.
6978         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6979         default policy. Call string_to_security_class and string_to_av_perm to
6980         translate strings. Enforce default policy and call avs_has_perm with
6981         results of translated strings.
6982
6983 2014-04-13  David S. Miller  <davem@davemloft.net>
6984
6985         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6986
6987 2014-04-12  Allan McRae  <allan@archlinux.org>
6988
6989         [BZ #16838]
6990         * manual/string.texi (Collation Functions): Fix qsort argument
6991         order in example.
6992         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6993
6994 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6995
6996         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6997         Make the test a no-op if there are no exceptions defined.
6998
6999 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7000
7001         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7002         enable-hardcoded-path-in-tests
7003
7004 2014-04-11  Will Newton  <will.newton@linaro.org>
7005
7006         * benchtests/Makefile (extra-objs): Add json-lib.o.
7007         (bench-func): Tidy up JSON output.
7008         * benchtests/bench-skeleton.c: Include json-lib.h.
7009         (main): Use JSON library functions to do output of
7010         benchmark results.
7011         * benchtests/bench-timing-type.c (main): Output the
7012         timing type simply, leaving formatting to the user.
7013         * benchtests/json-lib.c: New file.
7014         * benchtests/json-lib.h: Likewise.
7015
7016 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7017
7018         [BZ #15215]
7019         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7020         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7021         memory barriers.  Add comments.
7022         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7023         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7024         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7025         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7026         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7027         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7028
7029 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7030
7031         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7032         * sysdeps/s390/s390-64/configure.ac: ... this ...
7033         * sysdeps/s390/configure.ac: ... to here.
7034         * sysdeps/s390/s390-32/configure: Delete file.
7035         * sysdeps/s390/s390-64/configure: Delete file.
7036         * sysdeps/s390/configure: Regenerate.
7037
7038 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7039
7040         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7041
7042 2014-04-11  Will Newton  <will.newton@linaro.org>
7043
7044         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7045         to zero if it is not defined elsewhere.  (mtrim): Test
7046         the value of MALLOC_DEBUG with #if rather than #ifdef.
7047
7048 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7049
7050         * benchtests/pthread_once-inputs: New file.
7051         * benchtests/pthread_once-source.c: New file.
7052         * benchtests/README: Update documentation.
7053
7054 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7055             H.J. Lu  <hongjiu.lu@intel.com>
7056
7057         [BZ #16275]
7058         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7059         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7060         * sysdeps/x86_64/configure: Regenerated.
7061         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7062         macro.
7063         (REGISTER_SAVE_RAX): Likewise.
7064         (REGISTER_SAVE_RCX): Likewise.
7065         (REGISTER_SAVE_RDX): Likewise.
7066         (REGISTER_SAVE_RSI): Likewise.
7067         (REGISTER_SAVE_RDI): Likewise.
7068         (REGISTER_SAVE_R8): Likewise.
7069         (REGISTER_SAVE_R9): Likewise.
7070         (REGISTER_SAVE_BND0): Likewise.
7071         (REGISTER_SAVE_BND1): Likewise.
7072         (REGISTER_SAVE_BND2): Likewise.
7073         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7074         bound registers when calling _dl_fixup.
7075
7076 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7077
7078         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7079         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7080         of its definition.
7081         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7082         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7083         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7084         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7085         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7086         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7087         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7088
7089 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7090
7091         [BZ #15514]
7092         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7093         pathconf(_PC_NAME_MAX).
7094
7095 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7096
7097         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7098         Remove macro usage.
7099         (__PTHREAD_SPINS): Move definition to ...
7100         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7101         (__PTHREAD_SPINS): ... here.
7102         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7103         (__PTHREAD_SPIN): Likewise.
7104         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7105         (__PTHREAD_SPIN): Likewise.
7106         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7107         (__PTHREAD_SPIN): Likewise.
7108         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7109         (__PTHREAD_SPIN): Likewise.
7110         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7111         (__PTHREAD_SPIN): Likewise.
7112         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7113         (__PTHREAD_SPIN): Likewise.
7114         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7115         (__PTHREAD_SPIN): Likewise.
7116         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7117         (__PTHREAD_SPIN): Likewise.
7118         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7119         (__PTHREAD_SPIN): Likewise.
7120         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7121         (__PTHREAD_SPIN): Likewise.
7122         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7123         (__PTHREAD_SPIN): Likewise.
7124         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7125         (__PTHREAD_SPIN): Likewise.
7126
7127         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7128         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7129         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7130         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7131         imply folder.
7132         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7133         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7134         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7135         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7136         correct imply path.
7137         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7138         strlen symbol for non multi-arch builds.
7139         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7140         missing hidden_def and weak_alias.
7141
7142 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7143
7144         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7145
7146 2014-04-07  Will Newton  <will.newton@linaro.org>
7147
7148         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7149         and contents.  [!_LIBC] Remove #ifndef and contents.
7150         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7151         * string/memccpy.c (__memccpy): Use ANSI prototype.
7152         * string/memfrob.c (memfrob): Likewise.
7153         * string/strcoll.c (STRCOLL): Likewise.
7154         * string/strlen.c (strlen): Likewise.
7155         * string/strtok.c (STRTOK): Likewise.
7156         * string/strcat.c: Remove unused #include of memcopy.h.
7157         (strcat): Use ANSI prototype.
7158         * string/strchr.c: Remove unused #include of memcopy.h.
7159         (strchr): Use ANSI prototype.
7160         * string/strcmp.c: Remove unused #include of memcopy.h.
7161         (strcmp): Use ANSI prototype.
7162         * string/strcpy.c: Remove unused #include of memcopy.h.
7163         (strcpy): Use ANSI prototype.
7164
7165 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7166
7167         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7168         * config.make.in (config-extra-cppflags): Set it from
7169         libc_extra_cppflags.
7170         * configure.ac (libc_extra_cflags): Make it accumulate over
7171         configure fragments.
7172         (libc_extra_cppflags): New flag.
7173         * configure. Regenerate.
7174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7175         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7176         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7178
7179         [BZ #16815]
7180         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7181         result for FE_DOWNWARD rounding mode.
7182         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7183         Likewise.
7184         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7185
7186 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7187
7188         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7189         in function argument name.
7190
7191 2014-04-03  David Svoboda  <svoboda@cert.org>
7192
7193         [BZ #5666]
7194         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7195         explicitly.
7196
7197 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7198
7199         * elf/dl-unmap-segments.h: New file.
7200         * sysdeps/generic/ldsodefs.h
7201         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7202         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7203         * elf/dl-fptr.c: Likewise.
7204         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7205         * sysdeps/aarch64/tlsdesc.c: Likewise.
7206         * sysdeps/arm/tlsdesc.c: Likewise.
7207         * sysdeps/i386/tlsdesc.c: Likewise.
7208         * sysdeps/tile/dl-runtime.c: Likewise.
7209         * sysdeps/x86_64/tlsdesc.c: Likewise.
7210         * elf/dl-load.h: New file.
7211         * elf/dl-load.c: Include it.
7212         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7213         Macros moved to dl-load.h.
7214         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7215         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7216         Use _dl_unmap_segments in place of __munmap.
7217         Break out segment-mapping loop into ...
7218         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7219
7220 2014-04-03  Will Newton  <will.newton@linaro.org>
7221
7222         * elf/dl-lookup.c (do_lookup_x): Remove comment
7223         referring to nested function and move variable
7224         declarations down to before first use.
7225
7226 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7227
7228         [BZ #16799]
7229         [BZ #16800]
7230         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7231         with 0 numerator.
7232         * math/s_catanf.c (__catanf): Likewise.
7233         * math/s_catanh.c (__catanh): Likewise.
7234         * math/s_catanhf.c (__catanhf): Likewise.
7235         * math/s_catanhl.c (__catanhl): Likewise.
7236         * math/s_catanl.c (__catanl): Likewise.
7237         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7238         by positive zero when computing -Inf result.
7239         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7240         (catanh_test): Likewise.
7241         * sysdeps/i386/fpu/libm-test-ulps: Update.
7242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7243
7244         [BZ #16789]
7245         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7246         instead of using underflowing value in computing result.
7247         * math/s_clog10.c (__clog10): Likewise.
7248         * math/s_clog10f.c (__clog10f): Likewise.
7249         * math/s_clog10l.c (__clog10l): Likewise.
7250         * math/s_clogf.c (__clogf): Likewise.
7251         * math/s_clogl.c (__clogl): Likewise.
7252         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7253         (clog10_test): Likewise.
7254         * sysdeps/i386/fpu/libm-test-ulps: Update.
7255         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7256
7257 2014-04-02  Alan Modra  <amodra@gmail.com>
7258
7259         [BZ #16739]
7260         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7261         output when value is near a power of two.  Use int64_t for lx and
7262         remove casts.  Use decimal rather than hex exponent constants.
7263         Don't use long double multiplication when double will suffice.
7264         * math/libm-test.inc (nextafter_test_data): Add tests.
7265         * NEWS: Add 16739 and 16786 to bug list.
7266
7267         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7268
7269         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7270
7271 2014-04-01  Will Newton  <will.newton@linaro.org>
7272
7273         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7274         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7275
7276 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7277
7278         [BZ #13347]
7279         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7280         * nptl/tst-setuid2.c: New file.
7281         * nptl/Makefile (xtests): Add tst-setuid2.
7282
7283 2014-04-01  Alan Modra  <amodra@gmail.com>
7284
7285         [BZ #16786]
7286         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7287
7288 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7289
7290         [BZ #6803]
7291         [BZ #6804]
7292         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7293         set errno as appropriate.
7294         * math/w_scalbf.c (__scalbf): Likewise.
7295         * math/w_scalbl.c (__scalbl): Likewise.
7296         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7297         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7298         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7299         Add more NaN tests.
7300
7301         [BZ #16349]
7302         * math/w_atan2.c: Include <errno.h>.
7303         (__atan2): Set errno for result underflowing to zero.
7304         * math/w_atan2f.c: Include <errno.h>.
7305         (__atan2f): Set errno for result underflowing to zero.
7306         * math/w_atan2l.c: Include <errno.h>.
7307         (__atan2l): Set errno for result underflowing to zero.
7308         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7309         tests.
7310         * math/auto-libm-test-out: Regenerated.
7311
7312 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7313
7314         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7315         Encode instruction correctly in little endian.
7316         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7317         Likewise.
7318         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7319         Likewise.
7320         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7321         Likewise.
7322         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7323         Likewise.
7324
7325 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7326
7327         [BZ #9894]
7328         * sysdeps/unix/sysv/linux/kernel-features.h
7329         [__sparc__ && !__arch64__ && !__sparc_v9__]
7330         (__ASSUME_SET_ROBUST_LIST): Do not define.
7331         [__sparc__ && !__arch64__ && !__sparc_v9__]
7332         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7333         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7334         Likewise.
7335         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7336         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7337         (__ASSUME_REQUEUE_PI): Likewise.
7338         (__ASSUME_SET_ROBUST_LIST): Likewise.
7339         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7340         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7341         Undefine.
7342         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7343         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7344         Likewise.
7345         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7346         Likewise.
7347         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7348         Likewise.
7349         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7350         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7351         Undefine.
7352         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7353         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7354         Likewise.
7355
7356         [BZ #16648]
7357         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7358         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7359         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7360
7361 2014-03-31  Will Newton  <will.newton@linaro.org>
7362
7363         * benchtests/Makefile (bench): Add ffs and ffsll to list
7364         of tests.
7365         * benchtests/ffs-inputs: New file.
7366         * benchtests/ffsll-inputs: Likewise.
7367
7368 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7369
7370         [BZ #16770]
7371         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7372         too large before casting to int.
7373         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7374         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7375         * math/libm-test.inc (scalb_test_data): Add more tests.
7376
7377 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7378
7379         * benchtests/Makefile (DETAILED_OPT): New make option.
7380         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7381         set.
7382         * benchtests/bench-skeleton.c: Include stdbool.h.
7383         (main): Store and print timings per input.
7384         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7385         member to each argument value.
7386         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7387         (_print_arg_data): Initialize per-input timing to 0.
7388
7389         * benchtests/Makefile (timing-type): New binary.
7390         (bench-clean): Also remove bench-timing-type.
7391         (bench): New target for timing-type.
7392         (bench-func): Print output in JSON format.
7393         * benchtests/bench-skeleton.c (main): Print output in JSON
7394         format.
7395         * benchtests/bench-timing-type.c: New file.
7396         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7397         (TIMING_PRINT_STATS): Remove.
7398         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7399         name separately.
7400
7401         * benchtests/bench-modf.c: Remove.
7402         * benchtests/modf-inputs: New inputs file.
7403
7404 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7405
7406         [BZ #16362]
7407         * math/s_clog10.c (M_PI_LOG10E): New macro.
7408         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7409         imaginary parts are 0.
7410         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7411         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7412         imaginary parts are 0.
7413         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7414         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7415         imaginary parts are 0.
7416         * math/libm-test.inc (clog10_test_data): Update expected results
7417         for when real and imaginary parts are 0.
7418
7419 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7420
7421         * elf/dl-load.c: Finish conversion of __builtin_expect into
7422         __glibc_{un}likely.
7423
7424 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7425
7426         [BZ #16348]
7427         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7428         1+x for argument with exponent below -67.
7429         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7430         Likewise.
7431         * math/auto-libm-test-in: Add more tests of exp.
7432         * math/auto-libm-test-out: Regenerated.
7433
7434 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7435
7436         [BZ #16759]
7437         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7438         (nscd_getnetgrent): Use it.
7439
7440         [BZ #16760]
7441         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7442         of stpcpy.
7443
7444 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7445
7446         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7447         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7448         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7449         (lll_robust_unlock): Remove out of line section. Use cfi
7450         intrinsics.
7451         (LLL_STUB_UNWIND_INFO*): Remove.
7452         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7453         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7454         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7455         (lll_robust_unlock): Remove out of line section. Use cfi
7456         intrinsics.
7457         (LLL_STUB_UNWIND_INFO*): Remove.
7458
7459 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7460
7461         [BZ #16758]
7462         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7463         blank values.
7464
7465 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7466
7467         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7468
7469 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7470
7471         [BZ #16198]
7472         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7473         fnstenv.
7474         * math/test-fenv-preserve.c: New file.
7475         * math/Makefile (tests): Add test-fenv-preserve.
7476
7477 2014-03-26  Will Newton <will.newton@linaro.org>
7478
7479         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7480
7481 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7482
7483         * scripts/versionlist.awk: Partition the version sets and emit all
7484         GLIBC_* (sorted) before all others (sorted).
7485
7486 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7487
7488         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7489         GLIBC_2.2.5 version.
7490
7491 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7492
7493         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7494         calls.
7495
7496         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7497         previous change.
7498
7499         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7500
7501 2014-03-25  Andreas Schwab  <schwab@suse.de>
7502
7503         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7504         label to be used after in6ailist is initialized.
7505
7506 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7507
7508         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7509         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7510
7511 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7512
7513         [BZ #16357]
7514         [BZ #16599]
7515         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7516         min_plus_half.
7517         (fp_formats): Update initializers.
7518         (init_fp_formats): Initialize new field.
7519         (output_for_one_input_case): Allow underflow for results up to
7520         min_plus_half.
7521         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7522         * math/auto-libm-test-in: Don't mark some underflows from asin and
7523         atanh as spurious.
7524         * math/auto-libm-test-out: Regenerated.
7525         * sysdeps/i386/fpu/libm-test-ulps: Update.
7526         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7527
7528 2014-03-25  Andreas Schwab  <schwab@suse.de>
7529
7530         * libio/Makefile (tst-ftell-partial-wide-ENV)
7531         (tst-ftell-active-handler-ENV): Define.
7532
7533 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7534
7535         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7536
7537 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7538
7539         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7540
7541 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7542
7543         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7544         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7545         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7546
7547 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7548
7549         [BZ #16634]
7550         * elf/dl-load.c (open_verify): Add mode parameter.
7551         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7552         (open_path): Change from boolean 'secure' to complete flag 'mode'
7553         (_dl_map_object): Adjust.
7554         * elf/Makefile (tests): Add tst-dlopen-aout.
7555         * elf/tst-dlopen-aout.c: New test.
7556
7557 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7558
7559         [BZ #16714]
7560         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7561         (struct stat): Rename member pad0 to __glibc_reserved0.
7562
7563         [BZ #16712]
7564         * sysdeps/s390/s390-32/bits/wordsize.h
7565         (__WORDSIZE32_SIZE_ULONG): New define.
7566         * sysdeps/s390/s390-64/bits/wordsize.h
7567         (__WORDSIZE32_SIZE_ULONG): Likewise.
7568         * sysdeps/generic/stdint.h (SIZE_MAX):
7569         Define as UL if __WORDSIZE32_SIZE_ULONG.
7570
7571         [BZ #16713]
7572         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7573         (__glibc_reserved0): New variable.
7574         (sa_flags): Change type to int.
7575
7576         * posix/Makefile (before-compile): Use += before-compile instead
7577         of a :=.
7578
7579         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7580         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7581
7582 2014-03-20  Andreas Schwab  <schwab@suse.de>
7583
7584         [BZ #16743]
7585         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7586         non-matching result from nscd.
7587
7588 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7589
7590         * scripts/bench.py: Moved to ...
7591         * benchtests/scripts/bench.py: ... here.
7592         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7593
7594 2014-03-24  Andreas Schwab  <schwab@suse.de>
7595
7596         [BZ #16002]
7597         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7598         alloca_account and account alloca use for struct in6ailist.
7599
7600 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7601
7602         [BZ #16284]
7603         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7604         rounding mode to recompute results that overflow to infinity or
7605         underflow to zero.
7606         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7607         bug 16284.
7608         * math/auto-libm-test-out: Regenerated.
7609         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7610         (ccosh_test): Likewise.
7611         (csin_test_data): Use plus_oflow.
7612         (csin_test): Use ALL_RM_TEST.
7613         (csinh_test_data): Use plus_oflow.
7614         (csinh_test): Use ALL_RM_TEST.
7615         * sysdeps/i386/fpu/libm-test-ulps: Update.
7616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7617
7618 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7619
7620         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7621         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7622         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7623
7624         [BZ #16731]
7625         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7626         when x - 1 is zero.
7627         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7628         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7629         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7630         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7631         argument is 1.
7632         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7633         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7634         zero.
7635         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7636         * sysdeps/i386/fpu/libm-test-ulps: Update.
7637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7638
7639 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7640
7641         * scripts/bench.pl: Remove file.
7642         * scripts/bench.py: New benchmark script.
7643         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7644         * benchtests/README: Mention python dependency.
7645         * scripts/pylintrc: New file.
7646         * scripts/pylint: New file.
7647
7648         * bits/mathdef.h: Use #ifdef instead of #if.
7649         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7650         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7651         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7652         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7653         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7654         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7655
7656 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7657             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7658
7659         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7660         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7661         and strpbrk-ppc64 objects.
7662         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7663         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7664         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7665         multiarch strpbrk for POWER7.
7666         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7667         multiarch strpbrk for PPC64.
7668         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7669         ifunc selector.
7670         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7671         strpbrk for POWER7.
7672
7673 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7674
7675         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7676         (atan_test): Likewise.
7677         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7678         (atanh_test): Use ALL_RM_TEST.
7679         (atan2_test_data): Likewise.
7680         (cabs_test): Likewise.
7681         (cacosh_test): Likewise.
7682         (carg_test): Likewise.
7683         (casin_test): Likewise.
7684         (casinh_test): Likewise.
7685         (cbrt_test): Likewise.
7686         (csqrt_test): Likewise.
7687         (erf_test): Likewise.
7688         (erfc_test): Likewise.
7689         (pow10_test): Likewise.
7690         (exp2_test): Likewise.
7691         (hypot_test): Likewise.
7692         (j0_test): Likewise.
7693         (j1_test): Likewise.
7694         (lgamma_test): Likewise.
7695         (gamma_test): Likewise.
7696         (sincos_test): Likewise.
7697         (tanh_test): Likewise.
7698         (y0_test): Likewise.
7699         (y1_test): Likewise.
7700         * sysdeps/i386/fpu/libm-test-ulps: Update.
7701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7702
7703 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7704
7705         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
7706         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
7707         and strcspn-ppc64 objects.
7708         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7709         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
7710         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
7711         multiarch strcspn for POWER7.
7712         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
7713         multiarch strcspn for PPC64.
7714         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
7715         ifunc selector.
7716         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
7717         strcspn for POWER7.
7718
7719 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7720
7721         * math/gen-libm-test.pl (generate_testfile): Expect only function
7722         name as argument to AUTO_TESTS_* and pass results for all rounding
7723         modes to parse_args.
7724         (parse_auto_input): Separate inputs of automatic tests from
7725         outputs before storing in %auto_tests.
7726         * math/libm-test.inc (acos_test_data): Update call to
7727         AUTO_TESTS_f_f.
7728         (acos_test): Use ALL_RM_TEST.
7729         (acos_tonearest_test_data): Remove.
7730         (acos_test_tonearest): Likewise.
7731         (acos_towardzero_test_data): Likewise.
7732         (acos_test_towardzero): Likewise.
7733         (acos_downward_test_data): Likewise.
7734         (acos_test_downward): Likewise.
7735         (acos_upward_test_data): Likewise.
7736         (acos_test_upward): Likewise.
7737         (acosh_test_data): Update call to AUTO_TESTS_f_f.
7738         (asin_test_data): Likewise.
7739         (asin_test): Use ALL_RM_TEST.
7740         (asin_tonearest_test_data): Remove.
7741         (asin_test_tonearest): Likewise.
7742         (asin_towardzero_test_data): Likewise.
7743         (asin_test_towardzero): Likewise.
7744         (asin_downward_test_data): Likewise.
7745         (asin_test_downward): Likewise.
7746         (asin_upward_test_data): Likewise.
7747         (asin_test_upward): Likewise.
7748         (asinh_test_data): Update call to AUTO_TESTS_f_f.
7749         (atan_test_data): Likewise.
7750         (atanh_test_data): Likewise.
7751         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
7752         (cabs_test_data): Update call to AUTO_TESTS_c_f.
7753         (carg_test_data): Likewise.
7754         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
7755         (ccos_test_data): Update call to AUTO_TESTS_c_c.
7756         (ccosh_test_data): Likewise.
7757         (cexp_test_data): Likewise.
7758         (clog_test_data): Likewise.
7759         (clog10_test_data): Likewise.
7760         (cos_test_data): Update call to AUTO_TESTS_f_f.
7761         (cos_test): Use ALL_RM_TEST.
7762         (cos_tonearest_test_data): Remove.
7763         (cos_test_tonearest): Likewise.
7764         (cos_towardzero_test_data): Likewise.
7765         (cos_test_towardzero): Likewise.
7766         (cos_downward_test_data): Likewise.
7767         (cos_test_downward): Likewise.
7768         (cos_upward_test_data): Likewise.
7769         (cos_test_upward): Likewise.
7770         (cosh_test_data): Update call to AUTO_TESTS_f_f.
7771         (cosh_test): Use ALL_RM_TEST.
7772         (cosh_tonearest_test_data): Remove.
7773         (cosh_test_tonearest): Likewise.
7774         (cosh_towardzero_test_data): Likewise.
7775         (cosh_test_towardzero): Likewise.
7776         (cosh_downward_test_data): Likewise.
7777         (cosh_test_downward): Likewise.
7778         (cosh_upward_test_data): Likewise.
7779         (cosh_test_upward): Likewise.
7780         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
7781         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
7782         (ctan_test_data): Likewise.
7783         (ctan_test): Use ALL_RM_TEST.
7784         (ctan_tonearest_test_data): Remove.
7785         (ctan_test_tonearest): Likewise.
7786         (ctan_towardzero_test_data): Likewise.
7787         (ctan_test_towardzero): Likewise.
7788         (ctan_downward_test_data): Likewise.
7789         (ctan_test_downward): Likewise.
7790         (ctan_upward_test_data): Likewise.
7791         (ctan_test_upward): Likewise.
7792         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
7793         (ctanh_test): Use ALL_RM_TEST.
7794         (ctanh_tonearest_test_data): Remove.
7795         (ctanh_test_tonearest): Likewise.
7796         (ctanh_towardzero_test_data): Likewise.
7797         (ctanh_test_towardzero): Likewise.
7798         (ctanh_downward_test_data): Likewise.
7799         (ctanh_test_downward): Likewise.
7800         (ctanh_upward_test_data): Likewise.
7801         (ctanh_test_upward): Likewise.
7802         (erf_test_data): Update call to AUTO_TESTS_f_f.
7803         (erfc_test_data): Likewise.
7804         (exp_test_data): Likewise.
7805         (exp_test): Use ALL_RM_TEST.
7806         (exp_tonearest_test_data): Remove.
7807         (exp_test_tonearest): Likewise.
7808         (exp_towardzero_test_data): Likewise.
7809         (exp_test_towardzero): Likewise.
7810         (exp_downward_test_data): Likewise.
7811         (exp_test_downward): Likewise.
7812         (exp_upward_test_data): Likewise.
7813         (exp_test_upward): Likewise.
7814         (exp10_test_data): Update call to AUTO_TESTS_f_f.
7815         (exp10_test): Use ALL_RM_TEST.
7816         (exp10_tonearest_test_data): Remove.
7817         (exp10_test_tonearest): Likewise.
7818         (exp10_towardzero_test_data): Likewise.
7819         (exp10_test_towardzero): Likewise.
7820         (exp10_downward_test_data): Likewise.
7821         (exp10_test_downward): Likewise.
7822         (exp10_upward_test_data): Likewise.
7823         (exp10_test_upward): Likewise.
7824         (exp2_test_data): Update call to AUTO_TESTS_f_f.
7825         (expm1_test_data): Likewise.
7826         (expm1_test): Use ALL_RM_TEST.
7827         (expm1_tonearest_test_data): Remove.
7828         (expm1_test_tonearest): Likewise.
7829         (expm1_towardzero_test_data): Likewise.
7830         (expm1_test_towardzero): Likewise.
7831         (expm1_downward_test_data): Likewise.
7832         (expm1_test_downward): Likewise.
7833         (expm1_upward_test_data): Likewise.
7834         (expm1_test_upward): Likewise.
7835         (fma_test_data): Update call to AUTO_TESTS_fff_f.
7836         (fma_test): Use ALL_RM_TEST.
7837         (fma_towardzero_test_data): Remove.
7838         (fma_test_towardzero): Likewise.
7839         (fma_downward_test_data): Likewise.
7840         (fma_test_downward): Likewise.
7841         (fma_upward_test_data): Likewise.
7842         (fma_test_upward): Likewise.
7843         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
7844         (j0_test_data): Update call to AUTO_TESTS_f_f.
7845         (j1_test_data): Likewise.
7846         (jn_test_data): Update call to AUTO_TESTS_if_f.
7847         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
7848         (log_test_data): Update call to AUTO_TESTS_f_f.
7849         (log10_test_data): Likewise.
7850         (log1p_test_data): Likewise.
7851         (log2_test_data): Likewise.
7852         (pow_test_data): Update call to AUTO_TESTS_ff_f.
7853         (pow_tonearest_test_data): Likewise.
7854         (sin_test_data): Update call to AUTO_TESTS_f_f.
7855         (sin_test): Use ALL_RM_TEST.
7856         (sin_tonearest_test_data): Remove.
7857         (sin_test_tonearest): Likewise.
7858         (sin_towardzero_test_data): Likewise.
7859         (sin_test_towardzero): Likewise.
7860         (sin_downward_test_data): Likewise.
7861         (sin_test_downward): Likewise.
7862         (sin_upward_test_data): Likewise.
7863         (sin_test_upward): Likewise.
7864         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
7865         (sinh_test_data): Update call to AUTO_TESTS_f_f.
7866         (sinh_test): Use ALL_RM_TEST.
7867         (sinh_tonearest_test_data): Remove.
7868         (sinh_test_tonearest): Likewise.
7869         (sinh_towardzero_test_data): Likewise.
7870         (sinh_test_towardzero): Likewise.
7871         (sinh_downward_test_data): Likewise.
7872         (sinh_test_downward): Likewise.
7873         (sinh_upward_test_data): Likewise.
7874         (sinh_test_upward): Likewise.
7875         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
7876         (sqrt_test): Use ALL_RM_TEST.
7877         (sqrt_tonearest_test_data): Remove.
7878         (sqrt_test_tonearest): Likewise.
7879         (sqrt_towardzero_test_data): Likewise.
7880         (sqrt_test_towardzero): Likewise.
7881         (sqrt_downward_test_data): Likewise.
7882         (sqrt_test_downward): Likewise.
7883         (sqrt_upward_test_data): Likewise.
7884         (sqrt_test_upward): Likewise.
7885         (tan_test_data): Update call to AUTO_TESTS_f_f.
7886         (tan_test): Use ALL_RM_TEST.
7887         (tan_tonearest_test_data): Remove.
7888         (tan_test_tonearest): Likewise.
7889         (tan_towardzero_test_data): Likewise.
7890         (tan_test_towardzero): Likewise.
7891         (tan_downward_test_data): Likewise.
7892         (tan_test_downward): Likewise.
7893         (tan_upward_test_data): Likewise.
7894         (tan_test_upward): Likewise.
7895         (tanh_test_data): Update call to AUTO_TESTS_f_f.
7896         (tgamma_test_data): Likewise.
7897         (y0_test_data): Likewise.
7898         (y1_test_data): Likewise.
7899         (yn_test_data): Update call to AUTO_TESTS_if_f.
7900         (main): Do not call removed functions.
7901
7902 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7903
7904         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
7905         (ldexp_test_data): Remove.
7906         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
7907         scalbn_test_data.
7908         (scalb_test): Use ALL_RM_TEST.
7909
7910 2014-03-19  Andreas Schwab  <schwab@suse.de>
7911
7912         * nscd/nscd.service: Also invalidate netgroup cache on reload.
7913
7914 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7915
7916         [BZ #16649]
7917         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7918         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
7919         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
7920         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7921         (__ASSUME_PREADV): Undefine.
7922         (__ASSUME_PWRITEV): Likewise.
7923
7924 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7925
7926         * bits/mman-linux.h: Add comment about non-Linux use.
7927         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
7928         bits/mman-linux.h resting place.
7929
7930         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
7931         * bits/mman-linux.h: ... here.
7932
7933 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7934
7935         * conform/conformtest.pl: Add standard definition when calling C
7936         preprocessor on data files.
7937         (checknamespace): Remove unused variable.
7938
7939 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7940
7941         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
7942         minus_oflow, plus_uflow and minus_uflow in expected results.
7943         * math/libm-test.inc (scalbn_test_data): Add more tests of
7944         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
7945         minus_uflow.
7946         (scalbn_test): Use ALL_RM_TEST.
7947         (scalbln_test_data): Add more tests of negative arguments.  Use
7948         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
7949         (scalbln_test): Use ALL_RM_TEST.
7950
7951 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7952
7953         * scripts/abilist.awk: Ignore symbols marked with .hidden.
7954
7955 2014-03-18  Will Newton  <will.newton@linaro.org>
7956
7957         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
7958         inaccurate comment.
7959
7960 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7961
7962         * Makerules [!subdir] (check-abi): Exit with error status if a
7963         test failed.
7964
7965 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7966
7967         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7968         for rint.  Include results for all rounding modes.
7969         (nearbyint_test): Use ALL_RM_TEST.
7970         (rint_test_data): Include all tests used for nearbyint.
7971
7972 2014-03-17  Will Newton  <will.newton@linaro.org>
7973
7974         * nptl/sysdeps/pthread/pthread.h: Revert previous
7975         change.
7976
7977         * sysdeps/generic/ldsodefs.h: Revert previous
7978         change.
7979
7980         * libio/genops.c: Revert previous change.
7981         * libio/libioP.h: Likewise.
7982         * stdio-common/vfprintf.c: Likewise.
7983
7984         * sysdeps/generic/math_private.h: Revert previous
7985         change.
7986
7987         * sysdeps/generic/math_private.h: Check whether
7988         HAVE_RM_CTX is defined with #ifdef rather
7989         than #if.
7990
7991         * argp/argp-fmtstream.h: Check whether
7992         __STRICT_ANSI__ is defined with #ifdef rather
7993         than #if.
7994         * argp/argp.h: Likewise.
7995
7996         * libio/genops.c: Check whether
7997         _IO_JUMPS_OFFSET is defined with #ifdef rather
7998         than #if.
7999         * libio/libioP.h: Likewise.
8000         * stdio-common/vfprintf.c: Likewise.
8001
8002         * sysdeps/generic/ldsodefs.h: Check whether
8003         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8004         than #if.
8005
8006         * nptl/sysdeps/pthread/pthread.h: Check
8007         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8008         its value.
8009
8010 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8011
8012         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8013         setting O_APPEND.
8014         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8015         test case.
8016
8017         [BZ #16680]
8018         * libio/fileops.c (_IO_file_open): Seek to end of file but
8019         don't cache the offset.
8020         (get_file_offset): Remove function.
8021         (do_ftell): Use cached offset when available.
8022         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8023         don't cache the offset.
8024         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8025         case.
8026         (do_one_test): Call it.
8027         (do_ftell_test): Fix up expected old offset for a+ mode.
8028         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8029         available.
8030
8031         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8032         up test status with function return status.
8033         (do_write_test): Likewise.
8034         (do_append_test): Likewise.
8035
8036         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8037         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8038         Remove.
8039
8040 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8041
8042         * math/gen-libm-test.pl (parse_args): Handle results specified for
8043         each rounding mode separately.
8044         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8045         tests and results from lrint_tonearest_test_data,
8046         lrint_towardzero_test_data, lrint_downward_test_data and
8047         lrint_upward_test_data.
8048         (lrint_test): Use ALL_RM_TEST.
8049         (lrint_tonearest_test_data): Remove.
8050         (lrint_test_tonearest): Likewise.
8051         (lrint_towardzero_test_data): Likewise.
8052         (lrint_test_towardzero): Likewise.
8053         (lrint_downward_test_data): Likewise.
8054         (lrint_test_downward): Likewise.
8055         (lrint_upward_test_data): Likewise.
8056         (lrint_test_upward): Likewise.
8057         (llrint_test_data): Merge in per-rounding-mode tests and results
8058         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8059         llrint_downward_test_data and llrint_upward_test_data.
8060         (llrint_test): Use ALL_RM_TEST.
8061         (llrint_tonearest_test_data): Remove.
8062         (llrint_test_tonearest): Likewise.
8063         (llrint_towardzero_test_data): Likewise.
8064         (llrint_test_towardzero): Likewise.
8065         (llrint_downward_test_data): Likewise.
8066         (llrint_test_downward): Likewise.
8067         (llrint_upward_test_data): Likewise.
8068         (llrint_test_upward): Likewise.
8069         (rint_test_data): Merge in per-rounding-mode tests and results
8070         from rint_tonearest_test_data, rint_towardzero_test_data,
8071         rint_downward_test_data and rint_upward_test_data.  Add
8072         per-rounding-mode results for tests not in those arrays.
8073         (rint_test): Use ALL_RM_TEST.
8074         (rint_tonearest_test_data): Remove.
8075         (rint_test_tonearest): Likewise.
8076         (rint_towardzero_test_data): Likewise.
8077         (rint_test_towardzero): Likewise.
8078         (rint_downward_test_data): Likewise.
8079         (rint_test_downward): Likewise.
8080         (rint_upward_test_data): Likewise.
8081         (rint_test_upward): Likewise.
8082         (main): Don't call removed functions.
8083
8084 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8085
8086         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8087         "Compiled on ..." crapola.  It is anti-useful.
8088
8089 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8090
8091         * scripts/evaluate-test.sh: Handle fourth argument to determine
8092         whether test run should stop on failure.
8093         * Makeconfig (stop-on-test-failure): New variable.
8094         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8095         $(stop-on-test-failure).
8096         * Makefile (tests): Give a summary of results from testing and
8097         exit with failure status if they include an ERROR or FAIL.
8098         (xtests): Likewise.
8099         * manual/install.texi (Configuring and compiling): Mention
8100         stop-on-test-failure=y.
8101         * INSTALL: Regenerated.
8102
8103 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8104
8105         * scripts/versionlist.awk: New file.
8106         * Makerules [$(build-shared) = yes]
8107         (postclean-generated): Add Versions.def, not Versions.def.v and
8108         Versions.def.v.i.
8109         ($(common-objpfx)Versions.def.v.i): Target removed.
8110         ($(common-objpfx)Versions.def): New target.
8111         ($(common-objpfx)Versions.all): Depend on that rather that
8112         $(common-objpfx)Versions.def.v.
8113         * Versions.def: File removed.
8114
8115         * Makeconfig (+gccwarn): Add -Wundef.
8116         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8117         a dl-sysdep.h breaking its contract.
8118         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8119         * include/stackinfo.h: New file.
8120         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8121         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8122         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8123         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8124         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8125         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8126         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8127         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8128         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8129         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8130         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8131         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8132         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8133         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8134         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8135
8136 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8137
8138         [BZ #16707]
8139         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8140         implementation.
8141         * math/libm-test.inc (round_test_data): Add more tests.
8142
8143         [BZ #16706]
8144         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8145         implementation.
8146         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8147
8148         [BZ #16701]
8149         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8150         implementation.
8151         * math/libm-test.inc (ceil_test_data): Add more tests.
8152
8153         * math/libm-test.inc (trunc_test_data): Add more tests related to
8154         BZ#16414.
8155
8156 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8157
8158         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8159         with #if rather than #ifdef.
8160         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8161
8162 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8163
8164         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8165         first.  Disable AVX-512 GCC support if assembler doesn't support
8166         it.
8167         * sysdeps/x86_64/configure: Regenerated.
8168
8169 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8170
8171         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8172         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8173         (__old_pthread_attr_setstack): Likewise.
8174         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8175         [!_STACK_GROWS_DOWN]: Likewise.
8176
8177 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8178
8179         * config.make.in (have-bash2): Delete.
8180         * configure.ac (libc_cv_have_bash2): Delete.
8181         * configure: Regenerate.
8182         * elf/Makefile (common-ldd-rewrite): Rename to ...
8183         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8184         (sh-ldd-rewrite): Delete.
8185         (bash-ldd-rewrite): Delete.
8186         (have-bash2): Delete checks.
8187         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8188         ldd-rewrite.
8189
8190         * config.make.in (have-ksh): Delete.
8191         (KSH): Delete.
8192         * configure.ac (libc_cv_have_ksh): Delete.
8193         * configure: Regenerate.
8194
8195         * elf/Makefile: Delete $(have-ksh) check.
8196         ($(objpfx)sotruss): Change KSH to BASH.
8197         * elf/sotruss.ksh: Rename to ...
8198         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8199         function style to match POSIX.  Drop ksh vim mode setting.
8200
8201         * manual/time.texi (Specifying the Time Zone with TZ): Change
8202         Tuesday to Thursday.
8203
8204         * debug/tst-longjmp_chk2.c: Update header comment.
8205         (stackoverflow_handler): Add comment.  Call assert on pass value.
8206
8207 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8208
8209         [BZ #16194]
8210         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8211         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8212         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8213         (La_x86_64_vector): Add zmm.
8214         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8215         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8216         ($(objpfx)tst-audit10): New target.
8217         ($(objpfx)tst-audit10.out): Likewise.
8218         (tst-audit10-ENV): New.
8219         (AVX512-CFLAGS): Likewise.
8220         (CFLAGS-tst-audit10.c): Likewise.
8221         (CFLAGS-tst-auditmod10a.c): Likewise.
8222         (CFLAGS-tst-auditmod10b.c): Likewise.
8223         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8224         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8225         * sysdeps/x86_64/configure: Regenerated.
8226         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8227         AVX-512 zmm register support.
8228         (_dl_x86_64_save_sse): Likewise.
8229         (_dl_x86_64_restore_sse): Likewise.
8230         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8231         size vector registers.
8232         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8233         (ZMM_SIZE): Likewise.
8234         * sysdeps/x86_64/tst-audit10.c: New file.
8235         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8236         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8237
8238 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8239
8240         * configure.ac (HAVE_EHDR_START): New check.
8241         * configure: Regenerated.
8242         * config.h.in (HAVE_EHDR_START): New #undef.
8243         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8244         assuming the lowest-addressed segment maps the start of the file.
8245
8246 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8247
8248         * INSTALL: Regenerated.
8249
8250 2014-03-13  Will Newton  <will.newton@linaro.org>
8251
8252         * manual/setjmp.texi (System V contexts): Improve
8253         clarity and grammar of documentation.
8254
8255 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8256
8257         [BZ #16381]
8258         * elf/Makefile (tests): Add tst-pie2.
8259         (tests-pie): Add tst-pie2.
8260         * elf/tst-pie2.c: New file.
8261         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8262         for ET_EXEC.
8263         * elf/rtld.c (map_doit): Load executable as lt_executable.
8264         (dl_main): Likewise.
8265
8266 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8267
8268         [BZ #16642]
8269         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8270         (__ASSUME_PSELECT): Undefine.
8271
8272 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8273
8274         [BZ #16689]
8275         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8276         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8277         static build.
8278         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8279         selector for static builds.
8280
8281 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8282
8283         [BZ #16695]
8284         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8285         key in the buffer.
8286
8287 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8288
8289         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8290         IFUNC selector for static builds.
8291
8292 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8293
8294         * sysdeps/mips/math_private.h [__mips_hard_float]
8295         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8296         libc_feresetround_mips_ctx.
8297         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8298         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8299         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8300
8301         [BZ #16677]
8302         * math/s_nextafter.c (__nextafter): Do not return value from
8303         overflowing computation.
8304         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8305         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8306         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8307         Likewise.
8308         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8309         Likewise.
8310         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8311         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8312
8313 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8314
8315         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8316         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8317         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8318         the new mov targetting sp.
8319
8320 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8321
8322         [BZ #16683]
8323         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8324         Define it for static builds as well.
8325         (NO_BZERO_IMPL): Likewise.
8326
8327 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8328
8329         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8330         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8331         multiarch strspn for PPC64.
8332         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8333         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8334         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8335         (__libc_ifunc_impl_list): Likewise.
8336         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8337         multiarch optimizations
8338         * string/strspn.c (strspn): Using macro to redefine symbol name.
8339
8340 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8341             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8342
8343         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8344         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8345         multiarch strncat for PPC64.
8346         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8347         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8348         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8349         (__libc_ifunc_impl_list): Likewise.
8350         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8351         multiarch optimizations
8352
8353 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8354
8355         [BZ #16639]
8356         * nscd/nscd.service: Make service type forking.
8357
8358 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8359
8360         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8361         sign in non default rounding modes.
8362         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8363
8364 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8365
8366         * math/libm-test.inc (ALL_RM_TEST): New macro.
8367         (ceil_test): Use ALL_RM_TEST.
8368         (cimag_test): Likewise.
8369         (conj_test): Likewise.
8370         (copysign_test): Likewise.
8371         (cproj_test): Likewise.
8372         (creal_test): Likewise.
8373         (fabs_test): Likewise.
8374         (floor_test): Likewise.
8375         (fmax_test): Likewise.
8376         (fmin_test): Likewise.
8377         (fmod_test): Likewise.
8378         (fpclassify_test): Likewise.
8379         (frexp_test): Likewise.
8380         (ilogb_test): Likewise.
8381         (isfinite_test): Likewise.
8382         (finite_test): Likewise.
8383         (isgreater_test): Likewise.
8384         (isgreaterequal_test): Likewise.
8385         (isinf_test): Likewise.
8386         (isless_test): Likewise.
8387         (islessequal_test): Likewise.
8388         (islessgreater_test): Likewise.
8389         (isnan_test): Likewise.
8390         (isnormal_test): Likewise.
8391         (issignaling_test): Likewise.
8392         (isunordered_test): Likewise.
8393         (logb_test): Likewise.
8394         (logb_downward_test_data): Remove.
8395         (logb_test_downward): Likewise.
8396         (lround_test): Use ALL_RM_TEST.
8397         (llround_test): Likewise.
8398         (modf_test): Likewise.
8399         (nexttoward_test): Likewise.
8400         (remainder_test): Likewise.
8401         (drem_test): Likewise.
8402         (remainder_tonearest_test_data): Likewise.
8403         (remainder_test_tonearest): Likewise.
8404         (drem_test_tonearest): Likewise.
8405         (remainder_towardzero_test_data): Likewise.
8406         (remainder_test_towardzero): Likewise.
8407         (drem_test_towardzero): Likewise.
8408         (remainder_downward_test_data): Likewise.
8409         (remainder_test_downward): Likewise.
8410         (drem_test_downward): Likewise.
8411         (remainder_upward_test_data): Likewise.
8412         (remainder_test_upward): Likewise.
8413         (drem_test_upward): Likewise.
8414         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8415         (round_test): Use ALL_RM_TEST.
8416         (signbit_test): Likewise.
8417         (trunc_test): Likewise.
8418         (significand_test): Likewise.
8419         (main): Don't call removed functions.
8420
8421 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8422
8423         [BZ #16674]
8424         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8425         || __USE_XOPEN2K8].
8426         (ILL_ILLOPN): Likewise.
8427         (ILL_ILLADR): Likewise.
8428         (ILL_ILLTRP): Likewise.
8429         (ILL_PRVOPC): Likewise.
8430         (ILL_PRVREG): Likewise.
8431         (ILL_COPROC): Likewise.
8432         (ILL_BADSTK): Likewise.
8433         (FPE_INTDIV): Likewise.
8434         (FPE_INTOVF): Likewise.
8435         (FPE_FLTDIV): Likewise.
8436         (FPE_FLTOVF): Likewise.
8437         (FPE_FLTUND): Likewise.
8438         (FPE_FLTRES): Likewise.
8439         (FPE_FLTINV): Likewise.
8440         (FPE_FLTSUB): Likewise.
8441         (SEGV_MAPERR): Likewise.
8442         (SEGV_ACCERR): Likewise.
8443         (BUS_ADRALN): Likewise.
8444         (BUS_ADRERR): Likewise.
8445         (BUS_OBJERR): Likewise.
8446         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8447         (TRAP_TRACE): Likewise.
8448         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8449         __USE_XOPEN2K8].
8450         (CLD_KILLED): Likewise.
8451         (CLD_DUMPED): Likewise.
8452         (CLD_TRAPPED): Likewise.
8453         (CLD_STOPPED): Likewise.
8454         (CLD_CONTINUED): Likewise.
8455         (POLL_IN): Likewise.
8456         (POLL_OUT): Likewise.
8457         (POLL_MSG): Likewise.
8458         (POLL_ERR): Likewise.
8459         (POLL_PRI): Likewise.
8460         (POLL_HUP): Likewise.
8461         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8462         Likewise.
8463         (ILL_ILLOPN): Likewise.
8464         (ILL_ILLADR): Likewise.
8465         (ILL_ILLTRP): Likewise.
8466         (ILL_PRVOPC): Likewise.
8467         (ILL_PRVREG): Likewise.
8468         (ILL_COPROC): Likewise.
8469         (ILL_BADSTK): Likewise.
8470         (FPE_INTDIV): Likewise.
8471         (FPE_INTOVF): Likewise.
8472         (FPE_FLTDIV): Likewise.
8473         (FPE_FLTOVF): Likewise.
8474         (FPE_FLTUND): Likewise.
8475         (FPE_FLTRES): Likewise.
8476         (FPE_FLTINV): Likewise.
8477         (FPE_FLTSUB): Likewise.
8478         (SEGV_MAPERR): Likewise.
8479         (SEGV_ACCERR): Likewise.
8480         (BUS_ADRALN): Likewise.
8481         (BUS_ADRERR): Likewise.
8482         (BUS_OBJERR): Likewise.
8483         (BUS_MCEERR_AR): Likewise.
8484         (BUS_MCEERR_AO): Likewise.
8485         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8486         (TRAP_TRACE): Likewise.
8487         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8488         __USE_XOPEN2K8].
8489         (CLD_KILLED): Likewise.
8490         (CLD_DUMPED): Likewise.
8491         (CLD_TRAPPED): Likewise.
8492         (CLD_STOPPED): Likewise.
8493         (CLD_CONTINUED): Likewise.
8494         (POLL_IN): Likewise.
8495         (POLL_OUT): Likewise.
8496         (POLL_MSG): Likewise.
8497         (POLL_ERR): Likewise.
8498         (POLL_PRI): Likewise.
8499         (POLL_HUP): Likewise.
8500         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8501         (ILL_ILLOPN): Likewise.
8502         (ILL_ILLADR): Likewise.
8503         (ILL_ILLTRP): Likewise.
8504         (ILL_PRVOPC): Likewise.
8505         (ILL_PRVREG): Likewise.
8506         (ILL_COPROC): Likewise.
8507         (ILL_BADSTK): Likewise.
8508         (FPE_INTDIV): Likewise.
8509         (FPE_INTOVF): Likewise.
8510         (FPE_FLTDIV): Likewise.
8511         (FPE_FLTOVF): Likewise.
8512         (FPE_FLTUND): Likewise.
8513         (FPE_FLTRES): Likewise.
8514         (FPE_FLTINV): Likewise.
8515         (FPE_FLTSUB): Likewise.
8516         (SEGV_MAPERR): Likewise.
8517         (SEGV_ACCERR): Likewise.
8518         (BUS_ADRALN): Likewise.
8519         (BUS_ADRERR): Likewise.
8520         (BUS_OBJERR): Likewise.
8521         (BUS_MCEERR_AR): Likewise.
8522         (BUS_MCEERR_AO): Likewise.
8523         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8524         (TRAP_TRACE): Likewise.
8525         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8526         __USE_XOPEN2K8].
8527         (CLD_KILLED): Likewise.
8528         (CLD_DUMPED): Likewise.
8529         (CLD_TRAPPED): Likewise.
8530         (CLD_STOPPED): Likewise.
8531         (CLD_CONTINUED): Likewise.
8532         (POLL_IN): Likewise.
8533         (POLL_OUT): Likewise.
8534         (POLL_MSG): Likewise.
8535         (POLL_ERR): Likewise.
8536         (POLL_PRI): Likewise.
8537         (POLL_HUP): Likewise.
8538         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8539         Likewise.
8540         (ILL_ILLOPN): Likewise.
8541         (ILL_ILLADR): Likewise.
8542         (ILL_ILLTRP): Likewise.
8543         (ILL_PRVOPC): Likewise.
8544         (ILL_PRVREG): Likewise.
8545         (ILL_COPROC): Likewise.
8546         (ILL_BADSTK): Likewise.
8547         (ILL_BADIADDR): Likewise.
8548         (ILL_BREAK): Likewise.
8549         (FPE_INTDIV): Likewise.
8550         (FPE_INTOVF): Likewise.
8551         (FPE_FLTDIV): Likewise.
8552         (FPE_FLTOVF): Likewise.
8553         (FPE_FLTUND): Likewise.
8554         (FPE_FLTRES): Likewise.
8555         (FPE_FLTINV): Likewise.
8556         (FPE_FLTSUB): Likewise.
8557         (FPE_DECOVF): Likewise.
8558         (FPE_DECDIV): Likewise.
8559         (FPE_DECERR): Likewise.
8560         (FPE_INVASC): Likewise.
8561         (FPE_INVDEC): Likewise.
8562         (SEGV_MAPERR): Likewise.
8563         (SEGV_ACCERR): Likewise.
8564         (SEGV_PSTKOVF): Likewise.
8565         (BUS_ADRALN): Likewise.
8566         (BUS_ADRERR): Likewise.
8567         (BUS_OBJERR): Likewise.
8568         (BUS_MCEERR_AR): Likewise.
8569         (BUS_MCEERR_AO): Likewise.
8570         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8571         (TRAP_TRACE): Likewise.
8572         (TRAP_BRANCH): Likewise.
8573         (TRAP_HWBKPT): Likewise.
8574         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8575         __USE_XOPEN2K8].
8576         (CLD_KILLED): Likewise.
8577         (CLD_DUMPED): Likewise.
8578         (CLD_TRAPPED): Likewise.
8579         (CLD_STOPPED): Likewise.
8580         (CLD_CONTINUED): Likewise.
8581         (POLL_IN): Likewise.
8582         (POLL_OUT): Likewise.
8583         (POLL_MSG): Likewise.
8584         (POLL_ERR): Likewise.
8585         (POLL_PRI): Likewise.
8586         (POLL_HUP): Likewise.
8587         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8588         (ILL_ILLOPN): Likewise.
8589         (ILL_ILLADR): Likewise.
8590         (ILL_ILLTRP): Likewise.
8591         (ILL_PRVOPC): Likewise.
8592         (ILL_PRVREG): Likewise.
8593         (ILL_COPROC): Likewise.
8594         (ILL_BADSTK): Likewise.
8595         (FPE_INTDIV): Likewise.
8596         (FPE_INTOVF): Likewise.
8597         (FPE_FLTDIV): Likewise.
8598         (FPE_FLTOVF): Likewise.
8599         (FPE_FLTUND): Likewise.
8600         (FPE_FLTRES): Likewise.
8601         (FPE_FLTINV): Likewise.
8602         (FPE_FLTSUB): Likewise.
8603         (SEGV_MAPERR): Likewise.
8604         (SEGV_ACCERR): Likewise.
8605         (BUS_ADRALN): Likewise.
8606         (BUS_ADRERR): Likewise.
8607         (BUS_OBJERR): Likewise.
8608         (BUS_MCEERR_AR): Likewise.
8609         (BUS_MCEERR_AO): Likewise.
8610         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8611         (TRAP_TRACE): Likewise.
8612         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8613         __USE_XOPEN2K8].
8614         (CLD_KILLED): Likewise.
8615         (CLD_DUMPED): Likewise.
8616         (CLD_TRAPPED): Likewise.
8617         (CLD_STOPPED): Likewise.
8618         (CLD_CONTINUED): Likewise.
8619         (POLL_IN): Likewise.
8620         (POLL_OUT): Likewise.
8621         (POLL_MSG): Likewise.
8622         (POLL_ERR): Likewise.
8623         (POLL_PRI): Likewise.
8624         (POLL_HUP): Likewise.
8625         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8626         (ILL_ILLOPN): Likewise.
8627         (ILL_ILLADR): Likewise.
8628         (ILL_ILLTRP): Likewise.
8629         (ILL_PRVOPC): Likewise.
8630         (ILL_PRVREG): Likewise.
8631         (ILL_COPROC): Likewise.
8632         (ILL_BADSTK): Likewise.
8633         (FPE_INTDIV): Likewise.
8634         (FPE_INTOVF): Likewise.
8635         (FPE_FLTDIV): Likewise.
8636         (FPE_FLTOVF): Likewise.
8637         (FPE_FLTUND): Likewise.
8638         (FPE_FLTRES): Likewise.
8639         (FPE_FLTINV): Likewise.
8640         (FPE_FLTSUB): Likewise.
8641         (SEGV_MAPERR): Likewise.
8642         (SEGV_ACCERR): Likewise.
8643         (BUS_ADRALN): Likewise.
8644         (BUS_ADRERR): Likewise.
8645         (BUS_OBJERR): Likewise.
8646         (BUS_MCEERR_AR): Likewise.
8647         (BUS_MCEERR_AO): Likewise.
8648         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8649         (TRAP_TRACE): Likewise.
8650         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8651         __USE_XOPEN2K8].
8652         (CLD_KILLED): Likewise.
8653         (CLD_DUMPED): Likewise.
8654         (CLD_TRAPPED): Likewise.
8655         (CLD_STOPPED): Likewise.
8656         (CLD_CONTINUED): Likewise.
8657         (POLL_IN): Likewise.
8658         (POLL_OUT): Likewise.
8659         (POLL_MSG): Likewise.
8660         (POLL_ERR): Likewise.
8661         (POLL_PRI): Likewise.
8662         (POLL_HUP): Likewise.
8663         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8664         (ILL_ILLOPN): Likewise.
8665         (ILL_ILLADR): Likewise.
8666         (ILL_ILLTRP): Likewise.
8667         (ILL_PRVOPC): Likewise.
8668         (ILL_PRVREG): Likewise.
8669         (ILL_COPROC): Likewise.
8670         (ILL_BADSTK): Likewise.
8671         (FPE_INTDIV): Likewise.
8672         (FPE_INTOVF): Likewise.
8673         (FPE_FLTDIV): Likewise.
8674         (FPE_FLTOVF): Likewise.
8675         (FPE_FLTUND): Likewise.
8676         (FPE_FLTRES): Likewise.
8677         (FPE_FLTINV): Likewise.
8678         (FPE_FLTSUB): Likewise.
8679         (SEGV_MAPERR): Likewise.
8680         (SEGV_ACCERR): Likewise.
8681         (BUS_ADRALN): Likewise.
8682         (BUS_ADRERR): Likewise.
8683         (BUS_OBJERR): Likewise.
8684         (BUS_MCEERR_AR): Likewise.
8685         (BUS_MCEERR_AO): Likewise.
8686         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8687         (TRAP_TRACE): Likewise.
8688         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8689         __USE_XOPEN2K8].
8690         (CLD_KILLED): Likewise.
8691         (CLD_DUMPED): Likewise.
8692         (CLD_TRAPPED): Likewise.
8693         (CLD_STOPPED): Likewise.
8694         (CLD_CONTINUED): Likewise.
8695         (POLL_IN): Likewise.
8696         (POLL_OUT): Likewise.
8697         (POLL_MSG): Likewise.
8698         (POLL_ERR): Likewise.
8699         (POLL_PRI): Likewise.
8700         (POLL_HUP): Likewise.
8701         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8702         (ILL_ILLOPN): Likewise.
8703         (ILL_ILLADR): Likewise.
8704         (ILL_ILLTRP): Likewise.
8705         (ILL_PRVOPC): Likewise.
8706         (ILL_PRVREG): Likewise.
8707         (ILL_COPROC): Likewise.
8708         (ILL_BADSTK): Likewise.
8709         (ILL_DBLFLT): Likewise.
8710         (ILL_HARDWALL): Likewise.
8711         (FPE_INTDIV): Likewise.
8712         (FPE_INTOVF): Likewise.
8713         (FPE_FLTDIV): Likewise.
8714         (FPE_FLTOVF): Likewise.
8715         (FPE_FLTUND): Likewise.
8716         (FPE_FLTRES): Likewise.
8717         (FPE_FLTINV): Likewise.
8718         (FPE_FLTSUB): Likewise.
8719         (SEGV_MAPERR): Likewise.
8720         (SEGV_ACCERR): Likewise.
8721         (BUS_ADRALN): Likewise.
8722         (BUS_ADRERR): Likewise.
8723         (BUS_OBJERR): Likewise.
8724         (BUS_MCEERR_AR): Likewise.
8725         (BUS_MCEERR_AO): Likewise.
8726         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8727         (TRAP_TRACE): Likewise.
8728         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8729         __USE_XOPEN2K8].
8730         (CLD_KILLED): Likewise.
8731         (CLD_DUMPED): Likewise.
8732         (CLD_TRAPPED): Likewise.
8733         (CLD_STOPPED): Likewise.
8734         (CLD_CONTINUED): Likewise.
8735         (POLL_IN): Likewise.
8736         (POLL_OUT): Likewise.
8737         (POLL_MSG): Likewise.
8738         (POLL_ERR): Likewise.
8739         (POLL_PRI): Likewise.
8740         (POLL_HUP): Likewise.
8741         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
8742         (ILL_ILLOPN): Likewise.
8743         (ILL_ILLADR): Likewise.
8744         (ILL_ILLTRP): Likewise.
8745         (ILL_PRVOPC): Likewise.
8746         (ILL_PRVREG): Likewise.
8747         (ILL_COPROC): Likewise.
8748         (ILL_BADSTK): Likewise.
8749         (FPE_INTDIV): Likewise.
8750         (FPE_INTOVF): Likewise.
8751         (FPE_FLTDIV): Likewise.
8752         (FPE_FLTOVF): Likewise.
8753         (FPE_FLTUND): Likewise.
8754         (FPE_FLTRES): Likewise.
8755         (FPE_FLTINV): Likewise.
8756         (FPE_FLTSUB): Likewise.
8757         (SEGV_MAPERR): Likewise.
8758         (SEGV_ACCERR): Likewise.
8759         (BUS_ADRALN): Likewise.
8760         (BUS_ADRERR): Likewise.
8761         (BUS_OBJERR): Likewise.
8762         (BUS_MCEERR_AR): Likewise.
8763         (BUS_MCEERR_AO): Likewise.
8764         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8765         (TRAP_TRACE): Likewise.
8766         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8767         __USE_XOPEN2K8].
8768         (CLD_KILLED): Likewise.
8769         (CLD_DUMPED): Likewise.
8770         (CLD_TRAPPED): Likewise.
8771         (CLD_STOPPED): Likewise.
8772         (CLD_CONTINUED): Likewise.
8773         (POLL_IN): Likewise.
8774         (POLL_OUT): Likewise.
8775         (POLL_MSG): Likewise.
8776         (POLL_ERR): Likewise.
8777         (POLL_PRI): Likewise.
8778         (POLL_HUP): Likewise.
8779         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
8780         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8781
8782         [BZ #16670]
8783         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
8784         before #include of <time.h>.
8785         [!__USE_XOPEN2K] (__need_timespec): Likewise.
8786         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
8787         (test-xfail-UNIX98/sched.h/conform): Likewise.
8788
8789 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8790
8791         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
8792         error absence of trapping exception support.
8793         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8794
8795 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8796
8797         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
8798         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
8799         * timezone/Makefile (testdata): Move definition above include of
8800         Rules.
8801         (test-zones): New variable.
8802         (tests-special): Add zone files.
8803         (build-testdata): Use $(evaluate-test).
8804
8805         * elf/Makefile (tests-special): Rename tests to end with .out.
8806         ($(objpfx)noload-mem): Likewise.
8807         ($(objpfx)tst-leaks1-mem): Likewise.
8808         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
8809         * iconv/Makefile (xtests-special): Change test-iconvconfig to
8810         $(objpfx)test-iconvconfig.out.
8811         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
8812         set -e inside subshell and redirect output to file.
8813         * iconvdata/Makefile (generated): Rename tests to end with .out.
8814         Correct type.
8815         (tests-special): Rename tests to end with .out.
8816         ($(objpfx)mtrace-tst-loading): Likewise.
8817         * intl/Makefile (generated): Likewise.
8818         (tests-special): Likewise.
8819         ($(objpfx)mtrace-tst-gettext): Likewise.
8820         * misc/Makefile (generated): Likewise.
8821         (tests-special): Likewise.
8822         ($(objpfx)tst-error1-mem): Likewise.
8823         * nptl/Makefile (tests-special): Likewise.
8824         ($(objpfx)tst-stack3-mem): Likewise.
8825         (generated): Likewise.
8826         * posix/Makefile (generated): Likewise.
8827         (tests-special): Likewise.
8828         (xtests-special): Likewise.
8829         ($(objpfx)tst-fnmatch-mem): Likewise.
8830         ($(objpfx)bug-regex2-mem): Likewise.
8831         ($(objpfx)bug-regex14-mem): Likewise.
8832         ($(objpfx)bug-regex21-mem): Likewise.
8833         ($(objpfx)bug-regex31-mem): Likewise.
8834         ($(objpfx)tst-vfork3-mem): Likewise.
8835         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
8836         ($(objpfx)tst-pcre-mem): Likewise.
8837         ($(objpfx)tst-boost-mem): Likewise.
8838         ($(objpfx)bug-ga2-mem): Likewise.
8839         ($(objpfx)bug-glob2-mem): Likewise.
8840         * resolv/Makefile (generate): Likewise.
8841         (tests-special): Likewise.
8842         (xtests-special): Likewise.
8843         (generated): Likewise.
8844         ($(objpfx)mtrace-tst-leaks): Likewise.
8845         ($(objpfx)mtrace-tst-leaks2): Likewise.
8846
8847         * scripts/merge-test-results.sh: New file.
8848         * Makefile (tests-special-notdir): New variable.
8849         (tests): Run merge-test-results.sh.
8850         (xtests): Likewise.
8851         * Rules (tests-special-notdir): New variable.
8852         (xtests-special-notdir): Likewise.
8853         (tests): Run merge-test-results.sh
8854         (xtests): Likewise.
8855
8856         * Makeconfig (test-xfail-name): New variable.
8857         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
8858         compute variable name for expected failures.
8859         * conform/Makefile (conformtest-headers-data): New variable.
8860         (conformtest-standards): Likewise.
8861         (conformtest-headers-ISO): Likewise.
8862         (conformtest-headers-ISO99): Likewise.
8863         (conformtest-headers-ISO11): Likewise.
8864         (conformtest-headers-POSIX): Likewise.
8865         (conformtest-headers-XPG3): Likewise.
8866         (conformtest-headers-XPG4): Likewise.
8867         (conformtest-headers-UNIX98): Likewise.
8868         (conformtest-headers-XOPEN2K): Likewise.
8869         (conformtest-headers-POSIX2008): Likewise.
8870         (conformtest-headers-XOPEN2K8): Likewise.
8871         (conformtest-header-list-base): Likewise.
8872         (conformtest-header-list-tests): Likewise.
8873         (conformtest-header-base): Likewise.
8874         (conformtest-header-tests): Likewise.
8875         (tests-special): Add $(conformtest-header-list-tests).  If
8876         [$(fast-check) && !$(cross-compiling)], add
8877         $(conformtest-header-tests) instead of
8878         $(objpfx)run-conformtest.out.
8879         (generated): Add $(conformtest-header-list-base).  If
8880         [$(fast-check) && !$(cross-compiling)], add
8881         $(conformtest-header-base).  Remove previous setting.
8882         ($(conformtest-header-list-tests)): New target.
8883         (test-xfail-run-conformtest): Remove variable.
8884         ($(objpfx)run-conformtest.out): Remove target.
8885         (test-xfail-ISO11/complex.h/conform): New variable.
8886         (test-xfail-ISO11/stdalign.h/conform): Likewise.
8887         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
8888         (test-xfail-XPG3/varargs.h/conform): Likewise.
8889         (test-xfail-XPG4/varargs.h/conform): Likewise.
8890         (test-xfail-UNIX98/varargs.h/conform): Likewise.
8891         (test-xfail-XPG4/ndbm.h/conform): Likewise.
8892         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
8893         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
8894         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
8895         (test-xfail-XPG3/fcntl.h/conform): Likewise.
8896         (test-xfail-XPG3/ftw.h/conform): Likewise.
8897         (test-xfail-XPG3/grp.h/conform): Likewise.
8898         (test-xfail-XPG3/langinfo.h/conform): Likewise.
8899         (test-xfail-XPG3/limits.h/conform): Likewise.
8900         (test-xfail-XPG3/pwd.h/conform): Likewise.
8901         (test-xfail-XPG3/search.h/conform): Likewise.
8902         (test-xfail-XPG3/signal.h/conform): Likewise.
8903         (test-xfail-XPG3/stdio.h/conform): Likewise.
8904         (test-xfail-XPG3/stdlib.h/conform): Likewise.
8905         (test-xfail-XPG3/string.h/conform): Likewise.
8906         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
8907         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
8908         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
8909         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
8910         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
8911         (test-xfail-XPG3/sys/types.h/conform): Likewise.
8912         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
8913         (test-xfail-XPG3/termios.h/conform): Likewise.
8914         (test-xfail-XPG3/time.h/conform): Likewise.
8915         (test-xfail-XPG3/unistd.h/conform): Likewise.
8916         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
8917         (test-xfail-XPG4/fcntl.h/conform): Likewise.
8918         (test-xfail-XPG4/langinfo.h/conform): Likewise.
8919         (test-xfail-XPG4/netdb.h/conform): Likewise.
8920         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
8921         (test-xfail-XPG4/signal.h/conform): Likewise.
8922         (test-xfail-XPG4/stdio.h/conform): Likewise.
8923         (test-xfail-XPG4/stdlib.h/conform): Likewise.
8924         (test-xfail-XPG4/stropts.h/conform): Likewise.
8925         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
8926         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
8927         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
8928         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
8929         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
8930         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
8931         (test-xfail-XPG4/sys/time.h/conform): Likewise.
8932         (test-xfail-XPG4/sys/types.h/conform): Likewise.
8933         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
8934         (test-xfail-XPG4/termios.h/conform): Likewise.
8935         (test-xfail-XPG4/ucontext.h/conform): Likewise.
8936         (test-xfail-XPG4/unistd.h/conform): Likewise.
8937         (test-xfail-XPG4/utmpx.h/conform): Likewise.
8938         (test-xfail-POSIX/sched.h/conform): Likewise.
8939         (test-xfail-POSIX/signal.h/conform): Likewise.
8940         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8941         (test-xfail-POSIX/tar.h/conform): Likewise.
8942         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
8943         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
8944         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
8945         (test-xfail-UNIX98/netdb.h/conform): Likewise.
8946         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
8947         (test-xfail-UNIX98/sched.h/conform): Likewise.
8948         (test-xfail-UNIX98/signal.h/conform): Likewise.
8949         (test-xfail-UNIX98/stdio.h/conform): Likewise.
8950         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
8951         (test-xfail-UNIX98/stropts.h/conform): Likewise.
8952         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
8953         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
8954         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
8955         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
8956         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
8957         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
8958         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
8959         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
8960         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8961         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8962         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8963         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8964         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8965         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8966         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8967         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8968         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8969         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8970         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8971         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8972         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8973         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8974         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8975         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8976         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8977         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8978         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8979         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8980         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8981         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8982         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8983         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8984         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8985         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8986         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8987         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8988         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8989         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8990         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8991         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8992         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8993         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8994         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8995         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8996         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8997         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8998         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8999         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9000         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9001         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9002         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9003         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9004         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9005         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9006         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9007         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9008         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9009         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9010         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9011         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9012         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9013         (conformtest-cc-flags): Likewise.
9014         ($(conformtest-header-tests): New target.
9015         * conform/check-header-lists.sh: New file.
9016         * conform/run-conformtest.sh: Remove.
9017
9018         * conform/conformtest.pl: Allow ' and \ in values given for
9019         constants.
9020         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9021         inclusion.
9022         [POSIX] (sys/types.h): Likewise.
9023         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9024         inclusion.
9025         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9026         inclusion.
9027         * conform/data/signal.h-data (SIGIO): Remove expectation.
9028         [XPG3] (SIGBUS): Do not expect.
9029         [POSIX || XPG3] (SIGPOLL): Likewise.
9030         [POSIX || XPG3] (SIGPROF): Likewise.
9031         [POSIX || XPG3] (SIGSYS): Likewise.
9032         [XPG3] (SIGTRAP): Likewise.
9033         [POSIX || XPG3] (SIGURG): Likewise.
9034         [POSIX || XPG3] (SIGVTALRM): Likewise.
9035         [POSIX || XPG3] (SIGXCPU): Likewise.
9036         [POSIX || XPG3] (SIGXFSZ): Likewise.
9037         [POSIX] (SA_SIGINFO): Expect.
9038         [XPG3] (siginfo_t): Do not expect type or contents.
9039         [POSIX] (si_pid): Do not expect element.
9040         [POSIX] (si_uid): Likewise.
9041         [POSIX] (si_addr): Likewise.
9042         [POSIX] (si_status): Likewise.
9043         [POSIX] (si_band): Likewise.
9044         [XPG4] (si_value): Likewise.
9045         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9046         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9047         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9048         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9049         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9050         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9051         [POSIX || XPG3] (ILL_COPROC): Likewise.
9052         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9053         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9054         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9055         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9056         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9057         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9058         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9059         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9060         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9061         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9062         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9063         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9064         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9065         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9066         [POSIX || XPG3] (CLD_EXITED): Likewise.
9067         [POSIX || XPG3] (CLD_KILLED): Likewise.
9068         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9069         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9070         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9071         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9072         [POSIX || XPG3] (POLL_IN): Likewise.
9073         [POSIX || XPG3] (POLL_OUT): Likewise.
9074         [POSIX || XPG3] (POLL_MSG): Likewise.
9075         [POSIX || XPG3] (POLL_ERR): Likewise.
9076         [POSIX || XPG3] (POLL_PRI): Likewise.
9077         [POSIX || XPG3] (POLL_HUP): Likewise.
9078         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9079         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9080         (SIG*): Do not allow.
9081         [XPG3] (si_*): Likewise.
9082         [XPG3] (SI_*): Likewise.
9083         [XPG3 || XPG4] (sigev_*): Likewise.
9084         [XPG3 || XPG4] (SIGEV_*): Likewise.
9085         [XPG3 || XPG4] (sival_*): Likewise.
9086         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9087         [POSIX || XPG3] (BUS_*): Likewise.
9088         [POSIX || XPG3] (CLD_*): Likewise.
9089         [POSIX || XPG3] (FPE_*): Likewise.
9090         [POSIX || XPG3] (ILL_*): Likewise.
9091         [POSIX || XPG3] (POLL_*): Likewise.
9092         [POSIX || XPG3] (SEGV_*): Likewise.
9093         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9094         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9095         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9096         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9097         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9098         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9099         Specify type and value.
9100         (TVERSLEN): Likewise.
9101         (REGTYPE): Likewise.
9102         (AREGTYPE): Likewise.
9103         (LNKTYPE): Likewise.
9104         (SYMTYPE): Likewise.
9105         (CHRTYPE): Likewise.
9106         (BLKTYPE): Likewise.
9107         (DIRTYPE): Likewise.
9108         (FIFOTYPE): Likewise.
9109         (CONTTYPE): Likewise.
9110         (TSUID): Likewise.
9111         (TSGID): Likewise.
9112         (TSVTX): Likewise.
9113         (TUREAD): Likewise.
9114         (TUWRITE): Likewise.
9115         (TUEXEC): Likewise.
9116         (TGREAD): Likewise.
9117         (TGWRITE): Likewise.
9118         (TGEXEC): Likewise.
9119         (TOREAD): Likewise.
9120         (TOWRITE): Likewise.
9121         (TOEXEC): Likewise.
9122         [POSIX] (TSVTX): Expect constant.
9123
9124 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9125
9126         * Makefile (tests): Change dependencies to ....
9127         (tests-special): ... additions to this variable.
9128         (tests): Depend on $(tests-special).
9129         * Makerules (check-abi-list): New variable.
9130         (check-abi): Depend on $(check-abi-list).
9131         [$(subdir) = elf] (tests-special): Add
9132         $(objpfx)check-abi-libc.out.
9133         [$(build-shared) = yes && subdir] (tests-special): Add
9134         $(check-abi-list).
9135         [$(build-shared) = yes && subdir] (tests): Do not depend on
9136         check-abi.
9137         * Rules (tests): Depend on $(tests-special).
9138         (xtests): Depend on $(xtests-special).
9139         * catgets/Makefile (tests): Change dependencies to ....
9140         (tests-special): ... additions to this variable.
9141         * conform/Makefile (tests): Change dependencies to ....
9142         (tests-special): ... additions to this variable.
9143         * elf/Makefile (tests): Change dependencies to ....
9144         (tests-special): ... additions to this variable.
9145         * grp/Makefile (tests): Change dependencies to ....
9146         (tests-special): ... additions to this variable.
9147         * iconv/Makefile (xtests): Change dependencies to ....
9148         (xtests-special): ... additions to this variable.
9149         * iconvdata/Makefile (tests): Change dependencies to ....
9150         (tests-special): ... additions to this variable.
9151         * intl/Makefile (tests): Change dependencies to ....
9152         (tests-special): ... additions to this variable.  Also add
9153         $(objpfx)tst-gettext.out.
9154         * io/Makefile (tests): Change dependencies to ....
9155         (tests-special): ... additions to this variable.
9156         * libio/Makefile (tests): Change dependencies to ....
9157         (tests-special): ... additions to this variable.
9158         * malloc/Makefile (tests): Change dependencies to ....
9159         (tests-special): ... additions to this variable.
9160         * misc/Makefile (tests): Change dependencies to ....
9161         (tests-special): ... additions to this variable.
9162         * nptl/Makefile (tests): Change dependencies to ....
9163         (tests-special): ... additions to this variable.
9164         * nptl_db/Makefile (tests): Change dependencies to ....
9165         (tests-special): ... additions to this variable.
9166         * posix/Makefile (tests): Change dependencies to ....
9167         (tests-special): ... additions to this variable.
9168         (xtests): Change dependencies to ....
9169         (xtests-special): ... additions to this variable.
9170         * resolv/Makefile (tests): Change dependencies to ....
9171         (tests-special): ... additions to this variable.
9172         (xtests): Change dependencies to ....
9173         (xtests-special): ... additions to this variable.
9174         * stdio-common/Makefile (tests): Change dependencies to ....
9175         (tests-special): ... additions to this variable.
9176         (do-tst-unbputc): Remove target.
9177         (do-tst-printf): Likewise.
9178         * stdlib/Makefile (tests): Change dependencies to ....
9179         (tests-special): ... additions to this variable.
9180         * string/Makefile (tests): Change dependencies to ....
9181         (tests-special): ... additions to this variable.
9182         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9183         (tests-special): ... additions to this variable.
9184
9185         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9186         whole file.
9187         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9188         whole file.
9189         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9190         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9191
9192         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9193         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9194         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9195         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9196         * conform/data/libgen.h-data [XPG3]: Likewise.
9197         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9198         * conform/data/ndbm.h-data [XPG3]: Likewise.
9199         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9200         * conform/data/netdb.h-data [XPG3]: Likewise.
9201         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9202         * conform/data/poll.h-data [XPG3]: Likewise.
9203         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9204         * conform/data/strings.h-data [XPG3]: Likewise.
9205         * conform/data/stropts.h-data [XPG3]: Likewise.
9206         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9207         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9208         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9209         Likewise.
9210         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9211         * conform/data/sys/time.h-data [XPG3]: Likewise.
9212         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9213         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9214         * conform/data/sys/un.h-data [XPG3]: Likewise.
9215         * conform/data/syslog.h-data [XPG3]: Likewise.
9216         * conform/data/ucontext.h-data [XPG3]: Likewise.
9217         * conform/data/utmpx.h-data [XPG3]: Likewise.
9218         * conform/data/varargs.h-data [UNIX98]: Enable file.
9219
9220         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9221
9222         * math/libm-test.inc (struct test_f_f_data): Move expected results
9223         into structure for each rounding mode.
9224         (struct test_ff_f_data): Likewise.
9225         (struct test_ff_f_data_nexttoward): Likewise.
9226         (struct test_fi_f_data): Likewise.
9227         (struct test_fl_f_data): Likewise.
9228         (struct test_if_f_data): Likewise.
9229         (struct test_fff_f_data): Likewise.
9230         (struct test_c_f_data): Likewise.
9231         (struct test_f_f1_data): Likewise.
9232         (struct test_fF_f1_data): Likewise.
9233         (struct test_ffI_f1_data): Likewise.
9234         (struct test_c_c_data): Likewise.
9235         (struct test_cc_c_data): Likewise.
9236         (struct test_f_i_data): Likewise.
9237         (struct test_ff_i_data): Likewise.
9238         (struct test_f_l_data): Likewise.
9239         (struct test_f_L_data): Likewise.
9240         (struct test_fFF_11_data): Likewise.
9241         (RM_): New macro.
9242         (RM_FE_DOWNWARD): Likewise.
9243         (RM_FE_TONEAREST): Likewise.
9244         (RM_FE_TOWARDZERO): Likewise.
9245         (RM_FE_UPWARD): Likewise.
9246         (RUN_TEST_LOOP_f_f): Update references to expected results.
9247         (RUN_TEST_LOOP_2_f): Likewise.
9248         (RUN_TEST_LOOP_fff_f): Likewise.
9249         (RUN_TEST_LOOP_c_f): Likewise.
9250         (RUN_TEST_LOOP_f_f1): Likewise.
9251         (RUN_TEST_LOOP_fF_f1): Likewise.
9252         (RUN_TEST_LOOP_fI_f1): Likewise.
9253         (RUN_TEST_LOOP_ffI_f1): Likewise.
9254         (RUN_TEST_LOOP_c_c): Likewise.
9255         (RUN_TEST_LOOP_cc_c): Likewise.
9256         (RUN_TEST_LOOP_f_i): Likewise.
9257         (RUN_TEST_LOOP_f_i_tg): Likewise.
9258         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9259         (RUN_TEST_LOOP_f_b): Likewise.
9260         (RUN_TEST_LOOP_f_b_tg): Likewise.
9261         (RUN_TEST_LOOP_f_l): Likewise.
9262         (RUN_TEST_LOOP_f_L): Likewise.
9263         (RUN_TEST_LOOP_fFF_11): Likewise.
9264         * math/gen-libm-test.pl (parse_args): Output four copies of
9265         expected results for each test.
9266
9267         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9268         (__ASSUME_UTIMES): Remove.
9269         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9270         (__ASSUME_UTIMES): Likewise.
9271
9272         * math/gen-auto-libm-tests.c: Update comment on output format.
9273         (output_for_one_input_case): Generate before-rounding and
9274         after-rounding information as conditions on output flags not
9275         floating-point format.
9276         * math/auto-libm-test-out: Regenerated.
9277         * math/gen-libm-test.pl (cond_value): New function.
9278         (or_cond_value): Use cond_value.
9279         (generate_testfile): Handle conditional exceptions.
9280
9281 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9282
9283         * math/libm-test.inc (max_valid_error): New variable.
9284         (init_max_error): Take new argument specifying whether function
9285         results are exactly determined.  Set max_valid_error and bound
9286         other variables for errors based on this argument.
9287         (set_max_error): Do not record results above max_valid_error.
9288         (check_float_internal): Only accept errors of up to 0.5ulps if
9289         also at most max_valid_error.
9290         (START): Take new argument EXACT and pass it to init_max_error.
9291         (acos_test): Update call to START.
9292         (acos_test_tonearest): Likewise.
9293         (acos_test_towardzero): Likewise.
9294         (acos_test_downward): Likewise.
9295         (acos_test_upward): Likewise.
9296         (acosh_test): Likewise.
9297         (asin_test): Likewise.
9298         (asin_test_tonearest): Likewise.
9299         (asin_test_towardzero): Likewise.
9300         (asin_test_downward): Likewise.
9301         (asin_test_upward): Likewise.
9302         (asinh_test): Likewise.
9303         (atan_test): Likewise.
9304         (atanh_test): Likewise.
9305         (atan2_test): Likewise.
9306         (cabs_test): Likewise.
9307         (cacos_test): Likewise.
9308         (cacosh_test): Likewise.
9309         (carg_test): Likewise.
9310         (casin_test): Likewise.
9311         (casinh_test): Likewise.
9312         (catan_test): Likewise.
9313         (catanh_test): Likewise.
9314         (cbrt_test): Likewise.
9315         (ccos_test): Likewise.
9316         (ccosh_test): Likewise.
9317         (ceil_test): Likewise.
9318         (cexp_test): Likewise.
9319         (cimag_test): Likewise.
9320         (clog_test): Likewise.
9321         (clog10_test): Likewise.
9322         (conj_test): Likewise.
9323         (copysign_test): Likewise.
9324         (cos_test): Likewise.
9325         (cos_test_tonearest): Likewise.
9326         (cos_test_towardzero): Likewise.
9327         (cos_test_downward): Likewise.
9328         (cos_test_upward): Likewise.
9329         (cosh_test): Likewise.
9330         (cosh_test_tonearest): Likewise.
9331         (cosh_test_towardzero): Likewise.
9332         (cosh_test_downward): Likewise.
9333         (cosh_test_upward): Likewise.
9334         (cpow_test): Likewise.
9335         (cproj_test): Likewise.
9336         (creal_test): Likewise.
9337         (csin_test): Likewise.
9338         (csinh_test): Likewise.
9339         (csqrt_test): Likewise.
9340         (ctan_test): Likewise.
9341         (ctan_test_tonearest): Likewise.
9342         (ctan_test_towardzero): Likewise.
9343         (ctan_test_downward): Likewise.
9344         (ctan_test_upward): Likewise.
9345         (ctanh_test): Likewise.
9346         (ctanh_test_tonearest): Likewise.
9347         (ctanh_test_towardzero): Likewise.
9348         (ctanh_test_downward): Likewise.
9349         (ctanh_test_upward): Likewise.
9350         (erf_test): Likewise.
9351         (erfc_test): Likewise.
9352         (exp_test): Likewise.
9353         (exp_test_tonearest): Likewise.
9354         (exp_test_towardzero): Likewise.
9355         (exp_test_downward): Likewise.
9356         (exp_test_upward): Likewise.
9357         (exp10_test): Likewise.
9358         (exp10_test_tonearest): Likewise.
9359         (exp10_test_towardzero): Likewise.
9360         (exp10_test_downward): Likewise.
9361         (exp10_test_upward): Likewise.
9362         (pow10_test): Likewise.
9363         (exp2_test): Likewise.
9364         (expm1_test): Likewise.
9365         (expm1_test_tonearest): Likewise.
9366         (expm1_test_towardzero): Likewise.
9367         (expm1_test_downward): Likewise.
9368         (expm1_test_upward): Likewise.
9369         (fabs_test): Likewise.
9370         (fdim_test): Likewise.
9371         (floor_test): Likewise.
9372         (fma_test): Likewise.
9373         (fma_test_towardzero): Likewise.
9374         (fma_test_downward): Likewise.
9375         (fma_test_upward): Likewise.
9376         (fmax_test): Likewise.
9377         (fmin_test): Likewise.
9378         (fmod_test): Likewise.
9379         (fpclassify_test): Likewise.
9380         (frexp_test): Likewise.
9381         (hypot_test): Likewise.
9382         (ilogb_test): Likewise.
9383         (isfinite_test): Likewise.
9384         (finite_test): Likewise.
9385         (isgreater_test): Likewise.
9386         (isgreaterequal_test): Likewise.
9387         (isinf_test): Likewise.
9388         (isless_test): Likewise.
9389         (islessequal_test): Likewise.
9390         (islessgreater_test): Likewise.
9391         (isnan_test): Likewise.
9392         (isnormal_test): Likewise.
9393         (issignaling_test): Likewise.
9394         (isunordered_test): Likewise.
9395         (j0_test): Likewise.
9396         (j1_test): Likewise.
9397         (jn_test): Likewise.
9398         (ldexp_test): Likewise.
9399         (lgamma_test): Likewise.
9400         (gamma_test): Likewise.
9401         (lrint_test): Likewise.
9402         (lrint_test_tonearest): Likewise.
9403         (lrint_test_towardzero): Likewise.
9404         (lrint_test_downward): Likewise.
9405         (lrint_test_upward): Likewise.
9406         (llrint_test): Likewise.
9407         (llrint_test_tonearest): Likewise.
9408         (llrint_test_towardzero): Likewise.
9409         (llrint_test_downward): Likewise.
9410         (llrint_test_upward): Likewise.
9411         (log_test): Likewise.
9412         (log10_test): Likewise.
9413         (log1p_test): Likewise.
9414         (log2_test): Likewise.
9415         (logb_test): Likewise.
9416         (logb_test_downward): Likewise.
9417         (lround_test): Likewise.
9418         (llround_test): Likewise.
9419         (modf_test): Likewise.
9420         (nearbyint_test): Likewise.
9421         (nextafter_test): Likewise.
9422         (nexttoward_test): Likewise.
9423         (pow_test): Likewise.
9424         (pow_test_tonearest): Likewise.
9425         (pow_test_towardzero): Likewise.
9426         (pow_test_downward): Likewise.
9427         (pow_test_upward): Likewise.
9428         (remainder_test): Likewise.
9429         (drem_test): Likewise.
9430         (remainder_test_tonearest): Likewise.
9431         (drem_test_tonearest): Likewise.
9432         (remainder_test_towardzero): Likewise.
9433         (drem_test_towardzero): Likewise.
9434         (remainder_test_downward): Likewise.
9435         (drem_test_downward): Likewise.
9436         (remainder_test_upward): Likewise.
9437         (drem_test_upward): Likewise.
9438         (remquo_test): Likewise.
9439         (rint_test): Likewise.
9440         (rint_test_tonearest): Likewise.
9441         (rint_test_towardzero): Likewise.
9442         (rint_test_downward): Likewise.
9443         (rint_test_upward): Likewise.
9444         (round_test): Likewise.
9445         (scalb_test): Likewise.
9446         (scalbn_test): Likewise.
9447         (scalbln_test): Likewise.
9448         (signbit_test): Likewise.
9449         (sin_test): Likewise.
9450         (sin_test_tonearest): Likewise.
9451         (sin_test_towardzero): Likewise.
9452         (sin_test_downward): Likewise.
9453         (sin_test_upward): Likewise.
9454         (sincos_test): Likewise.
9455         (sinh_test): Likewise.
9456         (sinh_test_tonearest): Likewise.
9457         (sinh_test_towardzero): Likewise.
9458         (sinh_test_downward): Likewise.
9459         (sinh_test_upward): Likewise.
9460         (sqrt_test): Likewise.
9461         (sqrt_test_tonearest): Likewise.
9462         (sqrt_test_towardzero): Likewise.
9463         (sqrt_test_downward): Likewise.
9464         (sqrt_test_upward): Likewise.
9465         (tan_test): Likewise.
9466         (tan_test_tonearest): Likewise.
9467         (tan_test_towardzero): Likewise.
9468         (tan_test_downward): Likewise.
9469         (tan_test_upward): Likewise.
9470         (tanh_test): Likewise.
9471         (tgamma_test): Likewise.
9472         (trunc_test): Likewise.
9473         (y0_test): Likewise.
9474         (y1_test): Likewise.
9475         (yn_test): Likewise.
9476         (significand_test): Likewise.
9477
9478         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9479         individual tests in comment.
9480         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9481         (prev_max_error): New variable.
9482         (prev_real_max_error): Likewise.
9483         (prev_imag_max_error): Likewise.
9484         (compare_ulp_data): Don't refer to test names in comment.
9485         (find_test_ulps): Remove function.
9486         (find_function_ulps): Likewise.
9487         (find_complex_function_ulps): Likewise.
9488         (init_max_error): Take function name as argument.  Look up ulps
9489         for that function.
9490         (print_ulps): Remove function.
9491         (print_max_error): Use prev_max_error instead of calling
9492         find_function_ulps.
9493         (print_complex_max_error): Use prev_real_max_error and
9494         prev_imag_max_error instead of calling find_complex_function_ulps.
9495         (check_float_internal): Take max_ulp parameter instead of calling
9496         find_test_ulps.  Don't call print_ulps.
9497         (check_float): Update call to check_float_internal.
9498         (check_complex): Update calls to check_float_internal.
9499         (START): Pass argument to init_max_error.
9500         * math/gen-libm-test.pl (%results): Don't include "kind"
9501         information.
9502         (parse_ulps): Don't handle ulps of individual tests.
9503         (print_ulps_file): Likewise.
9504         (output_ulps): Likewise.
9505         * math/README.libm-test: Update.
9506         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9507         individual tests.
9508         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9509         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9510         * sysdeps/arm/libm-test-ulps: Likewise.
9511         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9512         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9513         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9514         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9515         * sysdeps/microblaze/libm-test-ulps: Likewise.
9516         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9517         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9518         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9519         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9520         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9521         * sysdeps/sh/libm-test-ulps: Likewise.
9522         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9523         * sysdeps/tile/libm-test-ulps: Likewise.
9524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9525
9526 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9527
9528         * math/libm-test.inc (print_complex_max_error): Check separately
9529         whether real and imaginary errors are within allowed range and
9530         pass 0 to print_complex_function_ulps instead of value within
9531         allowed range.
9532
9533 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9534
9535         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9536         formatting.
9537         (get_handles_fopen): Likewise.
9538         (do_write_test): Likewise.
9539
9540         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9541
9542         * libio/fileops.c (do_ftell): Use cached offset when
9543         available.
9544         * libio/iofwide.c (do_ftell_wide): Likewise.
9545         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9546         _IO_file_attach.
9547         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9548
9549         [BZ #16532]
9550         * libio/libioP.h (get_file_offset): New function.
9551         * libio/fileops.c (get_file_offset): Likewise.
9552         (do_ftell): Likewise.
9553         (_IO_new_file_seekoff): Split out ftell logic.
9554         * libio/wfileops.c (do_ftell_wide): Likewise.
9555         (_IO_wfile_seekoff): Split out ftell logic.
9556         * libio/tst-ftell-active-handler.c: New test case.
9557         * libio/Makefile (tests): Add it.
9558
9559 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9560
9561         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9562         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9563
9564 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9565
9566         [BZ #16639]
9567         * nscd/connections.c (nscd_init): Call do_exit.
9568         (start_threads): Call do_exit and notify_parent.
9569         (begin_drop_privileges): Call do_exit.
9570         (finish_drop_privileges): Likewise.
9571         * nscd/selinux.c (preserve_capabilities): Likewise.
9572         (install_real_capabilities): Likewise.
9573         (nscd_selinux_enabled): Likewise.
9574         (avc_create_thread): Likewise.
9575         (avc_alloc_lock): Likewise.
9576         (nscd_avc_init): Likewise.
9577         * nscd/nscd.c (parent_fd): New static variable.
9578         (main): Create a pipe between parent and child processes.
9579         Skip closing parent_fd.
9580         (monitor_child): New function.
9581         (do_exit): Likewise.
9582         (notify_parent): Likewise.
9583         * nscd/nscd.h (notify_parent): Likewise.
9584         (do_exit): Likewise.
9585
9586 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9587
9588         * malloc/malloc.c (__libc_calloc): Revert last change.
9589
9590 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9591
9592         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9593
9594 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9595
9596         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9597         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9598         implementation.
9599         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9600         (__libc_ifunc_impl_list): Likewise.
9601         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9602         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9603         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9604         * string/strrchr.c: Define STRRCHR.
9605
9606 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9607
9608         * benchtest/bench-strtok.c (simple_strtok): Delete.
9609         (strtok_string): Use as benchmark.
9610         * string/strtok (STRTOK): New macro.
9611
9612 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9613
9614         * manual/threads.texi: Add header and standard comments to all
9615         functions.
9616
9617         * elf/dl-lookup.c (check_match): New function.
9618         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9619         (do_lookup_x): Remove nested function check_match. Use non-nested
9620         function check_match.
9621
9622 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9623
9624         * csu/Makefile (generated, before-compile): Use += rather than =.
9625         * catgets/Makefile (generated, generated-dirs): Likewise.
9626         * debug/Makefile (generated): Likewise.
9627         * dlfcn/Makefile (generated): Likewise.
9628         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9629         * iconvdata/Makefile (before-compile, generated): Likewise.
9630         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9631         * libio/Makefile (generated): Likewise.
9632         * malloc/Makefile (generated): Likewise.
9633         * manual/Makefile (generated, generated-dirs): Likewise.
9634         * misc/Makefile (generated): Likewise.
9635         * posix/Makefile (generated): Likewise.
9636         * resolv/Makefile (generated): Likewise.
9637         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9638         * timezone/Makefile (generated, generated-dirs): Likewise.
9639
9640         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9641
9642 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9643
9644         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9645         power8 implementation.
9646         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9647         file: POWER8 llround ifunc implementation.
9648         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9649         (__lllround): Add POWER8 implementation.
9650         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9651         POWER8 llround implementation.
9652
9653         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9654         power8 implementation.
9655         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9656         file: POWER8 llrint ifunc implementation.
9657         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9658         Add POWER8 implementation.
9659         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9660         POWER8 llrint implementation.
9661
9662         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9663         power8 implementation.
9664         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9665         file: POWER8 finite ifunc implementation.
9666         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9667         Add POWER8 implementation.
9668         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9669         Likewise.
9670         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9671         POWER8 finite implementation.
9672         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9673
9674         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9675         power8 implementation.
9676         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9677         file: POWER8 isinf ifunc implementation.
9678         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9679         POWER8 implementation.
9680         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9681         Likewise.
9682         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9683         isinf implementation.
9684         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9685
9686         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9687         (INIT_ARCH): Add hwcap2 initialization.
9688         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9689         power8 implementation.
9690         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9691         file: POWER8 isnan ifunc implementation.
9692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9693         POWER8 implementation.
9694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9695         Likewise.
9696         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9697         isnan implementation.
9698         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9699
9700 2014-02-27  Joey Ye  <joey.ye@arm.com>
9701
9702         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9703         (_FP_NANFRAC_Q): Set to zero.
9704
9705 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9706
9707         [BZ #16623]
9708         * math/auto-libm-test-in: New test inputs.
9709         * math/auto-libm-test-out: Regenerate.
9710         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
9711         and DA.
9712         (__cos): Likewise.
9713         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9714
9715 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
9716
9717         * scripts/evaluate-test.sh: Take new argument indicating whether
9718         failure is expected.
9719         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
9720         indicating whether failure is expected.
9721         * conform/Makefile (test-xfail-run-conformtest): New variable.
9722         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
9723         level.
9724         * posix/Makefile (test-xfail-annexc): New variable.
9725         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
9726
9727 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
9728
9729         * argp/Makefile: Include Makeconfig immediately after defining
9730         subdir.
9731         * assert/Makefile: Likewise.
9732         * benchtests/Makefile: Likewise.
9733         * catgets/Makefile: Likewise.
9734         * conform/Makefile: Likewise.
9735         * crypt/Makefile: Likewise.
9736         * csu/Makefile: Likewise.
9737         (all): Remove target.
9738         * ctype/Makefile: Include Makeconfig immediately after defining
9739         subdir.
9740         * debug/Makefile: Likewise.
9741         * dirent/Makefile: Likewise.
9742         * dlfcn/Makefile: Likewise.
9743         * gmon/Makefile: Likewise.
9744         * gnulib/Makefile: Likewise.
9745         * grp/Makefile: Likewise.
9746         * gshadow/Makefile: Likewise.
9747         * hesiod/Makefile: Likewise.
9748         * hurd/Makefile: Likewise.
9749         (all): Remove target.
9750         * iconvdata/Makefile: Include Makeconfig immediately after
9751         defining subdir.
9752         * inet/Makefile: Likewise.
9753         * intl/Makefile: Likewise.
9754         * io/Makefile: Likewise.
9755         * libio/Makefile: Likewise.
9756         (all): Remove target.
9757         * locale/Makefile: Include Makeconfig immediately after defining
9758         subdir.
9759         * login/Makefile: Likewise.
9760         * mach/Makefile: Likewise.
9761         (all): Remove target.
9762         * malloc/Makefile: Include Makeconfig immediately after defining
9763         subdir.
9764         (all): Remove target.
9765         * manual/Makefile: Include Makeconfig immediately after defining
9766         subdir.
9767         * math/Makefile: Likewise.
9768         * misc/Makefile: Likewise.
9769         * nis/Makefile: Likewise.
9770         * nss/Makefile: Likewise.
9771         * po/Makefile: Likewise.
9772         (all): Remove target.
9773         * posix/Makefile: Include Makeconfig immediately after defining
9774         subdir.
9775         * pwd/Makefile: Likewise.
9776         * resolv/Makefile: Likewise.
9777         * resource/Makefile: Likewise.
9778         * rt/Makefile: Likewise.
9779         * setjmp/Makefile: Likewise.
9780         * shadow/Makefile: Likewise.
9781         * signal/Makefile: Likewise.
9782         * socket/Makefile: Likewise.
9783         * soft-fp/Makefile: Likewise.
9784         * stdio-common/Makefile: Likewise.
9785         * stdlib/Makefile: Likewise.
9786         * streams/Makefile: Likewise.
9787         * string/Makefile: Likewise.
9788         * sunrpc/Makefile: Likewise.
9789         (all): Remove target.
9790         * sysvipc/Makefile: Include Makeconfig immediately after defining
9791         subdir.
9792         * termios/Makefile: Likewise.
9793         * time/Makefile: Likewise.
9794         * timezone/Makefile: Likewise.
9795         (all): Remove target.
9796         * wcsmbs/Makefile: Include Makeconfig immediately after defining
9797         subdir.
9798         * wctype/Makefile: Likewise.
9799
9800 2014-02-26  Steve Ellcey  <sellcey@mips.com>
9801
9802         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
9803         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
9804         (libc_feholdexcept_setround_mips): Ditto.
9805         (libc_feholdsetround): New.
9806         (libc_feholdsetroundf): New.
9807         (libc_feholdsetroundl): New.
9808         (libc_feupdateenv_test_mips): New.
9809         (libc_feupdateenv_test): New.
9810         (libc_feupdateenv_testf): New.
9811         (libc_feupdateenv_testl): New.
9812         (libc_feresetround): New.
9813         (libc_feresetroundf): New.
9814         (libc_feresetroundl): New.
9815         (libc_fetestexcept_mips): New.
9816         (libc_fetestexcept): New.
9817         (libc_fetestexceptf): New.
9818         (libc_fetestexceptl): New.
9819         (HAVE_RM_CTX): New.
9820         (libc_feholdexcept_setround_mips_ctx): New.
9821         (libc_feholdexcept_setround_ctx): New.
9822         (libc_feholdexcept_setroundf_ctx): New.
9823         (libc_feholdexcept_setroundl_ctx): New.
9824         (libc_fesetenv_mips_ctx): New.
9825         (libc_fesetenv_ctx): New.
9826         (libc_fesetenv_ctxf): New.
9827         (libc_fesetenv_ctxl): New.
9828         (libc_feupdateenv_mips_ctx): New.
9829         (libc_feupdateenv_ctx): New.
9830         (libc_feupdateenvf_ctx): New.
9831         (libc_feupdateenvl_ctx): New.
9832         (libc_feholdsetround_mips_ctx): New.
9833         (libc_feholdsetround_ctx): New.
9834         (libc_feholdsetroundf_ctx): New.
9835         (libc_feholdsetroundl_ctx): New.
9836         (libc_feresetround_mips_ctx): New.
9837         (libc_feresetround_ctx): New.
9838         (libc_feresetroundf_ctx): New.
9839         (libc_feresetroundl_ctx): New.
9840
9841 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
9842
9843         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
9844
9845         * manual/ipc.texi: New file.
9846         * manual/Makefile (chapters): Add ipc.
9847         * manual/job.texi: Add "Inter-Process Communication" to next.
9848         * manual/process.texi: Add "Inter-Process Communication" to prev.
9849
9850 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9851
9852         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9853
9854 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
9855
9856         * malloc/malloc.c (__libc_calloc): Simplify implementation.
9857
9858         * manual/arith.texi: Fix spaces after sentences.
9859         * manual/charset.texi: Likewise.
9860         * manual/errno.texi: Likewise.
9861         * manual/install.texi: Likewise.
9862         * manual/llio.texi: Likewise.
9863         * manual/locale.texi: Likewise.
9864         * manual/maint.texi: Likewise.
9865         * manual/math.texi: Likewise.
9866         * manual/memory.texi: Likewise.
9867         * manual/message.texi: Likewise.
9868         * manual/probes.texi: Likewise.
9869         * manual/resource.texi: Likewise.
9870         * manual/signal.texi: Likewise.
9871         * manual/socket.texi: Likewise.
9872         * manual/stdio.texi: Likewise.
9873         * manual/string.texi: Likewise.
9874         * manual/time.texi: Likewise.
9875         * manual/users.texi: Likewise.
9876
9877 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
9878
9879         [BZ #16632]
9880         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
9881         _DEFAULT_SOURCE is defined.
9882
9883 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
9884             Carlos O'Donell  <carlos@redhat.com>
9885
9886         [BZ #16613]
9887         * elf/dl-tls.c (_dl_count_modids): New function.
9888         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
9889         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
9890         audit library and increment generation counter.
9891         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
9892         * elf/tst-audit9.c: New file.
9893         * elf/tst-auditmod9a.c: New file.
9894         * elf/tst-auditmod9b.c: New file.
9895         * elf/Makefile: Add rules to build and run tst-audit9.
9896
9897 2014-02-25  Florian Weimer  <fweimer@redhat.com>
9898
9899         [BZ #15347]
9900         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
9901
9902 2014-02-25  Will Newton  <will.newton@linaro.org>
9903
9904         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
9905         (__longjmp): Restore sp and lr before restoring callee
9906         saved registers.  Add longjmp and longjmp_target
9907         SystemTap probe point.
9908         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
9909         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
9910         Define to zero to match jmpbuf layout.
9911         * sysdeps/arm/setjmp.S: Include stap-probe.h.
9912         (__sigsetjmp): Save sp and lr before saving callee
9913         saved registers.  Add setjmp SystemTap probe point.
9914
9915 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
9916
9917         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9918
9919 2014-02-24  Andreas Schwab  <schwab@suse.de>
9920
9921         [BZ #15804]
9922         * elf/pldd.c (wait_for_ptrace_stop): New function.
9923         (main): Call it after attaching.
9924
9925 2014-02-22  Roland McGrath  <roland@hack.frob.com>
9926
9927         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
9928         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
9929         Versions files is now verboten.
9930         * hurd/Versions (libc: GLIBC_2.0):
9931         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
9932         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
9933         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
9934         * mach/Versions: Likewise.
9935
9936         * csu/Versions: Remove unused %include.
9937         * resolv/Versions: Likewise.
9938
9939 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
9940
9941         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
9942         ($(objpfx)check-local-headers.out): Likewise.
9943         ($(objpfx)begin-end-check.out): Likewise.
9944         * Makerules (check-abi-%.out): Likewise.
9945         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
9946         ($(objpfx)test2.cat): Likewise.
9947         ($(objpfx)de/libc.cat): Likewise.
9948         ($(objpfx)test-gencat.out): Likewise.
9949         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
9950         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
9951         ($(objpfx)noload-mem): Likewise.
9952         ($(objpfx)tst-pathopt.out): Likewise.
9953         ($(objpfx)tst-rtld-load-self.out): Likewise.
9954         ($(objpfx)tst-array1-cmp.out): Likewise.
9955         ($(objpfx)tst-array1-static-cmp.out): Likewise.
9956         ($(objpfx)tst-array2-cmp.out): Likewise.
9957         ($(objpfx)tst-array3-cmp.out): Likewise.
9958         ($(objpfx)tst-array4-cmp.out): Likewise.
9959         ($(objpfx)tst-array5-cmp.out): Likewise.
9960         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9961         ($(objpfx)check-textrel.out): Likewise.
9962         ($(objpfx)check-execstack.out): Likewise.
9963         ($(objpfx)check-localplt.out): Likewise.
9964         ($(objpfx)order2-cmp.out): Likewise.
9965         ($(objpfx)tst-leaks1-mem): Likewise.
9966         ($(objpfx)tst-leaks1-static-mem): Likewise.
9967         ($(objpfx)tst-initorder-cmp.out): Likewise.
9968         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9969         ($(objpfx)tst-unused-dep.out): Likewise.
9970         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9971         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9972         * iconv/Makefile (test-iconvconfig): Likewise.
9973         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9974         ($(objpfx)iconv-test.out): Likewise.
9975         ($(objpfx)tst-tables.out): Likewise.
9976         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9977         ($(objpfx)tst-gettext.out): Likewise.
9978         ($(objpfx)tst-translit.out): Likewise.
9979         ($(objpfx)tst-gettext2.out): Likewise.
9980         ($(objpfx)tst-gettext4.out): Likewise.
9981         ($(objpfx)tst-gettext6.out): Likewise.
9982         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9983         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9984         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9985         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9986         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9987         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9988         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9989         ($(objpfx)wordexp-tst.out): Likewise.
9990         ($(objpfx)annexc.out): Likewise.
9991         ($(objpfx)tst-fnmatch-mem): Likewise.
9992         ($(objpfx)bug-regex2-mem): Likewise.
9993         ($(objpfx)bug-regex14-mem): Likewise.
9994         ($(objpfx)bug-regex21-mem): Likewise.
9995         ($(objpfx)bug-regex31-mem): Likewise.
9996         ($(objpfx)tst-vfork3-mem): Likewise.
9997         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9998         ($(objpfx)tst-pcre-mem): Likewise.
9999         ($(objpfx)tst-boost-mem): Likewise.
10000         ($(objpfx)tst-getconf.out): Likewise.
10001         ($(objpfx)bug-ga2-mem): Likewise.
10002         ($(objpfx)bug-glob2-mem): Likewise.
10003         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10004         ($(objpfx)mtrace-tst-leaks2): Likewise.
10005         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10006         ($(objpfx)tst-printf.out): Likewise.
10007         ($(objpfx)tst-setvbuf1.out): Likewise.
10008         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10009         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10010         ($(objpfx)tst-fmtmsg.out): Likewise.
10011         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10012         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10013
10014         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10015         * bits/sigaction.h [__USE_MISC]: Likewise.
10016         * bits/waitstatus.h: Update #endif comments.
10017         * ctype/ctype.h: Likewise.
10018         * dirent/dirent.h: Likewise.
10019         [__USE_MISC]: Remove redundant conditionals.
10020         * grp/grp.h: Update #endif comments.
10021         [__USE_GNU]: Remove redundant conditionals.
10022         [__USE_MISC]: Likewise.
10023         * inet/netinet/in.h [__USE_GNU]: Likewise.
10024         * io/sys/stat.h [__USE_MISC]: Likewise.
10025         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10026         * libio/bits/stdio.h: Update #endif comments.
10027         [__USE_MISC]: Remove redundant conditionals.
10028         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10029         * libio/stdio.h: Update #endif comments.
10030         [__USE_MISC]: Remove redundant conditionals.
10031         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10032         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10033         * math/math.h: Update #else and #endif comments.
10034         [__USE_MISC]: Remove redundant conditionals.
10035         * misc/sys/uio.h: Update #endif comments.
10036         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10037         * posix/glob.h [__USE_MISC]: Likewise.
10038         * posix/sys/types.h: Update #endif comments.
10039         [__USE_MISC]: Remove redundant conditionals.
10040         * posix/sys/wait.h: Update #endif comments.
10041         [__USE_MISC]: Remove redundant conditionals.
10042         * posix/unistd.h: Update #endif comments.
10043         [__USE_MISC]: Remove redundant conditionals.
10044         * pwd/pwd.h [__USE_GNU]: Likewise.
10045         [__USE_MISC]: Likewise.
10046         * resolv/netdb.h [__USE_GNU]: Likewise.
10047         * signal/signal.h: Update #endif comments.
10048         [__USE_MISC]: Remove redundant conditionals.
10049         * stdlib/stdlib.h: Update #else and #endif comments.
10050         [__USE_MISC]: Remove redundant conditionals.
10051         [__USE_GNU]: Likewise.
10052         * string/bits/string2.h [__USE_MISC]: Likewise.
10053         * string/string.h: Update #endif comments.
10054         [__USE_MISC]: Remove redundant conditionals.
10055         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10056         Likewise.
10057         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10058         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10059         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10060         Likewise.
10061         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10062         Likewise.
10063         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10064         comments.
10065         [__USE_MISC]: Remove redundant conditionals.
10066         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10067         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10068         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10069         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10070         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10071         Likewise.
10072         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10073         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10074         Likewise.
10075         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10076         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10077         Likewise.
10078         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10079         Likewise.
10080         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10081         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10082         Likewise.
10083         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10084         Likewise.
10085         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10086         * sysdeps/x86/bits/string.h: Update #endif comments.
10087         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10088         conditionals.
10089         * time/sys/time.h: Update #endif comments.
10090         * time/time.h: Likewise.
10091         [__USE_MISC]: Remove redundant conditionals.
10092
10093 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10094
10095         [BZ #16600]
10096         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10097
10098 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10099
10100         * Versions.def (librt): Add GLIBC_2.17.
10101
10102 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10103
10104         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10105         synonym for _SYS_AUXV_H to allow direct inclusion.
10106         * sysdeps/sparc/bits/hwcap.h: Likewise.
10107         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10108         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10109         * sysdeps/sparc/sysdep.h: Likewise.
10110
10111 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10112
10113         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10114
10115 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10116
10117         * benchtests/bench-strrchr.c: Print length instead of position.
10118
10119 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10120
10121         [BZ #16611]
10122         * sysdeps/unix/sysv/linux/kernel-features.h
10123         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10124         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10125         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10126         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10127         Likewise.
10128         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10129         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10130         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10131         (__ASSUME_SENDMMSG): Define instead of using previous
10132         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10133         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10134         (__ASSUME_SENDMMSG_SYSCALL): Define.
10135         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10136         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10137         Likewise.
10138         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10139         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10140         Likewise.
10141         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10142         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10143         Likewise.
10144         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10145         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10146         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10147         [__ASSUME_SENDMMSG]: Change conditionals to
10148         [__ASSUME_SENDMMSG_SOCKETCALL].
10149         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10150         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10151         Define.
10152         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10153         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10154         Likewise.
10155         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10156         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10157         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10158         [!__ASSUME_SENDMMSG]: Change conditional to
10159         [!__ASSUME_SENDMMSG_SOCKETCALL].
10160         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10161         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10162         Define.
10163
10164         [BZ #16610]
10165         * sysdeps/unix/sysv/linux/kernel-features.h
10166         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10167         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10168         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10169         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10170         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10171         [__i386__ || __sparc__]
10172         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10173         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10174         (__ASSUME_RECVMMSG): Define instead of using previous
10175         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10176         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10177         (__ASSUME_RECVMMSG_SYSCALL): Define.
10178         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10179         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10180         Likewise.
10181         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10182         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10183         Likewise.
10184         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10185         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10186         Likewise.
10187         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10188         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10189         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10190         [__ASSUME_RECVMMSG]: Change condition to
10191         [__ASSUME_RECVMMSG_SOCKETCALL].
10192         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10193         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10194         Define.
10195         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10196         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10197         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10198         Likewise.
10199         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10200         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10201         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10202         [!__ASSUME_RECVMMSG]: Change condition to
10203         [!__ASSUME_RECVMMSG_SOCKETCALL].
10204         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10205         (__ASSUME_RECVMMSG_SYSCALL): Define.
10206
10207         [BZ #16609]
10208         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10209         __powerpc__ || __s390__ || __sh__ || __sparc__]
10210         (__ASSUME_SOCKETCALL): Define.
10211         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10212         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10213         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10214         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10215         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10216         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10217         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10218         (__ASSUME_ACCEPT4): Define instead of using previous
10219         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10220         __powerpc__ || __sparc__ || __s390__)] condition.
10221         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10222         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10223         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10224         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10225         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10226         [!__ASSUME_ACCEPT4]: Change condition to
10227         [!__ASSUME_ACCEPT4_SOCKETCALL].
10228         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10229         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10230         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10231         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10232         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10233         __ASSUME_ACCEPT4_SYSCALL.
10234         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10235         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10236         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10237         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10238         __ASSUME_ACCEPT4_SYSCALL.
10239         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10240         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10241         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10242         [__ASSUME_ACCEPT4]: Change condition to
10243         [__ASSUME_ACCEPT4_SOCKETCALL].
10244         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10245         (__ASSUME_SOCKETCALL): Define.
10246         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10247         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10248         (__ASSUME_SOCKETCALL): Define.
10249         (__ASSUME_ACCEPT4): Remove.
10250         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10251         Define.
10252         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10253         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10254         Likewise.
10255         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10256         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10257
10258         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10259         macro.
10260         (HWCAP_ARM_LPAE): Likewise.
10261         (HWCAP_ARM_EVTSTRM): Likewise.
10262         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10263         Add vpfd32, lpae and evtstrm.
10264         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10265         Increase to 22.
10266
10267 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10268
10269         * math/auto-libm-test-in: Add tests of clog10.
10270         * math/auto-libm-test-out: Regenerated.
10271         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10272         * sysdeps/i386/fpu/libm-test-ulps: Update.
10273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10274
10275 2014-02-18  Andreas Schwab  <schwab@suse.de>
10276
10277         [BZ #16574]
10278         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10279         Store non-zero if the second buffer was newly allocated.
10280         (send_dg): Likewise.
10281         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10282         to send_vc and send_dg.
10283         (res_nsend): Pass NULL for ansp2_malloced.
10284         * resolv/res_query.c (__libc_res_nquery): Add parameter
10285         answerp2_malloced and pass it down to __libc_res_nsend.
10286         (res_nquery): Pass additional NULL to __libc_res_nquery.
10287         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10288         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10289         second answer buffer if answerp2_malloced was set.
10290         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10291         (__libc_res_nquerydomain): Add parameter
10292         answerp2_malloced and pass it down to __libc_res_nquery.
10293         (res_nquerydomain): Pass additional NULL to
10294         __libc_res_nquerydomain.
10295         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10296         additional NULL to __libc_res_nsend and __libc_res_nquery.
10297         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10298         additional NULL to __libc_res_nsearch.
10299         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10300         parameter of __libc_res_nsearch to check for separately allocated
10301         second buffer.
10302         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10303         __libc_res_nquery.
10304         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10305         additional NULL to __libc_res_nquery.
10306         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10307         __libc_res_nsearch.
10308         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10309         * include/resolv.h: Update prototypes of __libc_res_nquery,
10310         __libc_res_nsearch, __libc_res_nsend.
10311
10312 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10313
10314         * math/auto-libm-test-in: Add tests of fma.
10315         * math/auto-libm-test-out: Regenerated.
10316         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10317         (fma_towardzero_test_data): Likewise.
10318         (fma_downward_test_data): Likewise.
10319         (fma_upward_test_data): Likewise.
10320         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10321         mpc_mode.
10322         (rounding_modes): Add values for new field.
10323         (func_calc_method): Add value mpfr_fff_f.
10324         (func_calc_desc): Add mpfr_fff_f union field.
10325         (test_function): Add field exact_args.
10326         (FUNC): Add macro argument EXACT_ARGS.
10327         (FUNC_mpfr_f_f): Update call to FUNC.
10328         (FUNC_mpfr_f_f): Likewise.
10329         (FUNC_mpfr_ff_f): Likewise.
10330         (FUNC_mpfr_if_f): Likewise.
10331         (FUNC_mpc_c_f): Likewise.
10332         (FUNC_mpc_c_c): Likewise.
10333         (test_functions): Add fma.  Update calls to FUNC.
10334         (handle_input_arg): Add argument exact_args.
10335         (add_test): Update call to handle_input_arg.
10336         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10337         (output_for_one_input_case): Update call to calc_generic_results.
10338         Recalculate exact zero results in each rounding mode.
10339
10340         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10341         non-negative before setting low bit.
10342         * math/auto-libm-test-in: Mark one asin test possibly having
10343         spurious underflow.
10344         * math/auto-libm-test-out: Regenerated.
10345         * sysdeps/i386/fpu/libm-test-ulps: Update.
10346         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10347
10348 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10349
10350         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10351         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10352         ports/sysdeps/unix/sysv/linux/microblaze.
10353         * README: Add missing listing for microblaze*-*-linux-gnu.
10354
10355 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10356
10357         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10358         duplicate code
10359
10360 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10361
10362         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10363         * sysdeps/unix/sysv/linux/ia64: Move directory from
10364         ports/sysdeps/unix/sysv/linux/ia64.
10365         * README: Update listing for ia64-*-linux-gnu.
10366
10367 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10368             Joseph Myers  <joseph@codesourcery.com>
10369
10370         * Makeconfig (test-name): New variable.
10371         (evaluate-test): Likewise.
10372         * Makerules (do-test-clean): Remove .test-result files.
10373         (common-mostlyclean): Likewise.
10374         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10375         * scripts/evaluate-test.sh: New file.
10376
10377 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10378
10379         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10380         separate $(objpfx)tst-fopenloc-cmp.out and
10381         $(objpfx)tst-fopenloc-mem.out targets.
10382         (tests): Update dependencies.
10383         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10384         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10385         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10386         (tst-rxspencer-no-utf8-ARGS): New variable.
10387         (tst-rxspencer-no-utf8-ENV): Likewise.
10388         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10389         instead of $(objpfx)tst-rxspencer-mem.
10390         ($(objpfx)tst-rxspencer-mem): Change target to
10391         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10392         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10393         * posix/tst-rxspencer-no-utf8.c: New file.
10394
10395         * elf/Makefile ($(objpfx)order.out): Remove rule.
10396         [$(run-built-tests) = yes] (tests): Depend on
10397         $(objpfx)order-cmp.out.
10398         ($(objpfx)order-cmp.out): New rule.
10399         [$(run-built-tests) = yes] (tests): Depend on
10400         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10401         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10402         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10403         $(objpfx)tst-array5-static-cmp.out.
10404         ($(objpfx)tst-array1.out): Remove rule.
10405         ($(objpfx)tst-array1-cmp.out): New rule.
10406         ($(objpfx)tst-array1-static.out): Remove rule.
10407         ($(objpfx)tst-array1-static-cmp.out): New rule.
10408         ($(objpfx)tst-array2.out): Remove rule.
10409         ($(objpfx)tst-array2-cmp.out): New rule.
10410         ($(objpfx)tst-array3.out): Remove rule.
10411         ($(objpfx)tst-array3-cmp.out): New rule.
10412         ($(objpfx)tst-array4.out): Remove rule.
10413         ($(objpfx)tst-array4-cmp.out): New rule.
10414         ($(objpfx)tst-array5.out): Remove rule.
10415         ($(objpfx)tst-array5-cmp.out): New rule.
10416         ($(objpfx)tst-array5-static.out): Remove rule.
10417         ($(objpfx)tst-array5-static-cmp.out): New rule.
10418         [$(run-built-tests) = yes] (tests): Depend on
10419         $(objpfx)order2-cmp.out.
10420         ($(objpfx)order2.out): Remove rule.
10421         ($(objpfx)order2-cmp.out): New rule.
10422         ($(objpfx)tst-initorder.out): Remove rule.
10423         [$(run-built-tests) = yes] (tests): Depend on
10424         $(objpfx)tst-initorder-cmp.out.
10425         ($(objpfx)tst-initorder-cmp.out): New rule.
10426         ($(objpfx)tst-initorder2.out): Remove rule.
10427         [$(run-built-tests) = yes] (tests): Depend on
10428         $(objpfx)tst-initorder2-cmp.out.
10429         ($(objpfx)tst-initorder2-cmp.out): New rule.
10430         [$(run-built-tests) = yes] (tests): Depend on
10431         $(objpfx)tst-unused-dep-cmp.out.
10432         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10433         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10434         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10435         on $(objpfx)tst-setvbuf1-cmp.out.
10436         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10437         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10438         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10439         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10440         ($(objpfx)tst-svc.out): Remove rule.
10441         ($(objpfx)tst-svc-cmp.out): New rule.
10442
10443 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10444
10445         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10446         * ctype/ctype.h [__USE_MISC]: Likewise.
10447         * dirent/dirent.h [__USE_MISC]: Likewise.
10448         * grp/grp.h [__USE_MISC]: Likewise.
10449         * io/fcntl.h [__USE_MISC]: Likewise.
10450         * io/sys/stat.h [__USE_MISC]: Likewise.
10451         * libio/stdio.h [__USE_MISC]: Likewise.
10452         * posix/unistd.h [__USE_MISC]: Likewise.
10453         * pwd/pwd.h [__USE_MISC]: Likewise.
10454         * stdlib.h [__USE_MISC]: Likewise.
10455         * string/bits/string2.h [__USE_MISC]: Likewise.
10456         * string/string.h [__USE_MISC]: Likewise.
10457         * time/time.h [__USE_MISC]: Likewise.
10458
10459 2014-02-13  Andreas Schwab  <schwab@suse.de>
10460
10461         [BZ #16574]
10462         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10463         second answer buffer if it was separately allocated.
10464
10465 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10466
10467         * sysdeps/mips/math-tests.h: Include <features.h>.
10468         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10469         (ROUNDING_TESTS_long_double): Do not define.
10470         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10471         (EXCEPTION_TESTS_long_double): Likewise.
10472         * sysdeps/mips/mips64/libm-test-ulps: Update.
10473
10474         * include/features.h (__USE_BSD): Remove macro definitions.
10475         (__USE_SVID): Likewise.
10476         (_BSD_SOURCE): Likewise.
10477         (_SVID_SOURCE): Likewise.
10478         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10479         from definition of _DEFAULT_SOURCE.
10480         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10481         [_DEFAULT_SOURCE].
10482         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10483         * bits/mman.h [__USE_BSD]: Likewise.
10484         * bits/termios.h [__USE_BSD]: Likewise.
10485         * bits/waitstatus.h [__USE_BSD]: Likewise.
10486         * ctype/ctype.h [__USE_SVID]: Likewise.
10487         * dirent/dirent.h [__USE_BSD]: Likewise.
10488         * grp/grp.h [__USE_SVID]: Likewise.
10489         [__USE_BSD]: Likewise.
10490         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10491         * io/fcntl.h [__USE_BSD]: Likewise.
10492         * io/ftw.h [__USE_BSD]: Likewise.
10493         * io/sys/stat.h [__USE_BSD]: Likewise.
10494         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10495         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10496         * libio/stdio.h [__USE_SVID]: Likewise.
10497         [__USE_BSD]: Likewise.
10498         * math/math.h [__USE_SVID]: Likewise.
10499         [__USE_BSD]: Likewise.
10500         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10501         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10502         * misc/search.h [__USE_SVID]: Likewise.
10503         * misc/sys/mman.h [__USE_BSD]: Likewise.
10504         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10505         * misc/sys/uio.h [__USE_BSD]: Likewise.
10506         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10507         * posix/glob.h [__USE_BSD]: Likewise.
10508         * posix/regex.h [__USE_BSD]: Likewise.
10509         * posix/sys/types.h [__USE_BSD]: Likewise.
10510         [__USE_SVID]: Likewise.
10511         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10512         * posix/sys/wait.h [__USE_BSD]: Likewise.
10513         [__USE_SVID]: Likewise.
10514         * posix/unistd.h [__USE_BSD]: Likewise.
10515         [__USE_SVID]: Likewise.
10516         * pwd/pwd.h [__USE_SVID]: Likewise.
10517         * resolv/netdb.h [__USE_BSD]: Likewise.
10518         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10519         * signal/signal.h [__USE_BSD]: Likewise.
10520         [__USE_SVID]: Likewise.
10521         * socket/sys/socket.h [__USE_BSD]: Likewise.
10522         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10523         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10524         [__USE_SVID]: Likewise.
10525         * string/bits/string2.h [__USE_BSD]: Likewise.
10526         [__USE_SVID]: Likewise.
10527         * string/bits/string3.h [__USE_BSD]: Likewise.
10528         * string/endian.h [__USE_BSD]: Likewise.
10529         * string/string.h [__USE_SVID]: Likewise.
10530         [__USE_BSD]: Likewise.
10531         * string/strings.h [__USE_BSD]: Likewise.
10532         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10533         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10534         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10535         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10536         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10537         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10538         Likewise.
10539         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10540         Likewise.
10541         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10542         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10543         Likewise.
10544         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10545         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10546         Likewise.
10547         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10548         Likewise.
10549         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10550         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10551         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10552         Likewise.
10553         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10554         Likewise.
10555         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10556         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10557         * termios/termios.h [__USE_BSD]: Likewise.
10558         * time/sys/time.h [__USE_BSD]: Likewise.
10559         * time/time.h [__USE_BSD]: Likewise.
10560         [__USE_SVID]: Likewise.
10561
10562         * Makefile (subdir_targets): Remove subdir_lint.out.
10563
10564         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10565         (do-tst-printf): Likewise.
10566         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10567         $(objpfx)tst-printf.out.
10568
10569         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10570
10571         * Makerules (check-abi-%): Change target to
10572         $(objpfx)check-abi-%.out.
10573         (check-abi target): Update dependencies.
10574         (check-abi-pattern variable): Redirect output of diff to $@.
10575         (check-abi variable): Likewise.
10576         * elf/Makefile (check-abi): Update dependencies.
10577
10578         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10579         unused.
10580         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10581         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10582         subnormal range.
10583         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10584         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10585         value has largest subnormal exponent.
10586         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10587         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10588         * sysdeps/aarch64/soft-fp/sfp-machine.h
10589         (_FP_TININESS_AFTER_ROUNDING): New macro.
10590         * sysdeps/alpha/soft-fp/sfp-machine.h
10591         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10592         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10593         Likewise.
10594         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10595         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10596         * sysdeps/mips/soft-fp/sfp-machine.h
10597         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10598         * sysdeps/powerpc/soft-fp/sfp-machine.h
10599         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10600         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10601         Likewise.
10602         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10603         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10604         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10605         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10606         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10607         Likewise.
10608
10609 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10610
10611         [BZ #16545]
10612         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10613         model 1.
10614
10615 2014-02-12  Richard Henderson  <rth@redhat.com>
10616
10617         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10618         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10619         * sysdeps/unix/sysv/linux/alpha: Move directory from
10620         ports/sysdeps/unix/sysv/linux/alpha.
10621         * README: Update listing for alpha-*-linux-gnu.
10622
10623 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10624
10625         * include/features.h: Update comment documenting feature test
10626         macros.
10627         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10628         _DEFAULT_SOURCE.
10629         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10630         (_SVID_SOURCE): Likewise.
10631         (_DEFAULT_SOURCE): Update description of default features.
10632         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10633         with _GNU_SOURCE.
10634         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10635         (S_ISVTX): Likewise.
10636         * manual/math.texi (Mathematical Constants): Likewise.
10637         * manual/signal.texi (Interrupted Primitives): Likewise.
10638         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10639         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10640         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10641         Don't refer to _SVID_SOURCE in warning text.
10642
10643         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10644
10645         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10646         already defined.
10647         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10648         * sysdeps/mips/dl-lookup.c: Remove.
10649         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10650
10651 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10652
10653         [BZ #16447]
10654         * math/auto-libm-test-in: Add testcase for expl.
10655         * math/auto-libm-test-out: Regenerate.
10656         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10657         calculation of unsafe.
10658         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10659
10660 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10661
10662         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10663         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10664         ports/sysdeps/unix/sysv/linux/aarch64.
10665         * README: Update listing for aarch64*-*-linux-gnu.
10666
10667 2014-02-11  Will Newton  <will.newton@linaro.org>
10668
10669         * manual/probes.texi (Mathematical Function Probes): Use
10670         "triggered" instead of "hit".
10671
10672         * manual/probes.texi (Internal Probes): Add documentation
10673         of setjmp, longjmp and longjmp_target probes.
10674
10675         * include/stap-probe.h: Add comment about probe argument
10676         format.
10677
10678         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10679         definition.  (tr_where, tr_freehook, tr_mallochook,
10680         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10681
10682 2014-02-11  David S. Miller  <davem@davemloft.net>
10683
10684         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10685         processing int_tests.
10686
10687 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10688
10689         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10690         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10691         * sysdeps/unix/sysv/linux/mips: Move directory from
10692         ports/sysdeps/unix/sysv/linux/mips.
10693         * README: Update listing for mips-*-linux-gnu and
10694         mips64-*-linux-gnu.
10695
10696 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10697
10698         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10699         * sysdeps/unix/sysv/linux/m68k: Move directory from
10700         ports/sysdeps/unix/sysv/linux/m68k.
10701         * README: Update listing for m68k-*-linux-gnu.
10702
10703 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
10704
10705         * sysdeps/tile: Move directory from ports/sysdeps/tile.
10706         * sysdeps/unix/sysv/linux/generic: Move directory from
10707         ports/sysdeps/unix/sysv/linux/generic.
10708         * sysdeps/unix/sysv/linux/tile: Move directory from
10709         ports/sysdeps/unix/sysv/linux/tile.
10710         * README: Update listing for tile*-*-linux-gnu.
10711
10712 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
10713
10714         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
10715         __builtin_expect.
10716         * benchtests/bench-memmem.c (simple_memmem): Likewise.
10717         * catgets/open_catalog.c (__open_catalog): Likewise.
10718         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
10719         * debug/confstr_chk.c: Likewise.
10720         * debug/fread_chk.c (__fread_chk): Likewise.
10721         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
10722         * debug/getgroups_chk.c: Likewise.
10723         * debug/mbsnrtowcs_chk.c: Likewise.
10724         * debug/mbsrtowcs_chk.c: Likewise.
10725         * debug/mbstowcs_chk.c: Likewise.
10726         * debug/memcpy_chk.c: Likewise.
10727         * debug/memmove_chk.c: Likewise.
10728         * debug/mempcpy_chk.c: Likewise.
10729         * debug/memset_chk.c: Likewise.
10730         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
10731         * debug/strcat_chk.c (__strcat_chk): Likewise.
10732         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
10733         * debug/strncat_chk.c (__strncat_chk): Likewise.
10734         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
10735         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
10736         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
10737         * debug/wcpncpy_chk.c: Likewise.
10738         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
10739         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
10740         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
10741         * debug/wcsncpy_chk.c: Likewise.
10742         * debug/wcsnrtombs_chk.c: Likewise.
10743         * debug/wcsrtombs_chk.c: Likewise.
10744         * debug/wcstombs_chk.c: Likewise.
10745         * debug/wmemcpy_chk.c: Likewise.
10746         * debug/wmemmove_chk.c: Likewise.
10747         * debug/wmempcpy_chk.c: Likewise.
10748         * debug/wmemset_chk.c: Likewise.
10749         * dirent/scandirat.c (SCANDIRAT): Likewise.
10750         * dlfcn/dladdr1.c (dladdr1): Likewise.
10751         * dlfcn/dladdr.c (dladdr): Likewise.
10752         * dlfcn/dlclose.c (dlclose_doit): Likewise.
10753         * dlfcn/dlerror.c (__dlerror): Likewise.
10754         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10755         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
10756         * dlfcn/dlopen.c (dlopen_doit): Likewise.
10757         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
10758         * dlfcn/dlsym.c (dlsym_doit): Likewise.
10759         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
10760         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
10761         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
10762         Likewise.
10763         * elf/dl-conflict.c: Likewise.
10764         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
10765         * elf/dl-dst.h: Likewise.
10766         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
10767         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
10768         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
10769         * elf/dl-init.c (call_init, _dl_init): Likewise.
10770         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
10771         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
10772         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
10773         Likewise.
10774         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
10775         Likewise.
10776         * elf/dl-minimal.c (__libc_memalign): Likewise.
10777         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
10778         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10779         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
10780         * elf/dl-sym.c (do_sym): Likewise.
10781         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
10782         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
10783         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
10784         * elf/dl-writev.h (_dl_writev): Likewise.
10785         * elf/ldconfig.c (search_dir): Likewise.
10786         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
10787         (dl_main): Likewise.
10788         * elf/setup-vdso.h (setup_vdso): Likewise.
10789         * grp/compat-initgroups.c (compat_call): Likewise.
10790         * grp/fgetgrent.c (fgetgrent): Likewise.
10791         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
10792         * grp/putgrent.c (putgrent): Likewise.
10793         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
10794         Likewise.
10795         * hurd/hurdinit.c: Likewise.
10796         * iconvdata/8bit-gap.c (struct): Likewise.
10797         * iconvdata/ansi_x3.110.c : Likewise.
10798         * iconvdata/big5.c : Likewise.
10799         * iconvdata/big5hkscs.c : Likewise.
10800         * iconvdata/cp1255.c: Likewise.
10801         * iconvdata/cp1258.c : Likewise.
10802         * iconvdata/cp932.c : Likewise.
10803         * iconvdata/euc-cn.c: Likewise.
10804         * iconvdata/euc-jisx0213.c : Likewise.
10805         * iconvdata/euc-jp.c: Likewise.
10806         * iconvdata/euc-jp-ms.c : Likewise.
10807         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
10808         * iconvdata/gb18030.c : Likewise.
10809         * iconvdata/gbbig5.c (const): Likewise.
10810         * iconvdata/gbgbk.c: Likewise.
10811         * iconvdata/gbk.c : Likewise.
10812         * iconvdata/ibm1364.c : Likewise.
10813         * iconvdata/ibm930.c : Likewise.
10814         * iconvdata/ibm932.c: Likewise.
10815         * iconvdata/ibm933.c : Likewise.
10816         * iconvdata/ibm935.c : Likewise.
10817         * iconvdata/ibm937.c : Likewise.
10818         * iconvdata/ibm939.c : Likewise.
10819         * iconvdata/ibm943.c: Likewise.
10820         * iconvdata/iso_11548-1.c: Likewise.
10821         * iconvdata/iso-2022-cn.c : Likewise.
10822         * iconvdata/iso-2022-cn-ext.c : Likewise.
10823         * iconvdata/iso-2022-jp-3.c: Likewise.
10824         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
10825         * iconvdata/iso-2022-kr.c : Likewise.
10826         * iconvdata/iso646.c (gconv_end): Likewise.
10827         * iconvdata/iso_6937-2.c : Likewise.
10828         * iconvdata/iso_6937.c : Likewise.
10829         * iconvdata/iso8859-1.c: Likewise.
10830         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
10831         * iconvdata/shift_jisx0213.c : Likewise.
10832         * iconvdata/sjis.c : Likewise.
10833         * iconvdata/t.61.c : Likewise.
10834         * iconvdata/tcvn5712-1.c : Likewise.
10835         * iconvdata/tscii.c: Likewise.
10836         * iconvdata/uhc.c : Likewise.
10837         * iconvdata/unicode.c (gconv_end): Likewise.
10838         * iconvdata/utf-16.c (gconv_end): Likewise.
10839         * iconvdata/utf-32.c (gconv_end): Likewise.
10840         * iconvdata/utf-7.c (base64): Likewise.
10841         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
10842         * iconv/gconv_close.c (__gconv_close): Likewise.
10843         * iconv/gconv_open.c (__gconv_open): Likewise.
10844         * iconv/gconv_simple.c (internal_ucs4_loop_single)
10845         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
10846         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
10847         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
10848         (ucs4le_internal_loop_single): Likewise.
10849         * iconv/iconv.c (iconv): Likewise.
10850         * iconv/iconv_close.c: Likewise.
10851         * iconv/loop.c (SINGLE): Likewise.
10852         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
10853         * include/atomic.h: Likewise.
10854         * inet/inet6_option.c (option_alloc): Likewise.
10855         * intl/bindtextdom.c (set_binding_values): Likewise.
10856         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
10857         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
10858         * intl/localealias.c (read_alias_file): Likewise.
10859         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
10860         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
10861         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
10862         * libio/fmemopen.c (fmemopen): Likewise.
10863         * libio/iofgets.c (_IO_fgets): Likewise.
10864         * libio/iofgets_u.c (fgets_unlocked): Likewise.
10865         * libio/iofgetws.c (fgetws): Likewise.
10866         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
10867         * libio/iogetdelim.c (_IO_getdelim): Likewise.
10868         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
10869         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
10870         * locale/findlocale.c (_nl_find_locale): Likewise.
10871         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
10872         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
10873         Likewise.
10874         * locale/setlocale.c (setlocale): Likewise.
10875         * login/programs/pt_chown.c (main): Likewise.
10876         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
10877         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
10878         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
10879         (mmap, mmap64, mremap, munmap): Likewise.
10880         * math/e_exp2l.c: Likewise.
10881         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
10882         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
10883         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
10884         * math/s_catan.c (__catan): Likewise.
10885         * math/s_catanf.c (__catanf): Likewise.
10886         * math/s_catanh.c (__catanh): Likewise.
10887         * math/s_catanhf.c (__catanhf): Likewise.
10888         * math/s_catanhl.c (__catanhl): Likewise.
10889         * math/s_catanl.c (__catanl): Likewise.
10890         * math/s_ccosh.c (__ccosh): Likewise.
10891         * math/s_ccoshf.c (__ccoshf): Likewise.
10892         * math/s_ccoshl.c (__ccoshl): Likewise.
10893         * math/s_cexp.c (__cexp): Likewise.
10894         * math/s_cexpf.c (__cexpf): Likewise.
10895         * math/s_cexpl.c (__cexpl): Likewise.
10896         * math/s_clog10.c (__clog10): Likewise.
10897         * math/s_clog10f.c (__clog10f): Likewise.
10898         * math/s_clog10l.c (__clog10l): Likewise.
10899         * math/s_clog.c (__clog): Likewise.
10900         * math/s_clogf.c (__clogf): Likewise.
10901         * math/s_clogl.c (__clogl): Likewise.
10902         * math/s_csin.c (__csin): Likewise.
10903         * math/s_csinf.c (__csinf): Likewise.
10904         * math/s_csinh.c (__csinh): Likewise.
10905         * math/s_csinhf.c (__csinhf): Likewise.
10906         * math/s_csinhl.c (__csinhl): Likewise.
10907         * math/s_csinl.c (__csinl): Likewise.
10908         * math/s_csqrt.c (__csqrt): Likewise.
10909         * math/s_csqrtf.c (__csqrtf): Likewise.
10910         * math/s_csqrtl.c (__csqrtl): Likewise.
10911         * math/s_ctan.c (__ctan): Likewise.
10912         * math/s_ctanf.c (__ctanf): Likewise.
10913         * math/s_ctanh.c (__ctanh): Likewise.
10914         * math/s_ctanhf.c (__ctanhf): Likewise.
10915         * math/s_ctanhl.c (__ctanhl): Likewise.
10916         * math/s_ctanl.c (__ctanl): Likewise.
10917         * math/w_pow.c: Likewise.
10918         * math/w_powf.c: Likewise.
10919         * math/w_powl.c: Likewise.
10920         * math/w_scalb.c (sysv_scalb): Likewise.
10921         * math/w_scalbf.c (sysv_scalbf): Likewise.
10922         * math/w_scalbl.c (sysv_scalbl): Likewise.
10923         * misc/error.c (error_tail): Likewise.
10924         * misc/pselect.c (__pselect): Likewise.
10925         * nis/nis_callback.c (__nis_create_callback): Likewise.
10926         * nis/nis_call.c (__nisfind_server): Likewise.
10927         * nis/nis_creategroup.c (nis_creategroup): Likewise.
10928         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
10929         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
10930         * nis/nis_getservlist.c (nis_getservlist): Likewise.
10931         * nis/nis_lookup.c (nis_lookup): Likewise.
10932         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
10933         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
10934         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
10935         * nis/nis_xdr.c (xdr_endpoint): Likewise.
10936         * nis/nss_compat/compat-grp.c (getgrent_next_file)
10937         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
10938         * nis/nss_compat/compat-initgroups.c (add_group)
10939         (internal_getgrent_r): Likewise.
10940         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
10941         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
10942         * nis/nss_compat/compat-spwd.c (getspent_next_file)
10943         (internal_getspnam_r): Likewise.
10944         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
10945         (_nss_nis_getaliasbyname_r): Likewise.
10946         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
10947         (_nss_nis_getntohost_r): Likewise.
10948         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
10949         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
10950         (_nss_nis_getgrgid_r): Likewise.
10951         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
10952         (internal_nis_gethostent_r, internal_gethostbyname2_r)
10953         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
10954         (_nss_nis_gethostbyname4_r): Likewise.
10955         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
10956         (initgroups_netid): Likewise.
10957         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
10958         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
10959         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
10960         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
10961         (_nss_nis_getprotobynumber_r): Likewise.
10962         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
10963         (_nss_nis_getsecretkey): Likewise.
10964         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
10965         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10966         (_nss_nis_getpwuid_r): Likewise.
10967         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10968         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10969         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10970         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10971         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10972         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10973         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10974         Likewise.
10975         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10976         (_nss_nisplus_getntohost_r): Likewise.
10977         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10978         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10979         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10980         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10981         Likewise.
10982         * nis/nss_nisplus/nisplus-initgroups.c
10983         (_nss_nisplus_initgroups_dyn): Likewise.
10984         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10985         (_nss_nisplus_getnetbyaddr_r): Likewise.
10986         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10987         (_nss_nisplus_getprotobynumber_r): Likewise.
10988         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10989         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10990         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10991         Likewise.
10992         * nis/nss_nisplus/nisplus-service.c
10993         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10994         (_nss_nisplus_getservbyport_r): Likewise.
10995         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10996         (_nss_nisplus_getspnam_r): Likewise.
10997         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10998         Likewise.
10999         * nscd/aicache.c (addhstaiX): Likewise.
11000         * nscd/cache.c (cache_search, prune_cache): Likewise.
11001         * nscd/connections.c (register_traced_file, send_ro_fd)
11002         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11003         (main_loop_epoll): Likewise.
11004         * nscd/grpcache.c (addgrbyX): Likewise.
11005         * nscd/hstcache.c (addhstbyX): Likewise.
11006         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11007         * nscd/mem.c (gc, mempool_alloc): Likewise.
11008         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11009         (addinnetgrX): Likewise.
11010         * nscd/nscd-client.h (__nscd_acquire_maplock)
11011         (__nscd_drop_map_ref): Likewise.
11012         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11013         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11014         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11015         Likewise.
11016         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11017         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11018         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11019         (__nscd_get_map_ref): Likewise.
11020         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11021         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11022         Likewise.
11023         * nscd/pwdcache.c (addpwbyX): Likewise.
11024         * nscd/selinux.c (preserve_capabilities): Likewise.
11025         * nscd/servicescache.c (addservbyX): Likewise.
11026         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11027         * posix/fnmatch.c (fnmatch): Likewise.
11028         * posix/getopt.c (_getopt_internal_r): Likewise.
11029         * posix/glob.c (glob, glob_in_dir): Likewise.
11030         * posix/wordexp.c (exec_comm_child): Likewise.
11031         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11032         (getanswer_r, gaih_getanswer_slice): Likewise.
11033         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11034         * resolv/res_init.c: Likewise.
11035         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11036         * resolv/res_query.c (__libc_res_nquery): Likewise.
11037         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11038         Likewise.
11039         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11040         * stdio-common/perror.c (perror): Likewise.
11041         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11042         * stdio-common/tmpnam.c (tmpnam): Likewise.
11043         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11044         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11045         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11046         Likewise.
11047         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11048         * stdlib/putenv.c (putenv): Likewise.
11049         * stdlib/setenv.c (__add_to_environ): Likewise.
11050         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11051         * stdlib/strtol_l.c (INTERNAL): Likewise.
11052         * string/memmem.c (memmem): Likewise.
11053         * string/strerror.c (strerror): Likewise.
11054         * string/strnlen.c (__strnlen): Likewise.
11055         * string/test-memmem.c (simple_memmem): Likewise.
11056         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11057         * sunrpc/pm_getport.c (__get_socket): Likewise.
11058         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11059         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11060         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11061         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11062         Likewise.
11063         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11064         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11065         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11066         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11067         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11068         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11069         Likewise.
11070         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11071         Likewise.
11072         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11073         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11074         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11075         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11076         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11077         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11078         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11079         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11080         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11081         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11082         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11083         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11084         Likewise.
11085         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11086         Likewise.
11087         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11088         Likewise.
11089         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11090         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11091         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11092         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11093         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11094         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11095         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11096         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11097         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11098         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11099         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11100         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11101         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11102         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11103         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11104         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11105         Likewise.
11106         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11107         Likewise.
11108         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11109         Likewise.
11110         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11111         Likewise.
11112         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11113         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11114         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11115         Likewise.
11116         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11117         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11118         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11119         * sysdeps/posix/sleep.c: Likewise.
11120         * sysdeps/posix/tempname.c: Likewise.
11121         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11122         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11123         Likewise.
11124         * sysdeps/powerpc/powerpc32/dl-machine.h
11125         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11126         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11127         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11128         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11129         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11130         Likewise.
11131         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11132         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11133         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11134         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11135         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11136         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11137         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11138         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11139         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11140         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11141         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11142         (elf_machine_lazy_rel): Likewise.
11143         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11144         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11145         (elf_machine_lazy_rel): Likewise.
11146         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11147         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11148         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11149         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11150         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11151         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11152         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11153         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11154         Likewise.
11155         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11156         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11157         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11158         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11159         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11160         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11161         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11162         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11163         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11164         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11165         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11166         Likewise.
11167         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11168         (__posix_fallocate64_l64): Likewise.
11169         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11170         (posix_fallocate): Likewise.
11171         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11172         Likewise.
11173         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11174         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11175         (getifaddrs_internal): Likewise.
11176         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11177         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11178         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11179         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11180         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11181         (__posix_fallocate64_l64): Likewise.
11182         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11183         Likewise.
11184         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11185         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11186         (__get_clockfreq): Likewise.
11187         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11188         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11189         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11190         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11191         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11192         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11193         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11194         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11195         Likewise.
11196         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11197         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11198         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11199         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11200         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11201         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11202         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11203         Likewise.
11204         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11205         (posix_fallocate): Likewise.
11206         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11207         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11208         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11209         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11210         (elf_machine_rela, elf_machine_rela_relative)
11211         (elf_machine_lazy_rel): Likewise.
11212         * time/asctime.c (asctime_internal): Likewise.
11213         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11214         * time/tzset.c (__tzset_parse_tz): Likewise.
11215         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11216         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11217         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11218         * wcsmbs/wcsmbsload.h: Likewise.
11219
11220         [BZ #15894]
11221         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11222
11223         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11224         (arena_get2): Remove THREAD_STATS conditionals.
11225         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11226         (__malloc_stats, int): Likewise.
11227
11228 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11229
11230         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11231         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11232
11233         * manual/setjmp.texi: Fix typos/grammar errors.
11234
11235         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11236         Only return early when n is <= 0.  Delete unused return statement.
11237
11238         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11239         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11240         * debug/tst-longjmp_chk3.c: New file.
11241
11242         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11243         (test_main): Replace code with set_fortify_handler call.
11244         * debug/test-strcpy_chk.c: Likewise.
11245         * debug/tst-chk1.c: Likewise.
11246         * debug/tst-longjmp_chk.c: Likewise.
11247         * test-skeleton.c: Include fcntl.h & paths.h
11248         (set_fortify_handler): Define.
11249
11250         * debug/tst-longjmp_chk.c: Add header comment and include
11251         ../test-skeleton.c.
11252         (do_test): Mark static.
11253         (TEST_FUNCTION): Define.
11254
11255         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11256         (IP_PMTUDISC_INTERFACE): Likewise.
11257         (IP_MULTICAST_IF): Likewise.
11258         (IP_MULTICAST_TTL): Likewise.
11259         (IP_MULTICAST_LOOP): Likewise.
11260         (IP_ADD_MEMBERSHIP): Likewise.
11261         (IP_DROP_MEMBERSHIP): Likewise.
11262         (IP_UNBLOCK_SOURCE): Likewise.
11263         (IP_BLOCK_SOURCE): Likewise.
11264         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11265         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11266         (IP_MSFILTER): Likewise.
11267         (MCAST_JOIN_GROUP): Likewise.
11268         (MCAST_BLOCK_SOURCE): Likewise.
11269         (MCAST_UNBLOCK_SOURCE): Likewise.
11270         (MCAST_LEAVE_GROUP): Likewise.
11271         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11272         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11273         (MCAST_MSFILTER): Likewise.
11274         (IP_MULTICAST_ALL): Likewise.
11275         (IP_UNICAST_IF): Likewise.
11276
11277         * timezone/Makefile: Delete $(have-ksh) check.
11278         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11279         * timezone/tzselect.ksh: Add +x mode bits.
11280
11281         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11282         (ANON_INODE_FS_MAGIC): Likewise.
11283         (BDEVFS_MAGIC): Likewise.
11284         (BINFMTFS_MAGIC): Likewise.
11285         (BTRFS_TEST_MAGIC): Likewise.
11286         (CRAMFS_MAGIC_WEND): Likewise.
11287         (DEBUGFS_MAGIC): Likewise.
11288         (ECRYPTFS_SUPER_MAGIC): Likewise.
11289         (EXT3_SUPER_MAGIC): Likewise.
11290         (EXT4_SUPER_MAGIC): Likewise.
11291         (FUTEXFS_SUPER_MAGIC): Likewise.
11292         (HOSTFS_SUPER_MAGIC): Likewise.
11293         (HUGETLBFS_MAGIC): Likewise.
11294         (MINIX3_SUPER_MAGIC): Likewise.
11295         (MTD_INODE_FS_MAGIC): Likewise.
11296         (NILFS_SUPER_MAGIC): Likewise.
11297         (OPENPROM_SUPER_MAGIC): Likewise.
11298         (PIPEFS_MAGIC): Likewise.
11299         (PSTOREFS_MAGIC): Likewise.
11300         (QNX6_SUPER_MAGIC): Likewise.
11301         (RAMFS_MAGIC): Likewise.
11302         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11303         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11304         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11305         (SECURITYFS_MAGIC): Likewise.
11306         (SELINUX_MAGIC): Likewise.
11307         (SMACK_MAGIC): Likewise.
11308         (SOCKFS_MAGIC): Likewise.
11309         (SQUASHFS_MAGIC): Likewise.
11310         (STACK_END_MAGIC): Likewise.
11311         (TMPFS_MAGIC): Likewise.
11312         (USBDEVICE_SUPER_MAGIC): Likewise.
11313         (V9FS_MAGIC): Likewise.
11314         (XENFS_SUPER_MAGIC): Likewise.
11315         (CRAMFS_MAGIC): Fix typo in comment.
11316         (EXT2_SUPER_MAGIC): Update comment.
11317         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11318
11319 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11320
11321         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11322         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11323         * sysdeps/unix/sysv/linux/arm: Move directory from
11324         ports/sysdeps/unix/sysv/linux/arm.
11325         * README: Update listing for arm-*-linux-gnueabi.
11326
11327         * README: Remove mention of am33.
11328
11329 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11330
11331         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11332         than the comma operator, to avoid "rhs of comma has no effect"
11333         compiler warnings.
11334         (__sigfillset, __sigandset, __sigorset): Likewise.
11335         * include/signal.h (__sigemptyset): Likewise.
11336         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11337
11338 2014-02-07  Allan McRae  <allan@archlinux.org>
11339
11340         * version.h (RELEASE): Set to "development".
11341         (VERSION): Set to "2.19.90"
11342         * NEWS: Add 2.20 section.
11343
11344 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11345
11346         [BZ #16529]
11347         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11348
11349 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11350
11351         * manual/contrib.texi: Update entry for Carlos O'Donell,
11352         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11353
11354 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11355
11356         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11357
11358         * sysdeps/unix/sysv/linux/kernel-features.h
11359         [__LINUX_KERNEL_VERSION >= 0x020621]
11360         (__ASSUME_PROC_PID_TASK_COMM): Define.
11361
11362 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11363
11364         [BZ #16398]
11365         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11366         conversion when destination buffer does not have enough space.
11367         * libio/tst-ftell-partial-wide.c: New test case.
11368         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11369
11370         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11371         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11372         Leonard and Allan McRae.
11373
11374 2014-02-04  David S. Miller  <davem@davemloft.net>
11375
11376         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11377         32-bit.
11378
11379 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11380
11381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11382         New file
11383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11384         New file
11385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11386         New file.
11387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11388         New file.
11389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11390         New file.
11391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11392         New file.
11393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11394         New file.
11395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11396         New file.
11397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11398         New file.
11399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11400         New file.
11401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11402         New file.
11403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11404         New file.
11405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11406         New file.
11407
11408 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11409
11410         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11411         * shlib-versions: Likewise.
11412
11413 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11414             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11415
11416         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11417         (abilist-pattern): New variable, set to %-le.abilist.
11418
11419         * Makerules (abilist-pattern): New variable.
11420         (vpath): Use $(abilist-pattern) in place of %.abilist.
11421         (check-abi-% pattern rule): Likewise.
11422         (check-abi, update-abi): Likewise.
11423
11424 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11425
11426         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11427
11428 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11429
11430         * manual/startup.texi: Add next, previous, and top entries for
11431         the `Program Arguments' and `Environment Variables' nodes.
11432
11433 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11434
11435         * manual/macros.texi: Add comments before MTASC-safety macros.
11436
11437         * manual/users.texi: Document MTASC-safety properties.
11438
11439         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11440         (pthread_getspecific, pthread_setspecific): Format with
11441         @deftypefun, and add @safety note.
11442         * manual/signal.texi: Move comments that analyze the above
11443         functions to their home place.
11444
11445 2014-02-03  Allan McRae  <allan@archlinux.org>
11446
11447         * po/sl.po: Update Slovenian translation from translation project.
11448
11449 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11450
11451         * manual/time.texi (timegm): Add missing blank after @c.
11452         Reported by Joseph Myers <joseph@codesourcery.com>.
11453
11454 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11455
11456         * manual/check-safety.sh: New.
11457         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11458
11459         * manual/terminal.texi: Document MTASC-safety properties.
11460
11461         * manual/filesys.texi: Document MTASC-safety properties.
11462
11463         * manual/errno.texi: Document MTASC-safety properties.
11464
11465         * manual/intro.texi: Document safety identifiers and
11466         conditionals.
11467
11468         * manual/string.texi (wcstok): Fix prototype.
11469         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11470
11471         * manual/time.texi: Document MTASC-safety properties.
11472
11473         * manual/string.texi: Document MTASC-safety properties.
11474
11475         * manual/threads.texi: Document MTASC-safety properties.
11476
11477         * manual/stdio.texi: Document MTASC-safety properties.
11478
11479         * manual/syslog.texi: Document MTASC-safety properties.
11480
11481         * manual/sysinfo.texi: Document MTASC-safety properties.
11482
11483         * manual/startup.texi: Document MTASC-safety properties.
11484
11485         * manual/socket.texi: Document MTASC-safety properties.
11486
11487         * manual/signal.texi: Document MTASC-safety properties.
11488
11489 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11490
11491         * manual/setjmp.texi: Document MTASC-safety properties.
11492
11493         * manual/search.texi: Document MTASC-safety properties.
11494
11495         * manual/resource.texi: Document MTASC-safety properties.
11496
11497         * manual/process.texi: Document MTASC-safety properties.
11498
11499         * manual/platform.texi: Document MTASC-safety properties.
11500
11501         * manual/pipe.texi: Document MTASC-safety properties.
11502
11503         * manual/pattern.texi: Document MTASC-safety properties.
11504
11505         * manual/message.texi: Document MTASC-safety properties.
11506
11507         [BZ #12751]
11508         * manual/memory.texi: Document MTASC-safety properties.
11509
11510         * manual/math.texi: Document MTASC-safety properties.
11511
11512         * manual/locale.texi: Document MTASC-safety properties.
11513
11514         * manual/llio.texi: Document MTASC-safety properties.
11515
11516         * manual/libdl.texi: New.
11517
11518         * manual/lang.texi: Document MTASC-safety properties.
11519
11520         * manual/job.texi: Document MTASC-safety properties.
11521
11522         * manual/getopt.texi: Document MTASC-safety properties.
11523
11524         * manual/ctype.texi: Document MTASC-safety properties.
11525
11526 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11527
11528         [BZ #16046]
11529         * csu/libc-tls.c (static_map): Remove variable.
11530         (__libc_setup_tls): Use main executable's link map for TLS data.
11531         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11532         casing for LM_ID_BASE and GL(dl_nns).
11533         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11534         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11535         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11536         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11537         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11538         member.
11539         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11540         l_phnum members.
11541
11542 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11543
11544         * manual/debug.texi: Document MTASC-safety properties.
11545
11546 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11547
11548         [BZ #16510]
11549         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11550         of __x86_64__ when disabling x87 inline functions.
11551
11552 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11553
11554         * manual/charset.texi: Document MTASC-safety properties.
11555
11556         * manual/crypt.texi: Document MTASC-safety properties.
11557
11558         * manual/conf.texi: Document MTASC-safety properties.
11559
11560         * manual/arith.texi: Document MTASC-safety properties.
11561
11562         * manual/argp.texi: Document MTASC-safety properties.
11563
11564         * manual/macros.texi: Introduce macros to document multi
11565         thread, asynchronous signal and asynchronous cancellation
11566         safety properties.
11567         * manual/intro.texi: Introduce the properties themselves.
11568
11569 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11570
11571         * sysdeps/sh/sh4/Makefile: New file.
11572
11573 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11574
11575         * math/gen-libm-test.pl ($srcdir): New variable.
11576         ($auto_input): Use it.
11577
11578 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11579
11580         [BZ #16506]
11581         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11582         access beyond array bounds when parsing netgroups file.
11583
11584         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11585         the old buffer before realloc.
11586
11587 2014-01-27  Allan McRae  <allan@archlinux.org>
11588
11589         * po/fr.po: Update French translation from translation project.
11590
11591 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11592
11593         * sysdeps/sh/libm-test-ulps: Regenerate.
11594
11595 2014-01-24  David S. Miller  <davem@davemloft.net>
11596
11597         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11598
11599 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11600
11601         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11602         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11603
11604 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11605
11606         [BZ #16474]
11607         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11608         string pointers after reallocation.
11609
11610 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11611
11612         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11613         __SH4A__ instead of __SH_FPU_ANY__.
11614
11615 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11616
11617         * sysdeps/sh/fpu_control.h: New file.
11618         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11619         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11620         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11621         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11622         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11623         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11624         * sysdeps/sh/sys/ucontext.h: Remove.
11625         * sysdeps/sh/sys: Remove directory.
11626
11627 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11628
11629         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11630         s390/sys/ucontext.h.
11631         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11632         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11633
11634 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11635
11636         [BZ #15605]
11637         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11638
11639 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11640
11641         [BZ#16431]
11642         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11643         Adjust the vDSO correctly for internal calls.
11644         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11645
11646 2014-01-20  Allan McRae  <allan@archlinux.org>
11647
11648         * po/ca.po: Update Catalan translation from translation project.
11649
11650 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11651
11652         * sysdeps/s390/sotruss-lib.c: New file.
11653
11654 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11655
11656         [BZ#16430]
11657         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11658         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11659         local calls issues by not having a PLT stub required for IFUNC calls.
11660         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11661
11662 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11663
11664         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11665         * math/test-fpucw-static.c: Likewise.
11666
11667 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11668
11669         [BZ #16453]
11670         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11671
11672 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11673
11674         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11675         implementation for powerpc.
11676
11677 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11678
11679         [BZ #14782]
11680         * sysdeps/posix/system.c (__libc_system): Do not enable
11681         asynchronous cancellation.
11682
11683 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11684
11685         [BZ #16427]
11686         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11687         handling only for numbers special also in the IEEE case.
11688
11689 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11690
11691         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11692
11693 2014-01-11  Allan McRae  <allan@archlinux.org>
11694
11695         * po/bg.po: Update Bulgarian translation from translation project.
11696
11697         * po/de.po: Update German translation from translation project.
11698
11699 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11700
11701         * sysdeps/generic/gcc-compat.h: New file.
11702
11703 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11704
11705         * benchtests/asin-inputs: Correct slow inputs.
11706         * benchtests/acos-inputs: Likewise.
11707
11708 2014-01-10  Allan McRae  <allan@archlinux.org>
11709
11710         * po:sv.po: Update Swedish translation from translation project.
11711
11712         * po/vi.po: Update Vietnamese translation from translation project.
11713
11714         * po/eo.po: Update Esperanto translation from translation project.
11715
11716         * po/cs.po: Update Czech translation from translation project.
11717
11718         * po/nl.po: Update Dutch translation from translation project.
11719
11720         * po/pl.po: Update Polish translation from translation project.
11721
11722         * po/ru.po: Update Russian translation from translation project.
11723
11724         * po/uk.po: Update Ukrainian translation from translation project.
11725
11726 2014-01-08  Brooks Moses  <bmoses@google.com>
11727
11728         * elf/dl-load.c: Fix comment typo.
11729
11730 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
11731
11732         * po/header.pot: Rename to...
11733         * po/pot.header: ... this.
11734         * po/Makefile: Use pot.header.
11735
11736 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
11737             Maxim Kuvyrkov  <maxim@kugelworks.com>
11738
11739         [BZ #16394]
11740         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
11741         SRC and DEST against LEN.
11742
11743 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11744
11745         [BZ #16414]
11746         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
11747         implementation.
11748         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
11749
11750 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11751
11752         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11753
11754 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
11755
11756         [BZ #16408]
11757         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
11758         for large positive arguments.
11759
11760 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
11761
11762         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11763
11764         * math/auto-libm-test-in: Mark various tests with
11765         xfail-rounding:ldbl-128ibm.
11766         * math/auto-libm-test-out: Regenerated.
11767
11768         [BZ #16407]
11769         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11770         Increase overflow threshold.
11771
11772 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
11773
11774         [BZ #14286]
11775         * stdio-common/vfprintf.c: Check for integer overflow.
11776
11777 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11778
11779         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
11780         the first argument and return value of __tls_get_addr_internal.
11781
11782 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11783
11784         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
11785         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
11786
11787 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11788
11789         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
11790         * sysdeps/s390/rtld-global-offsets.sym: New file.
11791         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
11792         GLIBC_2.19 symbol.
11793         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
11794         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
11795         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
11796         ... this.
11797         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
11798         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
11799         ... this.
11800         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11801         Regenerate.
11802         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11803         Regenerate.
11804         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
11805         halfs of GPRs for high_gprs contexts.
11806         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
11807         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
11808         field.
11809         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
11810         uc_flags field.
11811         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
11812         64 bit versions:
11813         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
11814         for high GPRs (uc_high_gprs) and for future extensions
11815         (__reserved).
11816         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
11817         for future extensions (__reserved).
11818         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
11819         64 bit versions:
11820         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
11821         SC_HIGHGPRS offset definition.
11822         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
11823         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
11824
11825         * Versions.def: Add GLIBC_2.19 for libpthread.
11826         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
11827         siglongjmp for libpthread with GLIBC_2.19 symver.
11828         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
11829         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
11830         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
11831         * sysdeps/s390/__longjmp.c: New file.
11832         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
11833         * sysdeps/s390/longjmp.c: New file.
11834         * sysdeps/s390/setjmp.S: New file.
11835         * sysdeps/s390/sigjmp.S: New file.
11836         * sysdeps/s390/v1-longjmp.c: New file.
11837         * sysdeps/s390/v1-setjmp.h: New file.
11838         * sysdeps/s390/v1-sigjmp.c: New file.
11839         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
11840         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
11841         GLIBC_2.19 version.
11842         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
11843         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
11844         versioned symbols for ____longjmp_chk.
11845         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
11846         Likewise.
11847         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11848         Regenerate.
11849         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11850         Regenerate.
11851         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11852         Regenerate.
11853         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11854         Regenerate.
11855         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
11856         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
11857         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
11858         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
11859         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
11860         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
11861         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
11862         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
11863         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
11864         * sysdeps/s390/rtld-__longjmp.c: New file.
11865         * sysdeps/s390/rtld-setjmp.S: New file.
11866
11867 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
11868
11869         [BZ #16400]
11870         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11871         Return -__logl (x) for small positive arguments without evaluating
11872         a polynomial.
11873
11874 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
11875
11876         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
11877         Rename to ...
11878         (__ptrace_peeksiginfo_args): ... this.
11879         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
11880         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
11881         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
11882
11883 2014-01-06  Allan McRae  <allan@archlinux.org>
11884
11885         * inet/netinet/in.h: Fix typo in comment.
11886
11887 2014-01-05  Andreas Jaeger  <aj@suse.de>
11888
11889         * sysdeps/i386/fpu/libm-test-ulps: Update.
11890
11891 2014-01-05  Allan McRae  <allan@archlinux.org>
11892
11893         * po/libc.pot: Regenerated.
11894
11895         * malloc/memusagestat.c: Fix gettext call formatting.
11896
11897 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
11898
11899         * nscd/nscd.c: Improve usage() output.
11900
11901 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
11902
11903         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
11904         * sysdeps/unix/sysv/linux/configure: Regenerated.
11905         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
11906         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
11907
11908 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11909
11910         [BZ #16390]
11911         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
11912         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
11913
11914 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11915
11916         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
11917         extra tokens at end of #undef directive.
11918         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
11919         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
11920         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
11921
11922 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11923
11924         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11925
11926         * math/auto-libm-test-in: Mark various tests with
11927         xfail-rounding:ldbl-128ibm.
11928         * math/auto-libm-test-out: Regenerated.
11929
11930 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
11931
11932         [BZ #16386]
11933         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
11934         numbers with subnormal high part when calculating exponent.
11935
11936         [BZ #16385]
11937         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
11938         fabs.
11939
11940         [BZ #16384]
11941         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
11942         M_LN2l.
11943         (__ieee754_acoshl): Use __log1pl not __log1p.
11944
11945 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
11946
11947         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
11948         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
11949         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
11950         (grow_heap, heap_trim, _int_new_arena, get_free_list)
11951         (reused_arena, arena_get2): Convert to GNU style.
11952         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
11953         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
11954         (memalign_check, __malloc_set_state): Likewise.
11955         * malloc/mallocbug.c (main): Likewise.
11956         * malloc/malloc.c (__malloc_assert, malloc_init_state)
11957         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
11958         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
11959         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
11960         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
11961         (__posix_memalign, malloc_info): Likewise.
11962         * malloc/malloc.h: Likewise.
11963         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
11964         (mallochook, memalignhook, reallochook, mabort): Likewise.
11965         * malloc/mcheck.h: Likewise.
11966         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11967         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11968         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11969         * malloc/morecore.c (__default_morecore): Likewise.
11970         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11971         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11972         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11973         (print_and_abort): Likewise.
11974         * malloc/obstack.h: Likewise.
11975         * malloc/set-freeres.c (__libc_freeres): Likewise.
11976         * malloc/tst-mallocstate.c (main): Likewise.
11977         * malloc/tst-mtrace.c (main): Likewise.
11978         * malloc/tst-realloc.c (do_test): Likewise.
11979
11980 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11981
11982         [BZ #16366]
11983         * nscd/netgroupcache.c (do_notfound): New function.
11984         (addgetnetgrentX): Use it.
11985
11986         [BZ # 16365]
11987         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11988         NSS_STATUS_NOTFOUND.
11989
11990 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11991
11992         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11994
11995 2014-01-01  Allan McRae  <allan@archlinux.org>
11996
11997         * scripts/update-copyrights: Update configure input file suffix.
11998
11999         * NEWS: Update copyright year.
12000         * catgets/gencat.c: Likewise.
12001         * csu/version.c: Likewise.
12002         * debug/catchsegv.sh: Likewise.
12003         * debug/pcprofiledump.c: Likewise.
12004         * debug/xtrace.sh: Likewise.
12005         * elf/ldconfig.c: Likewise.
12006         * elf/ldd.bash.in: Likewise.
12007         * elf/pldd.c: Likewise.
12008         * elf/sotruss.ksh: Likewise.
12009         * elf/sprof.c: Likewise.
12010         * iconv/iconv_prog.c: Likewise.
12011         * iconv/iconvconfig.c: Likewise.
12012         * locale/programs/locale.c: Likewise.
12013         * locale/programs/localedef.c: Likewise.
12014         * login/programs/pt_chown.c: Likewise.
12015         * malloc/memusage.sh: Likewise.
12016         * malloc/memusagestat.c: Likewise.
12017         * malloc/mtrace.pl: Likewise.
12018         * manual/libc.texinfo: Likewise.
12019         * nscd/nscd.c: Likewise.
12020         * nss/getent.c: Likewise.
12021         * nss/makedb.c: Likewise.
12022         * posix/getconf.c: Likewise.
12023         * scripts/test-installation.pl: Likewise.
12024
12025         * All files with FSF copyright notices: Update copyright dates
12026         using scripts/update-copyrights.
12027         * intl/plural.c: Regenerated.
12028         * locale/programs/charmap-kw.h: Likewise.
12029         * locale/programs/locfile-kw.h: Likewise.
12030
12031 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12032
12033         * sysdeps/unix/sysv/linux/configure: Regenerated.
12034         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12035         the linux/fanotify.h header.
12036         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12037         HAVE_LINUX_FANOTIFY_H is defined.
12038
12039 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12040
12041         * benchtests/cos-inputs: New inputs.
12042         * benchtests/sin-inputs: Likewise.
12043
12044         * benchtests/atan-inputs: New inputs. Fix name of multiple
12045         precision fallback inputs.
12046
12047         * benchtests/atanh-inputs: New inputs.
12048         * benchtests/tanh-inputs: Likewise.
12049
12050         * benchtests/acosh-inputs: New inputs.
12051         * benchtests/asinh-inputs: Likewise.
12052
12053         * benchtests/cosh-inputs: New inputs.
12054         * benchtests/sinh-inputs: Likewise.
12055
12056         * benchtests/acos-inputs: Add more inputs.
12057         * benchtests/asin-inputs: Likewise.
12058
12059 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12060
12061         [BZ #16375]
12062         * manual/arith.texi: Fix spelling.
12063         * manual/charset.texi: Likewise.
12064         * manual/errno.texi: Likewise.
12065         * manual/filesys.texi: Likewise.
12066         * manual/lang.texi: Likewise.
12067         * manual/llio.texi: Likewise.
12068         * manual/locale.texi: Likewise.
12069         * manual/message.texi: Likewise.
12070         * manual/resource.texi: Likewise.
12071         * manual/search.texi: Likewise.
12072         * manual/setjmp.texi: Likewise.
12073         * manual/stdio.texi: Likewise.
12074         * manual/string.texi: Likewise.
12075         * manual/sysinfo.texi: Likewise.
12076         * manual/time.texi: Likewise.
12077
12078 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12079
12080         * po/sl.po: New file.
12081
12082 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12083
12084         * .gitignore: Add core/.gdbinit/.gdb_history.
12085
12086 2013-12-27  Allan McRae  <allan@archlinux.org>
12087
12088         [BZ #16369]
12089         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12090         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12091
12092 2013-12-24  Brooks Moses  <bmoses@google.com>
12093
12094         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12095         all compilers that claim C++98 compliance, not just GCC.
12096         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12097         Likewise.
12098
12099 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12100
12101         * NEWS: Restore accidentally deleted bug-fix entries.
12102
12103 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12104             Ondřej Bílka  <neleai@seznam.cz>
12105
12106         [BZ #15073]
12107         * malloc/malloc.c (_int_free): Perform sanity check only if we
12108         have_lock.
12109
12110 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12111
12112         [BZ #12986]
12113         * manual/stdio.texi (String Input Conversions): Clarify that character
12114         classes are not supported.
12115
12116 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12117
12118         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12119
12120 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12121
12122         [BZ #16337]
12123         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12124         Calculate results for small negative arguments directly rather
12125         than using reflection formula with special underflow handling.
12126
12127         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12128         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12129         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12130         (fchflags): Likewise.
12131         (revoke): Likewise.
12132         (setlogin): Likewise.
12133         (sigaltstack): Likewise.
12134         (wait4): Likewise.
12135         (sigblock): Remove.
12136         (sigsetmask): Likewise.
12137         (wait3): Likewise.
12138         (waitpid): Likewise.
12139         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12140         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12141         file.
12142         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12143         * sysdeps/unix/bsd/Makefile: ... here.
12144         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12145         * sysdeps/unix/bsd/Versions: ... here.
12146         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12147         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12148         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12149         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12150         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12151         * sysdeps/unix/bsd/sigblock.c: ... here.
12152         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12153         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12154         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12155         * sysdeps/unix/bsd/sigvec.c: ... here.
12156         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12157         * sysdeps/unix/bsd/tcdrain.c: ... here.
12158         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12159         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12160         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12161         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12162         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12163         * sysdeps/unix/bsd/wait.c: ... here.
12164         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12165         * sysdeps/unix/bsd/wait3.c: ... here.
12166         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12167         * sysdeps/unix/bsd/waitpid.c: ... here.
12168
12169 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12170
12171         [BZ #16356]
12172         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12173         round-to-nearest for [!USE_AS_EXPM1L].
12174         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12175         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12176         more tests of exp and exp10.  Expect some exp10 tests to miss
12177         exceptions or fail in directed rounding modes.
12178         * math/auto-libm-test-out: Regenerated.
12179         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12180         (exp10_test_tonearest): New function.
12181         (exp10_towardzero_test_data): New array.
12182         (exp10_test_towardzero): New function.
12183         (exp10_downward_test_data): New array.
12184         (exp10_test_downward): New function.
12185         (exp10_upward_test_data): New array.
12186         (exp10_test_upward): New function.
12187         (main): Call the new functions.
12188         * sysdeps/i386/fpu/libm-test-ulps: Update.
12189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12190
12191 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12192
12193         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12194         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12195         * math/auto-libm-test-out: Regenerated.
12196         * math/libm-test.inc (acosh_test_data): Add more tests.
12197         (atanh_test_data): Likewise.
12198         (ceil_test_data): Likewise.
12199         (copysign_test_data): Likewise.
12200         * sysdeps/i386/fpu/libm-test-ulps: Update.
12201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12202
12203         * timezone/checktab.awk: Update from tzcode 2013i.
12204         * timezone/private.h: Likewise.
12205         * timezone/scheck.c: Likewise.
12206         * timezone/tzfile.h: Likewise.
12207         * timezone/tzselect.ksh: Likewise.
12208         * timezone/zdump.c: Likewise.
12209         * timezone/zic.c: Likewise.
12210
12211         * math/auto-libm-test-in: Add tests of cpow.
12212         * math/auto-libm-test-out: Regenerated.
12213         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12214         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12215         mpc_cc_c.
12216         (func_calc_desc): Add mpc_cc_c union field.
12217         (test_functions): Add cpow.
12218         (special_fill_2pi): New function.
12219         (special_real_inputs): Add 2pi.
12220         (calc_generic_results): Handle mpc_cc_c.
12221         * sysdeps/i386/fpu/libm-test-ulps: Update.
12222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12223
12224         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12225         csqrt, ctan and ctanh.
12226         * math/auto-libm-test-out: Regenerated.
12227         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12228         (TEST_COND_x86): Likewise.
12229         (ccos_test_data): Use AUTO_TESTS_c_c.
12230         (ccosh_test_data): Likewise.
12231         (cexp_test_data): Likewise.
12232         (clog_test_data): Likewise.
12233         (csqrt_test_data): Likewise.
12234         (ctan_test_data): Likewise.
12235         (ctan_tonearest_test_data): Likewise.
12236         (ctan_towardzero_test_data): Likewise.
12237         (ctan_downward_test_data): Likewise.
12238         (ctan_upward_test_data): Likewise.
12239         (ctanh_test_data): Likewise.
12240         (ctanh_tonearest_test_data): Likewise.
12241         (ctanh_towardzero_test_data): Likewise.
12242         (ctanh_downward_test_data): Likewise.
12243         (ctanh_upward_test_data): Likewise.
12244         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12245         mpc_c_c.
12246         (func_calc_desc): Add mpc_c_c union field.
12247         (FUNC_mpc_c_c): New macro.
12248         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12249         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12250         ctanh.
12251         (special_fill_min_subnorm_p120): New function.
12252         (special_real_inputs): Add min_subnorm_p120.
12253         (calc_generic_results): Handle mpc_c_c.
12254         * sysdeps/i386/fpu/libm-test-ulps: Update.
12255         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12256
12257 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12258
12259         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12260         (do_sin_slow): New functions.
12261         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12262         (cslow2, csloww1, csloww2): Use the new functions.
12263
12264         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12265         Use M to change sign of result instead of X.  Assume X is
12266         positive.
12267         (csloww1): Likewise.
12268         (__sin): Adjust.
12269         (__cos): Adjust.
12270
12271         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12272         arguments A and DA.
12273         (__sin): Adjust.
12274         (__cos): Likewise.
12275
12276         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12277         (__cos): Likewise.
12278         (sloww1): Don't adjust sign of DX.
12279         (csloww1): Likewise.
12280         (sloww2): Use X directly and don't adjust sign of DX.
12281         (csloww2): Likewise.
12282
12283 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12284
12285         * math/auto-libm-test-in: Add tests of cabs and carg.
12286         * math/auto-libm-test-out: Regenerated.
12287         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12288         (carg_test_data): Likewise.
12289         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12290         mpc_c_f.
12291         (func_calc_desc): Add mpc_c_f union field.
12292         (test_functions): Add cabs and carg.
12293         (calc_generic_results): Handle mpc_c_f.
12294
12295         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12296         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12297         as a macro and a compat symbol.
12298         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12299         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12300         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12301         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12302         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12303         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12304         not use .hidden.
12305         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12306         Likewise.
12307         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12308         Likewise.
12309         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12310         Likewise.
12311         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12312         Likewise.
12313         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12314         Likewise.
12315         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12316         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12317         from GLIBC_2.3.2.
12318
12319 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12320
12321         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12322
12323 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12324
12325         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12326         trailing whitespace removed.
12327         * scripts/config.guess: Update to version 2013-11-29.
12328         * scripts/config.sub: Update to version 2013-10-01.
12329
12330         * math/auto-libm-test-in: Add tests of sincos.
12331         * math/auto-libm-test-out: Regenerated.
12332         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12333         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12334         mpfr_f_11.
12335         (func_calc_desc): Add mpfr_f_11 union field.
12336         (test_functions): Add sincos.
12337         (calc_generic_results): Handle mpfr_f_11.
12338         * sysdeps/i386/fpu/libm-test-ulps: Update.
12339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12340
12341 2013-12-19  Andreas Schwab  <schwab@suse.de>
12342
12343         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12344         CALL_MCOUNT.
12345         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12346         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12347         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12348
12349 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12350
12351         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12352         * sysdeps/i386/fpu/libm-test-ulps: Update.
12353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12354
12355         [BZ #16293]
12356         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12357         round-to-nearest mode when using frndint.
12358         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12359         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12360         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12361         Likewise.
12362         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12363         sinh test to fail.
12364         * math/auto-libm-test-out: Regenerated.
12365         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12366         (TEST_COND_x86): Likewise.
12367         (expm1_tonearest_test_data): New array.
12368         (expm1_test_tonearest): New function.
12369         (expm1_towardzero_test_data): New array.
12370         (expm1_test_towardzero): New function.
12371         (expm1_downward_test_data): New array.
12372         (expm1_test_downward): New function.
12373         (expm1_upward_test_data): New array.
12374         (expm1_test_upward): New function.
12375         (main): Run the new test functions.
12376         * sysdeps/i386/fpu/libm-test-ulps: Update.
12377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12378
12379         * include/features.h: Update comment documenting feature test
12380         macros.  Mention _DEFAULT_SOURCE in comment.
12381         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12382         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12383         _BSD_SOURCE and _SVID_SOURCE.
12384         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12385         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12386         !_SVID_SOURCE]: Likewise.
12387         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12388         (__USE_POSIX_IMPLICITLY): Define.
12389         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12390         (_POSIX_SOURCE): Undefine and redefine.
12391         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12392         (_POSIX_C_SOURCE): Likewise.
12393         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12394         (Feature Test Macros): Update documentation of default features.
12395
12396 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12397
12398         * benchtests/Makefile: Add bench-strtok.
12399         * benchtests/bench-strtok.c: New file: strtok benchtest.
12400
12401 2013-12-19  Allan McRae  <allan@archlinux.org>
12402
12403         * manual/install.texi: Suppress menu for plain text output.
12404         * INSTALL: Regenerated.
12405
12406 2013-12-18  Brooks Moses  <bmoses@google.com>
12407
12408         [BZ #15846]
12409         * misc/getauxval.c: Include errno.h.
12410         (__getauxval): Set errno to ENOENT if the requested type is not
12411         found.
12412         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12413         don't declare with __attribute_const__.
12414         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12415         * manual/startup.texi: Document that getauxval sets errno.
12416
12417 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12418
12419         * math/auto-libm-test-in: Add tests of jn and yn.
12420         * math/auto-libm-test-out: Regenerated.
12421         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12422         (yn_test_data): Likewise.
12423         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12424         mpfr_if_f.
12425         (func_calc_desc): Add mpfr_if_f union field.
12426         (FUNC_mpfr_if_f): New macro.
12427         (test_functions): Add jn and yn.
12428         (calc_generic_results): Assert type of second input for
12429         mpfr_ff_f.  Handle mpfr_if_f.
12430         (output_for_one_input_case): Disable all checking for arguments
12431         fitting floating-point types in case of an integer argument.
12432         * sysdeps/i386/fpu/libm-test-ulps: Update.
12433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12434
12435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12436         Don't expect fegetround reference in libm.so.
12437
12438 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12439
12440         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12441         $(config-cflags-nofma).
12442
12443 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12444
12445         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12446         * math/auto-libm-test-out: Regenerated.
12447
12448         [BZ #16338]
12449         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12450         to determine exponent and adjust argument to have exponent of -1.
12451         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12452         log2.
12453         * math/auto-libm-test-out: Regenerated.
12454         * sysdeps/i386/fpu/libm-test-ulps: Update.
12455         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12456
12457 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12458
12459         * manual/probes.texi: Remove cases when per-thread arenas are
12460         disabled.
12461
12462 2013-12-18  Andreas Schwab  <schwab@suse.de>
12463
12464         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12465         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12466         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12467         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12468         * sysdeps/i386/i686/multiarch/Makefile: Update.
12469         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12470
12471 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12472
12473         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12474         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12475
12476 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12477
12478         [BZ #15968]
12479         Support TZ transition times < 00:00:00.
12480         This is needed for version-3 tz-format files; it supports time
12481         stamps past 2037 for America/Godthab (the only entry in the tz
12482         database for which this change is relevant).
12483         * manual/time.texi (TZ Variable): Document transition times
12484         from -167:59:59 through -00:00:01.
12485         * time/tzset.c (tz_rule): Time of day is now signed.
12486         (__tzset_parse_tz): Parse negative time of day.
12487
12488         Document TZ transition times >= 25:00:00.
12489         * manual/time.texi (TZ Variable): Document transition times from
12490         25:00:00 through 167:59:59.  These are already supported, and this
12491         support will help with version-3 tz-format files.
12492
12493         * manual/time.texi (TZ Variable): Modernize North America example
12494         to reflect current (i.e., 2007-and-later) daylight saving rules.
12495
12496         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12497
12498 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12499
12500         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12501         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12502         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12503         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12504         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12505         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12506         * sysdeps/unix/bsd/clock.c: Likewise.
12507         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12508         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12509         * sysdeps/unix/bsd/init-posix.c: Likewise.
12510         * sysdeps/unix/bsd/poll.c: Likewise.
12511         * sysdeps/unix/bsd/ptsname.c: Likewise.
12512         * sysdeps/unix/bsd/seekdir.c: Likewise.
12513         * sysdeps/unix/bsd/setegid.c: Likewise.
12514         * sysdeps/unix/bsd/seteuid.c: Likewise.
12515         * sysdeps/unix/bsd/setgid.c: Likewise.
12516         * sysdeps/unix/bsd/setrgid.c: Likewise.
12517         * sysdeps/unix/bsd/setruid.c: Likewise.
12518         * sysdeps/unix/bsd/setsid.c: Likewise.
12519         * sysdeps/unix/bsd/setuid.c: Likewise.
12520         * sysdeps/unix/bsd/sigaction.c: Likewise.
12521         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12522         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12523         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12524         * sysdeps/unix/bsd/telldir.c: Likewise.
12525         * sysdeps/unix/bsd/times.c: Likewise.
12526         * sysdeps/unix/bsd/usleep.c: Likewise.
12527
12528         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12529         ($(objpfx)libbsd-compat.a): Remove rule.
12530
12531         * include/features.h (__FAVOR_BSD): Do not define.
12532         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12533         features conflicting with POSIX.
12534         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12535         (_BSD_SOURCE): Remove description of not being a subset of other
12536         feature test macros.
12537         * manual/job.texi (getpgrp): Do not document BSD version.
12538         (getpgid): Do not document by reference to BSD getpgrp.
12539         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12540         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12541         * signal/signal.h [__FAVOR_BSD]: Likewise.
12542         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12543         instead of making contents conditional on [__FAVOR_BSD].
12544         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12545
12546 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12547
12548         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12549
12550 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12551
12552         [BZ #16314]
12553         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12554         values below 2**-450, not 2**-500.
12555         * math/auto-libm-test-in: Don't allow spurious underflow from
12556         hypot.
12557         * math/auto-libm-test-out: Regenerated.
12558
12559         [BZ #16316]
12560         [BZ #16330]
12561         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12562         values of ha and hb and sort them after adjusting subnormal
12563         arguments.
12564         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12565         Likewise.
12566         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12567         values of ea and eb and sort them after adjusting subnormal
12568         arguments.
12569         * math/auto-libm-test-in: Do not expect some hypot tests of
12570         subnormals to fail.  Add more hypot tests.
12571         * math/auto-libm-test-out: Regenerated.
12572
12573 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12574
12575         [BZ #13304]
12576         * sysdeps/sh/s_fma.c: New file.
12577         * sysdeps/sh/s_fmaf.c: New file.
12578         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12579         version.
12580         * sysdeps/sh/Implies: Add sh/soft-fp.
12581
12582 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12583
12584         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12585         level of indirection to members `objname', `errstring', `malloced'.
12586         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12587         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12588         it as the __longjmp argument (just pass 1 instead).
12589         (_dl_catch_error): Initialize C with argument pointers and address of
12590         volatile local ERRCODE rather than copying values out of C at return.
12591
12592 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12593
12594         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12595         * math/auto-libm-test-out: Regenerated.
12596         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12597         (hypot_test_data): Likewise.
12598         (pow_test_data): Likewise.
12599         (pow_tonearest_test_data): Likewise.
12600         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12601         mpfr_ff_f.
12602         (func_calc_desc): Add mpfr_ff_f union field.
12603         (FUNC_mpfr_ff_f): New macro.
12604         (test_functions): Add atan2, hypot and pow.
12605         (special_fill_min): New function.
12606         (special_fill_minus_min): Likewise.
12607         (special_fill_min_subnorm): Likewise.
12608         (special_fill_minus_min_subnorm): Likewise.
12609         (special_real_inputs): Add min, -min, min_subnorm and
12610         -min_subnorm.
12611         (calc_generic_results): Handle mpfr_ff_f.
12612         * sysdeps/i386/fpu/libm-test-ulps: Update.
12613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12614
12615 2013-12-16  Will Newton  <will.newton@linaro.org>
12616
12617         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12618         (Aligned Memory Blocks): Add documentation for aligned_alloc
12619         and suggest it as an alternative to posix_memalign.
12620         (Hooks for Malloc): Document __memalign_hook is also called
12621         for aligned_alloc.  (Summary of Malloc): Add summary for
12622         aligned alloc.  Document __memalign_hook is also called
12623         for aligned_alloc.
12624
12625 2013-12-16  Will Newton  <will.newton@linaro.org>
12626
12627         * manual/memory.texi (Malloc Examples): Clarify default
12628         alignment documentation.  Suggest posix_memalign rather
12629         than memalign or valloc.
12630         (Aligned Memory Blocks): Remove suggestion to use memalign
12631         or valloc.  Remove obsolete comment about BSD.
12632         Document memalign errno values and mark the function obsolete.
12633         Document posix_memalign returned error codes.  Mark valloc
12634         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12635         called for posix_memalign and valloc.
12636         (Summary of Malloc): Add posix_memalign to function summary.
12637         __memalign_hook is also called for posix_memalign and valloc.
12638
12639 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12640
12641         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12642         TAYLOR_SIN.
12643         (__sin): Adjust.
12644         (__cos): Likewise.
12645         (sloww): Use mynumber union.  Expand ternary operator into
12646         if-else statements.
12647         (cslow): use mynumber union.
12648
12649 2013-12-16  Allan McRae  <allan@archlinux.org>
12650
12651         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12652         * configure: Regenerated.
12653
12654         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12655
12656         [BZ #14120]
12657         * configure.ac: Added --enable-maintainer-mode. Check for
12658         autoconf when enabled.
12659         * configure: Regenerated.
12660
12661         * nscd/nscd.service: New file.
12662         * nscd/nscd.tmpfiles: New file.
12663
12664 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12665
12666         [BZ #12100]
12667         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12668         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12669         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12670         (strstr): Add __strstr_sse2_unaligned ifunc.
12671         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12672         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12673         (strcasestr): Remove __strcasestr_sse42 ifunc.
12674         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12675         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12676         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12677
12678 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12679
12680         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12681         * sysdeps/sh/bits/fenv.h: ... here.
12682         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12683
12684 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12685
12686         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12687
12688         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12689         hypotf multiarch implementations.
12690         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12691         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12692         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12693         multiarch hypot for PPC64.
12694         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12695         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12696         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12697         multiarch hypotf for PPC64.
12698
12699         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12700         modff multiarch implementations.
12701         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12702         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
12703         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
12704         multiarch modf for PPC64.
12705         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
12706         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
12707         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
12708         multiarch modff for PPC64.
12709
12710         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
12711         and logl multiarch implementations.
12712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
12713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
12714         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
12715         multiarch logb for PPC64.
12716         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
12717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
12718         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
12719         multiarch logb for PPC64.
12720         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
12721         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
12722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
12723         multiarch logb for PPC64.
12724
12725         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
12726         isinff multiarch implementation.
12727         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
12728         file.
12729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
12730         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
12731         multiarch isinf for PPC64.
12732         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
12733         file.
12734         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
12735         multiarch isinff for PPC64.
12736
12737         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
12738         finitef multiarch implementation.
12739         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
12740         file.
12741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
12742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
12743         multiarch finite for PPC64.
12744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
12745         file.
12746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
12747         multiarch finitef for PPC64.
12748
12749         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
12750         lrint multiarch implementation.
12751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
12752         file.
12753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
12754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
12755         multiarch llrint for PPC64.
12756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
12757         multiarch lrint for PPC64.
12758
12759         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
12760         copysignf multiarch implementation.
12761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
12762         file.
12763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
12764         file.
12765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
12766         multiarch copysign for PPC64.
12767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
12768         multiarch copysignf for PPC64.
12769
12770         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
12771         multiarch implementation.
12772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
12773         file.
12774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
12775         file.
12776         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
12777         file.
12778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
12779         file.
12780         multiarch llround for PPC64.
12781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
12782         multiarch trunc for PPC64.
12783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
12784         multiarch truncf for PPC64.
12785
12786         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
12787         multiarch implementation.
12788         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
12789         file.
12790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
12791         file.
12792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
12793         file.
12794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
12795         file.
12796         multiarch llround for PPC64.
12797         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
12798         multiarch round for PPC64.
12799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
12800         multiarch roundf for PPC64.
12801
12802         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
12803         multiarch implementation.
12804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
12805         file.
12806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
12807         file.
12808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
12809         file.
12810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
12811         file.
12812         multiarch llround for PPC64.
12813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
12814         multiarch floor for PPC64.
12815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
12816         multiarch floorf for PPC64.
12817
12818         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
12819         multiarch implementation.
12820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
12821         file.
12822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
12823         file.
12824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
12825         file.
12826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
12827         file.
12828         multiarch llround for PPC64.
12829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
12830         multiarch ceil for PPC64.
12831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
12832         multiarch ceilf for PPC64.
12833
12834         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
12835         multiarch implementation.
12836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
12837         file.
12838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
12839         file.
12840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
12841         file.
12842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
12843         multiarch llround for PPC64.
12844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
12845         multiarch lround for PPC64.
12846
12847         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
12848         multiarch implementation.
12849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
12850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
12851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
12852         file.
12853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
12854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
12855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
12856         multiarch isnan for PPC64.
12857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
12858         multiarch isnanf for PPC64.
12859
12860         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
12861         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
12862         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
12863         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
12864         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
12865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
12866
12867         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
12868         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
12869         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
12870         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
12871
12872         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
12873         multiarch implementations.
12874         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12875         (__libc_ifunc_impl_list): Likewise.
12876         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
12877         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
12878         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
12879         multiarch stpcpy for PPC64.
12880
12881         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
12882         multiarch implementations.
12883         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12884         (__libc_ifunc_impl_list): Likewise.
12885         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
12886         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
12887         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
12888         multiarch strcpy for PPC64.
12889
12890         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
12891         redefine function name.
12892         (_wordcopy_fwd_dest_aligned): Likewise.
12893         (_wordcopy_bwd_aligned): Likewise.
12894         (_wordcopy_bwd_dest_aligned): Likewise.
12895         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
12896         multiarch implementations.
12897         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12898         (__libc_ifunc_impl_list): Likewise.
12899         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
12900         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
12901         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
12902         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
12903         multiarch wcscpy for PPC64.
12904
12905         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
12906         multiarch implementations.
12907         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12908         (__libc_ifunc_impl_list): Likewise.
12909         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
12910         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
12911         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
12912         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
12913         multiarch wcscpy for PPC64.
12914
12915         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
12916         multiarch implementations.
12917         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12918         (__libc_ifunc_impl_list): Likewise.
12919         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
12920         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
12921         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
12922         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
12923         multiarch wcsrchr for PPC64.
12924
12925         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
12926         multiarch implementations.
12927         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12928         (__libc_ifunc_impl_list): Likewise.
12929         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
12930         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
12931         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
12932         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
12933         multiarch wcschr for PPC64.
12934
12935         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
12936         multiarch implementations.
12937         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12938         (__libc_ifunc_impl_list): Likewise.
12939         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
12940         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
12941         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
12942         multiarch strchrnul for PPC64.
12943
12944         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
12945         implementations.
12946         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12947         (__libc_ifunc_impl_list): Likewise.
12948         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
12949         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
12950         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
12951         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
12952         strchr for PPC64.
12953
12954         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
12955         implementations.
12956         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12957         (__libc_ifunc_impl_list): Likewise.
12958         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
12959         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
12960         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
12961         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
12962         strncmp for PPC64.
12963
12964         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
12965         multiarch implementations.
12966         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12967         (__libc_ifunc_impl_list): Likewise.
12968         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12969         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12970         strncasecmp for PPC64.
12971         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12972         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12973         multiarch strncasecmp_l for PPC64.
12974
12975         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12976         multiarch implementations.
12977         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12978         (__libc_ifunc_impl_list): Likewise.
12979         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12980         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12981         multiarch strcasecmp for PPC64.
12982         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12983         file.
12984         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12985         multiarch strcasecmp_l for PPC64.
12986
12987         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12988         implementations.
12989         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12990         (__libc_ifunc_impl_list): Likewise.
12991         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12992         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12993         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12994         strnlen for PPC64.
12995
12996         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12997         implementations.
12998         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12999         (__libc_ifunc_impl_list): Likewise.
13000         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13001         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13002         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13003         strlen for PPC64.
13004
13005         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13006         implementations.
13007         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13008         (__libc_ifunc_impl_list): Likewise.
13009         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13010         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13011         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13012         rawmemrchr for PPC64.
13013
13014         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13015         implementation.
13016         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13017         (__libc_ifunc_impl_list): Likewise.
13018         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13019         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13020         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13021         memrchr for PPC64.
13022
13023         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13024         implementation.
13025         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13026         (__libc_ifunc_impl_list): Likewise.
13027         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13028         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13029         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13030         memchr for PPC64.
13031
13032         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13033         implementation.
13034         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13035         (__libc_ifunc_impl_list): Likewise.
13036         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13037         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13038         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13039         mempcpy for PPC64.
13040
13041         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13042         avoid cretion of __bzero symbol.
13043         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13044         Likewise.
13045         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13046         Likewise.
13047         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13048         Likewise.
13049         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13050         multiarch implementations.
13051         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13052         (__libc_ifunc_impl_list): Likewise.
13053         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13054         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13055         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13056         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13057         bzero for PPC32.
13058         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13059         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13060         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13061         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13062         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13063         memset for PPC64.
13064         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13065
13066         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13067         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13068         implementations.
13069         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13070         (__libc_ifunc_impl_list): Likewise.
13071         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13072         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13073         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13074         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13075         memcmp for PPC64.
13076
13077         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13078         multiarch for POWER/PPC64.
13079         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13080         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13081         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13082         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13083         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13084         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13085         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13086         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13087         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13088         memcpy for PPC64.
13089
13090         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13091         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13092         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13093         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13094         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13095         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13096         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13097         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13098         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13099         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13100         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13101         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13102         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13103         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13104         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13112
13113 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13114
13115         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13116
13117 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13118
13119         * benchtests/Makefile (bench): Add exp2 and log2.
13120         (LDLIBS-bench-exp2): Add -lm.
13121         (LDLIBS-bench-log2): Likewise.
13122         * benchtests/exp2-inputs: New inputs file.
13123         * benchtests/log2-inputs: New inputs file.
13124         * benchtests/log-inputs: Add new inputs.
13125         * benchtests/tan-inputs: Likewise.
13126
13127 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13128
13129         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13130         definition...
13131         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13132         (csloww2): ... from here.
13133
13134         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13135         instead of structures.
13136         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13137         (POLYNOMIAL): Likewise.
13138         (TAYLOR_SLOW): Likewise.
13139         (__sin): Likewise.
13140         (__cos): Likewise.
13141         (slow1): Likewise.
13142         (slow2): Likewise.
13143         (sloww): Likewise.
13144         (sloww1); Likewise.
13145         (sloww2): Likewise.
13146         (bsloww1): Likewise.
13147         (bsloww2): Likewise.
13148         (cslow2): Likewise.
13149         (csloww): Likewise.
13150         (csloww1): Likewise.
13151         (csloww2): Likewise.
13152
13153 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13154
13155         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13156         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13157         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13158         * malloc/hooks.c (realloc_check): Likewise.
13159
13160         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13161         * malloc/arena.c: Remove PER_THREAD conditional.
13162         [!PER_THREAD]: Remove code.
13163         (ptmalloc_unlock_all2): Likewise.
13164         (ptmalloc_init): Likewise.
13165         (_int_new_arena): Likewise.
13166         (arena_get2): Likewise.
13167         * malloc/hooks.c (__malloc_get_state): Likewise.
13168         (__malloc_set_state): Likewise.
13169         * malloc/malloc.c: Likewise.
13170         (struct malloc_state): Likewise.
13171         (struct malloc_par): Likewise.
13172         (__libc_realloc): Likewise.
13173         (__libc_mallopt): Likewise.
13174
13175 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13176
13177         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13178
13179 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13180
13181         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13182         macro to a function.  Check for zero perturb_byte.
13183         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13184
13185         * malloc/malloc.c: (force_reg): Remove.
13186         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13187         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13188         force_reg by atomic_forced_read.
13189         * malloc/arena.c (ptmalloc_init): Likewise.
13190         * malloc/hooks.c (top_check): Likewise.
13191
13192 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13193
13194         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13195
13196 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13197
13198         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13199
13200 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13201
13202         * math/auto-libm-test-in: Add tests of lgamma.
13203         * math/auto-libm-test-out: Regenerated.
13204         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13205         (M_LOG_2_SQRT_PIl): Likewise.
13206         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13207         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13208         mpfr_f_f1.
13209         (func_calc_desc): Add mpfr_f_f1 union field.
13210         (ARGS1): New macro.
13211         (ARGS2): Likewise.
13212         (ARGS3): Likewise.
13213         (ARGS4): Likewise.
13214         (RET1): Likewise.
13215         (RET2): Likewise.
13216         (CALC): Likewise.
13217         (FUNC): Likewise.
13218         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13219         (test_functions): Add lgamma.
13220         (calc_generic_results): Handle mpfr_f_f1.
13221         * sysdeps/i386/fpu/libm-test-ulps: Update.
13222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13223
13224 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13225
13226         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13227         __mpn_add_n for PowerPC64/POWER7.
13228         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13229         __mpn_sub_n for PowerPC64/POWER7.
13230
13231         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13232         __mpn_addmul_1 for PowerPC64.
13233         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13234         __mpn_submul_1 for PowerPC64.
13235         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13236         for PowerPC64.
13237         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13238         for PowerPC64.
13239
13240 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13241
13242         [BZ #15089]
13243         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13244
13245 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13246
13247         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13248
13249         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13250         add multiarch folders.
13251         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13252         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13253         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13254         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13255         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13256         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13257         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13258         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13259         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13260         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13261         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13268
13269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13270         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13271         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13272         New file.
13273         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13274         New file.
13275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13276         multiarch __ieee754_hypot for PowerPC32.
13277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13278         New file.
13279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13280         New file.
13281         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13282         multiarch __ieee754_hypotf for PowerPC32.
13283
13284         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13285         long_double_symbol only if __logbl is defined.
13286         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13287         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13288         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13289         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13290         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13291         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13292         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13293         path for implementation.
13294         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13295         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13297         logb, and logbl multiarch implementations for PowerPC32.
13298         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13299         file.
13300         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13301         file.
13302         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13303         multiarch logb for PowerPC32.
13304         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13305         file.
13306         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13307         file.
13308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13309         multiarch logbf for PowerPC32.
13310         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13312         file.
13313         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13314         multiarch logbl implementation for PowerPC32.
13315
13316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13317         and modff multiarch implementations.
13318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13319         New file.
13320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13321         New file.
13322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13323         multiarch modf for PowerPC32.
13324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13325         New file.
13326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13327         New file.
13328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13329         multiarch modff for PowerPC32.
13330
13331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13332         and lrintf multiarch implementations.
13333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13334         New file.
13335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13336         New file.
13337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13338         multiarch lrint for PowerPC32.
13339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13340         file: multiarch lrintf for PowerPC32.
13341
13342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13343         and lroundf multiarch implementations.
13344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13345         New file.
13346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13347         New file.
13348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13349         New file.
13350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13351         multiarch lround for PowerPC32.
13352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13353         file: multiarch lroundf for PowerPC32.
13354
13355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13356         copysign and copysignf multiarch implementations.
13357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13358         New file.
13359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13360         New file.
13361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13362         file: multiarch copysign for PowerPC32.
13363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13364         file: multiarch copysignf for PowerPC32.
13365
13366         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13367         and truncf multiarch implementations.
13368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13369         New file.
13370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13371         file.
13372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13373         multiarch trunc for PowerPC32.
13374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13375         New file.
13376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13377         New file.
13378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13379         multiarch truncf for PowerPC32.
13380
13381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13382         and roundf multiarch implementations.
13383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13384         New file.
13385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13386         file.
13387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13388         multiarch round for PowerPC32.
13389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13390         New file.
13391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13392         New file.
13393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13394         multiarch roundf for PowerPC32.
13395
13396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13397         and floorf multiarch implementations.
13398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13399         New file.
13400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13401         file.
13402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13403         multiarch floor for PowerPC32.
13404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13405         New file.
13406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13407         New file.
13408         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13409         multiarch floorf for PowerPC32.
13410
13411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13412         and ceilf multiarch implementations.
13413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13414         New file.
13415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13416         file.
13417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13418         multiarch ceil for PowerPC32.
13419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13420         New file.
13421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13422         file.
13423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13424         multiarch ceilf for PowerPC32.
13425
13426         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13427         is defined.
13428         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13429         FINITEF is defined.
13430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13431         and finitef multiarch implementations.
13432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13433         New file.
13434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13435         file.
13436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13437         multiarch finite for PowerPC32.
13438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13439         New file.
13440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13441         file: multiarch finitef for PowerPC32.
13442
13443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13444         and isinff multiarch implementations.
13445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13446         file.
13447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13448         file.
13449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13450         multiarch isinf for PowerPC32.
13451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13452         New file.
13453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13454         multiarch isinff for PowerPC32.
13455
13456         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13457         alias when __isnan is defined.
13458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13459         and isnanf multiarch implementations.
13460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13461         file.
13462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13463         file.
13464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13465         file.
13466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13467         file.
13468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13469         multiarch isnan for PowerPC32.
13470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13471         New file.
13472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13473         New file.
13474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13475         multiarch isnanf for PowerPC32.
13476
13477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13478         and sqrtf multiarch implementations.
13479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13480         file.
13481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13482         file.
13483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13484         multiarch sqrt for PowerPC32.
13485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13486         file.
13487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13488         file.
13489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13490         multiarch sqrtf for PowerPC32.
13491
13492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13493         and llroundf multiarch implementations.
13494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13495         New file.
13496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13497         New file.
13498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13499         New file.
13500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13501         file: multiarch llround for PowerPC32.
13502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13503         file: multiarch llroundf for PowerPC32.
13504
13505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13506         multiarch PowerPC32 fpu implementations.
13507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13508         New file.
13509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13510         New file.
13511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13512         multiarch llrint for PowerPC32.
13513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13514         New file.
13515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13516         New file.
13517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13518         file.
13519
13520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13521
13522         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13523         file.
13524         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13525         file.
13526         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13527         file.
13528         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13529         multiarch wordcopy for PPC32.
13530         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13531         wordcopy objects.
13532         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13533         (__libc_ifunc_impl_list): Likewise.
13534         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13535         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13536         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13537         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13538         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13539         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13540
13541         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13542         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13543         file.
13544         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13545         file.
13546         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13547         file.
13548         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13549         multiarch wcscpy for PPC32.
13550         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13551         multiarch objects.
13552         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13553         (__libc_ifunc_impl_list): Likewise.
13554         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13555         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13556         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13557         sysdeps/powerpc/power6/wcscpy.c.
13558
13559         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13560         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13561         file.
13562         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13563         file.
13564         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13565         file.
13566         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13567         multiarch wcsrchr for PPC32.
13568         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13569         multiarch objects.
13570         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13571         (__libc_ifunc_impl_list): Likewise.
13572         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13573         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13574         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13575         sysdeps/powerpc/power6/wcsrchr.c.
13576
13577         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13578         file.
13579         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13580         file.
13581         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13582         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13583         multiarch wcschr for PPc32.
13584         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13585         multiarch objects.
13586         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13587         (__libc_ifunc_impl_list): Likewise.
13588         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13589         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13590         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13591         sysdeps/powerpc/power6/wcschr.c.
13592
13593         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13594         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13595         file.
13596         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13597         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13598         file: multiarch strchr for PPC32.
13599         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13600         multiarch objects.
13601         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13602         (__libc_ifunc_impl_list): Likewise.
13603
13604         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13605         name.
13606         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13607         file.
13608         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13609         file.
13610         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13611         multiarch strchrnul for PPC32.
13612         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13613         multiarch objects.
13614         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13615         (__libc_ifunc_impl_list): Likewise.
13616
13617         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13618         file.
13619         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13620         multiarch strncasecmp for PPC32.
13621         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13622         file.
13623         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13624         multiarch strncasecmp_l for PPC32.
13625         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13626         strncasecmp multiarch objects.
13627         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13628         (__libc_ifunc_impl_list): Likewise.
13629
13630         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13631         file.
13632         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13633         multiarch strncasecmp for PPC32.
13634         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13635         New file.
13636         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13637         multiarch strcasecmp_l for PPC32.
13638         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13639         multiarch objects.
13640         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13641         (__libc_ifunc_impl_list): Likewise.
13642
13643         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13644         file.
13645         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13646         file.
13647         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13648         multiarch strncmp for PPC32.
13649         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13650         multiarch objects.
13651         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13652         (__libc_ifunc_impl_list): Likewise.
13653
13654         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13655         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13656         file.
13657         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13658         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13659         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13660         multiarch objects.
13661         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13662         (__libc_ifunc_impl_list): Likewise.
13663
13664         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13665         file.
13666         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13667         file.
13668         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13669         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13670         multiarch objects.
13671         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13672         (__libc_ifunc_impl_list): Likewise.
13673
13674         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13675         file.
13676         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13677         file.
13678         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13679         multiarch rawmemchr for PPC32.
13680         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13681         multiarch objects.
13682         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13683         (__libc_ifunc_impl_list): Likewise.
13684
13685         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13686         file.
13687         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13688         file.
13689         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13690         file: memrchr multiarch for PPC32.
13691         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13692         multiarch objects.
13693         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13694         (__libc_ifunc_impl_list): Likewise.
13695
13696         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13697         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13698         file.
13699         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13700         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13701         multiarch memchr for PPC32.
13702         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
13703         multiarch objects.
13704         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13705         (__libc_ifunc_impl_list): Likewise.
13706
13707         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
13708         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
13709         file.
13710         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
13711         file.
13712         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
13713         file: multiarch mempcpy for PPC32.
13714         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
13715         multiarch objects.
13716         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13717         (__libc_ifunc_impl_list): Likewise.
13718
13719         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
13720         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
13721         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
13722         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
13723         multiarch bzero for PPC32.
13724         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
13725         file.
13726         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
13727         file.
13728         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
13729         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
13730         file: multiarch memset for PPC32.
13731         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
13732         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
13733         memset multiarch objects.
13734         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13735         (__libc_ifunc_impl_list): Likewise.
13736
13737         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
13738         file.
13739         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
13740         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
13741         memcmp for PPC32.
13742         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
13743         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
13744         multiarch objects.
13745         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13746         (__libc_ifunc_impl_list): Likewise.
13747
13748         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
13749         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
13750         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
13751         file.
13752         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
13753         file.
13754         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
13755         file.
13756         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
13757         multiarch memcpy for PPC32.
13758         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
13759         multiarch objects.
13760         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13761         (__libc_ifunc_impl_list): Likewise.
13762
13763         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
13764         support multiarch for POWER/PPC32.
13765         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
13766         Likewise.
13767         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
13768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
13769         Implies file to make multiarch folder appers before the fpu and
13770         default folder for power4 configuration.
13771
13772 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
13773
13774         * scripts/bench.pl: Append volatile keyword to type.
13775
13776 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13777
13778         * sysdeps/sh/sotruss-lib.c: New file.
13779         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
13780
13781 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13782
13783         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13784
13785 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
13786
13787         [BZ #6810]
13788         * math/w_tgamma.c: Include <errno.h>.
13789         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
13790         * math/w_tgammaf.c: Include <errno.h>.
13791         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
13792         * math/w_tgammal.c: Include <errno.h>.
13793         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
13794         * math/auto-libm-test-in: Do not allow missing errno on tgamma
13795         underflow.  Add more tgamma tests.
13796         * math/auto-libm-test-out: Regenerated.
13797         * sysdeps/i386/fpu/libm-test-ulps: Update.
13798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13799
13800         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
13801         sin, sinh, tan, tanh, tgamma, y0 and y1.
13802         * math/auto-libm-test-out: Regenerated.
13803         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13804         (TEST_COND_x86): Likewise.
13805         (M_E2l): Remove macro.
13806         (M_E3l): Likewise.
13807         (M_2_SQRT_PIl): Likewise.
13808         (M_SQRT_PIl): Likewise.
13809         (M_1_DIV_El): Likewise.
13810         (log_test_data): Use AUTO_TESTS_f_f.
13811         (log10_test_data): Likewise.
13812         (log1p_test_data): Likewise.
13813         (log2_test_data): Likewise.
13814         (sin_test_data): Likewise.
13815         (sin_tonearest_test_data): Likewise.
13816         (sin_towardzero_test_data): Likewise.
13817         (sin_downward_test_data): Likewise.
13818         (sin_upward_test_data): Likewise.
13819         (sinh_test_data): Likewise.
13820         (sinh_tonearest_test_data): Likewise.
13821         (sinh_towardzero_test_data): Likewise.
13822         (sinh_downward_test_data): Likewise.
13823         (sinh_upward_test_data): Likewise.
13824         (tan_test_data): Likewise.
13825         (tan_tonearest_test_data): Likewise.
13826         (tan_towardzero_test_data): Likewise.
13827         (tan_downward_test_data): Likewise.
13828         (tan_upward_test_data): Likewise.
13829         (tanh_test_data): Likewise.
13830         (tgamma_test_data): Likewise.
13831         (y0_test_data): Likewise.
13832         (y1_test_data): Likewise.
13833         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
13834         (special_real_inputs): Add pi/4.
13835         * sysdeps/i386/fpu/libm-test-ulps: Update.
13836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13837
13838 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13839
13840         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
13841         "longjmp_target" static probes.
13842         (__longjmp): Rename to __longjmp_symbol.
13843         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
13844         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
13845         on which longjmp to generate.
13846         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
13847         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
13848         probe.
13849         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13850         (__sigjmp_save): Rename to __sigjmp_save_symbol.
13851         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
13852         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
13853         and __sigjmp_save_symbol based on which sigsetjmp to generated.
13854         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
13855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
13856         __longjmp_symbol based on which __longjmp to generate.
13857         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
13858         probe.
13859         (setjmp): Rename to setjmp_symbol.
13860         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13861         (_setjmp): Rename to _setjmp_symbol.
13862         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13863         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
13864         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
13865         which setjmp to generate.
13866         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
13867         "longjmp_target" static probes.
13868
13869 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13870
13871         * benchtests/README: Add note about output arguments.
13872         * benchtests/bench-sincos.c: Remove file.
13873         * benchtests/sincos-inputs: New file.
13874         * scripts/bench.pl: Identify output arguments and define
13875         static variables for them.
13876
13877         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
13878
13879         [BZ #15941]
13880         * Makefile (INSTALL): Add install-plain.texi as the primary
13881         dependency.
13882         * manual/install-plain.texi: New file.
13883         * manual/install.texi: Include node directive only for
13884         non-plaintext output.
13885
13886 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
13887
13888         * stdlib/longlong.h: Update from GCC.
13889
13890         [BZ #6807]
13891         [BZ #15901]
13892         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
13893         * math/w_j0f.c (y0f): Likewise.
13894         * math/w_j0l.c (__y0l): Likewise.
13895         * math/w_j1.c (y1): Likewise.
13896         * math/w_j1f.c (y1f): Likewise.
13897         * math/w_j1l.c (__y1l): Likewise
13898         * math/w_jn.c (yn): Likewise.
13899         * math/w_jnf.c (ynf): Likewise.
13900         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
13901         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
13902         value for Bessel function domain errors outside _SVID_ mode.
13903         Adjust sign of return value for yn (negative integer, 0).
13904         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
13905         by zero in return for negative x and set sign appropriately for
13906         negative n.
13907         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
13908         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
13909         * math/libm-test.inc (y0_test_data): Add more tests and adjust
13910         expectations in error cases.
13911         (y1_test_data): Likewise.
13912         (yn_test_data): Likewise.
13913         * sysdeps/i386/fpu/libm-test-ulps: Update.
13914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13915
13916 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13917
13918         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
13919         "64" to "64-v1".  Add "64-v2".
13920         (abi-64-options): Rename to ...
13921         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
13922         (abi-64-condition): Rename to ...
13923         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
13924         (abi-64-ld-soname): Rename to ...
13925         (abi-64-v1-ld-soname): ... this.
13926         (abi-64-v2-options): Define.
13927         (abi-64-v2-condition): Likewise.
13928         (abi-64-v2-ld-soname): Likewise.
13929         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
13930         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
13931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
13932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
13933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
13934
13935 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13936             Alan Modra  <amodra@gmail.com>
13937
13938         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
13939         New versions for use with the ELFv2 ABI.
13940         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
13941         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
13942         declaration.
13943         (struct La_ppc64v2_retval): Likewise.
13944         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
13945         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
13946         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
13947         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
13948         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
13949         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
13950         Do not save or restore CR.
13951         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
13952         (_dl_profile_resolve): Do no save or restore CR.  Support extended
13953         return values for ELFv2 ABI.  Fix location of FPR return registers.
13954         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
13955         updated values for _CALL_ELF == 2.
13956         (La_regs, La_retval, int_retval): Likewise.
13957
13958 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13959
13960         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
13961         (FRAME_MIN_SIZE_PARM): Likewise.
13962         (FRAME_BACKCHAIN): Likewise.
13963         (FRAME_CR_SAVE): Likewise.
13964         (FRAME_LR_SAVE): Likewise.
13965         (FRAME_TOC_SAVE): Likewise.
13966         (FRAME_PARM_SAVE): Likewise.
13967         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13968         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13969         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13970         (call_mcount_parm_offset): New macro.
13971         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13972         (PROF): Use symbolic stack frame offsets.
13973         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13974         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13975         Redefine in terms of FRAME_MIN_SIZE.
13976         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13977         (_dl_profile_resolve): Likewise.  Update comment.
13978         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13979         symbols stack frame offsets.
13980         (__sigsetjmp): Likewise.
13981         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13982         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13983         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13984         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13985
13986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13987         (FRAME_BACKCHAIN): Remove.
13988         (FRAME_CR_SAVE): Likewise.
13989         (FRAME_LR_SAVE): Likewise.
13990         (FRAME_COMPILER_DW): Likewise.
13991         (FRAME_LINKER_DW): Likewise.
13992         (FRAME_TOC_SAVE): Likewise.
13993         (FRAME_PARM_SAVE): Likewise.
13994         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13995         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13996         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13998         (CHECK_SP): Use symbolic stack frame offsets.
13999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14000         zone" instead of caller's parameter save area for temp storage.
14001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14002         Likewise.  Also, use symbolic stack frame offsets.
14003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14004         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14005         our own stack frame instead of the caller's.
14006         (__socket): Use symbolic stack frame offsets.
14007
14008 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14009             Alan Modra  <amodra@gmail.com>
14010
14011         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14012         Define.
14013         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14014         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14015         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14016         New function.
14017         (elf_machine_fixup_plt): Call it.
14018         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14019         reloc arguments.
14020         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14021         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14022         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14023         r2 before calling target.
14024
14025 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14026             Alan Modra  <amodra@gmail.com>
14027
14028         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14029         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14030         versions of macros to support ELFv2 ABI.
14031         (LOCALENTRY): New macro.
14032         (ENTRY, EALIGN): Use it.
14033         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14034         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14035         fall through into ENTRY entry point.
14036         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14037         Only define if _CALL_ELF != 2.
14038
14039         (elf_machine_matches_host): Verify ABI version matches.
14040         (RTLD_START): Use LOCALENTRY.
14041         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14042         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14043         (PLT_ENTRY_WORDS): New macro.
14044         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14045         (elf_machine_runtime_setup): Support ELFv2 ABI.
14046         (elf_machine_fixup_plt): Likewise.
14047         (elf_machine_plt_conflict): Likewise.
14048         (resolve_ifunc): Likewise.
14049         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14050         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14051         Likewise.
14052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14053         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14055         (makecontext): Support ELFv2 ABI.
14056         * elf/elf.h (EF_PPC64_ABI): Define.
14057
14058 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14059
14060         * sysdeps/powerpc/powerpc64/sysdep.h
14061         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14062         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14063         (ENTRY) [ASSEMBLER]: ... but instead here ...
14064         (EALIGN) [ASSEMBLER]: ... and here.
14065         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14066         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14067         (ENTRY_2) [!ASSEMBLER]: Use it.
14068         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14069         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14070         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14071         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14072         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14074         Use PPC64_LOAD_FUNCPTR.
14075
14076         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14077
14078 2013-12-04  Alan Modra  <amodra@gmail.com>
14079
14080         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14081         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14082         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14083         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14084
14085         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14086         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14087         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14088         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14089         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14090         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14091
14092 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14093
14094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14095         (__makecontext): Fix incorrect CFI when backtracing out of
14096         context created via makecontext.
14097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14098         (__setcontext): Fix incorrect CFI during switch to new context.
14099         (__novec_setcontext): Likewise.
14100
14101 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14102
14103         [BZ #4772]
14104         * time/strptime_l.c (__strptime_internal): Allow modifiers
14105         in strptime.
14106         * time/tst-strptime.c (day_tests): Add testcase.
14107
14108 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14109
14110         * scripts/bench.pl: Skip over blank lines.
14111
14112 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14113
14114         [BZ #926]
14115         * manual/time.texi (Calendar Time): Clarify what timezone functions
14116         use.
14117
14118 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14119
14120         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14121
14122 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14123
14124         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14125         implementation.
14126         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14127         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14128         * debug/memset_chk.c (__memset_chk): Likewise.
14129         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14130         * debug/strncpy_chk.c: Likewise.
14131
14132 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14133
14134         [BZ #15268]
14135         [BZ #15425]
14136         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14137         (__ieee754_exp): For possibly underflowing results, check size of
14138         result and force underflow exception if required.
14139         * math/auto-libm-test-in: Add more tests of exp.
14140         * math/auto-libm-test-out: Regenerated.
14141         * sysdeps/i386/fpu/libm-test-ulps: Update.
14142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14143
14144         [BZ #16283]
14145         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14146         * math/w_exp2f.c (__exp2f): Likewise.
14147         * math/w_exp2l.c (__exp2l): Likewise.
14148         * math/auto-libm-test-in: Do not allow missing errno on exp2
14149         underflow.
14150         * math/auto-libm-test-out: Regenerated.
14151
14152 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14153
14154         [BZ #16274]
14155         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14156         handle filename validation.
14157         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14158         (do_open): Delete.
14159
14160 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14161
14162         [BZ #6786]
14163         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14164         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14165         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14166         <float.h>.
14167         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14168         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14169         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14170         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14171         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14172         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14173         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14174         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14175         Add more erfc tests.
14176         * math/auto-libm-test-out: Regenerated.
14177         * sysdeps/i386/fpu/libm-test-ulps: Update.
14178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14179
14180         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14181         exp2, expm1, j0 and j1.
14182         * math/auto-libm-test-out: Regenerated.
14183         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14184         (erfc_test_data): Likewise.
14185         (exp_test_data): Likewise.
14186         (exp_tonearest_test_data): Likewise.
14187         (exp_towardzero_test_data): Likewise.
14188         (exp_downward_test_data): Likewise.
14189         (exp_upward_test_data): Likewise.
14190         (exp10_test_data): Likewise.
14191         (exp2_test_data): Likewise.
14192         (expm1_test_data): Likewise.
14193         (j0_test_data): Likewise.
14194         (j1_test_data): Likewise.
14195         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14196         (input_flag_type): Add flag_xfail_rounding.
14197         (input_flags): Add xfail-rounding.
14198         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14199         (output_for_one_input_case): Handle flag_xfail_rounding.
14200         * sysdeps/i386/fpu/libm-test-ulps: Update.
14201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14202
14203 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14204
14205         [BZ #16289]
14206         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14207         division by 0.
14208
14209 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14210
14211         [BZ #16195]
14212         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14213         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14214         (STAP_PROBE0): New macro.
14215         (STAP_PROBE1): Likewise.
14216         (STAP_PROBE2): Likewise.
14217         (STAP_PROBE3): Likewise.
14218         (STAP_PROBE4): Likewise.
14219
14220 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14221
14222         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14223
14224 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14225
14226         * benchtests/Makefile (bench): Add sqrt.
14227         (LDLIBS-bench-sqrt): New.
14228         * benchtests/sqrt-input: New.
14229
14230 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14231
14232         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14233         (GAIH_EAI): Likewise.
14234         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14235         (gaih_inet): Likewise.
14236         (getaddrinfo): Don't use GAIH_EAI.
14237
14238         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14239         (struct gaih): Remove definition.
14240
14241 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14242
14243         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14244         Use HERRNOP directly.
14245
14246 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14247
14248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14249
14250 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14251
14252         * math/gen-auto-libm-tests.c (test_functions): Add more
14253         single-argument functions.
14254         (special_fill_pi_2): New function.
14255         (special_fill_minus_pi_2): Likewise.
14256         (special_fill_pi_6): Likewise.
14257         (special_fill_minus_pi_6): Likewise.
14258         (special_fill_pi_3): Likewise.
14259         (special_fill_2pi_3): Likewise.
14260         (special_fill_e): Likewise.
14261         (special_fill_1_e): Likewise.
14262         (special_fill_e_minus_1): Likewise.
14263         (special_real_inputs): Add more special inputs.
14264         (output_for_one_input_case): Do not require ERANGE on underflow to
14265         zero if round-to-nearest result does not underflow to zero, unless
14266         exact results required.
14267         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14268         atan, atanh, cbrt, cos and cosh.
14269         * math/auto-libm-test-out: Regenerated.
14270         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14271         (acos_tonearest_test_data): Likewise.
14272         (acos_towardzero_test_data): Likewise.
14273         (acos_downward_test_data): Likewise.
14274         (acos_upward_test_data): Likewise.
14275         (acosh_test_data): Likewise.
14276         (asin_test_data): Likewise.
14277         (asin_tonearest_test_data): Likewise.
14278         (asin_towardzero_test_data): Likewise.
14279         (asin_upward_test_data): Likewise.
14280         (asinh_test_data): Likewise.
14281         (atan_test_data): Likewise.
14282         (atanh_test_data): Likewise.
14283         (cbrt_test_data): Likewise.
14284         (cos_test_data): Likewise.
14285         (cos_tonearest_test_data): Likewise.
14286         (cos_towardzero_test_data): Likewise.
14287         (cos_downward_test_data): Likewise.
14288         (cos_upward_test_data): Likewise.
14289         (cosh_test_data): Likewise.
14290         (cosh_tonearest_test_data): Likewise.
14291         (cosh_towardzero_test_data): Likewise.
14292         (cosh_downward_test_data): Likewise.
14293         (cosh_upward_test_data): Likewise.
14294         * sysdeps/i386/fpu/libm-test-ulps: Update.
14295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14296
14297 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14298
14299         [BZ #6787]
14300         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14301         * math/w_exp10f.c (__exp10f): Likewise.
14302         * math/w_exp10l.c (__exp10l): Likewise.
14303         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14304         errno settings in existing tests.
14305
14306         [BZ #14032]
14307         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14308         precision control set to double precision.
14309         * sysdeps/i386/fpu/w_sqrt.c: New file.
14310         * math/auto-libm-test-in: Add more tests.
14311         * math/auto-libm-test-out: Update.
14312
14313         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14314         (sqrt_test_tonearest): New function.
14315         (sqrt_towardzero_test_data): New variable.
14316         (sqrt_test_towardzero): New function.
14317         (sqrt_downward_test_data): New variable.
14318         (sqrt_test_downward): New function.
14319         (sqrt_upward_test_data): New variable.
14320         (sqrt_test_upward): New function.
14321         (main): Call the new functions.
14322
14323         * math/gen-auto-libm-tests.c: New file.
14324         * math/auto-libm-test-in: Likewise.
14325         * math/auto-libm-test-out: New generated file.
14326         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14327         variables.
14328         (%beautify): Add generated representations of zero.
14329         (top level): Set $auto_input and call parse_auto_input.
14330         (beautify): Remove trailing "f" from hex float constants.
14331         (parse_args): Handle XFAIL_TEST.
14332         (convert_condition): New function.
14333         (or_value): Likewise.
14334         (or_cond_value): Likewise.
14335         (generate_testfile): Handle AUTO_TESTS_* lines.
14336         (parse_auto_input): New function.
14337         * math/libm-test.inc (XFAIL_TEST): New macro.
14338         (ERRNO_UNCHANGED): Update value.
14339         (ERRNO_EDOM): Likewise.
14340         (ERRNO_ERANGE): Likewise.
14341         (IGNORE_RESULT): Likewise.
14342         (TEST_COND_flt_32): New macro.
14343         (TEST_COND_dbl_64): Likewise.
14344         (TEST_COND_ldbl_96_intel): Likewise.
14345         (TEST_COND_ldbl_96_m68k): Likewise.
14346         (TEST_COND_ldbl_128): Likewise.
14347         (TEST_COND_ldbl_128ibm): Likewise.
14348         (TEST_COND_long32): Likewise.
14349         (TEST_COND_long64): Likewise.
14350         (TEST_COND_before_rounding): Likewise.
14351         (TEST_COND_after_rounding): Likewise.
14352         (enable_test): Handle XFAIL_TEST flag.
14353         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14354         with finite results.
14355         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14356         auto-libm-test-out.
14357
14358 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14359             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14360
14361         [BZ #16214]
14362         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14363         __tls_get_addr_internal instead of __tls_get_offset in order to
14364         avoid GOT pointer dependency.  Make rtld export
14365         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14366         __tls_get_addr since we are a __tls_get_offset platform.
14367         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14368         GOT pointer being set up before.
14369         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14370
14371 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14372
14373         * manual/math.texi (Errors in Math Functions): Document accuracy
14374         goals.
14375
14376         [BZ #15004]
14377         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14378         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14379         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14380         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14381         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14382         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14383         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14384         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14385         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14386         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14387         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14388         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14389         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14390         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14391         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14392         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14393
14394         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14395         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14396         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14397         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14398         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14399         Likewise.
14400         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14401         Likewise.
14402         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14403         Likewise.
14404         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14405         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14406         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14407         atomic-feupdateenv and flt-rounds.
14408         * sysdeps/powerpc/nofpu/Versions (libc): Add
14409         __atomic_feholdexcept, __atomic_feclearexcept,
14410         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14411         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14412         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14413         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14414         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14415         here.
14416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14417         Update.
14418
14419         * manual/arith.texi (FP Exceptions): Document that exceptions may
14420         not be raised when matherr is used.
14421         (Math Error Reporting): Document overflow in directed rounding
14422         modes.  Document that errno may not be set when finite values are
14423         returned on overflow.  Document intent to set errno on underflow
14424         only for underflow to zero.
14425
14426         [BZ #16271]
14427         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14428         round-to-nearest then adjust result for other rounding modes.
14429         * include/fenv.h (fegetround): Use libm_hidden_proto.
14430         * math/fegetround.c (fegetround): Use libm_hidden_def.
14431         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14432         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14433         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14434         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14435         Likewise.
14436         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14437         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14438         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14439         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14440
14441 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14442
14443         [BZ #16077]
14444         * nss/Versions (libnss_files): Add
14445         _nss_files_gethostbyname3_r.
14446         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14447         New function.
14448         (HOST_DB_LOOKUP): Remove macro.
14449         (_nss_files_gethostbyname_r): Implement function without the
14450         HOST_DB_LOOKUP macro.
14451         (_nss_files_gethostbyname2_r): Likewise.
14452
14453 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14454
14455         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14456
14457 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14458
14459         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14460         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14461         warning.
14462
14463 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14464
14465         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14466         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14467         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14468         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14469         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14470         __fe_nomask_env_priv and attribute_hidden.
14471         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14472         (libc_feupdateenv_test_ppc): Likewise.
14473         (libc_feresetround_ppc): Likewise.
14474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14475         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14476         compat_symbol macro.
14477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14478         (__fe_nomask_env): Likewise.
14479         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14480
14481 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14482
14483         * string/Makefile: Remove ifunc tests.
14484         * string/test-string.h: Define TEST_IFUNC.
14485         * string/test-bcopy-ifunc.c: Remove.
14486         * string/test-bzero-ifunc.c: Likewise.
14487         * string/test-memccpy-ifunc.c: Likewise.
14488         * string/test-memchr-ifunc.c: Likewise.
14489         * string/test-memcmp-ifunc.c: Likewise.
14490         * string/test-memcpy-ifunc.c: Likewise.
14491         * string/test-memmem-ifunc.c: Likewise.
14492         * string/test-memmove-ifunc.c: Likewise.
14493         * string/test-mempcpy-ifunc.c: Likewise.
14494         * string/test-memrchr-ifunc.c: Likewise.
14495         * string/test-memset-ifunc.c: Likewise.
14496         * string/test-rawmemchr-ifunc.c: Likewise.
14497         * string/test-stpcpy-ifunc.c: Likewise.
14498         * string/test-stpncpy-ifunc.c: Likewise.
14499         * string/test-strcasecmp-ifunc.c: Likewise.
14500         * string/test-strcasestr-ifunc.c: Likewise.
14501         * string/test-strcat-ifunc.c: Likewise.
14502         * string/test-strchr-ifunc.c: Likewise.
14503         * string/test-strchrnul-ifunc.c: Likewise.
14504         * string/test-strcmp-ifunc.c: Likewise.
14505         * string/test-strcpy-ifunc.c: Likewise.
14506         * string/test-strcspn-ifunc.c: Likewise.
14507         * string/test-strlen-ifunc.c: Likewise.
14508         * string/test-strncasecmp-ifunc.c: Likewise.
14509         * string/test-strncat-ifunc.c: Likewise.
14510         * string/test-strncmp-ifunc.c: Likewise.
14511         * string/test-strncpy-ifunc.c: Likewise.
14512         * string/test-strnlen-ifunc.c: Likewise.
14513         * string/test-strpbrk-ifunc.c: Likewise.
14514         * string/test-strrchr-ifunc.c: Likewise.
14515         * string/test-strspn-ifunc.c: Likewise.
14516         * string/test-strstr-ifunc.c: Likewise.
14517
14518 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14519
14520         * benchtests/Makefile: Remove ifunc tests.
14521         * benchtests/bench-string.h: Define TEST_IFUNC.
14522         * benchtests/bench-bcopy-ifunc.c: Remove.
14523         * benchtests/bench-bzero-ifunc.c: Likewise.
14524         * benchtests/bench-memccpy-ifunc.c: Likewise.
14525         * benchtests/bench-memchr-ifunc.c: Likewise.
14526         * benchtests/bench-memcmp-ifunc.c: Likewise.
14527         * benchtests/bench-memcpy-ifunc.c: Likewise.
14528         * benchtests/bench-memmem-ifunc.c: Likewise.
14529         * benchtests/bench-memmove-ifunc.c: Likewise.
14530         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14531         * benchtests/bench-memrchr-ifunc.c: Likewise.
14532         * benchtests/bench-memset-ifunc.c: Likewise.
14533         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14534         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14535         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14536         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14537         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14538         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14539         * benchtests/bench-strcat-ifunc.c: Likewise.
14540         * benchtests/bench-strchr-ifunc.c: Likewise.
14541         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14542         * benchtests/bench-strcmp-ifunc.c: Likewise.
14543         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14544         * benchtests/bench-strcpy-ifunc.c: Likewise.
14545         * benchtests/bench-strcspn-ifunc.c: Likewise.
14546         * benchtests/bench-strlen-ifunc.c: Likewise.
14547         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14548         * benchtests/bench-strncat-ifunc.c: Likewise.
14549         * benchtests/bench-strncmp-ifunc.c: Likewise.
14550         * benchtests/bench-strncpy-ifunc.c: Likewise.
14551         * benchtests/bench-strnlen-ifunc.c: Likewise.
14552         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14553         * benchtests/bench-strrchr-ifunc.c: Likewise.
14554         * benchtests/bench-strsep-ifunc.c: Likewise.
14555         * benchtests/bench-strspn-ifunc.c: Likewise.
14556         * benchtests/bench-strstr-ifunc.c: Likewise.
14557
14558 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14559
14560         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14561
14562 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14563
14564         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14565         * rt/aio.h: Likewise.
14566         * sysdeps/gnu/bits/utmp.h: Likewise.
14567         * sysdeps/gnu/bits/utmpx.h: Likewise.
14568         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14569         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14570         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14571         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14572         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14573         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14574         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14575         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14576         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14577         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14578         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14579         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14580         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14582         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14583         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14584         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14585         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14586         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14587         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14588         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14589         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14590         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14591         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14592         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14593         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14594         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14595         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14596         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14597         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14598         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14599         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14600         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14601         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14602         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14603         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14604         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14605         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14606         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14607         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14608         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14609         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14610
14611 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14612
14613         [BZ #16245]
14614         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14615         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14616
14617 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14618
14619         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14620         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14621         Likewise.
14622
14623 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14624
14625         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14626         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14627         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14628         (__fesetround): Remove define.
14629         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14630         rounding and exceptions handling.
14631         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14632         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14633         (__fe_nomask_env): Likewise.
14634         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14635         __fegetround instead of fegetround.
14636         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14637         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14638
14639 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14640
14641         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14642         it's there.
14643
14644         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14645
14646 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14647
14648         [BZ #11157]
14649         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14650         (encrypt_r): Likewise.
14651         * malloc/obstack.h (obstack_free): Likewise.
14652         * posix/unistd.h (encrypt): Likewise.
14653
14654 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14655
14656         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14657         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14658         DL_CALL_DT_FINI() that call the functions directly.
14659         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14660         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14661         * elf/dl-fini.c: Likewise.
14662
14663 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14664
14665         * malloc/hooks.c (memalign_check): Add alignment rounding.
14666         * malloc/malloc.c (_mid_memalign): New function.
14667         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14668         Implement by calling _mid_memalign.
14669         * manual/probes.texi (Memory Allocation Probes): Remove
14670         memory_valloc_retry and memory_pvalloc_retry.
14671
14672 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14673
14674         * locale/programs/locarchive.c (open_archive): Add const
14675         qualifier to ARCHIVEFNAME and copy default fname to
14676         DEFAULT_FNAME.
14677
14678         [BZ #15601]
14679         * libio/tst-widetext.input: Rename Oriya to Odia.
14680         * locale/iso-639.def: Likewise.
14681
14682         * manual/probes.texi (Mathematical Function Probes): Add
14683         documentation for sin, cos, asin and acos probes.
14684         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14685         (__sin32): Add slowasin probe.
14686         (__cos32): Add slowacos probe.
14687         (__mpsin): Add slowsin probe.
14688         (__mpcos): Add slowcos probe.
14689
14690 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14691
14692         [BZ #15483]
14693         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14694         thread-local __sim_exceptions_thread and global
14695         __sim_exceptions_global.
14696         (__sim_disabled_exceptions): Change to thread-local
14697         __sim_disabled_exceptions_thread and global
14698         __sim_disabled_exceptions_global.
14699         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14700         and global __sim_round_mode_global.
14701         (__simulate_exceptions): Use thread-local floating-point state and
14702         set global state from it as needed.
14703         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
14704         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
14705         __sim_round_mode_thread.
14706         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
14707         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
14708         and global __sim_exceptions_global.
14709         (__sim_disabled_exceptions): Change to thread-local
14710         __sim_disabled_exceptions_thread and global
14711         __sim_disabled_exceptions_global.
14712         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14713         and global __sim_round_mode_global.
14714         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
14715         (SIM_SET_GLOBAL): Likewise.
14716         * sysdeps/powerpc/soft-fp/sfp-machine.h
14717         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
14718         __sim_round_mode_thread.
14719         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
14720         __sim_disabled_exceptions_thread.
14721         (__sim_exceptions): Change to __sim_exceptions_thread.
14722         (__sim_disabled_exceptions): Change to
14723         __sim_disabled_exceptions_thread.
14724         (__sim_round_mode): Change to __sim_round_mode_thread.
14725         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
14726         thread-local floating-point state and set global state from it as
14727         needed.
14728         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
14729         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
14730         (__sim_disabled_exceptions): Remove extern declaration.
14731         (feenableexcept): Use thread-local floating-point state and set
14732         global state from it as needed.
14733         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
14734         extern declaration.
14735         (__sim_disabled_exceptions): Likewise.
14736         (__sim_round_mode): Likewise.
14737         (__fegetenv): Use thread-local floating-point state.
14738         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
14739         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14740         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
14741         floating-point state and set global state from it as needed.
14742         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
14743         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
14744         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
14745         Likewise.
14746         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
14747         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
14748         Likewise.
14749         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
14750         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
14751         Use __sim_round_mode_thread.
14752         * math/test-fenv-tls.c: New file.
14753         * math/Makefile (tests): Add test-fenv-tls.
14754         ($(objpfx)test-fenv-tls): Depend on
14755         $(common-objpfx)nptl/libpthread.so.
14756
14757 2013-11-19  Andreas Schwab  <schwab@suse.de>
14758
14759         * locale/programs/locale.c (show_info): Decode wordarray elements.
14760         * locale/categories.def (LC_MONETARY): Add element for
14761         _NL_MONETARY_CRNCYSTR.
14762         * locale/C-monetary.c (conversion_rate): New variable.
14763         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
14764         element.
14765
14766 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
14767
14768         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
14769         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
14770
14771 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
14772
14773         * elf/Makefile (tst-auxv): New test.
14774         * elf/tst-auxv.c: New
14775         * elf/rtld.c (dl_main): Adjust AT_EXECFN
14776
14777 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
14778
14779         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
14780         (hidden_proto): Caller changed.
14781         (hidden_tls_proto): New macro.
14782         (libc_hidden_tls_proto): Likewise.
14783         (rtld_hidden_tls_proto): Likewise.
14784         (libm_hidden_tls_proto): Likewise.
14785         (libresolv_hidden_tls_proto): Likewise.
14786         (librt_hidden_tls_proto): Likewise.
14787         (libdl_hidden_tls_proto): Likewise.
14788         (libnss_files_hidden_tls_proto): Likewise.
14789         (libnsl_hidden_tls_proto): Likewise.
14790         (libnss_nisplus_hidden_tls_proto): Likewise.
14791         (libutil_hidden_tls_proto): Likewise.
14792
14793 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
14794
14795         [BZ #10253]
14796         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
14797         (decompose_rpath): Defer expansion to fillin_rpath.
14798         (_dl_init_paths): Pass linkmap to fillin_rpath.
14799
14800 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14801
14802         * benchtests/Makefile: Add strsep.
14803         * benchtests/bench-strsep.c: New file: strsep benchtest.
14804         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
14805
14806 2013-11-18  Andreas Schwab  <schwab@suse.de>
14807
14808         * locale/programs/locale.c (show_info) [case byte]: Check for
14809         '\377' instead of '\177'.
14810         * locale/C-monetary.c (not_available): Always use "\377".
14811         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
14812         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
14813         detect unavailable sign_posn locale elements.
14814         * locale/localeconv.c (__localeconv): For grouping and
14815         mon_grouping handle "\177" and "\377" like no grouping.
14816         (INT_ELEM): New macro.  Use it to set all numeric members.
14817         * locale/programs/ld-monetary.c (monetary_read)
14818         <tok_mon_grouping>: Normalize single -1 to the empty string.
14819         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
14820         Likewise.
14821
14822 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14823
14824         [BZ #16055]
14825         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
14826         when we match (nil).
14827         * stdio-common/tst-sscanf.c (struct test): Add testcase.
14828
14829 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
14830
14831         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
14832         (NO_TEST_INLINE): Update value.
14833         (ERRNO_UNCHANGED): Likewise.
14834         (ERRNO_EDOM): Likewise.
14835         (ERRNO_ERANGE): Likewise.
14836         (IGNORE_RESULT): Likewise.
14837         (check_float_internal): Check signs of NaN results if
14838         TEST_NAN_SIGN used.
14839         (check_complex): Pass TEST_NAN_SIGN flag through to second
14840         check_float_internal call.
14841         (copysign_test_data): Add tests with quiet NaNs as second
14842         argument.  Use TEST_NAN_SIGN.
14843         (fabs_test_data): Add test of negative quiet NaN argument.  Use
14844         TEST_NAN_SIGN.
14845         (signbit_test_data): Add tests of quiet NaN argument.
14846         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
14847
14848         * math/gen-libm-test.pl (show_exceptions): Take extra argument
14849         $ignore_result.
14850         (parse_args): Handle function results specified as IGNORE.
14851         * math/libm-test.inc (IGNORE_RESULT): New macro.
14852         (check_float_internal): Do not check numerical result if flag
14853         IGNORE_RESULT set.
14854         (check_complex): Pass through IGNORE_RESULT to second
14855         check_float_internal call.
14856         (check_int): Do not check numerical result if flag IGNORE_RESULT
14857         set.
14858         (check_long): Likewise.
14859         (check_bool): Likewise.
14860         (check_longlong): Likewise.
14861         (lrint_test_data): Add tests of infinite and NaN arguments.
14862         (lrint_tonearest_test_data): Likewise.
14863         (lrint_towardzero_test_data): Likewise.
14864         (lrint_downward_test_data): Likewise.
14865         (lrint_upward_test_data): Likewise.
14866         (llrint_test_data): Likewise.
14867         (llrint_tonearest_test_data): Likewise.
14868         (llrint_towardzero_test_data): Likewise.
14869         (llrint_downward_test_data): Likewise.
14870         (llrint_upward_test_data): Likewise.
14871         (lround_test_data): Likewise.
14872         (llround_test_data): Likewise.
14873
14874         * math/libm-test.inc (NO_TEST_INLINE): New macro.
14875         (ERRNO_UNCHANGED): Update value.
14876         (ERRNO_EDOM): Likewise.
14877         (ERRNO_ERANGE): Likewise.
14878         (NO_TEST_INLINE_FLOAT): New macro.
14879         (NO_TEST_INLINE_DOUBLE): Likewise.
14880         (enable_test): New function.
14881         (RUN_TEST_f_f): Check enable_test before running test.
14882         (RUN_TEST_2_f): Likewise.
14883         (RUN_TEST_fff_f): Likewise.
14884         (RUN_TEST_c_f): Likewise.
14885         (RUN_TEST_f_f1): Likewise.
14886         (RUN_TEST_fF_f1): Likewise.
14887         (RUN_TEST_fI_f1): Likewise.
14888         (RUN_TEST_ffI_f1): Likewise.
14889         (RUN_TEST_c_c): Likewise.
14890         (RUN_TEST_cc_c): Likewise.
14891         (RUN_TEST_f_i): Likewise.
14892         (RUN_TEST_f_i_tg): Likewise.
14893         (RUN_TEST_ff_i_tg): Likewise.
14894         (RUN_TEST_f_b): Likewise.
14895         (RUN_TEST_f_b_tg): Likewise.
14896         (RUN_TEST_f_l): Likewise.
14897         (RUN_TEST_f_L): Likewise.
14898         (RUN_TEST_fFF_11): Likewise.
14899         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
14900         conditionals.
14901         (cosh_test_data): Likewise.
14902         (exp_test_data): Likewise.
14903         (expm1_test_data): Likewise.
14904         (hypot_test_data): Likewise.
14905         (pow_test_data): Likewise.
14906         (sinh_test_data): Likewise.
14907         (tanh_test_data): Likewise.
14908         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
14909         flags argument.
14910
14911         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
14912         tests with quiet NaN input and output.
14913         (acosh_test_data): Likewise.
14914         (asin_test_data): Likewise.
14915         (asinh_test_data): Likewise.
14916         (atan_test_data): Likewise.
14917         (atanh_test_data): Likewise.
14918         (atan2_test_data): Likewise.
14919         (cbrt_test_data): Likewise.
14920         (cos_test_data): Likewise.
14921         (cosh_test_data): Likewise.
14922         (erf_test_data): Likewise.
14923         (erfc_test_data): Likewise.
14924         (exp_test_data): Likewise.
14925         (exp10_test_data): Likewise.
14926         (exp2_test_data): Likewise.
14927         (expm1_test_data): Likewise.
14928         (hypot_test_data): Likewise.
14929         (j0_test_data): Likewise.
14930         (j1_test_data): Likewise.
14931         (jn_test_data): Likewise.
14932         (lgamma_test_data): Likewise.
14933         (log_test_data): Likewise.
14934         (log10_test_data): Likewise.
14935         (log1p_test_data): Likewise.
14936         (log2_test_data): Likewise.
14937         (pow_test_data): Likewise.
14938         (scalb_test_data): Likewise.
14939         (sin_test_data): Likewise.
14940         (sincos_test_data): Likewise.
14941         (sinh_test_data): Likewise.
14942         (tan_test_data): Likewise.
14943         (tanh_test_data): Likewise.
14944         (tgamma_test_data): Likewise.
14945         (y0_test_data): Likewise.
14946         (y1_test_data): Likewise.
14947         (yn_test_data): Likewise.
14948
14949         [BZ #16167]
14950         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
14951         argument being NaN and avoid computations with second argument in
14952         that case.
14953         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14954         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
14955         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14956
14957 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
14958
14959         * locale/iso-639.def: Add Chitwani Tharu (the).
14960
14961 2013-11-14  Andreas Schwab  <schwab@suse.de>
14962
14963         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
14964         word instead of empty string.
14965
14966 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14967
14968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14969         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14971         (__fe_nomask_env): Likewise.
14972
14973 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14974
14975         * benchtests/bench-timing.h: Include time.h.
14976
14977 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14978
14979         [BZ #15997]
14980         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14981         to 3.4.0 for x32.
14982         * sysdeps/unix/sysv/linux/configure: Regenerated.
14983
14984 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14985
14986         [BZ #16151]
14987         * stdlib/strtod_l.c (round_and_return): Do not consider
14988         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14989         exponent one less than half the least subnormal exponent.
14990         * stdlib/test-strtod-round-data: Add more tests.
14991         * stdlib/tst-strtod-round.c (tests): Regenerated.
14992
14993 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14994
14995         [BZ #14143]
14996         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14997         (__fe_mask_env): Likewise.
14998         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14999         libm_hidden_proto and add function prototype.
15000         (__fe_mask_env): Add function prototype.
15001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15002         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15004         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15006         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15007
15008 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15009
15010         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15011         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15012
15013 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15014
15015         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15016         of htab_find_slot().
15017
15018 2013-11-11  David S. Miller  <davem@davemloft.net>
15019
15020         [BZ #16150]
15021         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15022         symbol in the non-vis3 case in static builds.
15023         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15024         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15025         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15026         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15027
15028 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15029
15030         [BZ #387]
15031         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15032         it is empty.
15033
15034 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15035
15036         * benchtests/Makefile: Add bench-strtod.
15037         * benchtests/bench-strtod.c: New file: strtod benchtest
15038
15039 2013-11-11  Andreas Schwab  <schwab@suse.de>
15040
15041         [BZ #16153]
15042         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15043         terminating NUL in key length.
15044
15045 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15046
15047         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15048         Add artificial ODP entry for vDSO symbol for PPC64.
15049         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15050         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15051
15052 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15053
15054         [BZ #15374]
15055         * nss/getent.c (services_keys): Recognize services starting with digit.
15056
15057 2013-11-06  David S. Miller  <davem@davemloft.net>
15058
15059         [BZ #15985]
15060         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15061         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15062
15063 2013-11-06  Will Newton  <will.newton@linaro.org>
15064
15065         * manual/memory.texi (Malloc Examples): Remove register
15066         keyword from examples.
15067
15068 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15069
15070         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15071
15072 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15073
15074         [BZ #6981]
15075         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15076         depending on [__GCC_IEC_559 > 0].
15077         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15078         depending on [__GCC_IEC_559_COMPLEX > 0].
15079
15080 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15081
15082         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15083         to iso-639.def.
15084
15085 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15086
15087         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15088
15089 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15090
15091         [BZ #16112]
15092         * malloc/malloc (malloc_info): Do not handle first bin as
15093         special case.
15094
15095 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15096
15097         * locale/iso-639.def: Add Central Nahuatl (nhn).
15098
15099 2013-11-01  Bruno Haible  <bruno@clisp.org>
15100
15101         [BZ #7003]
15102         * manual/math.texi (BSD Random): Specify range upper bound as
15103         in POSIX.
15104
15105 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15106
15107         * locale/iso-639.def: Add Meadow Mari (mhr).
15108
15109 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15110
15111         [BZ #14752], [BZ #15763]
15112         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15113         Validate name.
15114         * rt/tst_shm.c: Add test for escaping directory.
15115
15116 2013-10-31  Andreas Schwab  <schwab@suse.de>
15117
15118         [BZ #15917]
15119         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15120         followed by 'x' as part of digit sequence.
15121         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15122
15123 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15124
15125         [BZ #16037]
15126         * configure.ac: allow GNU Make 4.0 and greater.
15127         * configure: Regenerated.
15128
15129 2013-10-30  Will Newton  <will.newton@linaro.org>
15130
15131         [BZ #16038]
15132         * malloc/hooks.c (memalign_check): Limit alignment to the
15133         maximum representable power of two.
15134         * malloc/malloc.c (__libc_memalign): Likewise.
15135         * malloc/tst-memalign.c (do_test): Add test for very
15136         large alignment values.
15137         * malloc/tst-posix_memalign.c (do_test): Likewise.
15138
15139 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15140
15141         [BZ #11087]
15142         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15143         (munmap_chunk): Likewise.
15144         (mremap_chunk): Likewise.
15145
15146 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15147
15148         [BZ #15799]
15149         * stdlib/div.c (div): Remove obsolete code.
15150         * stdlib/ldiv.c (ldiv): Likewise.
15151         * stdlib/lldiv.c (lldiv): Likewise.
15152
15153 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15154
15155         [BZ #16071]
15156         * nss/nss_files/files-XXX.c (get_contents_ret): New
15157         enumerator.
15158         (get_contents): New function.
15159         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15160
15161 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15162
15163         * configure.in: Moved to ...
15164         * configure.ac: ... here. Change reference to configure.in
15165         to configure.ac.
15166         * sysdeps/arm/preconfigure.ac: ... here.
15167         configure.in to configure.ac.
15168         * sysdeps/gnu/configure.in: Moved to ...
15169         * sysdeps/gnu/configure.ac: ... here.
15170         * sysdeps/i386/configure.in: Moved to ...
15171         * sysdeps/i386/configure.ac: ... here.
15172         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15173         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15174         * sysdeps/mach/configure.in: Moved to ...
15175         * sysdeps/mach/configure.ac: ... here.
15176         * sysdeps/mach/hurd/configure.in: Moved to ...
15177         * sysdeps/mach/hurd/configure.ac: ... here.
15178         * sysdeps/powerpc/configure.in: Moved to ...
15179         * sysdeps/powerpc/configure.ac: ... here.
15180         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15181         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15182         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15183         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15184         * sysdeps/s390/s390-32/configure.in: Moved to ...
15185         * sysdeps/s390/s390-32/configure.ac: ... here.
15186         * sysdeps/s390/s390-64/configure.in: Moved to ...
15187         * sysdeps/s390/s390-64/configure.ac: ... here.
15188         * sysdeps/sh/configure.in: Moved to ...
15189         * sysdeps/sh/configure.ac: ... here.
15190         * sysdeps/sparc/configure.in: Moved to ...
15191         * sysdeps/sparc/configure.ac: ... here.
15192         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15193         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15194         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15195         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15196         * sysdeps/x86_64/configure.in: Moved to ...
15197         * sysdeps/x86_64/configure.ac: ... here.
15198         * sysdeps/x86_64/preconfigure.in: Moved to ...
15199         * sysdeps/x86_64/preconfigure.ac: ... here.
15200         * aclocal.m4: Change reference to configure.in to configure.ac.
15201         * config.h.in: Likewise.
15202         * manual/install.texi: Likewise.
15203         * manual/maint.texi: Likewise.
15204         * Makefile: Likewise.
15205         * malloc/Makefile: Likewise.
15206         * nscd/Makefile: Likewise.
15207         * Makeconfig: Change reference to configure.in and
15208         preconfigure.in to configure.ac and preconfigure.ac
15209         respectively.
15210         * INSTALL: Regenerated.
15211         * configure: Likewise.
15212         * sysdeps/gnu/configure: Likewise.
15213         * sysdeps/i386/configure: Likewise.
15214         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15215         * sysdeps/mach/configure: Likewise.
15216         * sysdeps/mach/hurd/configure: Likewise.
15217         * sysdeps/powerpc/configure: Likewise.
15218         * sysdeps/powerpc/powerpc32/configure: Likewise.
15219         * sysdeps/powerpc/powerpc64/configure: Likewise.
15220         * sysdeps/s390/s390-32/configure: Likewise.
15221         * sysdeps/s390/s390-64/configure: Likewise.
15222         * sysdeps/sh/configure: Likewise.
15223         * sysdeps/sparc/configure: Likewise.
15224         * sysdeps/unix/sysv/linux/configure: Likewise.
15225         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15226         * sysdeps/x86_64/configure: Likewise.
15227         * sysdeps/x86_64/preconfigure: Likewise.
15228
15229 2013-10-29  Andreas Schwab  <schwab@suse.de>
15230
15231         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15232
15233 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15234
15235         * benchtests/pow-inputs: Add new inputs.
15236
15237         * benchtests/exp-inputs: Add new inputs.
15238
15239         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15240         conditional check for return value.
15241         (__cos32): Likewise.
15242
15243 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15244
15245         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15246         to provide a boost for large inputs with word alignment.
15247         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15248         implementation based on optimized PPC64 strcpy.
15249         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15250         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15251         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15252         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15253
15254 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15255
15256         [BZ #2801]
15257         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15258
15259 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15260
15261         [BZ #14876]
15262         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15263         * time/tst-strptime.c (day_tests): Add testcase.
15264
15265 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15266
15267         [BZ #14029]
15268         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15269
15270 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15271
15272         [BZ #16074]
15273         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15274         MAP_FAILED on error.
15275
15276 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15277
15278         [BZ #16072]
15279         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15280         heap for large requests.
15281
15282 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15283
15284         [BZ #9954]
15285         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15286         result if the result has no associated interface.
15287         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15288         interface for all 127.X.Y.Z addresses.
15289
15290 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15291
15292         * locale/iso-639.def: Add Ligurian (lij)
15293
15294 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15295
15296         [BZ #15825]
15297         * sunrpc/rpc_main.c: Document rpcgen -5.
15298
15299 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15300
15301         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15302
15303 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15304
15305         [BZ #10278]
15306         * posix/glob.c: Match only directories when trailing slash is present.
15307         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15308         (main): Add testcase.
15309
15310 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15311
15312         [BZ #15670]
15313         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15314
15315 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15316
15317         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15318         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15319         AUTH_DES and cindex for FIPS 140-2.
15320         (DES Encryption): Add cindex FIPS 46-3.
15321
15322         * locale/locarchive.h (struct locarhandle): Add fname.
15323         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15324         if an optional argument was specified to --list-archive,
15325         otherwise NULL.
15326         * locale/programs/locarchive.c (show_archive_content): Take new
15327         argument fname and pass it via ah.fname to open_archive.
15328         * locale/programs/localedef.h: Update decl.
15329         (open_archive): If AH->fname is non-null, open that file
15330         rather than the default file name, and don't ignore ENOENT.
15331         (create_archive): Set AH.fname to NULL.
15332         (delete_locales_from_archive): Likewise.
15333         (add_locales_to_archive): Likewise.
15334         * locale/programs/locfile.c (write_all_categories): Likewise.
15335
15336 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15337             Aldy Hernandez  <aldyh@redhat.com>
15338
15339         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15340         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15341         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15342         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15343         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15344         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15345         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15346         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15347         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15348         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15349         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15350         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15351         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15352         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15353         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15354         Likewise.
15355         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15356         Likewise.
15357         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15358         Likewise.
15359         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15360         Likewise.
15361         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15362         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15363         Likewise.
15364         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15365         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15366         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15367         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15368         Likewise.
15369         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15370         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15371         * sysdeps/powerpc/preconfigure: Likewise.
15372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15373         Likewise.
15374         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15375         Replace contents of file by #include of <fenv_libc.h>.
15376         * sysdeps/powerpc/soft-fp/sfp-machine.h
15377         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15378         and <sys/prctl.h>.
15379         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15380         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15381         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15382         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15383         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15384         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15385         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15386         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15387         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15388         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15389         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15390         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15392         Allow copysignl PLT reference to be missing.
15393
15394 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15395             Joseph Myers  <joseph@codesourcery.com
15396
15397         [BZ #15948]
15398         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15399         single character.
15400         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15401
15402 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15403
15404         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15405         * elf/tst-tls1.c: Likewise.
15406         * elf/tst-tls10.h: Likewise.
15407         * elf/tst-tls14.c: Likewise.
15408         * elf/tst-tls2.c: Likewise.
15409         * elf/tst-tls3.c: Likewise.
15410         * elf/tst-tls4.c: Likewise.
15411         * elf/tst-tls5.c: Likewise.
15412         * elf/tst-tls6.c: Likewise.
15413         * elf/tst-tls7.c: Likewise.
15414         * elf/tst-tls8.c: Likewise.
15415         * elf/tst-tls9.c: Likewise.
15416         * elf/tst-tlsmod1.c: Likewise.
15417         * elf/tst-tlsmod13.c: Likewise.
15418         * elf/tst-tlsmod13a.c: Likewise.
15419         * elf/tst-tlsmod14a.c: Likewise.
15420         * elf/tst-tlsmod16a.c: Likewise.
15421         * elf/tst-tlsmod16b.c: Likewise.
15422         * elf/tst-tlsmod2.c: Likewise.
15423         * elf/tst-tlsmod3.c: Likewise.
15424         * elf/tst-tlsmod4.c: Likewise.
15425         * elf/tst-tlsmod5.c: Likewise.
15426         * elf/tst-tlsmod6.c: Likewise.
15427
15428 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15429
15430         [BZ #12486]
15431         * malloc/malloc.c: remove checks for statistics.
15432
15433 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15434
15435         [BZ #15277]
15436         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15437         * inet/tst-network.c: Add testcase.
15438
15439 2013-10-17  Andreas Schwab  <schwab@suse.de>
15440
15441         [BZ #15218]
15442         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15443         to determine canonical name.
15444
15445 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15446
15447         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15448         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15449         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15450         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15451         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15452         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15453         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15454         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15455         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15456         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15457         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15458         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15459         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15460         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15461         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15462         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15463         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15464         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15465         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15466         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15467         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15468         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15469         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15470         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15471         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15472         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15473         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15474         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15475         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15476         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15477         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15478         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15479         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15480         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15481         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15482         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15483         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15484         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15485         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15486         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15487         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15488         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15489         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15490         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15491         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15492         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15493         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15494         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15495         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15496         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15497         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15498         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15499         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15500         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15501         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15502         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15503         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15504         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15505
15506 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15507
15508         [BZ #16041]
15509         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15510         make result into a quiet NaN.
15511
15512 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15513
15514         * soft-fp/adddf3.c: Fix horizontal whitespace.
15515         * soft-fp/addsf3.c: Likewise.
15516         * soft-fp/addtf3.c: Likewise.
15517         * soft-fp/divdf3.c: Likewise.
15518         * soft-fp/divsf3.c: Likewise.
15519         * soft-fp/divtf3.c: Likewise.
15520         * soft-fp/double.h: Likewise.
15521         * soft-fp/eqdf2.c: Likewise.
15522         * soft-fp/eqsf2.c: Likewise.
15523         * soft-fp/eqtf2.c: Likewise.
15524         * soft-fp/extenddftf2.c: Likewise.
15525         * soft-fp/extended.h: Likewise.
15526         * soft-fp/extendsfdf2.c: Likewise.
15527         * soft-fp/extendsftf2.c: Likewise.
15528         * soft-fp/extendxftf2.c: Likewise.
15529         * soft-fp/fixdfdi.c: Likewise.
15530         * soft-fp/fixdfsi.c: Likewise.
15531         * soft-fp/fixdfti.c: Likewise.
15532         * soft-fp/fixsfdi.c: Likewise.
15533         * soft-fp/fixsfsi.c: Likewise.
15534         * soft-fp/fixsfti.c: Likewise.
15535         * soft-fp/fixtfdi.c: Likewise.
15536         * soft-fp/fixtfsi.c: Likewise.
15537         * soft-fp/fixtfti.c: Likewise.
15538         * soft-fp/fixunsdfdi.c: Likewise.
15539         * soft-fp/fixunsdfsi.c: Likewise.
15540         * soft-fp/fixunsdfti.c: Likewise.
15541         * soft-fp/fixunssfdi.c: Likewise.
15542         * soft-fp/fixunssfsi.c: Likewise.
15543         * soft-fp/fixunssfti.c: Likewise.
15544         * soft-fp/fixunstfdi.c: Likewise.
15545         * soft-fp/fixunstfsi.c: Likewise.
15546         * soft-fp/fixunstfti.c: Likewise.
15547         * soft-fp/floatdidf.c: Likewise.
15548         * soft-fp/floatdisf.c: Likewise.
15549         * soft-fp/floatditf.c: Likewise.
15550         * soft-fp/floatsidf.c: Likewise.
15551         * soft-fp/floatsisf.c: Likewise.
15552         * soft-fp/floatsitf.c: Likewise.
15553         * soft-fp/floattidf.c: Likewise.
15554         * soft-fp/floattisf.c: Likewise.
15555         * soft-fp/floattitf.c: Likewise.
15556         * soft-fp/floatundidf.c: Likewise.
15557         * soft-fp/floatundisf.c: Likewise.
15558         * soft-fp/floatunditf.c: Likewise.
15559         * soft-fp/floatunsidf.c: Likewise.
15560         * soft-fp/floatunsisf.c: Likewise.
15561         * soft-fp/floatunsitf.c: Likewise.
15562         * soft-fp/floatuntidf.c: Likewise.
15563         * soft-fp/floatuntisf.c: Likewise.
15564         * soft-fp/floatuntitf.c: Likewise.
15565         * soft-fp/fmadf4.c: Likewise.
15566         * soft-fp/fmasf4.c: Likewise.
15567         * soft-fp/fmatf4.c: Likewise.
15568         * soft-fp/gedf2.c: Likewise.
15569         * soft-fp/gesf2.c: Likewise.
15570         * soft-fp/getf2.c: Likewise.
15571         * soft-fp/ledf2.c: Likewise.
15572         * soft-fp/lesf2.c: Likewise.
15573         * soft-fp/letf2.c: Likewise.
15574         * soft-fp/muldf3.c: Likewise.
15575         * soft-fp/mulsf3.c: Likewise.
15576         * soft-fp/multf3.c: Likewise.
15577         * soft-fp/negdf2.c: Likewise.
15578         * soft-fp/negsf2.c: Likewise.
15579         * soft-fp/negtf2.c: Likewise.
15580         * soft-fp/op-1.h: Likewise.
15581         * soft-fp/op-2.h: Likewise.
15582         * soft-fp/op-4.h: Likewise.
15583         * soft-fp/op-8.h: Likewise.
15584         * soft-fp/op-common.h: Likewise.
15585         * soft-fp/quad.h: Likewise.
15586         * soft-fp/single.h: Likewise.
15587         * soft-fp/soft-fp.h: Likewise.
15588         * soft-fp/sqrtdf2.c: Likewise.
15589         * soft-fp/sqrtsf2.c: Likewise.
15590         * soft-fp/sqrttf2.c: Likewise.
15591         * soft-fp/subdf3.c: Likewise.
15592         * soft-fp/subsf3.c: Likewise.
15593         * soft-fp/subtf3.c: Likewise.
15594         * soft-fp/truncdfsf2.c: Likewise.
15595         * soft-fp/trunctfdf2.c: Likewise.
15596         * soft-fp/trunctfsf2.c: Likewise.
15597         * soft-fp/trunctfxf2.c: Likewise.
15598         * soft-fp/unorddf2.c: Likewise.
15599         * soft-fp/unordsf2.c: Likewise.
15600         * soft-fp/unordtf2.c: Likewise.
15601
15602 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15603
15604         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15605         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15606
15607 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15608
15609         * elf/dl-libc.c: Clear initfini list after freeing.
15610
15611 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15612
15613         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15614         * soft-fp/addsf3.c: Likewise.
15615         * soft-fp/addtf3.c: Likewise.
15616         * soft-fp/divdf3.c: Likewise.
15617         * soft-fp/divsf3.c: Likewise.
15618         * soft-fp/divtf3.c: Likewise.
15619         * soft-fp/double.h: Likewise.
15620         * soft-fp/eqdf2.c: Likewise.
15621         * soft-fp/eqsf2.c: Likewise.
15622         * soft-fp/eqtf2.c: Likewise.
15623         * soft-fp/extenddftf2.c: Likewise.
15624         * soft-fp/extended.h: Likewise.
15625         * soft-fp/extendsfdf2.c: Likewise.
15626         * soft-fp/extendsftf2.c: Likewise.
15627         * soft-fp/extendxftf2.c: Likewise.
15628         * soft-fp/fixdfdi.c: Likewise.
15629         * soft-fp/fixdfsi.c: Likewise.
15630         * soft-fp/fixdfti.c: Likewise.
15631         * soft-fp/fixsfdi.c: Likewise.
15632         * soft-fp/fixsfsi.c: Likewise.
15633         * soft-fp/fixsfti.c: Likewise.
15634         * soft-fp/fixtfdi.c: Likewise.
15635         * soft-fp/fixtfsi.c: Likewise.
15636         * soft-fp/fixtfti.c: Likewise.
15637         * soft-fp/fixunsdfdi.c: Likewise.
15638         * soft-fp/fixunsdfsi.c: Likewise.
15639         * soft-fp/fixunsdfti.c: Likewise.
15640         * soft-fp/fixunssfdi.c: Likewise.
15641         * soft-fp/fixunssfsi.c: Likewise.
15642         * soft-fp/fixunssfti.c: Likewise.
15643         * soft-fp/fixunstfdi.c: Likewise.
15644         * soft-fp/fixunstfsi.c: Likewise.
15645         * soft-fp/fixunstfti.c: Likewise.
15646         * soft-fp/floatdidf.c: Likewise.
15647         * soft-fp/floatdisf.c: Likewise.
15648         * soft-fp/floatditf.c: Likewise.
15649         * soft-fp/floatsidf.c: Likewise.
15650         * soft-fp/floatsisf.c: Likewise.
15651         * soft-fp/floatsitf.c: Likewise.
15652         * soft-fp/floattidf.c: Likewise.
15653         * soft-fp/floattisf.c: Likewise.
15654         * soft-fp/floattitf.c: Likewise.
15655         * soft-fp/floatundidf.c: Likewise.
15656         * soft-fp/floatundisf.c: Likewise.
15657         * soft-fp/floatunsidf.c: Likewise.
15658         * soft-fp/floatunsisf.c: Likewise.
15659         * soft-fp/floatuntidf.c: Likewise.
15660         * soft-fp/floatuntisf.c: Likewise.
15661         * soft-fp/floatuntitf.c: Likewise.
15662         * soft-fp/fmadf4.c: Likewise.
15663         * soft-fp/fmasf4.c: Likewise.
15664         * soft-fp/fmatf4.c: Likewise.
15665         * soft-fp/gedf2.c: Likewise.
15666         * soft-fp/gesf2.c: Likewise.
15667         * soft-fp/getf2.c: Likewise.
15668         * soft-fp/ledf2.c: Likewise.
15669         * soft-fp/lesf2.c: Likewise.
15670         * soft-fp/letf2.c: Likewise.
15671         * soft-fp/muldf3.c: Likewise.
15672         * soft-fp/mulsf3.c: Likewise.
15673         * soft-fp/multf3.c: Likewise.
15674         * soft-fp/negdf2.c: Likewise.
15675         * soft-fp/negsf2.c: Likewise.
15676         * soft-fp/negtf2.c: Likewise.
15677         * soft-fp/op-1.h: Likewise.
15678         * soft-fp/op-2.h: Likewise.
15679         * soft-fp/op-4.h: Likewise.
15680         * soft-fp/op-8.h: Likewise.
15681         * soft-fp/op-common.h: Likewise.
15682         * soft-fp/quad.h: Likewise.
15683         * soft-fp/single.h: Likewise.
15684         * soft-fp/soft-fp.h: Likewise.
15685         * soft-fp/sqrtdf2.c: Likewise.
15686         * soft-fp/sqrtsf2.c: Likewise.
15687         * soft-fp/sqrttf2.c: Likewise.
15688         * soft-fp/subdf3.c: Likewise.
15689         * soft-fp/subsf3.c: Likewise.
15690         * soft-fp/subtf3.c: Likewise.
15691         * soft-fp/truncdfsf2.c: Likewise.
15692         * soft-fp/trunctfdf2.c: Likewise.
15693         * soft-fp/trunctfsf2.c: Likewise.
15694         * soft-fp/trunctfxf2.c: Likewise.
15695         * soft-fp/unorddf2.c: Likewise.
15696         * soft-fp/unordsf2.c: Likewise.
15697         * soft-fp/unordtf2.c: Likewise.
15698
15699 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15700
15701         [BZ #15672]
15702         * misc/error.c (error_tail): Fix possible buffer overflow.
15703
15704 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
15705
15706         [BZ #13028]
15707         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
15708         address.
15709
15710 2013-10-14  P. J. McDermott  <pj@pehjota.net>
15711
15712         [BZ #832]
15713         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
15714         testing pipefail option.
15715
15716 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15717
15718         * soft-fp/double.h: Indent preprocessor directives inside #if.
15719         * soft-fp/extended.h: Likewise.
15720         * soft-fp/op-2.h: Likewise.
15721         * soft-fp/op-4.h: Likewise.
15722         * soft-fp/op-common.h: Likewise.
15723         * soft-fp/quad.h: Likewise.
15724         * soft-fp/single.h: Likewise.
15725         * soft-fp/soft-fp.h: Likewise.
15726
15727 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
15728
15729         * iconv/iconv_prog.c: Fix typos.
15730         * stdio-common/psiginfo-data.h: Likewise.
15731
15732 2013-10-12   Reuben Thomas <rrt@sc3d.org>
15733
15734         [BZ #15764]
15735         * locale/setlocale.c: Fix typo.
15736
15737 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15738
15739         [BZ #16036]
15740         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
15741         signaling NaN arguments.
15742         * soft-fp/unordsf2.c (__unordsf2): Likewise.
15743         * soft-fp/unordtf2.c (__unordtf2): Likewise.
15744
15745         [BZ #14910]
15746         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
15747         unordered operands.
15748         * soft-fp/gesf2.c (__gesf2): Likewise.
15749         * soft-fp/getf2.c (__getf2): Likewise.
15750         * soft-fp/ledf2.c (__ledf2): Likewise.
15751         * soft-fp/lesf2.c (__lesf2): Likewise.
15752         * soft-fp/letf2.c (__letf2): Likewise.
15753
15754         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
15755         * soft-fp/eqsf2.c (__eqsf2): Likewise.
15756         * soft-fp/eqtf2.c (__eqtf2): Likewise.
15757         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
15758         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
15759         * soft-fp/fixdfti.c (__fixdfti): Likewise.
15760         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
15761         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
15762         * soft-fp/fixsfti.c (__fixsfti): Likewise.
15763         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
15764         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
15765         * soft-fp/fixtfti.c (__fixtfti): Likewise.
15766         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
15767         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
15768         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
15769         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
15770         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
15771         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
15772         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
15773         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
15774         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
15775         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
15776         * soft-fp/floatdisf.c (__floatdisf): Likewise.
15777         * soft-fp/floatsisf.c (__floatsisf): Likewise.
15778         * soft-fp/floattidf.c (__floattidf): Likewise.
15779         * soft-fp/floattisf.c (__floattisf): Likewise.
15780         * soft-fp/floattitf.c (__floattitf): Likewise.
15781         * soft-fp/floatundidf.c (__floatundidf): Likewise.
15782         * soft-fp/floatundisf.c (__floatundisf): Likewise.
15783         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
15784         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
15785         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
15786         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
15787         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
15788         * soft-fp/gesf2.c (__gesf2): Likewise.
15789         * soft-fp/getf2.c (__getf2): Likewise.
15790         * soft-fp/ledf2.c (__ledf2): Likewise.
15791         * soft-fp/lesf2.c (__lesf2): Likewise.
15792         * soft-fp/letf2.c (__letf2): Likewise.
15793
15794         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
15795         Undefine and redefine.
15796         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
15797         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
15798         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
15799         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
15800         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15801         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
15802         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15803         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
15804         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15805         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
15806         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15807         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
15808         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15809         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
15810         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15811
15812         [BZ #16032]
15813         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
15814         without decrementing exponent if mantissa >= that for the
15815         denominator, not >.
15816         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
15817         denominator, not >.  Decrement exponent in < case instead of
15818         incrementing in >= case.
15819         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
15820         without decrementing exponent if mantissa >= that for the
15821         denominator, not >.
15822
15823         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
15824         computing saturated result for unsigned overflow.
15825
15826 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15827             Jeff Law  <law@redhat.com>
15828
15829         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
15830         (atan2Mp): Add systemtap probe marker.
15831         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
15832         (__ieee754_log): Add systemtap probe marker.
15833         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
15834         (atanMp): Add systemtap probe marker.
15835         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
15836         (tanMp): Add systemtap probe marker.
15837         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
15838         (__slowexp): Add systemtap probe marker.
15839         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
15840         (__slowpow): Add systemtap probe marker.
15841         * manual/probes.texi: Document probes.
15842
15843 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
15844
15845         [BZ #15362]
15846         * libio/fileops.c (_IO_new_file_write): Return count of bytes
15847         written.
15848         (_IO_new_file_xsputn): Don't return EOF if nothing has been
15849         written.
15850         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
15851         written to buffer but not flushed.
15852         * libio/iofwrite_u.c:  Likewise.
15853         * libio/iopadn.c:  Return bytes returned even if EOF was
15854         encountered.
15855         * libio/iowpadn.c:  Likewise.
15856         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
15857         if _IO_padn does not write the whole buffer.
15858         [!COMPILE_WPRINTF] (PAD): Likewise.
15859
15860 2013-10-10  David S. Miller  <davem@davemloft.net>
15861
15862         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
15863         directory block.
15864
15865 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15866
15867         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
15868         instead of FSF address.
15869         * soft-fp/fixdfti.c: Likewise.
15870         * soft-fp/fixsfti.c: Likewise.
15871         * soft-fp/fixtfti.c: Likewise.
15872         * soft-fp/fixunsdfti.c: Likewise.
15873         * soft-fp/fixunssfti.c: Likewise.
15874         * soft-fp/fixunstfti.c: Likewise.
15875         * soft-fp/floattidf.c: Likewise.
15876         * soft-fp/floattisf.c: Likewise.
15877         * soft-fp/floattitf.c: Likewise.
15878         * soft-fp/floatuntidf.c: Likewise.
15879         * soft-fp/floatuntisf.c: Likewise.
15880         * soft-fp/floatuntitf.c: Likewise.
15881         * soft-fp/trunctfxf2.c: Likewise.
15882
15883         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
15884         * soft-fp/fixdfti.c: Likewise.
15885         * soft-fp/fixsfti.c: Likewise.
15886         * soft-fp/fixtfti.c: Likewise.
15887         * soft-fp/fixunsdfti.c: Likewise.
15888         * soft-fp/fixunssfti.c: Likewise.
15889         * soft-fp/fixunstfti.c: Likewise.
15890         * soft-fp/floattidf.c: Likewise.
15891         * soft-fp/floattisf.c: Likewise.
15892         * soft-fp/floattitf.c: Likewise.
15893         * soft-fp/floatuntidf.c: Likewise.
15894         * soft-fp/floatuntisf.c: Likewise.
15895         * soft-fp/floatuntitf.c: Likewise.
15896         * soft-fp/trunctfxf2.c: Likewise.
15897
15898 2013-10-10  David S. Miller  <davem@davemloft.net>
15899
15900         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15901
15902 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
15903
15904         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15905         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
15906         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
15907         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
15908         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
15909         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
15910         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
15911
15912         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
15913         for NaNs before doing comparisons on argument.
15914         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
15915         Likewise.
15916
15917 2013-10-10  Will Newton  <will.newton@linaro.org>
15918
15919         * malloc/hooks.c (memalign_check): Ensure the value of bytes
15920         passed to _int_memalign does not overflow.
15921
15922 2013-10-10  Torvald Riegel  <triegel@redhat.com>
15923
15924         * scripts/bench.pl: Add include-sources directive.
15925         * benchtests/README: Update documentation.
15926
15927 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15928
15929         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
15930         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
15931         instead of FP_INIT_ROUNDMODE.
15932         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
15933         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
15934
15935         [BZ #16034]
15936         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
15937         copy class of input value.
15938         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
15939         not handle exceptions.
15940         * soft-fp/negsf2.c (__negsf2): Likewise.
15941         * soft-fp/negtf2.c (__negtf2): Likewise.
15942         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
15943
15944 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
15945
15946         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
15947         semicolon.  From Linux kernel.
15948
15949 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
15950
15951         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
15952
15953 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
15954
15955         [BZ #156]
15956         * manual/socket.texi: Added statement about buffer
15957         for gethostbyname2_r.
15958
15959 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
15960
15961         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
15962         Use .p2align directive instead, throughout.
15963         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15964         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
15965         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15966         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15967         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15968         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15969         * sysdeps/x86_64/strchr.S: Likewise.
15970         * sysdeps/x86_64/strrchr.S: Likewise.
15971
15972 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15973
15974         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15975
15976         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15977
15978         * sysdeps/generic/math_private.h (__mpsin1): Remove
15979         declaration.
15980         (__mpcos1): Likewise.
15981         (__mpsin): New argument __range_reduce.
15982         (__mpcos): Likewise.
15983         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15984         (slow): Use __mpsin and __mpcos.
15985         (slow1): Likewise.
15986         (slow2): Likewise.
15987         (sloww): Likewise.
15988         (sloww1): Likewise.
15989         (sloww2): Likewise.
15990         (bsloww): Likewise.
15991         (bsloww1): Likewise.
15992         (bsloww2): Likewise.
15993         (cslow2): Likewise.
15994         (csloww): Likewise.
15995         (csloww1): Likewise.
15996         (csloww2): Likewise.
15997         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15998         range_reduce.  Merge in __mpsin1.
15999         (__mpcos): Likewise.
16000         (__mpsin1): Remove.
16001         (__mpcos1): Likewise.
16002
16003 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16004
16005         * locale/loadlocale.c (_nl_intern_locale_data): Use
16006         LOCFILE_ALIGNED_P.
16007         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16008         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16009         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16010         obstack data is appropriately aligned.
16011         (obstack_int32_grow_fast): Likewise.
16012         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16013         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16014         (add_locale_uint32_array): Likewise.
16015
16016 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16017
16018         * benchtests/Makefile: Remove ARGLIST and RET variables.
16019         ($(objpfx)bench-%.c): Pass only function name to the script.
16020         * benchtests/README: Update documentation.
16021         * benchtests/acos-inputs: Add new directives.
16022         * benchtests/acosh-inputs: Likewise.
16023         * benchtests/asin-inputs: Likewise.
16024         * benchtests/asinh-inputs: Likewise.
16025         * benchtests/atan-inputs: Likewise.
16026         * benchtests/atanh-inputs: Likewise.
16027         * benchtests/cos-inputs: Likewise.
16028         * benchtests/cosh-inputs: Likewise.
16029         * benchtests/exp-inputs: Likewise.
16030         * benchtests/log-inputs: Likewise.
16031         * benchtests/pow-inputs: Likewise.
16032         * benchtests/rint-inputs: Likewise.
16033         * benchtests/sin-inputs: Likewise.
16034         * benchtests/sinh-inputs: Likewise.
16035         * benchtests/tan-inputs: Likewise.
16036         * benchtests/tanh-inputs: Likewise.
16037         * scripts/bench.pl: Add support for new directives.
16038
16039 2013-10-07  Alan Modra  <amodra@gmail.com>
16040
16041         * README: Fix careless merge.
16042
16043 2013-10-05  Alan Modra  <amodra@gmail.com>
16044
16045         * NEWS: Mention powerpc64le support and bugs fixed.
16046         * README: Both big-endian and little-endian powerpc64 supported.
16047
16048 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16049
16050         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16051         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16052         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16053         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16054
16055 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16056
16057         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16058         match prototype.
16059
16060 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16061
16062         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16063         Move -mhard-float appending from
16064         ports/sysdeps/powerpc/powerpc32/Makefile.
16065         [$(with-fp) = yes] (ASFLAGS): Likewise.
16066         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16067         * sysdeps/powerpc/nofpu: Move directory from
16068         ports/sysdeps/powerpc/nofpu.
16069         * sysdeps/powerpc/soft-fp: Move directory from
16070         ports/sysdeps/powerpc/soft-fp.
16071         * sysdeps/powerpc/powerpc32/405: Move directory from
16072         ports/sysdeps/powerpc/powerpc32/405.
16073         * sysdeps/powerpc/powerpc32/440: Move directory from
16074         ports/sysdeps/powerpc/powerpc32/440.
16075         * sysdeps/powerpc/powerpc32/464: Move directory from
16076         ports/sysdeps/powerpc/powerpc32/464.
16077         * sysdeps/powerpc/powerpc32/476: Move directory from
16078         ports/sysdeps/powerpc/powerpc32/476.
16079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16080         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16082         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16084         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16086         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16088         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16089         * README: Update for powerpc-*-linux-gnu software floating point
16090         support in libc.
16091
16092         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16093         case to powerpc/powerpc32*.
16094         * sysdeps/unix/sysv/linux/configure: Regenerated.
16095
16096         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16097         (_FPU_MASK_OM): Define as 0x04.
16098         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16099         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16100         0x00c10080.
16101         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16102         0x0000003c.
16103         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16104
16105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16106         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16107         getcontext_e500.
16108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16109         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16110         setcontext_e500.
16111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16112         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16113         and setcontext_e500.
16114
16115 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16116
16117         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16118
16119 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16120
16121         * manual/threads.texi (Default Thread Attributes): Fix typo.
16122
16123 2013-10-04  Will Newton  <will.newton@linaro.org>
16124
16125         * malloc/Makefile: Add tst-memalign.
16126         * malloc/tst-memalign.c: New file.
16127
16128         * malloc/tst-posix_memalign.c: Add comments.
16129         (do_test): Add comments and call free on all potentially
16130         allocated pointers. Add space after cast.
16131
16132         * malloc/tst-pvalloc.c: Add comments.
16133         (do_test): Add comments and call free on all potentially
16134         allocated pointers. Remove duplicate check for NULL pointer.
16135         Add space after cast.
16136
16137         * malloc/tst-valloc.c: Add comments.
16138         (do_test): Add comments and call free on all potentially
16139         allocated pointers. Remove duplicate check for NULL pointer.
16140         Add space after cast.
16141
16142 2013-10-04  Alan Modra  <amodra@gmail.com>
16143
16144         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16145         Use stdint types in rather than __attribute__((mode())).
16146         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16147
16148 2013-10-04  Alan Modra  <amodra@gmail.com>
16149
16150         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16151         Correct handling of unaligned relocs for little-endian.
16152         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16153
16154 2013-10-04  Alan Modra  <amodra@gmail.com>
16155
16156         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16157         * configure: Regenerate.
16158         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16159         * shlib-versions: Likewise.
16160
16161 2013-10-04  Alan Modra  <amodra@gmail.com>
16162
16163         * string/tester.c (test_memrchr): Increment reported test cycle.
16164
16165 2013-10-04  Alan Modra  <amodra@gmail.com>
16166
16167         * string/test-memcpy.c (do_one_test): When reporting errors, print
16168         string address and don't overrun end of string.
16169
16170 2013-10-04  Alan Modra  <amodra@gmail.com>
16171
16172         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16173         insrdi.  Make better use of reg selection to speed exit slightly.
16174         Schedule entry path a little better.  Remove useless "are we done"
16175         checks on entry to main loop.  Handle wrapping around zero address.
16176         Correct main loop count.  Handle single left-over word from main
16177         loop inline rather than by using loop_small.  Remove extra word
16178         case in loop_small caused by wrong loop count.  Add little-endian
16179         support.
16180         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16181         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16182         cache hint.
16183         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16184         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16185         support.  Avoid rlwimi.
16186         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16187
16188 2013-10-04  Alan Modra  <amodra@gmail.com>
16189
16190         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16191         insrdi.  Formatting.
16192         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16193         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16194         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16195         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16196         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16197         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16198
16199 2013-10-04  Alan Modra  <amodra@gmail.com>
16200
16201         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16202         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16203         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16204         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16205         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16206         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16207         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16208         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16209         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16210         use of regs.  Use power7 mtocrf.  Tidy function tails.
16211
16212 2013-10-04  Alan Modra  <amodra@gmail.com>
16213
16214         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16215         Formatting.  Consistently use rXXX register defines or rN defines.
16216         Use early exit labels that avoid restoring unused non-volatile regs.
16217         Make cr field use more consistent with rWORDn compares.  Rename
16218         regs used as shift registers for unaligned loop, using rN defines
16219         for short lifetime/multiple use regs.
16220         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16221         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16222         addi 1,1,64 to pop stack frame.  Simplify return value code.
16223         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16224
16225 2013-10-04  Alan Modra  <amodra@gmail.com>
16226
16227         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16228         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16229         rather than rlwimi.
16230         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16231         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16232         little-endian support.  Correct typos.
16233         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16234         rather than rlwimi.
16235         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16236         in loop and entry code to keep "and." results.
16237         (strchr): Add little-endian support.  Comment.  Move cntlzd
16238         earlier in tail.
16239         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16240
16241 2013-10-04  Alan Modra  <amodra@gmail.com>
16242
16243         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16244         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16245         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16246         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16247
16248 2013-10-04  Alan Modra  <amodra@gmail.com>
16249
16250         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16251         (rTMP): Define as r11.
16252         (strcmp): Add little-endian support.  Optimise tail.
16253         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16254         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16255         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16256         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16257         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16258         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16259         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16260
16261 2013-10-04  Alan Modra  <amodra@gmail.com>
16262
16263         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16264         little-endian support.  Remove unnecessary "are we done" tests.
16265         Handle "s" wrapping around zero and extremely large "size".
16266         Correct main loop count.  Handle single left-over word from main
16267         loop inline rather than by using small_loop.  Correct comments.
16268         Delete "zero" tail, use "end_max" instead.
16269         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16270
16271 2013-10-04  Alan Modra  <amodra@gmail.com>
16272
16273         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16274         support.  Don't branch over align.
16275         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16276         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16277         support.  Rearrange tmp reg use to suit.  Comment.
16278         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16279
16280 2013-10-04  Alan Modra  <amodra@gmail.com>
16281
16282         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16283
16284 2013-10-04  Alan Modra  <amodra@gmail.com>
16285
16286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16287         conditional form of branch and link when obtaining pc.
16288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16289
16290 2013-10-04  Alan Modra  <amodra@gmail.com>
16291
16292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16293         HIWORD/LOWORD.
16294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16296
16297 2013-10-04  Alan Modra  <amodra@gmail.com>
16298
16299         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16300         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16301         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16302         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16303         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16304         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16305         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16306         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16307         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16308         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16309
16310 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16311             Alistair Popple <alistair@ozlabs.au.ibm.com>
16312             Alan Modra <amodra@gmail.com>
16313
16314         [BZ #15723]
16315         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16316         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16317         _dl_hwcap access for little-endian.
16318         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16319         destroy vmx regs when saving unaligned.
16320         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16321         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16322         destroy vmx regs when saving unaligned.
16323
16324 2013-10-04  Alan Modra  <amodra@gmail.com>
16325
16326         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16327         Don't use a union to pack hi/low value.
16328
16329 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16330
16331         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16332         for little-endian.
16333         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16334         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16335         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16336         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16337         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16338
16339 2013-10-04  Alan Modra  <amodra@gmail.com>
16340
16341         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16342         constants to usual value for .cst8 section, and remove redundant
16343         high address load.
16344         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16345         constant for 0x1p52.  Load little-endian words of double from
16346         correct stack offsets.
16347
16348 2013-10-04  Alan Modra  <amodra@gmail.com>
16349
16350         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16351         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16352         words of double from correct stack offsets.
16353         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16354         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16355         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16356         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16357         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16358         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16359         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16360         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16361         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16362         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16363         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16364         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16365         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16366         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16367         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16368         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16369         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16370
16371 2013-10-04  Alan Modra  <amodra@gmail.com>
16372
16373         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16374         64-bit int/double union.
16375         (_FPU_SETCW): Likewise.
16376         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16377         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16378
16379 2013-10-04  Alan Modra  <amodra@gmail.com>
16380
16381         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16382         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16383
16384 2013-10-04  Alan Modra  <amodra@gmail.com>
16385
16386         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16387         use vector int constants.
16388         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16389
16390 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16391
16392         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16393         array with long long.
16394         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16395         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16396         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16397         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16398         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16399         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16400         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16401         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16402         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16403         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16404         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16405         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16406         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16407
16408 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16409
16410         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16411         (__signbit): Likewise.  Correct for little-endian.
16412         (__signbitl): Call __signbit.
16413         (lrint): Correct for little-endian.
16414         (lrintf): Call lrint.
16415
16416 2013-10-04  Alan Modra  <amodra@gmail.com>
16417
16418         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16419         union 32-bit int array member with 64-bit int array.
16420         (t515, tm256): Double rather than long double.
16421         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16422
16423 2013-10-04  Alan Modra  <amodra@gmail.com>
16424
16425         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16426         Delete.
16427         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16428         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16429         version of math_ldbl.h.
16430
16431 2013-10-04  Alan Modra  <amodra@gmail.com>
16432
16433         [BZ #15734], [BZ #15735]
16434         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16435         all uses of ieee875 long double macros and unions.  Simplify test
16436         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16437         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16438         normalize after ldbl_extract_mantissa, and don't add hidden bit
16439         already handled.  Don't treat low word of ieee854 mantissa like
16440         low word of IBM long double and mask off bit when testing for
16441         zero.
16442         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16443         all uses of ieee875 long double macros and unions.  Simplify tests
16444         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16445         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16446         two1022, instead use their values.  Recognise that tests for large
16447         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16448         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16449         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16450         test for 0.0L and nan.  Correct negation.
16451         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16452         ieee875 long double macros and unions.  Correct output for large
16453         magnitude x.  Correct absolute value calculation.
16454         (__erfcl): Likewise.
16455         * math/libm-test.inc: Add tests for errors discovered in IBM long
16456         double versions of fmodl, remainderl, erfl and erfcl.
16457
16458 2013-10-04  Alan Modra  <amodra@gmail.com>
16459
16460         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16461         all uses of ieee854 long double macros and unions.  Simplify tests
16462         for long doubles that are fully specified by the high double.
16463         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16464         Likewise.
16465         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16466         Remove dead code too.
16467         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16468         (__ieee754_ynl): Likewise.
16469         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16470         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16471         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16472         Remove dead code too.
16473         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16474         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16475         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16476         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16477         Simplify.
16478         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16479         Simplify.
16480         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16481         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16482         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16483         Comment on variable precision.
16484         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16485         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16486         Likewise.
16487         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16488         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16489         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16490         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16491         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16492
16493 2013-10-04  Alan Modra  <amodra@gmail.com>
16494
16495         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16496         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16497         all uses of ieee854 long double macros and unions.
16498         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16499         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16500         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16501         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16502         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16503         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16504         Likewise.
16505         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16506         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16507         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16508         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16509         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16510         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16511         Simplify sign and nan test too.
16512         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16513         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16514         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16515         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16516         Likewise.
16517         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16518         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16519         Likewise.
16520         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16521         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16522         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16523         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16524         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16525         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16526
16527 2013-10-04  Alan Modra  <amodra@gmail.com>
16528
16529         * stdio-common/printf_size.c (__printf_size): Don't use
16530         union ieee854_long_double in fpnum union.
16531         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16532         signbit macro to retrieve sign from long double.
16533         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16534         retrieve sign from long double.
16535         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16536         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16537         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16538         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16539         * math/test-misc.c (main): Don't use union ieee854_long_double.
16540
16541 2013-10-04  Alan Modra  <amodra@gmail.com>
16542
16543         [BZ #15680]
16544         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16545         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16546         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16547         calculation.  Remove unnecessary test for denormal exponent.
16548         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16549         Correct handling of denormals.  Avoid undefined shift behaviour.
16550         Correct normalisation of low mantissa when low double is denormal.
16551         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16552         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16553         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16554         Correct normalisation of low mantissa.  Test for overflow of high
16555         mantissa and normalise.
16556         (ldbl_nearbyint): Use more readable constant for two52.
16557         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16558         (__mpn_construct_long_double): Fix test for overflow of high
16559         mantissa and correct normalisation.  Avoid undefined shift.
16560
16561 2013-10-04  Alan Modra  <amodra@gmail.com>
16562
16563         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16564         (union ibm_extended_long_double): Define as an array of ieee754_double.
16565         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16566         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16567         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16568         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16569         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16570         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16571         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16572         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16573         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16574         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16575         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16576
16577 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16578
16579         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16580         page size instead of calling getpagesize.
16581
16582         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16583         (LOCFILE_ALIGN_MASK): Likewise.
16584         (LOCFILE_ALIGN_UP): Likewise.
16585         (LOCFILE_ALIGNED_P): Likewise.
16586         * locale/programs/ld-collate.c (collate_output): Use the new
16587         macros instead of __alignof__ (int32_t).
16588         * locale/weight.h (findidx): Likewise.
16589
16590 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16591
16592         [BZ #431]
16593         * manual/string.texi: Fix strncat and wcsncat.
16594
16595 2013-10-03  Brooks Moses  <bmoses@google.com>
16596
16597         [BZ #15915]
16598         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16599         * Makerules: ...here, and adjust associated comments.
16600
16601 2013-10-02  Will Newton  <will.newton@linaro.org>
16602
16603         * malloc/Makefile: Add tst-pvalloc.
16604         * malloc/tst-pvalloc.c: New file.
16605
16606 2013-10-02  Will Newton  <will.newton@linaro.org>
16607
16608         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16609         improve test coverage.
16610
16611 2013-10-02  Will Newton  <will.newton@linaro.org>
16612
16613         * malloc/Makefile: Add tst-posix_memalign.
16614         * malloc/tst-posix_memalign.c: New file.
16615
16616 2013-10-01  Eric Blake  <eblake@redhat.com>
16617
16618         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16619         Use __THROWNL rather than __THROW on static functions.
16620
16621 2013-09-30  Petr Machata  <pmachata@redhat.com>
16622
16623         * elf/elf.h (R_AARCH64_ABS16): New macro.
16624         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16625         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16626         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16627         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16628         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16629         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16630         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16631         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16632         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16633         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16634         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16635         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16636         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16637         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16638         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16639         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16640         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16641         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16642         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16643         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16644         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16645         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16646         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16647         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16648         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16649         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16650         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16651         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16652         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16653         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16654         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16655         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16656         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16657         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16658         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16659         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16660         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16661         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16662         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16663         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16664         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16665         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16666         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16667         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16668         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16669         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16670         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16671         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16672         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16673         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16674         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16675         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16676         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16677         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16678         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16679         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16680         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16681         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16682         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16683         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16684         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16685         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16686         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16687         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16688         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16689         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16690         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16691         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16692         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16693         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16694         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16695         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16696         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16697         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16698         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16699         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16700         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16701         (R_AARCH64_TLSDESC_LDR): Likewise.
16702         (R_AARCH64_TLSDESC_ADD): Likewise.
16703         (R_AARCH64_TLSDESC_CALL): Likewise.
16704
16705 2013-09-30  Andreas Schwab  <schwab@suse.de>
16706
16707         [BZ #15048]
16708         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
16709         the nss database lookup.
16710         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16711         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16712
16713 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
16714
16715         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
16716
16717 2013-09-28  P. J. McDermott  <pj@pehjota.net>
16718
16719         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
16720         ${Bash-specific parameter/pattern/string} parameter expansion.
16721         * sysdeps/unix/make-syscalls.sh: Likewise.
16722
16723 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16724
16725         * sysdeps/sh/stackguard-macros.h: New file.
16726
16727 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
16728
16729         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16730         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
16731         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
16732         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
16733         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16734         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
16735
16736 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16737
16738         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
16739         Fix thread ID register.
16740
16741 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
16742
16743         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
16744         [POSIX || UNIX98]: Require rather than permitting all symbols from
16745         <time.h>.
16746         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
16747         element of struct sched_param.
16748         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
16749         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
16750         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
16751         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
16752         constant.
16753
16754 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
16755
16756         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
16757         argument calculation.
16758
16759 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16760
16761         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
16762         Expect macro.
16763         [POSIX] (pthread_attr_t): Do not require type.
16764         [POSIX] (pthread_cond_t): Likewise.
16765         [POSIX] (pthread_condattr_t): Likewise.
16766         [POSIX] (pthread_key_t): Likewise.
16767         [POSIX] (pthread_mutex_t): Likewise.
16768         [POSIX] (pthread_mutexattr_t): Likewise.
16769         [POSIX] (pthread_once_t): Likewise.
16770         [POSIX] (pthread_t): Likewise.
16771         [POSIX-based standards] (pthread_atfork): Expect function.
16772
16773 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16774             Richard Sandiford  <richard@codesourcery.com>
16775
16776         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
16777         (swap_endianness_p): New extern variable.
16778         (set_big_endian): New inline function.
16779         (maybe_swap_uint32): Likewise.
16780         (maybe_swap_uint32_array): Likewise.
16781         (maybe_swap_uint32_obstack): Likewise.
16782         * locale/programs/locfile.c: Include <stdbool.h>.
16783         (swap_endianness_p): New variable.
16784         (add_locale_uint32): Call maybe_swap_uint32.
16785         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
16786         (write_locale_data): Call maybe_swap_uint32_array.
16787         * locale/programs/ld-collate.c (obstack_int32_grow): Call
16788         maybe_swap_uint32.
16789         (obstack_int32_grow_fast): Likewise.
16790         (output_weightwc): Call maybe_swap_uint32_obstack.
16791         (collate_output): Likewise.
16792         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
16793         (OPT_LITTLE_ENDIAN): Likewise.
16794         (options): Add --little-endian and --big-endian options.
16795         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
16796         * locale/programs/locarchive.c: Include "locfile.h".
16797         (GET): New macro.
16798         (SET): Likewise.
16799         (INC): Likewise.
16800         (create_archive): Use the new macros to access fields of
16801         structures directly mapped from or written to locale archives.
16802         (oldlocrecentcmp): Likewise.
16803         (enlarge_archive): Likewise.
16804         (insert_name): Likewise.
16805         (add_alias): Likewise.
16806         (add_locale): Likewise.
16807         (delete_locales_from_archive): Likewise.
16808         (show_archive_content): Likewise.
16809         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
16810         locale data.
16811
16812 2013-09-24  Roland McGrath  <roland@hack.frob.com>
16813
16814         * manual/freemanuals.texi: Updated from (newly) canonical copy at
16815         http://www.gnu.org/doc/freemanuals.texi.
16816         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
16817
16818 2013-09-24  Will Newton  <will.newton@linaro.org>
16819
16820         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
16821         macro.
16822
16823 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
16824
16825         * locale/hashval.h (compute_hashval): Interpret bytes of key as
16826         unsigned char.
16827
16828 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
16829
16830         * manual/threads.texi (POSIX Threads): Fix a typo.
16831
16832 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16833
16834         [BZ #14547]
16835         * string/tst-strcoll-overflow.c: New test case.
16836         * string/Makefile (xtests): Add tst-strcoll-overflow.
16837         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
16838         cache if string sizes may cause integer overflow.
16839
16840         [BZ #14547]
16841         * string/strcoll_l.c (coll_seq): New members rule, idx,
16842         save_idx and back_us.
16843         (get_next_seq_nocache): New function.
16844         (do_compare_nocache): New function.
16845         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
16846         when malloc fails.
16847
16848 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
16849
16850         [BZ #15754]
16851         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
16852         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
16853         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
16854
16855         [BZ #15754]
16856         * elf/Makefile (tests): Add tst-ptrguard1.
16857         (tests-static): Add tst-ptrguard1-static.
16858         (tst-ptrguard1-ARGS): Define.
16859         (tst-ptrguard1-static-ARGS): Define.
16860         * elf/tst-ptrguard1.c: New file.
16861         * elf/tst-ptrguard1-static.c: New file.
16862         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
16863         * sysdeps/i386/stackguard-macros.h: Likewise.
16864         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
16865         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
16866         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
16867         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
16868         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
16869         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
16870
16871 2013-09-23  Hector Marco  <hecmargi@upv.es>
16872             Ismael Ripoll  <iripoll@disca.upv.es>
16873             Carlos O'Donell  <carlos@redhat.com>
16874
16875         [BZ #15754]
16876         * sysdeps/generic/stackguard-macros.h: Define
16877         __pointer_chk_guard_local and POINTER_CHK_GUARD.
16878         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
16879         Define __pointer_chk_guard_local.
16880         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
16881         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
16882
16883 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
16884
16885         [BZ #15859]
16886         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
16887
16888 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
16889
16890         * include/string.h (__ffs): Declare as hidden.
16891         * string/ffs.c (__ffs): Define as hidden.
16892         * sysdeps/i386/ffs.c (__ffs): Likewise.
16893         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
16894         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
16895         * sysdeps/s390/ffs.c (__ffs): Likewise.
16896         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
16897
16898 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
16899
16900         * NEWS: Mention malloc probes.
16901
16902         * malloc/arena.c (new_heap): New memory_heap_new probe.
16903         (grow_heap): New memory_heap_more probe.
16904         (shrink_heap): New memory_heap_less probe.
16905         (heap_trim): New memory_heap_free probe.
16906         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
16907         (systrim): New memory_sbrk_less probe.
16908         * manual/probes.texi: Document them.
16909
16910         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
16911         * manual/probes.texi: Document it.
16912
16913         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
16914         (__libc_realloc): Add memory_realloc_retry probe.
16915         (__libc_memalign): Add memory_memalign_retry probe.
16916         (__libc_valloc): Add memory_valloc_retry probe.
16917         (__libc_pvalloc): Add memory_pvalloc_retry probe.
16918         (__libc_calloc): Add memory_calloc_retry probe.
16919         * manual/probes.texi: Document them.
16920
16921         * malloc/arena.c (get_free_list): Add probe
16922         memory_arena_reuse_free_list.
16923         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
16924         and memory_arena_reuse.
16925         (arena_get2) [!PER_THREAD]: Likewise.
16926         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
16927         memory_arena_reuse_realloc.
16928         * manual/probes.texi: Document them.
16929
16930         * malloc/malloc.c (__libc_free): Add
16931         memory_mallopt_free_dyn_thresholds probe.
16932         (__libc_mallopt): Add multiple memory_mallopt probes.
16933         * manual/probes.texi: Document them.
16934
16935         * malloc/malloc.c: Include stap-probe.h.
16936         (__libc_mallopt): Add memory_mallopt probe.
16937         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
16938         * manual/probes.texi: New.
16939         * manual/Makefile (chapters): Add probes.
16940         * manual/threads.texi: Set next node.
16941
16942 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
16943
16944         [BZ #15963, #13985]
16945         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
16946         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
16947         Add `Chinese' to `nan' entry name.
16948
16949 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16950
16951         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
16952         (POLYNOMIAL): Likewise.
16953         (TAYLOR_SINCOS): Likewise.
16954         (TAYLOR_SLOW): Likewise.
16955         (__sin): Use TAYLOR_SINCOS.
16956         (__cos): Likewise.
16957         (slow): Use TAYLOR_SLOW.
16958         (sloww): Likewise.
16959         (bsloww): Likewise.
16960         (csloww): Likewise.
16961
16962 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16963
16964         * stdlib/strtod_l.c: Fix buffer overrun.
16965
16966 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16967
16968         * benchtests/Makefile (bench): Add sincos.
16969         * benchtests/bench-sincos.c: New file.
16970
16971         * math/libm-test.inc (cos_test_data): New test inputs.
16972         (sin_test_data): Likewise.
16973
16974         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16975         macro.
16976         (__sin): Use it.
16977         (__cos): Likewise.
16978         (slow1): Likewise.
16979         (slow2): Likewise.
16980         (sloww1): Likewise.
16981         (sloww2): Likewise.
16982         (bsloww1): Likewise.
16983         (bsloww2): Likewise.
16984         (cslow2): Likewise.
16985         (csloww1): Likewise.
16986         (csloww2): Likewise.
16987
16988         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16989         function.
16990         (__sin): Use it.
16991         (__cos): Likewise.
16992
16993         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16994         gotos.
16995         (__cos): Likewise.
16996
16997 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16998
16999         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17000         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17001         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17002         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17003         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17004         * elf/cache.c (print_entry): Handle the new cache flags.
17005
17006 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17007             Aldy Hernandez  <aldyh@redhat.com>
17008
17009         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17010         Change condition to [_SOFT_FLOAT].
17011         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17012         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17013         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17014         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17015         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17016         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17017         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17018         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17019         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17020         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17021         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17022         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17023         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17024         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17025         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17026         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17027         declaration.
17028
17029 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17030
17031         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17032         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17033         (__longjmp): Use LOAD_GP to load saved GPRs.
17034         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17035         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17036         (__sigsetjmp): Use SAVE_GP to save GPRs.
17037
17038         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17039         Do not append -msoft-float.
17040         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17041
17042 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17043
17044         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17045
17046 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17047
17048         [BZ #15966]
17049         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17050         (_FPU_GETCW): Use initial "__" on variable and field names but not
17051         on macro parameter name.
17052         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17053         parentheses around reference to macro parameter.
17054
17055 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17056
17057         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17058         prototype.
17059         (ctype_startup): Use uint32_t in cast and sizeof for
17060         ctype->charnames.
17061
17062 2013-09-11  Jia Liu  <proljc@gmail.com>
17063
17064         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17065         __daddr_t_defined.
17066         [__FreeBSD__]: Likewise.
17067
17068 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17069
17070         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17071         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17072         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17073         (strchr): Remove __strchr_sse42 ifunc selection.
17074         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17075         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17076
17077 2013-09-11  Will Newton  <will.newton@linaro.org>
17078
17079         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17080         parameter to RES. Remove hardcoded 1000 value.
17081         * benchtests/bench-skeleton.c (main): Pass RES parameter
17082         to TIMING_INIT and multiply result by 1000.
17083
17084 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17085
17086         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17087
17088 2013-09-11  Andreas Schwab  <schwab@suse.de>
17089
17090         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17091         if not defined.
17092         (O_TMPFILE) [__USE_GNU]: Define.
17093         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17094         Define.
17095
17096 2013-09-11  Will Newton  <will.newton@linaro.org>
17097
17098         [BZ #15857]
17099         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17100         does not overflow.
17101
17102 2013-09-11  Will Newton  <will.newton@linaro.org>
17103
17104         [BZ #15856]
17105         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17106         does not overflow.
17107
17108 2013-09-11  Will Newton  <will.newton@linaro.org>
17109
17110         [BZ #15855]
17111         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17112         does not overflow.
17113
17114 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17115
17116         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17117         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17118         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17119         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17120         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17121
17122 2013-09-10  Allan McRae  <allan@archlinux.org>
17123
17124         [BZ #15748]
17125         * manual/arith.texi (Parsing of Floats): Clarify
17126         cross-reference.
17127
17128         [BZ #15849]
17129         * manual/install.texi (Running make install): Mention
17130         --enable-pt-chown.
17131         * INSTALL: Regenerated.
17132
17133 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17134
17135         * csu/init-first.c (_init): Remove the !SHARED condition around
17136         FPU control word initialization.
17137         * elf/dl-support.c (_dl_fpu_control): New variable.
17138         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17139         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17140         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17141         * math/test-fpucw-static.c: New file.
17142         * math/test-fpucw-ieee.c: New file.
17143         * math/test-fpucw-ieee-static.c: New file.
17144         * math/Makefile (tests): Add `test-fpucw-ieee' and
17145         `$(tests-static)'.
17146         (tests-static): New variable.
17147         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17148         dependency to...
17149         [($(build-shared),yes)]
17150         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17151         ... this.
17152         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17153         New dependency.
17154
17155 2013-09-09  Allan McRae  <allan@archlinux.org>
17156
17157         [BZ #15939]
17158         * manual/string.texi (Collation Functions): Fix typo in
17159         strcoll example.
17160         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17161
17162         [BZ #15893]
17163         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17164
17165         [BZ #15892]
17166         * libio/memstream.c (open_memstream): Fix memory leak.
17167         * libio/wmemstream.c (open_wmemstream): Likewise.
17168
17169         [BZ #15895]
17170         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17171
17172 2013-09-09  Will Newton  <will.newton@linaro.org>
17173
17174         * malloc/Makefile: Add tst-realloc to tests.
17175         * malloc/tst-realloc.c: New file.
17176
17177 2013-09-09  Allan McRae  <allan@archlinux.org>
17178
17179         [BZ #15844]
17180         * COPYING: Update from GNU website to fix FSF address.
17181         * COPYING.LIB: Likewise.
17182
17183 2013-09-06  David S. Miller  <davem@davemloft.net>
17184
17185         * po/zh_TW.po: Update Chinese (traditional) translation from
17186         translation project.
17187
17188 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17189             Joseph Myers  <joseph@codesourcery.com>
17190
17191         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17192         "localeinfo.h".
17193         (obstack_chunk_alloc): New macro.
17194         (obstack_chunk_free): Likewise.
17195         (record_offset): New function.
17196         (init_locale_data): Likewise.
17197         (align_locale_data): Likewise.
17198         (add_locale_empty): Likewise.
17199         (add_locale_raw_data): Likewise.
17200         (add_locale_raw_obstack): Likewise.
17201         (add_locale_string): Likewise.
17202         (add_locale_wstring): Likewise.
17203         (add_locale_uint32): Likewise.
17204         (add_locale_uint32_array): Likewise.
17205         (add_locale_char): Likewise.
17206         (start_locale_structure): Likewise.
17207         (end_locale_structure): Likewise.
17208         (start_locale_prelude): Likewise.
17209         (end_locale_prelude): Likewise.
17210         (write_locale_data): Take locale_file structure rather than an
17211         iovec.
17212         * locale/programs/locfile.h: Include "obstack.h".
17213         (struct locale_file): Change to store locale file contents instead
17214         of header.
17215         (init_locale_data): New prototype.
17216         (align_locale_data): Likewise.
17217         (add_locale_empty): Likewise.
17218         (add_locale_raw_data): Likewise.
17219         (add_locale_raw_obstack): Likewise.
17220         (add_locale_string): Likewise.
17221         (add_locale_wstring): Likewise.
17222         (add_locale_uint32): Likewise.
17223         (add_locale_uint32_array): Likewise.
17224         (add_locale_char): Likewise.
17225         (start_locale_structure): Likewise.
17226         (end_locale_structure): Likewise.
17227         (start_locale_prelude): Likewise.
17228         (end_locale_prelude): Likewise.
17229         (write_locale_data): Update prototype.
17230         * locale/programs/3level.h (struct TABLE): Remove result field.
17231         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17232         Use new locale_file interface.
17233         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17234         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17235         * locale/programs/ld-address.c (address_output): Use new
17236         locale_file interface.
17237         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17238         NO_ADD_LOCALE.
17239         (collate_finish): Don't call collseq_table_finalize.
17240         (collate_output): Use new locale_file interface.
17241         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17242         in file.
17243         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17244         (TABLE): Move defines earlier in file.
17245         (ELEMENT): Likewise.
17246         (DEFAULT): Likewise.
17247         (wctrans_table_add): Move macro and inline function earlier in
17248         file.
17249         (struct wctype_table): Move type earlier in file.
17250         (add_locale_wctype_table): New static prototype.
17251         (struct locale_ctype_t): Use logical types instead of struct iovec
17252         pointers for members.
17253         (ctype_output): Use new locale_file interface.
17254         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17255         new locale_file interface.
17256         (allocate_arrays): Update for use of new locale_file interface.
17257         * locale/programs/ld-identification.c (identification_output): Use
17258         new locale_file interface.
17259         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17260         * locale/programs/ld-messages.c (messages_output): Likewise.
17261         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17262         * locale/programs/ld-name.c (name_output): Likewise.
17263         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17264         * locale/programs/ld-paper.c (paper_output): Likewise.
17265         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17266         * locale/programs/ld-time.c (time_output): Likewise.
17267
17268 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17269
17270         * benchtests/Makefile: Add memrchr benchmark.
17271         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17272         benchmark as memrchr.
17273         * benchtests/bench-memrchr-ifunc.c: New file.
17274         * benchtests/bench-memrchr.c: New file.
17275
17276 2013-09-06   Will Newton  <will.newton@linaro.org>
17277
17278         * benchtests/Makefile (string-bench): Add memcpy.
17279
17280 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17281             Cong Wang  <amwang@redhat.com>
17282
17283         [BZ #15850]
17284         * sysdeps/unix/sysv/linux/bits/in.h
17285         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17286         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17287         before __USE_KERNEL_IPV6_DEFS uses.
17288         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17289         IPPROTO_BEETPH.
17290         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17291         sockaddr_in6, or ipv6_mreq.
17292
17293 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17294
17295         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17296         memory access for final bytes in some large inputs.
17297         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17298
17299 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17300
17301         * string/test-memrchr.c: New file.
17302         * string/test-memrchr-ifunc.c: New file.
17303         * string/Makefile: Add new memrchr testcase.
17304
17305 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17306
17307         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17308         fanotify_init returns EPERM.
17309
17310 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17311
17312         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17313         errors.
17314         (top level): Treat second token from macro or constant entries for
17315         allowed headers as allowed.
17316         * include/complex.h: Condition internal declarations on
17317         [!_ISOMAC].
17318         * include/fenv.h: Condition include of <stdbool.h> and internal
17319         declarations on [!_ISOMAC].
17320
17321 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17322
17323         [BZ #15923]
17324         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17325
17326 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17327
17328         * configure.in (--enable-versioning): Remove configure option.
17329         (libc_cv_asm_symver_directive): Remove configure test.
17330         (libc_cv_ld_version_script_option): Likewise.
17331         (VERSIONING): Remove variable and AC_SUBST.
17332         (DO_VERSIONING): Remove AC_DEFINE.
17333         * configure: Regenerated.
17334         * config.h.in (DO_VERSIONING): Remove macro.
17335         * Makerules [$(versioning) = yes]: Change conditionals to
17336         [$(build-shared) = yes].
17337         * config.make.in (versioning): Remove variable.
17338         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17339         [$(build-shared) = yes].
17340         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17341         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17342         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17343         [$(build-shared) = yes].
17344         * extra-lib.mk [$(versioning) = yes]: Likewise.
17345         * hurd/Makefile [$(versioning) = yes]: Likewise.
17346         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17347         [SHARED].
17348         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17349         [SHARED].
17350         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17351         [SHARED && !NO_HIDDEN].
17352         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17353         [SHARED].
17354         [SHARED && DO_VERSIONING]: Likewise..
17355         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17356         [$(build-shared) = yes].
17357         * manual/install.texi (--disable-versioning): Remove
17358         documentation.
17359         * INSTALL: Regenerated.
17360         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17361         to [SHARED].
17362         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17363         [$(build-shared) = yes].
17364         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17365         * sysdeps/i386/i686/multiarch/strstr-c.c
17366         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17367         [SHARED && !NO_HIDDEN].
17368         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17369         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17370         * sysdeps/powerpc/powerpc32/dl-machine.c
17371         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17372         * sysdeps/powerpc/powerpc32/sysdep.h
17373         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17374         to [SHARED && PIC && !NO_HIDDEN].
17375         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17376         conditional to [SHARED].
17377
17378 2013-09-04   Will Newton  <will.newton@linaro.org>
17379
17380         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17381         * benchtests/bench-string.h: Include bench-timing.h instead
17382         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17383         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17384         call to HP_TIMING_DIFF_INIT.
17385         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17386         instead of hp-timing.h macros.
17387         * benchtests/bench-memchr.c: Likewise.
17388         * benchtests/bench-memcmp.c: Likewise.
17389         * benchtests/bench-memcpy.c: Likewise.
17390         * benchtests/bench-memmem.c: Likewise.
17391         * benchtests/bench-memmove.c: Likewise.
17392         * benchtests/bench-memset.c: Likewise.
17393         * benchtests/bench-rawmemchr.c: Likewise.
17394         * benchtests/bench-strcasecmp.c: Likewise.
17395         * benchtests/bench-strcasestr.c: Likewise.
17396         * benchtests/bench-strcat.c: Likewise.
17397         * benchtests/bench-strchr.c: Likewise.
17398         * benchtests/bench-strcmp.c: Likewise.
17399         * benchtests/bench-strcpy.c: Likewise.
17400         * benchtests/bench-strcpy_chk.c: Likewise.
17401         * benchtests/bench-strlen.c: Likewise.
17402         * benchtests/bench-strncasecmp.c: Likewise.
17403         * benchtests/bench-strncat.c: Likewise.
17404         * benchtests/bench-strncmp.c: Likewise.
17405         * benchtests/bench-strncpy.c: Likewise.
17406         * benchtests/bench-strnlen.c: Likewise.
17407         * benchtests/bench-strpbrk.c: Likewise.
17408         * benchtests/bench-strrchr.c: Likewise.
17409         * benchtests/bench-strspn.c: Likewise.
17410         * benchtests/bench-strstr.c: Likewise.
17411
17412 2013-09-04  Will Newton  <will.newton@linaro.org>
17413
17414         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17415
17416 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17417
17418         [BZ #15427]
17419         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17420         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17421         * math/libm-test.inc (lgamma_test_data): Add more tests.
17422         * sysdeps/i386/fpu/libm-test-ulps: Update.
17423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17424
17425 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17426
17427         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17428         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17429         Add ifunc.
17430         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17431         Add strcmp-sse2-unaligned
17432         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17433
17434 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17435
17436         * Versions.def (libc): Add GLIBC_2.19.
17437
17438 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17439
17440         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17441         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17442
17443 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17444
17445         [BZ #14155]
17446         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17447         intermediate calculations in recurrence.
17448         (__ieee754_ynf): Likewise.
17449         * math/libm-test.inc (jn_test_data): Do not allow spurious
17450         underflow exception.  Add more tests.
17451         (yn_test_data): Add more tests.
17452         * sysdeps/i386/fpu/libm-test-ulps: Update.
17453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17454
17455 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17456
17457         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17458
17459 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17460
17461         * csu/init-first.c: Fix then/than typos.
17462         * locale/programs/ld-collate.c: Likewise.
17463         * locale/programs/linereader.h: Likewise.
17464         * manual/charset.texi: Likewise.
17465         * manual/filesys.texi: Likewise.
17466         * manual/stdio.texi: Likewise.
17467         * manual/string.texi: Likewise.
17468         * stdlib/fmtmsg.c: Likewise.
17469         * sysdeps/i386/stpncpy.S: Likewise.
17470         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17471         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17472         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17473         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17474
17475 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17476
17477         * elf/dl-open.c: Fix typos.
17478         * iconvdata/gbbig5.c: Likewise.
17479         * iconvdata/iso-2022-jp.c: Likewise.
17480         * iconv/gconv_int.h: Likewise.
17481         * iconv/loop.c: Likewise.
17482         * nis/rpcsvc/nis.h: Likewise.
17483         * resolv/ns_name.c: Likewise.
17484         * stdio-common/vfscanf.c: Likewise.
17485         * streams/stropts.h: Likewise.
17486         * sunrpc/rpc_thread.c: Likewise.
17487         * sysdeps/i386/strpbrk.S: Likewise.
17488         * sysdeps/ieee754/k_standard.c: Likewise.
17489         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17490         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17491         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17492         * sysdeps/mach/hurd/profil.c: Likewise.
17493         * sysdeps/s390/dl-procinfo.h: Likewise.
17494         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17495         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17496         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17497         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17498         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17499
17500 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17501
17502         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17503         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17504
17505 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17506
17507         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17508         aix specific files.
17509         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17510         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17511         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17512         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17513         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17514         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17515         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17516         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17517
17518 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17519             Roland McGrath  <roland@hack.frob.com>
17520
17521         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17522         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17523
17524 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17525
17526         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17527         __executable_start symbol instead of _start.
17528
17529 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17530
17531         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17532         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17533         Move macros to...
17534         * sysdeps/gnu/ldsodefs.h: ... this new file.
17535
17536         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17537         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17538         instead of ELFOSABI_LINUX.
17539
17540         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17541         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17542         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17543         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17544         Likewise.
17545         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17546         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17547         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17548         Likewise.
17549         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17550         (ibm_extended_long_double): Add ieee_nan member.
17551         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17552         (do_test): New function.
17553
17554         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17555         TEST_TRUNC.
17556         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17557         functions, renamed from truncdfsf_test, trunctfsf_test,
17558         trunctfdf_test.
17559         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17560         functions.
17561         (do_test): Run all these.
17562
17563 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17564
17565         * argp/argp-help.c: Fix typos.
17566         * argp/argp-parse.c: Likewise.
17567         * debug/backtracesyms.c: Likewise.
17568         * elf/elf.h: Likewise.
17569         * malloc/malloc.c: Likewise.
17570         * nis/nis_print.c: Likewise.
17571         * resolv/res_comp.c: Likewise.
17572         * stdlib/stdlib.h: Likewise.
17573         * sunrpc/clnt_tcp.c: Likewise.
17574         * sunrpc/clnt_udp.c: Likewise.
17575         * sunrpc/clnt_unix.c: Likewise.
17576         * sysdeps/unix/bsd/ptsname.c: Likewise.
17577         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17578         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17580         Likewise.
17581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17582         Likewise.
17583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17584         Likewise.
17585         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17586
17587 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17588
17589         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17590         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17591
17592 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17593
17594         [BZ #15897]
17595         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17596         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17597         ($(objpfx)bug-dl-leaf): New rule.
17598         ($(objpfx)bug-dl-leaf.so): Likewise.
17599         ($(objpfx)bug-dl-leaf.out): Likewise.
17600         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17601         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17602         * dlfcn/bug-dl-leaf.c: New test.
17603         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17604         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17605         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17606         (dlclose): Likewise.
17607         (dlmopen): Likewise.
17608
17609 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17610
17611         * include/netdb.h [!_ISOMAC]:
17612         Don't include <tls.h>.
17613         (h_errno, __libc_h_errno): Move declaration and macros out of
17614         [_LIBC_REENTRANT].
17615
17616         * include/resolv.h [_RESOLV_H_]:
17617         Don't include <tls.h>.
17618         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17619         * resolv/res_libc.c: Don't include <tls.h>.
17620         (_res): Use __attribute__ ((nocommon)) in place of
17621         __attribute__ ((section (".bss"))).
17622
17623         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17624         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17625
17626         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17627
17628         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17629         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17630
17631         * resolv/res_mkquery.c: Include <sys/time.h>.
17632
17633         * inet/ifreq.c: Moved to ...
17634         * sysdeps/unix/ifreq.c: ... here.
17635         * inet/ifreq.c: New file, true stub version.
17636
17637         * socket/sa_len.c: New file.
17638         * socket/Makefile (aux): Add it.
17639         * sysdeps/unix/sysv/linux/Makefile
17640         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17641         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17642         and #include <socket/sa_len.c>.
17643         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17644         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17645
17646         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17647         * bits/socket.h: ... here.
17648
17649         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17650         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17651         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17652
17653 2013-08-27  Andreas Schwab  <schwab@suse.de>
17654
17655         [BZ #15736]
17656         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17657         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17658         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17659         * string/test-strcasecmp.c (test_main): Run tests in several
17660         locales.
17661         * string/test-strncasecmp.c (test_main): Likewise.
17662
17663         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17664         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17665         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17666         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17667         (__strncasecmp_ssse3) [PIC]: Likewise.
17668
17669 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17670
17671         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17672
17673         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17674         instead of explicitly declaring xdecrypt.
17675         * nis/nss_nis/nis-publickey.c: Likewise.
17676
17677 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17678
17679         [BZ #15890]
17680         * nscd/aicache.c: Include res_hconf.h.
17681         (addhstaiX): Initialize res_hconf.
17682
17683 2013-08-26  Andreas Schwab  <schwab@suse.de>
17684
17685         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17686         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17687
17688 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17689
17690         * nscd/aicache.c (addhstaiX): Fix indentation.
17691
17692 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17693
17694         * configure.ac: Quote $build_pt_chown test.
17695         * configure: Regenerated.
17696
17697 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17698
17699         [BZ #15532]
17700         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17701         * math/s_cexpf.c (__cexpf): Likewise.
17702         * math/s_cexpl.c (__cexpl): Likewise.
17703         * math/libm-test.inc (cexp_test_data): Correct expected return
17704         value for NaN + i0.  Add another test.
17705
17706 2013-08-22  David S. Miller  <davem@davemloft.net>
17707
17708         * po/ca.po: Update Catalan translation from translation project.
17709         * po/uk.po: Add Ukrainian translations from translation project.
17710
17711 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
17712
17713         [BZ #15797]
17714         * math/s_fdim.c (__fdim): Check for infinite arguments if result
17715         is infinite, not alongside NaN test.
17716         * math/s_fdimf.c (__fdimf): Likewise.
17717         * math/s_fdiml.c (__fdiml): Likewise.
17718         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
17719         errno is unchanged.
17720
17721 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
17722
17723         * argp/argp-help.c: Fix typos.
17724         * crypt/speeds.c: Likewise.
17725         * csu/check_fds.c: Likewise.
17726         * elf/dl-load.c: Likewise.
17727         * elf/dl-open.c: Likewise.
17728         * elf/reldep3.c: Likewise.
17729         * elf/reldep.c: Likewise.
17730         * elf/sprof.c: Likewise.
17731         * iconv/iconv_charmap.c: Likewise.
17732         * iconv/skeleton.c: Likewise.
17733         * iconv/strtab.c: Likewise.
17734         * io/lockf64.c: Likewise.
17735         * libio/libioP.h: Likewise.
17736         * resolv/gai_notify.c: Likewise.
17737         * resolv/ns_name.c: Likewise.
17738         * resolv/ns_samedomain.c: Likewise.
17739         * resolv/res_send.c: Likewise.
17740         * stdlib/random.c: Likewise.
17741         * sunrpc/rpc/xdr.h: Likewise.
17742         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
17743         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
17744         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
17745         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
17746         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
17747         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
17748         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
17749         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
17750         * sysdeps/mach/hurd/check_fds.c: Likewise.
17751         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
17752         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17753         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17754         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
17755         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17756         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
17757         * sysdeps/pthread/aio_notify.c: Likewise.
17758         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
17759         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
17760         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
17761         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
17762         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
17763
17764 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17765
17766         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
17767         version if bit_Slow_SSE4_2 is set.
17768         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
17769         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
17770
17771 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17772
17773         [BZ #15867]
17774         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
17775         trampoline stack frame information.
17776         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
17777         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
17778         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
17779         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
17780         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
17781         * sysdeps/unix/sysv/linux/powerpc/init-first.c
17782         (_libc_vdso_platform_setup): Initialize the signal trampolines.
17783         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
17784         sa_flags value.
17785         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
17786         interrupting a syscall and set with option SA_SIGINFO.
17787
17788 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17789
17790         [BZ #15531]
17791         * math/s_cproj.c (__cproj): Only return an infinity if one part of
17792         argument is infinite.
17793         * math/s_cprojf.c (__cprojf): Likewise.
17794         * math/s_cprojl.c (__cprojl): Likewise.
17795         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
17796         * math/libm-test.inc (cproj_test_data): Add more tests.
17797
17798         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
17799
17800         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
17801         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
17802         size.  Use __ffs to determine corresponding shift.
17803
17804 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17805             Roland McGrath  <roland@hack.frob.com>
17806
17807         * Makefile (INSTALL): Remove trailing blank lines from output of
17808         makeinfo.
17809
17810 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17811
17812         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
17813         Align 32 bit compat elf_greg to 8 bytes.
17814
17815 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
17816
17817         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
17818
17819 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17820
17821         * string/strcoll_l.c (coll_seq): New structure.
17822         (get_next_seq_cached): New function.
17823         (get_next_seq): New function.
17824         (do_compare): New function.
17825         (STRCOLL): Use GNU style definition.  Simplify implementation
17826         by using get_next_seq, get_next_seq_cached and do_compare.
17827
17828 2013-08-16  Florian Weimer  <fweimer@redhat.com>
17829
17830         [BZ #14699]
17831         CVE-2013-4237
17832         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
17833         member.
17834         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
17835         member.
17836         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
17837         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
17838         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
17839         conditional.
17840         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
17841         GETDENTS_64BIT_ALIGNED.
17842         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
17843         * manual/filesys.texi (Reading/Closing Directory): Document
17844         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
17845         strongly.
17846         * manual/conf.texi (Limits for Files): Add portability note to
17847         NAME_MAX, PATH_MAX.
17848         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
17849
17850 2013-08-13  Andreas Schwab  <schwab@suse.de>
17851
17852         [BZ #15749]
17853         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
17854         of fabs.
17855         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
17856         LDBL_MAX_EXP >= 16384]: Add tests for it.
17857
17858 2013-08-12  David S. Miller  <davem@davemloft.net>
17859
17860         * version.h (RELEASE): Set to "development".
17861         (VERSION): Set to "2.18.90".
17862         * NEWS: Add 2.19 section.
17863
17864 2013-08-03  David S. Miller  <davem@davemloft.net>
17865
17866         * po/ko.po: Update Korean translation from translation project.
17867
17868 2013-08-01  David S. Miller  <davem@davemloft.net>
17869
17870         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
17871         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
17872         Bilka.
17873
17874 2013-07-30  David S. Miller  <davem@davemloft.net>
17875
17876         * po/fr.po: Update French translation from translation project.
17877
17878 2013-07-28  David S. Miller  <davem@davemloft.net>
17879
17880         * po/cs.po: Update Czech translation from translation project.
17881
17882         * po/sv.po: Update Swedish translation from translation project.
17883
17884 2013-07-27  David S. Miller  <davem@davemloft.net>
17885
17886         * po/eo.po: Update Esperanto translation from translation project.
17887
17888         * po/vi.po: Update Vietnamese translation from translation project.
17889
17890         * po/de.po: Update German translation from translation project.
17891
17892 2013-07-26  David S. Miller  <davem@davemloft.net>
17893
17894         * po/bg.po: Update Bulgarian translation from translation project.
17895
17896         * po/nl.po: Update Dutch translation from translation project.
17897         * po/pl.po: Update Polish translation from translation project.
17898         * po/ru.po: Update Russian translation from translation project.
17899
17900 2013-07-24  David S. Miller  <davem@davemloft.net>
17901
17902         * po/libc.pot: Update.
17903
17904 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17905
17906         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
17907         variable page size.
17908         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
17909         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
17910         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
17911
17912 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17913
17914         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
17915
17916 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17917             Andreas Schwab  <schwab@suse.de>
17918             Roland McGrath  <roland@hack.frob.com>
17919             Joseph Myers  <joseph@codesourcery.com>
17920             Carlos O'Donell  <carlos@redhat.com>
17921
17922         [BZ #15755]
17923         * config.h.in: Define HAVE_PT_CHOWN.
17924         * config.make.in (build-pt-chown): New variable.
17925         * configure.in (--enable-pt_chown): New configure option.
17926         * configure: Regenerate.
17927         * login/Makefile: Include Makeconfig.  Build pt_chown only if
17928         build-pt-chown is enabled.
17929         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
17930         pt_chown to fix pty ownership.
17931         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
17932         CLOSE_ALL_FDS.
17933         * manual/install.texi (Configuring and compiling): Mention
17934         --enable-pt_chown. Add @findex for grantpt.
17935         * INSTALL: Regenerate.
17936
17937 2013-07-20  David S. Miller  <davem@davemloft.net>
17938
17939         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
17940         difference between 32-bit and 64-bit.
17941
17942 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
17943
17944         [BZ #15711]
17945         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
17946         Avoid system header dependency with -ffreestanding.
17947         ($(objpfx)bits/syscall%d): Likewise.
17948
17949 2013-07-13  David S. Miller  <davem@davemloft.net>
17950
17951         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
17952         underflows from atanl/atan2l due to bug 15319.
17953         (casinh_test_data): Likewise.
17954
17955 2013-07-07  David S. Miller  <davem@davemloft.net>
17956
17957         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
17958
17959 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
17960
17961         * sysdeps/i386/fpu/libm-test-ulps: Update.
17962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17963
17964 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17965
17966         * configure.in (--enable-lock-elision): Fix message text.
17967         * INSTALL: Regenerate.
17968         * configure: Regenerate.
17969
17970 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17971
17972         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17973
17974 2013-07-03  Andreas Jaeger  <aj@suse.de>
17975
17976         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17977         define.
17978         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17979         (ptrace_peeksiginfo_args): Add.
17980         (__ptrace_peeksiginfo_flags): Add.
17981         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17982         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17983         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17984
17985 2013-07-03  Allan McRae  <allan@archlinux.org>
17986
17987         * sysdeps/i386/fpu/libm-test-ulps: Update.
17988
17989 2013-07-02  David S. Miller  <davem@davemloft.net>
17990
17991         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17992
17993 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17994
17995         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17996
17997 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17998
17999         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18000         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18001
18002 2013-07-02  Andi Kleen <ak@linux.intel.com>
18003
18004         * config.h.in (ENABLE_LOCK_ELISION): Add.
18005         * configure.in (--enable-lock-elision): Add option.
18006         * manual/install.texi: Document --enable lock elision.
18007         * configure: Regenerate
18008         * INSTALL: Regenerate.
18009
18010 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18011
18012         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18013         SSE4.2 strcasecmp for libc.a.
18014         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18015
18016 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18017
18018         [BZ #13304]
18019         * soft-fp/op-common.h (_FP_FMA): New macro.
18020         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18021         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18022         (_FP_MUL_MEAT_1_imm): ... here.
18023         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18024         (_FP_MUL_MEAT_1_wide): ... here.
18025         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18026         (_FP_MUL_MEAT_1_hard): ... here.
18027         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18028         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18029         (_FP_MUL_MEAT_2_wide): ... here.
18030         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18031         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18032         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18033         (_FP_MUL_MEAT_2_gmp): ... here.
18034         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18035         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18036         (_FP_MUL_MEAT_4_wide): ... here.
18037         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18038         (_FP_MUL_MEAT_4_gmp): ... here.
18039         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18040         (_FP_WFRACBITS_DW_S): Likewise.
18041         (_FP_WFRACXBITS_DW_S): Likewise.
18042         (_FP_HIGHBIT_DW_S): Likewise.
18043         (FP_FMA_S): Likewise.
18044         (_FP_FRAC_HIGH_DW_S): Likewise.
18045         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18046         (_FP_WFRACBITS_DW_D): Likewise.
18047         (_FP_WFRACXBITS_DW_D): Likewise.
18048         (_FP_HIGHBIT_DW_D): Likewise.
18049         (FP_FMA_D): Likewise.
18050         (_FP_FRAC_HIGH_DW_D): Likewise.
18051         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18052         (_FP_WFRACBITS_DW_E): Likewise.
18053         (_FP_WFRACXBITS_DW_E): Likewise.
18054         (_FP_HIGHBIT_DW_E): Likewise.
18055         (FP_FMA_E): Likewise.
18056         (_FP_FRAC_HIGH_DW_E): Likewise.
18057         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18058         (_FP_WFRACBITS_DW_Q): Likewise.
18059         (_FP_WFRACXBITS_DW_Q): Likewise.
18060         (_FP_HIGHBIT_DW_Q): Likewise.
18061         (FP_FMA_Q): Likewise.
18062         (_FP_FRAC_HIGH_DW_Q): Likewise.
18063         * soft-fp/fmasf4.c: New file.
18064         * soft-fp/fmadf4.c: Likewise.
18065         * soft-fp/fmatf4.c: Likewise.
18066
18067 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18068
18069         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18070         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18071         Silvermont.
18072         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18073         macro.
18074         (index_Slow_SSE4_2): Likewise.
18075         (index_Prefer_PMINUB_for_stringop): Likewise.
18076         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18077         bit_Slow_SSE4_2 is set.
18078         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18079         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18080
18081 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18082
18083         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18084         rtld_global._dl_hwcap2.
18085         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18086         POWER8.
18087         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18088         POWER8 feature descriptions defined in _dl_hwcap2.
18089         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18090         string handling for POWER8 feature bits.
18091         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18092         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18093         _dl_powerpc_cap_flags.
18094         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18095         * sysdeps/powerpc/rtld-global-offsets.sym
18096         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18097         _dl_hwcap2 in the rtld_global_ro structure.
18098
18099 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18100
18101         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18102         hardware capabilities in support of AT_HWCAP2.
18103         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18104         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18105         GLRO(dl_hwcap2).
18106         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18107         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18108         explicitly the unknown a_type display mechanism is used.
18109         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18110         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18111         struct member.
18112         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18113         to macro prototype for AT_HWCAP2 support.
18114         * sysdeps/i386/dl-procinfo.h: Likewise.
18115         * sysdeps/s390/dl-procinfo.h: Likewise.
18116         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18117         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18118         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18119         return -1 for unknown a_type display fallback.
18120         * sysdeps/sparc/dl-procinfo.h: Likewise.
18121         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18122         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18123
18124 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18125
18126         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18127         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18128
18129 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18130
18131         [BZ #12492]
18132         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18133         mprotect making __stack_prot writable.
18134
18135 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18136             Joseph Myers  <joseph@codesourcery.com>
18137
18138         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18139         as being properly aligned.
18140
18141 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18142
18143         * dlfcn/modstatic5.c: New file.
18144         * dlfcn/tststatic5.c: New file.
18145         * dlfcn/Makefile (tests): Add tststatic5.
18146         (tests-static): Likewise.
18147         (modules-names): Add modstatic5.
18148         (tststatic5-ENV): New variable.
18149         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18150
18151         [BZ #15022]
18152         * elf/dl-support.c (_dl_main_map): New variable.
18153         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18154         (_dl_nns, _dl_load_adds): Set to 1.
18155         (_dl_initial_searchlist): Refer to _dl_main_map.
18156         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18157         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18158         call to _dl_get_origin.
18159         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18160         around call_map.
18161         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18162         * dlfcn/modstatic3.c: New file.
18163         * dlfcn/tststatic3.c: New file.
18164         * dlfcn/tststatic4.c: New file.
18165         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18166         (tests-static): Likewise.
18167         (modules-names): Add modstatic3.
18168         (tststatic3-ENV, tststatic4-ENV): New variables.
18169         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18170         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18171
18172 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18173
18174         * configure.in (CC): Require GCC version 4.4 or later.
18175         * configure: Regenerated.
18176         * manual/install.texi (Tools for Compilation): Update GCC version
18177         requirement.
18178         * INSTALL: Regenerated.
18179
18180 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18181
18182         [BZ #15674]
18183         * string/test-memcmp.c (check2): New.
18184         (main): Call check2.
18185
18186         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18187
18188 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18189
18190         [BZ #15022]
18191         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18192         over to...
18193         (dl_open_worker) [!SHARED]: ... here.
18194
18195 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18196
18197         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18198
18199 2013-06-25  Richard Henderson  <rth@redhat.com>
18200
18201         * locale/programs/locarchive.c: Include <libc-internal.h>
18202
18203 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18204
18205         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18206         trailing whitespace removed.
18207
18208 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18209
18210         [BZ #10283]
18211         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18212         * locale/programs/locarchive.c: Include libc-mmap.h.
18213         (prepare_address_space): Take two new outputs (the mmap base and len).
18214         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18215         values.
18216         (create_archive): Declare new mmap base and len values for
18217         prepare_address_space, and store the result in ah.
18218         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18219         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18220         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18221         Declare new mmap base and len values for
18222         prepare_address_space, and store the result in new_ah.
18223         (open_archive): Declare new mmap base and len values for
18224         prepare_address_space, and store the result in ah.
18225         (close_archive): If ah->mmap_base is not NULL, use that and
18226         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18227         * sysdeps/generic/libc-mmap.h: New file.
18228
18229 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18230
18231         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18232         (ALIGN_UP): Likewise.
18233         (PTR_ALIGN_DOWN): Likewise.
18234         (PTR_ALIGN_UP): Likewise.
18235
18236 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18237
18238         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18239         entry mapped to PPC_PLATFORM_POWER8.
18240         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18241         POWER8.
18242         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18243         (_dl_string_platform): Add case for exporting platform position for
18244         POWER8.
18245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18246         search path to sysdeps/powerpc/powerpc32/power8 directory.
18247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18248         search path to sysdeps/powerpc/powerpc64/power8 directory.
18249         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18250         power7 directories.
18251         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18252         power7 directories.
18253
18254 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18255
18256         * INSTALL: Regenerate.
18257
18258         * nscd/connections.c (nscd_init): Fix comment.
18259
18260 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18261
18262         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18263
18264         [BZ #15667]
18265         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18266         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18267
18268 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18269
18270         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18271         DL_DST_REQ_STATIC.
18272         (DL_DST_REQ_STATIC): Remove macro.
18273
18274 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18275
18276         [BZ #7006]
18277         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18278         with a shift of 0 bits.
18279
18280 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18281
18282         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18283         $(tststatic-ENV).
18284
18285 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18286
18287         [BZ #15655]
18288         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18289
18290 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18291
18292         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18293         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18294         accepts -fno-tree-loop-distribute-patterns.
18295         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18296         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18297         recursive call.
18298         * string/memset.c (memset): Likewise.
18299         * string/test-memmove.c (simple_memmove): Disable loop transformation
18300         to library calls.
18301         * string/test-memset.c (simple_memset): Likewise.
18302         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18303         * benchtests/bench-memset.c (simple_memset): Likewise.
18304         * configure: Regenerated.
18305
18306 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18307
18308         * math/test-misc.c (main): Ignore fesetround failure when failures
18309         of subsequent rounding tests would be ignored.
18310
18311         [BZ #15654]
18312         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18313         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18314         * math/fegetenv.c (__fegetenv): Return 0.
18315         * math/fegetexcept.c (fegetexcept): Return 0.
18316         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18317         FE_TONEAREST.
18318         * math/feholdexcpt.c (feholdexcept): Return 0.
18319         * math/fesetenv.c (__fesetenv): Return 0.
18320         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18321         argument FE_TONEAREST.
18322         * math/feupdateenv.c (__feupdateenv): Return 0.
18323         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18324
18325 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18326
18327         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18328         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18329         ($(objpfx)rtld-%.os rules): Use them.
18330
18331 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18332
18333         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18334         fields.
18335
18336 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18337
18338         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18339         length of target pattern, then descending length of dependency pattern.
18340         * configure.in (AWK): Require gawk 3.1.2 or newer.
18341         * manual/install.texi (Tools for Compilation): Say that we do.
18342         * configure: Regenerated.
18343
18344         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18345         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18346         * scripts/sysd-rules.awk: ... this new script.
18347         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18348         than a glob-style pattern.
18349
18350 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18351
18352         * math/test-misc.c (main): Do not treat incorrectly rounded
18353         conversions as failure unless ROUNDING_TESTS passes.
18354
18355 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18356
18357         [BZ #15631]
18358         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18359         restore exception state around main square root computation, then
18360         check for inexactness explicitly.
18361
18362         * math/libm-test.inc (fma_test_data): Add another test.
18363
18364 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18365
18366         * manual/threads.texi (Non-POSIX Extensions): New document
18367         node.  Document pthread_getattr_default_np and
18368         pthread_setattr_default_np.
18369
18370         * Versions.def (libpthread): Add GLIBC_2.18.
18371         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18373         Likewise.
18374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18375         Likewise.
18376         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18377         Likewise.
18378         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18379         Likewise.
18380         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18381         Likewise.
18382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18383         Likewise.
18384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18385         Likewise.
18386         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18387         Likewise.
18388         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18389         Likewise.
18390
18391 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18392
18393         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18394         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18395
18396 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18397             H.J. Lu  <hjl.tools@gmail.com>
18398
18399         [BZ #15627]
18400         * sysdeps/x86_64/rtld-memset.c: Remove file.
18401         * sysdeps/x86_64/rtld-memset.S: New file.
18402
18403 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18404
18405         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18406         (test_in_one_mode): Take arguments for whether the rounding mode
18407         is supported for each floating-point type.
18408         (do_test): Pass new arguments to test_in_one_mode using
18409         ROUNDING_TESTS.
18410
18411 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18412
18413         * posix/tst-waitid.c (do_test): Distinguish different instances of
18414         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18415         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18416         before entering the kernel for waitpid.
18417
18418 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18419
18420         * NEWS: Fix note on clock function precision.  Text by Roland
18421         McGrath.
18422
18423 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18424
18425         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18426         it into place only when and if the sanity check passes.
18427
18428 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18429
18430         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18431         output for whether conversion result is exact.  Take argument
18432         indicating whether type is IBM long double.
18433         (round_for_all): Change need_exact field to ibm_ld.
18434         * stdlib/tst-strtod-round.c (struct exactness): New type.
18435         (struct test): Change bool ld_ok field to struct exactness exact.
18436         (TEST): Update all definitions for change to field.
18437         (tests): Regenerate array contents.
18438         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18439         field value.  Check for IBM long double here.
18440         (do_test): Update calls to test_in_one_mode.
18441
18442 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18443
18444         [BZ #12515]
18445         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18446         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18447
18448 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18449
18450         [BZ #15605]
18451         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18452         generated by the compiler on loop optimizations.
18453         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18454         general definitions.
18455
18456 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18457
18458         * math/bug-nextafter.c: Include <math-tests.h>.
18459         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18460         the relevant type.
18461         * math/bug-nexttoward.c: Include <math-tests.h>.
18462         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18463         the relevant type.
18464         * math/test-misc.c: Include <math-tests.h>.
18465         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18466         the relevant type.
18467
18468 2013-06-12  Andreas Jaeger  <aj@suse.de>
18469
18470         * po/ia.po: Update Interlingua translation from translation
18471         project.
18472
18473 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18474
18475         * include/fenv.h: Include stdbool.h.
18476         (struct rm_ctx): New structure.
18477         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18478         Define macro.
18479         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18480         (SET_RESTORE_ROUNDF): Likewise.
18481         (SET_RESTORE_ROUNDL): Likewise.
18482         (SET_RESTORE_ROUND_NOEX): Likewise.
18483         (SET_RESTORE_ROUND_NOEXF): Likewise.
18484         (SET_RESTORE_ROUND_NOEXL): Likewise.
18485         (SET_RESTORE_ROUND_53BIT): Likewise.
18486         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18487         (libc_feresetround_noexf_ctx): Likewise.
18488         (libc_feresetround_noexl_ctx): Likewise.
18489         (libc_feholdsetround_53bit_ctx): Likewise.
18490         (libc_feresetround_53bit_ctx): Likewise.
18491         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18492         (libc_feholdexcept_setround_sse_ctx): New function.
18493         (libc_fesetenv_sse_ctx): Likewise.
18494         (libc_feupdateenv_sse_ctx): Likewise.
18495         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18496         (libc_feholdexcept_setround_387_ctx): Likewise.
18497         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18498         (libc_feholdsetround_387_prec_ctx): Likewise.
18499         (libc_feholdsetround_387_ctx): Likewise.
18500         (libc_feholdsetround_387_53bit_ctx): Likewise.
18501         (libc_feholdsetround_sse_ctx): Likewise.
18502         (libc_feresetround_sse_ctx): Likewise.
18503         (libc_feresetround_387_ctx): Likewise.
18504         (libc_feupdateenv_387_ctx): Likewise.
18505         (libc_feholdexcept_setroundf_ctx): Define macro.
18506         (libc_fesetenvf_ctx): Likewise.
18507         (libc_feupdateenvf_ctx): Likewise.
18508         (libc_feholdsetroundf_ctx): Likewise.
18509         (libc_feresetroundf_ctx): Likewise.
18510         (libc_feholdexcept_setround_ctx): Likewise.
18511         (libc_fesetenv_ctx): Likewise.
18512         (libc_feupdateenv_ctx): Likewise.
18513         (libc_feholdsetround_ctx): Likewise.
18514         (libc_feresetround_ctx): Likewise.
18515         (libc_feholdexcept_setroundl_ctx): Likewise.
18516         (libc_feupdateenvl_ctx): Likewise.
18517         (libc_feholdsetroundl_ctx): Likewise.
18518         (libc_feresetroundl_ctx): Likewise.
18519         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18520         (libc_feresetround_53bit_ctx): Likewise.
18521
18522 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18523
18524         * locale/iso-639.def: Convert to UTF-8.
18525
18526 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18527
18528         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18529         (EXCEPTION_TESTS_double): Likewise.
18530         (EXCEPTION_TESTS_long_double): Likewise.
18531         (EXCEPTION_TESTS): Likewise.
18532         * math/libm-test.inc (test_exceptions): Only test exceptions if
18533         EXCEPTION_TESTS (FLOAT).
18534
18535 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18536
18537         * benchtests/Makefile (string-bench): Add strcpy_chk and
18538         stpcpy_chk.
18539         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18540         * benchtests/bench-stpcpy_chk.c: New file.
18541         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18542         * benchtests/bench-strcpy_chk.c: New file.
18543         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18544         code.
18545         (do_test): Likewise.
18546
18547 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18548
18549         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18550         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18551         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18552         with tabs where appropriate.
18553         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18554         dl-procinfo.h.
18555         [PPC_PLATFORM_PPC440]: Likewise.
18556         [PPC_PLATFORM_PPC464]: Likewise.
18557         [PPC_PLATFORM_PPC476]: Likewise.
18558         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18559         ppc464, and ppc476 platform strings merging from ports/
18560         dl-procinfo.h.
18561
18562 2013-06-11  Andreas Schwab  <schwab@suse.de>
18563
18564         [BZ #14991]
18565         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18566         (from_ucs4_idx): Regenerate.
18567         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18568         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18569         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18570         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18571         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18572         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18573         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18574         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18575         from FROM_LOOP and TO_LOOP specific macros.
18576         (BODY): Handle combining characters.
18577         * iconvdata/BIG5HKSCS.irreversible: Update.
18578         * iconvdata/BIG5HKSCS.precomposed: New file.
18579         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18580         characters.
18581         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18582
18583 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18584
18585         * include/sys/time.h: Fix indentation and add copyright header.
18586
18587         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18588         (do_test): Likewise.
18589         * string/test-memchr.c (do_one_test): Likewise.
18590         (do_test): Likewise.
18591         * string/test-memcmp.c (do_one_test): Likewise.
18592         (do_test): Likewise.
18593         * string/test-memcpy.c (do_one_test): Likewise.
18594         (do_test): Likewise.
18595         * string/test-memmem.c (do_one_test): Likewise.
18596         (do_test): Likewise.
18597         (do_random_tests): Likewise.
18598         * string/test-memmove.c (do_one_test): Likewise.
18599         (do_test): Likewise.
18600         * string/test-memset.c (do_one_test): Likewise.
18601         (do_test): Likewise.
18602         * string/test-rawmemchr.c (do_one_test): Likewise.
18603         (do_test): Likewise.
18604         * string/test-strcasecmp.c (do_one_test): Likewise.
18605         (do_test): Likewise.
18606         * string/test-strcasestr.c (do_one_test): Likewise.
18607         (do_test): Likewise.
18608         * string/test-strcat.c (do_one_test): Likewise.
18609         (do_test): Likewise.
18610         * string/test-strchr.c (do_one_test): Likewise.
18611         (do_test): Likewise.
18612         * string/test-strcmp.c (do_one_test): Likewise.
18613         (do_test): Likewise.
18614         * string/test-strcpy.c (do_one_test): Likewise.
18615         (do_test): Likewise.
18616         * string/test-string.h: Likewise.
18617         (test_init): Likewise.
18618         * string/test-strlen.c (do_one_test): Likewise.
18619         (do_test): Likewise.
18620         * string/test-strncasecmp.c (do_one_test): Likewise.
18621         (do_test): Likewise.
18622         * string/test-strncat.c (do_one_test): Likewise.
18623         (do_test): Likewise.
18624         * string/test-strncmp.c (do_one_test): Likewise.
18625         (do_test_limit): Likewise.
18626         (do_test): Likewise.
18627         * string/test-strncpy.c (do_one_test): Likewise.
18628         (do_test): Likewise.
18629         * string/test-strnlen.c (do_one_test): Likewise.
18630         (do_test): Likewise.
18631         * string/test-strpbrk.c (do_one_test): Likewise.
18632         (do_test): Likewise.
18633         * string/test-strrchr.c (do_one_test): Likewise.
18634         (do_test): Likewise.
18635         * string/test-strspn.c (do_one_test): Likewise.
18636         (do_test): Likewise.
18637         * string/test-strstr.c (do_one_test): Likewise.
18638         (do_test): Likewise.
18639
18640         * benchtests/Makefile (string-bench): Add string benchmarks.
18641         * benchtests/bench-bcopy-ifunc.c: New file.
18642         * benchtests/bench-bcopy.c: New file.
18643         * benchtests/bench-bzero-ifunc.c: New file.
18644         * benchtests/bench-bzero.c: New file.
18645         * benchtests/bench-memccpy-ifunc.c: New file.
18646         * benchtests/bench-memccpy.c: New file.
18647         * benchtests/bench-memchr-ifunc.c: New file.
18648         * benchtests/bench-memchr.c: New file.
18649         * benchtests/bench-memcmp-ifunc.c: New file.
18650         * benchtests/bench-memcmp.c: New file.
18651         * benchtests/bench-memmem-ifunc.c: New file.
18652         * benchtests/bench-memmem.c: New file.
18653         * benchtests/bench-memmove-ifunc.c: New file.
18654         * benchtests/bench-memmove.c: New file.
18655         * benchtests/bench-mempcpy-ifunc.c: New file.
18656         * benchtests/bench-mempcpy.c: New file.
18657         * benchtests/bench-memset-ifunc.c: New file.
18658         * benchtests/bench-memset.c: New file.
18659         * benchtests/bench-rawmemchr-ifunc.c: New file.
18660         * benchtests/bench-rawmemchr.c: New file.
18661         * benchtests/bench-stpcpy-ifunc.c: New file.
18662         * benchtests/bench-stpcpy.c: New file.
18663         * benchtests/bench-stpncpy-ifunc.c: New file.
18664         * benchtests/bench-stpncpy.c: New file.
18665         * benchtests/bench-strcasecmp-ifunc.c: New file.
18666         * benchtests/bench-strcasecmp.c: New file.
18667         * benchtests/bench-strcasestr-ifunc.c: New file.
18668         * benchtests/bench-strcasestr.c: New file.
18669         * benchtests/bench-strcat-ifunc.c: New file.
18670         * benchtests/bench-strcat.c: New file.
18671         * benchtests/bench-strchr-ifunc.c: New file.
18672         * benchtests/bench-strchr.c: New file.
18673         * benchtests/bench-strchrnul-ifunc.c: New file.
18674         * benchtests/bench-strchrnul.c: New file.
18675         * benchtests/bench-strcmp-ifunc.c: New file.
18676         * benchtests/bench-strcmp.c: New file.
18677         * benchtests/bench-strcpy-ifunc.c: New file.
18678         * benchtests/bench-strcpy.c: New file.
18679         * benchtests/bench-strcspn-ifunc.c: New file.
18680         * benchtests/bench-strcspn.c: New file.
18681         * benchtests/bench-strlen-ifunc.c: New file.
18682         * benchtests/bench-strlen.c: New file.
18683         * benchtests/bench-strncasecmp-ifunc.c: New file.
18684         * benchtests/bench-strncasecmp.c: New file.
18685         * benchtests/bench-strncat-ifunc.c: New file.
18686         * benchtests/bench-strncat.c: New file.
18687         * benchtests/bench-strncmp-ifunc.c: New file.
18688         * benchtests/bench-strncmp.c: New file.
18689         * benchtests/bench-strncpy-ifunc.c: New file.
18690         * benchtests/bench-strncpy.c: New file.
18691         * benchtests/bench-strnlen-ifunc.c: New file.
18692         * benchtests/bench-strnlen.c: New file.
18693         * benchtests/bench-strpbrk-ifunc.c: New file.
18694         * benchtests/bench-strpbrk.c: New file.
18695         * benchtests/bench-strrchr-ifunc.c: New file.
18696         * benchtests/bench-strrchr.c: New file.
18697         * benchtests/bench-strspn-ifunc.c: New file.
18698         * benchtests/bench-strspn.c: New file.
18699         * benchtests/bench-strstr-ifunc.c: New file.
18700         * benchtests/bench-strstr.c: New file.
18701
18702         * benchtests/Makefile: Disable parallel execution of targets.
18703         (string-bench): Add memcpy.
18704         (benchset): New variable to store a list of benchmark sets.
18705         (bench-func): Renamed from bench.
18706         (bench-set): New target.
18707         (bench): Depend on bench-func and bench-set.
18708         * benchtests/README: Add section on benchmark sets.
18709         * benchtests/bench-memcpy-ifunc.c: New file.
18710         * benchtests/bench-memcpy.c: New file.
18711         * benchtests/bench-string.h: New file.
18712
18713 2013-06-11  Andreas Schwab  <schwab@suse.de>
18714
18715         [BZ #15577]
18716         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
18717         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
18718         values in the triple.
18719         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
18720         terminator in the group key.
18721
18722 2013-06-11  Andreas Jaeger  <aj@suse.de>
18723
18724         * po/zh_TW.po: Update Chinese (traditional) translation from
18725         translation project.
18726
18727 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18728
18729         * include/time.h (__clock_gettime): Add libc_hidden_proto.
18730         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
18731         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
18732         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
18733         (clock_getcpuclockid): Likewise.
18734         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
18735         Add weak_alias and libc_hidden_def.
18736         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
18737         * rt/clock_gettime.c (clock_gettime): Rename to
18738         __clock_gettime.  Add weak_alias and libc_hidden_def.
18739         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
18740         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
18741         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
18742         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
18743         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
18744         Likewise.
18745         * rt/clock_settime.c (clock_settime): Rename to
18746         __clock_settime.  Add weak_alias and libc_hidden_def.
18747         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
18748
18749 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
18750
18751         * mach/err_boot.sub: Remove trailing whitespace.
18752         * mach/err_ipc.sub: Likewise.
18753         * mach/err_mach.sub: Likewise.
18754
18755         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
18756         (ROUNDING_TESTS_double): Likewise.
18757         (ROUNDING_TESTS_long_double): Likewise.
18758         (ROUNDING_TESTS): Likewise.
18759         * math/libm-test.inc: Include <math-tests.h>.
18760         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
18761         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
18762         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
18763         (IF_ROUND_INIT_FE_UPWARD): Likewise.
18764
18765 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18766
18767         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
18768         of assigning.
18769
18770 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
18771
18772         * sysdeps/gnu/errlist.awk: Do not generate space at end of
18773         otherwise empty TRANS lines.
18774         * sysdeps/gnu/errlist.c: Regenerated.
18775
18776         * catgets/gencat.c (error_print): Use (void) in function
18777         definition.
18778         * crypt/crypt_util.c (__init_des): Likewise.
18779         * crypt/speeds.c (Stop): Likewise.
18780         (main): Likewise.
18781         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
18782         * inet/ruserpass.c (token): Likewise.
18783         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
18784         * intl/localealias.c (extend_alias_table): Likewise.
18785         * intl/plural-exp.c (init_germanic_plural): Likewise.
18786         * libio/fcloseall.c (__fcloseall): Likewise.
18787         * libio/genops.c (_IO_flush_all): Likewise.
18788         (_IO_flush_all_linebuffered): Likewise.
18789         (_IO_cleanup): Likewise.
18790         (_IO_iter_begin): Likewise.
18791         (_IO_iter_end): Likewise.
18792         (_IO_list_lock): Likewise.
18793         (_IO_list_unlock): Likewise.
18794         (_IO_list_resetlock): Likewise.
18795         * libio/getchar.c (getchar): Likewise.
18796         * libio/getchar_u.c (getchar_unlocked): Likewise.
18797         * libio/getwchar.c (getwchar): Likewise.
18798         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
18799         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
18800         * login/getpt.c (__getpt): Likewise.
18801         * login/tst-utmp.c (main): Likewise.
18802         * malloc/hooks.c (__malloc_check_init): Likewise.
18803         * malloc/malloc.c (__malloc_stats): Likewise.
18804         * malloc/mtrace.c (tr_break): Likewise.
18805         (mtrace): Likewise.
18806         (muntrace): Likewise.
18807         * misc/fstab.c (endfsent): Likewise.
18808         * misc/getclktck.c (__getclktck): Likewise.
18809         * misc/getdtsz.c (__getdtablesize): Likewise.
18810         * misc/gethostid.c (gethostid): Likewise.
18811         * misc/getpagesize.c (__getpagesize): Likewise.
18812         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
18813         (__get_nprocs): Likewise.
18814         (__get_phys_pages): Likewise.
18815         (__get_avphys_pages): Likewise.
18816         * misc/getttyent.c (getttyent): Likewise.
18817         (setttyent): Likewise.
18818         (endttyent): Likewise.
18819         * misc/getusershell.c (getusershell): Likewise.
18820         (endusershell): Likewise.
18821         (setusershell): Likewise.
18822         (initshells): Likewise.
18823         * misc/hsearch.c (__hdestroy): Likewise.
18824         * misc/sync.c (sync): Likewise.
18825         * misc/syslog.c (closelog_internal): Likewise.
18826         (closelog): Likewise.
18827         * misc/ttyslot.c (ttyslot): Likewise.
18828         * misc/vhangup.c (vhangup): Likewise.
18829         * posix/fork.c (__fork): Likewise.
18830         * posix/getegid.c (__getegid): Likewise.
18831         * posix/geteuid.c (__geteuid): Likewise.
18832         * posix/getgid.c (__getgid): Likewise.
18833         * posix/getpid.c (__getpid): Likewise.
18834         * posix/getppid.c (__getppid): Likewise.
18835         * posix/getuid.c (__getuid): Likewise.
18836         * posix/pause.c (pause): Likewise.
18837         * posix/setpgrp.c (setpgrp): Likewise.
18838         * posix/setsid.c (__setsid): Likewise.
18839         * posix/test-vfork.c (noop): Likewise.
18840         * resolv/gethnamaddr.c (_endhtent): Likewise.
18841         (_gethtent): Likewise.
18842         (ht_endhostent): Likewise.
18843         (gethostent): Likewise.
18844         (dns_service): Likewise.
18845         * stdlib/drand48.c (drand48): Likewise.
18846         * stdlib/lrand48.c (lrand48): Likewise.
18847         * stdlib/mrand48.c (mrand48): Likewise.
18848         * stdlib/rand.c (rand): Likewise.
18849         * stdlib/random.c (__random): Likewise.
18850         * stdlib/setenv.c (clearenv): Likewise.
18851         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
18852         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
18853         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
18854         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
18855         (__get_nprocs): Likewise.
18856         (__get_phys_pages): Likewise.
18857         (__get_avphys_pages): Likewise.
18858         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
18859         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
18860         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
18861         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
18862         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
18863         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
18864         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
18865         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
18866         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
18867         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
18868         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
18869         * sysdeps/mach/hurd/sync.c (sync): Likewise.
18870         * sysdeps/posix/clock.c (clock): Likewise.
18871         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
18872         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
18873         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
18874         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
18875         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
18876         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
18877         (__get_nprocs_conf): Likewise.
18878         (__get_phys_pages): Likewise.
18879         (__get_avphys_pages): Likewise.
18880         * time/clock.c (clock): Likewise.
18881         * time/tzset.c (__tzname_max): Likewise.
18882
18883 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
18884
18885         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
18886         (__bswap_32): Do not use "register".
18887         * crypt/crypt.c (_ufc_doit_r): Likewise.
18888         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18889         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18890         * gmon/gmon.c (__monstartup): Likewise.
18891         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
18892         * hurd/hurdmalloc.c (more_memory): Likewise.
18893         (malloc): Likewise.
18894         (free): Likewise.
18895         (realloc): Likewise.
18896         (malloc_fork_prepare): Likewise.
18897         (malloc_fork_parent): Likewise.
18898         (malloc_fork_child): Likewise.
18899         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
18900         (_svcauth_des): Likewise.
18901         * inet/inet_lnaof.c (inet_lnaof): Likewise.
18902         * inet/inet_net.c (inet_network): Likewise.
18903         * inet/inet_netof.c (inet_netof): Likewise.
18904         * inet/rcmd.c (__validuser2_sa): Likewise.
18905         * io/fts.c (fts_open): Likewise.
18906         (fts_load): Likewise.
18907         (fts_close): Likewise.
18908         (fts_read): Likewise.
18909         (fts_children): Likewise.
18910         (fts_build): Likewise.
18911         (fts_stat): Likewise.
18912         (fts_sort): Likewise.
18913         (fts_alloc): Likewise.
18914         (fts_lfree): Likewise.
18915         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
18916         (_IO_file_xsgetn): Likewise.
18917         (_IO_file_xsgetn_mmap): Likewise.
18918         * libio/iofopncook.c (_IO_cookie_read): Likewise.
18919         (_IO_cookie_write): Likewise.
18920         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
18921         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
18922         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
18923         * malloc/obstack.c (_obstack_begin): Likewise.
18924         (_obstack_begin_1): Likewise.
18925         (_obstack_newchunk): Likewise.
18926         (_obstack_allocated_p): Likewise.
18927         (obstack_free): Likewise.
18928         (_obstack_memory_used): Likewise.
18929         * misc/getttyent.c (getttynam): Likewise.
18930         (getttyent): Likewise.
18931         (skip): Likewise.
18932         (value): Likewise.
18933         * misc/getusershell.c (initshells): Likewise.
18934         * misc/syslog.c (__vsyslog_chk): Likewise.
18935         * misc/ttyslot.c (ttyslot): Likewise.
18936         * nis/nis_hash.c (__nis_hash): Likewise.
18937         * posix/fnmatch_loop.c (FCT): Likewise.
18938         * posix/getconf.c (print_all): Likewise.
18939         (main): Likewise.
18940         * posix/getopt.c (exchange): Likewise.
18941         * posix/glob.c (globfree): Likewise.
18942         (prefix_array): Likewise.
18943         (__glob_pattern_type): Likewise.
18944         * resolv/arpa/nameser.h (NS_GET16): Likewise.
18945         (NS_GET32): Likewise.
18946         (NS_PUT16): Likewise.
18947         (NS_PUT32): Likewise.
18948         * resolv/gethnamaddr.c (getanswer): Likewise.
18949         (gethostbyname2): Likewise.
18950         (gethostbyaddr): Likewise.
18951         (_gethtent): Likewise.
18952         (_gethtbyname2): Likewise.
18953         (_gethtbyaddr): Likewise.
18954         * resolv/ns_print.c (dst_s_get_int16): Likewise.
18955         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
18956         * resolv/res_init.c (__res_vinit): Likewise.
18957         (net_mask): Likewise.
18958         * resolv/res_mkquery.c (outchar): Likewise.
18959         (PRINT): Likewise.
18960         * stdio-common/printf_fp.c (outchar): Likewise.
18961         (PRINT): Likewise.
18962         * stdio-common/printf_fphex.c (outchar): Likewise.
18963         (PRINT): Likewise.
18964         * stdio-common/printf_size.c (outchar): Likewise.
18965         (PRINT): Likewise.
18966         * stdio-common/test_rdwr.c (main): Likewise.
18967         * stdio-common/tfformat.c (matches): Likewise.
18968         * stdio-common/vfprintf.c (outchar): Likewise.
18969         (printf_unknown): Likewise.
18970         (buffered_vfprintf): Likewise.
18971         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18972         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18973         (ReadFile): Likewise.
18974         * stdlib/qsort.c (SWAP): Likewise.
18975         (_quicksort): Likewise.
18976         * stdlib/setenv.c (__add_to_environ): Likewise.
18977         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18978         * stdlib/strtol_l.c (__strtol_l): Likewise.
18979         * stdlib/tst-strtod.c (main): Likewise.
18980         * stdlib/tst-strtol.c (main): Likewise.
18981         * stdlib/tst-strtoll.c (main): Likewise.
18982         * string/bits/string2.h (__strcmp_cc): Likewise.
18983         (__strcmp_cg): Likewise.
18984         (__strcspn_c1): Likewise.
18985         (__strcspn_c2): Likewise.
18986         (__strcspn_c3): Likewise.
18987         (__strspn_c1): Likewise.
18988         (__strspn_c2): Likewise.
18989         (__strspn_c3): Likewise.
18990         (__strsep_1c): Likewise.
18991         (__strsep_2c): Likewise.
18992         (__strsep_3c): Likewise.
18993         * string/memccpy.c (__memccpy): Likewise.
18994         * string/stpcpy.c (__stpcpy): Likewise.
18995         * string/strcmp.c (strcmp): Likewise.
18996         * string/strrchr.c (strrchr): Likewise.
18997         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18998         Likewise.
18999         * sysdeps/mach/hurd/getcwd.c
19000         (_hurd_canonicalize_directory_name_internal): Likewise.
19001         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19002         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19003         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19004         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19005         Likewise, in both definitions.
19006         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19007         definitions.
19008         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19009         64] (__bswap_64): Likewise.
19010         * time/test_time.c (main): Likewise.
19011         * time/tzfile.c (__tzfile_read): Likewise.
19012         (__tzfile_compute): Likewise.
19013         * time/tzset.c (__tzset_parse_tz): Likewise.
19014         (tzset_internal): Likewise.
19015         (compute_change): Likewise.
19016         * wcsmbs/wcscat.c (__wcscat): Likewise.
19017         * wcsmbs/wcschr.c (wcschr): Likewise.
19018         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19019         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19020         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19021         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19022         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19023         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19024         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19025         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19026         * wcsmbs/wmemset.c (wmemset): Likewise.
19027
19028 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19029
19030         * scripts/config.guess: Update to version 2013-05-16.
19031         * scripts/config.sub: Update to version 2013-04-24.
19032         * scripts/install-sh: Update to version 2011-11-20.07.
19033         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19034         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19035
19036 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19037
19038         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19039         * elf/sln.c: Likewise.
19040         * hurd/hurd/ioctl.h: Likewise.
19041         * hurd/hurdmalloc.c: Likewise.
19042         * hurd/xattr.c: Likewise.
19043         * include/shlib-compat.h: Likewise.
19044         * inet/ruserpass.c: Likewise.
19045         * libio/iofgets_u.c: Likewise.
19046         * libio/iofgetws_u.c: Likewise.
19047         * locale/programs/ld-identification.c: Likewise.
19048         * locale/programs/ld-time.c: Likewise.
19049         * mach/msg-destroy.c: Likewise.
19050         * nss/nss_files/files-netgrp.c: Likewise.
19051         * resolv/res_data.c: Likewise.
19052         * soft-fp/op-1.h: Likewise.
19053         * soft-fp/op-2.h: Likewise.
19054         * soft-fp/op-4.h: Likewise.
19055         * soft-fp/op-common.h: Likewise.
19056         * stdio-common/printf_fphex.c: Likewise.
19057         * stdlib/strtod_l.c: Likewise.
19058         * sunrpc/rpc/clnt.h: Likewise.
19059         * sysdeps/generic/framestate.c: Likewise.
19060         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19061         * sysdeps/i386/bsd-setjmp.S: Likewise.
19062         * sysdeps/i386/__longjmp.S: Likewise.
19063         * sysdeps/i386/setjmp.S: Likewise.
19064         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19065         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19066         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19067         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19068         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19069         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19070         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19071         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19072         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19073         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19074         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19075         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19076         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19077         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19078         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19079         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19080         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19081         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19082         * sysdeps/ieee754/support.c: Likewise.
19083         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19084         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19085         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19086         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19087         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19088         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19089         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19090         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19091         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19092         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19093         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19094         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19095         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19096         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19097         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19098         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19099         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19101
19102 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19103
19104         * posix/transbug.c: Remove executable mode.
19105
19106 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19107
19108         * crypt/speeds.c: Remove trailing whitespace.
19109         * dlfcn/default.c: Likewise.
19110         * elf/ifuncdep2.c: Likewise.
19111         * elf/ifuncmain1.c: Likewise.
19112         * elf/ifuncmain1vis.c: Likewise.
19113         * elf/testobj.h: Likewise.
19114         * elf/tst-stackguard1.c: Likewise.
19115         * gmon/sys/gmon.h: Likewise.
19116         * hurd/hurdmsg.c: Likewise.
19117         * hurd/new-fd.c: Likewise.
19118         * hurd/ports-get.c: Likewise.
19119         * iconvdata/ibm1008_420.c: Likewise.
19120         * inet/tst-getni1.c: Likewise.
19121         * inet/tst-getni2.c: Likewise.
19122         * libio/ioungetc.c: Likewise.
19123         * libio/wfiledoalloc.c: Likewise.
19124         * manual/libm-err-tab.pl: Likewise.
19125         * math/w_dremf.c: Likewise.
19126         * misc/ftruncate.c: Likewise.
19127         * posix/bug-glob2.c: Likewise.
19128         * posix/tst-pcre.c: Likewise.
19129         * posix/wait4.c: Likewise.
19130         * resolv/README: Likewise.
19131         * resolv/res_debug.h: Likewise.
19132         * resolv/tst-inet_ntop.c: Likewise.
19133         * setjmp/bug269-setjmp.c: Likewise.
19134         * soft-fp/extended.h: Likewise.
19135         * soft-fp/op-1.h: Likewise.
19136         * soft-fp/op-2.h: Likewise.
19137         * soft-fp/op-4.h: Likewise.
19138         * soft-fp/op-8.h: Likewise.
19139         * soft-fp/testit.c: Likewise.
19140         * stdio-common/bug16.c: Likewise.
19141         * stdlib/random.c: Likewise.
19142         * sunrpc/rpcsvc/rquota.x: Likewise.
19143         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19144         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19145         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19146         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19147         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19148         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19149         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19150         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19151         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19152         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19153         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19154         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19155         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19156         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19157         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19158         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19159         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19160         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19161         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19162         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19163         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19164         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19165         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19166         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19167         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19168         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19169         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19170         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19171         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19172         * sysdeps/ieee754/s_lib_version.c: Likewise.
19173         * sysdeps/mach/hurd/check_fds.c: Likewise.
19174         * sysdeps/mach/hurd/getsockname.c: Likewise.
19175         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19176         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19177         * sysdeps/powerpc/bits/link.h: Likewise.
19178         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19179         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19180         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19181         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19182         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19183         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19184         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19185         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19186         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19187         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19188         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19189         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19190         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19191         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19192         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19193         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19194         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19195         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19196         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19197         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19198         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19199         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19200         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19201         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19202         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19203         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19204         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19205         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19206         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19207         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19208         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19209         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19210         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19211         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19212         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19213         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19214         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19215         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19216         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19217         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19218         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19219         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19220         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19221         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19222         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19223         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19224         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19225         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19226         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19227         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19228         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19229         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19230         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19231         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19232         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19233         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19234         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19235         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19236         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19237         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19238         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19239         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19240         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19241         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19242         * sysdeps/powerpc/sysdep.h: Likewise.
19243         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19244         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19245         * sysdeps/sh/dl-trampoline.S: Likewise.
19246         * sysdeps/sh/memset.S: Likewise.
19247         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19248         * sysdeps/sh/strlen.S: Likewise.
19249         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19250         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19251         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19252         * sysdeps/sparc/sparc32/rem.S: Likewise.
19253         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19254         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19255         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19256         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19257         * sysdeps/sparc/sparc32/urem.S: Likewise.
19258         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19259         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19260         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19261         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19262         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19263         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19264         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19265         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19266         * sysdeps/unix/bsd/times.c: Likewise.
19267         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19268         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19272         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19273         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19274         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19275         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19276         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19277         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19278         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19279         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19280         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19281         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19282         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19283         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19284         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19285         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19286         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19287         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19288         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19289         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19290         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19291         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19292         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19293         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19294         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19295         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19296         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19297         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19298         * sysdeps/x86_64/strcspn.S: Likewise.
19299
19300 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19301
19302         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19303         generated file.  Regenerate properly from gen-translit.pl.
19304         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19305         locale/C-translit.h.
19306
19307 2013-06-05  Andreas Schwab  <schwab@suse.de>
19308
19309         [BZ #15100]
19310         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19311         week as 6 instead of -1.
19312         * time/tst-strptime.c (day_tests): Add test case.
19313
19314 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19315
19316         * sysdeps/generic/math_private.h
19317         (libc_feholdexcept_setround_53bit): Replace with
19318         libc_feholdsetround_53bit.
19319         (libc_feupdateenv_53bit): Replace with
19320         libc_feresetround_53bit.
19321         (SET_RESTORE_ROUND_53BIT): Adjust.
19322
19323 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19324
19325         * string/test-strchrnul.c: Add copyright header.
19326
19327         * posix/tst-getaddrinfo4.c: Increase test timeout.
19328
19329 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19330
19331         [BZ #15536]
19332         * math/libm-test.inc (MAX_EXP): Remove
19333         (MIN_EXP): Define.
19334         (ulp): Use MIN_EXP - MANT_DIG.
19335         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19336
19337 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19338
19339         * po/be.po: Revert last change.
19340         * po/zh_CN.po: Likewise.
19341         * po/header.pot: Likewise.
19342
19343 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19344
19345         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19346         link-libc-deps to empty as target-specific variable.
19347         * Makerules (link-libc-args): New variable.
19348         (libc-for-link): Likewise.
19349         (link-libc-deps): Likewise.
19350         (lib%.so): Depend on $(link-libc-deps).  Link with
19351         $(link-libc-args).
19352         (build-module): Link with $(link-libc-args).
19353         (build-module-asneeded): Likewise.
19354         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19355         list of objects.
19356         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19357         target-specific variable.
19358         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19359         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19360         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19361         libc.
19362         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19363         libc and ld.so.
19364         ($(objpfx)libpcprofile.so): Likewise.
19365         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19366         libc_nonshared.a.
19367         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19368         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19369         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19370         $(link-libc-deps).
19371         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19372         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19373         * login/Makefile ($(objpfx)libutil.so): Likewise.
19374         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19375         * math/Makefile ($(objpfx)libm.so): Likewise.
19376         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19377         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19378         variable instead of depending directly on libc.
19379         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19380         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19381         $(link-libc-deps).
19382         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19383         libc.
19384         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19385         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19386         ($(objpfx)libanl.so): Likewise.
19387         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19388         ld.so.
19389         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19390         $(link-libc-deps).
19391         * sysdeps/i386/fpu/Makefile: Remove file.
19392         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19393         ($(objpfx)libm.so): Remove dependency on ld.so.
19394
19395 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19396
19397         [BZ # 15553]
19398         * nis/yp_xdr.c (XDRMAXNAME): Define.
19399         (XDRMAXRECORD): Define.
19400         (xdr_domainname): Use XDRMAXNAME.
19401         (xdr_mapname): Likewise.
19402         (xdr_peername): Likewise.
19403         (xdr_keydat): Use XDRMAXRECORD.
19404         (xdr_valdat): Likewise.
19405
19406 2013-05-30  Jeff Law  <law@redhat.com>
19407
19408         [BZ #14256]
19409         * manual/errno.texi (ESTALE): Update to account for more than
19410         just NFS file systems.
19411         * sysdeps/gnu/errlist.c: Regenerated.
19412
19413 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19414
19415         [BZ #15465]
19416         * elf/Makefile (tests): Add tst-null-argv.
19417         (modules-names):  Add tst-null-argv-lib.
19418         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19419         (tst-null-argv-ENV): Set environment for tst-null-argv.
19420         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19421         (RTLD_PROGNAME): New macro.
19422         * elf/tst-null-argv.c: New test case.
19423         * elf/tst-null-argv-lib.c: Library for test case.
19424         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19425         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19426         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19427         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19428         * elf/dl-init.c (call_init): Likewise.
19429         (_dl_init): Likewise.
19430         * elf/dl-load.c (print_search_path): Likewise.
19431         (_dl_map_object): Likewise.
19432         * elf/dl-lookup.c (do_lookup_x): Likewise.
19433         (add_dependency): Likewise.
19434         (_dl_lookup_symbol_x): Likewise.
19435         (_dl_debug_bindings): Likewise.
19436         * elf/dl-open.c (_dl_show_scope): Likewise.
19437         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19438         * elf/dl-version.c (match_symbol): Likewise.
19439         (_dl_check_map_versions): Likewise.
19440         * elf/rtld.c (dl_main): Likewise.
19441         (print_unresolved): Use RTLD_PROGNAME.
19442         (print_missing_version): Likewise.
19443         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19444         (elf_machine_rela): Likewise.
19445         * sysdeps/powerpc/powerpc32/dl-machine.c
19446         (__process_machine_rela): Likewise.
19447         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19448         Likewise.
19449         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19450         Likewise.
19451         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19452         Likewise.
19453         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19454         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19455         Likewise.
19456         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19457         Likewise.
19458         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19459
19460 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19461
19462         * po/be.po: Add descriptive title.
19463         * po/zh_CN.po: Likewise.
19464         * po/header.pot: Likewise.
19465
19466 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19467
19468         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19469         error message.
19470         (enlarge_archive): Likewise.
19471
19472 2013-05-28  Ben North  <ben@redfrontdoor.org>
19473
19474         * manual/arith.texi (frexp): It is the magnitude of the return
19475         value which lies in [0.5, 1), not the return value itself.
19476
19477 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19478
19479         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19480
19481 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19482
19483         * stdio-common/bug26.c (main): Correct fscanf template.
19484
19485         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19486         declare _dl_skip_args.
19487
19488         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19489         Don't declare.
19490
19491         * manual/platform.texi: Add missing @end deftypefun.
19492
19493 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19494
19495         [BZ #15529]
19496         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19497         bit of mantissa of 2^16382.
19498         * math/libm-test.inc (hypot_test_data): Add more tests.
19499
19500         * math/libm-test.inc: Add drem and pow10 to list of tested
19501         functions.
19502         (pow10_test): New function.
19503         (drem_test): Likewise.
19504         (drem_test_tonearest): Likewise.
19505         (drem_test_towardzero): Likewise.
19506         (drem_test_downward): Likewise.
19507         (drem_test_upward): Likewise.
19508         (main): Call the new functions.
19509
19510         * math/libm-test.inc (finite_test_data): Remove.
19511         (finite_test): Run tests from isfinite_test_data.
19512         (gamma_test_data): Remove.
19513         (gamma_test): Run tests from lgamma_test_data.
19514         * sysdeps/i386/fpu/libm-test-ulps: Update.
19515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19516
19517 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19518
19519         * manual/platform.texi: Add PowerPC PPR function set documentation.
19520         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19521         implementation.
19522
19523 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19524
19525         * math/libm-test.inc (MAX_EXP): Define.
19526         (ULPDIFF): Define.
19527         (ulp): New function.
19528         (check_float_internal): Use ULPDIFF.
19529         (cpow_test): Disable failing test.
19530         (check_ulp): Test ulp() implemetnation.
19531         (main): Call check_ulp before starting tests.
19532
19533 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19534
19535         * math/gen-libm-test.pl (generate_testfile): Do not handle
19536         START_DATA and END_DATA.
19537         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19538         END_DATA.
19539         (acos_tonearest_test_data): Likewise.
19540         (acos_towardzero_test_data): Likewise.
19541         (acos_downward_test_data): Likewise.
19542         (acos_upward_test_data): Likewise.
19543         (acosh_test_data): Likewise.
19544         (asin_test_data): Likewise.
19545         (asin_tonearest_test_data): Likewise.
19546         (asin_towardzero_test_data): Likewise.
19547         (asin_downward_test_data): Likewise.
19548         (asin_upward_test_data): Likewise.
19549         (asinh_test_data): Likewise.
19550         (atan_test_data): Likewise.
19551         (atanh_test_data): Likewise.
19552         (atan2_test_data): Likewise.
19553         (cabs_test_data): Likewise.
19554         (cacos_test_data): Likewise.
19555         (cacosh_test_data): Likewise.
19556         (carg_test_data): Likewise.
19557         (casin_test_data): Likewise.
19558         (casinh_test_data): Likewise.
19559         (catan_test_data): Likewise.
19560         (catanh_test_data): Likewise.
19561         (cbrt_test_data): Likewise.
19562         (ccos_test_data): Likewise.
19563         (ccosh_test_data): Likewise.
19564         (ceil_test_data): Likewise.
19565         (cexp_test_data): Likewise.
19566         (cimag_test_data): Likewise.
19567         (clog_test_data): Likewise.
19568         (clog10_test_data): Likewise.
19569         (conj_test_data): Likewise.
19570         (copysign_test_data): Likewise.
19571         (cos_test_data): Likewise.
19572         (cos_tonearest_test_data): Likewise.
19573         (cos_towardzero_test_data): Likewise.
19574         (cos_downward_test_data): Likewise.
19575         (cos_upward_test_data): Likewise.
19576         (cosh_test_data): Likewise.
19577         (cosh_tonearest_test_data): Likewise.
19578         (cosh_towardzero_test_data): Likewise.
19579         (cosh_downward_test_data): Likewise.
19580         (cosh_upward_test_data): Likewise.
19581         (cpow_test_data): Likewise.
19582         (cproj_test_data): Likewise.
19583         (creal_test_data): Likewise.
19584         (csin_test_data): Likewise.
19585         (csinh_test_data): Likewise.
19586         (csqrt_test_data): Likewise.
19587         (ctan_test_data): Likewise.
19588         (ctan_tonearest_test_data): Likewise.
19589         (ctan_towardzero_test_data): Likewise.
19590         (ctan_downward_test_data): Likewise.
19591         (ctan_upward_test_data): Likewise.
19592         (ctanh_test_data): Likewise.
19593         (ctanh_tonearest_test_data): Likewise.
19594         (ctanh_towardzero_test_data): Likewise.
19595         (ctanh_downward_test_data): Likewise.
19596         (ctanh_upward_test_data): Likewise.
19597         (erf_test_data): Likewise.
19598         (erfc_test_data): Likewise.
19599         (exp_test_data): Likewise.
19600         (exp_tonearest_test_data): Likewise.
19601         (exp_towardzero_test_data): Likewise.
19602         (exp_downward_test_data): Likewise.
19603         (exp_upward_test_data): Likewise.
19604         (exp10_test_data): Likewise.
19605         (exp2_test_data): Likewise.
19606         (expm1_test_data): Likewise.
19607         (fabs_test_data): Likewise.
19608         (fdim_test_data): Likewise.
19609         (finite_test_data): Likewise.
19610         (floor_test_data): Likewise.
19611         (fma_test_data): Likewise.
19612         (fma_towardzero_test_data): Likewise.
19613         (fma_downward_test_data): Likewise.
19614         (fma_upward_test_data): Likewise.
19615         (fmax_test_data): Likewise.
19616         (fmin_test_data): Likewise.
19617         (fmod_test_data): Likewise.
19618         (fpclassify_test_data): Likewise.
19619         (frexp_test_data): Likewise.
19620         (gamma_test_data): Likewise.
19621         (hypot_test_data): Likewise.
19622         (ilogb_test_data): Likewise.
19623         (isfinite_test_data): Likewise.
19624         (isgreater_test_data): Likewise.
19625         (isgreaterequal_test_data): Likewise.
19626         (isinf_test_data): Likewise.
19627         (isless_test_data): Likewise.
19628         (islessequal_test_data): Likewise.
19629         (islessgreater_test_data): Likewise.
19630         (isnan_test_data): Likewise.
19631         (isnormal_test_data): Likewise.
19632         (issignaling_test_data): Likewise.
19633         (isunordered_test_data): Likewise.
19634         (j0_test_data): Likewise.
19635         (j1_test_data): Likewise.
19636         (jn_test_data): Likewise.
19637         (ldexp_test_data): Likewise.
19638         (lgamma_test_data): Likewise.
19639         (lrint_test_data): Likewise.
19640         (lrint_tonearest_test_data): Likewise.
19641         (lrint_towardzero_test_data): Likewise.
19642         (lrint_downward_test_data): Likewise.
19643         (lrint_upward_test_data): Likewise.
19644         (llrint_test_data): Likewise.
19645         (llrint_tonearest_test_data): Likewise.
19646         (llrint_towardzero_test_data): Likewise.
19647         (llrint_downward_test_data): Likewise.
19648         (llrint_upward_test_data): Likewise.
19649         (log_test_data): Likewise.
19650         (log10_test_data): Likewise.
19651         (log1p_test_data): Likewise.
19652         (log2_test_data): Likewise.
19653         (logb_test_data): Likewise.
19654         (logb_downward_test_data): Likewise.
19655         (lround_test_data): Likewise.
19656         (llround_test_data): Likewise.
19657         (modf_test_data): Likewise.
19658         (nearbyint_test_data): Likewise.
19659         (nextafter_test_data): Likewise.
19660         (nexttoward_test_data): Likewise.
19661         (pow_test_data): Likewise.
19662         (pow_tonearest_test_data): Likewise.
19663         (pow_towardzero_test_data): Likewise.
19664         (pow_downward_test_data): Likewise.
19665         (pow_upward_test_data): Likewise.
19666         (remainder_test_data): Likewise.
19667         (remainder_tonearest_test_data): Likewise.
19668         (remainder_towardzero_test_data): Likewise.
19669         (remainder_downward_test_data): Likewise.
19670         (remainder_upward_test_data): Likewise.
19671         (remquo_test_data): Likewise.
19672         (rint_test_data): Likewise.
19673         (rint_tonearest_test_data): Likewise.
19674         (rint_towardzero_test_data): Likewise.
19675         (rint_downward_test_data): Likewise.
19676         (rint_upward_test_data): Likewise.
19677         (round_test_data): Likewise.
19678         (scalb_test_data): Likewise.
19679         (scalbn_test_data): Likewise.
19680         (scalbln_test_data): Likewise.
19681         (signbit_test_data): Likewise.
19682         (sin_test_data): Likewise.
19683         (sin_tonearest_test_data): Likewise.
19684         (sin_towardzero_test_data): Likewise.
19685         (sin_downward_test_data): Likewise.
19686         (sin_upward_test_data): Likewise.
19687         (sincos_test_data): Likewise.
19688         (sinh_test_data): Likewise.
19689         (sinh_tonearest_test_data): Likewise.
19690         (sinh_towardzero_test_data): Likewise.
19691         (sinh_downward_test_data): Likewise.
19692         (sinh_upward_test_data): Likewise.
19693         (sqrt_test_data): Likewise.
19694         (tan_test_data): Likewise.
19695         (tan_tonearest_test_data): Likewise.
19696         (tan_towardzero_test_data): Likewise.
19697         (tan_downward_test_data): Likewise.
19698         (tan_upward_test_data): Likewise.
19699         (tanh_test_data): Likewise.
19700         (tgamma_test_data): Likewise.
19701         (trunc_test_data): Likewise.
19702         (y0_test_data): Likewise.
19703         (y1_test_data): Likewise.
19704         (yn_test_data): Likewise.
19705         (significand_test_data): Likewise.
19706
19707         * math/gen-libm-test.pl (@functions): Remove variable.
19708         (generate_testfile): Don't handle START and END lines.
19709         * math/libm-test.inc (START): New macro.
19710         (END): Likewise.
19711         (END_COMPLEX): Likewise.
19712         (acos_test): Use END macro without arguments.
19713         (acos_test_tonearest): Likewise.
19714         (acos_test_towardzero): Likewise.
19715         (acos_test_downward): Likewise.
19716         (acos_test_upward): Likewise.
19717         (acosh_test): Likewise.
19718         (asin_test): Likewise.
19719         (asin_test_tonearest): Likewise.
19720         (asin_test_towardzero): Likewise.
19721         (asin_test_downward): Likewise.
19722         (asin_test_upward): Likewise.
19723         (asinh_test): Likewise.
19724         (atan_test): Likewise.
19725         (atanh_test): Likewise.
19726         (atan2_test): Likewise.
19727         (cabs_test): Likewise.
19728         (cacos_test): Use END_COMPLEX macro without arguments.
19729         (cacosh_test): Likewise.
19730         (carg_test): Use END macro without arguments.
19731         (casin_test): Use END_COMPLEX macro without arguments.
19732         (casinh_test): Likewise.
19733         (catan_test): Likewise.
19734         (catanh_test): Likewise.
19735         (cbrt_test): Use END macro without arguments.
19736         (ccos_test): Use END_COMPLEX macro without arguments.
19737         (ccosh_test): Likewise.
19738         (ceil_test): Use END macro without arguments.
19739         (cexp_test): Use END_COMPLEX macro without arguments.
19740         (cimag_test): Use END macro without arguments.
19741         (clog_test): Use END_COMPLEX macro without arguments.
19742         (clog10_test): Likewise.
19743         (conj_test): Likewise.
19744         (copysign_test): Use END macro without arguments.
19745         (cos_test): Likewise.
19746         (cos_test_tonearest): Likewise.
19747         (cos_test_towardzero): Likewise.
19748         (cos_test_downward): Likewise.
19749         (cos_test_upward): Likewise.
19750         (cosh_test): Likewise.
19751         (cosh_test_tonearest): Likewise.
19752         (cosh_test_towardzero): Likewise.
19753         (cosh_test_downward): Likewise.
19754         (cosh_test_upward): Likewise.
19755         (cpow_test): Use END_COMPLEX macro without arguments.
19756         (cproj_test): Likewise.
19757         (creal_test): Use END macro without arguments.
19758         (csin_test): Use END_COMPLEX macro without arguments.
19759         (csinh_test): Likewise.
19760         (csqrt_test): Likewise.
19761         (ctan_test): Likewise.
19762         (ctan_test_tonearest): Likewise.
19763         (ctan_test_towardzero): Likewise.
19764         (ctan_test_downward): Likewise.
19765         (ctan_test_upward): Likewise.
19766         (ctanh_test): Likewise.
19767         (ctanh_test_tonearest): Likewise.
19768         (ctanh_test_towardzero): Likewise.
19769         (ctanh_test_downward): Likewise.
19770         (ctanh_test_upward): Likewise.
19771         (erf_test): Use END macro without arguments.
19772         (erfc_test): Likewise.
19773         (exp_test): Likewise.
19774         (exp_test_tonearest): Likewise.
19775         (exp_test_towardzero): Likewise.
19776         (exp_test_downward): Likewise.
19777         (exp_test_upward): Likewise.
19778         (exp10_test): Likewise.
19779         (exp2_test): Likewise.
19780         (expm1_test): Likewise.
19781         (fabs_test): Likewise.
19782         (fdim_test): Likewise.
19783         (finite_test): Likewise.
19784         (floor_test): Likewise.
19785         (fma_test): Likewise.
19786         (fma_test_towardzero): Likewise.
19787         (fma_test_downward): Likewise.
19788         (fma_test_upward): Likewise.
19789         (fmax_test): Likewise.
19790         (fmin_test): Likewise.
19791         (fmod_test): Likewise.
19792         (fpclassify_test): Likewise.
19793         (frexp_test): Likewise.
19794         (gamma_test): Likewise.
19795         (hypot_test): Likewise.
19796         (ilogb_test): Likewise.
19797         (isfinite_test): Likewise.
19798         (isgreater_test): Likewise.
19799         (isgreaterequal_test): Likewise.
19800         (isinf_test): Likewise.
19801         (isless_test): Likewise.
19802         (islessequal_test): Likewise.
19803         (islessgreater_test): Likewise.
19804         (isnan_test): Likewise.
19805         (isnormal_test): Likewise.
19806         (issignaling_test): Likewise.
19807         (isunordered_test): Likewise.
19808         (j0_test): Likewise.
19809         (j1_test): Likewise.
19810         (jn_test): Likewise.
19811         (ldexp_test): Likewise.
19812         (lgamma_test): Likewise.
19813         (lrint_test): Likewise.
19814         (lrint_test_tonearest): Likewise.
19815         (lrint_test_towardzero): Likewise.
19816         (lrint_test_downward): Likewise.
19817         (lrint_test_upward): Likewise.
19818         (llrint_test): Likewise.
19819         (llrint_test_tonearest): Likewise.
19820         (llrint_test_towardzero): Likewise.
19821         (llrint_test_downward): Likewise.
19822         (llrint_test_upward): Likewise.
19823         (log_test): Likewise.
19824         (log10_test): Likewise.
19825         (log1p_test): Likewise.
19826         (log2_test): Likewise.
19827         (logb_test): Likewise.
19828         (logb_test_downward): Likewise.
19829         (lround_test): Likewise.
19830         (llround_test): Likewise.
19831         (modf_test): Likewise.
19832         (nearbyint_test): Likewise.
19833         (nextafter_test): Likewise.
19834         (nexttoward_test): Likewise.
19835         (pow_test): Likewise.
19836         (pow_test_tonearest): Likewise.
19837         (pow_test_towardzero): Likewise.
19838         (pow_test_downward): Likewise.
19839         (pow_test_upward): Likewise.
19840         (remainder_test): Likewise.
19841         (remainder_test_tonearest): Likewise.
19842         (remainder_test_towardzero): Likewise.
19843         (remainder_test_downward): Likewise.
19844         (remainder_test_upward): Likewise.
19845         (remquo_test): Likewise.
19846         (rint_test): Likewise.
19847         (rint_test_tonearest): Likewise.
19848         (rint_test_towardzero): Likewise.
19849         (rint_test_downward): Likewise.
19850         (rint_test_upward): Likewise.
19851         (round_test): Likewise.
19852         (scalb_test): Likewise.
19853         (scalbn_test): Likewise.
19854         (scalbln_test): Likewise.
19855         (signbit_test): Likewise.
19856         (sin_test): Likewise.
19857         (sin_test_tonearest): Likewise.
19858         (sin_test_towardzero): Likewise.
19859         (sin_test_downward): Likewise.
19860         (sin_test_upward): Likewise.
19861         (sincos_test): Likewise.
19862         (sinh_test): Likewise.
19863         (sinh_test_tonearest): Likewise.
19864         (sinh_test_towardzero): Likewise.
19865         (sinh_test_downward): Likewise.
19866         (sinh_test_upward): Likewise.
19867         (sqrt_test): Likewise.
19868         (tan_test): Likewise.
19869         (tan_test_tonearest): Likewise.
19870         (tan_test_towardzero): Likewise.
19871         (tan_test_downward): Likewise.
19872         (tan_test_upward): Likewise.
19873         (tanh_test): Likewise.
19874         (tgamma_test): Likewise.
19875         (trunc_test): Likewise.
19876         (y0_test): Likewise.
19877         (y1_test): Likewise.
19878         (yn_test): Likewise.
19879         (significand_test): Likewise.
19880
19881 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
19882
19883         [BZ #15381]
19884         * libio/genops.c (_IO_no_init): Initialize wide struct info.
19885
19886 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19887
19888         [BZ #14894]
19889         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
19890         __ppc_mdoio and __ppc_mdoom.
19891         * manual/platform.texi: Document new functions __ppc_yield,
19892         __ppc_mdoio and __ppc_mdoom.
19893
19894 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
19895
19896         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
19897         (main): Mention "tls" pseudo-hwcap is legacy.
19898         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
19899
19900 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19901
19902         * math/gen-libm-test.pl (parse_args): Output only string of
19903         arguments as text for test name, not full call or descriptions of
19904         tests for extra outputs.
19905         (generate_testfile): Do not pass function name to parse_args.
19906         Generate this_func variable from START.
19907         * math/libm-test.inc (struct test_f_f_data): Rename test_name
19908         field to arg_str.
19909         (struct test_ff_f_data): Likewise.
19910         (test_ff_f_data_nexttoward): Likewise.
19911         (struct test_fi_f_data): Likewise.
19912         (struct test_fl_f_data): Likewise.
19913         (struct test_if_f_data): Likewise.
19914         (struct test_fff_f_data): Likewise.
19915         (struct test_c_f_data): Likewise.
19916         (struct test_f_f1_data): Likewise.  Remove field extra_name.
19917         (struct test_fF_f1_data): Likewise.
19918         (struct test_ffI_f1_data): Likewise.
19919         (struct test_c_c_data): Rename test_name field to arg_str.
19920         (struct test_cc_c_data): Likewise.
19921         (struct test_f_i_data): Likewise.
19922         (struct test_ff_i_data): Likewise.
19923         (struct test_f_l_data): Likewise.
19924         (struct test_f_L_data): Likewise.
19925         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
19926         and extra2_name.
19927         (COMMON_TEST_SETUP): New macro.
19928         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
19929         (COMMON_TEST_CLEANUP): Likewise.
19930         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
19931         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
19932         macros.
19933         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
19934         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
19935         macros.
19936         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
19937         (RUN_TEST_fff_f): Take argument string.  Call new setup and
19938         cleanup macros.
19939         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
19940         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
19941         macros.
19942         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
19943         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
19944         macros.
19945         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19946         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
19947         cleanup macros.
19948         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19949         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
19950         cleanup macros.
19951         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19952         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
19953         cleanup macros.
19954         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19955         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
19956         macros.
19957         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
19958         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
19959         macros.
19960         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
19961         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
19962         macros.
19963         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
19964         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
19965         cleanup macros.
19966         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19967         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19968         cleanup macros.
19969         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19970         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19971         macros.
19972         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19973         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19974         cleanup macros.
19975         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19976         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19977         macros.
19978         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19979         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19980         macros.
19981         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19982         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19983         cleanup macros.
19984         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19985
19986 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19987
19988         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19989         to _sifields.sigfault.
19990         (si_addr_lsb): Define new macro.
19991         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19992         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19993         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19994
19995 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19996
19997         [BZ #15441]
19998         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19999         returns -1.
20000         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20001         null return -1.
20002         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20003         loading the domain.
20004
20005 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20006
20007         * math/gen-libm-test.pl (parse_args): Do not include expected
20008         result in test name.
20009         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20010         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20011         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20012         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20013         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20015
20016 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20017
20018         * benchtests/Makefile: Sort function entries.
20019
20020         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20021         tanh, asinh, acosh, atanh.
20022         * benchtests/acos-inputs: New file.
20023         * benchtests/acosh-inputs: New file.
20024         * benchtests/asin-inputs: New file.
20025         * benchtests/asinh-inputs: New file.
20026         * benchtests/atanh-inputs: New file.
20027         * benchtests/cosh-inputs: New file.
20028         * benchtests/log-inputs: New file.
20029         * benchtests/sinh-inputs: New file.
20030         * benchtests/tanh-inputs: New file.
20031
20032 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20033
20034         [BZ #15339]
20035         * posix/tst-getaddrinfo4.c: New test.
20036         * posix/Makefile (tests): Add it.
20037
20038 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20039
20040         [BZ #15339]
20041         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20042         when no services were used.
20043         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20044         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20045
20046 2013-05-21  Andreas Schwab  <schwab@suse.de>
20047
20048         [BZ #15014]
20049         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20050         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20051         successful.
20052         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20053         redundant variable declarations and reallocation of buffer when
20054         parsing as IPv6 address.  Always set NSS status when called from
20055         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20056         buffer too small.  Correct computation of needed size.
20057         * nss/Makefile (tests): Add test-digits-dots.
20058         * nss/test-digits-dots.c: New test.
20059
20060 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20061
20062         * benchtests/Makefile: Remove instructions for adding
20063         benchmark tests.
20064         * benchtests/README: New file to explain how to execute and
20065         enhance the benchmark tests.
20066
20067 2013-05-21  Andreas Schwab  <schwab@suse.de>
20068
20069         [BZ #15493]
20070         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20071         * setjmp/tst-sigsetjmp.c: New test.
20072
20073 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20074
20075         * sysdeps/x86_64/memset.S (memset): New implementation.
20076         (__bzero): Likewise.
20077         (__memset_tail): New function.
20078
20079 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20080
20081         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20082         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20083         __memcpy_sse2_unaligned ifunc selection.
20084         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20085         Add memcpy-sse2-unaligned.S.
20086         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20087         Add: __memcpy_sse2_unaligned.
20088
20089 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20090
20091         [BZ #15490]
20092         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20093         math_force_eval before restoring floating-point envrionment.
20094         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20095         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20096         Likewise.
20097         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20098         <math_private.h>.
20099         (__nearbyintl): Use math_force_eval before restoring
20100         floating-point environment.
20101         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20102
20103         * math/gen-libm-test.pl (special_functions): Remove.
20104         (parse_args): Don't handle TEST_extra.  Handle functions with no
20105         return value.
20106         * math/libm-test.inc (struct test_sincos_data): Replace with
20107         struct test_fFF_11_data.
20108         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20109         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20110         (sincos_test_data): Change element type to struct
20111         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20112         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20113         RUN_TEST_LOOP_sincos.
20114         * math/README.libm-test: Don't mention special handling of
20115         individual functions.
20116         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20117         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20118         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20119         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20120         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20122
20123         * math/gen-libm-test.pl (get_variable): Remove function.
20124         (parse_args): Don't show pointer parameters to call in test
20125         names.  Use "extra output N" in test names for extra outputs
20126         rather than naming variables.
20127
20128 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20129
20130         [BZ #15488]
20131         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20132         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20133         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20134         double tests.
20135         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20136         disable.
20137         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20138         check_long_double.
20139
20140         * math/gen-libm-test.pl (@tests): Remove variable.
20141         ($count): Likewise.
20142         (new_test): Remove function.
20143         (show_exceptions): New function.
20144         (special_functions): Use show_exceptions instead of new_test.
20145         (parse_args): Likewise.
20146         (generate_testfile): Pass only function name in generated call to
20147         print_max_error or print_complex_max_error.
20148         (get_ulps): Do not handle complex tests specially.
20149         (output_test): Rename to ...
20150         (get_all_ulps_for_test): ... this.  Return a string rather than
20151         printing to a file.  Require ulps to be present.
20152         (output_ulps): Generate arrays rather than #defines.
20153         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20154         (struct ulp_data): New type.
20155         (BUILD_COMPLEX_ULP): Remove macro.
20156         (compare_ulp_data): New function.
20157         (find_ulps): Likewise.
20158         (find_test_ulps): Likewise.
20159         (find_function_ulps): Likewise.
20160         (find_complex_function_ulps): Likewise.
20161         (print_max_error): Determine allowed ulps using
20162         find_function_ulps.
20163         (print_complex_max_error): Determine allowed ulps using
20164         find_complex_function_ulps.
20165         (check_float_internal): Determine max ulps using find_test_ulps.
20166         (check_float): Do not take max_ulp parameter.  Update call to
20167         check_float_internal.
20168         (check_complex): Likewise.
20169         (check_int): Do not take max_ulp parameter.
20170         (check_long): Likewise.
20171         (check_bool): Likewise.
20172         (check_longlong): Likewise.
20173         (struct test_f_f_data): Remove max_ulp field.
20174         (struct test_ff_f_data): Likewise.
20175         (struct test_ff_f_data_nexttoward): Likewise.
20176         (struct test_fi_f_data): Likewise.
20177         (struct test_fl_f_data): Likewise.
20178         (struct test_if_f_data): Likewise.
20179         (struct test_fff_f_data): Likewise.
20180         (struct test_c_f_data): Likewise.
20181         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20182         (struct test_fF_f1_data): Likewise.
20183         (struct test_ffI_f1_data): Likewise.
20184         (struct test_c_c_data): Remove max_ulp field.
20185         (struct test_cc_c_data): Likewise.
20186         (struct test_f_i_data): Likewise.
20187         (struct test_ff_i_data): Likewise.
20188         (struct test_f_l_data): Likewise.
20189         (struct test_f_L_data): Likewise.
20190         (struct test_sincos_data): Likewise.
20191         (RUN_TEST_f_f): Do not handle ulps.
20192         (RUN_TEST_LOOP_f_f): Likewise.
20193         (RUN_TEST_2_f): Likewise.
20194         (RUN_TEST_LOOP_2_f): Likewise.
20195         (RUN_TEST_fff_f): Likewise.
20196         (RUN_TEST_LOOP_fff_f): Likewise.
20197         (RUN_TEST_c_f): Likewise.
20198         (RUN_TEST_LOOP_c_f): Likewise.
20199         (RUN_TEST_f_f1): Likewise.
20200         (RUN_TEST_LOOP_f_f1): Likewise.
20201         (RUN_TEST_fF_f1): Likewise.
20202         (RUN_TEST_LOOP_fF_f1): Likewise.
20203         (RUN_TEST_fI_f1): Likewise.
20204         (RUN_TEST_LOOP_fI_f1): Likewise.
20205         (RUN_TEST_ffI_f1): Likewise.
20206         (RUN_TEST_LOOP_ffI_f1): Likewise.
20207         (RUN_TEST_c_c): Likewise.
20208         (RUN_TEST_LOOP_c_c): Likewise.
20209         (RUN_TEST_cc_c): Likewise.
20210         (RUN_TEST_LOOP_cc_c): Likewise.
20211         (RUN_TEST_f_i): Likewise.
20212         (RUN_TEST_LOOP_f_i): Likewise.
20213         (RUN_TEST_f_i_tg): Likewise.
20214         (RUN_TEST_LOOP_f_i_tg): Likewise.
20215         (RUN_TEST_ff_i_tg): Likewise.
20216         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20217         (RUN_TEST_f_b): Likewise.
20218         (RUN_TEST_LOOP_f_b): Likewise.
20219         (RUN_TEST_f_b_tg): Likewise.
20220         (RUN_TEST_LOOP_f_b_tg): Likewise.
20221         (RUN_TEST_f_l): Likewise.
20222         (RUN_TEST_LOOP_f_l): Likewise.
20223         (RUN_TEST_f_L): Likewise.
20224         (RUN_TEST_LOOP_f_L): Likewise.
20225         (RUN_TEST_sincos): Likewise.
20226         (RUN_TEST_LOOP_sincos): Likewise.
20227
20228 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20229
20230         [BZ #15480]
20231         [BZ #15485]
20232         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20233         main case of finite arguments, set rounding mode to FE_TONEAREST
20234         and discard exceptions.
20235         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20236         exceptions.
20237         (remainder_tonearest_test_data): New variable.
20238         (remainder_test_tonearest): New function.
20239         (remainder_towardzero_test_data): New variable.
20240         (remainder_test_towardzero): New function.
20241         (remainder_downward_test_data): New variable.
20242         (remainder_test_downward): New function.
20243         (remainder_upward_test_data): New variable.
20244         (remainder_test_upward): New function.
20245         (main): Call the new test functions.
20246
20247         * math/libm-test.inc (struct test_f_f1_data): Remove field
20248         extra_init.
20249         (struct test_fF_f1_data): Likewise.
20250         (struct test_ffI_f1_data): Likewise.
20251         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20252         based on value of EXTRA_EXPECTED.
20253         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20254         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20255         EXTRA_VAR based on value of EXTRA_EXPECTED.
20256         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20257         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20258         EXTRA_VAR based on value of EXTRA_EXPECTED.
20259         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20260         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20261         EXTRA_VAR based on value of EXTRA_EXPECTED.
20262         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20263         * math/gen-libm-test.pl (parse_args): Don't output initializers
20264         for extra output values.
20265
20266         * math/libm-test.inc (check_int): Expect result to be exactly
20267         equal to expected value and do not handle ulps.
20268         (check_long): Likewise.
20269         (check_longlong): Likewise.
20270
20271         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20272         exceptions.
20273         (cimag_test_data): Likewise.
20274         (conj_test_data): Likewise.
20275         (copysign_test_data): Likewise.
20276         (cproj_test_data): Likewise.
20277         (creal_test_data): Likewise.
20278         (fabs_test_data): Likewise.
20279         (fdim_test_data): Likewise.
20280         (finite_test_data): Likewise.
20281         (floor_test_data): Likewise.
20282         (fmax_test_data): Likewise.
20283         (fmin_test_data): Likewise.
20284         (fmod_test_data): Likewise.
20285         (fpclassify_test_data): Likewise.
20286         (frexp_test_data): Likewise.
20287         (ilogb_test_data): Likewise.
20288         (isfinite_test_data): Likewise.
20289         (isgreater_test_data): Likewise.
20290         (isgreaterequal_test_data): Likewise.
20291         (isinf_test_data): Likewise.
20292         (isless_test_data): Likewise.
20293         (islessequal_test_data): Likewise.
20294         (islessgreater_test_data): Likewise.
20295         (isnan_test_data): Likewise.
20296         (isnormal_test_data): Likewise.
20297         (issignaling_test_data): Likewise.
20298         (isunordered_test_data): Likewise.
20299         (ldexp_test_data): Likewise.
20300         (lrint_test_data): Likewise.
20301         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20302         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20303         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20304         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20305         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20306         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20307         test input.
20308         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20309         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20310         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20311         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20312         that test input.
20313         (lrint_downward_test_data): Test for "inexact" exceptions.
20314         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20315         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20316         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20317         test input.
20318         (lrint_upward_test_data): Test for "inexact" exceptions.
20319         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20320         test input.
20321         (llrint_test_data): Test for "inexact" exceptions.
20322         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20323         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20324         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20325         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20326         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20327         (llrint_downward_test_data): Test for "inexact" exceptions.
20328         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20329         (llrint_upward_test_data): Test for "inexact" exceptions.
20330         (logb_test_data): Likewise.
20331         (logb_downward_test_data): Likewise.
20332         (nextafter_test_data): Likewise.
20333         (nexttoward_test_data): Likewise.
20334         (remainder_test_data): Likewise.
20335         (remquo_test_data): Likewise.
20336         (scalbn_test_data): Likewise.
20337         (scalbln_test_data): Likewise.
20338         (signbit_test_data): Likewise.
20339         (sqrt_test_data): Likewise.
20340         (significand_test_data): Likewise.
20341
20342 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20343
20344         [BZ #15424]
20345         * benchtests/bench-modf.c (struct args): Mark arg0 as
20346         volatile.
20347         * scripts/bench.pl: Mark members of struct args as volatile.
20348
20349 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20350
20351         [BZ # 15497]
20352         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20353         negative infinity on POWER6 or lower.
20354         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20355
20356 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20357
20358         [BZ #15442]
20359         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20360         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20361         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20362         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20363         (_FP_SETQNAN): New macro.
20364         (_FP_SETQNAN_SEMIRAW): Likewise.
20365         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20366         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20367         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20368         (FP_EXTEND): Use _FP_FRAC_SNANP.
20369         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20370         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20371         into account.
20372         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20373         New macro.
20374         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20375         Likewise.
20376
20377 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20378
20379         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20380         with DIVIDE_BY_ZERO_EXCEPTION.
20381         (gamma_test_data): Likewise.
20382         (lgamma_test_data): Likewise.
20383         (log_test_data): Likewise.
20384         (log10_test_data): Likewise.
20385         (log2_test_data): Likewise.
20386         (tgamma_test_data): Likewise.
20387
20388         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20389         (acos_test_tonearest): Likewise.
20390         (acos_test_towardzero): Likewise.
20391         (acos_test_downward): Likewise.
20392         (acos_test_upward): Likewise.
20393         (acosh_test): Likewise.
20394         (asin_test): Likewise.
20395         (asin_test_tonearest): Likewise.
20396         (asin_test_towardzero): Likewise.
20397         (asin_test_downward): Likewise.
20398         (asin_test_upward): Likewise.
20399         (asinh_test): Likewise.
20400         (atan_test): Likewise.
20401         (atanh_test): Likewise.
20402         (atan2_test): Likewise.
20403         (cabs_test): Likewise.
20404         (cacos_test): Likewise.
20405         (cacosh_test): Likewise.
20406         (casin_test): Likewise.
20407         (casinh_test): Likewise.
20408         (catan_test): Likewise.
20409         (catanh_test): Likewise.
20410         (cbrt_test): Likewise.
20411         (ccos_test): Likewise.
20412         (ccosh_test): Likewise.
20413         (cexp_test): Likewise.
20414         (clog_test): Likewise.
20415         (clog10_test): Likewise.
20416         (cos_test): Likewise.
20417         (cos_test_tonearest): Likewise.
20418         (cos_test_towardzero): Likewise.
20419         (cos_test_downward): Likewise.
20420         (cos_test_upward): Likewise.
20421         (cosh_test): Likewise.
20422         (cosh_test_tonearest): Likewise.
20423         (cosh_test_towardzero): Likewise.
20424         (cosh_test_downward): Likewise.
20425         (cosh_test_upward): Likewise.
20426         (cpow_test): Likewise.
20427         (csin_test): Likewise.
20428         (csinh_test): Likewise.
20429         (csqrt_test): Likewise.
20430         (ctan_test): Likewise.
20431         (ctan_test_tonearest): Likewise.
20432         (ctan_test_towardzero): Likewise.
20433         (ctan_test_downward): Likewise.
20434         (ctan_test_upward): Likewise.
20435         (ctanh_test): Likewise.
20436         (ctanh_test_tonearest): Likewise.
20437         (ctanh_test_towardzero): Likewise.
20438         (ctanh_test_downward): Likewise.
20439         (ctanh_test_upward): Likewise.
20440         (erf_test): Likewise.
20441         (erfc_test): Likewise.
20442         (exp_test): Likewise.
20443         (exp_test_tonearest): Likewise.
20444         (exp_test_towardzero): Likewise.
20445         (exp_test_downward): Likewise.
20446         (exp_test_upward): Likewise.
20447         (exp10_test): Likewise.
20448         (exp2_test): Likewise.
20449         (expm1_test): Likewise.
20450         (fmod_test): Likewise.
20451         (gamma_test): Likewise.
20452         (hypot_test): Likewise.
20453         (j0_test): Likewise.
20454         (j1_test): Likewise.
20455         (jn_test): Likewise.
20456         (lgamma_test): Likewise.
20457         (log_test): Likewise.
20458         (log10_test): Likewise.
20459         (log1p_test): Likewise.
20460         (log2_test): Likewise.
20461         (logb_test_downward): Likewise.
20462         (pow_test): Likewise.
20463         (pow_test_tonearest): Likewise.
20464         (pow_test_towardzero): Likewise.
20465         (pow_test_downward): Likewise.
20466         (pow_test_upward): Likewise.
20467         (remainder_test): Likewise.
20468         (remquo_test): Likewise.
20469         (sin_test): Likewise.
20470         (sin_test_tonearest): Likewise.
20471         (sin_test_towardzero): Likewise.
20472         (sin_test_downward): Likewise.
20473         (sin_test_upward): Likewise.
20474         (sincos_test): Likewise.
20475         (sinh_test): Likewise.
20476         (sinh_test_tonearest): Likewise.
20477         (sinh_test_towardzero): Likewise.
20478         (sinh_test_downward): Likewise.
20479         (sinh_test_upward): Likewise.
20480         (sqrt_test): Likewise.
20481         (tan_test): Likewise.
20482         (tan_test_tonearest): Likewise.
20483         (tan_test_towardzero): Likewise.
20484         (tan_test_downward): Likewise.
20485         (tan_test_upward): Likewise.
20486         (tanh_test): Likewise.
20487         (tgamma_test): Likewise.
20488         (y0_test): Likewise.
20489         (y1_test): Likewise.
20490         (yn_test): Likewise.
20491
20492         * math/gen-libm-test.pl (adjust_arg): Remove function.
20493         (special_function): Remove argument $in_func.  Only handle
20494         generating output for tables of tests, not inside functions.
20495         (parse_args): Likewise.
20496         (generate_testfile): Remove variable $in_func.  Update call to
20497         parse_args.
20498         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20499         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20500         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20501         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20502         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20503         (MAX_VALUE_INIT): Rename macro to max_value.
20504         (MIN_VALUE_INIT): Rename macro to min_value.
20505         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20506         (plus_zero): Remove variable.
20507         (minus_zero): Likewise.
20508         (plus_infty): Likewise.
20509         (minus_infty): Likewise.
20510         (qnan_value): Likewise.
20511         (max_value): Likewise.
20512         (min_value): Likewise.
20513         (min_subnorm_value): Likewise.
20514
20515 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20516
20517         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20518         uint64_t or uint32_t usage.
20519         * crypt/sha256-block.c: Likewise.
20520         * crypt/sha256-crypt.c: Likewise.
20521         * crypt/sha256.c: Likewise.
20522         * crypt/sha512-block.c: Likewise.
20523         * crypt/sha512-crypt.c: Likewise.
20524         * crypt/sha512.c: Likewise.
20525         * debug/backtrace-tst.c: Likewise.
20526         * debug/pcprofiledump.c: Likewise.
20527         * elf/cache.c: Likewise.
20528         * elf/dl-cache.c: Likewise.
20529         * elf/dl-misc.c: Likewise.
20530         * elf/dl-profile.c: Likewise.
20531         * elf/dl-support.c: Likewise.
20532         * elf/ldconfig.c: Likewise.
20533         * elf/sprof.c: Likewise.
20534         * iconv/dummy-repertoire.c: Likewise.
20535         * iconv/iconv_charmap.c: Likewise.
20536         * iconv/skeleton.c: Likewise.
20537         * iconvdata/8bit-generic.c: Likewise.
20538         * iconvdata/cp737.h: Likewise.
20539         * iconvdata/cp775.h: Likewise.
20540         * iconvdata/ibm1008.h: Likewise.
20541         * iconvdata/ibm1025.h: Likewise.
20542         * iconvdata/ibm1046.h: Likewise.
20543         * iconvdata/ibm1097.h: Likewise.
20544         * iconvdata/ibm1112.h: Likewise.
20545         * iconvdata/ibm1122.h: Likewise.
20546         * iconvdata/ibm1123.h: Likewise.
20547         * iconvdata/ibm1124.h: Likewise.
20548         * iconvdata/ibm1129.h: Likewise.
20549         * iconvdata/ibm1130.h: Likewise.
20550         * iconvdata/ibm1132.h: Likewise.
20551         * iconvdata/ibm1133.h: Likewise.
20552         * iconvdata/ibm1137.h: Likewise.
20553         * iconvdata/ibm1140.h: Likewise.
20554         * iconvdata/ibm1141.h: Likewise.
20555         * iconvdata/ibm1142.h: Likewise.
20556         * iconvdata/ibm1143.h: Likewise.
20557         * iconvdata/ibm1144.h: Likewise.
20558         * iconvdata/ibm1145.h: Likewise.
20559         * iconvdata/ibm1146.h: Likewise.
20560         * iconvdata/ibm1147.h: Likewise.
20561         * iconvdata/ibm1148.h: Likewise.
20562         * iconvdata/ibm1149.h: Likewise.
20563         * iconvdata/ibm1153.h: Likewise.
20564         * iconvdata/ibm1154.h: Likewise.
20565         * iconvdata/ibm1155.h: Likewise.
20566         * iconvdata/ibm1156.h: Likewise.
20567         * iconvdata/ibm1157.h: Likewise.
20568         * iconvdata/ibm1158.h: Likewise.
20569         * iconvdata/ibm1160.h: Likewise.
20570         * iconvdata/ibm1161.h: Likewise.
20571         * iconvdata/ibm1162.h: Likewise.
20572         * iconvdata/ibm1163.h: Likewise.
20573         * iconvdata/ibm1164.h: Likewise.
20574         * iconvdata/ibm1166.h: Likewise.
20575         * iconvdata/ibm1167.h: Likewise.
20576         * iconvdata/ibm12712.h: Likewise.
20577         * iconvdata/ibm1390.h: Likewise.
20578         * iconvdata/ibm1399.h: Likewise.
20579         * iconvdata/ibm16804.h: Likewise.
20580         * iconvdata/ibm4517.h: Likewise.
20581         * iconvdata/ibm4899.h: Likewise.
20582         * iconvdata/ibm4909.h: Likewise.
20583         * iconvdata/ibm4971.h: Likewise.
20584         * iconvdata/ibm5347.h: Likewise.
20585         * iconvdata/ibm803.h: Likewise.
20586         * iconvdata/ibm856.h: Likewise.
20587         * iconvdata/ibm901.h: Likewise.
20588         * iconvdata/ibm902.h: Likewise.
20589         * iconvdata/ibm9030.h: Likewise.
20590         * iconvdata/ibm9066.h: Likewise.
20591         * iconvdata/ibm921.h: Likewise.
20592         * iconvdata/ibm922.h: Likewise.
20593         * iconvdata/ibm9448.h: Likewise.
20594         * iconvdata/isiri-3342.h: Likewise.
20595         * iconvdata/jis0201.h: Likewise.
20596         * include/link.h: Likewise.
20597         * include/netdb.h: Likewise.
20598         * inet/check_native.c: Likewise.
20599         * inet/check_pf.c: Likewise.
20600         * inet/getipv4sourcefilter.c: Likewise.
20601         * inet/getnameinfo.c: Likewise.
20602         * inet/getsourcefilter.c: Likewise.
20603         * inet/htonl.c: Likewise.
20604         * inet/setipv4sourcefilter.c: Likewise.
20605         * inet/setsourcefilter.c: Likewise.
20606         * inet/test-inet6_opt.c: Likewise.
20607         * inet/tst-network.c: Likewise.
20608         * locale/C-collate.c: Likewise.
20609         * locale/C-ctype.c: Likewise.
20610         * locale/C-time.c: Likewise.
20611         * locale/C-translit.h: Likewise.
20612         * locale/loadarchive.c: Likewise.
20613         * locale/programs/3level.h: Likewise.
20614         * locale/programs/charmap.c: Likewise.
20615         * locale/programs/charmap.h: Likewise.
20616         * locale/programs/ld-address.c: Likewise.
20617         * locale/programs/ld-collate.c: Likewise.
20618         * locale/programs/ld-ctype.c: Likewise.
20619         * locale/programs/ld-identification.c: Likewise.
20620         * locale/programs/ld-measurement.c: Likewise.
20621         * locale/programs/ld-messages.c: Likewise.
20622         * locale/programs/ld-monetary.c: Likewise.
20623         * locale/programs/ld-name.c: Likewise.
20624         * locale/programs/ld-numeric.c: Likewise.
20625         * locale/programs/ld-paper.c: Likewise.
20626         * locale/programs/ld-telephone.c: Likewise.
20627         * locale/programs/ld-time.c: Likewise.
20628         * locale/programs/linereader.c: Likewise.
20629         * locale/programs/locale.c: Likewise.
20630         * locale/programs/locarchive.c: Likewise.
20631         * locale/programs/locfile.h: Likewise.
20632         * locale/programs/repertoire.c: Likewise.
20633         * locale/programs/simple-hash.c: Likewise.
20634         * locale/programs/simple-hash.h: Likewise.
20635         * malloc/memusage.c: Likewise.
20636         * malloc/memusagestat.c: Likewise.
20637         * nis/nis_defaults.c: Likewise.
20638         * nis/nis_hash.c: Likewise.
20639         * nis/nis_print.c: Likewise.
20640         * nis/nis_xdr.c: Likewise.
20641         * nscd/connections.c: Likewise.
20642         * nscd/hstcache.c: Likewise.
20643         * nscd/nscd_gethst_r.c: Likewise.
20644         * nscd/nscd_getserv_r.c: Likewise.
20645         * nscd/nscd_helper.c: Likewise.
20646         * nscd/servicescache.c: Likewise.
20647         * nss/makedb.c: Likewise.
20648         * nss/nss_db/db-XXX.c: Likewise.
20649         * nss/nss_db/db-initgroups.c: Likewise.
20650         * nss/nss_db/db-netgrp.c: Likewise.
20651         * nss/nss_files/files-network.c: Likewise.
20652         * nss/nss_files/files-parse.c: Likewise.
20653         * posix/bug-regex5.c: Likewise.
20654         * posix/fnmatch_loop.c: Likewise.
20655         * posix/regcomp.c: Likewise.
20656         * posix/regexec.c: Likewise.
20657         * posix/tst-rfc3484-2.c: Likewise.
20658         * posix/tst-rfc3484-3.c: Likewise.
20659         * posix/tst-rfc3484.c: Likewise.
20660         * resolv/nss_dns/dns-canon.c: Likewise.
20661         * resolv/nss_dns/dns-network.c: Likewise.
20662         * resolv/res_init.c: Likewise.
20663         * resolv/res_mkquery.c: Likewise.
20664         * resolv/tst-aton.c: Likewise.
20665         * stdlib/cxa_atexit.c: Likewise.
20666         * stdlib/cxa_finalize.c: Likewise.
20667         * stdlib/gen-fpioconst.c: Likewise.
20668         * stdlib/strtol_l.c: Likewise.
20669         * string/tst-endian.c: Likewise.
20670         * sunrpc/auth_des.c: Likewise.
20671         * sunrpc/clnt_udp.c: Likewise.
20672         * sunrpc/rtime.c: Likewise.
20673         * sunrpc/svcauth_des.c: Likewise.
20674         * sunrpc/xdr.c: Likewise.
20675         * sunrpc/xdr_intXX_t.c: Likewise.
20676         * sunrpc/xdr_rec.c: Likewise.
20677         * sysdeps/generic/ldconfig.h: Likewise.
20678         * sysdeps/generic/ldsodefs.h: Likewise.
20679         * sysdeps/generic/memusage.h: Likewise.
20680         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20681         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20682         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20683         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20684         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20685         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20686         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20687         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20688         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20689         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20690         * sysdeps/posix/getaddrinfo.c: Likewise.
20691         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20692         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20693         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20694         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20695         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20696         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20697         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20698         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20699         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20700         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20701         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20702         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20703         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
20704         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
20705         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
20706         * sysdeps/x86_64/dl-tls.h: Likewise.
20707         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
20708         * time/alt_digit.c: Likewise.
20709         * time/era.c: Likewise.
20710         * wcsmbs/tst-c16c32-1.c: Likewise.
20711
20712 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20713
20714         * math/libm-test.inc (struct test_sincos_data): New type.
20715         (RUN_TEST_LOOP_sincos): New macro.
20716         (sincos_test_data): New variable.
20717         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
20718
20719 2013-05-16  Richard Henderson  <rth@redhat.com>
20720
20721         * math/atest-exp2.c (LIMB64): New macro.
20722         (CONSTSZ): New macro.
20723         (mp_exp1, mp_exp_m1, mp_log2): New variables.
20724         (hexdig): Move ...
20725         (print_mpn_fp): ... to function scope.
20726         (read_mpn_hex): Remove.
20727         (get_log2): Remove.
20728         (exp2_mpn): Use mp_log2.
20729         (main): Use mp_exp1.
20730
20731 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20732
20733         * math/libm-test.inc: Remove comment about not testing "inexact"
20734         exceptions.
20735         (INEXACT_EXCEPTION): New macro.
20736         (NO_INEXACT_EXCEPTION): Likewise.
20737         (INVALID_EXCEPTION_OK): Update value.
20738         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
20739         (OVERFLOW_EXCEPTION_OK): Likewise.
20740         (UNDERFLOW_EXCEPTION_OK): Likewise.
20741         (IGNORE_ZERO_INF_SIGN): Likewise.
20742         (ERRNO_UNCHANGED): Likewise.
20743         (ERRNO_EDOM): Likewise.
20744         (ERRNO_ERANGE): Likewise.
20745         (test_exceptions): Handle testing "inexact" exceptions.
20746         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
20747         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
20748         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
20749         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
20750         INEXACT_EXCEPTION.
20751         (rint_towardzero_test_data): Likewise.
20752         (rint_downward_test_data): Likewise.
20753         (rint_upward_test_data): Likewise.
20754
20755         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
20756         with OVERFLOW_EXCEPTION.
20757         (exp10_test_data): Likewise.
20758         (exp2_test_data): Likewise.
20759         (expm1_test_data): Likewise.
20760         (lgamma_test_data): Likewise.
20761         (pow_test_data): Likewise.
20762         (tgamma_test_data): Likewise.
20763         (yn_test_data): Remove duplicate test of overflow.
20764
20765         * math/libm-test.inc (struct test_cc_c_data): New type.
20766         (RUN_TEST_LOOP_cc_c): New macro.
20767         (cpow_test_data): New variable.
20768         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
20769
20770         * math/libm-test.inc (struct test_f_L_data): New type.
20771         (RUN_TEST_LOOP_f_L): New macro.
20772         (llrint_test_data): New variable.
20773         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
20774         (llrint_tonearest_test_data): New variable.
20775         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
20776         (llrint_towardzero_test_data): New variable.
20777         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
20778         (llrint_downward_test_data): New variable.
20779         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
20780         (llrint_upward_test_data): New variable.
20781         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
20782         (llround_test_data): New variable.
20783         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
20784
20785 2013-05-13  Peter Collingbourne  <pcc@google.com>
20786
20787         * math/atest-exp2.c (get_log2): Remove const attribute.
20788
20789 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20790
20791         * math/libm-test.inc (struct test_f_l_data): New type.
20792         (RUN_TEST_LOOP_f_l): New macro.
20793         (lrint_test_data): New variable.
20794         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
20795         (lrint_tonearest_test_data): New variable.
20796         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
20797         (lrint_towardzero_test_data): New variable.
20798         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
20799         (lrint_downward_test_data): New variable.
20800         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
20801         (lrint_upward_test_data): New variable.
20802         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
20803         (lround_test_data): New variable.
20804         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
20805
20806 2013-05-15  Peter Collingbourne  <pcc@google.com>
20807
20808         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
20809         (EXTRACT_WORDS64) Use where appropriate.
20810         (INSERT_WORDS64) Likewise.
20811
20812         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
20813         constraints with x constraints.
20814         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
20815
20816         * malloc/obstack.c (_obstack_compat): Add initializer.
20817
20818 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20819
20820         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
20821         si_trapno and add si_addr_lsb to _sifields.sigfault.
20822         (si_trapno): Remove macro.
20823         (si_addr_lsb): Define new macro.
20824         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20825
20826 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20827
20828         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
20829         instead of TEST_f_l.
20830         (llrint_test_tonearest): Likewise.
20831         (llrint_test_towardzero): Likewise.
20832         (llrint_test_downward): Likewise.
20833         (llrint_test_upward): Likewise.
20834         (llround_test): Likewise.
20835
20836         * math/libm-test.inc (struct test_f_i_data): Add comment.
20837         (RUN_TEST_LOOP_f_b): New macro.
20838         (RUN_TEST_LOOP_f_b_tg): Likewise.
20839         (finite_test_data): New variable.
20840         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
20841         (isfinite_test_data): New variable.
20842         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20843         (isinf_test_data): New variable.
20844         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20845         (isnan_test_data): New variable.
20846         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20847         (isnormal_test_data): New variable.
20848         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20849         (issignaling_test_data): New variable.
20850         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20851         (signbit_test_data): New variable.
20852         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20853
20854         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
20855         with INVALID_EXCEPTION.
20856         (acosh_test_data): Likewise.
20857         (asin_test_data): Likewise.
20858         (atanh_test_data): Likewise.
20859         (fmod_test_data): Likewise.
20860         (log_test_data): Likewise.
20861         (log10_test_data): Likewise.
20862         (log2_test_data): Likewise.
20863         (pow_test_data): Likewise.
20864         (sqrt_test_data): Likewise.
20865         (y0_test_data): Likewise.
20866         (y1_test_data): Likewise.
20867         (yn_test_data): Likewise.
20868
20869         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
20870         function contents.
20871
20872         * math/libm-test.inc (struct test_ff_i_data): New type.
20873         (RUN_TEST_LOOP_ff_i_tg): New macro.
20874         (isgreater_test_data): New variable.
20875         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20876         (isgreaterequal_test_data): New variable.
20877         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20878         (isless_test_data): New variable.
20879         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20880         (islessequal_test_data): New variable.
20881         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20882         (islessgreater_test_data): New variable.
20883         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20884         (isunordered_test_data): New variable.
20885         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20886
20887 2013-05-14  David S. Miller  <davem@davemloft.net>
20888
20889         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20890
20891 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
20892
20893         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
20894
20895         * math/libm-test.inc (struct test_fF_f1_data): Change type of
20896         extra_test to int.
20897         (struct test_f_i_data): Change type of max_ulp to int.
20898
20899         * math/libm-test.inc (test_ffI_f1_data): New type.
20900         (RUN_TEST_LOOP_ffI_f1): New macro.
20901         (remquo_test_data): New variable.
20902         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
20903
20904         * setjmp/tst-setjmp-fp.c: New file.
20905         * setjmp/Makefile (tests): Add tst-setjmp-fp.
20906         (link-libm): New variable.
20907         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
20908
20909         * math/libm-test.inc (struct test_f_i_data): New type.
20910         (RUN_TEST_LOOP_f_i): New macro.
20911         (RUN_TEST_LOOP_f_i_tg): Likewise.
20912         (fpclassify_test_data): New variable.
20913         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
20914         (ilogb_test_data): New variable.
20915         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
20916
20917         * math/libm-test.inc (scalbln_test): Correct function name in END
20918         call.
20919
20920         * math/libm-test.inc (struct test_f_f1_data): Add comment.
20921         (RUN_TEST_LOOP_fI_f1): New macro.
20922         (frexp_test_data): New variable.
20923         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
20924
20925         * math/libm-test.inc (struct test_fF_f1_data): New type.
20926         (RUN_TEST_LOOP_fF_f1): New macro.
20927         (modf_test_data): New variable.
20928         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
20929
20930         * math/libm-test.inc (struct test_f_f1_data): New type.
20931         (RUN_TEST_LOOP_f_f1): New macro.
20932         (gamma_test_data): New variable.
20933         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20934         (lgamma_test_data): New variable.
20935         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20936
20937 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
20938
20939         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
20940         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
20941         (main): Comment "tls" pseudo-hwcap.
20942
20943 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
20944
20945         * math/libm-test.inc (struct test_fl_f_data): New type.
20946         (RUN_TEST_LOOP_fl_f): New variable.
20947         (scalbln_test_data): New variable.
20948         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
20949
20950         * math/libm-test.inc (struct test_fi_f_data): New type.
20951         (RUN_TEST_LOOP_fi_f): New macro.
20952         (ldexp_test_data): New variable.
20953         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
20954         (scalbn_test_data): New variable.
20955         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
20956
20957         * math/libm-test.inc (struct test_c_f_data): New type.
20958         (RUN_TEST_LOOP_c_f): New macro.
20959         (cabs_test_data): New variable.
20960         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
20961         (carg_test_data): New variable.
20962         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
20963         (cimag_test_data): New variable.
20964         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
20965         (creal_test_data): New variable.
20966         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20967
20968         * math/libm-test.inc (struct test_if_f_data): New type.
20969         (RUN_TEST_LOOP_if_f): New macro.
20970         (jn_test_data): New variable.
20971         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20972         (yn_test_data): New variable.
20973         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20974
20975         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20976
20977 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20978
20979         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20980         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20981
20982 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20983
20984         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20985         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20986         (bench-deps): Add bench-timing.h.
20987         * benchtests-bench-skeleton.c: Include bench-timing.h.
20988         (main): Use TIMING_* macros instead of clock_gettime.
20989         * benchtests/bench-timing.h: New file.
20990
20991         [BZ #14582]
20992         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20993         Renamed from _LIB_VERSION.
20994         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20995
20996 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20997
20998         * math/libm-test.inc (struct test_fff_f_data): New type.
20999         (RUN_TEST_LOOP_fff_f): New macro.
21000         (fma_test_data): New variable.
21001         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21002         (fma_towardzero_test_data): New variable.
21003         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21004         (fma_downward_test_data): New variable.
21005         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21006         (fma_upward_test_data): New variable.
21007         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21008
21009         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21010         (struct test_c_c_data): New type.
21011         (RUN_TEST_LOOP_c_c): New macro.
21012         (cacos_test_data): New variable.
21013         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21014         (cacosh_test_data): New variable.
21015         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21016         (casin_test_data): New variable.
21017         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21018         (casinh_test_data): New variable.
21019         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21020         (catan_test_data): New variable.
21021         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21022         (catanh_test_data): New variable.
21023         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21024         (ccos_test_data): New variable.
21025         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21026         (ccosh_test_data): New variable.
21027         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21028         (cexp_test_data): New variable.
21029         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21030         (clog_test_data): New variable.
21031         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21032         (clog10_test_data): New variable.
21033         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21034         (conj_test_data): New variable.
21035         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21036         (cproj_test_data): New variable.
21037         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21038         (csin_test_data): New variable.
21039         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21040         (csinh_test_data): New variable.
21041         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21042         (csqrt_test_data): New variable.
21043         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21044         (ctan_test_data): New variable.
21045         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21046         (ctan_tonearest_test_data): New variable.
21047         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21048         (ctan_towardzero_test_data): New variable.
21049         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21050         (ctan_downward_test_data): New variable.
21051         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21052         (ctan_upward_test_data): New variable.
21053         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21054         (ctanh_test_data): New variable.
21055         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21056         (ctanh_tonearest_test_data): New variable.
21057         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21058         (ctanh_towardzero_test_data): New variable.
21059         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21060         (ctanh_downward_test_data): New variable.
21061         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21062         (ctanh_upward_test_data): New variable.
21063         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21064         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21065         of BUILD_COMPLEX.
21066
21067         * math/libm-test.inc (struct test_ff_f_data): New type.
21068         (struct test_ff_f_data_nexttoward): Likewise.
21069         (RUN_TEST_LOOP_2_f): New macro.
21070         (RUN_TEST_LOOP_ff_f): Likewise.
21071         (atan2_test_data): New variable.
21072         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21073         (copysign_test_data): New variable.
21074         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21075         (fdim_test_data): New variable.
21076         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21077         (fmax_test_data): New variable.
21078         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21079         (fmin_test_data): New variable.
21080         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21081         (fmod_test_data): New variable.
21082         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21083         (hypot_test_data): New variable.
21084         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21085         (nextafter_test_data): New variable.
21086         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21087         (nexttoward_test_data): New variable.
21088         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21089         (pow_test_data): New variable.
21090         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21091         (pow_tonearest_test_data): New variable.
21092         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21093         (pow_towardzero_test_data): New variable.
21094         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21095         (pow_downward_test_data): New variable.
21096         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21097         (pow_upward_test_data): New variable.
21098         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21099         (remainder_test_data): New variable.
21100         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21101         (scalb_test_data): New variable.
21102         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21103         * sysdeps/i386/fpu/libm-test-ulps: Update.
21104
21105 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21106
21107         * math/libm-test.inc (fma_test): Use max_value instead of local
21108         variable fltmax.
21109         (nextafter_test): Likewise.
21110
21111         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21112         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21113         (acos_downward_test_data): New variable.
21114         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21115         (acos_upward_test_data): New variable.
21116         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21117         (acosh_test_data): New variable.
21118         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21119         (asin_test_data): New variable.
21120         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21121         (asin_tonearest_test_data): New variable.
21122         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21123         (asin_towardzero_test_data): New variable.
21124         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21125         (asin_downward_test_data): New variable.
21126         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21127         (asin_upward_test_data): New variable.
21128         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21129         (asinh_test_data): New variable.
21130         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21131         (atan_test_data): New variable.
21132         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21133         (atanh_test_data): New variable.
21134         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21135         (cbrt_test_data): New variable.
21136         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21137         (ceil_test_data): New variable.
21138         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21139         (cos_test_data): New variable.
21140         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21141         (cos_tonearest_test_data): New variable.
21142         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21143         (cos_towardzero_test_data): New variable.
21144         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21145         (cos_downward_test_data): New variable.
21146         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21147         (cos_upward_test_data): New variable.
21148         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21149         (cosh_test_data): New variable.
21150         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21151         (cosh_tonearest_test_data): New variable.
21152         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21153         (cosh_towardzero_test_data): New variable.
21154         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21155         (cosh_downward_test_data): New variable.
21156         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21157         (cosh_upward_test_data): New variable.
21158         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21159         (erf_test_data): New variable.
21160         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21161         (erfc_test_data): New variable.
21162         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21163         (exp_test_data): New variable.
21164         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21165         (exp_tonearest_test_data): New variable.
21166         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21167         (exp_towardzero_test_data): New variable.
21168         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21169         (exp_downward_test_data): New variable.
21170         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21171         (exp_upward_test_data): New variable.
21172         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21173         (exp10_test_data): New variable.
21174         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21175         (exp2_test_data): New variable.
21176         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21177         (expm1_test_data): New variable.
21178         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21179         (fabs_test_data): New variable.
21180         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21181         (floor_test_data): New variable.
21182         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21183         (j0_test_data): New variable.
21184         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21185         (j1_test_data): New variable.
21186         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21187         (log_test_data): New variable.
21188         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21189         (log10_test_data): New variable.
21190         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21191         (log1p_test_data): New variable.
21192         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21193         (log2_test_data): New variable.
21194         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21195         (logb_test_data): New variable.
21196         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21197         (logb_downward_test_data): New variable.
21198         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21199         (nearbyint_test_data): New variable.
21200         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21201         (rint_test_data): New variable.
21202         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21203         (rint_tonearest_test_data): New variable.
21204         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21205         (rint_towardzero_test_data): New variable.
21206         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21207         (rint_downward_test_data): New variable.
21208         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21209         (rint_upward_test_data): New variable.
21210         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21211         (round_test_data): New variable.
21212         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21213         (sin_test_data): New variable.
21214         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21215         (sin_tonearest_test_data): New variable.
21216         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21217         (sin_towardzero_test_data): New variable.
21218         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21219         (sin_downward_test_data): New variable.
21220         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21221         (sin_upward_test_data): New variable.
21222         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21223         (sinh_test_data): New variable.
21224         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21225         (sinh_tonearest_test_data): New variable.
21226         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21227         (sinh_towardzero_test_data): New variable.
21228         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21229         (sinh_downward_test_data): New variable.
21230         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21231         (sinh_upward_test_data): New variable.
21232         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21233         (sqrt_test_data): New variable.
21234         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21235         (tan_test_data): New variable.
21236         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21237         (tan_tonearest_test_data): New variable.
21238         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21239         (tan_towardzero_test_data): New variable.
21240         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21241         (tan_downward_test_data): New variable.
21242         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21243         (tan_upward_test_data): New variable.
21244         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21245         (tanh_test_data): New variable.
21246         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21247         (tgamma_test_data): New variable.
21248         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21249         (trunc_test_data): New variable.
21250         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21251         (y0_test_data): New variable.
21252         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21253         (y1_test_data): New variable.
21254         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21255         (significand_test_data): New variable.
21256         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21257
21258 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21259
21260         [BZ #12387]
21261         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21262
21263 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21264
21265         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21266
21267 2013-05-10  Andreas Jaeger  <aj@suse.de>
21268
21269         [BZ #15448]
21270         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21271         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21272
21273 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21274
21275         * math/gen-libm-test.pl (adjust_arg): New function.
21276         (special_functions): Handle generating output in both functions
21277         and arrays.
21278         (parse_args): Likewise.
21279         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21280         $in_func argument to parse_args.
21281         * math/libm-test.inc (struct test_f_f_data): New type.
21282         (IF_ROUND_INIT_): New macro.
21283         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21284         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21285         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21286         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21287         (ROUND_RESTORE_): Likewise.
21288         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21289         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21290         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21291         (ROUND_RESTORE_FE_UPWARD): Likewise.
21292         (RUN_TEST_LOOP_f_f): New macro.
21293         (acos_test_data): New variable.
21294         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21295         (acos_tonearest_test_data): New variable.
21296         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21297
21298 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21299
21300         * benchtests/bench-skeleton.c (startup): Fix coding style.
21301
21302 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21303
21304         [BZ #6809]
21305         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21306         negative infinity argument.
21307         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21308         negative infinity argument.
21309         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21310         negative infinity argument.
21311         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21312         domain errors.
21313
21314 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21315
21316         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21317         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21318         * iconv/iconv_prog.c (main): Likewise.
21319         * locale/programs/charmap-dir.c (charmap_readdir)
21320         (fopen_uncompressed): Likewise.
21321         * locale/programs/locfile.c (siblings_uncached)
21322         (write_locale_data): Use lstat64 instead of lstat.
21323         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21324         stat.
21325
21326 2013-05-10  Andreas Jaeger  <aj@suse.de>
21327
21328         [BZ #15395]
21329         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21330         localization.
21331         Include <locale.h>.
21332
21333 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21334
21335         * elf/dl-close.c (_dl_close_worker): Add comments.
21336
21337 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21338
21339         [BZ #15359]
21340         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21341         high part of pi/2.
21342         (__ieee754_rem_pio2l): Update comments.
21343
21344         [BZ #15429]
21345         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21346         high part of pi/2.
21347         (__ieee754_rem_pio2l): Update comments.
21348
21349         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21350         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21351
21352         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21353         M_PI_4l.
21354
21355         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21356         (M_PI_34_LOG10El): Likewise.
21357         (M_PI2_LOG10El): Likewise.
21358         (M_PI4_LOG10El): Likewise.
21359         (M_PI_LOG10El): Likewise.
21360
21361 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21362
21363         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21364
21365 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21366
21367         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21368         (MINUS_ZERO_INIT): Likewise.
21369         (PLUS_INFTY_INIT): Likewise.
21370         (MINUS_INFTY_INIT): Likewise.
21371         (QNAN_VALUE_INIT): Likewise.
21372         (MAX_VALUE_INIT): Likewise.
21373         (MIN_VALUE_INIT): Likewise.
21374         (MIN_SUBNORM_VALUE_INIT): Likewise.
21375         (plus_zero): Initialize with PLUS_ZERO_INIT.
21376         (minus_zero): Initialize with MINUS_ZERO_INIT.
21377         (plus_infty): Initialize with PLUS_INFTY_INIT.
21378         (minus_infty): Initialize with MINUS_INFTY_INIT.
21379         (qnan_value): Initialize with QNAN_VALUE_INIT.
21380         (max_value): Initialize with MAX_VALUE_INIT.
21381         (min_value): Initialize with MIN_VALUE_INIT.
21382         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21383
21384         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21385         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21386         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21387         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21388
21389         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21390         (RUN_TEST_2_f): Likewise.
21391         (RUN_TEST_ff_f): Likewise.
21392         (RUN_TEST_fi_f): Likewise.
21393         (RUN_TEST_fl_f): Likewise.
21394         (RUN_TEST_fff_f): Likewise.
21395         (RUN_TEST_c_f): Likewise.
21396         (RUN_TEST_f_f1): Likewise.
21397         (RUN_TEST_fF_f1): Likewise.
21398         (RUN_TEST_fI_f1): Likewise.
21399         (RUN_TEST_ffI_f1): Likewise.
21400         (RUN_TEST_c_c): Likewise.
21401         (RUN_TEST_cc_c): Likewise.
21402         (RUN_TEST_f_i): Likewise.
21403         (RUN_TEST_f_i_tg): Likewise.
21404         (RUN_TEST_ff_i_tg): Likewise.
21405         (RUN_TEST_f_b): Likewise.
21406         (RUN_TEST_f_b_tg): Likewise.
21407         (RUN_TEST_f_l): Likewise.
21408         (RUN_TEST_f_L): Likewise.
21409         (RUN_TEST_sincos): Likewise.
21410         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21411         whether to show exceptions.  Do not include ");\n" in return
21412         value.
21413         (special_functions): Output call to RUN_TEST_sincos instead of
21414         check_float calls.  Update calls to new_test.
21415         (parse_args): Output call to single RUN_TEST_* macro instead of
21416         check_* calls and other assignments.  Update calls to new_test.
21417
21418         [BZ #2546]
21419         [BZ #2560]
21420         [BZ #5159]
21421         [BZ #15426]
21422         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21423         input to result for tgamma overflow.
21424         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21425         (gamma_coeff): New variable.
21426         (NCOEFF): New macro.
21427         (gamma_positive): New function.
21428         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21429         underflow here.  Use gamma_positive instead of exp (lgamma) for
21430         other arguments.
21431         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21432         (gamma_coeff): New variable.
21433         (NCOEFF): New macro.
21434         (gammaf_positive): New function.
21435         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21436         underflow here.  Use gamma_positive instead of exp (lgamma) for
21437         other arguments.
21438         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21439         (gamma_coeff): New variable.
21440         (NCOEFF): New macro.
21441         (gammal_positive): New function.
21442         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21443         underflow here.  Use gamma_positive instead of exp (lgamma) for
21444         other arguments.
21445         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21446         (gamma_coeff): New variable.
21447         (NCOEFF): New macro.
21448         (gammal_positive): New function.
21449         (__ieee754_gammal_r): Handle positive infinity, overflow and
21450         underflow here.  Handle NaN the same as positive infinity.  Remove
21451         check x < 0xffffffff for negative integers.  Use gamma_positive
21452         instead of exp (lgamma) for other arguments.
21453         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21454         (gamma_coeff): New variable.
21455         (NCOEFF): New macro.
21456         (gammal_positive): New function.
21457         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21458         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21459         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21460         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21461         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21462         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21463         * sysdeps/generic/math_private.h (__gamma_productf): New
21464         prototype.
21465         (__gamma_product): Likewise.
21466         (__gamma_productl): Likewise.
21467         * math/Makefile (libm-calls): Add gamma_product.
21468         * math/libm-test.inc (tgamma_test): Add more tests.
21469         * sysdeps/i386/fpu/libm-test-ulps: Update.
21470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21471
21472 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21473
21474         * benchtests/bench-skeleton.c (main): Preheat CPU.
21475
21476 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21477
21478         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21479
21480 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21481
21482         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21483         and _dl_skip_args_internal.
21484
21485 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21486
21487         * manual/message.texi (Message Translation): Talk about users.
21488         Message to key mapping impacts design.
21489
21490 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21491
21492         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21493
21494         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21495
21496         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21497         * sysdeps/wordsize-64/glob64.c: ... here.
21498
21499         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21500         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21501         New macros.
21502
21503         * debug/getlogin_r_chk.c: Moved to ...
21504         * login/getlogin_r_chk.c: ... here.
21505         * debug/Makefile (routines): Move getlogin_r_chk to ...
21506         * login/Makefile (routines): ... here.
21507         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21508         * login/Versions (libc: GLIBC_2.4): ... here.
21509
21510         * io/poll.c (__poll): Renamed from poll.
21511         Add libc_hidden_def.
21512         (poll): Define as weak alias.
21513
21514         * debug/ptsname_r_chk.c: Moved to ...
21515         * login/ptsname_r_chk.c: ... here.
21516         * debug/Makefile (routines): Move ptsname_r_chk to ...
21517         * login/Makefile (routines): ... here.
21518         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21519         * login/Versions (libc: GLIBC_2.4): ... here.
21520
21521         * posix/getlogin.c: Moved to ...
21522         * login/getlogin.c: ... here.
21523         * posix/getlogin_r.c: Moved to ...
21524         * login/getlogin_r.c: ... here.
21525         * posix/getlogin_r.c: Moved to ...
21526         * login/getlogin_r.c: ... here.
21527         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21528         * login/Makefile (routines): ... here.
21529         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21530         * login/Versions (libc: GLIBC_2.0): ... here.
21531
21532         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21533         (setrlimit): Define as weak alias.
21534
21535         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21536         Call __ names for open, ftruncate, and close.
21537         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21538         (truncate): Define as weak alias.
21539
21540 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21541
21542         * math/gen-libm-test.pl (parse_args): Initialize x before each
21543         test of frexp, modf and remquo.
21544
21545         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21546         test signgam value.
21547
21548 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21549
21550         [BZ #15418]
21551         [BZ #15419]
21552         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21553         internal tests.
21554         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21555
21556 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21557
21558         * elf/dl-writev.h: New file.
21559         * elf/dl-misc.c: Include it.
21560         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21561         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21562
21563 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21564
21565         * math/libm-test.inc (noXFails): Remove variable.
21566         (noXPasses): Likewise.
21567         (BUILD_COMPLEX_INT): Remove macro.
21568         (print_screen): Remove xfail argument.
21569         (print_screen_max_error): Likewise.
21570         (update_stats): Likewise.
21571         (print_max_error): Likewise.  Update calls to other affected
21572         functions.
21573         (print_complex_max_error): Likewise.
21574         (test_single_exception): Update calls to print_screen.
21575         (test_single_errno): Likewise.
21576         (check_float_internal): Remove xfail argument.  Update calls to
21577         other affected functions.
21578         (check_float): Likewise.
21579         (check_complex): Likewise.
21580         (check_int): Likewise.
21581         (check_long): Likewise.
21582         (check_bool): Likewise.
21583         (check_longlong): Likewise.
21584         (main): Don't print noXFails and noXPasses.
21585         * math/gen-libm-test.pl (top level): Don't mention expected
21586         failure handling in comment.
21587         (new_test): Don't handle expected failures.
21588         (parse_args): Don't mention expected failure handling in comment.
21589         (generate_testfile): Don't handle expected failures.
21590         (parse_ulps): Likewise.
21591         (print_ulps_file): Likewise.
21592         (get_failure): Remove function.
21593         (output_test): Don't handle expected failures.
21594         * make/README.libm-test: Don't mention expected failure handling.
21595
21596         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21597         (minus_zero): Likewise.
21598         (plus_infty): Likewise.
21599         (minus_infty): Likewise.
21600         (qnan_value): Likewise.
21601         (max_value): Likewise.
21602         (min_value): Likewise.
21603         (min_subnorm_value): Likewise.
21604         (initialize): Do not initialize those variables dynamically.
21605
21606 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21607
21608         * io/open.c (__open_2): Moved to ...
21609         * io/open_2.c: ... this new file.
21610         * io/open64.c (__open64_2): Moved to ...
21611         * io/open64_2.c: ... this new file.
21612         * io/openat.c (__openat_2): Moved to ...
21613         * io/openat_2.c: ... this new file.
21614         * io/openat64.c (__openat64_2): Moved to ...
21615         * io/openat64_2.c: ... this new file.
21616         * io/Makefile (routines): Add them.
21617         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21618         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21619         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21620         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21621         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21622         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21623         (__openat64): Add hidden_ver.
21624         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21625         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21626
21627         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21628         Separately conditionalize setting of GLRO(dl_sysinfo) so
21629         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21630         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21631
21632 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21633
21634         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21635         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21636         definition.
21637         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21638         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21639         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21640         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21641         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21642
21643 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21644
21645         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21646         test signgam value.
21647
21648         * math/libm-test.inc (hypot_test): Do not use
21649         IGNORE_ZERO_INF_SIGN.
21650
21651 2013-05-03  Andreas Jaeger  <aj@suse.de>
21652
21653         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21654         Linux 3.9.
21655         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21656         (PF_MAX): Adjust for VSOCK change.
21657
21658 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21659
21660         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21661
21662 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21663
21664         [BZ #15264]
21665         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21666         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21667         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21668
21669 2013-05-02  David S. Miller  <davem@davemloft.net>
21670
21671         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21672
21673 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21674
21675         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21676
21677 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21678
21679         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21680
21681 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21682
21683         [BZ #14952]
21684         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21685         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21686         Use __attribute__ ((__gnu_inline__)).
21687         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21688         Don't use __attribute__ ((__gnu_inline__)).
21689
21690 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21691
21692         [BZ #15423]
21693         * math/s_catan.c (__catan): Handle small real or imaginary part of
21694         input specially to avoid spurious underflow.
21695         * math/s_catanf.c (__catanf): Likewise.
21696         * math/s_catanh.c (__catanh): Likewise.
21697         * math/s_catanhf.c (__catanhf): Likewise.
21698         * math/s_catanhl.c (__catanhl): Likewise.
21699         * math/s_catanl.c (__catanl): Likewise.
21700         * math/libm-test.inc (catan_test): Add more tests.
21701         (catanh_test): Likewise.
21702         * sysdeps/i386/fpu/libm-test-ulps: Update.
21703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21704
21705 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21706
21707         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21708
21709 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
21710
21711         [BZ #15416]
21712         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
21713         accurately for denominator in atan2.
21714         * math/s_catanf.c (__catanf): Likewise.
21715         * math/s_catanh.c (__catanh): Likewise.
21716         * math/s_catanhf.c (__catanhf): Likewise.
21717         * math/s_catanhl.c (__catanhl): Likewise.
21718         * math/s_catanl.c (__catanl): Likewise.
21719         * math/libm-test.inc (catan_test): Add more tests.
21720         (catanh_test): Likewise.
21721         * sysdeps/i386/fpu/libm-test-ulps: Update.
21722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21723
21724 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21725
21726         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
21727
21728         * benchtests/Makefile (bench): Remove slow benchmarks.
21729         * benchtests/atan-inputs: Add slow benchmark inputs.
21730         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
21731         (BENCH_FUNC): Accept variant offset.
21732         (VARIANT): Define.
21733         * benchtests/bench-skeleton.c (main): Run benchmark for each
21734         variant.
21735         * benchtests/cos-inputs: Add slow benchmark inputs.
21736         * benchtests/exp-inputs: Likewise.
21737         * benchtests/pow-inputs: Likewise.
21738         * benchtests/sin-inputs: Likewise.
21739         * benchtests/slowatan-inputs: Remove.
21740         * benchtests/slowatan.c: Remove.
21741         * benchtests/slowcos-inputs: Remove.
21742         * benchtests/slowcos.c: Remove.
21743         * benchtests/slowexp-inputs: Remove.
21744         * benchtests/slowexp.c: Remove.
21745         * benchtests/slowpow-inputs: Remove.
21746         * benchtests/slowpow.c: Remove.
21747         * benchtests/slowsin-inputs: Remove.
21748         * benchtests/slowsin.c: Remove.
21749         * benchtests/slowtan-inputs: Remove.
21750         * benchtests/slowtan.c: Remove.
21751         * benchtests/tan-inputs: Add slow benchmark inputs.
21752         * scripts/bench.pl: Parse comments and directives.
21753
21754         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
21755         in CPPFLAGS.
21756         ($(objpfx)bench-%.c): Remove *-ITER.
21757         * benchtests/bench-modf.c: Remove definition of ITER.
21758         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
21759         (main): Loop for DURATION seconds instead of fixed number of
21760         iterations.
21761         * scripts/bench.pl: Don't expect iterations in parameters.
21762
21763 2013-04-29  Roland McGrath  <roland@hack.frob.com>
21764
21765         * io/fchdir.c (__fchdir): Renamed from fchdir.
21766         (fchdir): Define as weak alias.
21767
21768 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21769
21770         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
21771         (ERRNO_EDOM): Likewise.
21772         (ERRNO_ERANGE): Likewise.
21773         (noErrnoTests): New variable.
21774         (init_max_error): Set errno to 0.
21775         (test_single_errno): New function.
21776         (test_errno): Likewise.
21777         (check_float_internal): Call test_errno.  Set errno to 0.
21778         (check_complex): Refer to errno tests in comment.
21779         (check_int): Call test_errno.  Set errno to 0.
21780         (check_long): Likewise.
21781         (check_bool): Likewise.
21782         (check_longlong): Likewise.
21783         (cos_test): Use ERRNO_* flags for errno tests instead of
21784         check_int.
21785         (expm1_test): Likewise.
21786         (fmod_test): Likewise.
21787         (ilogb_test): Likewise.
21788         (lgamma_test): Likewise.
21789         (pow_test): Likewise.
21790         (remainder_test): Likewise.
21791         (sin_test): Likewise.
21792         (tan_test): Likewise.
21793         (yn_test): Likewise.
21794         (initialize): Set errno to 0.
21795         (main): Print number of errno tests.
21796         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
21797
21798 2013-04-29  Andreas Jaeger  <aj@suse.de>
21799
21800         [BZ #15084]
21801         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
21802         and RES_USEVC.
21803
21804         [BZ #15085]
21805         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
21806         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
21807         unimplemented.
21808
21809         [BZ #15380]
21810         * stdlib/random.c (__initstate): Return NULL if
21811         __initstate fails.
21812
21813         [BZ #15086]
21814         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
21815         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
21816         RES_SNGLKUPREOP.
21817
21818 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21819
21820         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21821
21822 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21823
21824         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
21825         of individual tests.
21826         (casin_test): Likewise.
21827         (casinh_test): Likewise.
21828
21829 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
21830
21831         [BZ #15409]
21832         * math/s_catan.c (__catan): Handle arguments with large real or
21833         imaginary part separately without squaring.
21834         * math/s_catanf.c (__catanf): Likewise.
21835         * math/s_catanh.c (__catanh): Likewise.
21836         * math/s_catanhf.c (__catanhf): Likewise.
21837         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21838         and redefine.
21839         (__catanhl): Handle arguments with large real or imaginary part
21840         separately without squaring.
21841         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21842         and redefine.
21843         (__catanl): Handle arguments with large real or imaginary part
21844         separately without squaring.
21845         * math/libm-test.inc (catan_test): Add more tests.
21846         (catanh_test): Likewise.
21847         * sysdeps/i386/fpu/libm-test-ulps: Update.
21848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21849
21850 2013-04-27  Andreas Jaeger  <aj@suse.de>
21851
21852         [BZ #15007]
21853         * stdlib/stdlib.h: Update guards for qecvt.
21854         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
21855         <stdlib.h>.
21856
21857 2013-04-27  Allan McRae  <allan@archlinux.org>
21858
21859         * sysdeps/i386/fpu/libm-test-ulps: Update.
21860
21861 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
21862
21863         [BZ #15406]
21864         * math/s_catan.c: Include <float.h>.
21865         (__catan): Ensure underflow exception occurs for underflowed
21866         result.
21867         * math/s_catanf.c: Include <float.h>.
21868         (__catanf): Ensure underflow exception occurs for underflowed
21869         result.
21870         * math/s_catanh.c: Include <float.h>.
21871         (__catanh): Ensure underflow exception occurs for underflowed
21872         result.
21873         * math/s_catanhf.c: Include <float.h>.
21874         (__catanhf): Ensure underflow exception occurs for underflowed
21875         result.
21876         * math/s_catanhl.c: Include <float.h>.
21877         (__catanhl): Ensure underflow exception occurs for underflowed
21878         result.
21879         * math/s_catanl.c: Include <float.h>.
21880         (__catanl): Ensure underflow exception occurs for underflowed
21881         result.
21882         * math/libm-test.inc (catan_test): Add more tests.
21883         (catanh_test): Likewise.
21884
21885         [BZ #15405]
21886         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
21887         underflowed result.
21888         * math/s_ccoshf.c (__ccoshf): Likewise.
21889         * math/s_ccoshl.c (__ccoshl): Likewise.
21890         * math/s_csin.c (__csin): Likewise.
21891         * math/s_csinf.c (__csinf): Likewise.
21892         * math/s_csinh.c (__csinh): Likewise.
21893         * math/s_csinhf.c (__csinhf): Likewise.
21894         * math/s_csinhl.c (__csinhl): Likewise.
21895         * math/s_csinl.c (__csinl): Likewise.
21896         * math/libm-test.inc (ccos_test): Add more tests.
21897         (ccosh_test): Likewise.
21898         (csin_test): Likewise.
21899         (csinh_test): Likewise.
21900
21901 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21902
21903         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
21904         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
21905         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
21906         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
21907         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
21908         powerpc/power5+/fpu folders.
21909         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
21910
21911
21912 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
21913
21914         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21915
21916 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
21917
21918         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
21919         additions to variable.
21920         [$(config-machine) = x86_64] (modules-names): Likewise.
21921         ($(objpfx)tst-audit3): Remove dependency.
21922         ($(objpfx)tst-audit3.out): Likewise.
21923         ($(objpfx)tst-audit4): Likewise.
21924         ($(objpfx)tst-audit4.out): Likewise.
21925         ($(objpfx)tst-audit5): Likewise.
21926         ($(objpfx)tst-audit5.out): Likewise.
21927         ($(objpfx)tst-audit6): Likewise.
21928         ($(objpfx)tst-audit6.out): Likewise.
21929         ($(objpfx)tst-audit7): Likewise.
21930         ($(objpfx)tst-audit7.out): Likewise.
21931         (tst-audit3-ENV): Remove variable.
21932         (tst-audit4-ENV): Likewise.
21933         (tst-audit5-ENV): Likewise.
21934         (tst-audit6-ENV): Likewise.
21935         (tst-audit7-ENV): Likewise.
21936         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
21937         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
21938         addition to variable.
21939         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
21940         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
21941         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
21942         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
21943         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
21944         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
21945         tst-audit3, tst-audit4 and tst-audit5.
21946         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
21947         tst-audit6 and tst-audit7.
21948         [$(subdir) = elf] (modules-names): Add audit modules for those
21949         tests.
21950         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
21951         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
21952         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
21953         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
21954         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
21955         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
21956         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
21957         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
21958         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
21959         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
21960         [$(subdir) = elf] (tst-audit3-ENV): New variable.
21961         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
21962         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
21963         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
21964         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
21965         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21966         Likewise.
21967         [$(subdir) = elf && $(config-cflags-avx) = yes]
21968         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21969         [$(subdir) = elf && $(config-cflags-avx) = yes]
21970         (CFLAGS-tst-auditmod4a.c): Likewise.
21971         [$(subdir) = elf && $(config-cflags-avx) = yes]
21972         (CFLAGS-tst-auditmod4b.c): Likewise.
21973         [$(subdir) = elf && $(config-cflags-avx) = yes]
21974         (CFLAGS-tst-auditmod6b.c): Likewise.
21975         [$(subdir) = elf && $(config-cflags-avx) = yes]
21976         (CFLAGS-tst-auditmod6c.c): Likewise.
21977         [$(subdir) = elf && $(config-cflags-avx) = yes]
21978         (CFLAGS-tst-auditmod7b.c): Likewise.
21979         * elf/tst-audit3.c: Move to ...
21980         * sysdeps/x86_64/tst-audit3.c: ... here.
21981         * elf/tst-audit4.c: Move to ...
21982         * sysdeps/x86_64/tst-audit4.c: ... here.
21983         * elf/tst-audit5.c: Move to ...
21984         * sysdeps/x86_64/tst-audit5.c: ... here.
21985         * elf/tst-audit6.c: Move to ...
21986         * sysdeps/x86_64/tst-audit6.c: ... here.
21987         * elf/tst-audit7.c: Move to ...
21988         * sysdeps/x86_64/tst-audit7.c: ... here.
21989         * elf/tst-auditmod3a.c: Move to ...
21990         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21991         * elf/tst-auditmod3b.c: Move to ...
21992         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21993         * elf/tst-auditmod4a.c: Move to ...
21994         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21995         * elf/tst-auditmod4b.c: Move to ...
21996         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21997         * elf/tst-auditmod5a.c: Move to ...
21998         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21999         * elf/tst-auditmod5b.c: Move to ...
22000         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22001         * elf/tst-auditmod6a.c: Move to ...
22002         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22003         * elf/tst-auditmod6b.c: Move to ...
22004         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22005         * elf/tst-auditmod6c.c: Move to ...
22006         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22007         * elf/tst-auditmod7a.c: Move to ...
22008         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22009         * elf/tst-auditmod7b.c: Move to ...
22010         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22011
22012 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22013
22014         [BZ #15366]
22015         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22016         define unconditionally.
22017         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22018         define unconditionally.
22019         (INT8_C, INT16_C, etc.): Likewise.
22020
22021 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22022
22023         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22024         __ehdr_start with hidden visibility.
22025
22026         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22027
22028 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22029
22030         * math/libm-test.inc (cos_test): Use accurate hex constants.
22031         (sincost_test): Likewise.
22032
22033 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22034
22035         * math/libm-test.inc (catan_test): Add more tests.
22036         (catanh_test): Likewise.
22037
22038         * math/s_catanf.c (__catanf): Use suffixed floating-point
22039         constants.
22040         * math/s_catanhf.c (__catanhf): Likewise.
22041         * math/s_catanhl.c (__catanhl): Likewise.
22042         * math/s_catanl.c (__catanl): Likewise.
22043
22044         [BZ #15394]
22045         * math/s_catan.c (__catan): Calculate imaginary part of result
22046         with log1p not log unless computing log of number close to 0.
22047         * math/s_catanf.c (__catanf): Likewise.
22048         * math/s_catanl.c (__catanl): Likewise.
22049         * math/s_catanh.c (__catanh): Calculate real part of result with
22050         log1p not log unless computing log of number close to 0.
22051         * math/s_catanhf.c (__catanhf): Likewise.
22052         * math/s_catanhl.c (__catanhl): Likewise.
22053         * math/libm-test.inc (catan_test): Add more tests.
22054         (catanh_test): Likewise.
22055         * sysdeps/i386/fpu/libm-test-ulps: Update.
22056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22057
22058 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22059
22060         * benchtests/Makefile: Mention files in which fast and slow
22061         paths of math functions are implemented.
22062
22063 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22064
22065         * sysdeps/posix/timespec_get.c: New file.
22066
22067 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22068
22069         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22070         POWER.
22071         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22072         for POWER.
22073         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22074         powerpc/power5/fpu folders.
22075         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22076         * benchtests/Makefile: Add modf testcase.
22077         * benchtests/bench-modf.c: New file: Benchmark test for mo
22078
22079 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22080
22081         [BZ #14888]
22082         * time/Makefile (tests): Add tst-strptime-whitespace.
22083         * time/strptime_l.c (get_number): Use ISSPACE.
22084         (__strptime_internal): Likewise.
22085         * time/tst-strptime-whitespace.c: New test case.
22086
22087 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22088
22089         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22090         member.
22091         (_nss_files_init): Set it here.
22092
22093 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22094
22095         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22096         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22097         unsigned.
22098
22099 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22100
22101         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22102
22103 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22104
22105         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22106         size just once.
22107
22108 2013-04-21  David S. Miller  <davem@davemloft.net>
22109
22110         * po/ru.po: Update Russion translation from translation project.
22111
22112 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22113
22114         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22115         and setfsgid.
22116
22117 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22118
22119         * configure.in: Remove i386 configure warning. Remove i386 case.
22120         * configure: Regenerate.
22121         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22122         Add example to error message.
22123         * sysdeps/i386/configure: Regenerate.
22124
22125 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22126
22127         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22128         slowtan.
22129         * benchtests/cos-inputs: New file.
22130         * benchtests/slowcos-inputs: New file.
22131         * benchtests/slowcos.c: New file.
22132         * benchtests/slowtan-inputs: New file.
22133         * benchtests/slowtan.c: New file.
22134         * benchtests/tan-inputs: New file.
22135
22136 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22137
22138         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22139         considered kosher.
22140
22141 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22142
22143         * benchtests/Makefile: Include cppflags-iterator.mk to add
22144         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22145
22146         * Makefile.in (bench-clean): New target.
22147         * benchtests/Makefile (bench-clean): Likewise.
22148
22149 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22150
22151         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22152
22153 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22154
22155         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22156
22157 2013-04-15  Andreas Schwab  <schwab@suse.de>
22158
22159         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22160         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22161         * nscd/pwdcache.c (cache_addpw): Likewise.
22162         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22163         more than recsize.
22164
22165 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22166
22167         * benchtests/Makefile (bench): Write all output to
22168         bench-out.tmp together.
22169
22170 2013-04-15  Andreas Schwab  <schwab@suse.de>
22171
22172         * nscd/nscd.c (main): Don't fork again after closing files.
22173
22174 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22175
22176         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22177
22178         * benchtests/Rules (bench-deps): Collect dependencies into a
22179         single variable.  Add Makefile to dependencies.
22180         ($(objpfx)bench-%.c): Depend on bench-deps.
22181
22182 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22183             Xavier Roche  <roche+kml2@exalead.com>
22184
22185         [BZ #15361]
22186         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22187         just that it's a file descriptor.
22188         * manual/llio.texi (Synchronizing AIO Operations): Update description
22189         for EBADF error from aio_fsync.
22190
22191 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22192
22193         * Rules (bench): Move target definition...
22194         * benchtests/Makefile: ... here.
22195
22196 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22197
22198         * math/libm-test.inc (cos_test): Fix PI/2 test.
22199         (sincos_test): Likewise.
22200         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22201         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22202
22203 2013-04-11  Andreas Schwab  <schwab@suse.de>
22204
22205         [BZ #13988]
22206         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22207         accept exponent character only when digits were seen.
22208         * stdio-common/Makefile (tests): Add bug26.
22209         * stdio-common/bug26.c: New file.
22210
22211         [BZ #14293]
22212         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22213         non-freeable.
22214
22215 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22216
22217         * Makeconfig (rtld-prefix): Define built linker prefix.
22218         * Rules (run-bench): Use it.
22219         * math/Makefile (run-regen-ulps): Likewise.
22220
22221         * Rules (bench): Remove eval.
22222
22223 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22224             Roland McGrath  <roland@hack.frob.com>
22225             Ondrej Bilka  <neleai@seznam.cz>
22226
22227         [BZ #15346]
22228         * time/getdate.c: Include ctype.h and alloca.h.
22229         (__getdate_r): Trim leading and trailing spaces of input.
22230         * time/tst-getdate.c (tests): Add tests with leading and
22231         trailing spaces.
22232
22233 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22234
22235         [BZ #14280]
22236         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22237         when computing value.
22238
22239 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22240
22241         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22242         Use testrun.sh to run libm tests.
22243
22244         [BZ #15309]
22245         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22246
22247 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22248
22249         [BZ #15264]
22250         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22251
22252 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22253
22254         * Makefile.in (regen-ulps): New target.
22255         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22256         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22257         [ifneq (no,$(PERL)] (regen-ulps): New target.
22258         [ifeq (no,$(PERL)] (regen-ulps): New target.
22259         * math/libm-test.inc (ulps_file_name): Define.
22260         (output_dir): New variable.
22261         (options): Add "output-dir" option.
22262         (parse_opt): Handle 'o' case.
22263         (main): If output_dir is non-NULL use it as a prefix
22264         otherwise use "".
22265         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22266
22267 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22268
22269         [BZ #10060, #10062]
22270         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22271         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22272         fail configure if __sync_val_compare_and_swap is not inlined.
22273         * sysdeps/i386/configure: Regenerate.
22274         * configure.in: Build for i686 when configured for i386.
22275         * configure: Regenerate.
22276         * README: Remove i386 reference.
22277
22278 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22279
22280         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22281         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22282
22283 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22284
22285         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22286         (lmsnanval): New variables.
22287         (F): Add conversion tests.
22288         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22289         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22290
22291         * stdio-common/tstdiomisc.c (F): Properly collect individual
22292         tests' results.
22293
22294         [BZ #14686, #15336]
22295         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22296         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22297         Instead, use input NaN values or generate a qNaN by arithmetic
22298         operation.  Also fix bugs to comply with the standard.
22299         * math/libm-test.inc (remainder_test): Add more tests.
22300
22301         [BZ #15335, #15342]
22302         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22303         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22304         input NaN values or generate a qNaN by arithmetic operation.
22305
22306         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22307         unreachable code.
22308
22309         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22310         definitions.
22311
22312 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22313
22314         [BZ #14478]
22315         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22316         underflowed result.
22317         * math/s_cexpf.c (__cexpf): Likewise.
22318         * math/s_cexpl.c (__cexpl): Likewise.
22319         * math/libm-test.inc (cexp_test): Add more tests.
22320
22321 2013-04-03  Andreas Schwab  <schwab@suse.de>
22322
22323         [BZ #15330]
22324         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22325         order arrays from heap if bigger than alloca cutoff.
22326
22327 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22328
22329         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22330         (SNAN_TESTS_double): Refer to GCC PR56831.
22331         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22332         GCC PR56828.
22333
22334 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22335
22336         * Rules (bench): Move bench.out after the run is complete.
22337
22338         * Rules (bench): Echo currently running benchmark.
22339
22340         * benchtests/Makefile (bench): Add atan and slowatan.
22341         * benchtests/atan-inputs: New file.
22342         * benchtests/slowatan-inputs: New file.
22343         * benchtests/slowatan.c: New file.
22344
22345         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22346         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22347         its value.
22348
22349         [BZ #15305]
22350         * sysdeps/unix/sysv/linux/kernel-features.h
22351         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22352         __ASSUME_XFS_RESTRICTED_CHOWN.
22353         * sysdeps/unix/sysv/linux/pathconf.c
22354         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22355         Save and restore errno.
22356
22357 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22358
22359         [BZ #15327]
22360         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22361         arguments using __kernel_casinh.
22362         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22363         arguments using __kernel_casinhf.
22364         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22365         arguments using __kernel_casinhl.
22366         * math/libm-test.inc (cacosh_test): Add more tests.
22367         * sysdeps/i386/fpu/libm-test-ulps: Update.
22368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22369
22370 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22371
22372         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22373         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22374
22375         * bench/Makefile (bench): Add sin and slowsin.
22376         * benchtests/sin-inputs: New file.
22377         * benchtests/slowsin-inputs: New file.
22378         * benchtests/slowsin.c: New file.
22379
22380         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22381         (bench): Add slowexp and slowpow.
22382         (exp-ITER): Increase iterations.
22383         (pow-ITER): Likewise.
22384         * benchtests/exp-inputs: Change input.
22385         * benchtests/pow-inputs: Likewise.
22386         * benchtests/slowexp-inputs: New file.
22387         * benchtests/slowexp.c: New file.
22388         * benchtests/slowpow-inputs: New file.
22389         * benchtests/slowpow.c: New file.
22390
22391 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22392
22393         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22394         instructions.
22395         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22396         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22397         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22398         * benchtests/Makefile: Add rint benchtest.
22399         * benchtests/rint-inputs: Input for rint benchtest.
22400
22401 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22402
22403         * Versions.def (libm): Add GLIBC_2.18.
22404         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22405         hidden libm prototypes.
22406         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22407         * math/Makefile (libm-calls): Add s_issignaling.
22408         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22409         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22410         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22411         declaration.
22412         * math/math.h [__USE_GNU] (issignaling): New macro.
22413         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22414         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22415         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22416         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22417         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22418         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22419         * manual/arith.texi (issignaling): New section.
22420         * manual/libm-err-tab.pl (@all_functions): Update comment.
22421         * math/gen-libm-test.pl (parse_args): Apply special handling for
22422         issignaling.
22423         * math/libm-test.inc (print_float, issignaling_test): New
22424         functions.
22425         (check_float_internal): Add issignaling checks.
22426         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22427         default definition.
22428         * sysdeps/powerpc/math-tests.h: New file.
22429         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22430         tests.
22431         * math/test-snan.c (TEST_FUNC): Likewise.
22432
22433 2013-03-30  David S. Miller  <davem@davemloft.net>
22434
22435         * po/de.po: Update from translation team.
22436
22437 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22438
22439         [BZ #10357]
22440         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22441         imaginary part less than 1.0 and real part less than 0.5
22442         specially.
22443         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22444         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22445         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22446         (cacos_test): Add more tests.
22447         (casin_test): Likewise.
22448         (casinh_test): Likewise.
22449         * sysdeps/i386/fpu/libm-test-ulps: Update.
22450         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22451
22452 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22453
22454         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22455         ONE with its value.
22456
22457         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22458         (__pow_mp): Replace ONE and MONE with their values.
22459         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22460         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22461         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22462         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22463         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22464         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22465
22466         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22467
22468         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22469         (__pow_mp): Replace ZERO and MZERO with their values.
22470         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22471         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22472         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22473         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22474         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22475         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22476         (__sqr): Likewise.
22477
22478         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22479
22480         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22481
22482 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22483
22484         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22485         Declare with __attribute__ ((weak)).
22486         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22487         Call __call_tls_dtors only if it's not NULL.
22488
22489 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22490
22491         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22492         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22493         magic __ehdr_start linker symbol if it's defined.
22494         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22495         them up here if it was already done.
22496
22497         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22498         (_dl_aux_init): Use const in cast when setting it.
22499         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22500         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22501         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22502
22503         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22504         Declare them here.
22505         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22506         * csu/libc-tls.c: Nor here.
22507         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22508
22509         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22510         (__libc_message): Never call vsyslog.
22511
22512 2013-03-28  Alan Modra  <amodra@gmail.com>
22513
22514         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22515         Define as empty.
22516         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22517         Likewise.
22518
22519 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22520
22521         [BZ #15214]
22522         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22523         underflow.
22524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22525
22526 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22527
22528         [BZ #15304]
22529         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22530         Don't add gid passed as argument.
22531
22532         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22533
22534 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22535
22536         [BZ #15307]
22537         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22538         imaginary part between 1.0 and 1.5 and real part less than 0.5
22539         specially.
22540         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22541         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22542         * math/libm-test.inc (cacos_test): Add more tests.
22543         (casin_test): Likewise.
22544         (casinh_test): Likewise.
22545         * sysdeps/i386/fpu/libm-test-ulps: Update.
22546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22547
22548 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22549
22550         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22551         constants.
22552         (norm): Likewise.
22553         (denorm): Likewise.
22554         (__dbl_mp): Likewise.
22555         (add_magnitudes): Likewise.
22556         (sub_magnitudes): Likewise.
22557         (__add): Likewise.
22558         (__sub): Likewise.
22559         (__mul): Likewise.
22560         (__sqr): Likewise.
22561         (__inv): Likewise.
22562         (__dvd): Likewise.
22563
22564         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22565         commented code.
22566         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22567         (__dubcos): Likewise.
22568         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22569         (__ieee754_acos): Likewise.
22570         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22571         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22572         (__exp1): Likewise.
22573         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22574         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22575         (log1): Likewise.
22576         (my_log2): Likewise.
22577         (checkint): Likewise.
22578         * sysdeps/ieee754/dbl-64/e_remainder.c
22579         (__ieee754_remainder): Likewise.
22580         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22581         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22582         (bsloww): Likewise.
22583         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22584
22585         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22586         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22587         MANTISSA_STORE_T to store computations on mantissa.  Use
22588         macros for rounding and division.
22589         (denorm): Likewise.
22590         (__dbl_mp): Likewise.
22591         (add_magnitudes): Likewise.
22592         (sub_magnitudes): Likewise.
22593         (__mul): Likewise.
22594         (__sqr): Likewise.
22595         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22596         powers of two in terms of TWOPOW macro.
22597         (mp_no): Make type of mantissa as MANTISSA_T.
22598         [!RADIXI]: Define RADIXI.
22599         [!TWO52]: Define TWO52.
22600         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22601
22602 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22603
22604         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22605         llroundl symbol when building for PPC32.
22606
22607 2013-03-24  Mark H Weaver  <mhw@netris.org>
22608
22609         * manual/arith.texi (Normalization Functions): Fix prototypes for
22610         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22611
22612 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22613
22614         [BZ #13889]
22615         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22616         high value to check if expl overflow.
22617         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22618         to check for underflow and overflow.
22619         * math/libm-test.inc: Add exp test.
22620
22621 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22622
22623         [BZ #11120]
22624         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22625         with NOT_IN_libc.
22626
22627 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22628
22629         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22630         symbol.
22631
22632 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22633
22634         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22635         wrap blocks consisting of several statements.
22636
22637         * sysdeps/generic/math-tests.h: New file.
22638         * sysdeps/i386/fpu/math-tests.h: Likewise.
22639         * math/test-snan.c: Include it.
22640         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22641
22642 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22643
22644         [BZ #15285]
22645         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22646         (__ieee754_j0l): Do not improve calculations using cos of twice
22647         input for inputs above LDBL_MAX / 2.0L.
22648         (__ieee754_y0l): Likewise.
22649         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22650         (__ieee754_j1l): Do not improve calculations using cos of twice
22651         input for inputs above LDBL_MAX / 2.0L.
22652         (__ieee754_y1l): Likewise.
22653         * math/libm-test.inc (j0_test): Add another test.
22654         (j1_test): Likewise.
22655         (y0_test): Likewise.
22656         (y1_test): Likewise.
22657         * sysdeps/i386/fpu/libm-test-ulps: Update.
22658
22659 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22660
22661         * Rules ($(objpfx)bench-%.c): Include code from a C source
22662         file.
22663
22664 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22665
22666         [BZ #15287]
22667         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22668         imaginary part 1.0 and real part less than 0.5 specially.
22669         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22670         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22671         * math/libm-test.inc (cacos_test): Add more tests.
22672         (casin_test): Likewise.
22673         (casinh_test): Likewise.
22674         * sysdeps/i386/fpu/libm-test-ulps: Update.
22675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22676
22677 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22678
22679         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22680         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22681
22682 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22683
22684         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22685         * config.make.in (config-cflags-sse4): Remove variable.
22686         (config-cflags-avx): Likewise.
22687         (config-cflags-sse2avx): Likewise.
22688         (config-cflags-novzeroupper): Likewise.
22689         (config-asflags-i686): Likewise.
22690         (have-mfma4): Likewise.
22691         (have-as-vis3): Likewise.
22692         (MIG): Likewise.
22693         * configure.in (MIG): Do not AC_SUBST.
22694         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22695         (libc_cv_cc_sse4): Do not AC_SUBST.
22696         (libc_cv_cc_avx): Likewise.
22697         (libc_cv_cc_sse2avx): Likewise.
22698         (libc_cv_cc_novzeroupper): Likewise.
22699         (libc_cv_cc_fma4): Likewise.
22700         (libc_cv_as_i686): Likewise.
22701         (libc_cv_sparc_as_vis3): Likewise.
22702         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
22703         LIBC_CONFIG_VAR.
22704         (config-asflags-i686): Likewise.
22705         (config-cflags-avx): Likewise.
22706         (config-cflags-sse2avx): Likewise.
22707         (have-mfma4): Likewise.
22708         (config-cflags-novzeroupper): Likewise.
22709         * sysdeps/mach/configure.in (MIG): Likewise.
22710         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
22711         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
22712         LIBC_CONFIG_VAR.
22713         (config-cflags-avx): Likewise.
22714         (config-cflags-sse2avx): Likewise.
22715         (have-mfma4): Likewise.
22716         (config-cflags-novzeroupper): Likewise.
22717         * configure: Regenerated.
22718         * sysdeps/i386/configure: Likewise.
22719         * sysdeps/mach/configure: Likewise.
22720         * sysdeps/sparc/configure: Likewise.
22721         * sysdeps/x86_64/configure: Likewise.
22722
22723 2013-03-20  Roland McGrath  <roland@hack.frob.com>
22724
22725         [BZ #14812]
22726         * locale/programs/localedef.c (options): Put N_ translation marker
22727         on argument names, not just descriptions.
22728
22729 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22730
22731         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
22732
22733 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
22734
22735         [BZ #14176]
22736         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
22737
22738 2013-03-19  Roland McGrath  <roland@hack.frob.com>
22739
22740         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
22741         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
22742         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
22743         [!BEFORE_ABORT] (before_abort): New function.
22744         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
22745         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
22746         (writev_for_fatal): New function.
22747         (WRITEV_FOR_FATAL): New macro; call that.
22748         (backtrace_and_maps): New function.
22749         (BEFORE_ABORT): New macro; call that.
22750         (struct str_list): Type removed.
22751         (__libc_message, __libc_fatal): Functions removed.
22752         Include <sysdeps/posix/libc_fatal.c> instead.
22753
22754 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
22755
22756         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
22757         constants.
22758         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
22759         double constants.
22760
22761 2013-03-19  Andreas Schwab  <schwab@suse.de>
22762
22763         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
22764         * sysdeps/gnu/configure: Regenerate.
22765
22766         * configure.in: Substitute libc_cv_rtlddir.
22767         * configure: Regenerate.
22768         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
22769         * Makeconfig (rtlddir, inst_rtlddir): New variables.
22770         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
22771         * elf/Makefile (install-others, CFLAGS-interp.c)
22772         (ldso_install, common-ldd-rewrite): Likewise.
22773         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
22774         $(inst_slibdir)/$(rtld-installed-name).
22775         * scripts/rellns-sh: Add -p option.
22776         * Makerules (make-shlib-link): Use rellns-sh to get relative name
22777         for source.
22778
22779 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22780
22781         * manual/nptl.texi: Renamed to ...
22782         * manual/threads.texi: ... this.
22783         * manual/Makefile (chapters): Update.
22784
22785 2013-03-18  Roland McGrath  <roland@hack.frob.com>
22786
22787         [BZ #14812]
22788         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
22789         on argument names, not just descriptions.
22790         * malloc/memusagestat.c (options): Likewise.
22791         * nss/getent.c (options): Likewise.
22792
22793 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
22794
22795         [BZ #14812]
22796         * iconv/iconv_prog.c (options): Put N_ translation marker
22797         on argument names, not just descriptions.
22798         * iconv/iconvconfig.c (options): Likewise.
22799
22800 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
22801
22802         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
22803         implementation which is faster on all x86_64 architectures.
22804         Tested on AMD, Intel Nehalem, SNB, IVB.
22805         * sysdeps/x86_64/strnlen.S: Likewise.
22806
22807         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22808         Remove all multiarch strlen and strnlen versions.
22809         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
22810         Remove strlen and strnlen related parts.
22811
22812         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
22813         Inline strlen part.
22814         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
22815
22816         * sysdeps/x86_64/multiarch/strlen.S: Remove.
22817         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
22818         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
22819         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
22820         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
22821         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
22822
22823 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
22824
22825         * manual/memory.texi (Malloc Tunable Parameters):
22826         Sort parameters alphabetically. Add comments for missing entries.
22827
22828 2013-03-17  David S. Miller  <davem@davemloft.net>
22829
22830         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22831
22832 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
22833
22834         [BZ #15283]
22835         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
22836         for arguments at most half maximum finite value.
22837         * math/libm-test.inc (j0_test): Add more tests.
22838         (j1_test): Likewise.
22839         (y0_test): Likewise.
22840         (y1_test): Likewise.
22841         * sysdeps/i386/fpu/libm-test-ulps: Update.
22842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22843
22844         [BZ #14155]
22845         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
22846         1 / x and functions P and Q for arguments above 0x1p256L.
22847         (__ieee754_y0l): Likewise.
22848         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
22849         (__ieee754_y1l): Likewise.
22850         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
22851         (j1_test): Likewise.
22852         (y0_test): Likewise.
22853         (y1_test): Likewise.
22854
22855 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
22856
22857         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
22858         variable.
22859
22860 2013-03-15  Roland McGrath  <roland@hack.frob.com>
22861
22862         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
22863         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
22864         zero since it's initialized to EXEC_PAGESIZE.
22865
22866         * sysdeps/unix/sysv/linux/ldsodefs.h
22867         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
22868         * sysdeps/generic/ldsodefs.h: ... here.
22869
22870 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
22871
22872         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
22873
22874         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
22875         math/test-snan.c.
22876         * math/test-snan.c: Renamed from
22877         sysdeps/powerpc/fpu/test-powerpc-snan.c.
22878         * math/Makefile (tests): Add test-snan.
22879         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
22880         test-powerpc-snan.
22881
22882         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
22883         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
22884         functions.
22885         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
22886         __builtin_nan family of functions.
22887         * math/libm-test.inc (initialize): Initialize qnan_value with
22888         __builtin_nan family of functions.
22889         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
22890         Remove variables.
22891         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
22892         Remove functions.
22893         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
22894         storage class.  Initialize qNaN_var and sNaN_var with
22895         __builtin_nan and __builtin_nans families of functions,
22896         respectively.
22897
22898         * math/libm-test.inc (acosh_test): Also test with qNaN input.
22899         (sqrt_test): Remove duplicate test with qNaN input.
22900         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
22901         (round_test, signbit_test, significand_test): Note missing +/-Inf
22902         as well as qNaN tests.
22903
22904         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
22905         qNaN_var.  Fix a few strings, too.
22906         * math/libm-test.inc (nan_value): Rename to qnan_value.
22907         * math/gen-libm-test.pl (%beautify): Adjust to that.
22908         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
22909         * math/test-misc.c (main): Likewise.
22910         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
22911         to __qnan_bytes, and __qnan_union, respectively.
22912         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
22913         Likewise.
22914         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
22915         and lqnanval, respectively.
22916         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
22917         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
22918         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
22919         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
22920
22921         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
22922         * math/test-misc.c (main) [__x86_64__]: Enable test for long
22923         doubles.
22924
22925         * math/test-misc.c (main): Fix copy'n'pastos.
22926         * misc/tst-efgcvt.c (special): Likewise.
22927
22928         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
22929         Remove declarations.
22930
22931 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22932
22933         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
22934         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
22935         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
22936         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
22937
22938 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22939
22940         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
22941         macro to return vdso values correctly in IFUNC implementations.
22942         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
22943         Optimization by using IFUNC.
22944
22945 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22946             Richard Henderson  <rth@redhat.com>
22947             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22948
22949         * Makefile.in (bench): New target.
22950         * NEWS: Mention the benchmark framework.
22951         * Rules (bench): Likewise.
22952         (binaries-bench): Generate binaries for functions to
22953         benchmark.
22954         * benchtests/Makefile: New makefile for benchmark tests.
22955         * benchtests/bench-skeleton.c: New skeleton file for benchmark
22956         programs.
22957         * benchtests/exp-inputs: New input file for EXP function.
22958         * benchtests/pow-inputs: New input file for POW function.
22959         * scripts/bench.pl: New script to generate source files for
22960         benchmark programs.
22961
22962 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22963
22964         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22965         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22966         computations on mantissa.  Use macros for rounding and
22967         division.
22968         (denorm): Likewise.
22969         (__dbl_mp): Likewise.
22970         (add_magnitudes): Likewise.
22971         (sub_magnitudes): Likewise.
22972         (__mul): Likewise.
22973         (__sqr): Likewise.
22974         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22975         powers of two in terms of TWOPOW macro.
22976         (mp_no): Make type of mantissa as MANTISSA_T.
22977         [!RADIXI]: Define RADIXI.
22978         [!TWO52]: Define TWO52.
22979         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22980
22981         * manual/nptl.texi (cindex): Modify threads to pthreads.
22982
22983 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22984
22985         * sysdeps/x86_64/preconfigure: Regenerated.
22986
22987 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22988
22989         [BZ #14155]
22990         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22991         0x1p28 and above.
22992         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22993         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22994         0x1p28 and above.
22995         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22996         * math/libm-test.inc (j0_test): Do not allow one spurious
22997         underflow exception.
22998         (y1_test): Likewise.
22999
23000 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23001
23002         * manual/Makefile (chapters): Add nptl.
23003         * manual/debug.texi (Debugging Support): Add link to Threads
23004         chapter.
23005         * manual/nptl.texi: New file.
23006
23007         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23008
23009 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23010
23011         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23012         for non-NULL pointer before the memory validity test. Pointed
23013         out by Holger Brunck <holger.brunck@keymile.com>.
23014
23015 2013-03-13  Andreas Schwab  <schwab@suse.de>
23016
23017         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23018         instead of .os.
23019
23020 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23021
23022         * timezone/zic.c: Update from tzcode 2013b.
23023
23024 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23025
23026         * manual/install.texi (Configuring and compiling):
23027         Mention i686 and i586.
23028         * INSTALL: Regenerate.
23029
23030 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23031
23032         * sysdeps/init_array/elf-init.c: New file.
23033         * csu/elf-init.c
23034         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23035         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23036
23037         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23038         __gmon_start__ as global, but as static with a .preinit_array pointer.
23039         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23040         * sysdeps/init_array/crti.S: New file, empty except for comments.
23041         * sysdeps/init_array/crtn.S: Likewise.
23042
23043 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23044
23045         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23046         definining bcopy.
23047         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23048         Remove Prefer_SSE_for_memop.
23049         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23050         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23051         HAS_PREFER_SSE_FOR_MEMOP.
23052         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23053         memset-x86-64.
23054         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23055         Remove bzero, memset ifunc support.
23056         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23057         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23058         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23059         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23060
23061 2013-03-11  Andreas Schwab  <schwab@suse.de>
23062
23063         [BZ #15234]
23064         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23065         by SHLIB_COMPAT.
23066         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23067         (GLIBC_2.16): Remove pthread_atfork.
23068
23069 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23070
23071         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23072         (ptestcases.h): Likewise.
23073
23074 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23075
23076         * Makeconfig ($(common-objpfx)config.status): Depend on
23077         sysdeps/*/preconfigure{,.in} too.
23078
23079 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23080
23081         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23082         (__free_hook): Use void * instead of __malloc_ptr_t.
23083         (__malloc_hook): Likewise.
23084         (__realloc_hook): Likewise.
23085         (__memalign_hook): Likewise.
23086         (__after_morecore_hook): Likewise.
23087         * malloc/arena.c (save_malloc_hook): Likewise.
23088         (save_free_hook): Likewise.
23089         * malloc/hooks.c (malloc_hook_ini): Likewise.
23090         (realloc_hook_ini): Likewise.
23091         (memalign_hook_ini): Likewise.
23092         * malloc/malloc.c (malloc_hook_ini): Likewise.
23093         (realloc_hook_ini): Likewise.
23094         (memalign_hook_ini): Likewise.
23095         (__free_hook): Likewise.
23096         (__malloc_hook): Likewise.
23097         (__realloc_hook): Likewise.
23098         (__memalign_hook): Likewise.
23099         (__libc_malloc): Likewise.
23100         (__libc_free): Likewise.
23101         (__libc_realloc): Likewise.
23102         (__libc_memalign): Likewise.
23103         (__libc_valloc): Likewise.
23104         (__libc_pvalloc): Likewise.
23105         (__libc_calloc): Likewise.
23106         (__posix_memalign): Likewise.
23107         * malloc/morecore.c (__sbrk): Likewise.
23108         (__default_morecore): Likewise.
23109
23110         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23111
23112         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23113         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23114         __malloc_ptrdiff_t.
23115
23116         * malloc/malloc.h (__malloc_size_t): Remove macro.
23117         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23118         __malloc_size_t.
23119         (old_memalign_hook): Likewise.
23120         (old_realloc_hook): Likewise.
23121         (struct hdr): Likewise.
23122         (flood): Likewise.
23123         (mallochook): Likewise.
23124         (memalignhook): Likewise.
23125         (reallochook): Likewise.
23126         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23127         (tr_old_realloc_hook): Likewise.
23128         (tr_old_memalign_hook): Likewise.
23129         (tr_mallochook): Likewise.
23130         (tr_reallochook): Likewise.
23131         (tr_memalignhook): Likewise.
23132
23133 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23134
23135         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23136         default_ldbl_pack and using as default implementation.
23137         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23138         implementation.
23139         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23140         redundant definition.
23141         (ldbl_insert_mantissa): Likewise.
23142         (ldbl_canonicalize): Likewise.
23143         (ldbl_nearbyint): Likewise.
23144         (ldbl_pack): Rename to ldbl_pack_ppc.
23145         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23146         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23147         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23148
23149 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23150
23151         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23152         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23153         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23154         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23155         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23156         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23157         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23158         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23159
23160 2013-03-07  Andreas Jaeger  <aj@suse.de>
23161
23162         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23163         bits/mman-linux.h.
23164
23165 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23166
23167         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23168         Include mpa.h and declare __MPEXP.
23169         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23170         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23171         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23172         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23173         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23174         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23175         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23176
23177         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23178         (__slowpow): Use long double EXPL and LOGL functions to
23179         compute POW.
23180         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23181         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23182         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23183         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23184         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23185         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23186
23187         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23188         intermediate variable to calculate exponent.
23189         (__sqr): Likewise.
23190         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23191         Likewise.
23192         (__sqr): Likewise.
23193
23194         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23195         [!NO__SQR]: Define __sqr.
23196         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23197         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23198         sysdeps/ieee754/dbl-64/mpa.c.
23199         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23200
23201         [BZ #12723]
23202         * posix/Makefile (tests): Add tst-pathconf.
23203         * posix/tst-pathconf.c: New test case.
23204         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23205         _PC_PIPE_BUF.
23206         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23207
23208 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23209
23210         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23211
23212 2013-03-06  Andreas Jaeger  <aj@suse.de>
23213
23214         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23215         definition via __MAP_ANONYMOUS.
23216
23217         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23218         it's not part of Linux headers.
23219
23220         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23221         (MAP_HUGE_MASK): Define.
23222
23223         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23224         Define.
23225         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23226         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23227         Define.
23228         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23229         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23230         Define.
23231         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23232         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23233         Define.
23234         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23235
23236         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23237         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23238         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23239         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23240         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23241         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23242
23243         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23244         Handle f2fs.
23245
23246         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23247         Handle f2fs and efivarfs.
23248
23249         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23250         f2fs.
23251
23252         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23253         (EFIVARFS_MAGIC): Add.
23254         (F2FS_LINK_MAX): Add.
23255
23256 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23257
23258         * stdio-common/vfprintf.c: Replace __builtin_expect with
23259         __glibc_unlikely.
23260
23261 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23262
23263         [BZ #13550]
23264         * sysdeps/generic/bp-sym.h: Remove file.
23265         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23266         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23267         <bp-sym.h> and <bp-asm.h>.
23268         (__longjmp): Don't use BP_SYM.
23269         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23270         and <bp-asm.h>.
23271         (memcpy): Don't use BP_SYM.
23272         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23273         <bp-sym.h> and <bp-asm.h>.
23274         (memcpy): Don't use BP_SYM.
23275         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23276         <bp-asm.h>.
23277         (memcpy): Don't use BP_SYM.
23278         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23279         <bp-asm.h>.
23280         (memset): Don't use BP_SYM.
23281         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23282         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23283         (__bzero): Don't use BP_SYM.
23284         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23285         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23286         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23287         <bp-sym.h> and <bp-asm.h>.
23288         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23289         pointers.
23290         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23291         <bp-sym.h> and <bp-asm.h>.
23292         (memcpy): Don't use BP_SYM.
23293         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23294         <bp-sym.h> and <bp-asm.h>.
23295         (memset): Don't use BP_SYM.
23296         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23297         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23298         (__bzero): Don't use BP_SYM.
23299         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23300         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23301         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23302         <bp-sym.h> and <bp-asm.h>.
23303         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23304         pointers.
23305         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23306         <bp-sym.h> and <bp-asm.h>.
23307         (memcpy): Don't use BP_SYM.
23308         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23309         <bp-sym.h> and <bp-asm.h>.
23310         (memset): Don't use BP_SYM.
23311         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23312         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23313         (__bzero): Don't use BP_SYM.
23314         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23315         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23316         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23317         <bp-sym.h> and <bp-asm.h>.
23318         (__memchr): Don't use BP_SYM.
23319         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23320         <bp-sym.h> and <bp-asm.h>.
23321         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23322         pointers.
23323         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23324         <bp-sym.h> and <bp-asm.h>.
23325         (memcpy): Don't use BP_SYM.
23326         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23327         <bp-sym.h> and <bp-asm.h>.
23328         (__mempcpy): Don't use BP_SYM.
23329         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23330         <bp-sym.h> and <bp-asm.h>.
23331         (__memrchr): Don't use BP_SYM.
23332         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23333         <bp-sym.h> and <bp-asm.h>.
23334         (memset): Don't use BP_SYM.
23335         (__bzero): Likewise.
23336         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23337         <bp-sym.h> and <bp-asm.h>.
23338         (__rawmemchr): Don't use BP_SYM.
23339         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23340         <bp-sym.h> and <bp-asm.h>.
23341         (__STRCMP): Don't use BP_SYM.
23342         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23343         <bp-sym.h> and <bp-asm.h>.
23344         (strchr): Don't use BP_SYM.
23345         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23346         <bp-sym.h> and <bp-asm.h>.
23347         (__strchrnul): Don't use BP_SYM.
23348         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23349         <bp-sym.h> and <bp-asm.h>.
23350         (strlen): Don't use BP_SYM.
23351         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23352         <bp-sym.h> and <bp-asm.h>.
23353         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23354         pointers.
23355         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23356         <bp-sym.h> and <bp-asm.h>.
23357         (__strnlen): Don't use BP_SYM.
23358         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23359         <bp-sym.h> and <bp-asm.h>.
23360         (__GI__setjmp): Don't use BP_SYM.
23361         (_setjmp): Likewise.
23362         (__sigsetjmp): Likewise.
23363         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23364         (L(start_addresses)): Don't use BP_SYM.
23365         (_start): Likewise.
23366         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23367         <bp-asm.h>.
23368         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23369         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23370         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23371         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23372         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23373         <bp-asm.h>.
23374         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23375         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23376         about bounded pointers.
23377         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23378         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23379         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23380         <bp-asm.h>.
23381         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23382         about bounded pointers.  Remove GKM FIXME comments.
23383         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23384         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23385         <bp-asm.h>.
23386         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23387         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23388         Remove GKM FIXME comments.
23389         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23390         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23391         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23392         <bp-asm.h>.
23393         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23394         about bounded pointers.  Remove GKM FIXME comment.
23395         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23396         and <bp-asm.h>.
23397         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23398         pointers.
23399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23400         <bp-sym.h> and <bp-asm.h>.
23401         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23403         <bp-sym.h> and <bp-asm.h>.
23404         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23405         comment.
23406
23407 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23408
23409         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23410         call free(NULL).
23411
23412 2013-03-05  David S. Miller  <davem@davemloft.net>
23413
23414         * po/es.po: Update from translation team.
23415
23416 2013-03-05  Andreas Jaeger  <aj@suse.de>
23417
23418         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23419         <bits/mman-linux.h>.
23420         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23421         is fine.
23422         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23423         <bits/mman-linux.h> to end of file.
23424         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23425         is fine.
23426         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23427         <bits/mman-linux.h> to end of file.
23428         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23429         is fine.
23430         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23431         <bits/mman-linux.h> to end of file.
23432
23433         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23434         (MCL_CURRENT, MCL_FUTURE): Define here.
23435
23436 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23437
23438         [BZ #15232]
23439         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23440         attribute_hidden.
23441         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23442
23443 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23444
23445         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23446         fourth parameter needed for rt_sigprocmask syscall.
23447         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23448         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23449         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23450         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23451         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23452         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23453
23454 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23455
23456         [BZ #13550]
23457         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23458         comment about bounded pointers.
23459         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23460         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23461
23462 2013-03-04  Andreas Jaeger  <aj@suse.de>
23463
23464         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23465         common definitions.
23466
23467         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23468         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23469         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23470         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23471         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23472         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23473
23474 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23475
23476         [BZ #15055]
23477         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23478         __ieee754_sqrl instead of __sqrl.
23479
23480 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23481
23482         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23483         * sysdeps/powerpc/fpu_control.h: ... here.
23484         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23485         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23486         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23487         * sysdeps/powerpc/bits/mathinline.h: ... here.
23488
23489 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23490
23491         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23492         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23493         to just [NEED_DL_SYSINFO_DSO].
23494         * elf/dl-support.c: Likewise.
23495         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23496         * elf/rtld.c (dl_main): Likewise.
23497         * elf/setup-vdso.h (setup_vdso): Likewise.
23498         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23499         * sysdeps/unix/sysv/linux/dl-sysdep.c
23500         (_dl_discover_osversion): Likewise.
23501
23502 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23503
23504         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23505         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23506
23507 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23508
23509         * NEWS: Mention libm performance improvements and non-x86 PI
23510         futex support.
23511
23512         * csu/libc-start.c (__pthread_initialize_minimal): Change
23513         function arguments.
23514         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23515
23516 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23517
23518         [BZ #13550]
23519         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23520         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23521         <bp-sym.h> and <bp-asm.h>.
23522         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23523         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23524         and <bp-asm.h>.
23525         (memcpy): Don't use BP_SYM.
23526         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23527         <bp-asm.h>.
23528         (__mpn_add_n): Don't use BP_SYM.
23529         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23530         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23531         and <bp-asm.h>.
23532         (__mpn_addmul_1): Don't use BP_SYM.
23533         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23534         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23535         <bp-sym.h>.
23536         (_setjmp): Don't use BP_SYM.
23537         (__novmx_setjmp): Likewise.
23538         (__GI__setjmp): Likewise.
23539         (__vmx_setjmp): Likewise.
23540         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23541         <bp-sym.h>.
23542         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23543         (__bzero): Don't use BP_SYM.
23544         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23545         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23546         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23547         <bp-sym.h> and <bp-asm.h>.
23548         (memcpy): Don't use BP_SYM.
23549         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23550         <bp-sym.h> and <bp-asm.h>.
23551         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23552         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23553         <bp-sym.h> and <bp-asm.h>.
23554         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23555         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23556         <bp-asm.h>.
23557         (__mpn_lshift): Don't use BP_SYM.
23558         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23559         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23560         <bp-asm.h>.
23561         (memset): Don't use BP_SYM.
23562         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23563         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23564         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23565         <bp-asm.h>.
23566         (__mpn_mul_1): Don't use BP_SYM.
23567         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23568         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23569         <bp-sym.h> and <bp-asm.h>.
23570         (memcmp): Don't use BP_SYM.
23571         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23572         <bp-sym.h> and <bp-asm.h>.
23573         (memcpy): Don't use BP_SYM.
23574         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23575         <bp-sym.h> and <bp-asm.h>.
23576         (memset): Don't use BP_SYM.
23577         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23578         <bp-sym.h> and <bp-asm.h>.
23579         (strncmp): Don't use BP_SYM.
23580         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23581         <bp-sym.h> and <bp-asm.h>.
23582         (memcpy): Don't use BP_SYM.
23583         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23584         <bp-sym.h> and <bp-asm.h>.
23585         (memset): Don't use BP_SYM.
23586         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23587         <bp-sym.h> and <bp-asm.h>.
23588         (__memchr): Don't use BP_SYM.
23589         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23590         <bp-sym.h> and <bp-asm.h>.
23591         (memcmp): Don't use BP_SYM.
23592         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23593         <bp-sym.h> and <bp-asm.h>.
23594         (memcpy): Don't use BP_SYM.
23595         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23596         <bp-sym.h> and <bp-asm.h>.
23597         (__mempcpy): Don't use BP_SYM.
23598         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23599         <bp-sym.h> and <bp-asm.h>.
23600         (__memrchr): Don't use BP_SYM.
23601         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23602         <bp-sym.h> and <bp-asm.h>.
23603         (memset): Don't use BP_SYM.
23604         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23605         <bp-sym.h> and <bp-asm.h>.
23606         (__rawmemchr): Don't use BP_SYM.
23607         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23608         <bp-sym.h> and <bp-asm.h>.
23609         (__STRCMP): Don't use BP_SYM.
23610         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23611         <bp-sym.h> and <bp-asm.h>.
23612         (strchr): Don't use BP_SYM.
23613         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23614         <bp-sym.h> and <bp-asm.h>.
23615         (__strchrnul): Don't use BP_SYM.
23616         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23617         <bp-sym.h> and <bp-asm.h>.
23618         (strlen): Don't use BP_SYM.
23619         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23620         <bp-sym.h> and <bp-asm.h>.
23621         (strncmp): Don't use BP_SYM.
23622         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23623         <bp-sym.h> and <bp-asm.h>.
23624         (__strnlen): Don't use BP_SYM.
23625         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23626         <bp-asm.h>.
23627         (__mpn_rshift): Don't use BP_SYM.
23628         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23629         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23630         <bp-sym.h> and <bp-asm.h>.
23631         (__sigsetjmp): Don't use BP_SYM.
23632         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23633         (L(start_addresses)): Don't use BP_SYM.
23634         (_start): Likewise.
23635         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23636         <bp-asm.h>.
23637         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23638         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23639         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23640         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23641         <bp-asm.h>.
23642         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23643         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23644         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23645         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23646         <bp-asm.h>.
23647         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23648         comments.
23649         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23650         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23651         <bp-asm.h>.
23652         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23653         FIXME comments.
23654         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23655         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23656         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23657         <bp-asm.h>.
23658         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23659         comment.
23660         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23661         and <bp-asm.h>.
23662         (strncmp): Don't use BP_SYM,
23663         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23664         <bp-asm.h>.
23665         (__mpn_sub_n): Don't use BP_SYM.
23666         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23667         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23668         and <bp-asm.h>.
23669         (__mpn_submul_1): Don't use BP_SYM.
23670         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23672         <bp-sym.h> and <bp-asm.h>.
23673         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23675         <bp-sym.h> and <bp-asm.h>.
23676         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23677         comment.
23678
23679 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23680
23681         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23682         Use ZK to minimize writes to Z.
23683         (sub_magnitudes): Simplify code a bit.
23684         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23685         Use ZK to minimize writes to Z.
23686         (sub_magnitudes): Simplify code a bit.
23687
23688 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23689
23690         * csu/gmon-start.c: Add special exception to license text.
23691
23692 2013-02-27  Richard Henderson  <rth@redhat.com>
23693
23694         * scripts/config.guess: Update from config.git.
23695         * scripts/config.sub: Likewise.
23696
23697 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23698
23699         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23700
23701         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
23702
23703         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
23704
23705         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
23706
23707         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
23708
23709 2013-02-26  Roland McGrath  <roland@hack.frob.com>
23710
23711         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
23712         [$(build-shared = yes].
23713
23714 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23715
23716         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
23717         (__mul): Reduce iterations for calculating mantissa.
23718
23719         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
23720         MPTWO.
23721         (__mpranred): Likewise.
23722
23723         [BZ #15160]
23724         * malloc/memusagestat.c (main): Draw graphs for heap and stack
23725         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
23726
23727 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23728
23729         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
23730         Define __attribute__.
23731
23732 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23733
23734         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
23735         unused.
23736         * posix/regex_internal.h (__attribute): Remove.
23737         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
23738         (re_string_context_at): Likewise.
23739         (bitset_not): Use __attribute__ and mark function as possibly
23740         unused.
23741         (bitset_merge): Likewise.
23742         (bitset_mask): Likewise.
23743         (re_string_char_size_at): Likewise.
23744         (re_string_wchar_at): Likewise.
23745         (re_string_elem_size_at): Likewise.
23746
23747 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23748
23749         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
23750         code.
23751         (cc32): Likewise.
23752
23753         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
23754         (__acr): Likewise.
23755         (__cpy): Likewise.
23756         (norm): Likewise.
23757         (denorm): Likewise.
23758         (__dbl_mp): Likewise.
23759         (add_magnitudes): Likewise.
23760         (sub_magnitudes): Likewise.
23761         (__mul): Likewise.
23762         (__inv): Likewise.
23763
23764         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
23765         style.
23766
23767         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
23768         style.
23769
23770         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
23771         code.
23772
23773         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
23774         up changes with default code.
23775         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
23776         Likewise.
23777
23778 2013-02-24  Allan McRae  <allan@archlinux.org>
23779
23780         * manual/socket.texi (The Internet Namespace): Order menu items
23781         to match that in the file.
23782
23783         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
23784         node listing of the info page menu.
23785
23786 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
23787
23788         [BZ #13550]
23789         * sysdeps/i386/bp-asm.h: Remove file.
23790         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23791         (PARMS): Do not use macros from bp-asm.h.
23792         (S1): Likewise.
23793         (S2): Likewise.
23794         (SIZE): Likewise.
23795         (__mpn_add_n): Do not use BP_SYM
23796         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
23797         "bp-asm.h".
23798         (PARMS): Do not use macros from bp-asm.h.
23799         (S1): Likewise.
23800         (SIZE): Likewise.
23801         (__mpn_addmul_1): Do not use BP_SYM
23802         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
23803         "bp-asm.h".
23804         (PARMS): Do not use macros from bp-asm.h.
23805         (SIGMSK): Likewise.
23806         (_setjmp): Likewise.  Do not use BP_SYM.
23807         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
23808         "bp-asm.h".
23809         (PARMS): Do not use macros from bp-asm.h.
23810         (SIGMSK): Likewise.
23811         (setjmp): Likewise.  Do not use BP_SYM.
23812         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
23813         "bp-asm.h".
23814         (PARMS): Do not use macros from bp-asm.h.
23815         (__frexp): Do not use BP_SYM.
23816         (frexp): Likewise.
23817         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
23818         "bp-asm.h".
23819         (PARMS): Do not use macros from bp-asm.h.
23820         (__frexpf): Do not use BP_SYM.
23821         (frexpf): Likewise.
23822         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
23823         "bp-asm.h".
23824         (PARMS): Do not use macros from bp-asm.h.
23825         (__frexpl): Do not use BP_SYM.
23826         (frexpl): Likewise.
23827         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
23828         "bp-asm.h".
23829         (PARMS): Do not use macros from bp-asm.h.
23830         (__remquo): Do not use BP_SYM.
23831         (remquo): Likewise.
23832         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
23833         "bp-asm.h".
23834         (PARMS): Do not use macros from bp-asm.h.
23835         (__remquof): Do not use BP_SYM.
23836         (remquof): Likewise.
23837         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
23838         "bp-asm.h".
23839         (PARMS): Do not use macros from bp-asm.h.
23840         (__remquol): Do not use BP_SYM.
23841         (remquol): Likewise.
23842         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
23843         "bp-asm.h".
23844         (PARMS): Do not use macros from bp-asm.h.
23845         (DEST): Likewise.
23846         (SRC): Likewise.
23847         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
23848         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
23849         "bp-asm.h".
23850         (PARMS): Do not use macros from bp-asm.h.
23851         (strlen): Do not use BP_SYM.
23852         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
23853         "bp-asm.h".
23854         (PARMS): Do not use macros from bp-asm.h.
23855         (S1): Likewise.
23856         (S2): Likewise.
23857         (SIZE): Likewise.
23858         (__mpn_add_n): Do not use BP_SYM.
23859         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
23860         "bp-asm.h".
23861         (PARMS): Do not use macros from bp-asm.h.
23862         (S1): Likewise.
23863         (SIZE): Likewise.
23864         (__mpn_addmul_1): Do not use BP_SYM.
23865         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
23866         weak_alias.
23867         (bzero): Likewise.
23868         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
23869         "bp-asm.h".
23870         (PARMS): Do not use macros from bp-asm.h.
23871         (S): Likewise.
23872         (SIZE): Likewise.
23873         (__mpn_lshift): Do not use BP_SYM.
23874         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
23875         "bp-asm.h".
23876         (PARMS): Do not use macros from bp-asm.h.
23877         (DEST): Likewise.
23878         (SRC): Likewise.
23879         (LEN): Likewise.
23880         (memcpy): Likewise.  Do not use BP_SYM.
23881         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
23882         libc_hidden_def and weak_alias.
23883         (mempcpy): Do not use BP_SYM in weak_alias.
23884         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
23885         "bp-asm.h".
23886         (PARMS): Do not use macros from bp-asm.h.
23887         (DEST): Likewise.
23888         (LEN): Likewise.
23889         [!BZERO_P] (CHR): Likewise.
23890         (memset): Likewise.  Do not use BP_SYM.
23891         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
23892         "bp-asm.h".
23893         (PARMS): Do not use macros from bp-asm.h.
23894         (S1): Likewise.
23895         (SIZE): Likewise.
23896         (__mpn_mul_1): Do not use BP_SYM.
23897         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
23898         "bp-asm.h".
23899         (PARMS): Do not use macros from bp-asm.h.
23900         (S): Likewise.
23901         (SIZE): Likewise.
23902         (__mpn_rshift): Do not use BP_SYM.
23903         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
23904         "bp-asm.h".
23905         (PARMS): Do not use macros from bp-asm.h.
23906         (STR): Likewise.
23907         (CHR): Likewise.
23908         (strchr): Likewise.  Do not use BP_SYM.
23909         (index): Do not use BP_SYM in weak_alias.
23910         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
23911         "bp-asm.h".
23912         (PARMS): Do not use macros from bp-asm.h.
23913         (DEST): Likewise.
23914         (SRC): Likewise.
23915         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
23916         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
23917         "bp-asm.h".
23918         (PARMS): Do not use macros from bp-asm.h.
23919         (strlen): Do not use BP_SYM.
23920         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
23921         "bp-asm.h".
23922         (PARMS): Do not use macros from bp-asm.h.
23923         (S1): Likewise.
23924         (S2): Likewise.
23925         (SIZE): Likewise.
23926         (__mpn_sub_n): Do not use BP_SYM.
23927         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
23928         "bp-asm.h".
23929         (PARMS): Do not use macros from bp-asm.h.
23930         (S1): Likewise.
23931         (SIZE): Likewise.
23932         (__mpn_submul_1): Do not use BP_SYM.
23933         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
23934         "bp-asm.h".
23935         (PARMS): Do not use macros from bp-asm.h.
23936         (S1): Likewise.
23937         (S2): Likewise.
23938         (SIZE): Likewise.
23939         (__mpn_add_n): Do not use BP_SYM.
23940         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
23941         weak_alias.
23942         (bzero): Likewise.
23943         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
23944         "bp-asm.h".
23945         (PARMS): Do not use macros from bp-asm.h.
23946         (BLK2): Likewise.
23947         (LEN): Likewise.
23948         (memcmp): Do not use BP_SYM.
23949         (bcmp): Do not use BP_SYM in weak_alias.
23950         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
23951         "bp-asm.h".
23952         (PARMS): Do not use macros from bp-asm.h.
23953         (DEST): Likewise.
23954         (SRC): Likewise.
23955         (LEN): Likewise.
23956         (memcpy): Likewise.  Do not use BP_SYM.
23957         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
23958         "bp-asm.h".
23959         (PARMS): Do not use macros from bp-asm.h.
23960         (DEST): Likewise.
23961         (SRC): Likewise.
23962         (LEN): Likewise.
23963         (memmove): Likewise.  Do not use BP_SYM.
23964         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
23965         "bp-asm.h".
23966         (PARMS): Do not use macros from bp-asm.h.
23967         (DEST): Likewise.
23968         (SRC): Likewise.
23969         (LEN): Likewise.
23970         (__mempcpy): Likewise.  Do not use BP_SYM.
23971         (mempcpy): Do not use BP_SYM in weak_alias.
23972         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
23973         "bp-asm.h".
23974         (PARMS): Do not use macros from bp-asm.h.
23975         (DEST): Likewise.
23976         (LEN): Likewise.
23977         [!BZERO_P] (CHR): Likewise.
23978         (memset): Likewise.  Do not use BP_SYM.
23979         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23980         "bp-asm.h".
23981         (PARMS): Do not use macros from bp-asm.h.
23982         (STR2): Likewise.
23983         (strcmp): Do not use BP_SYM.
23984         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23985         "bp-asm.h".
23986         (PARMS): Do not use macros from bp-asm.h.
23987         (STR): Likewise.
23988         (DELIM): Likewise.
23989         [USE_AS_STRTOK_R] (SAVE): Likewise.
23990         (FUNCTION): Likewise.  Do not use BP_SYM.
23991         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23992         aliases.
23993         (strtok_r): Likewise.
23994         (__GI___strtok_r): Likewise.
23995         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23996         (PARMS): Do not use macros from bp-asm.h.
23997         (S): Likewise.
23998         (SIZE): Likewise.
23999         (__mpn_lshift): Do not use BP_SYM.
24000         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24001         (PARMS): Do not use macros from bp-asm.h.
24002         (STR): Likewise.
24003         (CHR): Likewise.
24004         (__memchr): Do not use BP_SYM.
24005         (memchr): Do not use BP_SYM in weak_alias.
24006         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24007         (PARMS): Do not use macros from bp-asm.h.
24008         (BLK2): Likewise.
24009         (LEN): Likewise.
24010         (memcmp): Do not use BP_SYM.
24011         (bcmp): Do not use BP_SYM in weak_alias.
24012         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24013         (PARMS): Do not use macros from bp-asm.h.
24014         (S1): Likewise.
24015         (SIZE): Likewise.
24016         (__mpn_mul_1): Do not use BP_SYM.
24017         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24018         "bp-asm.h".
24019         (PARMS): Do not use macros from bp-asm.h.
24020         (STR): Likewise.
24021         (CHR): Likewise.
24022         (__rawmemchr): Do not use BP_SYM.
24023         (rawmemchr): Do not use BP_SYM in weak_alias.
24024         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24025         (PARMS): Do not use macros from bp-asm.h.
24026         (S): Likewise.
24027         (SIZE): Likewise.
24028         (__mpn_rshift): Do not use BP_SYM.
24029         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24030         (PARMS): Do not use macros from bp-asm.h.
24031         (SIGMSK): Likewise.
24032         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24033         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24034         (_start): Do not use BP_SYM.
24035         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24036         (PARMS): Do not use macros from bp-asm.h.
24037         (DEST): Likewise.
24038         (SRC): Likewise.
24039         (__stpcpy): Likewise.  Do not use BP_SYM.
24040         (stpcpy): Do not use BP_SYM in weak_alias.
24041         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24042         "bp-asm.h".
24043         (PARMS): Do not use macros from bp-asm.h.
24044         (DEST): Likewise.
24045         (SRC): Likewise.
24046         (LEN): Likewise.
24047         (__stpncpy): Likewise.  Do not use BP_SYM.
24048         (stpncpy): Do not use BP_SYM in weak_alias.
24049         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24050         (PARMS): Do not use macros from bp-asm.h.
24051         (STR): Likewise.
24052         (CHR): Likewise.
24053         (strchr): Likewise.  Do not use BP_SYM.
24054         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24055         "bp-asm.h".
24056         (PARMS): Do not use macros from bp-asm.h.
24057         (STR): Likewise.
24058         (CHR): Likewise.
24059         (__strchrnul): Likewise.  Do not use BP_SYM.
24060         (strchrnul): Do not use BP_SYM in weak_alias.
24061         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24062         "bp-asm.h".
24063         (PARMS): Do not use macros from bp-asm.h.
24064         (STOP): Likewise.
24065         (strcspn): Do not use BP_SYM.
24066         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24067         "bp-asm.h".
24068         (PARMS): Do not use macros from bp-asm.h.
24069         (STR): Likewise.
24070         (STOP): Likewise.
24071         (strpbrk): Likewise.  Do not use BP_SYM.
24072         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24073         "bp-asm.h".
24074         (PARMS): Do not use macros from bp-asm.h.
24075         (STR): Likewise.
24076         (CHR): Likewise.
24077         (strrchr): Likewise.  Do not use BP_SYM.
24078         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24079         (PARMS): Do not use macros from bp-asm.h.
24080         (SKIP): Likewise.
24081         (strspn): Do not use BP_SYM.
24082         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24083         (PARMS): Do not use macros from bp-asm.h.
24084         (STR): Likewise.
24085         (DELIM): Likewise.
24086         (SAVE): Likewise.
24087         (FUNCTION): Likewise.  Do not use BP_SYM.
24088         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24089         aliases.
24090         (strtok_r): Likewise.
24091         (__GI___strtok_r): Likewise.
24092         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24093         (PARMS): Do not use macros from bp-asm.h.
24094         (S1): Likewise.
24095         (S2): Likewise.
24096         (SIZE): Likewise.
24097         (__mpn_sub_n): Do not use BP_SYM.
24098         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24099         "bp-asm.h".
24100         (PARMS): Do not use macros from bp-asm.h.
24101         (S1): Likewise.
24102         (SIZE): Likewise.
24103         (__mpn_submul_1): Do not use BP_SYM.
24104         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24105         <bp-sym.h>.
24106         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24107         and <bp-asm.h>.
24108         (PARMS): Do not use macros from bp-asm.h.
24109         (FLAGS): Likewise.
24110         (PTID): Likewise.
24111         (TLS): Likewise.
24112         (CTID): Likewise.
24113         (__clone): Do not use BP_SYM.
24114         (clone): Do not use BP_SYM in weak_alias.
24115         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24116         and <bp-asm.h>.
24117         (PARMS): Do not use macros from bp-asm.h.
24118         (LEN): Likewise.
24119         (__mmap64): Do not use BP_SYM.
24120         (mmap64): Do not use BP_SYM in weak_alias.
24121         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24122         <bp-sym.h> and <bp-asm.h>.
24123         (PARMS): Do not use macros from bp-asm.h.
24124         (__posix_fadvise64_l64): Do not use BP_SYM.
24125         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24126         (PARMS): Do not use macros from bp-asm.h.
24127         (NSOPS): Likewise.
24128         (semtimedop): Do not use BP_SYM.
24129         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24130         and <bp-asm.h>.
24131
24132 2013-02-21  Allan McRae  <allan@archlinux.org>
24133
24134         * manual/message.texi (Charset conversion in gettext):
24135         Move @end statement to beginning of line.
24136
24137 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24138
24139         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24140         static.
24141         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24142         Likewise.
24143
24144         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24145         (denorm): Likewise.
24146         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24147         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24148
24149 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24150
24151         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24152         tail-call to the resolved function if pltexit isn't needed.
24153
24154 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24155
24156         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24157         or Y being zero as being unlikely.
24158         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24159         Likewise.
24160
24161 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24162
24163         * manual/nss.texi (System Databases and Name Service Switch):
24164         Remove frobnicate @pxref.
24165
24166 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24167
24168         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24169         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24170
24171 2013-02-20  Petr Machata  <pmachata@redhat.com>
24172
24173         * elf/elf.h (R_ARM_TARGET1): New macro.
24174         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24175         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24176         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24177         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24178         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24179         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24180         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24181         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24182         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24183         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24184         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24185         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24186         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24187         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24188         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24189         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24190         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24191         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24192         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24193         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24194         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24195         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24196         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24197         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24198         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24199         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24200         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24201         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24202         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24203         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24204         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24205         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24206         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24207         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24208         (R_ARM_THM_GOT_BREL12): Likewise.
24209         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24210         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24211         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24212         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24213         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24214         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24215         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24216         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24217         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24218
24219 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24220
24221         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24222         __attribute_used__ to __attribute__ ((unused)).
24223
24224 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24225
24226         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24227         powerpc mpa.c.
24228         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24229         comment formatting.
24230         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24231
24232 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24233
24234         [BZ #13550]
24235         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24236         Remove macro.
24237         (ENTER): Remove both macro definitions.
24238         (LEAVE): Likewise.
24239         (CHECK_BOUNDS_LOW): Likewise.
24240         (CHECK_BOUNDS_HIGH): Likewise.
24241         (CHECK_BOUNDS_BOTH): Likewise.
24242         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24243         (RETURN_BOUNDED_POINTER): Likewise.
24244         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24245         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24246         (POP_ERRNO_LOCATION_RETURN): Likewise.
24247         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24248         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24249         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24250         macros.
24251         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24252         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24253         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24254         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24255         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24256         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24257         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24258         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24259         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24260         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24261         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24262         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24263         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24264         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24265         removed macros.
24266         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24267         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24268         macros.
24269         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24270         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24271         * sysdeps/i386/i586/memset.S (memset): Likewise.
24272         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24273         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24274         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24275         macros.
24276         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24277         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24278         Change uses of L(2) to L(out).
24279         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24280         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24281         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24282         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24283         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24284         removed macros.
24285         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24286         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24287         macros.
24288         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24289         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24290         (RETURN): Do not use macro LEAVE.
24291         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24292         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24293         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24294         * sysdeps/i386/i686/memset.S (memset): Likewise.
24295         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24296         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24297         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24298         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24299         Likewise.
24300         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24301         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24302         L(1_2) and L(1_3) into L(1).
24303         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24304         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24305         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24306         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24307         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24308         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24309         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24310         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24311         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24312         macros.
24313         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24314         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24315         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24316         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24317         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24318         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24319         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24320         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24321         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24322         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24323         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24324         * sysdeps/i386/strspn.S (strspn): Likewise.
24325         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24326         conditional code.
24327         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24328         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24329         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24330         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24331         L(1_3) into L(1_1).
24332         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24333         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24334         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24335         macros.
24336         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24337
24338 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24339
24340         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24341         macro.
24342
24343 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24344
24345         * math/atest-exp.c (exp_mpn): Remove ROUND.
24346         * math/atest-exp2.c (exp_mpn): Likewise.
24347         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24348
24349         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24350         * stdlib/tst-tls-atexit-lib.c: Likewise.
24351         * stdlib/tst-tls-atexit.c: Likewise.
24352
24353 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24354
24355         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24356         and __attribute_alloc_size__.
24357
24358 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24359
24360         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24361         __attribute_alloc_size__.
24362         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24363         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24364
24365 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24366
24367         * include/programs/xmalloc.h: New file.
24368         * catgets/gencat.c: Include it.
24369         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24370         * elf/pldd.c: Likewise.
24371         * iconv/iconv_charmap.c: Likewise.
24372         * iconv/iconvconfig.c: Likewise.
24373         * iconv/strtab.c: Likewise.
24374         * locale/programs/locale.c: Likewise.
24375         * locale/programs/localedef.h: Likewise.
24376         * locale/programs/simple-hash.c: Likewise.
24377         * nscd/nscd.h: Likewise.
24378         * nss/makedb.c: Likewise.
24379         * sysdeps/generic/ldconfig.h: Likewise.
24380
24381 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24382
24383         * Versions.def: Add GLIBC_2.18.
24384         * include/link.h (struct link_map): New member l_tls_dtor_count.
24385         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24386         (__call_tls_dtors): Likewise.
24387         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24388         __cxa_thread_atexit_impl.
24389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24390         Likewise.
24391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24392         Likewise.
24393         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24394         Likewise.
24395         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24396         Likewise.
24397         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24398         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24399         Likewise.
24400         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24401         Likewise.
24402         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24403         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24404         Likewise.
24405         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24406         (tests): Add test case tst-tls-atexit.
24407         (modules-names): Add shared library for tst-tls-atexit.
24408         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24409         (GLIBC_PRIVATE): Add __call_tls_dtors.
24410         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24411         for libstdc++.
24412         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24413         * stdlib/tst-tls-atexit.c: New test case.
24414         * stdlib/tst-tls-atexit-lib.c: New test case.
24415
24416         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24417
24418         * elf/Versions (ld): Add _dl_find_dso_for_object.
24419         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24420         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24421         (dl_open_worker): Use _dl_find_dso_for_object.
24422         * elf/dl-sym.c (do_sym): Likewise.
24423         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24424
24425 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24426
24427         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24428         Syntactic changes only.
24429         (_dl_runtime_profile): Do a tail-call to the resolved function.
24430
24431 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24432
24433         [BZ #13550]
24434         * sysdeps/x86_64/bp-asm.h: Remove file.
24435         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24436         <bp-sym.h> and <bp-asm.h>.
24437         (__clone): Do not use BP_SYM.
24438         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24439         <bp-sym.h> and <bp-asm.h>.
24440         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24441         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24442         "bp-asm.h".
24443         (_setjmp): Do not use BP_SYM.
24444         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24445         "bp-asm.h".
24446         (setjmp): Do not use BP_SYM.
24447         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24448         libc_hidden_def.
24449         (mempcpy): Do not use BP_SYM in weak_alias.
24450         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24451         "bp-asm.h".
24452         (strchr): Do not use BP_SYM.
24453         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24454         "bp-asm.h".
24455         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24456         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24457         (_start): Do not use BP_SYM.
24458         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24459         "bp-asm.h".
24460         (strcat): Do not use BP_SYM.
24461         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24462         "bp-asm.h".
24463         (STRCMP): Do not use BP_SYM.
24464         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24465         "bp-asm.h".
24466         (STRCPY): Do not use BP_SYM.
24467         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24468         "bp-asm.h".
24469         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24470         "bp-asm.h".
24471         (FUNCTION): Do not use BP_SYM.
24472         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24473         weak_alias.
24474         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24475
24476 2013-02-17  Andreas Jaeger  <aj@suse.de>
24477
24478         * time/Versions: Sort entries.
24479         * string/Versions: Likewise.
24480         * resolv/Versions: Likewise.
24481         * posix/Versions: Likewise.
24482         * iconv/Versions: Likewise.
24483         * elf/Versions: Likewise.
24484         * wcsmbs/Versions: Likewise.
24485
24486 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24487
24488         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24489         loop termination condition.
24490
24491         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24492         variable to calculate EZ.
24493         (__sqr): Likewise.
24494
24495         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24496         the lower precision input.
24497
24498 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24499
24500         [BZ #13550]
24501         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24502         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24503         (run-via-rtld-prefix): Do not handle %-bp tests.
24504         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24505         (all-object-suffixes): Remove .ob.
24506         (bppfx): Remove variable.
24507         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24508         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24509         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24510         [$(build-bounded) = yes] (libtype.ob): Likewise.
24511         * Makerules (elide-routines.ob): Remove variable.
24512         (do-tests-clean): Do not handle *-bp.out.
24513         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24514         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24515         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24516         (tests): Do not include $(tests-bp.out).
24517         (xtests): Do not include $(xtests-bp.out).
24518         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24519         [$(build-bounded) = yes] ($(addprefix
24520         $(objpfx),$(binaries-bounded))): Remove rule.
24521         ($(objpfx)%-bp.out): Remove rule.
24522         * config.make.in (build-bounded): Remove variable.
24523         * crypt/Makefile [$(build-bounded) = yes]
24524         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24525         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24526         append to variable.
24527         [$(build-bounded) = yes] (install-lib): Likewise.
24528         [$(build-bounded) = yes] (generated): Likewise.
24529         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24530         Remove rule.
24531         * intl/Makefile [$(build-bounded) = yes]
24532         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24533         * math/Makefile [$(build-bounded) = yes]
24534         ($(tests:%=$(objpfx)%-bp): Likewise.
24535         * misc/Makefile [$(build-bounded) = yes]
24536         ($(objpfx)tst-tsearch-bp): Likewise.
24537         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24538         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24539         Remove dependency.
24540         * string/Makefile (o-objects.ob): Remove variable.
24541         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24542         (CFLAGS-.ob): Remove variable.
24543         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24544         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24545         both definitions of variable.
24546         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24547         (ASFLAGS-.ob): Remove variable.
24548
24549 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24550
24551         [BZ #13550]
24552         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24553         Remove __BOUNDED_POINTERS__ from condition.
24554         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24555         * string/bits/string2.h [!__NO_STRING_INLINES &&
24556         !__BOUNDED_POINTERS__]: Likewise.
24557         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24558         Likewise.
24559         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24560         Remove conditional code.
24561         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24562         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24563         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24564         condition.
24565
24566         [BZ #13550]
24567         * csu/libc-start.c: Do not include <bp-sym.h>.
24568         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24569         * elf/dl-open.c: Do not include <bp-sym.h>.
24570         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24571         * math/fegetenv.c: Do not include <bp-sym.h>.
24572         (fegetenv): Do not use BP_SYM in versioned symbols.
24573         * nptl/sysdeps/pthread/bits/libc-lockP.h
24574         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24575         <bp-sym.h>.
24576         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24577         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24578         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24579         (__pthread_mutex_destroy): Likewise.
24580         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24581         (__pthread_mutex_lock): Likewise.
24582         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24583         (__pthread_mutex_trylock): Likewise.
24584         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24585         (__pthread_mutex_unlock): Likewise.
24586         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24587         (__pthread_mutexattr_init): Likewise.
24588         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24589         (__pthread_mutexattr_destroy): Likewise.
24590         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24591         (__pthread_mutexattr_settype): Likewise.
24592         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24593         (__pthread_rwlock_init): Likewise.
24594         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24595         (__pthread_rwlock_destroy): Likewise.
24596         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24597         (__pthread_rwlock_rdlock): Likewise.
24598         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24599         (__pthread_rwlock_tryrdlock): Likewise.
24600         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24601         (__pthread_rwlock_wrlock): Likewise.
24602         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24603         (__pthread_rwlock_trywrlock): Likewise.
24604         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24605         (__pthread_rwlock_unlock): Likewise.
24606         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24607         (__pthread_key_create): Likewise.
24608         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24609         (__pthread_setspecific): Likewise.
24610         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24611         (__pthread_getspecific): Likewise.
24612         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24613         Likewise.
24614         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24615         (_pthread_cleanup_push_defer): Likewise.
24616         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24617         (_pthread_cleanup_pop_restore): Likewise.
24618         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24619         (pthread_setcancelstate): Likewise.
24620         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24621         <bp-sym.h>.
24622         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24623         (memchr): Do not use BP_SYM in weak_alias.
24624         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24625         (fegetenv): Do not use BP_SYM in versioned symbols.
24626         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24627         (fesetenv): Do not use BP_SYM in versioned symbols.
24628         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24629         (feupdateenv): Do not use BP_SYM in versioned symbols.
24630         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24631         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24632         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24633         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24634         (open64): Do not use BP_SYM in weak_alias.
24635         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24636         (fegetenv): Do not use BP_SYM in versioned symbols.
24637         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24638         (fesetenv): Do not use BP_SYM in versioned symbols.
24639         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24640         (feupdateenv): Do not use BP_SYM in versioned symbols.
24641         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24642         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24643         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24644         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24645         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24646         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24647         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24648         <bp-sym.h>.
24649         (__libc_start_main): Do not use BP_SYM.
24650
24651 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24652
24653         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24654         redundant return line.
24655         (norm): Likewise.
24656         (denorm): Likewise.
24657         (dbl_mp): Likewise.
24658         (sub_magnitudes): Likewise.
24659         (__add): Likewise.
24660         (__sub): Likewise.
24661         (__mul): Likewise.
24662         (__inv): Likewise.
24663         (__dvd): Likewise.
24664         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24665         (norm): Likewise.
24666         (denorm): Likewise.
24667         (dbl_mp): Likewise.
24668         (sub_magnitudes): Likewise.
24669         (__add): Likewise.
24670         (__sub): Likewise.
24671         (__mul): Likewise.
24672         (__inv): Likewise.
24673         (__dvd): Likewise.
24674
24675         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24676         instead of __mul.
24677         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24678         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24679         (cc32): Likewise.
24680
24681         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24682         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24683         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24684         of __mul for squares.
24685         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24686         function
24687         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24688         Likewise.
24689         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24690         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24691
24692 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24693
24694         [BZ #13550]
24695         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24696         code.
24697         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24698         prototype or function definition.  Rename ubp_* variables and
24699         parameters.  Remove argv definitions conditional on
24700         [__BOUNDED_POINTERS__].
24701         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24702         * elf/dl-runtime.c (_dl_fixup): Likewise.
24703         * include/set-hooks.h (RUN_HOOK): Likewise.
24704         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
24705         definition.
24706         * string/strcpy.c (strcpy): Do not use __unbounded.
24707         * sysdeps/generic/frame.h (struct layout): Likewise.
24708         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
24709         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
24710         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
24711         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
24712         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
24713         (__backtrace): Likewise.
24714         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
24715         use __ptrvalue.
24716         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24717         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24718         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24719         Likewise.
24720         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
24721         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
24722         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24723         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24724         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
24725         Do not use __unbounded.
24726         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
24727         Rename __unboundedrlimits parameter to rlimits in prototype.
24728         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
24729         Do not use __unbounded.
24730         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
24731         not use __ptrvalue.
24732         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24733         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
24734         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24735         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
24736         __ptrvalue or __unbounded.
24737         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
24738         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
24739         use __unbounded.
24740         (__new_msgctl): Do not use __ptrvalue.
24741         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
24742         __unbounded.
24743         (__libc_msgrcv): Do not use __ptrvalue.
24744         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
24745         startup_info): Do not use __unbounded.
24746         (__libc_start_main): Likewise.  Rename ubp_* variables and
24747         parameters.  Remove argv definitions conditional on
24748         [__BOUNDED_POINTERS__].
24749         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
24750         __ptrvalue.
24751         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
24752         use __unbounded.
24753         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
24754         or __ptrvalue.
24755         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
24756         use __unbounded.
24757         (__new_shmctl): Do not use __ptrvalue.
24758         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
24759         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
24760         Likewise.
24761         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
24762         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
24763         (__libc_sigaction): Likewise.
24764         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
24765         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
24766         Likewise.
24767         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24768
24769 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
24770
24771         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
24772
24773         * string/mempcpy.c: Implement by calling memcpy.
24774
24775 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24776
24777         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
24778
24779         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
24780         evaluation.
24781
24782         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
24783         values in the mantissa.
24784
24785         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
24786         minimize writes to Z.
24787         (sub_magnitudes): Simplify code a bit.
24788
24789 2013-02-12  Roland McGrath  <roland@hack.frob.com>
24790
24791         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
24792         from the message.  The linker prefixes all warnings with that already.
24793
24794 2013-02-12  Andreas Schwab  <schwab@suse.de>
24795
24796         [BZ #15078]
24797         * posix/regexec.c (extend_buffers): Add parameter min_len.
24798         (check_matching): Pass minimum needed length.
24799         (clean_state_log_if_needed): Likewise.
24800         (get_subexp): Likewise.
24801         * posix/Makefile (tests): Add bug-regex34.
24802         (bug-regex34-ENV): Define.
24803         * posix/bug-regex34.c: New file.
24804
24805         [BZ #11561]
24806         * posix/regcomp.c (parse_bracket_exp): When looking up collating
24807         elements compare against the byte sequence of it, not its name.
24808         * posix/Makefile (tests): Add bug-regex35.
24809         (bug-regex35-ENV): Define.
24810         * posix/bug-regex35.c: New file.
24811
24812 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24813
24814         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
24815         comment.
24816         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
24817         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
24818         (CHECK_EOL): Add undef.
24819
24820 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
24821
24822         * bits/stdlib-bsearch.h: New file.
24823         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
24824         * stdlib/stdlib.h: Likewise.
24825
24826 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24827
24828         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
24829         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
24830         declaration.
24831         * manual/search.texi (Array Search Function): Add missing const in
24832         lfind prototype.
24833         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
24834         declaration to use rlim_t.
24835         (Basic Scheduling Functions): Remove erroneous const from
24836         sched_getparam prototype.  Remove erroneous * from
24837         sched_get_priority_max and sched_get_priority_min prototypes.
24838         (Resource Usage): Fix summary @comment on vtimes to refer to
24839         sys/vtimes.h rather than vtimes.h.
24840         Add missing *s in vtimes prototype.
24841         (Limits on Resources): Fix ulimit prototype to return long int.
24842         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
24843         prototypes to use long int rather than double.
24844         (BSD Random): Fix initstate and setstate to use char *, not void *.
24845         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
24846         prototype to make second argument 'struct aiocb64 *const[]'.
24847         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
24848         (Status of AIO Operations): Remove erroneous const in aio_return and
24849         aio_return64 prototypes.
24850         (Synchronizing I/O): Fix sync prototype to return void.
24851         * manual/startup.texi (Suboptions): Remove an erroneous const in
24852         getsubopt prototype.
24853         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
24854         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
24855         use size_t rather than int.
24856         (Scanning All Users): Likewise for getpwent_r.
24857         (Setting Groups): Add missing const to setgroups prototype.
24858         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
24859         * manual/socket.texi (Host Names): Fix gethostbyaddr and
24860         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
24861         'const void *' rather than 'const char *'.
24862         (Host Address Functions): Likewise for inet_ntop.
24863         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
24864         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
24865         ssize_t for return value.
24866         (Sending Data): Likewise for send, sendto, sendmsg.
24867         (Socket Option Functions): Add a missing const in setsockopt prototype.
24868         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
24869         use wchar_t for the argument.
24870         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
24871         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
24872         take no arguments.
24873         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
24874         double/float/long double for second argument.
24875         Fix return types of significand, significandf, significandl.
24876         * manual/filesys.texi (Setting Permissions): Use mode_t for second
24877         argument in fchmod prototype.
24878         (File Owner): Use uid_t and gid_t in fchown prototype.
24879         (File Times): Add const to utimes, futimes, and lutimes prototypes.
24880         (Making Special Files): Use mode_t and dev_t in mknod prototype.
24881         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
24882         use 'const struct dirent **' as argument types to CMP function pointer
24883         argument.
24884         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
24885         (File Times): Fix summary magic @comment for struct utimbuf and utime
24886         to refer to utime.h, not time.h.
24887         * manual/string.texi (Argz Functions): Add missing const in
24888         argz_extract and argz_next prototypes.
24889         (Finding Tokens in a String): Likewise for basename.
24890         (String/Array Comparison): Fix typo in wcscasecmp prototype.
24891         (Copying and Concatenation): Fix typo in wmemmove prototype.
24892         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
24893         (Signal Stack): Remove erroneous const in sigstack prototype.
24894         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
24895         prototype.
24896         (Simple Calendar Time): Likewise for stime.
24897         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
24898         prototype.
24899         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
24900         say sys/sysctl.h instead.
24901         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
24902         and vsyslog prototypes.
24903
24904 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24905
24906         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
24907         Remove.
24908
24909 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24910
24911         * misc/sys/mman.h: Fix typo in mremap comment.
24912
24913 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24914
24915         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
24916         the '\0' terminator.
24917
24918 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24919
24920         [BZ #13550]
24921         * debug/segfault.c: Don't include <bp-checks.h>.
24922         * sysdeps/generic/bp-checks.h: Remove file.
24923         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
24924         (__GETDENTS): Don't use CHECK_N.
24925         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
24926         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
24927         (__getgroups): Don't use CHECK_N.
24928         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
24929         (setgroups): Don't use CHECK_N.
24930         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
24931         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
24932         (__libc_msgrcv): Don't use CHECK_N.
24933         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
24934         (__libc_msgsnd): Don't use CHECK_N.
24935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
24936         <bp-checks.h>.
24937         (__libc_pread): Don't use CHECK_N.
24938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
24939         include <bp-checks.h>.
24940         (__libc_pread64): Don't use CHECK_N.
24941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
24942         include <bp-checks.h>.
24943         (__libc_pwrite): Don't use CHECK_N.
24944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
24945         include <bp-checks.h>.
24946         (__libc_pwrite64): Don't use CHECK_N.
24947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
24948         <bp-checks.h>.
24949         (__libc_pread): Don't use CHECK_N.
24950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
24951         include <bp-checks.h>.
24952         (__libc_pread64): Don't use CHECK_N.
24953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
24954         include <bp-checks.h>.
24955         (__libc_pwrite): Don't use CHECK_N.
24956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
24957         include <bp-checks.h>.
24958         (__libc_pwrite64): Don't use CHECK_N.
24959         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
24960         (do_pread): Don't use CHECK_N.
24961         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
24962         (do_pread64): Don't use CHECK_N.
24963         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
24964         (do_pwrite): Don't use CHECK_N.
24965         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24966         (do_pwrite64): Don't use CHECK_N.
24967         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24968         (__libc_readv): Don't use CHECK_N.
24969         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24970         (semop): Don't use CHECK_N.
24971         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24972         <bp-checks.h>.
24973         (semtimedop): Don't use CHECK_N.
24974         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24975         (__libc_pread): Don't use CHECK_N.
24976         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24977         <bp-checks.h>.
24978         (__libc_pread64): Don't use CHECK_N.
24979         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24980         <bp-checks.h>.
24981         (__libc_pwrite): Don't use CHECK_N.
24982         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24983         <bp-checks.h>.
24984         (__libc_pwrite64): Don't use CHECK_N.
24985         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24986         <bp-checks.h>.
24987         (__libc_msgrcv): Don't use CHECK_N.
24988         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24989         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24990         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24991         (__libc_writev): Don't use CHECK_N.
24992
24993 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24994
24995         * string/strcpy.c: Removed unused variable.
24996
24997         * Makeconfig (+sysdep-includes): Define with := rather than =.
24998         Use an existing include/ subdir of each sysdeps dir before it.
24999
25000 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25001
25002         * nscd/connection.c (register_traced_file): Comment function.
25003         [HAVE_INOTIFY] (union __inev): Define.
25004         [HAVE_INOTIFY] (inotify_check_files): New function.
25005         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25006         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25007         clear_db_cache.
25008         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25009
25010 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25011
25012         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25013         loaded if not already and that a failure is permanent.
25014
25015 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25016
25017         [BZ #15006]
25018         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25019         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25020
25021 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25022
25023         [BZ #13550]
25024         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25025         (CHECK_1_NULL_OK): Likewise.
25026         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25027         (__fxstat): Do not use CHECK_1.
25028         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25029         <bp-checks.h>.
25030         (___fxstat64): Do not use CHECK_1.
25031         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25032         <bp-checks.h>.
25033         (__fxstatat): Do not use CHECK_1.
25034         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25035         <bp-checks.h>.
25036         (__fxstatat64): Do not use CHECK_1.
25037         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25038         <bp-checks.h>.
25039         (__fxstat): Do not use CHECK_1.
25040         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25041         <bp-checks.h>.
25042         (__fxstatat): Do not use CHECK_1.
25043         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25044         <bp-checks.h>.
25045         (__getresgid): Do not use CHECK_1.
25046         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25047         <bp-checks.h>.
25048         (__getresuid): Do not use CHECK_1.
25049         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25050         <bp-checks.h>.
25051         (__lxstat): Do not use CHECK_1.
25052         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25053         <bp-checks.h>.
25054         (__old_msgctl): Do not use CHECK_1.
25055         (__new_msgctl): Likewise.
25056         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25057         <bp-checks.h>.
25058         (__new_setrlimit): Do not use CHECK_1.
25059         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25060         <bp-checks.h>.
25061         (__old_shmctl): Do not use CHECK_1.
25062         (__new_shmctl): Likewise.
25063         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25064         <bp-checks.h>.
25065         (__xstat): Do not use CHECK_1.
25066         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25067         (__lxstat): Do not use CHECK_1.
25068         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25069         <bp-checks.h>.
25070         (___lxstat64): Do not use CHECK_1.
25071         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25072         (__old_msgctl): Do not use CHECK_1.
25073         (__new_msgctl): Likewise.
25074         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25075         <bp-checks.h>.
25076         (__gettimeofday): Do not use CHECK_1.
25077         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25078         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25079         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25080         <bp-checks.h>.
25081         (__gettimeofday): Do not use CHECK_1.
25082         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25083         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25084         (__new_shmctl): Do not use CHECK_1.
25085         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25086         <bp-checks.h>.
25087         (do_sigtimedwait): Do not use CHECK_1.
25088         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25089         <bp-checks.h>.
25090         (do_sigwaitinfo): Do not use CHECK_1.
25091         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25092         <bp-checks.h>.
25093         (msgctl): Do not use CHECK_1.
25094         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25095         <bp-checks.h>.
25096         (shmctl): Do not use CHECK_1.
25097         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25098         (ustat): Do not use CHECK_1.
25099         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25100         <bp-checks.h>.
25101         (__fxstat): Do not use CHECK_1.
25102         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25103         <bp-checks.h>.
25104         (__fxstatat): Do not use CHECK_1.
25105         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25106         <bp-checks.h>.
25107         (__lxstat): Do not use CHECK_1.
25108         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25109         <bp-checks.h>.
25110         (__xstat): Do not use CHECK_1.
25111         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25112         (__xstat): Do not use CHECK_1.
25113         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25114         (___xstat64): Do not use CHECK_1.
25115
25116         [BZ #13550]
25117         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25118         definitions.
25119         (CHECK_BOUNDS_HIGH): Likewise.
25120         * string/strcpy.c: Do not include <bp-checks.h>.
25121         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25122
25123 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25124
25125         * nscd/nscd-client.h (__nscd_drop_map_ref):
25126         Add __attribute__ ((unused)).
25127         * nis/nss-nisplus.h (niserr2nss): Likewise.
25128
25129         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25130         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25131
25132         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25133         Remove inline keyword.
25134         * include/rounding-mode.h (round_away): Likewise.
25135         * libio/wfileops.c (adjust_wide_data): Likewise.
25136         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25137         (__m128i_strloadu_tolower): Likewise.
25138         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25139         (__m128i_strloadu_tolower): Likewise.
25140         * time/mktime.c (ydhms_diff): Likewise.
25141         * locale/elem-hash.h (elem_hash): Likewise.
25142         * locale/setlocale.c (setdata): Likewise.
25143         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25144         (re_string_wchar_at): Likewise.
25145         (bitset_not, bitset_merge, bitset_mask): Likewise.
25146         [!(__GNUC__ > 3)] (inline): Remove macro.
25147         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25148         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25149         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25150         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25151         * string/memcmp.c (memcmp_bytes): Likewise.
25152         * locale/programs/locarchive.c (compute_hashval): Likewise.
25153         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25154         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25155         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25156         * nss/getent.c (print_rpc, print_protocols): Likewise.
25157         (print_passwd, print_group, print_aliases): Likewise.
25158         * nis/nss-nisplus.h (niserr2nss): Likewise.
25159         * nscd/connections.c (restart_p): Likewise.
25160         Change return type to bool.
25161
25162 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25163
25164         * Makeconfig (all-Depend-files): Add existing
25165         $(sorted-subdirs:=/Depend) files.
25166         (all-subdirs): Remove nss.
25167         * sysdeps/unix/inet/Subdirs: Add it here instead.
25168         * hesiod/Depend: New file.
25169
25170         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25171         instead of calling alloca.
25172
25173         * io/lseek.c (__lseek): Rename to __libc_lseek.
25174         Define __lseek as an alias.
25175
25176         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25177
25178 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25179
25180         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25181         else clause and remove check for non-standard endianness.
25182
25183 2013-02-04  David S. Miller  <davem@davemloft.net>
25184
25185         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25186
25187 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25188
25189         [BZ #13550]
25190         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25191         (__ubp_memchr): Remove prototype.
25192         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25193         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25194         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25195         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25196         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25197         Remove alias.
25198         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25199         (__ubp_memchr): Likewise.
25200         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25201         (__ubp_memchr): Likewise.
25202         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25203         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25204         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25205         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25206         CHECK_STRING.
25207         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25208         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25209         (__getcwd): Do not use CHECK_STRING.
25210         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25211         <bp-checks.h>.
25212         (__real_chown): Do not use CHECK_STRING.
25213         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25214         <bp-checks.h>.
25215         (fchownat): Do not use CHECK_STRING.
25216         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25217         CHECK_STRING.
25218         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25219         <bp-checks.h>.
25220         (__lchown): Do not use CHECK_STRING.
25221         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25222         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25223         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25224         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25226         include <bp-checks.h>.
25227         (truncate64): Do not use CHECK_STRING.
25228         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25229         <bp-checks.h>.
25230         (__real_chown): Do not use CHECK_STRING.
25231         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25232         <bp-checks.h>.
25233         (__lchown): Do not use CHECK_STRING.
25234         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25235         <bp-checks.h>.
25236         (__chown): Do not use CHECK_STRING.
25237         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25238         <bp-checks.h>.
25239         (truncate64): Do not use CHECK_STRING.
25240         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25241         Likewise.
25242         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25243         (__xmknod): Do not use CHECK_STRING.
25244         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25245         <bp-checks.h>.
25246         (__xmknodat): Do not use CHECK_STRING.
25247         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25248         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25249
25250 2013-02-04  Andreas Schwab  <schwab@suse.de>
25251
25252         [BZ #14142]
25253         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25254         * include/netdb.h: Likewise for h_errno.
25255         * elf/tst-stackguard1.c: Include <tls.h>.
25256
25257 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25258
25259         * elf/link.h (struct link_map): Extend the l_addr comment.
25260         * include/link.h (struct link_map): Likewise.
25261
25262 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25263
25264         [BZ #13550]
25265         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25266         (BOUNDED_1): Remove macro.
25267         * debug/backtrace.c: Don't include <bp-checks.h>.
25268         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25269         (__backtrace): Likewise.
25270         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25271         <bp-checks.h>.
25272         (__backtrace): Don't use BOUNDED_1.
25273         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25274         <bp-checks.h>.
25275         (__backtrace): Don't use BOUNDED_1.
25276         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25277         (__backtrace): Don't use BOUNDED_1.
25278         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25279         (shmat): Don't use BOUNDED_N.
25280
25281 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25282
25283         [BZ #13550]
25284         * sysdeps/generic/bp-start.h: Remove file.
25285         * csu/libc-start.c: Don't include <bp-start.h>.
25286         (LIBC_START_MAIN): Set up __environ directly instead of using
25287         INIT_ARGV_and_ENVIRON.
25288         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25289         <bp-start.h>.
25290
25291         [BZ #13550]
25292         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25293         definitions.
25294         (CHECK_FCNTL): Likewise.
25295         (CHECK_N_PAGES): Likewise.
25296
25297         [BZ #13550]
25298         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25299         definitions.
25300         (CHECK_SIGSET_NULL_OK): Likewise.
25301         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25302         <bp-checks.h>.
25303         (sigpending): Don't use CHECK_SIGSET.
25304         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25305         <bp-checks.h>.
25306         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25307         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25308         <bp-checks.h>.
25309         (do_sigsuspend): Don't use CHECK_SIGSET.
25310         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25311         use CHECK_SIGSET.
25312         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25313         (do_sigwait): Don't use CHECK_SIGSET.
25314         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25315         use CHECK_SIGSET.
25316         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25317         include <bp-checks.h>.
25318         (sigpending): Don't use CHECK_SIGSET.
25319         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25320         include <bp-checks.h>.
25321         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25322         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25323         <bp-checks.h>.
25324         (sigpending): Don't use CHECK_SIGSET.
25325         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25326         <bp-checks.h>.
25327         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25328
25329         [BZ #13550]
25330         * sysdeps/generic/bp-semctl.h: Remove file.
25331         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25332         <bp-checks.h> and <bp-semctl.h>.
25333         (__old_semctl): Don't use CHECK_SEMCTL.
25334         (__new_semctl): Likewise.
25335         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25336         and <bp-semctl.h>.
25337         (__old_semctl): Don't use CHECK_SEMCTL.
25338         (__new_semctl): Likewise.
25339         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25340         <bp-checks.h> and <bp-semctl.h>.
25341         (__old_semctl): Don't use CHECK_SEMCTL.
25342         (__new_semctl): Likewise.
25343         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25344         <bp-checks.h> and <bp-semctl.h>.
25345         (semctl): Don't use CHECK_SEMCTL.
25346
25347         [BZ #13550]
25348         * Makerules (elide-bp-thunks): Remove variable.
25349         (elide-routines.oS): Don't use $(elide-bp-thunks).
25350         (elide-routines.os): Likewise.
25351         (elide-routines.o): Likewise.
25352         (elide-routines.op): Likewise.
25353         (elide-routines.og): Likewise.
25354         (objects): Don't use $(bp-thunks).
25355         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25356         include.
25357         (common-generated): Do not add s-proto-bp.d.
25358         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25359         (int): Likewise.
25360         (typ): Likewise.
25361         Do not generate makefile rules for bounded-pointer thunks.
25362         * sysdeps/generic/bp-thunks.h: Remove file.
25363         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25364         * sysdeps/unix/s-proto-bp.S: Likewise.
25365
25366         [BZ #15062]
25367         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25368         parts of result separately when argument is not close to line from
25369         -i to i and one part of argument is small.
25370         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25371         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25372         * math/libm-test.inc (cacos_test): Add more tests.
25373         (casin_test): Likewise.
25374         (casinh_test): Likewise.
25375         * sysdeps/i386/fpu/libm-test-ulps: Update.
25376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25377
25378 2013-01-31  David S. Miller  <davem@davemloft.net>
25379
25380         * po/de.po: Update from translation team.
25381
25382 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25383
25384         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25385
25386 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25387
25388         * configure.in (_AC_PROG_CC_C89): New definition.
25389         * configure: Regenerate.
25390
25391         * configure.in (AC_PROG_CPP): New definition.
25392         * configure: Regenerate.
25393
25394 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25395
25396         * debug/tst-backtrace.h: New file.
25397         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25398         (ret): Remove variable.
25399         (x): Likewise.
25400         (FAIL): Remove macro.
25401         (NO_INLINE): Likewise.
25402         (fn1): Use match function instead of strstr.
25403         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25404         (ret): Remove variable.
25405         (x): Likewise.
25406         (FAIL): Remove macro.
25407         (NO_INLINE): Likewise.
25408         (fn): Use match function instead of strstr.
25409         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25410         (ret): Remove variable.
25411         (x): Likewise.
25412         (FAIL): Remove macro.
25413         (NO_INLINE): Likewise.
25414         (handle_signal): Use match function instead of strstr.
25415         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25416         (ret): Remove variable.
25417         (x): Likewise.
25418         (FAIL): Remove macro.
25419         (NO_INLINE): Likewise.
25420         (handle_signal): Use match function instead of strstr.
25421
25422 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25423
25424         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25425
25426 2013-01-23  David S. Miller  <davem@davemloft.net>
25427
25428         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25429         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25430         argument of CAS if possible.
25431         * sysdeps/sparc/sparc64/bits/atomic.h
25432         (__arch_compare_and_exchange_val_32_acq): Likewise.
25433         (__arch_compare_and_exchange_val_64_acq): Likewise.
25434
25435 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25436
25437         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25438         * sysdeps/posix/ulimit.c: ... this.
25439         Include <limits.h>.
25440         * sysdeps/unix/bsd/ulimit.c: Remove file.
25441
25442 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25443
25444         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25445         (LDFLAGS-tst-array5): Likewise.
25446
25447 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25448
25449         [BZ #15036]
25450         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25451         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25452         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25453         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25454
25455 2013-01-21  David S. Miller  <davem@davemloft.net>
25456
25457         * sysdeps/sparc/backtrace.c: New file.
25458         * sysdeps/sparc/sparc32/backtrace.h: New file.
25459         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25460         * sysdeps/sparc/sparc64/backtrace.h: New file.
25461         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25462         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25463         -funwind-tables.
25464
25465 2013-01-21  Andreas Schwab  <schwab@suse.de>
25466
25467         [BZ #15020]
25468         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25469         closed its stdout.
25470
25471 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25472
25473         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25474         "mpa2.h".
25475         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25476
25477 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25478             Mark Mitchell  <mark@codesourcery.com>
25479             Tom de Vries  <tom@codesourcery.com>
25480             Paul Pluzhnikov  <ppluzhnikov@google.com>
25481
25482         * debug/tst-backtrace2.c: New file.
25483         * debug/tst-backtrace3.c: Likewise.
25484         * debug/tst-backtrace4.c: Likewise.
25485         * debug/tst-backtrace5.c: Likewise.
25486         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25487         (CFLAGS-tst-backtrace3.c): Likewise.
25488         (CFLAGS-tst-backtrace4.c): Likewise.
25489         (CFLAGS-tst-backtrace5.c): Likewise.
25490         (LDFLAGS-tst-backtrace2): Likewise.
25491         (LDFLAGS-tst-backtrace3): Likewise.
25492         (LDFLAGS-tst-backtrace4): Likewise.
25493         (LDFLAGS-tst-backtrace5): Likewise.
25494         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25495         tst-backtrace4 and tst-backtrace5.
25496
25497 2013-01-18  Anton Blanchard  <anton@samba.org>
25498             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25499
25500         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25501         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25502         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25503         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25505         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25506         "+r" and remove output regs list as redundant.  Add explicit inline
25507         asm to specify register of return val to work around compiler codegen
25508         bug.  Remove (int) cast on return value.  Add return type parameter to
25509         use in macro so that this macro does not truncate return value for
25510         64-bit values.
25511         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25512         pass to INTERNAL_VSYSCALL_NCS.
25513         (INLINE_VSYSCALL): Add 'long int' as return type to
25514         INTERNAL_VSYSCALL_NCS macro invocation.
25515         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25516         INTERNAL_VSYSCALL_NCS macro invocation.
25517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25518
25519 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25520
25521         [BZ #14496]
25522         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25523         Fix application of SIMD FP exception mask.
25524
25525         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25526         mp_no from a power of two.
25527         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25528         __mpexp_twomm1.  Use __pow_mp.
25529
25530         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25531         multiplication.
25532
25533 2013-01-17  David S. Miller  <davem@davemloft.net>
25534
25535         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25536
25537 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25538
25539         [BZ #15023]
25540         * include/complex.h: Condition contents on [!_COMPLEX_H].
25541         (__kernel_casinhf): New prototype.
25542         (__kernel_casinh): Likewise.
25543         (__kernel_casinhl): Likewise.
25544         * math/Makefile (libm_calls): Add k_casinh.
25545         * math/k_casinh.c: New file.
25546         * math/k_casinhf.c: Likewise.
25547         * math/k_casinhl.c: Likewise.
25548         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25549         finite nonzero arguments.
25550         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25551         finite nonzero arguments.
25552         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25553         finite nonzero arguments.
25554         * math/s_casinh.c: Do not include <float.h>.
25555         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25556         * math/s_casinhf.c: Do not include <float.h>.
25557         (__casinhf): Move code for finite nonzero arguments to
25558         k_casinhf.c.
25559         * math/s_casinhl.c: Do not include <float.h>.
25560         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25561         redefine.
25562         (__casinhl): Move code for finite nonzero arguments to
25563         k_casinhl.c.
25564         * math/libm-test.inc (cacos_test): Add more tests.
25565         * sysdeps/i386/fpu/libm-test-ulps: Update.
25566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25567
25568 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25569
25570         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25571         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25572         [!HAVE_MREMAP]: Remove [defined linux] case.
25573         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25574
25575 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25576
25577         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25578
25579 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25580
25581         * elf/elf.h (R_386_SIZE32): New relocation.
25582         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25583         R_386_SIZE32.
25584         (elf_machine_rela): Likewise.
25585         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25586         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25587
25588 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25589
25590         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25591         (FP_FAST_FMA): Do not define.
25592         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25593         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25594         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25595         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25596         !_SOFT_FLOAT]: Likewise.
25597         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25598         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25599         value.
25600         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25601         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25602         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25603         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25604         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25605         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25606         file.
25607
25608 2013-01-16  Andreas Schwab  <schwab@suse.de>
25609
25610         [BZ #14327]
25611         * include/stdlib.h (__mktemp): Add declaration.
25612         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25613         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25614
25615 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25616
25617         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25618         definitions.
25619         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25620         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25621         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25622         definitions here.
25623         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25624         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25625         definitions.
25626         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25627         and ONE.
25628         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25629         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25630         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25631         definitions.
25632         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25633         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25634         definitions.
25635         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25636
25637         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25638
25639 2013-01-15  David S. Miller  <davem@davemloft.net>
25640
25641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25642         trunc{,f} to libm-sysdep_routes.
25643         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25645         file.
25646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25647         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25648         file.
25649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25650         file.
25651         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25652         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25653         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25654         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25655         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25656         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25657         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25658         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25659
25660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25661         nearbyint{,f} to libm-sysdep_routes.
25662         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25664         New file.
25665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25666         file.
25667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25668         New file.
25669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25670         file.
25671         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25672         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25673         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25674         file.
25675         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25676         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25677         file.
25678         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25679         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25680         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25681
25682         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25683         libc_feholdexcept and libc_fesetenv.
25684
25685 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25686
25687         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25688
25689 2013-01-14  David S. Miller  <davem@davemloft.net>
25690
25691         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25692         (SPARC_ASM_VIS2_IFUNC): Likewise.
25693         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25695         use of 'siam' instruction.
25696         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25697         Likewise.
25698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25699         Likewise.
25700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25701         Likewise.
25702         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
25703         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
25704         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
25705         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
25706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
25707         file.
25708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
25709         file.
25710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
25711         file.
25712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
25713         file.
25714         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
25715         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
25716         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
25717         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
25718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
25719         new VIS2 routines.
25720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25723         Likewise.
25724         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25725         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25726         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25727         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
25729         routines to libm-sysdep_routines.
25730         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25731
25732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25733         fdim/fdimf to libm-sysdep_routines.
25734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
25735         file.
25736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
25737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
25738         file.
25739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
25740         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
25741         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
25742         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
25743         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
25744         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
25745         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
25746
25747 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25748
25749         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
25750         to optimize copies.
25751
25752         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
25753         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25754         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25755
25756         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
25757         local variable MPTWO.
25758         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25759         Likewise.
25760
25761 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25762
25763         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
25764         GLOB_NOESCAPE.
25765
25766 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25767
25768         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
25769
25770 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25771
25772         * manual/pattern.texi (glob_t): Document gl_flags.
25773         (glob64_t): Likewise.
25774
25775 2013-01-11  David S. Miller  <davem@davemloft.net>
25776
25777         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
25778         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
25779         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
25780         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
25781         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
25782         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
25783         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
25784         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
25785         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
25786         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
25787         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
25788         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
25789         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
25790
25791         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25792         sparc V9 rather than using V8 code.
25793         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25794         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25795
25796         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
25797         Move to...
25798         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
25799         Here.
25800
25801 2013-01-11  Roland McGrath  <roland@hack.frob.com>
25802
25803         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
25804         not in the main loop.
25805         * configure: Regenerated.
25806
25807 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
25808
25809         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
25810         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
25811         to just #else.
25812         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
25813         [!__GLIBC_HAVE_LONG_LONG] case.
25814         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
25815         condition to just #else.
25816         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
25817         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
25818         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
25819         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
25820         unconditional.
25821         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
25822         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25823         #elif condition to just #else.
25824         * sysdeps/unix/sysv/linux/sys/sysmacros.h
25825         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
25826         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25827         #elif condition to just #else.
25828
25829 2013-01-11  Steve Ellcey  <sellcey@mips.com>
25830
25831         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
25832         (EF_MIPS_ARCH_64): Fix value.
25833         (EF_MIPS_ARCH_32R2): New.
25834         (EF_MIPS_ARCH_64R2): New.
25835
25836 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
25837
25838         * Makeconfig (+link-pie-before-libc): New.
25839         (+link-pie-after-libc): Likewise.
25840         (+link-pie-tests): Likewise.
25841         (+link-pie): Rewritten.
25842         (link-before-libc): Remove $(config-LDFLAGS).
25843         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
25844         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
25845         (config-LDFLAGS): Renamed to ...
25846         (rtld-LDFLAGS): This.
25847         (rtld-tests-LDFLAGS): New macro.
25848         (link-libc-rpath-link): Likewise.
25849         (link-libc-tests-rpath-link): Likewise.
25850         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
25851         (link-libc): Prepand $(link-libc-rpath-link).
25852         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
25853         (test-program-prefix): New macro.
25854         (test-via-rtld-prefix): Likewise.
25855         (test-program-cmd): Likewise.
25856         (host-test-program-cmd): Likewise.
25857         * Makefile ($(common-objpfx)testrun.sh): Replace
25858         $(run-program-prefix) with $(test-program-prefix).
25859         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
25860         $(rtld-LDFLAGS).
25861         ($(common-objpfx)shlib.lds): Likewise.
25862         (build-module-helper): Likewise.
25863         ($(common-objpfx)format.lds): Likewise.
25864         * Rules (binaries-pie-tests): New.
25865         (binaries-pie-notests): Likewise.
25866         (binaries-pie): Rewritten.
25867         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
25868         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
25869         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
25870         (make-test-out): Replace $(host-built-program-cmd) with
25871         $(host-test-program-cmd).
25872         * config.make.in (build-hardcoded-path-in-tests): New variable.
25873         * configure.in (--enable-hardcoded-path-in-tests): New configure
25874         option.
25875         (hardcoded_path_in_tests): New AC_SUBST.
25876         * configure: Regenerated.
25877         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
25878         $(built-program-cmd) with $(test-program-cmd).
25879         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
25880         (test_program_cmd): This.
25881         * elf/Makefile ($(objpfx)order.out): Run test with
25882         $(test-program-prefix).
25883         ($(objpfx)order2.out): Likewise.
25884         ($(objpfx)tst-initorder.out): Likewise.
25885         ($(objpfx)tst-initorder2.out): Likewise.
25886         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
25887         $(test-program-cmd).
25888         ($(objpfx)tst-array1-static.out): Likewise.
25889         ($(objpfx)tst-array2.out): Likewise.
25890         ($(objpfx)tst-array3.out): Likewise.
25891         ($(objpfx)tst-array4.out): Likewise.
25892         ($(objpfx)tst-array5.out): Likewise.
25893         ($(objpfx)tst-array5-static.out): Likewise.
25894         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
25895         $(test-program-cmd).
25896         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
25897         $(run-program-prefix) with $(test-program-prefix).
25898         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
25899         (test_program_prefix): This.
25900         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
25901         $(run-program-prefix) with $(test-program-prefix).
25902         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
25903         (test_program_prefix): This.
25904         * iconvdata/tst-tables.sh: Likewise.
25905         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
25906         $(run-program-prefix) with $(test-program-prefix).
25907         ($(objpfx)tst-translit.out): Likewise.
25908         ($(objpfx)tst-gettext2.out): Likewise.
25909         ($(objpfx)tst-gettext4.out): Likewise.
25910         ($(objpfx)tst-gettext6.out): Likewise.
25911         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
25912         (test_program_prefix): This.
25913         * intl/tst-gettext2.sh: Likewise.
25914         * intl/tst-gettext4.sh  Likewise.
25915         * intl/tst-gettext6.sh: Likewise.
25916         * intl/tst-translit.sh: Likewise.
25917         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
25918         with $(test-program-cmd).
25919         * libio/Makefile ($(objpfx)test-freopen.out): Replace
25920         $(run-program-prefix) with $(test-program-prefix).
25921         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
25922         (test_program_prefix): This.
25923         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
25924         $(run-program-prefix) with $(test-program-prefix).
25925         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
25926         (test_program_prefix): This.
25927         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
25928         * posix/Makefile ($(objpfx)globtest.out): Replace
25929         $(run-via-rtld-prefix) and $(test-wrapper) with
25930         $(test-program-prefix) and $(test-via-rtld-prefix).
25931         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
25932         $(test-program-prefix).
25933         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
25934         $(host-test-program-cmd).
25935         (tst-spawn-ARGS): Likewise.
25936         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
25937         $(test-program-prefix).
25938         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
25939         (test_via_rtld_prefix): This.
25940         (test_wrapper): Renamed to ...
25941         (test_program_prefix): This.
25942         (run_program_prefix): Replaced by test_program_prefix.
25943         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
25944         (test_program_prefix): This.
25945         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
25946         with $(host-test-program-cmd).
25947         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
25948         $(run-program-prefix) with $(test-program-prefix).
25949         ($(objpfx)tst-printf.out): Likewise.
25950         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
25951         $(test-program-cmd).
25952         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
25953         (test_program_prefix): This.
25954         * stdio-common/tst-unbputc.sh: Likewise.
25955         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
25956         $(run-program-prefix) with $(test-program-prefix).
25957         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
25958         (test_program_prefix): This.
25959         * string/Makefile ($(objpfx)tst-svc.out):  Replace
25960         $(built-program-cmd) with $(test-program-cmd).
25961
25962 2013-01-11  Andreas Jaeger  <aj@suse.de>
25963
25964         [BZ #15003]
25965         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25966         value. Sync with Linux 3.7.
25967
25968 2013-01-10  David S. Miller  <davem@davemloft.net>
25969
25970         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25971         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25972         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25973
25974 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25975
25976         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25977         never set.
25978         * configure: Regenerated.
25979
25980 2013-01-10  David S. Miller  <davem@davemloft.net>
25981
25982         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25983         sparc V9 rather than using V8 code.
25984         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25985         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25986
25987 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25988
25989         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25990         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25991         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25992         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25993         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25994         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25995         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25996         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25997         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25998         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25999         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26000         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26001         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26002         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26003         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26004         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26005         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26006         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26007         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26008         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26009         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26010         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26011         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26012         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26013         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26014         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26015         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26016
26017 2013-01-10  David S. Miller  <davem@davemloft.net>
26018
26019         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26020
26021 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26022
26023         * posix/Makefile (tests-static): New variable.
26024         (tests): Add $(tests-static).
26025         (tst-exec-static-ARGS): New variable.
26026         (tst-spawn-static-ARGS): Likewise.
26027         * posix/tst-exec-static.c: New file.
26028         * posix/tst-spawn-static.c: Likewise.
26029         * posix/tst-exec.c: Support run directly.
26030         * posix/tst-spawn.c: Likewise.
26031
26032 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26033
26034         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26035         long.
26036         * math/bits/mathcalls.h (llrint): Likewise.
26037         (llround): Likewise.
26038         * stdlib/stdlib.h (struct drand48_data): Likewise.
26039         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26040         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26041         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26042         Likewise.
26043         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26044         Likewise.
26045         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26046         (elf_greg_t): Likewise.
26047         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26048         (__jmp_buf): Likewise.
26049         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26050         definitions.
26051         (llrint): Likewise, for all definitions.
26052         (llrintl): Likewise.
26053
26054         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26055         Remove [__GNUC__] condition.
26056         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26057         condition to just [__USE_ISOC99].
26058         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26059
26060 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26061
26062         [BZ #14200]
26063         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26064         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26065         defined.
26066         (_POSIX_V6_ILP32_OFF32): Likewise.
26067         (_XBS5_ILP32_OFF32): Likewise.
26068         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26069         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26070
26071 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26072
26073         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26074
26075         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26076         doubles __mpexp_twomm1.  Adjust usage.
26077         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26078         Remove.
26079
26080 2013-01-10  Andreas Schwab  <schwab@suse.de>
26081
26082         [BZ #14964]
26083         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26084         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26085
26086 2013-01-09  David S. Miller  <davem@davemloft.net>
26087
26088         [BZ #15003]
26089         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26090         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26091         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26092         (TCP_FASTOPEN): Define.
26093         (tcp_repair_opt): New structure.
26094         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26095         enum values.
26096         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26097         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26098         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26099         (tcp_cookie_transactions): New structure.
26100
26101 2013-01-09  Anton Blanchard  <anton@samba.org>
26102
26103         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26104         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26105         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26106         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26107
26108 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26109
26110         * include/features.h (__USE_ANSI): Remove.
26111
26112 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26113
26114         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26115
26116         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26117
26118 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26119
26120         * sysdeps/s390/fpu/libm-test-ulps: Update.
26121
26122         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26123
26124         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26125         (__acr): Likewise.
26126         (__cpy): Likewise.
26127         (norm): Likewise.
26128         (denorm): Likewise.
26129         (__mp_dbl): Likewise.
26130         (__dbl_mp): Likewise.
26131         (add_magnitudes): Likewise.
26132         (sub_magnitudes): Likewise.
26133         (__add): Likewise.
26134         (__sub): Likewise.
26135         (__mul): Likewise.
26136         (__inv): Likewise.
26137         (__dvd): Likewise.
26138         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26139         (__acr): Likewise.
26140         (__cpy): Likewise.
26141         (norm): Likewise.
26142         (denorm): Likewise.
26143         (__mp_dbl): Likewise.
26144         (__dbl_mp): Likewise.
26145         (add_magnitudes): Likewise.
26146         (sub_magnitudes): Likewise.
26147         (__add): Likewise.
26148         (__sub): Likewise.
26149         (__mul): Likewise.
26150         (__inv): Likewise.
26151         (__dvd): Likewise.
26152         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26153         (__acr): Likewise.
26154         (__cpy): Likewise.
26155         (norm): Likewise.
26156         (denorm): Likewise.
26157         (__mp_dbl): Likewise.
26158         (__dbl_mp): Likewise.
26159         (add_magnitudes): Likewise.
26160         (sub_magnitudes): Likewise.
26161         (__add): Likewise.
26162         (__sub): Likewise.
26163         (__mul): Likewise.
26164         (__inv): Likewise.
26165         (__dvd): Likewise.
26166
26167 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26168
26169         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26170         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26171         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26172         2 && __USE_EXTERN_INLINES]: Likewise.
26173
26174 2013-01-08  Andreas Jaeger  <aj@suse.de>
26175
26176         [BZ# 14985]
26177         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26178         Remove.
26179         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26180         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26181
26182 2013-01-07  Anton Blanchard  <anton@samba.org>
26183
26184         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26185         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26186         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26187         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26188         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26189         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26190         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26191         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26192         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26193         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26194         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26195         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26196         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26197         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26198         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26199         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26200         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26201         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26202         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26203         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26204         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26205         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26206         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26207         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26208         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26209         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26210         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26211         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26212         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26213         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26214         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26215         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26216         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26217         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26218         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26219         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26220         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26221         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26222         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26223         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26224         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26225         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26226         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26227
26228 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26229
26230         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26231         (__MALLOC_PMT): Likewise.
26232         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26233         [__GNUC__], only on [_LIBC].
26234         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26235         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26236         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26237         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26238         forward declaration.
26239         (realloc_hook_ini): Likewise.
26240         (memalign_hook_ini): Likewise.
26241         (__libc_memalign): Do not use __MALLOC_PMT in variable
26242         declaration.
26243         (__libc_valloc): Likewise.
26244         (__libc_pvalloc): Likewise.
26245         (__libc_calloc): Likewise.
26246         (__posix_memalign): Likewise.
26247
26248         [BZ #14996]
26249         * math/s_casinh.c: Include <float.h>.
26250         (__casinh): Do not do computation with squaring and square root
26251         for large arguments.
26252         * math/s_casinhf.c: Include <float.h>.
26253         (__casinhf): Do not do computation with squaring and square root
26254         for large arguments.
26255         * math/s_casinhl.c: Include <float.h>.
26256         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26257         (__casinhl): Do not do computation with squaring and square root
26258         for large arguments.
26259         * math/libm-test.inc (casin_test): Add more tests.
26260         (casinh_test): Likewise.
26261         * sysdeps/i386/fpu/libm-test-ulps: Update.
26262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26263
26264 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26265
26266         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26267         (__x86_64_raw_data_cache_size): Likewise.
26268         (__x86_64_data_cache_size_half): Likewise.
26269         (__x86_64_raw_data_cache_size_half): Likewise.
26270         (__x86_64_shared_cache_size): Likewise.
26271         (__x86_64_raw_shared_cache_size): Likewise.
26272         (__x86_64_shared_cache_size_half): Likewise.
26273         (__x86_64_raw_shared_cache_size_half): Likewise.
26274         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26275         to ...
26276         (__x86_data_cache_size): This.
26277         (__x86_64_raw_data_cache_size): Renamed to ...
26278         (__x86_raw_data_cache_size): This.
26279         (__x86_64_data_cache_size_half): Renamed to ...
26280         (__x86_data_cache_size_half): This.
26281         (__x86_64_raw_data_cache_size_half): Renamed to ...
26282         (__x86_raw_data_cache_size_half): This.
26283         (__x86_64_shared_cache_size): Renamed to ...
26284         (__x86_shared_cache_size): This.
26285         (__x86_64_raw_shared_cache_size): Renamed to ...
26286         (__x86_raw_shared_cache_size): This.
26287         (__x86_64_shared_cache_size_half): Renamed to ...
26288         (__x86_shared_cache_size_half): This.
26289         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26290         (__x86_raw_shared_cache_size_half): This.
26291         * sysdeps/x86_64/memcpy.S: Updated.
26292         * sysdeps/x86_64/memset.S: Likewise.
26293         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26294         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26295         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26296
26297 2013-01-04  David S. Miller  <davem@davemloft.net>
26298
26299         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26300
26301 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26302
26303         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26304         1 to avoid redefinition warning.
26305         (__USE_GNU): Don't define.
26306         (init_signaling_nan): Protoize.
26307
26308         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26309
26310 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26311
26312         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26313         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26314         (__cpymn): Likewise.
26315         (norm): Remove commented code.
26316         (denorm): Likewise.
26317         (__mp_dbl): Likewise.
26318         (__inv): Likewise.
26319         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26320         (__cpymn): Likewise.
26321         (norm): Remove commented code.
26322         (denorm): Likewise.
26323         (__mp_dbl): Likewise.
26324         (__inv): Likewise.
26325
26326         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26327         mp_no value for 1.0 and 2.0.
26328         (norm): Use RADIXI instead of radixi.d.
26329         (denorm): Likewise.
26330         (__mul): Use 0.0 instead of zero.d.
26331         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26332         mp_no value for 1.0 and 2.0.
26333         (norm): Use RADIXI instead of radixi.d.
26334         (denorm): Likewise.
26335         (__mul): Use 0.0 instead of zero.d.
26336
26337 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26338
26339         [BZ #14994]
26340         * math/s_casinh.c (__casinh): Reduce finite argument to first
26341         quadrant then set signs of results at the end.
26342         * math/s_casinhf.c (__casinhf): Likewise.
26343         * math/s_casinhl.c (__casinhl): Likewise.
26344         * math/libm-test.inc (casin_test): Add more tests.
26345         (casinh_test): Likewise.
26346         * sysdeps/i386/fpu/libm-test-ulps: Update.
26347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26348
26349 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26350
26351         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26352
26353         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26354
26355         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26356         declarations.
26357         (denorm): Likewise.
26358         (__mp_dbl): Likewise.
26359         (__inv): Likewise.
26360
26361         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26362         and adjust the header comment.
26363
26364         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26365         variable name from declaration.
26366
26367 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26368
26369         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26370         Initialize COMMON_CPUID_INDEX_7 element.
26371         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26372         (CPUID_RTM): Likewise.
26373         (HAS_RTM): Likewise.
26374         (COMMON_CPUID_INDEX_7): New enum.
26375
26376 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26377
26378         [BZ #14981]
26379         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26380         size is zero, record memory as freed.
26381
26382 2013-01-03  Andreas Jaeger  <aj@suse.de>
26383
26384         * po/ia.po: Add new Interlingua translation.
26385
26386 2012-01-03  Allan McRae  <allan@archlinux.org>
26387
26388         * locale/programs/localedef.c: Fix description of '--posix' flag.
26389
26390 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26391
26392         * NEWS: Update dates in second copyright notice.
26393         * README: Update copyright dates in example.
26394         * manual/libc.texinfo: Update copyright dates.
26395         * scripts/test-installation.pl: Update copyright date in --version
26396         output.
26397
26398         * hurd/ctty-input.c: Fix copyright notice formatting.
26399         * hurd/ctty-output.c: Likewise.
26400         * hurd/dtable.c: Likewise.
26401         * hurd/hurd-raise.c: Likewise.
26402         * hurd/hurdprio.c: Likewise.
26403         * hurd/msgportdemux.c: Likewise.
26404         * misc/sys/file.h: Likewise.
26405         * misc/sys/ioctl.h: Likewise.
26406         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26407         * sysdeps/mach/hurd/chdir.c: Likewise.
26408         * sysdeps/mach/hurd/fchdir.c: Likewise.
26409         * sysdeps/mach/hurd/rename.c: Likewise.
26410         * sysdeps/mach/hurd/rmdir.c: Likewise.
26411         * sysdeps/mach/hurd/seekdir.c: Likewise.
26412         * sysdeps/mach/hurd/setsid.c: Likewise.
26413         * sysdeps/posix/wait3.c: Likewise.
26414
26415         * All files with FSF copyright notices: Update copyright dates
26416         using scripts/update-copyrights.
26417         * intl/plural.c: Regenerated.
26418         * locale/programs/charmap-kw.h: Likewise.
26419         * locale/programs/locfile-kw.h: Likewise.
26420
26421 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26422
26423         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26424         four values.
26425
26426         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26427         calculation loop and add branch prediction.
26428
26429         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26430         check access beyond bounds of m1np.
26431
26432         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26433         MPTWO.
26434         (__inv): Remove local variable MPTWO to use the global
26435         constant.
26436         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26437         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26438         variable MPTWO.
26439         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26440         MP3HALFS static const.
26441
26442 2013-01-01  David S. Miller  <davem@davemloft.net>
26443
26444         * po/ca.po: Update from translation team.
26445
26446 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26447
26448         * scripts/update-copyrights: New file.
26449         * Makeconfig: Reformat copyright notice.
26450         * ctype/ctype.h: Likewise.
26451         * debug/swprintf_chk.c: Likewise.
26452         * elf/dl-cache.c: Likewise.
26453         * elf/dl-debug.c: Likewise.
26454         * elf/dl-object.c: Likewise.
26455         * grp/initgroups.c: Likewise.
26456         * hurd/Makefile: Likewise.
26457         * hurd/hurd/signal.h: Likewise.
26458         * hurd/hurdfault.c: Likewise.
26459         * hurd/hurdioctl.c: Likewise.
26460         * hurd/hurdlookup.c: Likewise.
26461         * hurd/intr-msg.c: Likewise.
26462         * iconv/gconv_open.c: Likewise.
26463         * libio/swprintf.c: Likewise.
26464         * locale/lc-ctype.c: Likewise.
26465         * locale/nl_langinfo.c: Likewise.
26466         * mach/Machrules: Likewise.
26467         * mach/Makefile: Likewise.
26468         * malloc/obstack.h: Likewise.
26469         * manual/Makefile: Likewise.
26470         * manual/tsort.awk: Likewise.
26471         * misc/bits/stab.def: Likewise.
26472         * nis/nis_print_group_entry.c: Likewise.
26473         * nis/nis_table.c: Likewise.
26474         * nis/nss_compat/compat-pwd.c: Likewise.
26475         * nis/nss_compat/compat-spwd.c: Likewise.
26476         * po/Makefile: Likewise.
26477         * posix/fnmatch.c: Likewise.
26478         * posix/regex.h: Likewise.
26479         * resolv/Makefile: Likewise.
26480         * resolv/nss_dns/dns-network.c: Likewise.
26481         * resolv/res_hconf.c: Likewise.
26482         * scripts/gen-sorted.awk: Likewise.
26483         * soft-fp/soft-fp.h: Likewise.
26484         * stdio-common/printf.h: Likewise.
26485         * stdlib/monetary.h: Likewise.
26486         * stdlib/random.c: Likewise.
26487         * stdlib/random_r.c: Likewise.
26488         * sysdeps/generic/Makefile: Likewise.
26489         * sysdeps/gnu/Makefile: Likewise.
26490         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26491         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26492         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26493         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26494         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26495         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26496         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26497         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26498         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26499         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26500         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26501         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26502         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26503         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26504         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26505         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26506         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26507         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26508         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26509         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26510         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26511         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26512         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26513         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26514         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26515         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26516         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26517         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26518         * sysdeps/mach/hurd/errnos.awk: Likewise.
26519         * sysdeps/mach/hurd/fork.c: Likewise.
26520         * sysdeps/mach/hurd/getcwd.c: Likewise.
26521         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26522         * sysdeps/mach/hurd/mmap.c: Likewise.
26523         * sysdeps/mach/hurd/utimes.c: Likewise.
26524         * sysdeps/mach/hurd/xmknod.c: Likewise.
26525         * sysdeps/posix/profil.c: Likewise.
26526         * sysdeps/posix/readdir_r.c: Likewise.
26527         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26528         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26529         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26530         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26531         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26532         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26533         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26534         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26535         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26536         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26537         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26538         * sysdeps/pthread/lio_listio.c: Likewise.
26539         * sysdeps/sparc/dl-procinfo.h: Likewise.
26540         * sysdeps/unix/i386/sysdep.S: Likewise.
26541         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26542         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26543         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26544         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26546         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26547         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26548         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26549         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26550         * sysdeps/wordsize-32/divdi3.c: Likewise.
26551         * time/sys/time.h: Likewise.
26552         * wcsmbs/Makefile: Likewise.
26553
26554 2013-01-01  David S. Miller  <davem@davemloft.net>
26555
26556         * po/fr.po: Update from translation team.
26557
26558         * catgets/gencat.c: Update copyright year.
26559         * csu/version.c: Likewise.
26560         * debug/catchsegv.sh: Likewise.
26561         * debug/pcprofiledump.c: Likewise.
26562         * debug/xtrace.sh: Likewise.
26563         * elf/ldconfig.c: Likewise.
26564         * elf/ldd.bash.in: Likewise.
26565         * elf/pldd.c: Likewise.
26566         * elf/sotruss.ksh: Likewise.
26567         * elf/sprof.c: Likewise.
26568         * iconv/iconv_prog.c: Likewise.
26569         * iconv/iconvconfig.c: Likewise.
26570         * locale/programs/locale.c: Likewise.
26571         * locale/programs/localedef.c: Likewise.
26572         * login/programs/pt_chown.c: Likewise.
26573         * malloc/memusage.sh: Likewise.
26574         * malloc/memusagestat.c: Likewise.
26575         * malloc/mtrace.pl: Likewise.
26576         * nscd/nscd.c: Likewise.
26577         * nss/getent.c: Likewise.
26578         * nss/makedb.c: Likewise.
26579         * posix/getconf.c: Likewise.
26580
26581 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26582
26583         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26584         numbers.
26585
26586 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26587
26588         * math/bits/mathcalls.h (modf): Use __nonnull.
26589
26590 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26591
26592         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26593         (split): Use macro CN instead of the bare value.
26594         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26595         could be used.
26596         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26597         instead of the bare value.
26598         (power1): Likewise.
26599
26600 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26601
26602         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26603         __ATAN_TWOM.
26604         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26605
26606         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26607         their values.
26608         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26609         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26610         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26611         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26612
26613 2012-12-28  Andreas Jaeger  <aj@suse.de>
26614
26615         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26616         values are from Linux 3.7.
26617
26618         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26619         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26620
26621 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26622
26623         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26624         TRUE case.
26625
26626         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26627         (norm): Likewise.
26628         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26629         variables with preprocessor constants.
26630         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26631         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26632         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26633
26634 2012-12-27  Bruno Haible  <bruno@clisp.org>
26635
26636         [BZ #14317]
26637         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26638         only if needed.
26639
26640 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26641
26642         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26643         and use variable directly.
26644         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26645
26646         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26647         MPONE.
26648         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26649         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26650         variable MPONE.
26651         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26652         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26653         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26654         include directive.  Remove local variable MPONE.
26655         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26656         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26657         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26658
26659 2012-12-25  David S. Miller  <davem@davemloft.net>
26660
26661         * version.h (RELEASE): Set to "development".
26662         (VERSION): Set to "2.17.90".
26663         * NEWS: Add 2.18 section.
26664
26665 2012-12-21  David S. Miller  <davem@davemloft.net>
26666
26667         * po/hr.po: Update from translation team.
26668
26669 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26670
26671         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26672
26673 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26674
26675         * NEWS:  Mention new memcpy for MIPS.
26676
26677 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26678
26679         * manual/contrib.texi (Contributors): Spelling correction.
26680
26681 2012-12-15  David S. Miller  <davem@davemloft.net>
26682
26683         * po/ru.po: Update from translation team.
26684
26685 2012-12-13  David S. Miller  <davem@davemloft.net>
26686
26687         * NEWS: Mention IFUNC testsuite enhancements.
26688
26689         * po/pl.po: Update from translation team.
26690         * po/bg.po: Likewise.
26691
26692         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26693         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26694
26695 2012-12-11  David S. Miller  <davem@davemloft.net>
26696
26697         * po/sv.po: Update from translation team.
26698
26699         * po/vi.po: Update from translation team.
26700
26701         * po/cs.po: Update from translation team.
26702
26703         * po/de.po: Update from translation team.
26704         * po/eo.po: Likewise.
26705         * po/nl.po: Likewise.
26706
26707 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26708
26709         [BZ #14246]
26710         * manual/argp.texi (Argp Helper Functions): Move node to follow
26711         Argp Parsing State.
26712
26713         [BZ #14872]
26714         * manual/conf.texi (Limits on File System Capacity): Mention if
26715         terminating null is included in the max size.
26716
26717 2012-12-10  Andreas Jaeger  <aj@suse.de>
26718
26719         * po/cs.po: Update from translation team.
26720
26721 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26722
26723         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
26724         void pointer and cast to uintptr_t.
26725         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
26726         path.
26727         * sysdeps/s390/s390-64/memcpy.S: Likewise.
26728         * sysdeps/s390/s390-64/memset.S: Likewise.
26729
26730 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
26731
26732         [BZ #14833]
26733         * menual/message.texi (Message Translation): Fix typos.
26734         (Helper programs for gettext): Likewise.
26735
26736 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
26737
26738         [BZ #14898]
26739         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
26740         Change to -1.
26741
26742 2012-12-07  David S. Miller  <davem@davemloft.net>
26743
26744         * po/libc.pot: Update.
26745
26746 2012-12-07  Richard Henderson  <rth@redhat.com>
26747
26748         [BZ #10114]
26749         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
26750         normal/normal case to before the switch.
26751         (_FP_DIV): Likewise.
26752
26753 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
26754             Mike Frysinger  <vapier@gentoo.org>
26755
26756         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
26757         check for __NR_fadvise64_64.
26758
26759 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
26760
26761         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
26762         0, not just to plain "0" as a statement.
26763         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
26764         with cw.
26765
26766 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
26767
26768         * NEWS: Use sourceware.org in Bugzilla URL.
26769
26770 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
26771
26772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
26773         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26774
26775         * stdio-common/tst-put-error.c (do_test): Add newline to the
26776         padded test to ensure flush.
26777
26778 2012-12-05  Jeff Law  <law@redhat.com>
26779
26780         * sunrpc/etc.rpc (fedfs_admin): Add entry.
26781
26782 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
26783
26784         * README: Don't refer to ports add-on as distributed separately.
26785         Mention AArch64 in list of systems supported in the ports add-on.
26786
26787         * LICENSES: Add more non-FSF copyright and license notices.
26788
26789         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
26790         ((unused)).
26791
26792         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
26793
26794         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
26795         10000 as width of padded output.
26796
26797 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26798
26799         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
26800
26801         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
26802         variable LX with __attribute__ ((unused)).
26803         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
26804         Likewise.
26805         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
26806         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26807         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
26808         with __attribute__ ((unused)).
26809
26810 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
26811
26812         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
26813
26814 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26815
26816         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
26817         (CFLAGS-nldbl-acos.c): New variable.
26818         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
26819         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
26820         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
26821         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
26822         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
26823         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
26824         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
26825         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
26826         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
26827         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
26828         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
26829         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
26830         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
26831         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
26832         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
26833         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
26834         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
26835         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
26836         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
26837         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
26838         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
26839         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
26840         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
26841         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
26842         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
26843         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
26844         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
26845         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
26846         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
26847         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
26848         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
26849         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
26850         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
26851         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
26852         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
26853         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
26854         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
26855         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
26856         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
26857         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
26858         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
26859         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
26860         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
26861         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
26862         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
26863         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
26864         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
26865         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
26866         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
26867         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
26868         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
26869         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
26870         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
26871         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
26872         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
26873         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
26874         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
26875         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
26876         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
26877         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
26878         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
26879         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
26880         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
26881         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
26882         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
26883         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
26884         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
26885         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
26886         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
26887         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
26888         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
26889         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
26890         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
26891         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
26892         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
26893         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
26894         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
26895         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
26896         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
26897         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
26898         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
26899         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
26900         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
26901         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
26902         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
26903         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
26904         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
26905         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
26906         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
26907         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
26908         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
26909         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
26910         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
26911         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
26912         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
26913         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
26914         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
26915
26916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26917         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26918
26919         [BZ #14914]
26920         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
26921         whole low double instead of just low 47 bits when splitting values
26922         into two parts.
26923
26924 2012-12-03  Allan McRae  <allan@archlinux.org>
26925
26926         * manual/stdio.texi (Predefined Printf Handlers): Remove
26927         @hsep and @vsep usage.
26928
26929 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
26930
26931         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
26932         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
26933
26934 2012-12-03  Jeff Law  <law@redhat.com>
26935
26936         * time/sys/time.h (settimeofday): Do not mark TV argument
26937         as __nonnull.
26938
26939 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
26940
26941         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
26942         when currently writing and seek to current position when not.
26943         * libio/Makefile (tests): Remove bug-fclose1.
26944         * libio/bug-fclose1.c: Delete.
26945
26946 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
26947
26948         * manual/arith.texi (feenableexcept): Fix typo.
26949         (fedisableexcept): Likewise.
26950
26951 2012-11-30  Roland McGrath  <roland@hack.frob.com>
26952
26953         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
26954         second, differently-typed declaration, rather than a cast.
26955
26956 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26957
26958         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
26959         * include/rpc/svc.h: ... here.
26960
26961 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
26962
26963         [BZ #13013]
26964         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
26965         depending n and resplen2 to catch cases where answer
26966         equals answerp2.
26967
26968 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26969
26970         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26971         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26972
26973 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26974
26975         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26976
26977 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26978
26979         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26980
26981 2012-11-28  Jeff Law  <law@redhat.com>
26982
26983         [BZ #13761]
26984         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26985         dataset_temporary.  Track alloca usage into alloca_used.
26986         If dataset is large allocate and release it via malloc/free.
26987
26988 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26989
26990         [BZ #14197]
26991         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26992
26993 2012-11-28  David S. Miller  <davem@davemloft.net>
26994
26995         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26996
26997 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26998
26999         [BZ #14803]
27000         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27001         of pi/2 rounded to nearest to 64 bits.
27002         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27003         nearest to 64 bits.
27004         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27005         bits.
27006
27007 2012-11-28  Jeff Law <law@redhat.com>
27008             Martin Osvald <mosvald@redhat.com>
27009
27010         [BZ #14889]
27011         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27012         * sunrpc/svc.c: Include time.h.
27013         (__svc_accept_failed): New function.
27014         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27015         any reason other than EINTR, call __svc_accept_failed.
27016         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27017         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27018
27019 2012-11-28  Andreas Schwab  <schwab@suse.de>
27020
27021         * scripts/abilist.awk: Also handle indirect functions in .opd
27022         section.
27023
27024 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27025
27026         [BZ #13881]
27027         * sysdeps/x86/fpu/powl_helper.c: New file.
27028         * sysdeps/x86/fpu/Makefile: Likewise.
27029         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27030         (p3): New object.
27031         (__ieee754_powl): Use __powl_helper for finite arguments except
27032         integer exponents below 8.
27033         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27034         (p3): New object.
27035         (__ieee754_powl): Use __powl_helper for finite arguments except
27036         integer exponents below 8.
27037         * math/libm-test.inc (pow_test): Add more tests and enable some
27038         previously disabled tests.
27039         * sysdeps/i386/fpu/libm-test-ulps: Update.
27040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27041
27042 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27043             Carlos O'Donell  <carlos_odonell@mentor.com>
27044
27045         * nss/makedb.c (is_prime): Assert that input is odd and greater
27046         than 4.  Note that fact in a comment too.
27047         (next_prime): Add 4 to input.
27048
27049 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27050
27051         [BZ #11741]
27052         * libio/Makefile (tests): Add test case tst-fwrite-error.
27053         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27054         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27055         * libio/tst-fwrite-error.c: New test case.
27056
27057 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27058
27059         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27060         before casting to void *.
27061         * include/libc-internal.h (__pointer_type): New macro.
27062         (__integer_if_pointer_type_sub): Likewise.
27063         (__integer_if_pointer_type): Likewise.
27064         (cast_to_integer): Likewise.
27065         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27066         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27067         before casting to atomic64_t.
27068         (atomic_exchange_acq): Likewise.
27069         (__arch_exchange_and_add_body): Likewise.
27070         (__arch_add_body): Likewise.
27071         (atomic_add_negative): Likewise.
27072         (atomic_add_zero): Likewise.
27073
27074 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27075
27076         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27077         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27078         (add_fdes): Likewise.
27079         (linear_search_fdes): Likewise.
27080         (binary_search_unencoded_fdes): Likewise.
27081
27082 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27083
27084         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27085
27086 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27087
27088         * configure.in: Autodetect C++ header directories.
27089         * configure: Regenerated.
27090
27091 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27092
27093         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27094
27095 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27096
27097         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27098
27099 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27100
27101         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27102         LDBL_MANT_DIG == 106]: Disable some tests.
27103         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27104         Likewise.
27105         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27106         Likewise.
27107
27108         [BZ #14871]
27109         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27110         input for small inputs.  Return +/- pi/2 for large inputs.
27111         * math/libm-test.inc (atan_test): Add more tests.
27112
27113         * sysdeps/generic/unwind-dw2-fde-glibc.c
27114         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27115         __attribute__ ((unused)).
27116
27117         [BZ #14645]
27118         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27119         x * y if x and y are nonzero and z is zero.
27120
27121         [BZ #14811]
27122         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27123         nonzero exponents with absolute value below 0x1p-117 to +/-
27124         0x1p-117.
27125
27126         [BZ #14869]
27127         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27128         up arguments below 2**-450, not just those below 2**-500.
27129         * math/libm-test.inc (hypot_test): Add another test.
27130
27131         [BZ #14868]
27132         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27133         Return a+b for ratio over 2**120, not 2**60.
27134         * math/libm-test.inc (hypot_test): Add another test.
27135
27136         * math/libm-test.inc (clog_test): Use
27137         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27138         (clog10_test): Likewise.
27139
27140         [BZ #6778]
27141         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27142
27143 2012-11-22  Andreas Schwab  <schwab@suse.de>
27144
27145         * sysdeps/i386/fpu/libm-test-ulps: Update.
27146
27147 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27148
27149         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27150         printf output with newline.
27151
27152 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27153
27154         [BZ #14865]
27155         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27156         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27157         -z nodlopen, -z initfirst and -z execstack support.
27158         * configure: Regenerated.
27159
27160         * elf/elf.h (DF_1_NODIRECT): New macro.
27161         (DF_1_IGNMULDEF): Likewise.
27162         (DF_1_NOKSYMS): Likewise.
27163         (DF_1_NOHDR): Likewise.
27164         (DF_1_EDITED): Likewise.
27165         (DF_1_NORELOC): Likewise.
27166         (DF_1_SYMINTPOSE): Likewise.
27167         (DF_1_GLOBAUDIT): Likewise.
27168         (DF_1_SINGLETON): Likewise.
27169         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27170         DT_1_SUPPORTED_MASK bits.
27171         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27172
27173 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27174
27175         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27176
27177 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27178
27179         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27180         macro.
27181
27182         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27183         (sendmmsg): Move declarations...
27184         * socket/sys/socket.h: ... here.
27185         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27186         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27187         include it from...
27188         * socket/recvmmsg.c: ... this new file.
27189         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27190         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27191         definition of __sendmmsg hidden.
27192         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27193         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27194         Move ENOSYS stub into and include it from...
27195         * socket/sendmmsg.c: ... this new file.
27196         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27197         (sysdep_routines): Move recvmmsg and sendmmsg...
27198         * socket/Makefile (routines): ... here.
27199         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27200         (GLIBC_PRIVATE): Add __sendmmsg.
27201         * include/sys/socket.h (__sendmmsg): Add declarations.
27202         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27203         sendmmsg.
27204
27205 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27206
27207         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27208         variable I1 with __attribute__ ((unused)).
27209         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27210
27211 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27212
27213         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27214         DUMMY variables with __attribute__ ((unused)).
27215
27216         * bits/byteswap.h: Include <bits/types.h>.
27217         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27218
27219 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27220
27221         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27222         string_t.  Do not manually set errno.
27223         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27224         length with __strnlen.  Make sure to both set errno and return it on
27225         failure.
27226
27227 2012-11-19  David S. Miller  <davem@davemloft.net>
27228
27229         With help from Joseph Myers.
27230         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27231         very large arguments properly.
27232         * math/libm-test.inc (atan_test): New tests.
27233         (atan2_test): New tests.
27234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27235         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27236
27237 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27238
27239         [BZ #14856]
27240         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27241         Define to 3.
27242
27243         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27244         [POSIX] (EADDRNOTAVAIL): Likewise.
27245         [POSIX] (EAFNOSUPPORT): Likewise.
27246         [POSIX] (EALREADY): Likewise.
27247         [POSIX] (ECONNABORTED): Likewise.
27248         [POSIX] (ECONNREFUSED): Likewise.
27249         [POSIX] (ECONNRESET): Likewise.
27250         [POSIX] (EDESTADDRREQ): Likewise.
27251         [POSIX] (EDQUOT): Likewise.
27252         [POSIX] (EHOSTUNREACH): Likewise.
27253         [POSIX] (EIDRM): Likewise.
27254         [POSIX] (EISCONN): Likewise.
27255         [POSIX] (ELOOP): Likewise.
27256         [POSIX] (EMULTIHOP): Likewise.
27257         [POSIX] (ENETDOWN): Likewise.
27258         [POSIX] (ENETUNREACH): Likewise.
27259         [POSIX] (ENOBUFS): Likewise.
27260         [POSIX] (ENODATA): Likewise.
27261         [POSIX] (ENOLINK): Likewise.
27262         [POSIX] (ENOMSG): Likewise.
27263         [POSIX] (ENOPROTOOPT): Likewise.
27264         [POSIX] (ENOSR): Likewise.
27265         [POSIX] (ENOSTR): Likewise.
27266         [POSIX] (ENOTCONN): Likewise.
27267         [POSIX] (ENOTSOCK): Likewise.
27268         [POSIX] (EOPNOTSUPP): Likewise.
27269         [POSIX] (EOVERFLOW): Likewise.
27270         [POSIX] (EPROTO): Likewise.
27271         [POSIX] (EPROTONOSUPPORT): Likewise.
27272         [POSIX] (EPROTOTYPE): Likewise.
27273         [POSIX] (ESTALE): Likewise.
27274         [POSIX] (ETIME): Likewise.
27275         [POSIX] (ETXTBSY): Likewise.
27276         [POSIX] (EWOULDBLOCK): Likewise.
27277         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27278         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27279         [POSIX] (SEEK_CUR): Likewise.
27280         [POSIX] (SEEK_END): Likewise.
27281         [POSIX || UNIX98] (mode_t): Do not require.
27282         [POSIX] (off_t): Likewise.
27283         [POSIX] (pid_t): Likewise.
27284         [POSIX] (sys/stat.h): Do not allow header.
27285         [POSIX] (unistd.h): Likewise.
27286         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27287         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27288         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27289         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27290         require.
27291         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27292         sigevent): Specify elements.
27293         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27294         entry.
27295         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27296         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27297
27298         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27299         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27300         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27301         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27302         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27303         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27304         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27305         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27306         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27307         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27308         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27309         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27310         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27311         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27312         Likewise.
27313         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27314         Likewise.
27315         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27316         Likewise.
27317         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27318         Likewise.
27319         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27320         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27321         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27322         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27323         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27324         Specify lower bound on value.
27325         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27326         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27327         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27328         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27329         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27330         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27331         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27332         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27333         value.
27334         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27335         as optional.
27336         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27337         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27338         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27339         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27340         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27341         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27342         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27343         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27344         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27345         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27346         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27347         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27348         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27349         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27350         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27351         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27352         entry.
27353         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27354         optional.
27355         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27356         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27357         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27358         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27359         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27360         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27361         Likewise.
27362         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27363         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27364         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27365         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27366         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27367         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27368         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27369         as optional.
27370         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27371         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27372         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27373         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27374         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27375         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27376         specify as optional.
27377         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27378         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27379         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27380         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27381         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27382         [XPG3] (NL_LANGMAX): Likewise.
27383         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27384         [POSIX || XPG3] (NL_NMAX): Likewise.
27385         [POSIX || XPG3] (NL_SETMAX): Likewise.
27386         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27387         [XPG3] (NZERO): Likewise.
27388         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27389         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27390         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27391         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27392         (REG_ERANGE): Expect.
27393         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27394         optional-constant.
27395         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27396         Use (void) in prototype.
27397         [POSIX] (*_t): Allow.
27398         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27399         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27400         (WRDE_BADVAL): Expect.
27401
27402         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27403         expect.
27404         [XPG3 || XPG4] (O_RSYNC): Likewise.
27405         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27406         Likewise.
27407         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27408         [XPG3 || XPG4] (sigqueue): Likewise.
27409         [XPG3 || XPG4] (sigtimedwait): Likewise.
27410         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27411         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27412         [XPG3 || XPG4] (vsnprintf): Likewise.
27413         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27414         Likewise.
27415         [XPG3 || XPG4] (blksize_t): Likewise.
27416         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27417         Likewise.
27418         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27419         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27420         [XPG3 || XPG4] (struct itimerspec): Likewise.
27421         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27422         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27423         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27424         [XPG3 || XPG4] (clockid_t): Likewise.
27425         [XPG3 || XPG4] (timer_t): Likewise.
27426         [XPG3 || XPG4] (clock_getres): Likewise.
27427         [XPG3 || XPG4] (clock_gettime): Likewise.
27428         [XPG3 || XPG4] (clock_settime): Likewise.
27429         [XPG3 || XPG4] (nanosleep): Likewise.
27430         [XPG3 || XPG4] (timer_create): Likewise.
27431         [XPG3 || XPG4] (timer_delete): Likewise.
27432         [XPG3 || XPG4] (timer_gettime): Likewise.
27433         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27434         [XPG3 || XPG4] (timer_settime): Likewise.
27435         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27436         [XPG3 || XPG4] (getlogin_r): Likewise.
27437         [XPG3 || XPG4] (pread): Likewise.
27438         [XPG3 || XPG4] (pthread_atfork): Likewise.
27439         [XPG3 || XPG4] (pwrite): Likewise.
27440
27441         [BZ #14835]
27442         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27443         <bits/siginfo.h>.
27444
27445 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27446
27447         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27448         finalizing MALLSTREAM.
27449
27450         * sysdeps/mach/hurd/syncfs.c: New file.
27451
27452 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27453
27454         [BZ #14719]
27455         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27456         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27457         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27458         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27459         (_nss_dns_gethostbyname4_r): Likewise.
27460         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27461         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27462
27463 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27464
27465         [BZ #13763]
27466         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27467
27468 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27469
27470         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27471         * elf/cache.c (print_entry): Print ",AArch64" for
27472         FLAG_AARCH64_LIB64
27473
27474         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27475         * elf/cache.c (print_entry): Print ",hard-float" for
27476         FLAG_ARM_LIBHF.
27477
27478 2012-11-18  David S. Miller  <davem@davemloft.net>
27479
27480         With help from Joseph Myers.
27481         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27482         cutoff to 2**-13.
27483         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27484         cutoff to 2**-25.
27485         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27486         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27487         small.
27488         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27489         * math/libm-test.inc (y0_test): New tests.
27490         (y1_test): New tests.
27491         * sysdeps/i386/fpu/libm-test-ulps: Update.
27492         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27493         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27494
27495 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27496
27497         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27498         64-bit targets.
27499         * configure: Regenerated.
27500
27501 2012-11-17  David S. Miller  <davem@davemloft.net>
27502
27503         [BZ #14811]
27504         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27505         nonzero exponents with absolute value below 0x1p-128 to +/-
27506         0x1p-128.
27507
27508 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27509
27510         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27511
27512         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27513
27514         * posix/getconf-speclist.c: New file.
27515         * posix/posix-envs.def: Likewise.
27516         * posix/confstr.c (START_ENV_GROUP): New macro.
27517         (END_ENV_GROUP): Likewise.
27518         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27519         (KNOWN_PRESENT_ENV_STRING): Likewise.
27520         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27521         (UNKNOWN_ENVIRONMENT): Likewise.
27522         (confstr): Include posix-envs.def instead of handling
27523         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27524         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27525         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27526         (END_ENV_GROUP): Likewise.
27527         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27528         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27529         (UNKNOWN_ENVIRONMENT): Likewise.
27530         (__sysconf): Include posix-envs.def instead of handling associated
27531         cases directly here.
27532         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27533         preprocessing getconf-speclist.c rather than running getconf or
27534         generating empty file.
27535
27536 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27537
27538         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27539
27540 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27541
27542         [BZ #14672]
27543         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27544
27545 2012-11-16  David S. Miller  <davem@davemloft.net>
27546
27547         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27548         smaller than LDBL_EPSILON/2.0L, just return xm1.
27549
27550 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27551
27552         * elf/tst-array1.c (init): Set constructor priority to 1000.
27553         (fini): Set destructor priority to 1000.
27554         * elf/tst-array2dep.c: Likewise.
27555
27556 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27557
27558         [BZ #11741]
27559         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27560         (_IO_new_file_xsputn): Also return EOF if none of the input
27561         data was written when overflow failed.
27562         * libio/iopadn.c (_IO_padn): Likewise.
27563         * libio/iowpadn.c (_IO_wpadn): Likewise.
27564         * stdio-common/tst-put-error.c: Add copyright notice.
27565         (do_test): Add case for printing padded string.
27566         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27567         _IO_padn returned error.
27568         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27569         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27570         return EOF.
27571
27572 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27573
27574         * libio/libioP.h: Add comment note that the references to C++
27575         bits are now obsolete.
27576
27577 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27578
27579         * math/libm-test.inc (check_complex): Use asprintf.
27580
27581 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27582
27583         * debug/pcprofiledump.c (print_version): Update copyright year.
27584         * malloc/memusagestat.c (print_version): Likewise.
27585
27586 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27587
27588         [BZ #14831]
27589         * elf/Makefile (tests): Add tst-audit8.
27590         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27591         ($(objpfx)tst-audit8.out): New target.
27592         (tst-audit8-ENV): New variable.
27593         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27594         audit if l_reloc_result is NULL.
27595         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27596         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27597         * elf/tst-audit8.c: New file.
27598
27599 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27600
27601         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27602         * misc/Makefile (CFLAGS-select.c): Define.
27603         * posix/Makefile (CFLAGS-pause.c): Define.
27604
27605 2012-11-13  David S. Miller  <davem@davemloft.net>
27606
27607         * crypt/Makefile: Move test targets after toplevel Rules
27608         inclusion.  Grab any necessary sysdep routines when linking.
27609         * crypt/md5.c (md5_process_block): Remove define, we will always
27610         name it __md5_process_block.
27611         (md5_finish_ctx): Update md5_process_block call.
27612         (md5_stream): Likewise.
27613         (md5_process_bytes): Likewise.
27614         (md5_process_block): Rename to __md5_process_block and move to ...
27615         * crypt/md5-block.c: ... here.
27616         * crypt/sha256.c (sha256_process_block): Move to ...
27617         * crypt/sha256-block.c: ... here.
27618         * crypt/sha512.c (sha512_process_block): Move to ...
27619         * crypt/sha512-block.c: ... here.
27620         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27621         path.
27622         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27623         * sysdeps/sparc/sparc64/multiarch/Makefile
27624         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27625         crypt subdir.
27626         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27627         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27628         multiarch changes.
27629         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27630         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27631         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27632         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27633         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27634         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27635         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27636         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27637         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27638         file.
27639         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27640         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27641         file.
27642         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27643
27644 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27645
27646         * timezone/tzselect.ksh: Update from tzcode git revision
27647         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27648         * timezone/zdump.c: Likewise.
27649         * timezone/zic.c: Likewise.
27650         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27651         in TZVERSION setting, not $(PKGVERSION).
27652         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27653         REPORT_BUGS_TO settings.
27654
27655         [BZ #14838]
27656         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27657         macro.
27658
27659 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27660
27661         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27662         detection to immediately after _FP_ROUND().
27663         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27664         bits are 0.
27665
27666 2012-11-11  David S. Miller  <davem@davemloft.net>
27667
27668         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27669         inttypes.h
27670         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27671         __close rather than their public counterparts.
27672
27673 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27674
27675         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27676         file.
27677         [UNIX98] (sem_timedwait): Do not expect.
27678         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27679         [XPG4 || UNIX98] (sockatmark): Do not expect.
27680         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27681         (clock_getcpuclockid): Do not expect.
27682         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27683         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27684         Do not expect.
27685         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27686         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27687         [UNIX98] (vwscanf): Likewise.
27688         [UNIX98] (vswscanf): Likewise.
27689
27690 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27691
27692         * timezone/version.h: Remove file.
27693         * timezone/README: Do not refer to version.h.
27694         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27695         $(objpfx)version.h.
27696         ($(objpfx)zdump.o): Likewise.
27697         ($(objpfx)version.h): New target.
27698
27699         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27700         2012i.
27701         * timezone/README: Don't mention modification to tzselect.ksh.
27702         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
27703         work on unmodified tzselect.ksh.  Substitute version numbers in
27704         tzselect.ksh.
27705
27706         * Makefile (format-me): Remove.
27707         (INSTALL): Adjust indentation.  Use commands directly instead of
27708         using $(format-me).
27709
27710         * aclocal.m4 (ACX_PKGVERSION): New macro.
27711         (ACX_BUGURL): Likewise.
27712         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
27713         (PKGVERSION): New AC_DEFINE_UNQUOTED.
27714         (REPORT_BUGS_TO): Likewise.
27715         * configure: Regenerated.
27716         * config.h.in (PKGVERSION): New macro.
27717         (REPORT_BUGS_TO): Likewise.
27718         * config.make.in (PKGVERSION): New variable.
27719         (PKGVERSION_TEXI): Likewise.
27720         (REPORT_BUGS_TO): Likewise.
27721         (REPORT_BUGS_TEXI): Likewise.
27722         * Makefile (format-me): Use -I$(common-objpfx)manual.
27723         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
27724         ($(common-objpfx)manual/%): New target.
27725         (manual/%): Remove target.
27726         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
27727         (print_version): Use PKGVERSION.
27728         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
27729         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
27730         and REPORT_BUGS_TO.
27731         ($(objpfx)xtrace): Likewise.
27732         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
27733         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
27734         (print_version): Use PKGVERSION.
27735         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
27736         (do_version): Use PKGVERSION.
27737         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
27738         REPORT_BUGS_TO.
27739         (common-ldd-rewrite): Likewise.
27740         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
27741         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
27742         (print_version): Use PKGVERSION.
27743         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
27744         * elf/pldd.c (argp_program_bug_address): Remove variable.
27745         (more_help): New function.
27746         (argp): Use more_help.
27747         (print_version): Use PKGVERSION.
27748         * elf/sln.c (main): Use PKGVERSION.
27749         (usage): Use REPORT_BUGS_TO.
27750         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
27751         (top level): Use PKGVERSION.
27752         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
27753         (print_version): Use PKGVERSION.
27754         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
27755         (print_version): Use PKGVERSION.
27756         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
27757         (print_version): Use PKGVERSION.
27758         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
27759         (print_version): Use PKGVERSION.
27760         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
27761         (print_version): Use PKGVERSION.
27762         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
27763         (print_version): Use PKGVERSION.
27764         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
27765         and BUGURL.
27766         ($(objpfx)memusage): Likewise.
27767         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
27768         (do_version): Use PKGVERSION.
27769         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
27770         (print_version): Use PKGVERSION.
27771         * malloc/mtrace.pl ($PACKAGE): Remove variable.
27772         ($PKGVERSION): New variable.
27773         ($REPORT_BUGS_TO): Likewise.
27774         (usage): Use $REPORT_BUGS_TO.
27775         (top level): Use $PKGVERSION.
27776         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
27777         ($(objpfx)pkgvers.texi): New rule.
27778         ($(objpfx)stamp-pkgvers): Likewise.
27779         * manual/install.texi: Include pkgvers.texi.
27780         (--with-pkgversion): Document new configure option.
27781         (--with-bugurl): Likewise.
27782         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
27783         than necessarily for this particular distribution.  Use
27784         REPORT_BUGS_TO for where to report bugs.
27785         * INSTALL: Regenerated.
27786         * manual/libc.texinfo: Include pkgvers.texi.
27787         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
27788         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
27789         (print_version): Use PKGVERSION.
27790         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
27791         (print_version): Use PKGVERSION.
27792         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
27793         (print_version): Use PKGVERSION.
27794         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
27795         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
27796         macro.
27797         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
27798         (print_version): Use PKGVERSION.
27799         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
27800         (print_version): Use PKGVERSION.
27801         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
27802         and PKGVERSION.
27803
27804         * timezone/checktab.awk: Update from tzcode 2012i.
27805         * timezone/ialloc.c: Likewise.
27806         * timezone/private.h: Likewise.
27807         * timezone/scheck.c: Likewise.
27808         * timezone/tzfile.h: Likewise.
27809         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
27810         (TZVERSION): Hardcode tzcode version number.
27811         * timezone/zdump.c: Update from tzcode 2012i.
27812         * timezone/zic.c: Likewise.
27813         * timezone/version.h: New file.
27814         * timezone/README: Describe version.h.  Update upstream location.
27815
27816         [BZ #14824]
27817         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
27818         (mktemp): Enable declaration.
27819         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
27820         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
27821         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
27822         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
27823         Likewise.
27824         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
27825         Likewise.
27826         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
27827         Likewise.
27828         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
27829         Likewise.
27830         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
27831         Likewise.
27832         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
27833         Likewise.
27834
27835         [BZ #14821]
27836         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
27837         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
27838         for copies of such integer values.
27839         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
27840         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
27841
27842 2012-11-09  Andreas Jaeger  <aj@suse.de>
27843
27844         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
27845         definitions and declarations that are provided by
27846         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
27847
27848 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27849
27850         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
27851         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
27852         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
27853         definition.
27854
27855 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27856
27857         * elf/elf.h: Update comment before AArch64 relocations.
27858
27859 2012-11-07  David S. Miller  <davem@davemloft.net>
27860
27861         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
27862         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
27863         (__start_context): Declare.
27864         (__makecontext_ret): Delete.
27865         (__makecontext): Hook up __start_context instead of
27866         __makecontext_ret.
27867         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
27868         (sysdep_routines): Add __start_context when in stdlib.
27869
27870 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27871
27872         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
27873         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
27874         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
27875         hardcoded "nm".
27876         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
27877         (READELF): New variable.  Use it instead of hardcoded "readelf".
27878
27879 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
27880
27881         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
27882         * sysdeps/x86/Makefile: Here.
27883         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
27884         * sysdeps/x86/tst-xmmymm.sh: This.
27885
27886 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27887
27888         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
27889         expectations.
27890         [UNIX98] (pthread_barrier_t): Do not expect.
27891         [UNIX98] (pthread_barrierattr_t): Likewise.
27892         [UNIX98] (pthread_spinlock_t): Likewise.
27893         [UNIX98] (pthread_barrier_destroy): Likewise.
27894         [UNIX98] (pthread_barrier_init): Likewise.
27895         [UNIX98] (pthread_barrier_wait): Likewise.
27896         [UNIX98] (pthread_barrierattr_destroy): Likewise.
27897         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
27898         [UNIX98] (pthread_barrierattr_init): Likewise.
27899         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
27900         [UNIX98] (pthread_getcpuclockid): Likewise.
27901         [UNIX98] (pthread_mutex_timedlock): Likewise.
27902         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
27903         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
27904         [UNIX98] (pthread_sigmask): Likewise.
27905         [UNIX98] (pthread_spin_destroy): Likewise.
27906         [UNIX98] (pthread_spin_init): Likewise.
27907         [UNIX98] (pthread_spin_lock): Likewise.
27908         [UNIX98] (pthread_spin_trylock): Likewise.
27909         [UNIX98] (pthread_spin_unlock): Likewise.
27910         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
27911         Do not expect.
27912         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
27913         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
27914         [XPG3 || XPG4] (pthread_cond_t): Likewise.
27915         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
27916         [XPG3 || XPG4] (pthread_key_t): Likewise.
27917         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
27918         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
27919         [XPG3 || XPG4] (pthread_once_t): Likewise.
27920         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
27921         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
27922         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
27923         [XPG3 || XPG4] (pthread_t): Likewise.
27924
27925         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
27926         not expect.
27927         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
27928
27929         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
27930         Change function return type to int.
27931
27932         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
27933         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
27934         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
27935         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
27936         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
27937         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
27938         [!POSIX] (posix_madvise): Likewise.
27939         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
27940         && !UNIX98].
27941         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
27942         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
27943         (mode_t): Likewise.
27944         (posix_mem_offset): Likewise.
27945         (posix_typed_mem_get_info): Likewise.
27946         (posix_typed_mem_open): Likewise.
27947
27948         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
27949         Change condition to [XOPEN2K8].
27950
27951         * conform/conformtest.pl: Preprocess allow-header data with -x c
27952         instead of from stdin.
27953         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
27954         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
27955         [C99-based standards] (cerfc): Likewise.
27956         [C99-based standards] (cexp2): Likewise.
27957         [C99-based standards] (cexpm1): Likewise.
27958         [C99-based standards] (clog10): Likewise.
27959         [C99-based standards] (clog1p): Likewise.
27960         [C99-based standards] (clog2): Likewise.
27961         [C99-based standards] (clgamma): Likewise.
27962         [C99-based standards] (ctgamma): Likewise.
27963         [C99-based standards] (cerff): Likewise.
27964         [C99-based standards] (cerfcf): Likewise.
27965         [C99-based standards] (cexp2f): Likewise.
27966         [C99-based standards] (cexpm1f): Likewise.
27967         [C99-based standards] (clog10f): Likewise.
27968         [C99-based standards] (clog1pf): Likewise.
27969         [C99-based standards] (clog2f): Likewise.
27970         [C99-based standards] (clgammaf): Likewise.
27971         [C99-based standards] (ctgammaf): Likewise.
27972         [C99-based standards] (cerfl): Likewise.
27973         [C99-based standards] (cerfcl): Likewise.
27974         [C99-based standards] (cexp2l): Likewise.
27975         [C99-based standards] (cexpm1l): Likewise.
27976         [C99-based standards] (clog10l): Likewise.
27977         [C99-based standards] (clog1pl): Likewise.
27978         [C99-based standards] (clog2l): Likewise.
27979         [C99-based standards] (clgammal): Likewise.
27980         [C99-based standards] (ctgammal): Likewise.
27981         * conform/data/inttypes.h-data [C99-based standards]: Include
27982         stdint.h-data.  Remove all expectations for stdint.h contents.
27983         [C99-based standards] (PRI*): Do not allow.
27984         [C99-based standards] (SCN*): Likewise.
27985         [C99-based standards] (*_t): Likewise.
27986         [C99-based-standards] (PRId8): Expect macro.
27987         [C99-based-standards] (PRIi8): Likewise.
27988         [C99-based-standards] (PRIo8): Likewise.
27989         [C99-based-standards] (PRIu8): Likewise.
27990         [C99-based-standards] (PRIx8): Likewise.
27991         [C99-based-standards] (PRIX8): Likewise.
27992         [C99-based-standards] (SCNd8): Likewise.
27993         [C99-based-standards] (SCNi8): Likewise.
27994         [C99-based-standards] (SCNo8): Likewise.
27995         [C99-based-standards] (SCNu8): Likewise.
27996         [C99-based-standards] (SCNx8): Likewise.
27997         [C99-based-standards] (PRIdLEAST8): Likewise.
27998         [C99-based-standards] (PRIiLEAST8): Likewise.
27999         [C99-based-standards] (PRIoLEAST8): Likewise.
28000         [C99-based-standards] (PRIuLEAST8): Likewise.
28001         [C99-based-standards] (PRIxLEAST8): Likewise.
28002         [C99-based-standards] (PRIXLEAST8): Likewise.
28003         [C99-based-standards] (SCNdLEAST8): Likewise.
28004         [C99-based-standards] (SCNiLEAST8): Likewise.
28005         [C99-based-standards] (SCNoLEAST8): Likewise.
28006         [C99-based-standards] (SCNuLEAST8): Likewise.
28007         [C99-based-standards] (SCNxLEAST8): Likewise.
28008         [C99-based-standards] (PRIdFAST8): Likewise.
28009         [C99-based-standards] (PRIiFAST8): Likewise.
28010         [C99-based-standards] (PRIoFAST8): Likewise.
28011         [C99-based-standards] (PRIuFAST8): Likewise.
28012         [C99-based-standards] (PRIxFAST8): Likewise.
28013         [C99-based-standards] (PRIXFAST8): Likewise.
28014         [C99-based-standards] (SCNdFAST8): Likewise.
28015         [C99-based-standards] (SCNiFAST8): Likewise.
28016         [C99-based-standards] (SCNoFAST8): Likewise.
28017         [C99-based-standards] (SCNuFAST8): Likewise.
28018         [C99-based-standards] (SCNxFAST8): Likewise.
28019         [C99-based-standards] (PRId16): Likewise.
28020         [C99-based-standards] (PRIi16): Likewise.
28021         [C99-based-standards] (PRIo16): Likewise.
28022         [C99-based-standards] (PRIu16): Likewise.
28023         [C99-based-standards] (PRIx16): Likewise.
28024         [C99-based-standards] (PRIX16): Likewise.
28025         [C99-based-standards] (SCNd16): Likewise.
28026         [C99-based-standards] (SCNi16): Likewise.
28027         [C99-based-standards] (SCNo16): Likewise.
28028         [C99-based-standards] (SCNu16): Likewise.
28029         [C99-based-standards] (SCNx16): Likewise.
28030         [C99-based-standards] (PRIdLEAST16): Likewise.
28031         [C99-based-standards] (PRIiLEAST16): Likewise.
28032         [C99-based-standards] (PRIoLEAST16): Likewise.
28033         [C99-based-standards] (PRIuLEAST16): Likewise.
28034         [C99-based-standards] (PRIxLEAST16): Likewise.
28035         [C99-based-standards] (PRIXLEAST16): Likewise.
28036         [C99-based-standards] (SCNdLEAST16): Likewise.
28037         [C99-based-standards] (SCNiLEAST16): Likewise.
28038         [C99-based-standards] (SCNoLEAST16): Likewise.
28039         [C99-based-standards] (SCNuLEAST16): Likewise.
28040         [C99-based-standards] (SCNxLEAST16): Likewise.
28041         [C99-based-standards] (PRIdFAST16): Likewise.
28042         [C99-based-standards] (PRIiFAST16): Likewise.
28043         [C99-based-standards] (PRIoFAST16): Likewise.
28044         [C99-based-standards] (PRIuFAST16): Likewise.
28045         [C99-based-standards] (PRIxFAST16): Likewise.
28046         [C99-based-standards] (PRIXFAST16): Likewise.
28047         [C99-based-standards] (SCNdFAST16): Likewise.
28048         [C99-based-standards] (SCNiFAST16): Likewise.
28049         [C99-based-standards] (SCNoFAST16): Likewise.
28050         [C99-based-standards] (SCNuFAST16): Likewise.
28051         [C99-based-standards] (SCNxFAST16): Likewise.
28052         [C99-based-standards] (PRId32): Likewise.
28053         [C99-based-standards] (PRIi32): Likewise.
28054         [C99-based-standards] (PRIo32): Likewise.
28055         [C99-based-standards] (PRIu32): Likewise.
28056         [C99-based-standards] (PRIx32): Likewise.
28057         [C99-based-standards] (PRIX32): Likewise.
28058         [C99-based-standards] (SCNd32): Likewise.
28059         [C99-based-standards] (SCNi32): Likewise.
28060         [C99-based-standards] (SCNo32): Likewise.
28061         [C99-based-standards] (SCNu32): Likewise.
28062         [C99-based-standards] (SCNx32): Likewise.
28063         [C99-based-standards] (PRIdLEAST32): Likewise.
28064         [C99-based-standards] (PRIiLEAST32): Likewise.
28065         [C99-based-standards] (PRIoLEAST32): Likewise.
28066         [C99-based-standards] (PRIuLEAST32): Likewise.
28067         [C99-based-standards] (PRIxLEAST32): Likewise.
28068         [C99-based-standards] (PRIXLEAST32): Likewise.
28069         [C99-based-standards] (SCNdLEAST32): Likewise.
28070         [C99-based-standards] (SCNiLEAST32): Likewise.
28071         [C99-based-standards] (SCNoLEAST32): Likewise.
28072         [C99-based-standards] (SCNuLEAST32): Likewise.
28073         [C99-based-standards] (SCNxLEAST32): Likewise.
28074         [C99-based-standards] (PRIdFAST32): Likewise.
28075         [C99-based-standards] (PRIiFAST32): Likewise.
28076         [C99-based-standards] (PRIoFAST32): Likewise.
28077         [C99-based-standards] (PRIuFAST32): Likewise.
28078         [C99-based-standards] (PRIxFAST32): Likewise.
28079         [C99-based-standards] (PRIXFAST32): Likewise.
28080         [C99-based-standards] (SCNdFAST32): Likewise.
28081         [C99-based-standards] (SCNiFAST32): Likewise.
28082         [C99-based-standards] (SCNoFAST32): Likewise.
28083         [C99-based-standards] (SCNuFAST32): Likewise.
28084         [C99-based-standards] (SCNxFAST32): Likewise.
28085         [C99-based-standards] (PRId64): Likewise.
28086         [C99-based-standards] (PRIi64): Likewise.
28087         [C99-based-standards] (PRIo64): Likewise.
28088         [C99-based-standards] (PRIu64): Likewise.
28089         [C99-based-standards] (PRIx64): Likewise.
28090         [C99-based-standards] (PRIX64): Likewise.
28091         [C99-based-standards] (SCNd64): Likewise.
28092         [C99-based-standards] (SCNi64): Likewise.
28093         [C99-based-standards] (SCNo64): Likewise.
28094         [C99-based-standards] (SCNu64): Likewise.
28095         [C99-based-standards] (SCNx64): Likewise.
28096         [C99-based-standards] (PRIdLEAST64): Likewise.
28097         [C99-based-standards] (PRIiLEAST64): Likewise.
28098         [C99-based-standards] (PRIoLEAST64): Likewise.
28099         [C99-based-standards] (PRIuLEAST64): Likewise.
28100         [C99-based-standards] (PRIxLEAST64): Likewise.
28101         [C99-based-standards] (PRIXLEAST64): Likewise.
28102         [C99-based-standards] (SCNdLEAST64): Likewise.
28103         [C99-based-standards] (SCNiLEAST64): Likewise.
28104         [C99-based-standards] (SCNoLEAST64): Likewise.
28105         [C99-based-standards] (SCNuLEAST64): Likewise.
28106         [C99-based-standards] (SCNxLEAST64): Likewise.
28107         [C99-based-standards] (PRIdFAST64): Likewise.
28108         [C99-based-standards] (PRIiFAST64): Likewise.
28109         [C99-based-standards] (PRIoFAST64): Likewise.
28110         [C99-based-standards] (PRIuFAST64): Likewise.
28111         [C99-based-standards] (PRIxFAST64): Likewise.
28112         [C99-based-standards] (PRIXFAST64): Likewise.
28113         [C99-based-standards] (SCNdFAST64): Likewise.
28114         [C99-based-standards] (SCNiFAST64): Likewise.
28115         [C99-based-standards] (SCNoFAST64): Likewise.
28116         [C99-based-standards] (SCNuFAST64): Likewise.
28117         [C99-based-standards] (SCNxFAST64): Likewise.
28118         [C99-based-standards] (PRIdMAX): Likewise.
28119         [C99-based-standards] (PRIiMAX): Likewise.
28120         [C99-based-standards] (PRIoMAX): Likewise.
28121         [C99-based-standards] (PRIuMAX): Likewise.
28122         [C99-based-standards] (PRIxMAX): Likewise.
28123         [C99-based-standards] (PRIXMAX): Likewise.
28124         [C99-based-standards] (SCNdMAX): Likewise.
28125         [C99-based-standards] (SCNiMAX): Likewise.
28126         [C99-based-standards] (SCNoMAX): Likewise.
28127         [C99-based-standards] (SCNuMAX): Likewise.
28128         [C99-based-standards] (SCNxMAX): Likewise.
28129         [C99-based-standards] (PRIdPTR): Likewise.
28130         [C99-based-standards] (PRIiPTR): Likewise.
28131         [C99-based-standards] (PRIoPTR): Likewise.
28132         [C99-based-standards] (PRIuPTR): Likewise.
28133         [C99-based-standards] (PRIxPTR): Likewise.
28134         [C99-based-standards] (PRIXPTR): Likewise.
28135         [C99-based-standards] (SCNdPTR): Likewise.
28136         [C99-based-standards] (SCNiPTR): Likewise.
28137         [C99-based-standards] (SCNoPTR): Likewise.
28138         [C99-based-standards] (SCNuPTR): Likewise.
28139         [C99-based-standards] (SCNxPTR): Likewise.
28140         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28141         allow.
28142         * conform/data/stdint.h-data: Update comments to clarify
28143         requirements.
28144         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28145         type.
28146         [C99-based standards] (INT8_MAX): Likewise.
28147         [C99-based standards] (INT16_MIN): Likewise.
28148         [C99-based standards] (INT16_MAX): Likewise.
28149         [C99-based standards] (INT32_MIN): Likewise.
28150         [C99-based standards] (INT32_MAX): Likewise.
28151         [C99-based standards] (INT64_MIN): Likewise.
28152         [C99-based standards] (INT64_MAX): Likewise.
28153         [C99-based standards] (UINT8_MAX): Likewise.
28154         [C99-based standards] (UINT16_MAX): Likewise.
28155         [C99-based standards] (UINT32_MAX): Likewise.
28156         [C99-based standards] (UINT64_MAX): Likewise.
28157         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28158         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28159         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28160         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28161         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28162         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28163         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28164         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28165         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28166         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28167         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28168         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28169         [C99-based standards] (INT_FAST8_MIN): Likewise.
28170         [C99-based standards] (INT_FAST8_MAX): Likewise.
28171         [C99-based standards] (INT_FAST16_MIN): Likewise.
28172         [C99-based standards] (INT_FAST16_MAX): Likewise.
28173         [C99-based standards] (INT_FAST32_MIN): Likewise.
28174         [C99-based standards] (INT_FAST32_MAX): Likewise.
28175         [C99-based standards] (INT_FAST64_MIN): Likewise.
28176         [C99-based standards] (INT_FAST64_MAX): Likewise.
28177         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28178         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28179         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28180         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28181         [C99-based standards] (INTPTR_MIN): Likewise.
28182         [C99-based standards] (INTPTR_MAX): Likewise.
28183         [C99-based standards] (UINTPTR_MAX): Likewise.
28184         [C99-based standards] (INTMAX_MIN): Likewise.
28185         [C99-based standards] (INTMAX_MAX): Likewise.
28186         [C99-based standards] (UINTMAX_MAX): Likewise.
28187         [C99-based standards] (PTRDIFF_MIN): Likewise.
28188         [C99-based standards] (PTRDIFF_MAX): Likewise.
28189         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28190         [C99-based standards] (SIZE_MAX): Likewise.
28191         [C99-based standards] (WCHAR_MAX): Likewise.
28192         [C99-based standards] (WINT_MAX): Likewise.
28193         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28194         constraint on value.
28195         [C99-based standards] (WCHAR_MIN): Likewise.
28196         [C99-based standards] (WINT_MIN): Likewise.
28197         [C99-based standards] (*_t): Allow.
28198         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28199         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28200         Include math.h-data and complex.h-data.  Remove all expectations
28201         of math.h and complex.h contents.
28202         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28203         at end of line.
28204         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28205         (struct tm): Expect tag.
28206         [C99-based-standards] (wcstof): Expect function.
28207         [C99-based-standards] (wcstold): Likewise.
28208         [C99-based-standards] (wcstoll): Likewise.
28209         [C99-based-standards] (wcstoull): Likewise.
28210         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28211         macro-int-constant.  Specify type.
28212         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28213         constraint on value.
28214         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28215         Specify type.
28216         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28217         Specify value.
28218         [ISO C standards]: Do not allow headers.
28219         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28220         wcs[abcdefghijklmnopqrstuvwxyz]*.
28221         [ISO C standards] (*_t): Do not allow.
28222         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28223         Expect function.
28224         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28225         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28226         Specify type.
28227         [ISO C standards]: Do not allow headers.
28228         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28229         is[abcdefghijklmnopqrstuvwxyz]*.
28230         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28231         to[abcdefghijklmnopqrstuvwxyz]*.
28232         [ISO C standards] (*_t): Do not allow.
28233         * conform/data/stdalign.h-data: New file.
28234         * conform/data/stdbool.h-data: Likewise.
28235         * conform/data/stdnoreturn.h-data: Likewise.
28236
28237 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28238
28239         [BZ #14815]
28240         * manual/filesys.texi (Directory Entries): Typo fix.
28241         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28242
28243 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28244
28245         * elf/elf.h (EM_AARCH64): New macro.
28246         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28247         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28248         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28249         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28250         (R_AARCH64_TLSDESC): Likewise.
28251         (NT_ARM_TLS): Likewise.
28252         (NT_ARM_HW_BREAK): Likewise.
28253         (NT_ARM_HW_WATCH): Likewise.
28254
28255 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28256
28257         [BZ #14811]
28258         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28259         (__ieee754_powl): Saturate nonzero exponents with absolute value
28260         below 0x1p-79 to +/- 0x1p-79.
28261         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28262         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28263         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28264         nonzero exponents with absolute value below 0x1p-32 to +/-
28265         0x1p-32.
28266         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28267         (__ieee754_powl): Saturate nonzero exponents with absolute value
28268         below 0x1p-79 to +/- 0x1p-79.
28269         * math/libm-test.inc (pow_test): Add more tests.
28270
28271 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28272
28273         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28274         _dl_s390_cap_flags with kernel. Increase string length.
28275         (_dl_s390_platforms): Add z196 and zEC12.
28276
28277 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28278
28279         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28280         Change XOPEN21K to XOPEN2K.
28281
28282 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28283
28284         * string/memmove.c: Use memcpy when possible.
28285
28286 2012-11-06  Andreas Jaeger  <aj@suse.de>
28287
28288         * po/eo.po: Update from translation team.
28289
28290 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28291
28292         [BZ #14793]
28293         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28294         exponent and small x and y exponents, scale x or y up.  Increase
28295         by 2 the exponent used in scaling up.
28296         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28297         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28298         * math/libm-test.inc (fma_test): Add more tests.
28299         (fma_test_towardzero): Likewise.
28300         (fma_test_downward): Likewise.
28301         (fma_test_upward): Likewise.
28302
28303 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28304
28305         [BZ #14805]
28306         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28307         fenv_t *.
28308
28309         [BZ #14801]
28310         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28311         namespace for names of struct fields.
28312         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28313         fenv_t fields.
28314         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28315         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28316
28317 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28318
28319         [BZ #3665]
28320         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28321
28322 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28323
28324         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28325         PTR_DEMANGLE.
28326
28327         [BZ #5246]
28328         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28329         PTR_DEMANGLE.
28330
28331 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28332
28333         [BZ #14797]
28334         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28335         definitely overflow as x * y not x * y + z.
28336         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28337         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28338         * math/libm-test.inc (fma_test): Add more tests.
28339         (fma_test_towardzero): Likewise.
28340         (fma_test_downward): Likewise.
28341         (fma_test_upward): Likewise.
28342
28343 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28344
28345         [BZ #157]
28346
28347         * include/stub-tag.h: Remove file.
28348         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28349         '#include' of it.
28350         * manual/maint.texi (Porting): Don't reference it.
28351         * Makerules ($(objpfx)stubs): Likewise.
28352         * dirent/closedir.c: Don't include <stub-tag.h>.
28353         * dirent/dirfd.c: Likewise.
28354         * dirent/fdopendir.c: Likewise.
28355         * dirent/getdents.c: Likewise.
28356         * dirent/getdents64.c: Likewise.
28357         * dirent/opendir.c: Likewise.
28358         * dirent/readdir.c: Likewise.
28359         * dirent/readdir64.c: Likewise.
28360         * dirent/readdir64_r.c: Likewise.
28361         * dirent/readdir_r.c: Likewise.
28362         * dirent/rewinddir.c: Likewise.
28363         * dirent/seekdir.c: Likewise.
28364         * dirent/telldir.c: Likewise.
28365         * gmon/profil.c: Likewise.
28366         * grp/setgroups.c: Likewise.
28367         * inet/if_index.c: Likewise.
28368         * io/access.c: Likewise.
28369         * io/chdir.c: Likewise.
28370         * io/chmod.c: Likewise.
28371         * io/chown.c: Likewise.
28372         * io/close.c: Likewise.
28373         * io/dup.c: Likewise.
28374         * io/dup2.c: Likewise.
28375         * io/dup3.c: Likewise.
28376         * io/euidaccess.c: Likewise.
28377         * io/faccessat.c: Likewise.
28378         * io/fchdir.c: Likewise.
28379         * io/fchmod.c: Likewise.
28380         * io/fchmodat.c: Likewise.
28381         * io/fchown.c: Likewise.
28382         * io/fchownat.c: Likewise.
28383         * io/fcntl.c: Likewise.
28384         * io/flock.c: Likewise.
28385         * io/fstatfs.c: Likewise.
28386         * io/fstatfs64.c: Likewise.
28387         * io/fstatvfs.c: Likewise.
28388         * io/fstatvfs64.c: Likewise.
28389         * io/futimens.c: Likewise.
28390         * io/fxstat.c: Likewise.
28391         * io/fxstat64.c: Likewise.
28392         * io/fxstatat.c: Likewise.
28393         * io/fxstatat64.c: Likewise.
28394         * io/getcwd.c: Likewise.
28395         * io/isatty.c: Likewise.
28396         * io/lchmod.c: Likewise.
28397         * io/lchown.c: Likewise.
28398         * io/link.c: Likewise.
28399         * io/linkat.c: Likewise.
28400         * io/lseek.c: Likewise.
28401         * io/lseek64.c: Likewise.
28402         * io/lxstat64.c: Likewise.
28403         * io/mkdir.c: Likewise.
28404         * io/mkdirat.c: Likewise.
28405         * io/mkfifo.c: Likewise.
28406         * io/mkfifoat.c: Likewise.
28407         * io/open.c: Likewise.
28408         * io/open64.c: Likewise.
28409         * io/openat.c: Likewise.
28410         * io/openat64.c: Likewise.
28411         * io/pipe.c: Likewise.
28412         * io/pipe2.c: Likewise.
28413         * io/poll.c: Likewise.
28414         * io/posix_fadvise.c: Likewise.
28415         * io/posix_fadvise64.c: Likewise.
28416         * io/posix_fallocate.c: Likewise.
28417         * io/posix_fallocate64.c: Likewise.
28418         * io/read.c: Likewise.
28419         * io/readlink.c: Likewise.
28420         * io/readlinkat.c: Likewise.
28421         * io/rmdir.c: Likewise.
28422         * io/sendfile.c: Likewise.
28423         * io/sendfile64.c: Likewise.
28424         * io/statfs.c: Likewise.
28425         * io/statfs64.c: Likewise.
28426         * io/statvfs.c: Likewise.
28427         * io/statvfs64.c: Likewise.
28428         * io/symlink.c: Likewise.
28429         * io/symlinkat.c: Likewise.
28430         * io/ttyname.c: Likewise.
28431         * io/ttyname_r.c: Likewise.
28432         * io/umask.c: Likewise.
28433         * io/unlink.c: Likewise.
28434         * io/unlinkat.c: Likewise.
28435         * io/utime.c: Likewise.
28436         * io/utimensat.c: Likewise.
28437         * io/write.c: Likewise.
28438         * io/xmknod.c: Likewise.
28439         * io/xmknodat.c: Likewise.
28440         * io/xstat.c: Likewise.
28441         * io/xstat64.c: Likewise.
28442         * login/getpt.c: Likewise.
28443         * login/grantpt.c: Likewise.
28444         * login/unlockpt.c: Likewise.
28445         * math/e_acoshl.c: Likewise.
28446         * math/e_acosl.c: Likewise.
28447         * math/e_asinl.c: Likewise.
28448         * math/e_atan2l.c: Likewise.
28449         * math/e_atanhl.c: Likewise.
28450         * math/e_coshl.c: Likewise.
28451         * math/e_expl.c: Likewise.
28452         * math/e_fmodl.c: Likewise.
28453         * math/e_gammal_r.c: Likewise.
28454         * math/e_hypotl.c: Likewise.
28455         * math/e_j0l.c: Likewise.
28456         * math/e_j1l.c: Likewise.
28457         * math/e_jnl.c: Likewise.
28458         * math/e_lgammal_r.c: Likewise.
28459         * math/e_log10l.c: Likewise.
28460         * math/e_log2l.c: Likewise.
28461         * math/e_logl.c: Likewise.
28462         * math/e_powl.c: Likewise.
28463         * math/e_rem_pio2l.c: Likewise.
28464         * math/e_sinhl.c: Likewise.
28465         * math/e_sqrtl.c: Likewise.
28466         * math/fclrexcpt.c: Likewise.
28467         * math/fedisblxcpt.c: Likewise.
28468         * math/feenablxcpt.c: Likewise.
28469         * math/fegetenv.c: Likewise.
28470         * math/fegetexcept.c: Likewise.
28471         * math/fegetround.c: Likewise.
28472         * math/feholdexcpt.c: Likewise.
28473         * math/fesetenv.c: Likewise.
28474         * math/fesetround.c: Likewise.
28475         * math/feupdateenv.c: Likewise.
28476         * math/fgetexcptflg.c: Likewise.
28477         * math/fraiseexcpt.c: Likewise.
28478         * math/fsetexcptflg.c: Likewise.
28479         * math/ftestexcept.c: Likewise.
28480         * math/k_cosl.c: Likewise.
28481         * math/k_rem_pio2l.c: Likewise.
28482         * math/k_sinl.c: Likewise.
28483         * math/k_tanl.c: Likewise.
28484         * math/s_asinhl.c: Likewise.
28485         * math/s_atanl.c: Likewise.
28486         * math/s_cbrtl.c: Likewise.
28487         * math/s_erfl.c: Likewise.
28488         * math/s_expm1l.c: Likewise.
28489         * math/s_log1pl.c: Likewise.
28490         * math/s_tanhl.c: Likewise.
28491         * misc/acct.c: Likewise.
28492         * misc/brk.c: Likewise.
28493         * misc/chflags.c: Likewise.
28494         * misc/chroot.c: Likewise.
28495         * misc/fchflags.c: Likewise.
28496         * misc/fgetxattr.c: Likewise.
28497         * misc/flistxattr.c: Likewise.
28498         * misc/fremovexattr.c: Likewise.
28499         * misc/fsetxattr.c: Likewise.
28500         * misc/fsync.c: Likewise.
28501         * misc/ftruncate.c: Likewise.
28502         * misc/futimes.c: Likewise.
28503         * misc/futimesat.c: Likewise.
28504         * misc/getdomain.c: Likewise.
28505         * misc/getdtsz.c: Likewise.
28506         * misc/gethostid.c: Likewise.
28507         * misc/gethostname.c: Likewise.
28508         * misc/getloadavg.c: Likewise.
28509         * misc/getpagesize.c: Likewise.
28510         * misc/getsysstats.c: Likewise.
28511         * misc/getxattr.c: Likewise.
28512         * misc/gtty.c: Likewise.
28513         * misc/ioctl.c: Likewise.
28514         * misc/lgetxattr.c: Likewise.
28515         * misc/listxattr.c: Likewise.
28516         * misc/llistxattr.c: Likewise.
28517         * misc/lremovexattr.c: Likewise.
28518         * misc/lsetxattr.c: Likewise.
28519         * misc/lutimes.c: Likewise.
28520         * misc/madvise.c: Likewise.
28521         * misc/mincore.c: Likewise.
28522         * misc/mlock.c: Likewise.
28523         * misc/mlockall.c: Likewise.
28524         * misc/mmap.c: Likewise.
28525         * misc/mprotect.c: Likewise.
28526         * misc/msync.c: Likewise.
28527         * misc/munlock.c: Likewise.
28528         * misc/munlockall.c: Likewise.
28529         * misc/munmap.c: Likewise.
28530         * misc/preadv.c: Likewise.
28531         * misc/preadv64.c: Likewise.
28532         * misc/ptrace.c: Likewise.
28533         * misc/pwritev.c: Likewise.
28534         * misc/pwritev64.c: Likewise.
28535         * misc/readv.c: Likewise.
28536         * misc/reboot.c: Likewise.
28537         * misc/remap_file_pages.c: Likewise.
28538         * misc/removexattr.c: Likewise.
28539         * misc/revoke.c: Likewise.
28540         * misc/select.c: Likewise.
28541         * misc/setdomain.c: Likewise.
28542         * misc/setegid.c: Likewise.
28543         * misc/seteuid.c: Likewise.
28544         * misc/sethostid.c: Likewise.
28545         * misc/sethostname.c: Likewise.
28546         * misc/setregid.c: Likewise.
28547         * misc/setreuid.c: Likewise.
28548         * misc/setxattr.c: Likewise.
28549         * misc/sstk.c: Likewise.
28550         * misc/stty.c: Likewise.
28551         * misc/swapoff.c: Likewise.
28552         * misc/swapon.c: Likewise.
28553         * misc/sync.c: Likewise.
28554         * misc/syncfs.c: Likewise.
28555         * misc/syscall.c: Likewise.
28556         * misc/truncate.c: Likewise.
28557         * misc/ualarm.c: Likewise.
28558         * misc/usleep.c: Likewise.
28559         * misc/ustat.c: Likewise.
28560         * misc/utimes.c: Likewise.
28561         * misc/vhangup.c: Likewise.
28562         * misc/writev.c: Likewise.
28563         * posix/_exit.c: Likewise.
28564         * posix/alarm.c: Likewise.
28565         * posix/execve.c: Likewise.
28566         * posix/fexecve.c: Likewise.
28567         * posix/fork.c: Likewise.
28568         * posix/fpathconf.c: Likewise.
28569         * posix/getaddrinfo.c: Likewise.
28570         * posix/getegid.c: Likewise.
28571         * posix/geteuid.c: Likewise.
28572         * posix/getgid.c: Likewise.
28573         * posix/getgroups.c: Likewise.
28574         * posix/getlogin.c: Likewise.
28575         * posix/getlogin_r.c: Likewise.
28576         * posix/getpgid.c: Likewise.
28577         * posix/getpid.c: Likewise.
28578         * posix/getppid.c: Likewise.
28579         * posix/getresgid.c: Likewise.
28580         * posix/getresuid.c: Likewise.
28581         * posix/getsid.c: Likewise.
28582         * posix/getuid.c: Likewise.
28583         * posix/glob64.c: Likewise.
28584         * posix/nanosleep.c: Likewise.
28585         * posix/pathconf.c: Likewise.
28586         * posix/pause.c: Likewise.
28587         * posix/posix_madvise.c: Likewise.
28588         * posix/pread.c: Likewise.
28589         * posix/pread64.c: Likewise.
28590         * posix/pwrite.c: Likewise.
28591         * posix/pwrite64.c: Likewise.
28592         * posix/sched_getaffinity.c: Likewise.
28593         * posix/sched_getp.c: Likewise.
28594         * posix/sched_gets.c: Likewise.
28595         * posix/sched_primax.c: Likewise.
28596         * posix/sched_primin.c: Likewise.
28597         * posix/sched_rr_gi.c: Likewise.
28598         * posix/sched_setaffinity.c: Likewise.
28599         * posix/sched_setp.c: Likewise.
28600         * posix/sched_sets.c: Likewise.
28601         * posix/sched_yield.c: Likewise.
28602         * posix/setgid.c: Likewise.
28603         * posix/setlogin.c: Likewise.
28604         * posix/setpgid.c: Likewise.
28605         * posix/setresgid.c: Likewise.
28606         * posix/setresuid.c: Likewise.
28607         * posix/setsid.c: Likewise.
28608         * posix/setuid.c: Likewise.
28609         * posix/sleep.c: Likewise.
28610         * posix/spawni.c: Likewise.
28611         * posix/sysconf.c: Likewise.
28612         * posix/times.c: Likewise.
28613         * posix/wait.c: Likewise.
28614         * posix/wait3.c: Likewise.
28615         * posix/wait4.c: Likewise.
28616         * posix/waitpid.c: Likewise.
28617         * resolv/gai_sigqueue.c: Likewise.
28618         * resource/getpriority.c: Likewise.
28619         * resource/getrlimit.c: Likewise.
28620         * resource/getrusage.c: Likewise.
28621         * resource/nice.c: Likewise.
28622         * resource/setpriority.c: Likewise.
28623         * resource/setrlimit.c: Likewise.
28624         * resource/ulimit.c: Likewise.
28625         * rt/aio_cancel.c: Likewise.
28626         * rt/aio_fsync.c: Likewise.
28627         * rt/aio_read.c: Likewise.
28628         * rt/aio_sigqueue.c: Likewise.
28629         * rt/aio_suspend.c: Likewise.
28630         * rt/aio_write.c: Likewise.
28631         * rt/clock_getres.c: Likewise.
28632         * rt/clock_gettime.c: Likewise.
28633         * rt/clock_nanosleep.c: Likewise.
28634         * rt/clock_settime.c: Likewise.
28635         * rt/lio_listio.c: Likewise.
28636         * rt/mq_close.c: Likewise.
28637         * rt/mq_getattr.c: Likewise.
28638         * rt/mq_notify.c: Likewise.
28639         * rt/mq_open.c: Likewise.
28640         * rt/mq_receive.c: Likewise.
28641         * rt/mq_send.c: Likewise.
28642         * rt/mq_setattr.c: Likewise.
28643         * rt/mq_timedreceive.c: Likewise.
28644         * rt/mq_timedsend.c: Likewise.
28645         * rt/mq_unlink.c: Likewise.
28646         * rt/shm_open.c: Likewise.
28647         * rt/shm_unlink.c: Likewise.
28648         * rt/timer_create.c: Likewise.
28649         * rt/timer_delete.c: Likewise.
28650         * rt/timer_getoverr.c: Likewise.
28651         * rt/timer_gettime.c: Likewise.
28652         * rt/timer_settime.c: Likewise.
28653         * setjmp/__longjmp.c: Likewise.
28654         * setjmp/setjmp.c: Likewise.
28655         * signal/kill.c: Likewise.
28656         * signal/killpg.c: Likewise.
28657         * signal/raise.c: Likewise.
28658         * signal/sigaction.c: Likewise.
28659         * signal/sigaltstack.c: Likewise.
28660         * signal/sigblock.c: Likewise.
28661         * signal/sigignore.c: Likewise.
28662         * signal/sigintr.c: Likewise.
28663         * signal/signal.c: Likewise.
28664         * signal/sigpause.c: Likewise.
28665         * signal/sigpending.c: Likewise.
28666         * signal/sigqueue.c: Likewise.
28667         * signal/sigreturn.c: Likewise.
28668         * signal/sigset.c: Likewise.
28669         * signal/sigsetmask.c: Likewise.
28670         * signal/sigstack.c: Likewise.
28671         * signal/sigsuspend.c: Likewise.
28672         * signal/sigtimedwait.c: Likewise.
28673         * signal/sigvec.c: Likewise.
28674         * signal/sigwait.c: Likewise.
28675         * signal/sigwaitinfo.c: Likewise.
28676         * signal/sysv_signal.c: Likewise.
28677         * socket/accept.c: Likewise.
28678         * socket/accept4.c: Likewise.
28679         * socket/bind.c: Likewise.
28680         * socket/connect.c: Likewise.
28681         * socket/getpeername.c: Likewise.
28682         * socket/getsockname.c: Likewise.
28683         * socket/getsockopt.c: Likewise.
28684         * socket/isfdtype.c: Likewise.
28685         * socket/listen.c: Likewise.
28686         * socket/recv.c: Likewise.
28687         * socket/recvfrom.c: Likewise.
28688         * socket/recvmsg.c: Likewise.
28689         * socket/send.c: Likewise.
28690         * socket/sendmsg.c: Likewise.
28691         * socket/sendto.c: Likewise.
28692         * socket/setsockopt.c: Likewise.
28693         * socket/shutdown.c: Likewise.
28694         * socket/sockatmark.c: Likewise.
28695         * socket/socket.c: Likewise.
28696         * socket/socketpair.c: Likewise.
28697         * stdio-common/ctermid.c: Likewise.
28698         * stdio-common/cuserid.c: Likewise.
28699         * stdio-common/remove.c: Likewise.
28700         * stdio-common/rename.c: Likewise.
28701         * stdio-common/renameat.c: Likewise.
28702         * stdio-common/tempname.c: Likewise.
28703         * stdlib/getcontext.c: Likewise.
28704         * stdlib/makecontext.c: Likewise.
28705         * stdlib/setcontext.c: Likewise.
28706         * stdlib/swapcontext.c: Likewise.
28707         * stdlib/system.c: Likewise.
28708         * streams/fattach.c: Likewise.
28709         * streams/fdetach.c: Likewise.
28710         * streams/getmsg.c: Likewise.
28711         * streams/getpmsg.c: Likewise.
28712         * streams/putmsg.c: Likewise.
28713         * streams/putpmsg.c: Likewise.
28714         * sysdeps/unix/bsd/getpt.c: Likewise.
28715         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
28716         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
28717         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
28719         Likewise.
28720         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
28721         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
28722         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
28723         * sysvipc/msgctl.c: Likewise.
28724         * sysvipc/msgget.c: Likewise.
28725         * sysvipc/msgrcv.c: Likewise.
28726         * sysvipc/msgsnd.c: Likewise.
28727         * sysvipc/semctl.c: Likewise.
28728         * sysvipc/semget.c: Likewise.
28729         * sysvipc/semop.c: Likewise.
28730         * sysvipc/semtimedop.c: Likewise.
28731         * sysvipc/shmat.c: Likewise.
28732         * sysvipc/shmctl.c: Likewise.
28733         * sysvipc/shmdt.c: Likewise.
28734         * sysvipc/shmget.c: Likewise.
28735         * termios/tcdrain.c: Likewise.
28736         * termios/tcflow.c: Likewise.
28737         * termios/tcflush.c: Likewise.
28738         * termios/tcgetattr.c: Likewise.
28739         * termios/tcgetpgrp.c: Likewise.
28740         * termios/tcsendbrk.c: Likewise.
28741         * termios/tcsetattr.c: Likewise.
28742         * termios/tcsetpgrp.c: Likewise.
28743         * time/adjtime.c: Likewise.
28744         * time/clock.c: Likewise.
28745         * time/getitimer.c: Likewise.
28746         * time/gettimeofday.c: Likewise.
28747         * time/setitimer.c: Likewise.
28748         * time/settimeofday.c: Likewise.
28749         * time/stime.c: Likewise.
28750         * time/time.c: Likewise.
28751
28752 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
28753
28754         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
28755         /usr/old/bin.
28756
28757         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
28758         instead of spaces.
28759         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
28760
28761 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
28762
28763         [BZ #14796]
28764         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
28765         FE_TONEAREST before applying Dekker multiplication and Knuth
28766         addition.  Clear inexact exceptions and check for exact zero
28767         results afterwards.
28768         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28769         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
28770         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28771         * math/libm-test.inc (fma_test): Add more tests.
28772         (fma_test_towardzero): Likewise.
28773         (fma_test_downward): Likewise.
28774         (fma_test_upward): Likewise.
28775         * sysdeps/generic/math_private.h (default_libc_fesetround): New
28776         function.
28777         (libc_fesetround): New macro.
28778         (libc_fesetroundf): Likewise.
28779         (libc_fesetroundl): Likewise.
28780         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
28781         function.
28782         (libc_fesetround_387): Likewise.
28783         (libc_fesetroundf): New macro.
28784         (libc_fesetround): Likewise.
28785         (libc_fesetroundl): Likewise.
28786         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
28787         function.
28788         (libc_fesetroundf): New macro.
28789         (libc_fesetround): Likewise.
28790         (libc_fesetroundl): Likewise.
28791         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
28792         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
28793         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
28794         libm_hidden_ver.
28795         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
28796         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
28797         libm_hidden_def.
28798         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
28799         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
28800         libm_hidden_ver.
28801         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
28802         libm_hidden_def.
28803
28804         [BZ #3439]
28805         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
28806         integer constant usable in #if and use that to give value to enum
28807         constant.
28808         (FE_DIVBYZERO): Likewise.
28809         (FE_UNDERFLOW): Likewise.
28810         (FE_OVERFLOW): Likewise.
28811         (FE_INVALID): Likewise.
28812         (FE_INVALID_SNAN): Likewise.
28813         (FE_INVALID_ISI): Likewise.
28814         (FE_INVALID_IDI): Likewise.
28815         (FE_INVALID_ZDZ): Likewise.
28816         (FE_INVALID_IMZ): Likewise.
28817         (FE_INVALID_COMPARE): Likewise.
28818         (FE_INVALID_SOFTWARE): Likewise.
28819         (FE_INVALID_SQRT): Likewise.
28820         (FE_INVALID_INTEGER_CONVERSION): Likewise.
28821         (FE_TONEAREST): Likewise.
28822         (FE_TOWARDZERO): Likewise.
28823         (FE_UPWARD): Likewise.
28824         (FE_DOWNWARD): Likewise.
28825         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
28826         (FE_DIVBYZERO): Likewise.
28827         (FE_OVERFLOW): Likewise.
28828         (FE_UNDERFLOW): Likewise.
28829         (FE_INEXACT): Likewise.
28830         (FE_TONEAREST): Likewise.
28831         (FE_DOWNWARD): Likewise.
28832         (FE_UPWARD): Likewise.
28833         (FE_TOWARDZERO): Likewise.
28834         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
28835         (FE_UNDERFLOW): Likewise.
28836         (FE_OVERFLOW): Likewise.
28837         (FE_DIVBYZERO): Likewise.
28838         (FE_INVALID): Likewise.
28839         (FE_TONEAREST): Likewise.
28840         (FE_TOWARDZERO): Likewise.
28841         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
28842         (FE_OVERFLOW): Likewise.
28843         (FE_UNDERFLOW): Likewise.
28844         (FE_DIVBYZERO): Likewise.
28845         (FE_INEXACT): Likewise.
28846         (FE_TONEAREST): Likewise.
28847         (FE_TOWARDZERO): Likewise.
28848         (FE_UPWARD): Likewise.
28849         (FE_DOWNWARD): Likewise.
28850         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
28851         (FE_DIVBYZERO): Likewise.
28852         (FE_OVERFLOW): Likewise.
28853         (FE_UNDERFLOW): Likewise.
28854         (FE_INEXACT): Likewise.
28855         (FE_TONEAREST): Likewise.
28856         (FE_DOWNWARD): Likewise.
28857         (FE_UPWARD): Likewise.
28858         (FE_TOWARDZERO): Likewise.
28859
28860 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
28861
28862         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
28863
28864 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
28865
28866         * scripts/cross-test-ssh.sh (command): Use newlines to separate
28867         commands.  Quote $PWD.
28868         (blacklist_exports): Don't use remove_newlines.  Replace "declare
28869         -x" by "export".
28870         (remove_newlines): Remove.
28871
28872 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
28873
28874         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
28875         * stdlib/stdlib.h (atof): Moved to ...
28876         * include/bits/stdlib-float.h: Here.  New file.
28877         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
28878         * stdlib/bits/stdlib-float.h: New file.
28879         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
28880         -mno-sse -mno-mmx.
28881         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
28882         <xmmintrin.h>.
28883
28884 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28885
28886         * conform/conformtest.pl (@headers): Add fenv.h.
28887         * conform/data/fenv.h-data: New file.
28888         * include/fenv.h [_ISOMAC]: Disable all contents of file except
28889         include of <math/fenv.h>.
28890
28891         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
28892         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
28893         && !UNIX98].  Enables tests for XOPEN2K8.
28894         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
28895         POSIX2008]: Likewise.
28896
28897         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
28898         (struct rusage): Do not expect type or its members.
28899
28900         [BZ #3439]
28901         * math/math.h (FP_NAN): Define macro to integer constant usable in
28902         #if and use that to give value to enum constant.
28903         (FP_INFINITE): Likewise.
28904         (FP_ZERO): Likewise.
28905         (FP_SUBNORMAL): Likewise.
28906         (FP_NORMAL): Likewise.
28907
28908 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
28909
28910         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
28911         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
28912         arguments.
28913
28914 2012-11-02  Roland McGrath  <roland@hack.frob.com>
28915
28916         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
28917         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
28918         autoconf-time if not.
28919         * configure.in: Remove AC_PREREQ.
28920
28921 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28922
28923         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
28924         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
28925         of the internal implementation.
28926
28927 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28928
28929         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
28930         except include of <misc/sys/syslog.h>.
28931
28932 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28933
28934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
28935         function returns with a NULL context exit with zero.
28936
28937 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28938
28939         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
28940
28941 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
28942
28943         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
28944         (run_program_cmd): This.
28945         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
28946         (tst_langinfo): New variable.  Use it.
28947
28948 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
28949
28950         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
28951         floating point opcodes.
28952
28953 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28954
28955         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
28956         variable.
28957
28958         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
28959
28960         * sysdeps/mach/hurd/powerpc: Remove directory.
28961         * sysdeps/mach/powerpc: Likewise.
28962
28963 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28964
28965         * scripts/check-local-headers.sh: Ignore c++ headers.
28966
28967 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28968
28969         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28970         __libc_cleanup_region_start argument.
28971
28972 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28973
28974         [BZ #14784]
28975         [BZ #14785]
28976         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28977         x * y using scaling, not as x * y + z.
28978         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28979         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28980         * math/libm-test.inc (fma_test): Add more tests.
28981         (fma_test_towardzero): Likewise.
28982         (fma_test_downward): Likewise.
28983         (fma_test_upward): Likewise.
28984
28985 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28986
28987         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28988
28989 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28990
28991         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28992         New variable.
28993
28994 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28995
28996         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28997
28998 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28999
29000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29001         Fix sort order.
29002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29003         Likewise.
29004
29005 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29006
29007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29008         Fix the order of the list for glibc 2.17.
29009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29010         Likewise.
29011
29012 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29013
29014         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29015
29016 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29017
29018         [BZ #14610]
29019         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29020         for low part of x being zero before using __atanl (y).
29021         * math/libm-test.inc (atan2_test): Add another test.
29022
29023         * manual/install.texi (Configuring and compiling): Document
29024         general use of test-wrapper and test-wrapper-env.
29025         * INSTALL: Regenerated.
29026
29027         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29028         (__fma): Do not extract and scale down low bits on after-rounding
29029         systems when result rounded to normal precision would have normal
29030         exponent.
29031         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29032         (__fmal): Do not extract and scale down low bits on after-rounding
29033         systems when result rounded to normal precision would have normal
29034         exponent.
29035         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29036         (__fmal): Do not extract and scale down low bits on after-rounding
29037         systems when result rounded to normal precision would have normal
29038         exponent.
29039         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29040         macro.
29041         (fma_test): Add more tests.
29042         (fma_test_towardzero): Likewise.
29043         (fma_test_downward): Likewise.
29044         (fma_test_upward): Likewise.
29045
29046 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29047
29048         * sysdeps/i386/tininess.h: Renamed to ...
29049         * sysdeps/x86/tininess.h: This.
29050         * sysdeps/x86_64/tininess.h: Removed.
29051
29052 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29053
29054         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29055         input.  Use $(build-program-cmd).
29056         ($(objpfx)tst-array1-static.out): Likewise.
29057         ($(objpfx)tst-array2.out): Likewise.
29058         ($(objpfx)tst-array3.out): Likewise.
29059         ($(objpfx)tst-array4.out): Likewise.
29060         ($(objpfx)tst-array5.out): Likewise.
29061         ($(objpfx)tst-array5-static.out): Likewise.
29062
29063 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29064
29065         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29066         if defined.
29067
29068         * nss/nsswitch.h (nss_interface_function): Provide new
29069         macro for use with NSS functions.
29070         * grp/initgroups.c: Use new macro.
29071         * nss/getXXbyYY.c: Likewise.
29072         * nss/getXXbyYY_r.c: Likewise.
29073         * nss/getXXent.c: Likewise.
29074         * nss/getXXent_r.c: Likewise.
29075         * sysdeps/posix/getaddrinfo.c: Likewise.
29076
29077 2012-10-30  Andreas Jaeger  <aj@suse.de>
29078
29079         * po/ru.po: Update Russion translation from translation project.
29080
29081 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29082
29083         [BZ #14152]
29084         [BZ #14783]
29085         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29086         result and shift together with sticky bit instead of replicating
29087         round-to-nearest rounding.
29088         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29089         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29090         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29091         missing underflow exceptions.
29092         (fma_test_towardzero): Add more tests.
29093         (fma_test_downward): Likewise.
29094         (fma_test_upward): Likewise.
29095
29096         [BZ #14047]
29097         * sysdeps/generic/tininess.h: New file.
29098         * sysdeps/i386/tininess.h: Likewise.
29099         * sysdeps/sh/tininess.h: Likewise.
29100         * sysdeps/x86_64/tininess.h: Likewise.
29101         * stdlib/tst-strtod-underflow.c: Likewise.
29102         * stdlib/tst-tininess.c: Likewise.
29103         * stdlib/strtod_l.c: Include <tininess.h>.
29104         (round_and_return): Do not set errno for exact underflow cases.
29105         Force an underflow exception when setting errno for underflow.
29106         Determine underflow based on rounding to normal precision if
29107         TININESS_AFTER_ROUNDING.
29108         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29109         ERANGE for exact underflow cases.
29110         * stdlib/Makefile (tests): Add tst-tininess and
29111         tst-strtod-underflow.
29112         ($(objpfx)tst-tininess): Use $(link-libm).
29113         ($(objpfx)tst-strtod-underflow): Likewise.
29114
29115 2012-10-30  Andreas Jaeger  <aj@suse.de>
29116
29117         [BZ#14767]
29118         * elf/Makefile (tests): Remove conditional for have-initfini-array
29119         since this is now always required and the variable does not exist
29120         anymore.
29121         (tests-static): Likewise.
29122         (modules-names): Likewise.
29123
29124         * po/eo.po: Add Esperanto translation from translation project.
29125
29126         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29127         merged with constructor/destructor.
29128         (init_array): Likewise.
29129         * elf/tst-array2dep.c (fini_array): Likewise.
29130         (init_array): Likewise.
29131
29132 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29133
29134         * manual/message.texi: Delete @cartouche tags.
29135
29136 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29137
29138         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29139         EOPNOTSUPP.
29140         * sysdeps/mach/hurd/fsync.c: Likewise.
29141
29142         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29143         [_POSIX_REALTIME_SIGNALS]: Change condition to
29144         [_POSIX_REALTIME_SIGNALS > 0].
29145
29146 2012-10-27  Andreas Jaeger  <aj@suse.de>
29147
29148         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29149         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29150         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29151         [__WORDSIZE != 64]: Likewise.
29152
29153 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29154
29155         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29156         *  iconvdata/tst-tables.sh: Likewise.
29157
29158 2012-10-25  David S. Miller  <davem@davemloft.net>
29159
29160         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29161         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29162         of strtoull.
29163
29164         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29165         ifunc-impl-list.c
29166         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29167         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29168         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29169         file.
29170
29171 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29172
29173         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29174         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29175         __getdirentries.
29176
29177 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29178             Jim Blandy  <jimb@codesourcery.com>
29179
29180         * scripts/cross-test-ssh.sh: New file.
29181         * manual/install.texi (Configuring and compiling): Document use of
29182         cross-test-ssh.sh.
29183         * INSTALL: Regenerated.
29184
29185 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29186
29187         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29188         EOPNOTSUPP.
29189
29190 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29191
29192         * Makeconfig (run-program-prefix): Fix comment.
29193
29194 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29195             Jim Blandy  <jimb@codesourcery.com>
29196
29197         * Makeconfig (test-wrapper): New variable,
29198         (test-wrapper-env): Likewise.
29199         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29200         (run-built-tests): Define to yes.
29201         (run-program-prefix): Use $(test-wrapper).
29202         (built-program-cmd): Likewise.
29203         * Rules (make-test-out): Use $(test-wrapper-env) and
29204         $(host-built-program-cmd).
29205         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29206         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29207         tst-pathopt.sh.
29208         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29209         $(test-wrapper-env) to tst-rtld-load-self.sh.
29210         ($(objpfx)order2.out): Use $(test-wrapper).
29211         ($(objpfx)tst-initorder.out): Likewise.
29212         ($(objpfx)tst-initorder2.out): Likewise.
29213         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29214         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29215         (test_wrapper_env): New variable.  Use it to run ld.so.
29216         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29217         Use it to run ld.so.
29218         (test_wrapper_env): Likewise.
29219         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29220         $(test-wrapper) to run-iconv-test.sh.
29221         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29222         (ICONV): Use $test_wrapper.
29223         * posix/Makefile ($(objpfx)globtest.out): Pass
29224         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29225         globtest.sh, not $(run-program-prefix).
29226         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29227         (test_wrapper): Likewise.
29228         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29229         set together with run_via_rtld_prefix.
29230         (run_program_prefix): Define in terms of test_wrapper and
29231         run_via_rtld_prefix.
29232
29233 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29234
29235         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29236         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29237         Targets removed.
29238
29239         [BZ #14743]
29240         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29241         Declare __clock_getres, __clock_gettime, __clock_settime,
29242         __clock_nanosleep, and __clock_getcpuclockid.
29243         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29244         Remove librt_hidden_def (clock_gettime).
29245         * sysdeps/unix/clock_gettime.c: Likewise.
29246         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29247         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29248         * rt/clock_getres.c: Define __clock_getres as an alias.
29249         * sysdeps/posix/clock_getres.c: Likewise.
29250         * rt/clock_settime.c: Define __clock_settime as an alias.
29251         * sysdeps/unix/clock_settime.c: Likewise.
29252         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29253         * sysdeps/unix/clock_nanosleep.c: Likewise.
29254         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29255         * rt/clock-compat.c: New file.
29256         * rt/Makefile (librt-routines): Add clock-compat and move
29257         $(clock-routines) to ...
29258         (routines): ... here, new variable.
29259         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29260         Don't add get_clockfreq here.
29261         * rt/Versions (libc: GLIBC_2.17): New version set.
29262         Add clock_* symbols here.
29263         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29264         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29265         (GLIBC_2.17): Add clock_* symbols.
29266         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29267         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29268         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29270         Likewise.
29271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29272         Likewise.
29273         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29275         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29276         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29277         * NEWS: Mention the move.
29278
29279         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29280         Use __open, __read, __close rather than their public counterparts.
29281         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29282         (__get_clockfreq_via_cpuinfo): Likewise.
29283         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29284         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29285
29286         * config.h.in (HAVE_IFUNC): New #undef.
29287         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29288         was successful.
29289         * configure: Regenerated.
29290
29291 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29292
29293         * configure.in: Move READELF check to start of file.
29294         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29295         libc_cv_asm_gnu_indirect_function in the process.
29296         * configure: Regenerated.
29297
29298 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29299
29300         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29301         send the output to /dev/null.
29302         (libc_cv_cc_with_libunwind): Likewise.
29303         (libc_cv_as_noexecstack): Likewise.
29304         * configure: Regenerate.
29305
29306 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29307
29308         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29309
29310         * posix/globtest.sh (TMPDIR): Do not set.
29311         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29312         (testout): Likewise.
29313
29314 2012-10-24  Andreas Jaeger  <aj@suse.de>
29315
29316         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29317         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29318         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29319         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29320         posix_fadvise64, posix_fallocate64.
29321
29322         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29323         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29324         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29325         Likewise.
29326         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29327         Likewise.
29328         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29329
29330         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29331         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29332         <bits/fcntl-linux.h>.
29333         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29334
29335         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29336         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29337         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29338         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29339         [__WORDSIZE != 64]: Likewise.
29340
29341 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29342
29343         * Makeconfig (run-built-tests): New variable.
29344         * Rules [$(cross-compiling) = yes]: Change condition to
29345         [$(run-built-tests) = no].
29346         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29347         to [$(run-built-tests) = yes].
29348         * elf/Makefile [$(cross-compiling) = no]: Likewise
29349         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29350         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29351         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29352         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29353         * io/Makefile [$(cross-compiling) = no]: Likewise.
29354         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29355         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29356         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29357         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29358         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29359         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29360         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29361         * string/Makefile [$(cross-compiling) = no]: Likewise.
29362
29363         * posix/Makefile ($(objpfx)globtest.out): Pass
29364         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29365         $(rtld-installed-name).
29366         * posix/globtest.sh (elf_objpfx): Remove variable.
29367         (rtld_installed_name): Likewise.
29368         (library_path): Likewise.
29369         (run_program_prefix): New variable.  Use for running globtest
29370         binary.
29371
29372 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29373             Joseph Myers  <joseph@codesourcery.com>
29374
29375         * Makeconfig (host-built-program-cmd): New variable.
29376         * elf/Makefile (tst-stackguard1-ARGS): Use
29377         $(host-built-program-cmd).
29378         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29379         (tst-spawn-ARGS): Likewise.
29380         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29381
29382 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29383             Jim Blandy  <jimb@codesourcery.com>
29384
29385         * Makeconfig (run-via-rtld-prefix): New variable.
29386         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29387         (built-program-cmd): Likewise.
29388
29389 2012-10-22  Andreas Jaeger  <aj@suse.de>
29390
29391         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29392         __O_RSYNC if it exists, otherwise to O_SYNC.
29393
29394 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29395             Joseph Myers  <joseph@codesourcery.com>
29396
29397         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29398         /dev/null.
29399         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29400         from /dev/null
29401         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29402         /dev/null.
29403
29404 2012-10-22  Andreas Jaeger  <aj@suse.de>
29405
29406         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29407         Define always.
29408         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29409
29410         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29411         bits/fcntl-linux.h.
29412
29413         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29414         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29415
29416         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29417         to __O_LARGEFILE.
29418         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29419         to __O_LARGEFILE.
29420
29421 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29422             Joseph Myers  <joseph@codesourcery.com>
29423
29424         * config.make.in (NM): New variable.
29425
29426 2012-10-21  Andreas Jaeger  <aj@suse.de>
29427
29428         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29429         definitions and declarations that are provided by
29430         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29431
29432 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29433
29434         [BZ #14683]
29435         * elf/Makefile (tests-static): Add tst-leaks1-static.
29436         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29437         ($(objpfx)tst-leaks1-static): New rule.
29438         ($(objpfx)tst-leaks1-static-mem): Likewise.
29439         (tst-leaks1-static-ENV): New macro.
29440         * elf/dl-open.c (dl_open_worker): Check the main application
29441         only if SHARED is defined.
29442         * elf/tst-leaks1-static.c: New file.
29443
29444 2012-10-20  Andreas Jaeger  <aj@suse.de>
29445
29446         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29447         generic values for Linux.
29448         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29449         and declarations that are provided by <bits/fcntl-linux.h> and
29450         include <bits/fcntl-linux.h>.
29451         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29452         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29453
29454 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29455
29456         * io/fcntl.h: Move include of <bits/types.h> to the top and
29457         include it unconditionally.
29458
29459 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29460
29461         * wcsmbs/Makefile (tests-ifunc): New variable.
29462         (tests): Add $(tests-ifunc).
29463         * wcsmbs/test-wcschr-ifunc.c: New file.
29464         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29465         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29466         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29467         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29468         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29469
29470         * string/Makefile (tests-ifunc): New variable.
29471         (tests): Add $(tests-ifunc).
29472         * string/test-memccpy.c (TEST_NAME): New macro.
29473         * string/test-memchr.c (TEST_NAME): Likewise.
29474         * string/test-memcmp.c (TEST_NAME): Likewise.
29475         * string/test-memcpy.c (TEST_NAME): Likewise.
29476         * string/test-memmem.c (TEST_NAME): Likewise.
29477         * string/test-memmove.c (TEST_NAME): Likewise.
29478         * string/test-memset.c (TEST_NAME): Likewise.
29479         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29480         * string/test-stpcpy.c (TEST_NAME): Likewise.
29481         * string/test-stpncpy.c (TEST_NAME): Likewise.
29482         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29483         * string/test-strcasestr.c (TEST_NAME): Likewise.
29484         * string/test-strcat.c (TEST_NAME): Likewise.
29485         * string/test-strchr.c (TEST_NAME): Likewise.
29486         * string/test-strcmp.c(TEST_NAME): Likewise.
29487         * string/test-strcpy.c (TEST_NAME): Likewise.
29488         * string/test-strcspn.c (TEST_NAME): Likewise.
29489         * string/test-strlen.c (TEST_NAME): Likewise.
29490         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29491         * string/test-strncmp.c (TEST_NAME): Likewise.
29492         * string/test-strncpy.c (TEST_NAME): Likewise.
29493         * string/test-strnlen.c (TEST_NAME): Likewise.
29494         * string/test-strpbrk.c (TEST_NAME): Likewise.
29495         * string/test-strrchr.c (TEST_NAME): Likewise.
29496         * string/test-strspn.c (TEST_NAME): Likewise.
29497         * string/test-strstr.c (TEST_NAME): Likewise.
29498         * string/test-bcopy-ifunc.c: New file.
29499         * string/test-bzero-ifunc.c: Likewise.
29500         * string/test-memccpy-ifunc.c: Likewise.
29501         * string/test-memchr-ifunc.c: Likewise.
29502         * string/test-memcmp-ifunc.c: Likewise.
29503         * string/test-memcpy-ifunc.c: Likewise.
29504         * string/test-memmem-ifunc.c: Likewise.
29505         * string/test-memmove-ifunc.c: Likewise.
29506         * string/test-mempcpy-ifunc.c: Likewise.
29507         * string/test-memset-ifunc.c: Likewise.
29508         * string/test-rawmemchr-ifunc.c: Likewise.
29509         * string/test-stpcpy-ifunc.c: Likewise.
29510         * string/test-stpncpy-ifunc.c: Likewise.
29511         * string/test-strcasecmp-ifunc.c: Likewise.
29512         * string/test-strcasestr-ifunc.c: Likewise.
29513         * string/test-strcat-ifunc.c: Likewise.
29514         * string/test-strchr-ifunc.c: Likewise.
29515         * string/test-strchrnul-ifunc.c: Likewise.
29516         * string/test-strcmp-ifunc.c: Likewise.
29517         * string/test-strcpy-ifunc.c: Likewise.
29518         * string/test-strcspn-ifunc.c: Likewise.
29519         * string/test-strlen-ifunc.c: Likewise.
29520         * string/test-strncasecmp-ifunc.c: Likewise.
29521         * string/test-strncat-ifunc.c: Likewise.
29522         * string/test-strncmp-ifunc.c: Likewise.
29523         * string/test-strncpy-ifunc.c: Likewise.
29524         * string/test-strnlen-ifunc.c: Likewise.
29525         * string/test-strpbrk-ifunc.c: Likewise.
29526         * string/test-strrchr-ifunc.c: Likewise.
29527         * string/test-strspn-ifunc.c: Likewise.
29528         * string/test-strstr-ifunc.c: Likewise.
29529
29530         * debug/Makefile (tests-ifunc): New variable.
29531         (tests): Add $(tests-ifunc).
29532         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29533         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29534         * debug/test-stpcpy_chk-ifunc.c: New file.
29535         * debug/test-strcpy_chk-ifunc.c: Likewise.
29536
29537 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29538
29539         [BZ #13601]
29540         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29541         header is not read in.
29542
29543 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29544
29545         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29546         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29547         directly.  Pass built executable to script as
29548         $(built-program-cmd).
29549         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29550         $testprogram without using LD_LIBRARY_PATH and $ldso.
29551
29552         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29553         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29554         $(rtld-installed-name).
29555         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29556         (rtld_installed_name): Likewise.
29557         (library_path): Likewise.
29558         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29559         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29560         $(run-program-prefix) to tst-tables.sh.
29561         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29562         it to run tst-table-from and tst-table-to.
29563         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29564         Pass it to tst-table.sh.
29565         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29566         $(run-program-prefix) to tst-gettext.sh.
29567         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29568         tst-translit.sh.
29569         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29570         tst-gettext2.sh.
29571         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29572         to run tst-gettext.
29573         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29574         to run tst-gettext2.
29575         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29576         to run tst-translit.
29577         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29578         $(run-program-prefix) to tst-mtrace.sh.
29579         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29580         to run tst-mtrace.
29581         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29582         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29583         $(rtld-installed-name).
29584         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29585         (rtld_installed_name): Likewise.
29586         (run_program_prefix): New variable.  Use it to run wordexp-test.
29587
29588         * Makeconfig (ARCH): Remove all definitions.
29589         (machine): Likewise.
29590         [ARCH]: Remove conditional code.
29591         [!objdir]: Give error.
29592         [!objdir] (objpfx): Remove.
29593         [!objdir] (common-objpfx): Likewise.
29594         [!objdir] (common-objdir): Likewise.
29595         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29596         AC_CONFIG_FILES call.
29597         * configure: Regenerated.
29598
29599         [BZ #13888]
29600         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29601         or TMPDIR.
29602         (testout): Likewise.
29603
29604         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29605         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29606         $(rtld-installed-name).
29607         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29608         (rtld_installed_name): Likwise.
29609         (runit): Remove function.
29610         (run_getconf): New variable,  Use it for running getconf binary.
29611
29612 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29613
29614         [BZ #14716]
29615         * string/test-memmem.c (check_result): New function.
29616         (do_one_test): Use it.
29617         (check1): New function.
29618         (test_main): Use it.
29619
29620 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29621
29622         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29623
29624 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29625
29626         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29627         (_G_LSEEK64): Likewise.
29628         (_G_MMAP64): Likewise.
29629         (_G_FSTAT64): Likewise.
29630         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29631         (_G_LSEEK64): Likewise.
29632         (_G_MMAP64): Likewise.
29633         (_G_FSTAT64): Likewise.
29634         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29635         unconditional.  Call __mmap64 directly.
29636         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29637         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29638         __lseek64 directly.
29639         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29640         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29641         __mmap64 directly.
29642         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29643         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29644         __lseek64 directly.
29645         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29646         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29647         __lseek64 directly.
29648         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29649         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29650         __lseek64 directly.
29651         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29652         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29653         __fxstat64 directly.
29654         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29655         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29656         unconditional.
29657         (freopen64) [!_G_OPEN64]: Remove conditional code.
29658         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29659         unconditional.
29660         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29661         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29662         unconditional.
29663         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29664         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29665         unconditional.
29666         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29667         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29668         unconditional.
29669         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29670         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29671         unconditional.
29672         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29673         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29674         unconditional.
29675         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29676         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29677         unconditional.
29678         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29679
29680 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29681
29682         [BZ #12140]
29683         * manual/memory.texi (Malloc Tunable Parameters): Add note
29684         about free list pointers overwriting some perturb bytes.
29685         Wording suggested by Roland McGrath.
29686
29687 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29688
29689         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29690         (lgamma_test): Likewise.
29691         (tgamma_test): Likewise.
29692
29693 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29694
29695         [BZ #14700]
29696         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29697         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29698
29699 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29700
29701         * NEWS: Mention BZ #14716.
29702         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
29703         when removing AVAILABLE1_USES_J macro.
29704
29705 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
29706
29707         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
29708         (__bswap_64): __uint64_t for unsigned 64-bit int.
29709
29710 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
29711
29712         * include/string.h (memmem): Declare libc hidden alias.
29713         * string/memmem.c (memmem): Define libc hidden alias.
29714         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
29715         __read, __close instead of open, read, close.
29716
29717 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
29718
29719         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
29720         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
29721         global and hidden.
29722         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
29723         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
29724         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
29725         Likewise.
29726         (__rawmemchr_sse2): Likewise.
29727         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
29728         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
29729         (__strchr_sse2): Likewise.
29730         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
29731         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
29732         (__strcasecmp_sse2): Likewise.
29733         (__strncasecmp_sse2): Likewise.
29734         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
29735         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
29736         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
29737         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
29738         (__strrchr_sse2): Likewise.
29739         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
29740         ifunc-impl-list.c.
29741         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
29742         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
29743         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
29744         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
29745         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
29746         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
29747         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29748         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29749         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
29750         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
29751         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
29752         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
29753         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
29754         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
29755         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
29756         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29757         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
29758         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
29759         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
29760         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
29761         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
29762         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
29763         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
29764         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29765         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
29766         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
29767         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
29768         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
29769         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
29770         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
29771
29772         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
29773         global and hidden.
29774         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
29775         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
29776         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
29777         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
29778         Likewise.
29779         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
29780         Likewise.
29781         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
29782         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
29783         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
29784         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
29785         ifunc-impl-list.c.
29786         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
29787         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
29788         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
29789         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
29790         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
29791         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
29792         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
29793         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
29794         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
29795         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
29796         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
29797         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
29798         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
29799         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
29800         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
29801         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29802         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
29803         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
29804         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
29805         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
29806         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29807         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
29808         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
29809         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
29810         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29811         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
29812         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
29813         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
29814         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
29815         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
29816         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
29817         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
29818         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
29819         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
29820         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
29821         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
29822         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
29823         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
29824         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
29825         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
29826         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
29827
29828         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
29829         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
29830         * include/ifunc-impl-list.h: New file.
29831         * misc/ifunc-impl-list.c: Likewise.
29832         * misc/Makefile (routines): Add ifunc-impl-list.
29833         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
29834         * string/test-string.h: Include <ifunc-impl-list.h>.
29835         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
29836         TEST_NAME]: New variables.
29837         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
29838         are defined.
29839         (test_init): Call __libc_ifunc_impl_list to initialize
29840         func_list if TEST_IFUNC and TEST_NAME are defined.
29841
29842         * string/Makefile (strop-tests): Add bcopy and bzero.
29843         * string/test-bcopy.c: New file.
29844         * string/test-bzero.c: Likewise.
29845         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
29846         defined.
29847         * string/test-memset.c: Support bzero test if TEST_BZERO is
29848         defined.
29849         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
29850         __libc_memmove.
29851         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
29852         __libc_memset.
29853         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
29854         of memset.
29855
29856 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
29857
29858         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
29859         * configure: Regenerated.
29860
29861         * Makeconfig (+link-static-before-libc): Don't include
29862         $(link-static-libc).
29863
29864         * libio/libio.h (_IO_pos_t): Remove.
29865
29866 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29867
29868         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
29869         McGrath.
29870
29871 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29872
29873         * crypt/crypt-entry.c: Include fips-private.h.
29874         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
29875         * crypt/md5c-test.c (main): Tolerate disabled MD5.
29876         * sysdeps/unix/sysv/linux/fips-private.h: New file.
29877         * sysdeps/generic/fips-private.h: New file, dummy fallback.
29878
29879 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29880
29881         * crypt/crypt-private.h: Include stdbool.h.
29882         (_ufc_setup_salt_r): Return bool.
29883         * crypt/crypt-entry.c: Include errno.h.
29884         (__crypt_r): Return NULL with EINVAL for bad salt.
29885         * crypt/crypt_util.c (bad_for_salt): New.
29886         (_ufc_setup_salt_r): Check that salt is long enough and within
29887         the specified alphabet.
29888         * crypt/badsalttest.c: New file.
29889         * crypt/Makefile (tests): Add it.
29890         ($(objpfx)badsalttest): New.
29891
29892 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
29893
29894         * NEWS: Add entry for BZ #14602.
29895
29896 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29897
29898         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
29899         type-generic.
29900         * math/libm-test.inc: Update comment listing what functions and
29901         macros are tested.
29902         (isgreater_test): New function.
29903         (isgreaterequal_test): Likewise.
29904         (isless_test): Likewise.
29905         (islessequal_test): Likewise.
29906         (islessgreater_test): Likewise.
29907         (isunordered_test): Likewise.
29908         (main): Call the new functions.
29909
29910 2012-10-09  Roland McGrath  <roland@hack.frob.com>
29911
29912         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
29913         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
29914         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
29915         * sysdeps/i386/configure: Regenerated.
29916         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
29917         * sysdeps/mach/configure: Regenerated.
29918         * sysdeps/mach/hurd/configure: Regenerated.
29919         * sysdeps/powerpc/configure: Regenerated.
29920         * sysdeps/powerpc/powerpc32/configure: Regenerated.
29921         * sysdeps/powerpc/powerpc64/configure: Regenerated.
29922         * sysdeps/s390/s390-32/configure: Regenerated.
29923         * sysdeps/s390/s390-64/configure: Regenerated.
29924         * sysdeps/sh/configure: Regenerated.
29925         * sysdeps/sparc/configure: Regenerated.
29926         * sysdeps/unix/sysv/linux/configure: Regenerated.
29927         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
29928         * sysdeps/x86_64/configure: Regenerated.
29929
29930         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
29931         defined.  Don't check if MAP is NULL.
29932
29933 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29934
29935         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
29936         (_G_stat64): Likewise.
29937         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
29938         (_G_stat64): Likewise.
29939         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
29940         instead of struct _G_stat64.
29941         * libio/fileops.c (mmap_remap_check): Likewise.
29942         (decide_maybe_mmap): Likewise.
29943         (_IO_new_file_seekoff): Likewise.
29944         (_IO_file_stat): Likewise.
29945         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
29946         _G_off64_t.
29947         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
29948         instead of struct _G_stat64.
29949         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29950
29951 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
29952
29953         [BZ #14602]
29954         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29955         Replace with ...
29956         (CHECK_EOL): New macro.
29957         (two_way_short_needle): Check beginning of haystack for EOL.  Use
29958         CHECK_EOL.
29959         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29960         Replace with CHECK_EOL.
29961         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29962         Replace with CHECK_EOL.
29963
29964 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
29965
29966         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29967         type-generic.
29968         * math/libm-test.inc: Update comment listing what functions and
29969         macros are tested.
29970         (finite_test): New function.
29971         (isinf_test): Likewise.
29972         (isnan_test): Likewise.
29973         (fpclassify_test): Test subnormal input.
29974         (isfinite_test): Likewise.
29975         (isnormal_test): Likewise.
29976         (main): Call the new functions.
29977
29978 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29979
29980         [BZ #14660]
29981         * Makerules (%.dynsym): Force C locale when running
29982         $(OBJDUMP) --dynamic-syms.
29983
29984 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29985
29986         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29987         <stdint.h>.
29988
29989 2012-10-06  David S. Miller  <davem@davemloft.net>
29990
29991         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29992         upper 32-bits of the length value in %o2 since we use branch-on-register
29993         tests which consider the entire 64-bit register.
29994
29995 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29996
29997         * string/test-strstr.c (check2): Add a test for page boundary.
29998
29999 2012-10-05  David S. Miller  <davem@davemloft.net>
30000
30001         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30002         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30003         file.
30004         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30005         sysdep_routines.
30006         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30007         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30008         and bzero when HWCAP_SPARC_CRYPTO is present.
30009
30010 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30011
30012         [BZ #14602]
30013         * string/test-strstr.c (check2): New function.
30014         (test_main): Call check2.
30015
30016         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30017         and bug-strchr1.
30018         * string/bug-strcasestr1.c (do_test): Moved to ...
30019         * string/test-strcasestr.c (check1): Here.  New function.
30020         (do_one_test): Break out result checking code into ...
30021         (check_result): This.  New function.
30022         (do_one_test): Call check_result.
30023         (test_main): Call check1.
30024         * string/bug-strchr1.c (do_test): Moved to ...
30025         * string/test-strchr.c (check1): Here.  New function.
30026         (do_one_test): Break out result checking code into ...
30027         (check_result): This.  New function.
30028         (do_one_test): Call check_result.
30029         (test_main): Call check1.
30030         * string/bug-strstr1.c (main): Moved to ...
30031         * string/test-strstr.c (check1): Here.  New function.
30032         (do_one_test): Break out result checking code into ...
30033         (check_result): This.  New function.
30034         (do_one_test): Call check_result.
30035         (test_main): Call check1.
30036         * string/bug-strcasestr1.c: Removed.
30037         * string/bug-strchr1.c: Likewise.
30038         * string/bug-strstr1.c: Likewise.
30039
30040         * elf/Makefile (dl-routines): Add hwcaps.
30041         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30042         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30043         (_dl_important_hwcaps): Moved to ...
30044         * elf/dl-hwcaps.c: Here.  New file.
30045         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30046
30047         [BZ #14557]
30048         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30049         if IS_IN_rtld isn't defined.
30050
30051         * elf/dl-support.c (_dl_sysinfo_map): New.
30052         Include "get-dynamic-info.h" and "setup-vdso.h".
30053         (_dl_non_dynamic_init): Call setup_vdso.
30054         * elf/dynamic-link.h: Don't include <assert.h>.
30055         (elf_get_dynamic_info): Moved to ...
30056         * elf/get-dynamic-info.h: Here.  New file.
30057         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30058         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30059         * elf/setup-vdso.h: Here.  New file.
30060         * elf/rtld.c: Include "setup-vdso.h".
30061         (dl_main): Call setup_vdso.
30062
30063 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30064
30065         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30066         creal in comment listing functions tested.  List finite, isinf,
30067         isnan, isless, islessequal, isgreater, isgreaterequal,
30068         islessgreater, isunordered, lgamma_r and pow10 as functions and
30069         macros not tested.  Mention which functions not tested are aliases
30070         for other functions.  Fix typo.  Note that signs of NaNs are not
30071         tested.
30072
30073         * scripts/config.guess: Update from config.git.
30074         * scripts/config.sub: Likewise.
30075
30076 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30077
30078         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30079         * misc/madvise.c (madvise): Renamed to __madvise.
30080         Make madvise a weak alias.
30081         * include/sys/mman.h: Declare __madvise.
30082         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30083         * sysdeps/unix/syscalls.list
30084         (madvise): Make __madvise the strong name, and madvise a weak alias.
30085         * sysdeps/unix/sysv/linux/syscalls.list
30086         (madvise, mmap): Remove redundant entries.
30087         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30088         * malloc/malloc.c (mtrim): Likewise.
30089         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30090
30091 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30092
30093         * sysdeps/mach/hurd/dl-cache.c: File removed.
30094         * config.h.in (USE_LDCONFIG): New #undef.
30095         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30096         * configure: Regenerated.
30097         * elf/Makefile (dl-routines): Add dl-cache only under
30098         [$(use-ldconfig) = yes].
30099         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30100         cache on [USE_LDCONFIG].
30101         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30102         [USE_LDCONFIG].
30103         * elf/rtld.c (dl_main): Likewise.
30104
30105 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30106
30107         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30108         _SC_LEVEL4_CACHE_LINESIZE.
30109
30110 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30111
30112         * sysdeps/unix/bsd/confstr.h: File removed.
30113
30114 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30115
30116         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30117         sys/sdt-config.h.
30118
30119 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30120
30121         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30122         Make 'mapoff' field ElfW(Off) rather than off_t.
30123
30124 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30125
30126         * nscd/Makefile: Remove nscd-cflags and all its users.
30127         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30128         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30129
30130         [BZ #10631]
30131         * malloc.c (malloc_printerr): Clarify error message.
30132
30133 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30134
30135         [BZ #14648]
30136         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30137         Set bit_FMA_Usable if FMA is supported.
30138         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30139         macro.
30140         (bit_FMA4_Usable): Updated.
30141         (index_FMA_Usable): New macro.
30142         (CPUID_FMA): Likewise
30143         (HAS_FMA): Defined with bit_FMA_Usable.
30144
30145 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30146
30147         * bits/types.h (__swblk_t): Type removed.
30148         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30149         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30150         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30151         (__SWBLK_T_TYPE): Likewise.
30152         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30153         (__SWBLK_T_TYPE): Likewise.
30154         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30155         (__SWBLK_T_TYPE): Likewise.
30156         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30157         (__SWBLK_T_TYPE): Likewise.
30158
30159 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30160             Honza Horak <hhorak@redhat.com>
30161
30162         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30163         (xdr_mapname): Use YPMAXMAP as maxsize.
30164         (xdr_peername): Use YPMAXPEER as maxsize.
30165         (xdr_keydat): Use YPAXRECORD as maxsize.
30166         (xdr_valdat): Use YPMAXRECORD as maxsize.
30167
30168 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30169
30170         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30171
30172         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30173         * csu/init-first.c: ... here.
30174         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30175         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30176         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30177         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30178         * sysdeps/i386/init-first.c: File removed.
30179         * sysdeps/sh/init-first.c: File removed.
30180
30181 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30182
30183         [BZ #14645]
30184         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30185         if x * y might underflow to zero and z is zero.
30186         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30187         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30188         * math/libm-test.inc (min_subnorm_value): New variable.
30189         (fma_test): Add more tests.
30190         (fma_test_towardzero): Likewise.
30191         (fma_test_downward): Likewise
30192         (fma_test_upward): Likewise.
30193         (initialize): Set min_subnorm_value.
30194
30195 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30196
30197         [BZ #14638]
30198         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30199         0 + 0.
30200         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30201         mode for addition resulting in exact zero.
30202         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30203         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30204         exact 0 + 0.
30205         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30206         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30207         * math/libm-test.inc (fma_test): Add more tests.
30208         (fma_test_towardzero): New function.
30209         (fma_test_downward): Likewise.
30210         (fma_test_upward): Likewise.
30211         (main): Call the new functions.
30212
30213 2012-09-28  David S. Miller  <davem@davemloft.net>
30214
30215         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30216
30217 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30218
30219         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30220         instead of SIGALRM.
30221
30222         * sysdeps/gnu/_G_config.h: Moved to ...
30223         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30224         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30225         * sysdeps/generic/_G_config.h: ... here.
30226
30227         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30228
30229         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30230
30231         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30232         Conditionalize target on [libnss_test1.so-version].
30233
30234         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30235
30236         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30237         (elfobjdir): Move out of conditionals.
30238
30239         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30240         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30241         (__nss_lookup_function): Conditionalize label remove_from_tree on
30242         [!DO_STATIC_NSS || SHARED], matching its only use.
30243
30244 2012-09-28  David S. Miller  <davem@davemloft.net>
30245
30246         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30247         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30248         file.
30249         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30250         sysdep_routines.
30251         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30252         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30253         when HWCAP_SPARC_CRYPTO is present.
30254
30255 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30256
30257         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30258
30259 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30260
30261         [BZ #6530]
30262         * stdio-common/vfprintf.c (process_string_arg): Revert
30263         2000-07-22 change.
30264
30265 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30266
30267         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30268         for testcase.
30269         * stdio-common/tst-sprintf.c: Include <locale.h>
30270         (main): Test sprintf's handling of incomplete multibyte
30271         characters.
30272
30273 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30274
30275         * elf/dl-runtime.c (VERSYMIDX): Removed.
30276         * elf/dl-version.c (VERSYMIDX): Likewise.
30277         * elf/do-rel.h (VERSYMIDX): Likewise.
30278         (VALIDX): Likewise.
30279         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30280         * elf/rtld.c (VALIDX): Likewise.
30281         (ADDRIDX): Likewise.
30282         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30283         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30284         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30285         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30286         (VALIDX): Likewise.
30287         (ADDRIDX): Likewise.
30288
30289 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30290
30291         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30292
30293 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30294
30295         [BZ #11438]
30296         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30297         to global scope.
30298         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30299         addresses are in the same scope as 192.0.2/24.
30300         * posix/gai.conf: Document new scope table defaults.
30301
30302 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30303
30304         [BZ #5298]
30305         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30306         for ftell.  Compute offsets from write pointers instead.
30307         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30308
30309 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30310
30311         [BZ #14543]
30312         * libio/Makefile (tests): New test case tst-fseek.
30313         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30314         combination works in wide mode.
30315         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30316         state when the external buffer state changes.
30317
30318 2012-09-27  David S. Miller  <davem@davemloft.net>
30319
30320         [BZ #14376]
30321         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30322         pass reloc->r_addend in as the 'high' argument to
30323         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30324
30325         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30326
30327 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30328
30329         * rt/tst-aio2.c: Include <pthread.h>.
30330         * rt/tst-aio3.c: Likewise.
30331
30332 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30333
30334         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30335
30336 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30337
30338         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30339         contents on [SHARED].
30340
30341 2012-09-26  Marek Polacek  <polacek@redhat.com>
30342
30343         [BZ #14530]
30344         [BZ #13741]
30345         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30346         for C++ and GCC <4.3 as well as for non GCC compilers.
30347
30348 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30349
30350         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30351
30352 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30353
30354         * Makefile.in (all, install): Declare with .PHONY.
30355         Reported by Michael Hope <michael.hope@linaro.org>.
30356
30357 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30358
30359         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30360         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30361         system header.
30362         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30363         Likewise.
30364         (sydep_routines): Add the new and the internal functions.
30365         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30366         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30368         (GLIBC_2.17): Add the new function.
30369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30370         (GLIBC_2.17): Likewise.
30371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30372         (GLIBC_2.17): Likewise.
30373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30374         (GLIBC_2.17): Likewise.
30375         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30376
30377 2012-09-25  Alan Modra  <amodra@gmail.com>
30378
30379         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30380         Add release barrier before setting once_control to say
30381         initialisation is done.  Add hints on lwarx.  Use macro in
30382         place of isync.
30383         (clear_once_control): Add release barrier.
30384
30385 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30386
30387         [BZ #13629]
30388         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30389         specially.
30390         * math/s_clog10.c (__clog10): Likewise.
30391         * math/s_clog10f.c (__clog10f): Likewise.
30392         * math/s_clog10l.c (__clog10l): Likewise.
30393         * math/s_clogf.c (__clogf): Likewise.
30394         * math/s_clogl.c (__clogl): Likewise.
30395         * math/Makefile (libm-calls): Add x2y2m1.
30396         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30397         (__x2y2m1): Likewise.
30398         (__x2y2m1l): Likewise.
30399         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30400         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30401         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30402         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30403         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30404         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30405         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30406         * sysdeps/i386/fpu/libm-test-ulps: Update.
30407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30408
30409         [BZ #14621]
30410         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30411         int as type of variable DEPTH.
30412         (glob): Use size_t instead of int as type of variables NEWCOUNT
30413         and OLD_PATHC.
30414
30415 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30416
30417         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30418         Add s_sincosf-sse2.
30419         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30420         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30421         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30422         macros for using routine as __sincosf_ia32.
30423         Use macro for function declaration and weak_alias.
30424         * sysdeps/i386/fpu/libm-test-ulps: Update.
30425
30426         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30427         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30428
30429         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30430         subnormal argument.
30431         * math/s_cexpf.c (__cexpf): Likewise.
30432         * math/s_csinf.c (__csinf): Likewise.
30433         * math/s_csinhf.c (__csinhf): Likewise.
30434         * math/s_ctanf.c (__ctanf): Likewise.
30435         * math/s_ctanhf.c (__ctanhf): Likewise.
30436         * math/s_ccosh.c (__ccoshf): Likewise.
30437         * math/s_cexp.c (__cexpl): Likewise.
30438         * math/s_csin.c (__csin): Likewise.
30439         * math/s_csinh.c (__csinh): Likewise.
30440         * math/s_ctan.c (__ctan): Likewise.
30441         * math/s_ctanh.c (ctanh): Likewise.
30442         * math/s_ccoshl.c (__ccoshl): Likewise.
30443         * math/s_cexpl.c (__cexpl): Likewise.
30444         * math/s_csinl.c (__csinl): Likewise.
30445         * math/s_csinhl.c (__csinhl): Likewise.
30446         * math/s_ctanl.c (__ctanl): Likewise.
30447         * math/s_ctanhl.c (__ctanhl): Likewise.
30448
30449 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30450
30451         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30452         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30453         (_IO_off_t): Define to __off_t, not _G_off_t.
30454         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30455         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30456         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30457         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30458         type of __dummy and __dummy2 fields.
30459         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30460         (_G_ssize_t): Likewise.
30461         (_G_off_t): Likewise.
30462         (_G_pid_t): Likewise.
30463         (_G_uid_t): Likewise.
30464         (_G_wchar_t): Likewise.
30465         (_G_wint_t): Likewise.
30466         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30467         (_G_ssize_t): Likewise.
30468         (_G_off_t): Likewise.
30469         (_G_pid_t): Likewise.
30470         (_G_uid_t): Likewise.
30471         (_G_wchar_t): Likewise.
30472         (_G_wint_t): Likewise.
30473         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30474         (_G_ssize_t): Likewise.
30475         (_G_off_t): Likewise.
30476         (_G_pid_t): Likewise.
30477         (_G_uid_t): Likewise.
30478         (_G_wchar_t): Likewise.
30479         (_G_wint_t): Likewise.
30480
30481 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30482
30483         * malloc/arena.c: Include malloc-sysdep.h.
30484         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30485         is sufficient to shrink the heap or an unmap is needed.
30486         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30487         new function check_may_shrink_heap.
30488         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30489         new function check_may_shrink_heap.
30490
30491 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30492
30493         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30494         comments.
30495
30496 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30497
30498         * catgets/test-gencat.sh: Add "set -e".
30499         * elf/tst-pathopt.sh: Likewise.
30500         * grp/tst_fgetgrent.sh: Likewise.
30501         * iconvdata/run-iconv-test.sh: Likewise.
30502         * intl/tst-gettext.sh: Likewise.
30503         * intl/tst-gettext2.sh: Likewise.
30504         * intl/tst-gettext4.sh: Likewise.
30505         * intl/tst-gettext6.sh: Likewise.
30506         * intl/tst-translit.sh: Likewise.
30507         * io/ftwtest-sh: Likewise.
30508         * libio/test-freopen.sh: Likewise.
30509         * malloc/tst-mtrace.sh: Likewise.
30510         * posix/globtest.sh: Likewise.
30511         * posix/tst-getconf.sh: Likewise.
30512         * posix/wordexp-tst.sh: Likewise.
30513         * stdio-common/tst-printf.sh: Likewise.
30514         * stdio-common/tst-unbputc.sh: Likewise.
30515         * stdlib/tst-fmtmsg.sh: Likewise.
30516         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30517         * catgets/Makefile: Do not specify -e option when running
30518         testsuite shell scripts.
30519         * elf/Makefile: Likewise.
30520         * grp/Makefile: Likewise.
30521         * iconvdata/Makefile: Likewise.
30522         * intl/Makefile: Likewise.
30523         * io/Makefile: Likewise.
30524         * libio/Makefile: Likewise.
30525         * malloc/Makefile: Likewise.
30526         * posix/Makefile: Likewise.
30527         * stdio-common/Makefile: Likewise.
30528         * stdlib/Makefile: Likewise.
30529         * sysdeps/x86_64/Makefile: Likewise.
30530
30531         * io/ftwtest-sh: Add copyright header.
30532         * posix/globtest.sh: Likewise.
30533         * posix/tst-getconf.sh: Likewise.
30534         * posix/wordexp-tst.sh: Likewise.
30535         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30536
30537 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30538
30539         [BZ #13679]
30540         * Makeconfig (+link): Defined as $(+link-static) if
30541         $(build-shared) isn't yes.
30542         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30543         isn't yes.
30544         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30545
30546         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30547
30548         [BZ #14562]
30549         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30550         new chunk size with MALLOC_ALIGN_MASK.
30551
30552 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30553
30554         [BZ #5044]
30555         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30556         <rounding-mode.h>.
30557         (__printf_fphex): Determine rounding using get_rounding_mode and
30558         round_away.
30559         * stdio-common/tst-printf-round.c (struct hex_test): New
30560         structure.
30561         (hex_tests): New variable.
30562         (test_hex_in_one_mode): New function.
30563         (do_test): Also run tests for hex float output.
30564
30565 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30566
30567         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30568         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30569         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30570         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30571         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30572         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30573         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30574         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30575
30576 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30577
30578         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30579         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30580         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30581         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30582
30583 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30584
30585         [BZ #14579]
30586         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30587         mode only.
30588         * elf/tst-rtld-load-self.sh: New test.
30589         * elf/Makefile: Run it.
30590
30591 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30592
30593         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30594         (tst-writev-ENV): Remove.
30595         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30596
30597 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30598
30599         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30600
30601 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30602
30603         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30604         unconditional.
30605         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30606         Likewise.
30607         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30608         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30609         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30610         Likewise.
30611
30612 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30613
30614         [BZ #14587]
30615         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30616         * config.make.in (have-cpp-asm-debuginfo): Removed.
30617         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30618         * configure: Regenerated.
30619
30620 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30621
30622         [BZ #5044]
30623         * stdio-common/printf_fp.c: Include <stdbool.h> and
30624         <rounding-mode.h>.
30625         (___printf_fp): Determine rounding using get_rounding_mode and
30626         round_away.
30627         * stdio-common/tst-printf-round.c: New file.
30628         * stdio-common/Makefile (tests): Add tst-printf-round.
30629         (link-libm): New variable.
30630         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30631
30632 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30633
30634         [BZ #14576]
30635         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30636         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30637         Likewise.
30638         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30639         Likewise.
30640
30641 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30642
30643         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30644         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30645         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30646         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30647
30648 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30649
30650         [BZ #14518]
30651         * include/rounding-mode.h: New file.
30652         * sysdeps/generic/get-rounding-mode.h: Likewise.
30653         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30654         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30655         (MAX_VALUE): New macro.
30656         (MIN_VALUE): Likewise.
30657         (overflow_value): New function.
30658         (underflow_value): Likewise.
30659         (round_and_return): Use overflow_value and underflow_value to
30660         determine return values in overflow and underflow cases.  Use
30661         round_away to determine rounding depending on rounding mode.
30662         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30663         determine return values in overflow and underflow cases.
30664         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30665         (struct test_results): New structure.
30666         (struct test): Use struct test_results to store expected results
30667         for all rounding modes.
30668         (TEST): Include expected results for all rounding modes.
30669         (test_in_one_mode): New function.
30670         (do_test): Use test_in_one_mode to compute and check results.
30671         Check results for all rounding modes.
30672         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30673         $(link-libm).
30674
30675 2012-12-09  Allan McRae  <allan@archlinux.org>
30676
30677         * sysdeps/i386/fpu/libm-test-ulps: Update
30678
30679 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30680
30681         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30682         (_G_int32_t): Likewise.
30683         (_G_uint16_t): Likewise.
30684         (_G_uint32_t): Likewise.
30685         (_G_HAVE_BOOL): Likewise.
30686         (_G_HAVE_ATEXIT): Likewise.
30687         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30688         (_G_HAVE_IO_FILE_OPEN): Likewise.
30689         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30690         (_G_int32_t): Likewise.
30691         (_G_uint16_t): Likewise.
30692         (_G_uint32_t): Likewise.
30693         (_G_HAVE_BOOL): Likewise.
30694         (_G_HAVE_ATEXIT): Likewise.
30695         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30696         (_G_HAVE_IO_FILE_OPEN): Likewise.
30697         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30698         (_G_int32_t): Likewise.
30699         (_G_uint16_t): Likewise.
30700         (_G_uint32_t): Likewise.
30701         (_G_HAVE_BOOL): Likewise.
30702         (_G_HAVE_ATEXIT): Likewise.
30703         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30704         (_G_HAVE_IO_FILE_OPEN): Likewise.
30705
30706 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
30707
30708         * csu/libc-tls.c: Update copyright years.
30709
30710 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
30711
30712         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
30713         [!_G_USING_THUNKS]: Remove conditional code.
30714         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
30715         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
30716
30717         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
30718         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
30719         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30720         (_G_VTABLE_LABEL_PREFIX): Likewise.
30721         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30722         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30723         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30724         (_G_VTABLE_LABEL_PREFIX): Likewise.
30725         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30726         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30727         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30728         (_G_VTABLE_LABEL_PREFIX): Likewise.
30729         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30730
30731 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
30732
30733         * libio/Makefile: Include ../Makeconfig before tests.
30734         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
30735         only if $(build-shared) is yes.
30736
30737         * iconv/gconv_db.c: Update copyright years.
30738
30739 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30740
30741         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
30742         unwind info if defined PIC. Fix special cases description.
30743         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
30744
30745         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
30746         DP_HI_MASK entry.
30747         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
30748
30749 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
30750
30751         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
30752
30753         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
30754         is NULL.
30755
30756         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
30757         (LDLIBS-tst-chk4): This.
30758         (LDFLAGS-tst-chk5): Renamed to ...
30759         (LDLIBS-tst-chk5): This.
30760         (LDFLAGS-tst-chk6): Renamed to ...
30761         (LDLIBS-tst-chk6): This.
30762         (LDFLAGS-tst-lfschk4): Renamed to ...
30763         (LDLIBS-tst-lfschk4): This.
30764         (LDFLAGS-tst-lfschk5): Renamed to ...
30765         (LDLIBS-tst-lfschk5): This.
30766         (LDFLAGS-tst-lfschk6): Renamed to ...
30767         (LDLIBS-tst-lfschk6): This.
30768
30769         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
30770         on $(common-objpfx)soversions.mk.
30771
30772 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
30773
30774         [BZ #10014]
30775         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
30776         example host name.
30777
30778 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30779
30780         * malloc/arena.c (arena_get_retry): New function that gets
30781         another arena for the caller to try its request on.
30782         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
30783         current arena cannot fulfill the request.
30784         (__libc_memalign): Likewise.
30785         (__libc_memalign): Likewise.
30786         (__libc_pvalloc): Likewise.
30787         (__libc_calloc): Likewise.
30788
30789 2012-09-05  John Tobey  <john.tobey@gmail.com>
30790
30791         [BZ #13542]
30792         * manual/arith.texi (Operations on Complex): Fix description
30793         of carg branch cut.
30794
30795 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30796
30797         [BZ #10014]
30798         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
30799         host name.
30800
30801         [BZ #10038]
30802         * manual/memory.texi (Memory): Make order of menu items match
30803         order of sections.
30804
30805 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30806
30807         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
30808         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
30809         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
30810
30811 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30812
30813         * csu/libc-tls.c (static_dtv): Renamed to ...
30814         (_dl_static_dtv): This.  Make it global.
30815         (_dl_initial_dtv): Removed.
30816         (__libc_setup_tls): Updated.
30817         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
30818         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
30819         DL_INITIAL_DTV.
30820
30821 2012-09-06  Petr Machata  <pmachata@redhat.com>
30822
30823         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
30824         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
30825         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
30826         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
30827
30828 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30829
30830         [BZ #14545]
30831         * csu/libc-tls.c (_dl_initial_dtv): New variable.
30832         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
30833         freeing dtv[-1].
30834
30835 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30836
30837         [BZ #14544]
30838         * Makeconfig (link-static-before-libc): Replace $(+prector)
30839         with $(+prectorT).
30840         (link-static-after-libc): Replace $(+postctor) with
30841         $(+postctorT).
30842         (link-bounded): Replace $(+prector)/$(+postctor) with
30843         $(+prectorT)/$(+postctorT).
30844         (+prectorT): New macro.
30845         (+postctorT): Likewise.
30846
30847 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30848
30849         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
30850         (round_str): Handle values above the maximum for IBM long double
30851         as inexact.
30852         * stdlib/tst-strtod-round.c (tests): Regenerated.
30853
30854 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30855
30856         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
30857         assembler flag.
30858         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
30859         zarch_nohighgprs around the zarch optimized routines.
30860         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
30861         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
30862         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
30863         for zarch.
30864
30865 2012-09-05  David S. Miller  <davem@davemloft.net>
30866
30867         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30868
30869         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
30870         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
30871         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
30872         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
30873         entries.
30874
30875 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30876
30877         * malloc/arena.c: Fold copyright years.
30878         * malloc/mcheck.c, malloc/memusage.c: Likewise.
30879
30880 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30881
30882         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
30883
30884 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30885
30886         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
30887
30888 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30889
30890         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
30891         change internal state upon failure.
30892
30893 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30894
30895         * malloc/mcheck.c (mcheck_check_all): Fix typo.
30896         * malloc/memusage.c (mmap): Likewise.
30897         (mmap64, mremap): Likewise.  Adjust name in comment.
30898
30899 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30900
30901         * libio/fileops.c: Fix typos in comments.
30902         * libio/oldfileops.c: Likewise.
30903         * libio/wfileops.c: Likewise.
30904
30905 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30906
30907         [BZ #1349]
30908         * malloc/Makefile (tests): Add tst-malloc-usable test case.
30909         (tst-malloc-usable-ENV): Set environment for test case.
30910         * malloc/hooks.c (malloc_check_get_size): New function to get
30911         requested size.
30912         * malloc/malloc.c (musable): Use malloc_check_get_size.
30913         * malloc/tst-malloc-usable.c: New test case.
30914
30915 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30916
30917         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
30918
30919 2012-09-05  Allan McRae  <allan@archlinux.org>
30920
30921         [BZ #13966]
30922         * configure.in (CXX_SYSINCLUDES): Use compiler output to
30923         determine header location.
30924         * configure: Regenerated.
30925
30926 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30927
30928         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
30929         float format.
30930         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
30931         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
30932         format.
30933         (test): Regenerate.
30934
30935 2012-09-04  David S. Miller  <davem@davemloft.net>
30936
30937         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
30938         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
30939         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
30940
30941 2012-09-04  Florian Weimer  <fweimer@redhat.com>
30942
30943         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
30944         failures.
30945
30946         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
30947
30948 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
30949
30950         [BZ #9914]
30951         * libio/iogetdelim.c: Include <limits.h>.
30952         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
30953         + len + 1 would overflow.
30954
30955 2012-09-03  Andreas Jaeger  <aj@suse.de>
30956
30957         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30958         * sysdeps/i386/fpu/libm-test-ulps: Update.
30959
30960 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30961
30962         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30963         Add s_sinf-sse2, s_conf-sse2.
30964
30965         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30966         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30967         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30968         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30969
30970         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30971         for using routine as __sinf_ia32.
30972         Use macro for function declaration and weak_alias.
30973         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30974         for using routine as __cosf_ia32.
30975         Use macro for function declaration and weak_alias.
30976
30977         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30978         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30979
30980         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30981         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30982         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30983
30984         * math/libm-test.inc (cos_test): Add more test cases.
30985         (sin_test): Likewise.
30986         (sincos_test): Likewise.
30987
30988 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30989
30990         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30991         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30992         hidden.
30993         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30994
30995 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30996
30997         [BZ #14538]
30998         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30999         first element of the GOT.
31000         (elf_machine_load_address): Return the difference between
31001         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31002
31003 2012-09-01  Allan McRae  <allan@archlinux.org>
31004
31005         [BZ #13412]
31006         * configure.in (AWK): Require gawk version 3.0 or later.
31007         * configure: Regenerated.
31008
31009 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31010
31011         * sysdeps/unix/sysv/linux/kernel-features.h
31012         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31013         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31014         [__NR_clock_getres]: Make code unconditional.
31015         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31016         (clock_getcpuclockid): Remove code left unreachable by removal of
31017         conditionals.
31018         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31019         code unconditional.
31020         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31021         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31022         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31023         Make code unconditional.
31024         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31025         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31026         * sysdeps/unix/sysv/linux/clock_settime.c
31027         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31028         conditional code.
31029         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31030         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31031
31032 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31033
31034         [BZ #14476]
31035         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31036         scripts/test-installation.pl.
31037
31038         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31039         and $ld_so_version if it is set.
31040
31041 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31042
31043         [BZ #14516]
31044         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31045         failure if reading from procfs failed.
31046         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31047
31048 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31049
31050         * sysdeps/unix/sysv/linux/kernel-features.h
31051         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31052         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31053         Remove conditional code.
31054         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31055         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31056         Remove conditional code.
31057         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31058         * sysdeps/unix/sysv/linux/i386/fxstat.c
31059         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31060         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31061         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31062         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31063         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31064         * sysdeps/unix/sysv/linux/i386/lxstat.c
31065         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31066         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31067         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31068         Remove conditional code.
31069         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31070         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31071         Remove conditional code.
31072         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31073         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31074         <kernel-features.h>.
31075         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31076         Remove.
31077         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31078         Remove conditional code.
31079         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31080         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31081         Remove conditional.
31082
31083 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31084
31085         [BZ #5400]
31086         * NEWS: Add fixed bug number.
31087
31088 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31089
31090         [BZ #14519]
31091         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31092         underflowing exponent in case of negative sign.
31093         * stdlib/tst-strtod-round-data: Add more tests.
31094         * stdlib/tst-strtod-round.c (tests): Regenerated.
31095
31096         [BZ #3479]
31097         * stdlib/strtod_l.c (NDIG): Remove.
31098         (HEXNDIG): Likewise.
31099         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31100         smallest representable value.
31101         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31102         lie within an exact representation of 1/2 ulp of the result.
31103         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31104         unconditionally.
31105         (TENS_P9_IDX): Define unconditionally.
31106         (TENS_P9_SIZE): Likewise.
31107         (TENS_P10_IDX): Likewise.
31108         (TENS_P10_SIZE): Likewise.
31109         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31110         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31111         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31112         entries for 10^2^13 and 10^2^14.
31113         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31114         (TENS_P13_IDX): Define.
31115         (TENS_P13_SIZE): Likewise.
31116         (TENS_P14_IDX): Likewise.
31117         (TENS_P14_SIZE): Likewise.
31118         (_fpioconst_pow10): Change array size to
31119         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31120         unconditional.
31121         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31122         1024]: Add entries for 10^2^13 and 10^2^14.
31123         [LAST_POW10 > _LAST_POW10]: Remove #error.
31124         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31125         (_fpioconst_pow10): Change array size to
31126         FPIOCONST_POW10_ARRAY_SIZE.
31127         * stdlib/gen-fpioconst.c: New file.
31128         * stdlib/gen-tst-strtod-round.c: Likewise.
31129         * stdlib/tst-strtod-round-data: Likewise.
31130         * stdlib/tst-strtod-round.c: Likewise.
31131         * stdlib/Makefile (tests): Add tst-strtod-round.
31132
31133         [BZ #14459]
31134         * stdlib/strtod_l.c: Include <stdint.h>.
31135         (NDEBUG): Do not define.
31136         (round_and_return): Change EXPONENT parameter to type intmax_t.
31137         Rearrange calculations to avoid internal overflow possibilities.
31138         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31139         Rearrange calculations to avoid internal overflow possibilities.
31140         Assert that number fits inside MPNSIZE limbs.
31141         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31142         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31143         calculations and add assertions to avoid internal overflow
31144         possibilities.  Add casts to avoid signed/unsigned operations.
31145         * stdlib/tst-strtod-overflow.c: New file.
31146         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31147
31148 2012-08-25  Marek Polacek  <polacek@redhat.com>
31149
31150         * time/time.h: Fix some typos in comments.
31151
31152 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31153
31154         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31155         * posix/tst-rfc3484-2.c: Likewise.
31156         * posix/tst-rfc3484-3.c: Likewise.
31157
31158 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31159
31160         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31161         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31162
31163 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31164
31165         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31166         #include of fxstatat64.c.
31167
31168 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31169
31170         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31171         * shadow/getspent_r.c: Likewise.
31172         * shadow/getspnam.c: Likewise.
31173         * shadow/getspnam_r.c: Likewise.
31174         * gshadow/getsgent.c: Likewise.
31175         * gshadow/getsgent_r.c: Likewise.
31176         * gshadow/getsgnam.c: Likewise.
31177         * gshadow/getsgnam_r.c: Likewise.
31178         * inet/getnetbyad.c: Likewise.
31179         * inet/getnetbyad_r.c: Likewise.
31180         * inet/getnetbynm.c: Likewise.
31181         * inet/getnetbynm_r.c: Likewise.
31182         * inet/getnetent.c: Likewise.
31183         * inet/getnetent_r.c: Likewise.
31184         * inet/getproto.c: Likewise.
31185         * inet/getproto_r.c: Likewise.
31186         * inet/getprtent.c: Likewise.
31187         * inet/getprtent_r.c: Likewise.
31188         * inet/getprtname.c: Likewise.
31189         * inet/getprtname_r.c: Likewise.
31190         * inet/getrpcbyname.c: Likewise.
31191         * inet/getrpcbyname_r.c: Likewise.
31192         * inet/getrpcbynumber.c: Likewise.
31193         * inet/getrpcbynumber_r.c: Likewise.
31194         * inet/getrpcent.c: Likewise.
31195         * inet/getrpcent_r.c: Likewise.
31196         * inet/getaliasent.c: Likewise.
31197         * inet/getaliasent_r.c: Likewise.
31198         * inet/getaliasname.c: Likewise.
31199         * inet/getaliasname_r.c: Likewise.
31200         * nscd/getgrgid_r.c: Likewise.
31201         * nscd/getgrnam_r.c: Likewise.
31202         * nscd/gethstbyad_r.c: Likewise.
31203         * nscd/gethstbynm3_r.c: Likewise.
31204         * nscd/getpwnam_r.c: Likewise.
31205         * nscd/getpwuid_r.c: Likewise.
31206         * nscd/getsrvbynm_r.c: Likewise.
31207         * nscd/getsrvbypt_r.c: Likewise.
31208         * nscd/gai.c: Likewise.
31209
31210         * configure.in (build_nscd): New substituted variable, set
31211         by --disable-build-nscd and defaults to $use_nscd.
31212         * configure: Regenerated.
31213         * config.make.in (build-nscd): New substituted variable.
31214         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31215         Change conditional to require [$(build-nscd) = yes] as well.
31216         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31217
31218         [BZ# 13696]
31219         * configure.in (use_nscd): New substituted variable, set by
31220         --disable-nscd.  If enabled, define USE_NSCD.
31221         * configure: Regenerated.
31222         * config.h.in: Add USE_NSCD.
31223         * config.make.in (use-nscd): New substituted variable.
31224         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31225         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31226         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31227         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31228         (CFLAGS-getgrnam_r.c): Likewise.
31229         (CFLAGS-initgroups.c): Likewise.
31230         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31231         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31232         Variables removed.
31233         * inet/getnetgrent_r.c
31234         (nscd_setnetgrent): New function, broken out of ...
31235         (setnetgrent): ... here.  Call it.
31236         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31237         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31238         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31239         * nscd/Makefile (routines, aux): Move definitions after include of
31240         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31241         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31242         Conditionalize on [USE_NSCD].
31243         (is_nscd, nscd_init_cb): Likewise.
31244         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31245         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31246         * nss/nss_db/db-init.c: Likewise.
31247         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31248         [USE_NSCD].
31249         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31250         (make_request): Use it.
31251         (cache_valid_p): New function.
31252         (__check_pf): Use it.
31253         * NEWS: Add item for --disable-nscd.
31254
31255 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31256
31257         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31258         to support sed >= 4.2.1-20-ga9bf076.
31259         * configure: Regenerated.
31260
31261 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31262
31263         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31264         Conditionalize whole body on [IREL].
31265
31266 2012-08-22  Jeff Law <law@redhat.com>
31267
31268         [BZ #14505]
31269         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31270         if the family is PF_UNSPEC.
31271
31272 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31273
31274         * Makerules (lib-version): Rename from V.
31275         (install-lib-nosubdir): Change V to lib-version.
31276
31277 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31278
31279         [BZ #14252]
31280         * powerpc32/power6/wcschr.c: New file.
31281         * powerpc32/power6/wcscpy.c: New file.
31282         * powerpc32/power6/wcsrchr.c: New file.
31283         * powerpc64/power6/wcschr.c: New file.
31284         * powerpc64/power6/wcscpy.c: New file.
31285         * powerpc64/power6/wcsrchr.c: New file.
31286
31287 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31288
31289         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31290         (two_way_short_needle): Use it.
31291         * string/strstr.c (AVAILABLE1_USES_J): Define.
31292         * string/strcasestr.c: Likewise.
31293
31294         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31295         array references.
31296         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31297
31298         [BZ #11607]
31299         * NEWS: Add an entry.
31300         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31301         define their defaults.
31302         (two_way_short_needle): Detect end-of-string on-the-fly.
31303         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31304         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31305         * string/bug-strcasestr1.c: New test.
31306         * string/Makefile: Run it.
31307
31308 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31309
31310         [BZ #11607]
31311         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31312         the first character.
31313
31314 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31315
31316         * csu/elf-init.c (__libc_csu_irel): Function removed.
31317         * csu/libc-start.c (apply_irel): New function.
31318         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31319
31320 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31321
31322         * sysdeps/unix/sysv/linux/kernel-features.h
31323         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31324         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31325         <kernel-features.h>.
31326         [__NR_fadvise64_64]: Make code unconditional.
31327         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31328         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31329         !__NR_fadvise64_64)]: Likewise.
31330         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31331         !__NR_fadvise64_64))]: Likewise.
31332         [__NR_fadvise64]: Make code unconditional.
31333         [!__NR_fadvise64]: Remove conditional code.
31334         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31335         <kernel-features.h>.
31336         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31337         unconditional.
31338         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31339         conditional code.
31340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31341         not include <kernel-features.h>.
31342         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31343         unconditional.
31344         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31345         conditional code.
31346         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31347         include <kernel-features.h>.
31348         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31349         unconditional.
31350         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31351         conditional code.
31352
31353 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31354
31355         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31356         slight instruction rearrangements per scrollpipe analysis.
31357         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31358
31359 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31360
31361         * manual/syslog.texi (syslog; vsyslog, closelog):
31362         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31363         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31364
31365         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31366         DSOCAPS to match condition on defining it.
31367
31368 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31369
31370         * sysdeps/unix/sysv/linux/kernel-features.h
31371         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31373         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31374         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31376         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31377         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31379         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31380         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31381
31382         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31383         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31384
31385         * sysdeps/unix/sysv/linux/kernel-features.h
31386         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31387         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31388         unconditional.
31389         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31390         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31391         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31392         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31393         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31394         Make code unconditional.
31395         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31396         (__mmap64) [!__NR_mmap2]: Likewise.
31397         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31398         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31399         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31400         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31401         [__NR_mmap2]: Make code unconditional.
31402         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31403         (__mmap64) [!__NR_mmap2]: Likewise.
31404
31405 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31406
31407         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31408
31409 2012-08-18  Andreas Jaeger  <aj@suse.de>
31410
31411         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31412
31413 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31414
31415         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31416         * include/unistd.h (__have_sock_cloexec): Likewise.
31417         (__have_pipe2): Likewise.
31418         (__have_dup3): Likewise.
31419
31420 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31421
31422         [BZ #9685]
31423         * include/unistd.h (__have_pipe2): Change define into an extern int.
31424         (__have_dup3): Likewise.
31425         * socket/have_sock_cloexec.c: Include fcntl.h.
31426         (__have_pipe2): New variable.
31427         (__have_dup3): Likewise.
31428
31429 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31430
31431         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31432
31433 2012-08-17  Marek Polacek  <polacek@redhat.com>
31434
31435         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31436         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31437
31438 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31439
31440         * configure.in: Add AC_SUBST for sysheaders.
31441         * configure: Regenerated.
31442         * config.make.in (sysheaders): New substituted variable.
31443
31444         * sysdeps/unix/mkfifo.c: Moved ...
31445         * sysdeps/posix/mkfifo.c: ... here.
31446         * sysdeps/unix/mkfifoat.c: Moved ...
31447         * sysdeps/posix/mkfifoat.c: ... here.
31448
31449         * sysdeps/unix/utime.c: Moved ...
31450         * sysdeps/posix/utime.c: ... here.
31451
31452         * sysdeps/unix/time.c: Moved ...
31453         * sysdeps/posix/time.c: ... here.
31454         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31455         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31456
31457         * sysdeps/unix/nice.c: Moved ...
31458         * sysdeps/posix/nice.c: ... here.
31459
31460         * sysdeps/unix/alarm.c: Moved ...
31461         * sysdeps/posix/alarm.c: ... here.
31462
31463         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31464
31465 2012-08-17  Jeff Law <law@redhat.com>
31466
31467         * intl/Makefile (codeset_mo): New variable.
31468         ($(codeset_mo)): New target.
31469         (tst-codeset.out): Depend on that.  Remove explicit rule.
31470         (tst-gettext3.out, tst-gettext5.out): Likewise.
31471         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31472         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31473         * intl/tst-codeset.sh: Remove.
31474         * intl/tst-gettext3.sh: Likewise.
31475         * intl/tst-gettext5.sh: Likewise.
31476
31477 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31478
31479         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31480         * sysdeps/unix/syscalls.list: ... here.
31481
31482         * sysdeps/posix/getaddrinfo.c
31483         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31484         (gaiconf_init, gaiconf_reload): Use them.
31485         [!_STATBUF_ST_NSEC]
31486         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31487         Define using time_t rather than struct timespec.
31488
31489         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31490         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31491         Macros removed.
31492         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31493         [!NO_THREADS].
31494         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31495         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31496         Likewise.
31497
31498         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31499         __libc_cleanup_push argument.
31500
31501         * bits/param.h: New file.
31502         * misc/sys/param.h: New file.
31503         * include/sys/param.h: New file.
31504         * misc/Makefile (headers): Add bits/param.h.
31505         * sysdeps/generic/sys/param.h: File removed.
31506         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31507         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31508         * sysdeps/mach/hurd/bits/param.h: New file.
31509         * sysdeps/mach/hurd/sys/param.h: File removed.
31510
31511         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31512         last change.
31513
31514         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31515         [_IO_MTSAFE_IO].
31516         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31517         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31518         New macros.
31519
31520         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31521         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31522         rather than -D_IO_MTSAFE_IO conditionally.
31523         * stdio-common/Makefile (CPPFLAGS): Likewise.
31524         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31525         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31526         Use $(libio-mtsafe).
31527         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31528         of -D_IO_MTSAFE_IO.
31529         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31530         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31531         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31532         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31533         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31534         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31535         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31536         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31537         (CFLAGS-fread_u_chk.c): Likewise.
31538         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31539         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31540         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31541         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31542         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31543         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31544         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31545         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31546         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31547
31548         * libio/Makefile: Test [$(libc-reentrant) = yes]
31549         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31550
31551         * Makeconfig
31552         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31553         * sysdeps/pthread/configure: File removed.
31554         * sysdeps/pthread/Makeconfig: New file.
31555         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31556         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31557
31558 2012-08-16  Gary Benson  <gbenson@redhat.com>
31559
31560         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31561         unmapping the first object in a namespace.
31562
31563 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31564
31565         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31566         (__internal_setnetgrent): ... this.  Add internal_function to
31567         definition.  Add libc_hidden_def.
31568         (setnetgrent): Update caller.
31569         (internal_endnetgrent): Renamed to ...
31570         (__internal_endnetgrent): ... this.  Add internal_function to
31571         definition.  Add libc_hidden_def.
31572         (endnetgrent): Update caller.
31573         (internal_getnetgrent_r): Renamed to ...
31574         (__internal_getnetgrent_r): ... this.  Add internal_function to
31575         definition.  Add libc_hidden_def.
31576         (__getnetgrent_r): Update caller.
31577         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31578
31579 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31580
31581         * stdlib/longlong.h: Update from GCC.
31582
31583 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31584
31585         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31586         on _QL, which is set by umul_ppmm but never used.
31587         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31588         variables, which are set by GMP macros but never used.
31589         * stdio-common/_itowa.c (_itowa): Likewise.
31590         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31591         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31592
31593 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31594
31595         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31596         struct La_sh_regs is not constant.
31597         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31598         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31599         and struct La_sparc64_regs are not constant.
31600
31601 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31602
31603         * sysdeps/unix/sysv/linux/kernel-features.h
31604         (__ASSUME_POSIX_TIMERS): Remove.
31605         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31606         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31607         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31608         Make code unconditional.
31609         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31610         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31611         Make code unconditional.
31612         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31613         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31614         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31615         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31616         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31617         Make code unconditional.
31618         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31619         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31620         (__libc_missing_posix_timers): Remove.
31621
31622 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31623
31624         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31625         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31626
31627         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31628
31629         * elf/dl-sym.c: Include <stdlib.h>.
31630
31631         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31632         constants, which avoids warnings in 32-bit builds.
31633
31634         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31635         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31636
31637         * misc/lseek.c: File moved to ...
31638         * io/lseek.c: ... here.
31639
31640         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31641
31642         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31643         shifting LEN more than 31 bits at once.
31644
31645 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31646
31647         [BZ #14195]
31648         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31649         segmentation fault for a case of two empty input strings.
31650         * string/test-strncasecmp.c (check1): Renamed to...
31651         (bz12205): ...this.
31652         (bz14195): Add new testcase for two empty input strings and N > 0.
31653         (test_main): Call new testcase, adapt for renamed function.
31654
31655 2012-08-15  Andreas Jaeger  <aj@suse.de>
31656
31657         [BZ #14090]
31658         * crypt/md5test2.c: New test, based on test supplied by Serge
31659         Belyshev <belyshev@depni.sinp.msu.ru>.
31660         * crypt/Makefile (xtests): Add md5test-giant..
31661         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31662
31663 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31664
31665         [BZ #14090]
31666         * crypt/md5.c (md5_process_block): Don't assume the buffer
31667         length is less than 2**32.
31668         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31669         length is less than 2**64.
31670
31671 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31672
31673         * string/str-two-way.h: Include <sys/param.h>.
31674         (MAX): Macro removed.
31675
31676         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31677         Move #define and #undef of memmove to just before and after
31678         including <string.h>.
31679
31680         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31681         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31682         and after including <string.h>.  Move declarations of
31683         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31684         to before #include "string/memmove.c".
31685
31686         * include/dirent.h: Declare __getdirentries.
31687
31688         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31689         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31690
31691 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31692
31693         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31694         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31695         * sysdeps/i386/configure: Regenerated.
31696         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31697         STABS_CURRENT_FILE, and STABS_FUN.
31698         (END): Remove call to STABS_FUN_END.
31699         (STABS_CURRENT_FILE1): Delete.
31700         (STABS_CURRENT_FILE): Likewise.
31701         (STABS_FUN): Likewise.
31702         (STABS_FUN_END): Likewise.
31703         (STABS_FUN2): Likewise.
31704         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
31705         * sysdeps/x86_64/configure: Regenerated.
31706
31707 2012-08-14  Roland McGrath  <roland@hack.frob.com>
31708
31709         * elf/dl-open.c: Include <atomic.h>.
31710         * elf/dl-lookup.c: Likewise.
31711
31712 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
31713
31714         * sysdeps/unix/sysv/linux/kernel-features.h
31715         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
31716         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
31717         unconditionally.
31718         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
31719         unconditionally.
31720         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
31721         condition on __ASSUME_CLONE_THREAD_FLAGS.
31722
31723 2012-08-14  Andreas Jaeger  <aj@suse.de>
31724
31725         * sysdeps/i386/fpu/libm-test-ulps: Update.
31726
31727 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
31728
31729         * include/atomic.h (atomic_exchange_and_add): Split into ...
31730         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
31731         New atomic macros.
31732
31733 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
31734
31735         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31736
31737 2012-08-13  Jeff Law <law@redhat.com>
31738
31739         * manual/stdio.texi (snprintf): Clarify handling of the trailing
31740         null byte in the output string.
31741
31742 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
31743
31744         * sysdeps/unix/sysv/linux/kernel-features.h
31745         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
31746         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
31747         (__ASSUME_ARG_MAX_STACK_BASED): Define.
31748         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
31749         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
31750         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
31751         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
31752
31753 2012-08-09  Jeff Law <law@redhat.com>
31754
31755         [BZ #13939]
31756         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
31757         When avoid_arena is set, don't retry in the that arena.  Pick the
31758         next one, whatever it might be.
31759         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
31760         (arena_lock): Pass in new parameter to arena_get2.
31761         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
31762         arena_get2.
31763         (__libc_malloc): Unify retrying after main arena failure with
31764         __libc_memalign version.
31765         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
31766
31767 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
31768
31769         [BZ #14166]
31770         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
31771         to __redirect_strstr.
31772         (__strstr_sse42): Use typeof __redirect_strstr.
31773         (__strstr_ia32): Likewise.
31774         (__libc_strstr): New prototype.
31775         (strstr): Renamed to ...
31776         (__libc_strstr): This.
31777         (strstr): New strong alias of __libc_strstr.
31778         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31779         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
31780         __redirect_time.
31781         Include <time.h>.
31782         (__libc_time): New prototype.
31783         (time_ifunc): Replace time with __libc_time.
31784         (time): New strong alias and hidden definition of __libc_time.
31785         (__GI_time): Remove strong alias.
31786         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
31787         Include <stddef.h>.
31788         (memmove): Redefined to __redirect_memmove.
31789         (__memmove_sse2): Use typeof __redirect_memmove.
31790         (__memmove_ssse3): Likewise.
31791         (__memmove_ssse3_back): Likewise.
31792         (__libc_memmove): New prototype.
31793         (memmove): Renamed to ...
31794         (__libc_memmove): This.
31795         (memmove): New strong alias of __libc_memmove.
31796
31797 2012-08-08  Mark Salter  <msalter@redhat.com>
31798
31799         * elf/elf.h
31800         (R_MN10300_TLS_GD): Define.
31801         (R_MN10300_TLS_LD): Likewise.
31802         (R_MN10300_TLS_LDO): Likewise.
31803         (R_MN10300_TLS_GOTIE): Likewise.
31804         (R_MN10300_TLS_IE): Likewise.
31805         (R_MN10300_TLS_LE): Likewise.
31806         (R_MN10300_TLS_DTPMOD): Likewise.
31807         (R_MN10300_TLS_DTPOFF): Likewise.
31808         (R_MN10300_TLS_TPOFF): Likewise.
31809         (R_MN10300_SYM_DIFF): Likewise.
31810         (R_MN10300_ALIGN): Likewise.
31811         (R_MN10300_NUM): Update.
31812
31813 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
31814
31815         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
31816         Remove.
31817
31818 2012-08-08  Roland McGrath  <roland@hack.frob.com>
31819
31820         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
31821
31822         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
31823         sysdeps/unix -> sysdeps/posix move.
31824         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
31825
31826 2012-08-07      Allan McRae     <allan@archlinux.org>
31827
31828         [BZ #14303]
31829         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
31830         (SUNOS_CPP): Likewise.
31831         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
31832         not found.
31833         (open_input): Call CPP using execvp.
31834
31835 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31836
31837         * sysdeps/unix/sysv/linux/kernel-features.h
31838         (__ASSUME_PROT_GROWSUPDOWN): Remove.
31839         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31840         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31841         (__ASSUME_WAITID_SYSCALL): Likewise.
31842         * sysdeps/unix/sysv/linux/dl-execstack.c
31843         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
31844         code unconditional.
31845         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
31846         conditional code.
31847         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
31848         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
31849         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
31850         code.
31851         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
31852         unconditional.
31853         [__ASSUME_WAITID_SYSCALL]: Likewise.
31854         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
31855
31856 2012-08-07  Roland McGrath  <roland@hack.frob.com>
31857
31858         * sysdeps/unix/closedir.c: Renamed to ...
31859         * sysdeps/posix/closedir.c: ... here.
31860         * sysdeps/unix/dirfd.c: Renamed to ...
31861         * sysdeps/posix/dirfd.c: ... here.
31862         * sysdeps/unix/dirstream.h: Renamed to ...
31863         * sysdeps/posix/dirstream.h: ... here.
31864         * sysdeps/unix/fdopendir.c: Renamed to ...
31865         * sysdeps/posix/fdopendir.c: ... here.
31866         * sysdeps/unix/opendir.c: Renamed to ...
31867         * sysdeps/posix/opendir.c: ... here.
31868         * sysdeps/unix/readdir.c: Renamed to ...
31869         * sysdeps/posix/readdir.c: ... here.
31870         * sysdeps/unix/readdir_r.c: Renamed to ...
31871         * sysdeps/posix/readdir_r.c: ... here.
31872         * sysdeps/unix/rewinddir.c: Renamed to ...
31873         * sysdeps/posix/rewinddir.c: ... here.
31874         * sysdeps/unix/seekdir.c: Renamed to ...
31875         * sysdeps/posix/seekdir.c: ... here.
31876         * sysdeps/unix/telldir.c: Renamed to ...
31877         * sysdeps/posix/telldir.c: ... here.
31878         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
31879         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
31880         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
31881         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
31882
31883         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
31884         * bits/fcntl.h: ... here.
31885
31886         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
31887         not 0.
31888         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
31889         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
31890         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
31891         (struct flock): Move l_start, l_len to the beginning.
31892         Use __pid_t for l_pid.
31893         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
31894         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
31895         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
31896         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
31897         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
31898         [__USE_LARGEFILE64] (struct flock64): New type.
31899         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
31900
31901         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
31902         * bits/dirent.h: ... here.
31903
31904         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
31905         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
31906
31907 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31908
31909         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31910         Change from 2.6.0 to 2.6.16.
31911         * sysdeps/unix/sysv/linux/configure: Regenerated.
31912         * sysdeps/unix/sysv/linux/kernel-features.h
31913         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
31914         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
31915         version.
31916         (__ASSUME_UTIMES): Likewise.
31917         (__ASSUME_CLONE_STOPPED): Remove.
31918         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
31919         architectures, not kernel version.
31920         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
31921         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31922         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31923         (__ASSUME_WAITID_SYSCALL): Likewise.
31924         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
31925         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
31926         * README: State 2.6.16 as minimum Linux kernel version.  Do not
31927         refer to older versions.
31928
31929 2012-08-06  Roland McGrath  <roland@hack.frob.com>
31930
31931         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
31932         Define alphasort64 as an alias.
31933         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
31934         Define versionsort64 as an alias.
31935         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
31936         Define scandir64 as an alias.
31937         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
31938         Define scandirat64 as an alias.
31939         * dirent/alphasort64.c (alphasort64):
31940         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
31941         * dirent/versionsort64.c: Likewise.
31942         * dirent/scandir64.c: Likewise.
31943         * dirent/scandirat64.c: Likewise.
31944         * sysdeps/wordsize-64/alphasort.c: File removed.
31945         * sysdeps/wordsize-64/alphasort64.c: File removed.
31946         * sysdeps/wordsize-64/scandir.c: File removed.
31947         * sysdeps/wordsize-64/scandir64.c: File removed.
31948         * sysdeps/wordsize-64/scandirat.c: File removed.
31949         * sysdeps/wordsize-64/scandirat64.c: File removed.
31950         * sysdeps/wordsize-64/versionsort.c: File removed.
31951         * sysdeps/wordsize-64/versionsort64.c: File removed.
31952         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
31953         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
31954         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
31955         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
31956         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
31957         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
31958         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
31959         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
31960
31961         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
31962         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31963         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
31964         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31965         [defined __arch64__ || defined __sparcv9]
31966         (__INO_T_MATCHES_INO64_T): New macro.
31967         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31968         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31969         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31970         * sysdeps/unix/sysv/linux/bits/dirent.h
31971         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31972         (_DIRENT_MATCHES_DIRENT64): New macro.
31973
31974         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31975         Define lockf64 as an alias.
31976         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31977         Define fseeko64 as an alias.
31978         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31979         Define ftello64 as an alias.
31980         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31981         Define _IO_fgetpos64 and fgetpos64 as aliases.
31982         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31983         Define _IO_fsetpos64 and fsetpos64 as aliases.
31984         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31985         Conditionalize body on this.
31986         * libio/fseeko64.c: Likewise.
31987         * libio/ftello64.c: Likewise.
31988         * libio/iofgetpos64.c: Likewise.
31989         * libio/iofsetpos64.c: Likewise.
31990         * sysdeps/wordsize-64/lockf.c: File removed.
31991         * sysdeps/wordsize-64/lockf64.c: File removed.
31992         * sysdeps/wordsize-64/fseeko.c: File removed.
31993         * sysdeps/wordsize-64/fseeko64.c: File removed.
31994         * sysdeps/wordsize-64/ftello.c: File removed.
31995         * sysdeps/wordsize-64/ftello64.c: File removed.
31996         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31997         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31998         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31999         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32000         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32001         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32002         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32003         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32004         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32005         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32006         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32007         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32008         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32009         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32010
32011         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32012         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32013         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32014         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32015         [defined __arch64__ || defined __sparcv9]
32016         (__OFF_T_MATCHES_OFF64_T): New macro.
32017         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32018         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32019         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32020         (__OFF_T_MATCHES_OFF64_T): New macro.
32021
32022 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32023
32024         * stdlib/secure-getenv.c (__secure_getenv): Replace
32025         GLIBC_2_16 with GLIBC_2_17.
32026
32027 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32028
32029         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32030         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32031
32032 2012-08-03  David S. Miller  <davem@davemloft.net>
32033
32034         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32035
32036 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32037
32038         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32039         Remove.
32040         (__ASSUME_CORRECT_SI_PID): Likewise.
32041         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32042         (__ASSUME_TMPFS_NAME): Likewise.
32043         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32044         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32045         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32046         (HAVE_AUX_SECURE): Make definition unconditional.
32047         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32048         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32049
32050 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32051
32052         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32053         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32054         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32055         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32056         __eloop_threshold instead of SYMLOOP_MAX.
32057
32058         * sysdeps/generic/eloop-threshold.h: New file.
32059         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32060         of MAXSYMLINKS.
32061         * elf/chroot_canon.c (chroot_canon): Likewise.
32062
32063 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32064
32065         [BZ #13717]
32066         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32067         Change to 2.6.0 everywhere.
32068         * sysdeps/unix/sysv/linux/configure: Regenerated.
32069         * sysdeps/unix/sysv/linux/kernel-features.h
32070         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32071         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32072         kernel versions.
32073         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32074         (__ASSUME_FUTEX_REQUEUE): Remove.
32075         (__ASSUME_STATFS64): Define unconditionally.
32076         (__ASSUME_AT_SECURE): Likewise.
32077         (__ASSUME_CORRECT_SI_PID): Likewise.
32078         (__ASSUME_TGKILL): Define without depending on kernel version for
32079         i386.
32080         (__ASSUME_UTIMES): Likewise.
32081         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32082         kernel version.
32083         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32084         (__ASSUME_TMPFS_NAME): Likewise.
32085         * README: Update reference to Linux kernel versions.
32086
32087 2012-08-02  Marek Polacek  <polacek@redhat.com>
32088
32089         [BZ# 14150]
32090         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32091         libc_cv_asm_type_prefix with %.
32092         * configure: Regenerated.
32093         * include/libc-symbols.h: Remove comment about
32094         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32095         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32096         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32097         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32098         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32099         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32100         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32101         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32102         * elf/tst-unique2mod1.c: Likewise.
32103         * elf/tst-unique1mod2.c: Likewise.
32104         * elf/tst-unique1mod1.c: Likewise.
32105         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32106         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32107         Replace ASM_TYPE_DIRECTIVE with .type.
32108         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32109         * sysdeps/i386/sysdep.h: Likewise.
32110         * sysdeps/x86_64/sysdep.h: Likewise.
32111         * sysdeps/sh/sysdep.h: Likewise.
32112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32113         Do not define ASM_TYPE_DIRECTIVE.
32114         * sysdeps/powerpc/sysdep.h: Likewise.
32115         * sysdeps/powerpc/powerpc32/sysdep.h:
32116         Replace ASM_TYPE_DIRECTIVE with .type.
32117         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32118         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32119         * sysdeps/i386/fpu/e_powf.S: Likewise.
32120         * sysdeps/i386/fpu/e_expl.S: Likewise.
32121         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32122         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32123         * sysdeps/i386/fpu/e_pow.S: Likewise.
32124         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32125         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32126         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32127         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32128         * sysdeps/i386/fpu/e_log2.S: Likewise.
32129         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32130         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32131         * sysdeps/i386/fpu/e_powl.S: Likewise.
32132         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32133         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32134         * sysdeps/i386/fpu/e_logl.S: Likewise.
32135         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32136         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32137         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32138         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32139         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32140         * sysdeps/i386/fpu/e_log.S: Likewise.
32141         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32142         * sysdeps/i386/fpu/e_logf.S: Likewise.
32143         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32144         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32145         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32146         * sysdeps/i386/fpu/e_log10.S: Likewise.
32147         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32148         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32149         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32150         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32151         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32152         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32153         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32154         * sysdeps/i386/i686/strtok.S: Likewise.
32155         * sysdeps/i386/i386-mcount.S: Likewise.
32156         * sysdeps/i386/strtok.S: Likewise.
32157         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32158         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32159         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32160         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32161         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32162         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32163         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32164         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32165         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32166         * sysdeps/x86_64/_mcount.S: Likewise.
32167         * sysdeps/x86_64/strtok.S: Likewise.
32168         * sysdeps/sh/_mcount.S: Likewise.
32169
32170 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32171
32172         * libio/iofopen.c: Include <fcntl.h>.
32173         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32174         (_IO_fopen64, fopen64): Define as aliases.
32175         * libio/iofopen64.c: Include <fcntl.h>.
32176         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32177         Conditionalize body on this.
32178         * sysdeps/wordsize-64/iofopen.c: File removed.
32179         * sysdeps/wordsize-64/iofopen64.c: File removed.
32180
32181 2012-08-01  Marek Polacek  <polacek@redhat.com>
32182
32183         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32184         Use dlfcn directly instead of a variable.
32185         (binfmt-subdir): Do not define.
32186         (dlfcn): Likewise.
32187
32188 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32189
32190         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32191         Remove all definitions.
32192         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32193         <kernel-features.h>.
32194         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32195         (miss_F_GETOWN_EX): Remove all definitions.
32196         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32197         macro definition.
32198         [!__ASSUME_FCNTL64]: Remove conditional code.
32199         [__ASSUME_FCNTL64]: Make code unconditional.
32200         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32201         <kernel-features.h>.
32202         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32203         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32204         (lockf64) [__NR_fcntl64]: Make code unconditional.
32205         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32206
32207         * sysdeps/unix/sysv/linux/kernel-features.h
32208         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32209         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32210         Make code unconditional.
32211         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32212         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32214         [__NR_vfork]: Make code unconditional.
32215         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32216         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32218         [__NR_vfork]: Make code unconditional.
32219         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32220         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32221
32222 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32223
32224         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32225         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32226
32227         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32228         Define mkstemp64 as an alias.
32229         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32230         Define mkstemps64 as an alias.
32231         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32232         Define mkostemp64 as an alias.
32233         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32234         Define mkostemps64 as an alias.
32235         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32236         Conditionalize body on this.
32237         * misc/mkostemp64.c: Likewise.
32238         * misc/mkostemps64.c: Likewise.
32239         * misc/mkstemps64.c: Likewise.
32240         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32241         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32242         * sysdeps/wordsize-64/mkostemp.c: File removed.
32243         * sysdeps/wordsize-64/mkstemp.c: File removed.
32244         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32245         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32246         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32247         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32248
32249         [BZ #14138]
32250         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32251         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32252         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32253         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32254
32255         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32256         compat_symbol macros from <shlib-compat.h> rather than the underlying
32257         default_symbol_version and symbol_version macros, so that DEFAULT
32258         lines in shlib-versions are respected.
32259         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32260
32261 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32262
32263         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32264         Declare with warn_unused_result.
32265         (setgid, setregid, setegid, setresgid): Likewise.
32266         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32267         Likewise.
32268         * WUR-REPORT: Remove set*id functions.
32269
32270 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32271
32272         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32273
32274 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32275
32276         [BZ #10191]
32277         * include/sys/socket.h (__libc_accept, __libc_accept4):
32278         Add attribute_hidden.
32279         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32280
32281         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32282         use of PTR_MANGLE.
32283         * inet/getnetgrent_r.c (setup): Likewise.
32284
32285         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32286
32287 2012-07-31  David S. Miller  <davem@davemloft.net>
32288
32289         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32290
32291 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32292
32293         [BZ #13629]
32294         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32295         value between 1.0 and 2.0 and smaller part has absolute value less
32296         than 1.0.
32297         * math/s_clog10.c (__clog10): Likewise.
32298         * math/s_clog10f.c (__clog10f): Likewise.
32299         * math/s_clog10l.c (__clog10l): Likewise.
32300         * math/s_clogf.c (__clogf): Likewise.
32301         * math/s_clogl.c (__clogl): Likewise.
32302         * math/libm-test.inc (clog_test): Add more tests.
32303         (clog10_test): Likewise.
32304         * sysdeps/i386/fpu/libm-test-ulps: Update.
32305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32306
32307 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32308
32309         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32310         Exit with zero in case no suitable GID is found, and write a
32311         message to standard error.
32312
32313 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32314
32315         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32316         rather than to 1.
32317         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32318         (MAXPATHLEN): Removed.
32319         (NOGROUP, NODEV): New macros.
32320         (setbit, clrbit, isset, isclr): New macros.
32321         (howmany, roundup, powerof2): New macros.
32322         (DEV_BSIZE): New macro.
32323
32324         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32325         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32326
32327         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32328         definition on [!__NO_LONG_DOUBLE_MATH].
32329
32330         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32331         PTR_MANGLE and PTR_DEMANGLE.
32332
32333         * socket/accept4.c (accept4): Rename to __libc_accept4.
32334         Define accept4 as a weak alias.
32335
32336         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32337         on [_DIRENT_HAVE_D_TYPE].
32338         * io/ftw.c (ftw_dir): Likewise.
32339
32340         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32341
32342         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32343
32344         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32345         Use the BSD numbers rather than the arbitrary ones we had.
32346         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32347         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32348         (SIGXCPU, SIGXFSZ): New macros.
32349         (_NSIG): Now 32.
32350
32351         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32352         initializer on [_LIBC_REENTRANT].
32353
32354         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32355         definitions inside [_POSIX_MAPPED_FILES].
32356
32357         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32358
32359         * dirent/opendir.c: Include <fcntl.h>.
32360
32361         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32362         (__libc_getspecific): Likewise.
32363         (__libc_key_create): Likewise.
32364
32365         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32366         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32367         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32368         (tmpfile64): Define as alias.
32369         * sysdeps/wordsize-64/tmpfile.c: File removed.
32370         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32371         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32372         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32373
32374         * stdio-common/vfscanf.c: Include <stdbool.h>.
32375         * nss/makedb.c: Likewise.
32376         * stdio-common/_i18n_number.h: Likewise.
32377         * argp/argp-help.c: Likewise.
32378         * posix/wordexp.c: Likewise.
32379         * sysdeps/posix/spawni.c: Likewise.
32380         * nss/nss_files/files-initgroups.c: Likewise.
32381         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32382         * nss/nss_files/files-initgroups.c: Likewise.
32383         * nss/nss_db/db-netgrp.c: Likewise.
32384         * nss/nss_db/db-initgroups.c: Likewise.
32385         * io/fchmodat.c: Include <sys/stat.h>.
32386
32387         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32388         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32389
32390         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32391         [HAVE_MMAP].
32392
32393         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32394         Add multiple inclusion protection.
32395
32396 2012-07-27  David S. Miller  <davem@davemloft.net>
32397
32398         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32399
32400 2012-07-27  Gary Benson  <gbenson@redhat.com>
32401
32402         [BZ #14298]
32403         * elf/rtld.c: Include <stap-probe.h>.
32404         (dl_main): Added static probes "init_start" and "init_complete".
32405         * elf/dl-load.c: Include <stap-probe.h>.
32406         (lose): Take new parameter "nsid".
32407         Added static probe "map_failed".
32408         (_dl_map_object_from_fd): Pass namespace id to lose.
32409         Added static probe "map_start".
32410         (open_verify): Pass namespace id to lose.
32411         * elf/dl-open.c: Include <stap-probe.h>.
32412         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32413         and "reloc_complete".
32414         * elf/dl-close.c: Include <stap-probe.h>.
32415         (_dl_close_worker): Added static probes "unmap_start" and
32416         "unmap_complete".
32417         * elf/rtld-debugger-interface.txt: New file documenting the above.
32418
32419 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32420
32421         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32422         rather than a string variable.
32423         * sunrpc/rpc_main.c (h_output): Likewise.
32424         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32425
32426 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32427
32428         * inet/check_native.c: New file.
32429
32430 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32431
32432         [BZ #13629]
32433         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32434         if larger part has absolute value 1.0.
32435         * math/s_clog10.c (__clog10): Likewise.
32436         * math/s_clog10f.c (__clog10f): Likewise.
32437         * math/s_clog10l.c (__clog10l): Likewise.
32438         * math/s_clogf.c (__clogf): Likewise.
32439         * math/s_clogl.c (__clogl): Likewise.
32440         * math/libm-test.inc (clog_test): Add more tests.
32441         (clog10_test): Likewise.
32442         * sysdeps/i386/fpu/libm-test-ulps: Update.
32443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32444
32445         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32446         (pltexit): Likewise.
32447         (La_regs): Likewise.
32448         (La_retval): Likewise.
32449         (int_retval): Likewise.
32450         Update #error for removed macros to refer only to definitions in
32451         tst-audit.h.
32452         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32453         macro.
32454         (pltexit): Likewise.
32455         (La_regs): Likewise.
32456         (La_retval): Likewise.
32457         (int_retval): Likewise.
32458         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32459         macro.
32460         (pltexit): Likewise.
32461         (La_regs): Likewise.
32462         (La_retval): Likewise.
32463         (int_retval): Likewise.
32464         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32465         macro.
32466         (pltexit): Likewise.
32467         (La_regs): Likewise.
32468         (La_retval): Likewise.
32469         (int_retval): Likewise.
32470         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32471         macro.
32472         (pltexit): Likewise.
32473         (La_regs): Likewise.
32474         (La_retval): Likewise.
32475         (int_retval): Likewise.
32476         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32477         macro.
32478         (pltexit): Likewise.
32479         (La_regs): Likewise.
32480         (La_retval): Likewise.
32481         (int_retval): Likewise.
32482         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32483         macro.
32484         (pltexit): Likewise.
32485         (La_regs): Likewise.
32486         (La_retval): Likewise.
32487         (int_retval): Likewise.
32488         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32489         macro definitions in tst-audit.h.
32490         * sysdeps/i386/tst-audit.h: New file.
32491         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32492         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32493         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32494         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32495         * sysdeps/sh/tst-audit.h: Likewise.
32496         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32497         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32498         * sysdeps/x86_64/tst-audit.h: Likewise.
32499
32500 2012-07-26  Andreas Jaeger  <aj@suse.de>
32501
32502         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32503         ptrace.
32504
32505         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32506         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32507         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32508         PTRACE_O_MASK.
32509         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32510         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32511         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32512
32513         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32514         value.
32515
32516         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32517         _sigsys.
32518         (si_call_addr, si_syscall, si_arch): Define new macro.
32519         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32520         _sigsys.
32521         (si_call_addr, si_syscall, si_arch): Define new marcro.
32522         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32523         _sigsys.
32524         (si_call_addr, si_syscall, si_arch): Define new macro.
32525         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32526         _sigsys.
32527         (si_call_addr, si_syscall, si_arch): Define new macro.
32528
32529 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32530
32531         [BZ #13717]
32532         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32533         Change to 2.4.21 where previously 2.4.1.
32534         * sysdeps/unix/sysv/linux/configure: Regenerated.
32535         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32536         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32537         Linux kernel version.
32538         (__ASSUME_STD_AUXV): Remove.
32539         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32540         kernel version.
32541         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32542         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32543         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32544         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32545         (__ASSUME_NETLINK_SUPPORT): Likewise.
32546         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32547         (__no_netlink_support): Remove conditional definition.
32548         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32549         Remove.
32550         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32551         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32552         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32553         (if_nameindex_ioctl): Remove.
32554         (if_nameindex_netlink): Do not handle __no_netlink_support.
32555         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32556         code.
32557         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32558         Remove conditional code.
32559         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32560         code.
32561         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32562         unconditional.
32563         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32564         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32565         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32566         Remove.
32567         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32568         [!__ASSUME_STD_AUXV]: Remove conditional code.
32569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32570         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32571         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32573         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32574         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32575         code.
32576         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32578         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32579         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32580         conditional code.
32581         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32583         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32584         code.
32585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32586         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32587         conditional code.
32588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32589         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32590         code unconditional.
32591         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32592         conditional code.
32593         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32594         unconditional.
32595         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32596         conditional code.
32597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32598         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32599         unconditional.
32600         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32601         conditional code.
32602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32603         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32604         code unconditional.
32605         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32606         conditional code.
32607         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32608         unconditional.
32609         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32610         conditional code.
32611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32612         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32613         code unconditional.
32614         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32615         conditional code.
32616         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32617         unconditional.
32618         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32619         conditional code.
32620
32621 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32622
32623         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32624         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32625         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32626         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32627         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32628         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32629         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32630         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32631         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32632         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32633         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32634         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32635         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32636         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32637         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32638         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32639         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32640         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32641         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32642         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32643         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32644         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32645         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32646
32647 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32648
32649         * Versions.def: Add GLIBC_2.17.
32650         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32651         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32652         Introduce __libc_secure_getenv.
32653         * stdlib/Versions (2.17): Add secure_getenv
32654         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32655         * stdlib/secure-getenv.c: Rename __secure_getenv to
32656         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32657         symbol __secure_getenv for GLIBC_2.0.
32658         * stdlib/tst-secure-getenv.c: New.
32659         * stdlib/Makefile (tests): Add testcase.
32660         * manual/startup.texi (Environment Access): Document
32661         secure_getenv.
32662         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32663         __libc_secure_getenv.
32664         * inet/ruserpass.c (ruserpass): Likewise.
32665         * malloc/mtrace.c (mtrace): Likewise.
32666         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32667         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32668         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32669         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32670         HAVE_SECURE_GETENV.
32671         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32672         __secure_getenv to __libc_secure_getenv.
32673         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32675         Likewise.
32676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32677         Likewise.
32678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32679         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32680         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32681         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32682         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32683         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32684         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32685
32686 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32687
32688         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32689         (struct La_i86_retval): Likewise.
32690         (struct La_x86_64_regs): Likewise.
32691         (struct La_x86_64_retval): Likewise.
32692         (struct La_x32_regs): Likewise.
32693         (struct La_x32_retval): Likewise.
32694         (struct La_ppc32_regs): Likewise.
32695         (struct La_ppc32_retval): Likewise.
32696         (struct La_ppc64_regs): Likewise.
32697         (struct La_ppc64_retval): Likewise.
32698         (struct La_sh_regs): Likewise.
32699         (struct La_sh_retval): Likewise.
32700         (struct La_s390_32_regs): Likewise.
32701         (struct La_s390_32_retval): Likewise.
32702         (struct La_s390_64_regs): Likewise.
32703         (struct La_s390_64_retval): Likewise.
32704         (struct La_sparc32_regs): Likewise.
32705         (struct La_sparc32_retval): Likewise.
32706         (struct La_sparc64_regs): Likewise.
32707         (struct La_sparc64_retval): Likewise.
32708         (struct audit_ifaces): Remove architecture-specific pltenter and
32709         pltexit members.
32710         * sysdeps/i386/ldsodefs.h: New file.
32711         * sysdeps/powerpc/ldsodefs.h: Likewise.
32712         * sysdeps/s390/ldsodefs.h: Likewise.
32713         * sysdeps/sh/ldsodefs.h: Likewise.
32714         * sysdeps/sparc/ldsodefs.h: Likewise.
32715         * sysdeps/x86_64/ldsodefs.h: Likewise.
32716
32717 2012-07-25  Marek Polacek  <polacek@redhat.com>
32718
32719         [BZ #6808]
32720         * math/libm-test.inc (yn_test): Add another test.
32721         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
32722         to ERANGE when the result is +-Inf.
32723         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
32724         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32725         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
32726         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
32727
32728 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
32729
32730         * conform/data/time.h-data (NULL): Use macro-constant.  Require
32731         equal to 0.
32732         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
32733         clock_t.
32734         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
32735
32736 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
32737
32738         * configure.in <sysdeps resolving>: Correct printing
32739         Implies_before.
32740         * configure: Regenerate.
32741
32742 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
32743
32744         * math/w_ilogb.c: Include <limits.h>.
32745         * math/w_ilogbl.c: Likewise.
32746
32747 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32748
32749         * manual/lang.texi (__va_copy): Document primarily as ISO C99
32750         va_copy.  Document allowing for unavailable va_copy only as
32751         pre-C99 compatibility.
32752         * manual/string.texi (Copying and Concatenation): Use va_copy
32753         instead of __va_copy in concat example.
32754
32755 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
32756
32757         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
32758         (__sendto): Use create_address_port.  Initialize APORT and deallocate
32759         it if not null.
32760
32761         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
32762         with O_NOLINK passed to __file_name_lookup.
32763
32764         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
32765         with O_NOLINK passed to __file_name_lookup.
32766
32767         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
32768         negative N or less than NGIDS.
32769
32770         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
32771         type to string_t.  Set ERANGE as errno and return it if NAME is not big
32772         enough.  Use memcpy instead of strncpy.
32773
32774 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32775
32776         * elf/Makefile (check-data): Remove.
32777         (localplt.data): New vpath directive.
32778         ($(objpfx)check-localplt.out): Use localplt.data from vpath
32779         instead of $(check-data).
32780         * scripts/data/localplt-generic.data: Move to ...
32781         * sysdeps/generic/localplt.data: ... here.
32782         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
32783         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
32784         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
32785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
32786         ... here.
32787         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
32788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
32789         ... here.
32790         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
32791         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
32792         ... here.
32793         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
32794         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
32795         ... here.
32796         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
32797         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
32798         ... here.
32799         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
32800         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
32801         ... here.
32802
32803 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32804
32805         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
32806         PPC32 and PPC64 files.
32807         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
32808         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
32809
32810 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32811
32812         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
32813         __makecontext_ret to ...
32814         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
32815         ... here and call exit if uc_link is NULL.  New file.
32816         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
32817         __makecontext_ret.S.
32818         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
32819         __makecontext_ret to ...
32820         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
32821         ... here and call exit if uc_link is NULL.  New file.
32822         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
32823         __makecontext_ret.S.
32824
32825 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32826
32827         * elf/elf.h (R_390_IRELATIVE): New definition.
32828         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
32829         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
32830         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
32831         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
32832         (elf_machine_lazy_rel): Likewise.
32833         * sysdeps/s390/dl-irel.h: New file.
32834         * sysdeps/s390/s390-64/memcpy.S: New asm code.
32835         * sysdeps/s390/s390-64/memset.S: New asm code.
32836         * sysdeps/s390/s390-64/memcmp.S: New asm code.
32837         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
32838         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
32839         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
32840         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
32841         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
32842         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
32843         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
32844         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
32845         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
32846         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
32847         * sysdeps/s390/s390-32/memcpy.S: New asm code.
32848         * sysdeps/s390/s390-32/memset.S: New asm code.
32849         * sysdeps/s390/s390-32/memcmp.S: New asm code.
32850
32851 2012-07-17  Marek Polacek  <polacek@redhat.com>
32852
32853         [BZ #14349]
32854         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
32855         * sysdeps/s390/s390-64/configure.in: Likewise.
32856         * sysdeps/sparc/configure.in: Likewise.
32857         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
32858         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
32859         * sysdeps/i386/configure.in: Likewise.
32860         * sysdeps/x86_64/configure.in: Likewise.
32861         * sysdeps/sh/configure.in: Likewise.
32862         * sysdeps/s390/s390-32/configure: Regenerated.
32863         * sysdeps/s390/s390-64/configure: Likewise.
32864         * sysdeps/x86_64/configure: Likewise.
32865         * sysdeps/sh/configure: Likewise.
32866         * sysdeps/powerpc/powerpc64/configure: Likewise.
32867         * sysdeps/powerpc/powerpc32/configure: Likewise.
32868         * sysdeps/sparc/configure: Likwise.
32869         * sysdeps/i386/configure: Likewise.
32870
32871         * elf/dl-open.c: Comment fixes.
32872
32873 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
32874
32875         * Makefile [CXX] (check-data): Remove.
32876         [CXX] (c++-types.data): New vpath directive.
32877         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
32878         vpath.  Do not allow for C++ type data being missing.
32879         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
32880         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
32881         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
32882         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
32883         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
32884         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
32885         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
32886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
32887         ... here.
32888         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
32889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
32890         ... here.
32891         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
32892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
32893         ... here.
32894         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
32895         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
32896         ... here.
32897         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
32898         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
32899         ... here.
32900         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
32901         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
32902         ... here.
32903         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
32904         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
32905         ... here.
32906         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
32907         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
32908
32909         * elf/tls-macros.h (TLS_LE): Move architecture-specific
32910         definitions to architecture-specific files.
32911         (TLS_IE): Likewise.
32912         (TLS_LD): Likewise.
32913         (TLS_GD): Likewise.
32914         * sysdeps/i386/tls-macros.h: New file.
32915         * sysdeps/powerpc/tls-macros.h: Likewise.
32916         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
32917         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
32918         * sysdeps/sh/tls-macros.h: Likewise.
32919         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
32920         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
32921         * sysdeps/x86_64/tls-macros.h: Likewise.
32922
32923 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32924
32925         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
32926         zero value for regular exit case.
32927
32928         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
32929         (__start_context): Preserve zero value for regular exit case.
32930
32931 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32932             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32933
32934         * manual/setjmp.texi (setcontext): Clarify normal process
32935         termination when uc_link is the null pointer.
32936         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
32937         exit call.
32938
32939 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
32940
32941         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
32942         preprocessor.  Test for each exception mask separately.
32943
32944 2012-07-16  Andreas Jaeger  <aj@suse.de>
32945
32946         * po/ru.po: Update from translation team.
32947
32948 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
32949
32950         * conform/data/string.h-data (NULL): Use macro-constant.  Require
32951         equal to 0.
32952         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
32953         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
32954         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
32955         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
32956         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32957
32958 2012-07-13  Andreas Jaeger  <aj@suse.de>
32959
32960         * po/fr.po: Update from translation team.
32961
32962 2012-07-12  Marek Polacek  <polacek@redhat.com>
32963
32964         [BZ #14173]
32965         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32966         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32967         loop condition.
32968
32969 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32970
32971         [BZ #13717]
32972         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32973         Change to 2.4.1 where previously 2.4.0.
32974         * sysdeps/unix/sysv/linux/configure: Regenerated.
32975         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32976         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32977         version.
32978         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32979         (__ASSUME_AT_CLKTCK): Remove.
32980         (__ASSUME_AT_PAGESIZE): Likewise.
32981         (__ASSUME_AT_XID): Likewise.
32982         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32983         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32984         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32985         unconditionally.
32986         (HAVE_AUX_PAGESIZE): Likewise.
32987         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32988         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32989         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32990
32991 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32992
32993         [BZ #14307]
32994         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32995         the temporary buffer used to invoke __gethostbyname2_r,
32996         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32997         host_data / struct gaih_addrtuple.
32998         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32999         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33000         header file nss/nsswitch.h.
33001         * nss/nsswitch.h (global scope): Add definition of implementation
33002         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33003         resolv/nss_dns/dns-host.c).
33004
33005 2012-07-11  Andreas Jaeger  <aj@suse.de>
33006
33007         * po/fr.po: Update from translation team.
33008
33009         * po/sv.po: Update from translation team
33010         * po/fr.po: Another update from translation team.
33011
33012 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33013
33014         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33015         for subnormals or multiply small sinh result by itself.
33016         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33017         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33018
33019 2012-07-11  David S. Miller  <davem@davemloft.net>
33020
33021         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33022
33023 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33024
33025         [BZ #14347]
33026         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33027         (INTERNAL_MARK): Shift it here.
33028
33029 2012-07-10  Marek Polacek  <polacek@redhat.com>
33030
33031         [BZ #14151]
33032         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33033         libc_cv_asm_global_directive with .globl.
33034         * configure: Regenerated.
33035         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33036         with .globl.
33037         * sysdeps/i386/configure: Regenerated.
33038         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33039         with .globl.
33040         * sysdeps/x86_64/configure: Regenerated.
33041         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33042         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33043         * elf/tst-unique2mod2.c: Likewise.
33044         * elf/tst-unique2mod1.c: Likewise.
33045         * elf/tst-unique1mod2.c: Likewise.
33046         * elf/tst-unique1mod1.c: Likewise.
33047         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33048         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33049         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33050         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33051         * sysdeps/mach/sysdep.h: Likewise.
33052         * sysdeps/i386/sysdep.h: Likewise.
33053         * sysdeps/i386/i386-mcount.S: Likewise.
33054         * sysdeps/x86_64/_mcount.S: Likewise.
33055         * sysdeps/x86_64/sysdep.h: Likewise.
33056         * sysdeps/sh/_mcount.S: Likewise.
33057         * sysdeps/sh/sysdep.h: Likewise.
33058         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33059         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33060         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33061         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33062         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33063         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33064         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33065         * locale/localeinfo.h: Likewise.
33066         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33067         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33068
33069 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33070
33071         [BZ #14336]
33072         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33073         system".
33074         * manual/message.texi (The Uniforum approach): Likewise.
33075         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33076         (glibc iconv Implementation): Likewise.
33077
33078 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33079
33080         [BZ #14337]
33081         * math/s_clog.c (__clog): Avoid scaling a value down where that
33082         could result in underflow.
33083         * math/s_clog10.c (__clog10): Likewise.
33084         * math/s_clog10f.c (__clog10f): Likewise.
33085         * math/s_clog10l.c (__clog10l): Likewise.
33086         * math/s_clogf.c (__clogf): Likewise.
33087         * math/s_clogl.c (__clogl): Likewise.
33088         * math/libm-test.inc (clog_test): Add more tests.
33089         (clog10_test): Likewise.
33090         * sysdeps/i386/fpu/libm-test-ulps: Update.
33091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33092
33093 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33094
33095         [BZ #14283]
33096         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33097         by 7 not 8 to examine high bit of fractional part.
33098
33099         [BZ #14042]
33100         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33101         for call to __mcount_internal.
33102         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33103         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33104         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33105
33106 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33107
33108         [BZ #14154]
33109         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33110         approximation for values within 0x1p-13f of an odd multiple of
33111         pi/4.
33112         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33113         exception.  Add more tests.
33114         * sysdeps/i386/fpu/libm-test-ulps: Update.
33115
33116         [BZ #6778]
33117         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33118         inputs and return -1 for them.  Do not check for +Inf in case not
33119         reachable for +Inf.
33120         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33121         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33122         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33123         and return -1 for them.  Do not check for +Inf in case not
33124         reachable for +Inf.
33125         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33126         define.
33127         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33128         and return -1 for them.  Do not check for +Inf in case not
33129         reachable for +Inf.
33130         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33131         spurious underflow.
33132         * sysdeps/i386/fpu/libm-test-ulps: Update.
33133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33134
33135 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33136
33137         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33138
33139 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33140
33141         [BZ #14157]
33142         [BZ #14331]
33143         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33144         could result in spurious underflow.  Scale down values above
33145         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33146         * math/s_csqrtf.c (__csqrtf): Likewise.
33147         * math/s_csqrtl.c (__csqrtl): Likewise.
33148         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33149         spurious underflow.
33150         * sysdeps/i386/fpu/libm-test-ulps: Update.
33151         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33152
33153 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33154
33155         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33156         xopen-msg.sed.
33157         * catgets/xopen-msg.awk: New file.
33158         * catgets/xopen-msg.sed: Removed.
33159
33160         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33161         po2text.sed.
33162         * intl/po2test.awk: New file.
33163         * intl/po2test.sed: Removed.
33164
33165 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33166
33167         [BZ #14328]
33168         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33169         or multiply small sinh result by itself.
33170         * math/s_ctanf.c (__ctanf): Likewise.
33171         * math/s_ctanh.c (__ctanh): Likewise.
33172         * math/s_ctanhf.c (__ctanhf): Likewise.
33173         * math/s_ctanhl.c (__ctanhl): Likewise.
33174         * math/s_ctanl.c (__ctanl): Likewise.
33175         * math/libm-test.inc (ctan_test_tonearest): New function.
33176         (ctan_test_towardzero): Likewise.
33177         (ctan_test_downward): Likewise.
33178         (ctan_test_upward): Likewise.
33179         (ctanh_test_tonearest): Likewise.
33180         (ctanh_test_towardzero): Likewise.
33181         (ctanh_test_downward): Likewise.
33182         (ctanh_test_upward): Likewise.
33183         (main): Call these new functions.
33184         * sysdeps/i386/fpu/libm-test-ulps: Update.
33185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33186
33187 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33188
33189         * .gitignore: Delete /ports entry.
33190
33191 2012-07-03  Andreas Jaeger  <aj@suse.de>
33192
33193         * po/bg.po: Update from translation team.
33194         * po/cs.po: Likewise.
33195         * po/de.po: Likewise.
33196         * po/hr.po: Likewise.
33197         * po/nl.pl: Likewise.
33198         * po/pl.po: Likewise.
33199         * po/vi.po: Likewise.
33200
33201 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33202
33203         * Makeconfig [!+link] (+link-before-libc): New variable.
33204         [!+link] (+link-after-libc): Likewise.
33205         [!+link] (+link-tests): Likewise.
33206         [!+link] (+link): Define in terms of $(+link-before-libc) and
33207         $(+link-after-libc).
33208         [!+link-static] (+link-static-before-libc): New variable.
33209         [!+link-static] (+link-static-after-libc): Likewise.
33210         [!+link-static] (+link-static-tests): Likewise.
33211         [!+link-static] (+link-static): Define in terms of
33212         $(+link-static-before-libc) and $(+link-static-after-libc).
33213         [build-shared] (link-libc-before-gnulib): New variable.
33214         [build-shared] (link-libc-tests): Likewise.
33215         [build-shared] (link-libc): Define in terms of
33216         $(link-libc-before-gnulib).
33217         [!build-shared] (link-libc-tests): New variable.
33218         (link-libc-static-tests): New variable.
33219         [!gnulib] (gnulib-arch): New variable.
33220         [!gnulib] (gnulib-tests): Likewise.
33221         [!gnulib] (static-gnulib-arch): Likewise.
33222         [!gnulib] (static-gnulib-tests): Likewise.
33223         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33224         Define with "=" instead of ":=".
33225         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33226         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33227         * Rules (binaries-all-notests): New variable.
33228         (binaries-all-tests): Likewise.
33229         (binaries-static-notests): Likewise.
33230         (binaries-static-tests): Likewise.
33231         (binaries-all): Define using $(binaries-all-notests) and
33232         $(binaries-all-tests).
33233         (binaries-static): Define using $(binaries-static-notests) and
33234         $(binaries-static-tests).
33235         (binaries-shared-tests): New variable.
33236         (binaries-shared-notests): Likewise.
33237         (binaries-shared): Remove variable.
33238         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33239         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33240         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33241         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33242         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33243         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33244         * elf/Makefile (sln-modules): New variable.
33245         (extra-objs): Add $(sln-modules:=.o).
33246         (ldconfig-modules): Add static-stubs.
33247         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33248         * elf/static-stubs.c: New file.
33249
33250         [BZ #14283]
33251         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33252         by 7 not 8 to examine high bit of fractional part.  Use volatile
33253         variables when splitting into final array of floats if
33254         __FLT_EVAL_METHOD__ != 0.
33255         * math/libm-test.inc (cos_test): Add another test.
33256         (sin_test): Likewise.
33257         * sysdeps/i386/fpu/libm-test-ulps: Update.
33258
33259         [BZ #14273]
33260         * math/libm-test.inc (cosh_test): Add more tests.
33261
33262         * version.h (RELEASE): Set to "development".
33263         (VERSION): Set to "2.16.90".
33264
33265 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33266
33267         * NEWS: Update copyright. Remove last-updated date.
33268         Mention math library bug fixes and timezone data changes.
33269         * README: Mention GNU/Hurd, x32, and HPPA support status.
33270
33271 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33272
33273         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33274
33275 2012-06-27  Andreas Jaeger  <aj@suse.de>
33276
33277         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33278
33279 2012-06-25  Andreas Jaeger  <aj@suse.de>
33280
33281         * sysdeps/s390/fpu/libm-test-ulps: Update.
33282
33283 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33284             Thomas Schwinge  <thomas@codesourcery.com>
33285
33286         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33287         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33288         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33289         fanotify_mark.
33290
33291 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33292
33293         * sysdeps/mach/start.c: Remove file.
33294         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33295         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33296         * sysdeps/sh/init-first.c: Likewise.
33297
33298         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33299         registers for frame unwinding purposes, add CFI directives.
33300         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33301         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33302         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33303         Likewise.
33304
33305         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33306         __fortify_fail returning.
33307         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33308
33309         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33310         sysdeps/sh/____longjmp_chk.S.
33311         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33312         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33313         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33314         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33315
33316         * sysdeps/sh/abort-instr.h: New file.
33317         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33318         process in case exit returns.
33319
33320         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33321         initialize the GOT register before use.
33322
33323         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33324         calculation of ARGC > 4.
33325
33326         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33327         meaningful names to some local labels.
33328
33329 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33330             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33331
33332         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33333         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33334         (__arch_compare_and_exchange_val_16_acq): Likewise.
33335         (__arch_compare_and_exchange_val_32_acq): Likewise.
33336         (atomic_exchange_and_add): Fix gUSA sequence.
33337         (atomic_add): Likewise.
33338         (atomic_add_negative): Likewise.
33339         (atomic_add_zero): Likewise.
33340         (atomic_bit_test_set): Likewise.
33341
33342 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33343
33344         [BZ #13579]
33345         * include/link.h (struct link_map): Add l_free_initfini.
33346         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33347         l_initfini.
33348         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33349         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33350         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33351         set.
33352
33353 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33354
33355         * configure.in: Use AC_LANG_SOURCE.
33356         * configure: Regenerate.
33357
33358 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33359
33360         * configure.in (libc_cv_localstatedir): New substituted variable.
33361         * configure: Regenerated.
33362         * config.make.in (localstatedir): New variable, substituted from
33363         libc_cv_localstatedir.
33364         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33365         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33366         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33367         * sysdeps/gnu/configure: Regenerated.
33368
33369 2012-06-21  Jeff Law  <law@redhat.com>
33370
33371         [BZ #14277]
33372         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33373         free.  Simplify list management for _LIBC case.
33374
33375 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33376
33377         [BZ #14273]
33378         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33379         Clear sign bit of 64-bit integer value before comparing against
33380         overflow value.
33381
33382         * sysdeps/mach/configure: Regenerated.
33383
33384 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33385
33386         [BZ #14278]
33387         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33388
33389 2012-06-21  Jeff Law  <law@redhat.com>
33390
33391         [BZ #13882]
33392         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33393         uint16_t for elements in the "seen" array to avoid char overflows.
33394         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33395         * elf/dl-open.c (dl_open_worker): Likewise.
33396
33397 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33398
33399         * scripts/list-sources.sh: Scan PORTS for translations.
33400         * po/libc.pot: Regenerated.
33401
33402 2012-06-21  Andreas Jaeger  <aj@suse.de>
33403
33404         [BZ #12194]
33405         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33406         warning.
33407         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33408         * bits/byteswap-16.h (__bswap_16): Likewise.
33409         * bits/byteswap.h (__bswap_constant_16): Likewise.
33410
33411 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33412
33413         [BZ #14117]
33414         * sysdeps/i386/fpu_control.h: Removed.
33415         * sysdeps/x86_64/fpu_control.h: Moved to ...
33416         * sysdeps/x86/fpu_control.h: Here.
33417
33418         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33419         (_FPU_SETCW): Likewise.
33420
33421 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33422
33423         [BZ #14117]
33424         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33425         * sysdeps/x86/fpu/bits/mathinline.h: This.
33426         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33427
33428         [BZ #14050]
33429         [BZ #14117]
33430         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33431         functions if __x86_64__ is defined.
33432
33433 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33434
33435         * string/endian.h: Add !__ASSEMBLER__ condition for including
33436         conversion interfaces.
33437
33438 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33439
33440         [BZ #14241]
33441         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33442         of ABS(x) in calculating zero to negative powers other than odd
33443         integers.
33444         * math/libm-test.inc (pow_test): Add more tests.
33445
33446 2012-06-15  Andreas Jaeger  <aj@suse.de>
33447
33448         * manual/contrib.texi (Contributors): Update entry of Liubov
33449         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33450         Machado Filho.
33451
33452 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33453
33454         * string/string.h: Add __wur to GNU version of strerror_r.
33455
33456 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33457
33458         [BZ #14229]
33459         * string/Makefile (tests): Add tst-strtok_r.
33460         * string/tst-strtok_r.c: New file.
33461         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33462         RAX_LP/RDX_LP on SAVE_PTR.
33463
33464 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33465
33466         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33467
33468 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33469
33470         * libm_test.inc (csqrt_test): Allow more spurious underflow
33471         exceptions.
33472         (j0_test): Likewise.
33473         (j1_test): Likewise.
33474         (y0_test): Likewise.
33475         (y1_test): Likewise.
33476
33477 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33478
33479         * po/Makefile (libc.pot): Use UTF-8 charset.
33480
33481 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33482
33483         [BZ #14210]
33484         Suppress sign-conversion warning from FD_SET.
33485         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33486         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33487         not unsigned long int.
33488         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33489
33490 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33491
33492         [BZ #14050]
33493         [BZ #14117]
33494         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33495         __extern_always_inline instead of __extern_inline.
33496         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33497         (__signbit): Likewise.
33498         (__signbitl): Support C++ namespace.
33499         (lrintf): New inline function.
33500         (lrint): Likewise.
33501         (llrintf): Likewise.
33502         (llrint): Likewise.
33503         (fmaxf): Likewise.
33504         (fmax): Likewise.
33505         (fminf): Likewise.
33506         (fmin): Likewise.
33507         (rint): Likewise.
33508         (rintf): Likewise.
33509         (ceil): Likewise.
33510         (ceilf): Likewise.
33511         (floor): Likewise.
33512         (floorf): Likewise.
33513         (nearbyint): Likewise.
33514         (nearbyintf): Likewise.
33515
33516 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33517
33518         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33519         non-default versions.
33520
33521 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33522
33523         [BZ #14218]
33524         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33525
33526 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33527
33528         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33529         (FE_UPWARD, FE_DOWNWARD): Don't define.
33530         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33531         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33532
33533         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33534         reading it.
33535         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33536         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33537
33538 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33539
33540         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33541         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33542         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33543         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33544
33545 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33546
33547         [BZ #14117]
33548         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33549         * sysdeps/i386/fpu/Implies: New file.
33550         * sysdeps/x86_64/fpu/Implies: Likewise.
33551         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33552         * sysdeps/x86/fpu/bits/fenv.h: This.
33553
33554         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33555         __SSE_MATH__.
33556
33557 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33558
33559         [BZ #14134]
33560         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33561         character 0xffff that matches the last element of the
33562         conversion table.
33563
33564 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33565
33566         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33567         fmodl commit.
33568
33569 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33570
33571         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33572         values higher than 25.6283.
33573
33574 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33575
33576         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33577         subnormal exponent extraction and add some __builtin_expect.
33578         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33579         Fix for subnormal mantissa calculation.
33580
33581 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33582
33583         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33584         cpu2 is -1 and errno is not ENOSYS.
33585
33586 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33587
33588         [BZ #14117]
33589         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33590         * sysdeps/x86/bits/string.h: This.
33591         * sysdeps/x86_64/bits/string.h: Removed.
33592
33593         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33594         if not compiling for x86-64, but compiling for >= i486.
33595
33596         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33597         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33598
33599         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33600         New macro from Linux kernel 3.4.0.
33601         (FP_XSTATE_MAGIC2): Likewise.
33602         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33603         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33604         (struct _fpx_sw_bytes): New struct.
33605         (struct _xsave_hdr): Likewise.
33606         (struct _ymmh_state): Likewise.
33607         (struct _xstate): Likewise.
33608
33609         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33610         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33611         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33612         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33613         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33614         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33615
33616         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33617         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33618         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33619         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33620         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33621         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33622
33623 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33624
33625         [BZ #13743]
33626         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33627         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33628         (sysdep_headers): Include sys/platform/ppc.h.
33629         * sysdeps/powerpc/test-gettimebase.c: Test for
33630         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33631         * manual/Makefile (appendices): Include platform.texi.
33632         * manual/contrib.texi (Contributors): Update @node pointers.
33633         * manual/maint.texi (Maintenance): Likewise.
33634         (Platform): New node.
33635         * manual/platform.texi: New file.  Document the new features.
33636
33637 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33638             Jakub Jelinek  <jakub@redhat.com>
33639
33640         [BZ #14188]
33641         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33642         where __builtin_expect is unavailable.
33643
33644 2012-06-03  David S. Miller  <davem@davemloft.net>
33645
33646         * stdlib/longlong.h: Updated from GCC.
33647
33648 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33649
33650         [BZ #14042]
33651         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33652         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33653         __mcount_internal.
33654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33655         (GLIBC_2.16): Likewise.
33656
33657 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33658
33659         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33660
33661 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33662
33663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33664         (default-abi): New variable.
33665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33666         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33667         variable.
33668         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33669         Likewise.
33670         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33671         Likewise.
33672         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33673         Likewise.
33674
33675         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33676         definition.  Document in comment.
33677
33678 2012-06-01  David S. Miller  <davem@davemloft.net>
33679
33680         * stdlib/longlong.h: Updated from GCC.
33681
33682 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33683
33684         [BZ #14117]
33685         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33686         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33687         sys/debugreg.h sys/io.h here.
33688         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33689         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33690         sys/io.h.
33691         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33692         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33693         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33694         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33695         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33696         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33697
33698         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33699         Define only if __x86_64__ is defined.
33700
33701 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33702
33703         [BZ #14048]
33704         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
33705         Use int64_t for variable i.
33706         * math/libm-test.inc (fmod_test): Add more tests.
33707
33708         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
33709         z computation is not scheduled after fetestexcept.
33710         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
33711         Use math_force_eval instead of asm to ensure calculation scheduled
33712         before exception test.
33713         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
33714         Ensure a1 + u.d computation is not scheduled after fetestexcept.
33715
33716 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
33717
33718         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
33719         computation is not scheduled after fetestexcept.
33720
33721 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33722
33723         [BZ #14117]
33724         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
33725         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
33726
33727 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33728
33729         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
33730         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
33731
33732 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33733
33734         [BZ #14117]
33735         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
33736         <bits/wordsize.h>.
33737         (__WCHAR_MIN): Support __WORDSIZE == 64.
33738         (__WCHAR_MAX): Likewise.
33739
33740         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
33741         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
33742
33743         [BZ #14183]
33744         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
33745         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
33746
33747         [BZ #14117]
33748         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
33749         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
33750
33751         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
33752         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
33753
33754         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
33755         Defined to 1 if __x86_64__ isn't defined.
33756         (_STAT_VER_LINUX_OLD): New.
33757         (st_atime): Remove duplicate.
33758         (st_mtime): Likewise.
33759         (st_ctime): Likewise.
33760
33761 2012-05-31  David S. Miller  <davem@davemloft.net>
33762
33763         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
33764         entries.
33765
33766 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
33767
33768         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
33769         gen-libm-test.pl.
33770
33771         [BZ #14132]
33772         * elf/dl-reloc.c: Include <_itoa.h>.
33773         (_dl_reloc_bad_type): Remove use of INTUSE.
33774         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
33775         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
33776         * stdio-common/psiginfo.c (psiginfo): Likewise.
33777         * stdio-common/psignal.c (psignal): Likewise.
33778         * string/strsignal.c (strsignal): Likewise.
33779         * include/signal.h (_sys_siglist): Declare hidden proto.
33780         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
33781         INTVARDEF with libc_hidden_data_def.
33782         * stdio-common/itoa-udigits.c: Likewise.
33783         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
33784         (_itoa_lower_digits_internal): Remove declaration.
33785         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
33786         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
33787         (_sys_sigabbrev_internal): Remove aliases.
33788         (_sys_siglist): Define hidden alias.
33789
33790 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
33791
33792         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33793         bits/sysctl.h.
33794
33795 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33796
33797         [BZ #14117]
33798         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
33799         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
33800
33801         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
33802         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
33803         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
33804         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
33805         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
33806         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
33807
33808         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
33809         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
33810         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
33811
33812         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
33813         with __addr.
33814         (insw): Likewise.
33815         (insl): Likewise.
33816         (outsb): Likewise.
33817         (outsw): Likewise.
33818         (outsl): Likewise.
33819
33820         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
33821         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
33822         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
33823
33824         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
33825         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
33826         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
33827         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
33828         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
33829         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
33830
33831         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
33832         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
33833
33834         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
33835         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
33836
33837         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
33838         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
33839         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
33840
33841         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
33842         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
33843         to ...
33844         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
33845
33846         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
33847         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
33848         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
33849
33850         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
33851         for x86-64.
33852         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
33853
33854 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
33855
33856         * math/math.h (M_El): Use two more decimal places.
33857         (M_LOG2El): Likewise.
33858         (M_LOG10El): Likewise.
33859         (M_LN2l): Likewise.
33860         (M_LN10l): Likewise.
33861         (M_PIl): Likewise.
33862         (M_PI_2l): Likewise.
33863         (M_PI_4l): Likewise.
33864         (M_1_PIl): Likewise.
33865         (M_2_PIl): Likewise.
33866         (M_2_SQRTPIl): Likewise.
33867         (M_SQRT2l): Likewise.
33868         (M_SQRT1_2l): Likewise.
33869
33870 2012-05-31  David S. Miller  <davem@davemloft.net>
33871
33872         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
33873         values between float registers.
33874         * sysdeps/sparc/sparc64/memset.S: Likewise.
33875         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
33876
33877 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
33878
33879         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
33880         -D_FORTIFY_SOURCE=1.
33881         (CPPFLAGS-tst-longjmp_chk.c): Define.
33882         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
33883         (CPPFLAGS-tst-longjmp_chk2.c): Define.
33884         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
33885         CFLAGS-tst-wchar-h.c.
33886
33887 2012-05-31  Marek Polacek  <polacek@redhat.com>
33888
33889         [BZ #14132]
33890         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
33891         __endmntent_internal): Remove declaration.
33892         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
33893         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
33894         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
33895
33896 2012-05-30  David S. Miller  <davem@davemloft.net>
33897
33898         * sysdeps/sparc/sparc32/soft-fp/q_util.c
33899         (___Q_simulate_exceptions): Use real FP ops rather than writing
33900         into the %fsr.
33901         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
33902         Likewise.
33903
33904 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33905
33906         [BZ #14117]
33907         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
33908         * sysdeps/x86/bits/xtitypes.h: This.
33909
33910         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
33911         * sysdeps/x86/bits/wordsize.h: This.
33912
33913         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
33914         * sysdeps/x86/bits/huge_vall.h: This.
33915
33916         * sysdeps/i386/bits/select.h: Removed.
33917         * sysdeps/x86_64/bits/select.h: Renamed to ...
33918         * sysdeps/x86/bits/select.h: This.
33919
33920         * sysdeps/i386/bits/setjmp.h: Removed.
33921         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
33922         * sysdeps/x86/bits/setjmp.h: This.
33923
33924         * sysdeps/i386/bits/mathdef.h: Removed.
33925         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
33926         * sysdeps/x86/bits/mathdef.h: This.
33927
33928 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
33929
33930         [BZ #14132]
33931         * include/sys/socket.h (__connect_internal)
33932         (__libc_sa_len_internal): Remove declaration.
33933         (__connect, __libc_sa_len): Declare hidden_proto.
33934         (SA_LEN): Remove use of INTUSE.
33935         * socket/connect.c: Add libc_hidden_def.
33936         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
33937         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
33938         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
33939         alias.
33940         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
33941         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
33942         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
33943         of adding _internal alias.
33944
33945 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33946
33947         [BZ #14117]
33948         * sysdeps/i386/bits/link.h: Removed.
33949         * sysdeps/i386/bits/linkmap.h: Likewise.
33950         * sysdeps/x86_64/bits/link.h: Renamed to ...
33951         * sysdeps/x86/bits/link.h: This.
33952         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
33953         * sysdeps/x86/bits/linkmap.h: This.
33954
33955         * sysdeps/i386/bits/endian.h: Removed.
33956         * sysdeps/x86_64/bits/endian.h: Renamed to ...
33957         * sysdeps/x86/bits/endian.h: This.
33958
33959         * sysdeps/i386/bits/byteswap.h: Removed.
33960         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33961         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
33962         * sysdeps/x86/bits/byteswap.h: This.
33963         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
33964         * sysdeps/x86/bits/byteswap-16.h: This.
33965         * sysdeps/i386/Implies: Add x86.
33966         * sysdeps/x86_64/Implies: Likewise.
33967
33968 2012-05-30  David S. Miller  <davem@davemloft.net>
33969
33970         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33971         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33972         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33973         (FP_TRAPPING_EXCEPTIONS): Define.
33974         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33975         (FP_TRAPPING_EXCEPTIONS): Define.
33976         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33977         subnormals only when inexact has been signalled or underflow
33978         exceptions are enabled.
33979         (_FP_PACK_CANONICAL): Likewise.
33980
33981 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33982
33983         [BZ #14183]
33984         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33985         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33986
33987 2012-05-30  Richard Henderson  <rth@twiddle.net>
33988
33989         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33990         with #ifndef NOT_IN_libc.
33991
33992         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33993         marked to avoid plt entry.
33994
33995 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33996
33997         [BZ #14112]
33998         * Makeconfig (default-abi): New macro.
33999         (abi-includes): Likewise.
34000         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34001         $(abi-$(default-abi)-lib-soname) for soname if defined.
34002         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34003         abi-variants.
34004         * Makefile (installed-stubs): Likewise.
34005         * include/stubs-biarch.h: Removed.
34006         * scripts/lib-names.awk: Only handle one library at a time.
34007         * scripts/soversions.awk: Remove WORDSIZE support.
34008         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34009         entries.
34010         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34011         Removed.
34012         (syscall-list-default-condition): Likewise.
34013         (syscall-list-default-condition): Likewise.
34014         (syscall-list-includes): Likewise.
34015         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34016         syscall-list-* with abi-*.  Handle undefined abi-variants.
34017         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34018         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34019         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34020         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34021         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34022         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34023         Removed.
34024         (syscall-list-32-options): Likewise.
34025         (syscall-list-32-condition): Likewise.
34026         (syscall-list-64-options): Likewise.
34027         (syscall-list-64-condition): Likewise.
34028         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34029         macro.
34030         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34031         Renamed to ...
34032         (abi-*): This.
34033         (abi-64-ld-soname): New macro.
34034         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34035         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34036         Renamed to ...
34037         (abi-*): This.
34038         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34039         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34040
34041 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34042
34043         * sysdeps/unix/sysv/linux/kernel-features.h
34044         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34045         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34046         include <kernel-features.h>.
34047         [!__NR_ftruncate64]: Remove conditional code.
34048         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34049         [__NR_ftruncate64]: Make code unconditional.
34050         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34051         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34052         include <kernel-features.h>.
34053         [!__NR_ftruncate64]: Remove conditional code.
34054         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34055         [__NR_ftruncate64]: Make code unconditional.
34056         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34058         include <kernel-features.h>.
34059         [!__NR_ftruncate64]: Remove conditional code.
34060         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34061         [__NR_ftruncate64]: Make code unconditional.
34062         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34064         include <kernel-features.h>.
34065         [!__NR_ftruncate64]: Remove conditional code.
34066         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34067         [__NR_ftruncate64]: Make code unconditional.
34068         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34069
34070         * configure.in (libc_cv_fpie): Weaken to a compile test using
34071         LIBC_TRY_CC_OPTION.
34072         * configure: Regenerated.
34073
34074 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34075
34076         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34077         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34078         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34079         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34080         Refreshed.
34081         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34082         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34083         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34084         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34085         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34086         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34087         Refreshed.
34088
34089 2012-05-27  David S. Miller  <davem@davemloft.net>
34090
34091         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34092         (___Q_zero): New.
34093         (__Q_simulate_exceptions): Return void.  Change to simulate
34094         exceptions by writing into the %fsr.
34095         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34096         (__Qp_handle_exceptions): Likewise.
34097         (numbers): Delete.
34098         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34099         __Qp_handle_exceptions.
34100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34101         __Qp_handle_exceptions.
34102         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34103         as unused and give dummy FP_RND_NEAREST initializer.
34104         (FP_INHIBIT_RESULTS): Define.
34105         (___Q_simulate_exceptions): Update declaration.
34106         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34107         formatting.
34108         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34109         as unused and give dummy FP_RND_NEAREST initializer.
34110         (__Qp_handle_exceptions): Update declaration.
34111         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34112         formatting.
34113
34114 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34115
34116         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34117         the temporary FPU control word.
34118         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34119         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34120         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34121         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34122         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34123         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34124         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34125         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34126         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34127         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34128         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34129
34130 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34131
34132         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34133         fields.
34134
34135 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34136
34137         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34138         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34139         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34140         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34141         Likewise.
34142         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34143         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34144         Likewise.
34145
34146 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34147
34148         * po/h.po: Update from translation team.
34149
34150 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34151
34152         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34153
34154         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34155         handling of denormals.
34156         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34157         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34158         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34159         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34160         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34161         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34162         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34163         Likewise.
34164
34165 2012-05-26  Marek Polacek  <polacek@redhat.com>
34166
34167         [BZ #14152]
34168         * math/libm-test.inc (fma_test): Don't always expect underflow
34169         exception.
34170
34171 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34172
34173         [BZ #12416]
34174         * elf/tst-execstack.c: Include stackinfo.h.
34175         (do_test): Adjust test case to ensure that pthread_getattr_np
34176         behaviour remains the same after marking stack executable.
34177
34178 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34179
34180         * sysdeps/unix/sysv/linux/kernel-features.h
34181         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34182         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34183         kernel-features.h.
34184         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34185         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34186         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34187         kernel-features.h.
34188         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34189         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34190
34191 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34192
34193         * configure.in: Define the default includes to being none.
34194         * configure: Regenerated.
34195
34196 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34197
34198         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34199         * sysdeps/x86_64/setjmp.S: Likewise.
34200         * sysdeps/i386/bsd-setjmp.S: Likewise.
34201         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34202         * sysdeps/i386/setjmp.S: Likewise.
34203         * sysdeps/i386/__longjmp.S: Likewise.
34204         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34205         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34206
34207         * include/stap-probe.h: New file.
34208         * configure.in: Handle --enable-systemtap.
34209         * configure: Regenerated.
34210         * config.h.in (USE_STAP_PROBE): New #undef.
34211         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34212         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34213         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34214
34215 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34216
34217         [BZ #13717]
34218         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34219         to 2.4.0 where earlier.
34220         * sysdeps/unix/sysv/linux/configure: Regenerated.
34221         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34222         <kernel-features.h>.
34223         [__ASSUME_32BITUIDS]: Make code unconditional.
34224         [!__ASSUME_32BITUIDS]: Remove conditional code.
34225         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34226         <kernel-features.h>.
34227         [__ASSUME_32BITUIDS]: Make code unconditional.
34228         [!__ASSUME_32BITUIDS]: Remove conditional code.
34229         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34230         [__ASSUME_32BITUIDS]: Make code unconditional.
34231         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34232         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34233         <kernel-features.h>.
34234         [__ASSUME_32BITUIDS]: Make code unconditional.
34235         [!__ASSUME_32BITUIDS]: Remove conditional code.
34236         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34237         <kernel-features.h>.
34238         [__ASSUME_32BITUIDS]: Make code unconditional.
34239         [!__ASSUME_32BITUIDS]: Remove conditional code.
34240         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34241         <kernel-features.h>.
34242         [__ASSUME_32BITUIDS]: Make code unconditional.
34243         [!__ASSUME_32BITUIDS]: Remove conditional code.
34244         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34245         <kernel-features.h>.
34246         [__ASSUME_32BITUIDS]: Make code unconditional.
34247         [!__ASSUME_32BITUIDS]: Remove conditional code.
34248         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34249         <kernel-features.h>.
34250         [__ASSUME_32BITUIDS]: Make code unconditional.
34251         [!__ASSUME_32BITUIDS]: Remove conditional code.
34252         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34253         <kernel-features.h>.
34254         [__ASSUME_32BITUIDS]: Make code unconditional.
34255         [!__ASSUME_32BITUIDS]: Remove conditional code.
34256         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34257         <kernel-features.h>.
34258         [__ASSUME_32BITUIDS]: Make code unconditional.
34259         [!__ASSUME_32BITUIDS]: Remove conditional code.
34260         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34261         <kernel-features.h>.
34262         [__ASSUME_32BITUIDS]: Make code unconditional.
34263         [!__ASSUME_32BITUIDS]: Remove conditional code.
34264         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34265         <kernel-features.h>.
34266         [__ASSUME_32BITUIDS]: Make code unconditional.
34267         [!__ASSUME_32BITUIDS]: Remove conditional code.
34268         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34269         <kernel-features.h>.
34270         [__ASSUME_32BITUIDS]: Make code unconditional.
34271         [!__ASSUME_32BITUIDS]: Remove conditional code.
34272         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34273         <kernel-features.h>.
34274         [__NR_setresgid] (__setresgid): Do not declare.
34275         [__ASSUME_32BITUIDS]: Make code unconditional.
34276         [!__ASSUME_32BITUIDS]: Remove conditional code.
34277         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34278         <kernel-features.h>.
34279         [__NR_setresuid] (__setresuid): Do not declare.
34280         [__ASSUME_32BITUIDS]: Make code unconditional.
34281         [!__ASSUME_32BITUIDS]: Remove conditional code.
34282         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34283         <kernel-features.h>.
34284         [__ASSUME_32BITUIDS]: Make code unconditional.
34285         [!__ASSUME_32BITUIDS]: Remove conditional code.
34286         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34287         <kernel-features.h>.
34288         [__ASSUME_32BITUIDS]: Make code unconditional.
34289         [!__ASSUME_32BITUIDS]: Remove conditional code.
34290         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34291         <kernel-features.h>.
34292         [__ASSUME_32BITUIDS]: Make code unconditional.
34293         [!__ASSUME_32BITUIDS]: Remove conditional code.
34294         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34295         <kernel-features.h>.
34296         [__ASSUME_32BITUIDS]: Make code unconditional.
34297         [!__ASSUME_32BITUIDS]: Remove conditional code.
34298         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34299         <kernel-features.h>.
34300         [__ASSUME_32BITUIDS]: Make code unconditional.
34301         [!__ASSUME_32BITUIDS]: Remove conditional code.
34302         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34303         <kernel-features.h>.
34304         [__ASSUME_32BITUIDS]: Make code unconditional.
34305         [!__ASSUME_32BITUIDS]: Remove conditional code.
34306         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34307         <kernel-features.h>.
34308         [__ASSUME_32BITUIDS]: Make code unconditional.
34309         [!__ASSUME_32BITUIDS]: Remove conditional code.
34310         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34311         <kernel-features.h>.
34312         [__ASSUME_32BITUIDS]: Make code unconditional.
34313         [!__ASSUME_32BITUIDS]: Remove conditional code.
34314         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34315         <kernel-features.h>.
34316         [__ASSUME_32BITUIDS]: Make code unconditional.
34317         [!__ASSUME_32BITUIDS]: Remove conditional code.
34318         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34319         <kernel-features.h>.
34320         [__ASSUME_32BITUIDS]: Make code unconditional.
34321         [!__ASSUME_32BITUIDS]: Remove conditional code.
34322         * sysdeps/unix/sysv/linux/kernel-features.h
34323         (__ASSUME_SETRESUID_SYSCALL): Remove.
34324         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34325         (__ASSUME_32BITUIDS): Likewise.
34326         (__ASSUME_LDT_WORKS): Likewise.
34327         (__ASSUME_O_DIRECTORY): Likewise.
34328         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34329         architecture but not kernel version.
34330         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34331         (__ASSUME_MMAP2_SYSCALL): Likewise.
34332         (__ASSUME_STAT64_SYSCALL): Likewise.
34333         (__ASSUME_IPC64): Likewise.
34334         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34335         <kernel-features.h>.
34336         [__ASSUME_32BITUIDS]: Make code unconditional.
34337         [!__ASSUME_32BITUIDS]: Remove conditional code.
34338         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34339         <kernel-features.h>.
34340         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34341         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34342         132096]: Remove conditional code.
34343         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34344         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34345         <kernel-features.h>.
34346         [__ASSUME_32BITUIDS]: Make code unconditional.
34347         [!__ASSUME_32BITUIDS]: Remove conditional code.
34348         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34349         <kernel-features.h>.
34350         [__ASSUME_32BITUIDS]: Make code unconditional.
34351         [!__ASSUME_32BITUIDS]: Remove conditional code.
34352         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34353         <kernel-features.h>.
34354         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34355         unconditional.
34356         (__setresgid): Do not declare.
34357         [__ASSUME_32BITUIDS]: Make code unconditional.
34358         [!__ASSUME_32BITUIDS]: Remove conditional code.
34359         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34360         <kernel-features.h>.
34361         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34362         unconditional.
34363         (__setresuid): Do not declare.
34364         [__ASSUME_32BITUIDS]: Make code unconditional.
34365         [!__ASSUME_32BITUIDS]: Remove conditional code.
34366         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34367         <kernel-features.h>.
34368         [__ASSUME_32BITUIDS]: Make code unconditional.
34369         [!__ASSUME_32BITUIDS]: Remove conditional code.
34370         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34371         <kernel-features.h>.
34372         [__ASSUME_32BITUIDS]: Make code unconditional.
34373         [!__ASSUME_32BITUIDS]: Remove conditional code.
34374
34375 2012-05-25  Richard Henderson  <rth@twiddle.net>
34376
34377         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34378         dl_hwcap to ifunc resolver.
34379         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34380         elf_ifunc_invoke.
34381         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34382         dl_hwcap to ifunc resolver.
34383         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34384
34385 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34386
34387         [BZ #14153]
34388         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34389         for |x| <= 2**-26, not 2**-57.
34390         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34391         exception.
34392
34393 2012-05-24  Jeff Law  <law@redhat.com>
34394
34395         * stdio-common/Makefile (tests): Add bug25.
34396         * stdio-common/bug25.c: New test.
34397
34398 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34399
34400         [BZ #13576]
34401         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34402         multiple of MALLOC_ALIGNMENT in size.
34403         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34404
34405 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34406
34407         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34408         Require >= 256.
34409         (FILENAME_MAX): Use macro-int-constant.
34410         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34411         (_IOFBF): Use macro-int-constant.
34412         (_IOLBF): Likewise.
34413         (_IONBF): Likewise.
34414         (SEEK_CUR): Likewise.
34415         (SEEK_END): Likewise.
34416         (SEEK_SET): Likewise.
34417         (TMP_MAX): Likewise.
34418         (EOF): Use macro-int-constant.  Require < 0.
34419         (NULL): Use macro-constant.  Require == 0.
34420         (stdin): Require type to be FILE *.
34421         (stdout): Likewise.
34422         (stderr): Likewise.
34423         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34424         macro-int-constant.
34425         (EXIT_SUCCESS): Likewise.
34426         (NULL): Use macro-constant.  Require == 0.
34427         (RAND_MAX): Use macro-int-constant.
34428         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34429         [C99-based standards] (strtof): Require function.
34430         [C99-based standards] (strtold): Likewise.
34431         [C99-based standards] (strtoll): Likewise.
34432         [C99-based standards] (strtoull): Likewise.
34433         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34434         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34435         [ISO || ISO99 || ISO11] (math.h): Likewise.
34436         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34437         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34438         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34439
34440 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34441
34442         [BZ #14132]
34443         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34444         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34445         * intl/dgettext.c (DCGETTEXT): Likewise.
34446         * intl/gettext.c (DCGETTEXT): Likewise.
34447         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34448         * posix/regex_internal.h (gettext): Likewise.
34449         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34450         Remove declaration.
34451         * include/argz.h (__argz_count_internal)
34452         (__argz_stringify_internal): Remove declaration.
34453         (__argz_count, __argz_stringify): Declare hidden proto.
34454         * intl/dcgettext.c: Remove use of INTDEF.
34455         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34456         * string/argz-stringify.c: Likewise.
34457         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34458         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34459         Declare hidden proto.
34460         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34461         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34462         Declare hidden proto.
34463         * include/stdio.h (__asprintf_internal): Don't declare.
34464         (__asprintf): Don't define as macro.  Declare hidden proto.
34465         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34466         (__fsetlocking): Declare hidden proto.
34467         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34468         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34469         hidden proto.
34470         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34471         (_IO_setlinebuf): Remove use of INTUSE.
34472         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34473         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34474         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34475         Remove declaration.
34476         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34477         (_IO_do_flush): Remove use of INTUSE.
34478         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34479         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34480         (_IO_adjust_column, _IO_least_wmarker)
34481         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34482         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34483         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34484         (_IO_default_doallocate, _IO_wdefault_doallocate)
34485         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34486         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34487         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34488         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34489         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34490         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34491         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34492         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34493         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34494         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34495         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34496         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34497         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34498         proto.
34499         (_IO_flush_all_internal, _IO_adjust_column_internal)
34500         (_IO_default_uflow_internal, _IO_default_finish_internal)
34501         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34502         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34503         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34504         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34505         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34506         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34507         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34508         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34509         (_IO_file_close_internal, _IO_file_close_it_internal)
34510         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34511         (_IO_file_init_internal, _IO_file_attach_internal)
34512         (_IO_file_fopen_internal, _IO_file_read_internal)
34513         (_IO_file_sync_internal, _IO_file_seek_internal)
34514         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34515         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34516         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34517         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34518         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34519         (_IO_list_all_internal, _IO_link_in_internal)
34520         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34521         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34522         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34523         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34524         (_IO_do_write_internal, _IO_padn_internal)
34525         (_IO_getline_info_internal, _IO_getline_internal)
34526         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34527         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34528         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34529         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34530         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34531         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34532         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34533         with libc_hidden_ver, remove use of INTUSE.
34534         * libio/genops.c: Likewise.
34535         * libio/freopen.c: Likewise.
34536         * libio/freopen64.c: Likewise.
34537         * libio/iofclose.c: Likewise.
34538         * libio/iofdopen.c: Likewise.
34539         * libio/iofflush.c: Likewise.
34540         * libio/iofflush_u.c: Likewise.
34541         * libio/iofgets.c: Likewise.
34542         * libio/iofgets_u.c: Likewise.
34543         * libio/iofopen.c: Likewise.
34544         * libio/iofopncook.c: Likewise.
34545         * libio/iofread.c: Likewise.
34546         * libio/iofread_u.c: Likewise.
34547         * libio/ioftell.c: Likewise.
34548         * libio/iofwrite.c: Likewise.
34549         * libio/iogetline.c: Likewise.
34550         * libio/iogets.c: Likewise.
34551         * libio/iogetwline.c: Likewise.
34552         * libio/iopadn.c: Likewise.
34553         * libio/iopopen.c: Likewise.
34554         * libio/ioseekoff.c: Likewise.
34555         * libio/ioseekpos.c: Likewise.
34556         * libio/iosetbuffer.c: Likewise.
34557         * libio/iosetvbuf.c: Likewise.
34558         * libio/ioungetc.c: Likewise.
34559         * libio/ioungetwc.c: Likewise.
34560         * libio/iovdprintf.c: Likewise.
34561         * libio/iovsprintf.c: Likewise.
34562         * libio/iovsscanf.c: Likewise.
34563         * libio/memstream.c: Likewise.
34564         * libio/obprintf.c: Likewise.
34565         * libio/oldfileops.c: Likewise.
34566         * libio/oldiofclose.c: Likewise.
34567         * libio/oldiofdopen.c: Likewise.
34568         * libio/oldiofopen.c: Likewise.
34569         * libio/oldiopopen.c: Likewise.
34570         * libio/oldstdfiles.c: Likewise.
34571         * libio/putc.c: Likewise.
34572         * libio/setbuf.c: Likewise.
34573         * libio/setlinebuf.c: Likewise.
34574         * libio/stdfiles.c: Likewise.
34575         * libio/strops.c: Likewise.
34576         * libio/vasprintf.c: Likewise.
34577         * libio/vscanf.c: Likewise.
34578         * libio/vsnprintf.c: Likewise.
34579         * libio/vswprintf.c: Likewise.
34580         * libio/wfiledoalloc.c: Likewise.
34581         * libio/wfileops.c: Likewise.
34582         * libio/wgenops.c: Likewise.
34583         * libio/wmemstream.c: Likewise.
34584         * libio/wstrops.c: Likewise.
34585         * libio/__fpurge.c: Likewise.
34586         * libio/__fsetlocking.c: Likewise.
34587         * assert/assert.c: Likewise.
34588         * debug/fgets_chk.c: Likewise.
34589         * debug/fgets_u_chk.c: Likewise.
34590         * debug/fread_chk.c: Likewise.
34591         * debug/fread_u_chk.c: Likewise.
34592         * debug/gets_chk.c: Likewise.
34593         * debug/obprintf_chk.c: Likewise.
34594         * debug/vasprintf_chk.c: Likewise.
34595         * debug/vdprintf_chk.c: Likewise.
34596         * debug/vsnprintf_chk.c: Likewise.
34597         * debug/vsprintf_chk.c: Likewise.
34598         * malloc/mtrace.c: Likewise.
34599         * misc/error.c: Likewise.
34600         * misc/syslog.c: Likewise.
34601         * stdio-common/asprintf.c: Likewise.
34602         * stdio-common/fxprintf.c: Likewise.
34603         * stdio-common/getw.c: Likewise.
34604         * stdio-common/isoc99_fscanf.c: Likewise.
34605         * stdio-common/isoc99_scanf.c: Likewise.
34606         * stdio-common/isoc99_vfscanf.c: Likewise.
34607         * stdio-common/isoc99_vscanf.c: Likewise.
34608         * stdio-common/isoc99_vsscanf.c: Likewise.
34609         * stdio-common/printf-prs.c: Likewise.
34610         * stdio-common/printf_fp.c: Likewise.
34611         * stdio-common/printf_fphex.c: Likewise.
34612         * stdio-common/printf_size.c: Likewise.
34613         * stdio-common/putw.c: Likewise.
34614         * stdio-common/scanf.c: Likewise.
34615         * stdio-common/sprintf.c: Likewise.
34616         * stdio-common/tmpfile.c: Likewise.
34617         * stdio-common/vfprintf.c: Likewise.
34618         * stdio-common/vfscanf.c: Likewise.
34619         * stdlib/strfmon_l.c: Likewise.
34620         * sunrpc/openchild.c: Likewise.
34621         * sunrpc/xdr_stdio.c: Likewise.
34622         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34623         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34624
34625 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34626
34627         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34628
34629         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34630         in the third column, to generate for the shared library an IFUNC
34631         that uses _dl_vdso_vsym.
34632         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34633         * Makeconfig (object-suffixes-noshared): New variable.
34634
34635         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34636         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34637         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34638         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34639
34640         [BZ #14132]
34641         * include/sys/time.h (__gettimeofday): Remove macro.
34642         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34643         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34644         Remove INTDEF.
34645         (__gettimeofday): Add libc_hidden_def.
34646         (gettimeofday): Add libc_hidden_weak.
34647         * sysdeps/mach/gettimeofday.c: Likewise.
34648         * sysdeps/posix/gettimeofday.c: Likewise.
34649         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34650         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34651         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34652         (__gettimeofday_internal): Remove strong_alias.
34653         (__gettimeofday): Add libc_hidden_def.
34654         (gettimeofday): Add libc_hidden_weak.
34655         * sysdeps/unix/syscalls.list (gettimeofday):
34656         Remove __gettimeofday_internal alias.
34657
34658 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34659             H.J. Lu  <hongjiu.lu@intel.com>
34660
34661         [BZ #12495]
34662         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34663         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34664         (largebin_index_32_big): New.
34665         (largebin_index): Use it for 16-byte alignment.
34666         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34667         correction with front_misalign.
34668
34669 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34670
34671         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34672         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34673         Likewise.
34674         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34675         Likewise.
34676         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34677         Likewise.
34678         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34679         Likewise.
34680         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34681         Likewise.
34682         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34683         Likewise.
34684         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34685         Likewise.
34686         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34687         Likewise.
34688         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34689         Likewise.
34690         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34691         Likewise.
34692         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34693         Likewise.
34694         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34695         Likewise.
34696
34697         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34698         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34699
34700 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34701
34702         [BZ #10846]
34703         [BZ #14036]
34704         * math/libm-test.inc (exp_test): Add test from bug 14036.
34705         (pow_test): Add test from bug 10846.
34706
34707         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
34708         and other flags.
34709         (special_function): Do not include flags in test name.
34710         (parse_args): Likewise.
34711         * sysdeps/i386/fpu/libm-test-ulps: Update.
34712         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34713         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
34714         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
34715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34716
34717         * math/gen-libm-test.pl (%beautify): Add entries for underflow
34718         exceptions.
34719         * math/libm-test.inc ("Philosophy"): Update comment about
34720         exception testing.
34721         (UNDERFLOW_EXCEPTION): New macro.
34722         (UNDERFLOW_EXCEPTION_OK): Likewise.
34723         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
34724         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
34725         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
34726         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
34727         (INVALID_EXCEPTION_OK): Update value.
34728         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34729         (OVERFLOW_EXCEPTION_OK): Likewise.
34730         (IGNORE_ZERO_INF_SIGN): Likewise.
34731         (test_exceptions): Handle underflow exceptions.
34732         (acos_test): Update for underflow exception expectations.
34733         (cexp_test): Likewise.
34734         (clog_test): Likewise.
34735         (clog10_test): Likewise.
34736         (csqrt_test): Likewise.
34737         (ctan_test): Likewise.
34738         (ctanh_test): Likewise.
34739         (exp_test): Likewise.
34740         (exp10_test): Likewise.
34741         (exp2_test): Likewise.
34742         (expm1_test): Likewise.
34743         (fma_test): Likewise.
34744         (j0_test): Likewise.
34745         (jn_test): Likewise.
34746         (nexttoward_test): Likewise.
34747         (pow_test): Likewise.
34748         (scalbn_test): Likewise.
34749         (scalbln_test): Likewise.
34750         (tan_test): Likewise.
34751         (y1_test): Likewise.
34752         * sysdeps/i386/fpu/libm-test-ulps: Update.
34753         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34754
34755 2012-05-23  David S. Miller  <davem@davemloft.net>
34756
34757         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
34758         (__libc_sigaction): Remove unused local variables.
34759
34760 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34761
34762         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
34763
34764 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
34765
34766         mktime: avoid signed integer overflow
34767         * time/mktime.c (__mktime_internal): Do not mishandle the case
34768         where diff == INT_MIN.
34769
34770         mktime: simplify computation of average
34771         * time/mktime.c (ranged_convert): Use new time_t_avg function
34772         instead of rolling our own (probably-slower) code.
34773
34774         mktime: do not assume signed right shift propagates sign bit
34775         * time/mktime.c (isdst_differ): New static function.
34776         (__mktime_internal): No need to normalize tm_isdst now.
34777         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
34778         tm_isdst values.
34779
34780         mktime: merge another wrapv change from gnulib
34781         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
34782         from some compilers.
34783
34784         mktime: remove incorrect attempt at unusual arithmetics
34785         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
34786         The code didn't really work on such machines anyway.
34787         (TYPE_MINIMUM): Assume two's complement.
34788         (twos_complement_arithmetic): Verify that long_int and time_t
34789         are two's complement (or unsigned, in the latter case).
34790
34791         mktime: check signed shifts on long_int and time_t, too
34792         * time/mktime.c (SHR): Check that shifts work as desired
34793         on the types long_int and time_t too, as SHR is used on
34794         such types.
34795
34796         mktime: do not assume 'long' is wide enough
34797         * time/mktime.c (verify): Move decl up.
34798         (long_int): New type.
34799         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
34800         to remove assumption in the code that 'long' is wide enough to
34801         store year values.  This assumption is not true on x32 and on
34802         some non-glibc platforms.
34803
34804         mktime: merge wrapv change from gnulib
34805         * time/mktime.c (WRAPV): New macro.
34806         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
34807         (guess_time_tm, __mktime_internal): Do not assume that signed
34808         integer overflow wraps around; modern compilers generate code
34809         where this assumption is no longer valid.
34810
34811 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34812
34813         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34814         Replace "jmp L(pseudo_end)" with "ret".
34815         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
34816         Likewise.
34817
34818 2012-05-23  Andreas Jaeger  <aj@suse.de>
34819
34820         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
34821         * sysdeps/unix/sysv/linux/poll.c: Remove file.
34822
34823 2012-05-23  Andreas Jaeger  <aj@suse.de>
34824             Maximilian Attems  <max@stro.at>
34825
34826         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
34827         New macros.
34828
34829 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34830
34831         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
34832         code so that pseudo_end is just ret and the stack pointer is
34833         correct also for static library in error case.
34834
34835 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
34836
34837         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
34838         move to syscalls.list.
34839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
34840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
34841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
34842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
34843
34844         * manual/install.texi (Running make install): Do not mention Linux
34845         kernel version for which pt_chown is not needed.
34846         (Linux): Do not mention problems with nscd with 2.0 kernels.
34847         * INSTALL: Regenerated.
34848
34849 2012-05-23  Andreas Jaeger  <aj@suse.de>
34850
34851         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
34852         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
34853         macro.
34854         * sysdeps/unix/sysv/linux/s390/bits/mman.h
34855         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34856         * sysdeps/unix/sysv/linux/sh/bits/mman.h
34857         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34858         * sysdeps/unix/sysv/linux/i386/bits/mman.h
34859         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34860         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
34861         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34862         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
34863         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34864         * sysdeps/unix/sysv/linux/bits/in.h
34865         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
34866
34867 2012-05-22  Roland McGrath  <roland@hack.frob.com>
34868
34869         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
34870         (PREPARE_VERSION): Just use assert instead, it will be elided
34871         under [NDEBUG] anyway.
34872
34873 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34874
34875         * sysdeps/unix/sysv/linux/Makefile: Include
34876         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
34877         (sysdep_routines): Remove sysctl.
34878         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
34879         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
34880         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
34881         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
34882         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
34883
34884 2012-05-22  Andreas Jaeger  <aj@suse.de>
34885
34886         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
34887         that pseudo_end is just ret and the stack pointer is correct also
34888         for static library in error case.
34889
34890 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
34891
34892         [BZ #14122]
34893         * nss/nsswitch.c (defconfig_entries): New variable.
34894         (__nss_database_lookup): Don't leak defconfig entries.
34895         (nss_parse_service_list): Don't leak on error paths.
34896         (free_database_entries): New function.
34897         (free_defconfig): New function.
34898         (free_mem): Move common code to free_database_entries.
34899
34900 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34901
34902         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
34903         Add arch_prctl.
34904         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
34905
34906         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
34907         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
34908         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
34909         New macro.
34910         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
34911         (INTERNAL_SYSCALL_TYPES): Likewise.
34912         (LOAD_ARGS_TYPES_[1-6]): Likewise.
34913         (LOAD_REGS_TYPES_[1-6]): Likewise.
34914         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
34915         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
34916
34917 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34918
34919         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
34920         copysignl for GLIBC_2_0.
34921         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
34922         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
34923         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
34924         logbl for GLIBC_2_0.
34925         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
34926         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
34927
34928 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34929
34930         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
34931         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34932
34933         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34934         Use "neg %eax".
34935
34936         * time/mktime.c: Update copyright years.
34937
34938 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34939
34940         mktime: merge comment-quoting-style change from gnulib
34941         * time/mktime.c: Quote 'like this' in comments.
34942         The GNU coding standards suggest that we no longer quote `like this',
34943         as "`" and "'" are typically rendered asymmetrically nowadays.
34944         The typical gnulib style is to quote 'like this' when quoting
34945         code, and "like this" when quoting English.
34946
34947         * time/mktime.c (compile-command): Add "-I.".
34948
34949         mktime: merge mktime-internal.h change from gnulib
34950         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
34951
34952         mktime: merge time_r change from gnulib
34953         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
34954
34955         mktime: merge DEBUG change from gnulib
34956         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
34957         case system <time.h> has a #define.
34958
34959         mktime: merge <sys/types.h> change from gnulib
34960         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
34961         since <time.t> is now guaranteed to define time_t.
34962
34963         mktime: merge HAVE_CONFIG_H change from gnulib
34964         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
34965
34966 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34967
34968         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34969         Use "neg %eax".
34970
34971         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34972         __rlim_t cast.
34973         (struct rusage): Use anonymous union to pad each field to
34974         __syscall_slong_t.
34975
34976 2012-05-21  David S. Miller  <davem@davemloft.net>
34977
34978         * Makefules (o-iterator): Remove .s cases.
34979         (compile-command.s): Delete.
34980         (COMPILE.s): Delete.
34981         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34982
34983 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34984
34985         * configure.in (libc_cv_predef_stack_protector): Only consider
34986         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34987         * configure: Regenerated.
34988
34989 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34990
34991         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34992         New macro.  Use R*LP on int and pointer.
34993         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34994         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34995         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34996         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34997
34998         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34999         [__WORDSIZE_TIME64_COMPAT32] instead of
35000         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35001         (struct utmp): Likewise.
35002         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35003         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35004         Renamed to ...
35005         (__WORDSIZE_TIME64_COMPAT32): This.
35006         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35007         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35008         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35009         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35010         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35011         (__WORDSIZE_TIME64_COMPAT32): New macro.
35012
35013 2012-05-21  Andreas Jaeger  <aj@suse.de>
35014
35015         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35016         only if [SHARED]. Add prototype for __wcschr_ia32.
35017
35018 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35019
35020         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35021         of %rbp unmolested in the jmp_buf while mangling the low bits.
35022         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35023         unmolested high bits of %rbp while demangling the low bits.
35024         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35025
35026 2012-05-21  Andreas Jaeger  <aj@suse.de>
35027
35028         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35029         * sunrpc/svc_simple.c: Use it for registerrpc.
35030         * sunrpc/xcrypt.c: Use it for passwd2des.
35031
35032         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35033
35034 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35035
35036         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35037         Don't define if [__SYSCALL_WORDSIZE != 32].
35038         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35039         New macro.
35040
35041 2012-05-21  Bruno Haible  <bruno@clisp.org>
35042             Andreas Jaeger  <aj@suse.de>
35043
35044         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35045         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35046         inptr and inend for must_buffer_ch.
35047         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35048         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35049         * stdio-common/Makefile (tests): Remove bug15.
35050         (bug15-ENV): Remove macro.
35051         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35052         anymore.
35053
35054 2012-05-19  Andreas Jaeger  <aj@suse.de>
35055             Roland McGrath  <roland@hack.frob.com>
35056
35057         * manual/contrib.texi: Completely rewritten. It contains now an
35058         alphabetical list of contributors and their contributions.
35059
35060 2012-05-21  Richard Henderson  <rth@twiddle.net>
35061
35062         * misc/getauxval.c (__getauxval): Use unsigned long int.
35063         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35064         (getauxval): Use unsigned long int.
35065
35066 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35067
35068         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35069
35070 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35071
35072         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35073         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35074         __alignof__ (long double).
35075
35076 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35077
35078         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35079
35080 2012-05-20  Richard Henderson  <rth@twiddle.net>
35081
35082         * misc/getauxval.c: New file.
35083         * misc/sys/auxv.h: New file.
35084         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35085         (routines): Add getauxval.
35086         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35087         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35088         * elf/dl-sysdep.c (_dl_auxv): Remove.
35089         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35090         * elf/dl-support.c (_dl_auxv): New variable.
35091         (_dl_aux_init): Initialize it.
35092         * manual/startup.texi (Auxiliary Vector): New node.
35093         * sysdeps/generic/bits/hwcap.h: New file.
35094         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35095         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35096         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35097         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35098         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35099         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35101         Update.
35102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35104         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35105         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35106         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35107         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35109         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35110
35111 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35112
35113         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35114
35115 2012-05-19  David S. Miller  <davem@davemloft.net>
35116
35117         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35118
35119 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35120
35121         [BZ #14123]
35122         * math/s_ccosh.c: Include <float.h>
35123         (__ccosh): Avoid internal overflow calculating sinh and cosh
35124         values before multiplying by sin and cos values.
35125         * math/s_ccoshf.c: Likewise.
35126         * math/s_ccoshl.c: Likewise.
35127         * math/s_csin.c: Likewise.
35128         * math/s_csinf.c: Likewise.
35129         * math/s_csinl.c: Likewise.
35130         * math/s_csinh.c: Likewise.
35131         * math/s_csinhf.c: Likewise.
35132         * math/s_csinhl.c: Likewise.
35133         * math/libm-test.inc (ccos_test): Add more tests.
35134         (ccosh_test): Likewise.
35135         (csin_test): Likewise.
35136         (csinh_test): Likewise.
35137         * sysdeps/i386/fpu/libm-test-ulps: Update.
35138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35139
35140 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35141
35142         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35143         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35144
35145         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35146
35147 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35148
35149         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35150         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35151         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35152         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35153         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35154         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35155         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35156         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35157         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35158         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35159         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35160         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35161         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35162         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35163         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35164         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35165         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35166         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35167         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35168         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35169         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35170         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35171         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35172         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35173         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35174         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35175         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35176         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35177         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35178         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35179         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35180
35181 2012-05-18  Andreas Jaeger  <aj@suse.de>
35182
35183         * csu/.gitignore: Delete.
35184
35185 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35186
35187         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35188         (timex): Use __syscall_slong_t.
35189
35190 2012-05-18  Andreas Jaeger  <aj@suse.de>
35191             Carlos O'Donell  <carlos_odonell@mentor.com>
35192
35193         * manual/install.texi (Configuring and compiling): Update
35194         description about files modified in the source directory.
35195         * INSTALL: Regenerated.
35196
35197 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35198
35199         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35200         value.  Use "or" to set return value to -1.
35201         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35202         negate return value.
35203
35204 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35205
35206         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35207         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35208         failure if the compiler has Graphite support disabled.
35209         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35210         Likewise.
35211         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35212         (CFLAGS-memmove.c): Likewise.
35213         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35214         Likewise.
35215
35216 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35217
35218         * sysdeps/x86_64/x32/_itoa.h: New file.
35219
35220         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35221         getdents system call only if kernel and user dirents have the
35222         same d_ino and d_off.
35223
35224         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35225         LLONG_MAX != LONG_MAX.
35226         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35227         (_fitoa_word): Likewise.
35228
35229         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35230         years.
35231         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35232         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35233         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35234
35235         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35236         include <bits/wordsize.h>.  Check __x86_64__ instead of
35237         __WORDSIZE.
35238         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35239         if __x86_64__ is defined.  Use anonymous union on fpstate.
35240
35241         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35242         anonymous union.
35243
35244 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35245
35246         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35247         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35248         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35249         Refer to _rtld_local_ro instead of _rtld_global_ro.
35250         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35251         Likewise.
35252         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35253         Likewise.
35254         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35255         Likewise.
35256         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35257         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35258         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35259
35260         * sysdeps/powerpc/powerpc32/dl-machine.c
35261         (__elf_machine_runtime_setup) [PROF]: Don't reference
35262         _dl_prof_resolve.
35263
35264 2012-05-18  Andreas Jaeger  <aj@suse.de>
35265
35266         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35267         function only available for GCCs before 3.4 since GCC 3.4
35268         introduced a builtin.
35269         (lrint): Likewise.
35270         (llrintf): Likewise.
35271         (llrint): Likewise.
35272         (fmaxf): Likewise.
35273         (fmax): Likewise.
35274         (fminf): Likewise.
35275         (fmin): Likewise.
35276         (rint): Likewise.
35277         (rintf): Likewise.
35278         (nearbyint): Likewise.
35279         (nearbyintf): Likewise.
35280         (ceil): Likewise.
35281         (ceilf): Likewise.
35282         (floor): Likewise.
35283         (floorf): Likewise.
35284
35285 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35286
35287         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35288         on both fields and cast pointer to __syscall_ulong_t.
35289
35290         * bits/types.h (__fsword_t): New type.
35291         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35292         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35293         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35294         (__FSWORD_T_TYPE): Likewise.
35295         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35296         (__FSWORD_T_TYPE): Likewise.
35297         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35298         (__FSWORD_T_TYPE): Likewise.
35299         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35300         (__FSWORD_T_TYPE): Likewise.
35301         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35302         __SWORD_TYPE with __fsword_t.
35303         (statfs64): Likewise.
35304
35305 2012-05-17  David S. Miller  <davem@davemloft.net>
35306
35307         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35308
35309 2012-05-17  Andreas Jaeger  <aj@suse.de>
35310
35311         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35312         warning.
35313
35314 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35315
35316         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35317
35318 2012-05-17  Andreas Jaeger  <aj@suse.de>
35319
35320         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35321         when it is used.
35322
35323 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35324
35325         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35326
35327 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35328
35329         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35330         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35331
35332 2012-05-17  Andreas Jaeger  <aj@suse.de>
35333             Carlos O'Donell  <carlos_odonell@mentor.com>
35334
35335         [BZ #14059]
35336         * sysdeps/x86_64/multiarch/init-arch.h
35337         (bit_YMM_Usable): Rename to...
35338         (bit_AVX_Usable): ... this.
35339         (bit_FMA4_Usable): New macro.
35340         (bit_XMM_state): New macro.
35341         (bit_YMM_state): New macro.
35342         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35343         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35344         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35345         (CPUID_OSXSAVE): New macro.
35346         (CPUID_AVX): New macro.
35347         (CPUID_FMA4): New macro.
35348         (index_YMM_Usable): Rename to...
35349         (index_AVX_Usable): ... this.
35350         (HAS_AVX): Use HAS_ARCH_FEATURE.
35351         (HAS_FMA4): Likewise.
35352         (HAS_YMM_USABLE): Remove.
35353         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35354         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35355         are present.
35356         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35357         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35358         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35359         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35360         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35361
35362 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35363
35364         * math/libm-test.c: Support platforms without multiple rounding modes.
35365         * math/bug-nextafter.c: Support platforms without FP exceptions.
35366         * math/bug-nexttoward.c: Likewise.
35367         * math/test-fenv.c: Likewise.
35368         * math/test-misc.c: Likewise.
35369         * stdlib/bug-getcontext.c: Likewise.
35370
35371 2012-05-17  Andreas Jaeger  <aj@suse.de>
35372
35373         * manual/examples/search.c (critter_cmp): Change signature to
35374         avoid warnings.
35375         * manual/string.texi (Collation Functions): Likewise.
35376
35377 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35378
35379         * bits/types.h: Fold copyright years.
35380         * bits/typesizes.h: Likewise.
35381         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35382         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35383         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35384         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35385         * time/time.h: Likewise.
35386
35387 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35388
35389         [BZ #208]
35390         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35391         in instead of returning them.  Return void.
35392         (__libc_mallinfo): Accumulate over all arenas.
35393         (__malloc_stats): Adjust for change in int_mallinfo interface.
35394
35395 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35396
35397         [BZ #10375]
35398         * configure.in (NM): Add AC_CHECK_TOOL for it.
35399         (libc_extra_cflags): New substituted variable.
35400         Check for -fstack-protector being used implicitly.
35401         * configure: Regenerated.
35402         * config.make.in (config-extra-cflags): New variable,
35403         gets @libc_extra_cflags@.
35404         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35405
35406         [BZ #10375]
35407         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35408         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35409         * configure: Regenerated.
35410         * config.make.in (CPPUNDEFS): New substituted variable.
35411         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35412         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35413         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35414
35415 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35416
35417         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35418         (mq_attr): Use __syscall_slong_t.
35419
35420 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35421
35422         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35423         Check __x86_64__ instead of __WORDSIZE.
35424         (_STAT_VER_LINUX): Likewise.
35425         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35426         __syscall_ulong_t and __syscall_slong_t.
35427         (stat64): Likewise.
35428
35429 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35430
35431         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35432
35433 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35434
35435         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35436
35437 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35438
35439         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35440         __syscall_ulong_t.
35441
35442         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35443         include <bits/wordsize.h>.  Check __x86_64__ instead of
35444         __WORDSIZE.
35445         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35446         defined.
35447         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35448
35449         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35450         include <bits/wordsize.h>.  Check __x86_64__ instead of
35451         __WORDSIZE.
35452         (user_regs_struct): Use "__extension__ unsigned long long"
35453         instead of "unsigned long" if __x86_64__ is defined.
35454         (user): Likewise.  Pad after pointer field if __ILP32__ is
35455         defined.
35456
35457 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35458
35459         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35460         versions 5 to 9.
35461         * configure: Regenerated.
35462         * manual/install.texi (texinfo): Increase version requirement to
35463         4.5 or later.
35464         * INSTALL: Regenerated.
35465
35466         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35467
35468 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35469
35470         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35471
35472         * sysdeps/x86_64/x32/ffs.c: New file.
35473
35474         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35475         __syscall_ulong_t.
35476         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35477         defined.  Use __syscall_ulong_t.
35478         (shminfo): Use __syscall_ulong_t.
35479         (shm_info): Likewise.
35480
35481         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35482         __syscall_ulong_t.
35483
35484         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35485         <bits/wordsize.h>.
35486         (msgqnum_t): Use __syscall_ulong_t.
35487         (msglen_t): Likewise.
35488         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35489         __syscall_ulong_t.
35490
35491         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35492         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35493
35494         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35495
35496         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35497         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35498
35499         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35500         __syscall_slong_t.
35501
35502         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35503         include <bits/wordsize.h>.  Check __x86_64__ instead of
35504         __WORDSIZE.
35505
35506         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35507         "unsigned long long int" if __x86_64__ is defined.
35508         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35509
35510         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35511         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35512         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35513
35514         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35515         <stdint.h>.
35516         (GET_PC): Cast to uintptr_t first.
35517         (GET_FRAME): Likewise.
35518         (GET_STACK): Likewise.
35519
35520         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35521         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35522         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35523         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35524         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35525         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35526         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35527         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35528         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35529         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35530         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35531         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35532         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35533         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35534         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35535         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35536         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35537         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35538         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35539         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35540         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35541         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35542         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35543         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35544         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35545         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35546         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35547         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35548         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35549
35550 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35551
35552         * Makerules (+depfiles): Also collect depfiles from .oS in
35553         $(extra-objs).
35554         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35555         .oS, $(libnldbl-routines)).
35556
35557         * Makerules (native-compile-mkdep-flags): Define.
35558         * sunrpc/Makefile (extra-objs): Add $(addprefix
35559         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35560         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35561         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35562         calling $(make-target-directory).
35563
35564 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35565
35566         * bits/types.h (__snseconds_t): Removed.
35567         * time/time.h (struct timespec): Replace __snseconds_t with
35568         __syscall_slong_t.
35569         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35570         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35571         Likewise.
35572         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35573         (__SNSECONDS_T_TYPE): Likewise.
35574         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35575         (__SNSECONDS_T_TYPE): Likewise.
35576         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35577         (__SNSECONDS_T_TYPE): Likewise.
35578
35579 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35580
35581         * sysdeps/mach/hurd/bits/typesizes.h
35582         (__SYSCALL_SLONG_TYPE): New macro.
35583         (__SYSCALL_ULONG_TYPE): Likewise.
35584
35585 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35586
35587         * bits/types.h (__syscall_slong_t): New type.
35588         (__syscall_ulong_t): Likewise.
35589
35590         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35591         (__SYSCALL_ULONG_TYPE): Likewise.
35592         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35593         (__SYSCALL_SLONG_TYPE): Likewise.
35594         (__SYSCALL_ULONG_TYPE): Likewise.
35595         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35596         (__SYSCALL_SLONG_TYPE): Likewise.
35597         (__SYSCALL_ULONG_TYPE): Likewise.
35598         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35599         (__SYSCALL_SLONG_TYPE): Likewise.
35600         (__SYSCALL_ULONG_TYPE): Likewise.
35601
35602 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35603
35604         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35605         Add sigaltstack-offsets.sym.
35606         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35607         <sigaltstack-offsets.h>.
35608         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35609         longjmp_msg pointer.
35610         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35611         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35612         signal stack.
35613         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35614
35615 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35616
35617         * elf/stackguard-macros.h: Remove file.
35618         * sysdeps/generic/stackguard-macros.h: New file.
35619         * sysdeps/i386/stackguard-macros.h: Likewise.
35620         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35621         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35622         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35623         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35624         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35625         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35626         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35627         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35628         <elf/stackguard-macros.h>.
35629
35630         [BZ #14109]
35631         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35632         __aligned__ in attribute.
35633         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35634         (gregset_t): Likewise.
35635
35636 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35637
35638         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35639         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35640         * sysdeps/x86_64/x32/Implies-after: New file.
35641
35642 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35643
35644         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35645         and access return value for _dl_profile_fixup.  Use R10_LP to
35646         load frame size.
35647
35648 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35649
35650         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35651
35652 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35653
35654         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35655         * sysdeps/x86_64/x32/sysdep.h: New file.
35656
35657 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35658
35659         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35660         * sysdeps/x86_64/setjmp.S: Likewise.
35661
35662 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35663
35664         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35665         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35666         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35667         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35668         remove unused global constant.
35669
35670 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35671
35672         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35673         include of <not-cancel.h>.
35674
35675 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35676
35677         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35678
35679 2012-05-15  Jeff Law  <law@redhat.com>
35680             Andreas Jaeger  <aj@suse.de>
35681
35682         [BZ #13594]
35683         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35684         out from...
35685         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35686         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35687         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35688         code changing __hst_map_handle.map.
35689
35690 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35691
35692         * configure.in (sysnames): Look for Implies-before and Implies-after
35693         files.
35694         * configure: Regenerated.
35695
35696 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35697
35698         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35699         8-byte data alignment with LP_SIZE alignment.
35700
35701 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35702
35703         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
35704         into R10_LP.
35705
35706 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35707
35708         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
35709
35710 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35711
35712         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
35713         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
35714         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
35715         Likewise.
35716         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
35717
35718 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35719
35720         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
35721         (stackinfo_sub_sp): Likewise.
35722
35723 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35724
35725         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
35726         RAX_LP.
35727
35728 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35729
35730         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
35731         into R*_LP.
35732
35733 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35734
35735         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
35736         sizes into R*_LP.
35737
35738 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35739
35740         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
35741
35742 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35743
35744         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
35745         into R11_LP and load __x86_64_shared_cache_size_half into
35746         R8_LP.
35747
35748 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35749
35750         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
35751         R8_LP.
35752
35753 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35754
35755         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
35756         logb for POWER7.
35757         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
35758         logbf for POWER7.
35759         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
35760         logbl for POWER7.
35761         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
35762         powerpc32/power7/fpu/s_logb.c via #include.
35763         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
35764         powerpc32/power7/fpu/s_logbf.c via #include.
35765         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
35766         powerpc32/power7/fpu/s_logbl.c via #include.
35767
35768 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35769
35770         * README.libm: Remove file.
35771
35772 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35773
35774         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
35775         count for x32.  Use R*_LP and omit operand-size suffix.
35776
35777 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35778
35779         * shlib-versions: Move x86_64-.*-linux.* entries to ...
35780         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
35781         * sysdeps/x86_64/x32/shlib-versions: New file.
35782
35783 2012-05-14  Roland McGrath  <roland@hack.frob.com>
35784
35785         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
35786         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
35787         Use _dl_fatal_printf instead.
35788
35789 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35790
35791         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
35792         set if not set by the user.  Do not allow for being unset.
35793         * sysdeps/unix/sysv/linux/configure: Regenerated.
35794
35795 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35796
35797         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
35798         the `q' suffix from lea and replace .quad with ASM_ADDR.
35799
35800 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35801
35802         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
35803         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
35804         instead of $17.
35805         (PTR_DEMANGLE): Likewise.
35806
35807 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35808
35809         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
35810         (LP_OP): Likewise.
35811         (ASM_ADDR): Likewise.
35812         (RAX_LP): Likewise.
35813         (RBP_LP): Likewise.
35814         (RBX_LP): Likewise.
35815         (RCX_LP): Likewise.
35816         (RDI_LP): Likewise.
35817         (RSI_LP): Likewise.
35818         (RSP_LP): Likewise.
35819         (R8_LP): Likewise.
35820         (R9_LP): Likewise.
35821         (R10_LP): Likewise.
35822         (R10_LP): Likewise.
35823         (R11_LP): Likewise.
35824         (R12_LP): Likewise.
35825         (R13_LP): Likewise.
35826         (R14_LP): Likewise.
35827         (R15_LP): Likewise.
35828
35829 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35830
35831         * sysdeps/x86_64/x32/dl-machine.h: New file.
35832
35833 2012-05-14  Andreas Jaeger  <aj@suse.de>
35834
35835         * manual/Makefile (subdir): Remove export of subdir.
35836         (all): Remove target.
35837         (.PHONY): Remove all from list.
35838         (mkinstalldirs): Remove.
35839         (.PHONY): Remove installdirs from list.
35840         ($(inst_infodir)/libc.info): Use make-target-directory.
35841         (installdirs): Remove.
35842         (subdir_%): Remove.
35843         (glibc-targets): Remove.
35844         (lib): Remove.
35845         (stubs): Remove.
35846         ($(objpfx)stubs ../po/manual.pot): Remove.
35847         ($(objpfx)stamp%): Remove.
35848         (make-target-directory): Remove.
35849         (subdir_install): Remove.
35850         (routines): Remove.
35851         (aux): Remove.
35852         (sources): Remove.
35853         (objects): Remove.
35854         (headers): Remove.
35855
35856         [BZ #13750]
35857         * manual/.gitignore: Remove, it's not needed anymore.
35858         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
35859         all files in it.
35860         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
35861         directory.
35862         (texis): Renamed to $(objpfx)texis.
35863         (texis-path): New, contains path to generated files.
35864         (chapters.%): Use texis-path for complete path, add extra argument
35865         libc-texinfo.sh.
35866         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
35867         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
35868         (summary,texi, stamp-summary): Use complete path of
35869         files. Generate files in build dir.
35870         (dir-add.texi): Build in build dir.
35871         (libm-err.texi,stamp-libm-err): Likewise.
35872         (version.texi, stamp-version): Likewise.
35873         (.%c.texi): Likewise.
35874         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
35875         (mostlyclean): Remove target.
35876         (realclean): Remove target.
35877         (generated): Add new variable with contents from mostlyclean and
35878         realclean, remove entries duplicated in common-mostlyclean, add
35879         stamp-libm-err and stamp-version.
35880         (generated-dirs): Add libc directory.
35881         ($(inst_infodir)/libc.info): Install files from build dir.
35882
35883         * manual/install.texi (Configuring and compiling): Adjust since
35884         the info files are not part of the tar ball anymore.
35885
35886 2012-05-14  Andreas Jaeger  <aj@suse.de>
35887
35888         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
35889         variable.
35890
35891 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35892
35893         [BZ #13717]
35894         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35895         to 2.2.0 where earlier.
35896         * sysdeps/unix/sysv/linux/configure: Regenerated.
35897         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
35898         Remove conditional code.
35899         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
35900         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
35901         Remove conditional code.
35902         [!__NR_lchown]: Likewise.
35903         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35904         [__NR_lchown]: Likewise.
35905         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
35906         comment referencing __ASSUME_LCHOWN_SYSCALL.
35907         * sysdeps/unix/sysv/linux/i386/sigaction.c
35908         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35909         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35910         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
35911         Remove conditional code.
35912         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
35913         (__protocol_available): Remove #if 0 code.
35914         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
35915         conditional code.
35916         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
35917         * sysdeps/unix/sysv/linux/kernel-features.h
35918         (__ASSUME_GETCWD_SYSCALL): Don't define.
35919         (__ASSUME_REALTIME_SIGNALS): Likewise.
35920         (__ASSUME_PREAD_SYSCALL): Likewise.
35921         (__ASSUME_PWRITE_SYSCALL): Likewise.
35922         (__ASSUME_POLL_SYSCALL): Likewise.
35923         (__ASSUME_LCHOWN_SYSCALL): Likewise.
35924         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
35925         non-SPARC.
35926         (__ASSUME_SIOCGIFNAME): Don't define.
35927         (__ASSUME_MSG_NOSIGNAL): Likewise.
35928         (__ASSUME_SENDFILE): Define unconditionally.
35929         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
35930         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
35931         conditional code.
35932         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
35933         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
35934         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35935         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35936         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
35937         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35938         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
35940         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35941         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
35943         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35944         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
35946         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35947         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
35949         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35950         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
35952         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35953         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
35955         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35956         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
35958         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35959         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
35961         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35962         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35963         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
35964         Remove conditional code.
35965         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35966         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35967         Remove conditional code.
35968         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35969         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35970         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35971         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35972         Remove conditional code.
35973         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35974         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35975         Remove conditional code.
35976         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35977         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35978         Remove conditional code.
35979         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35980         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35981         Remove conditional code.
35982         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35983         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35984         Remove conditional code.
35985         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35986         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35987         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35988         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35989         * sysdeps/unix/sysv/linux/sigaction.c
35990         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35991         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35992         * sysdeps/unix/sysv/linux/sigpending.c
35993         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35994         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35995         * sysdeps/unix/sysv/linux/sigprocmask.c
35996         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35997         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35998         * sysdeps/unix/sysv/linux/sigsuspend.c
35999         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36000         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36001         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36002         (__libc_missing_rt_sigs): Remove.
36003         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36004         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36005         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36006         Remove conditional code.
36007         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36008         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36009         return 1.
36010         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36011         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36012         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36013         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36014
36015 2012-05-14  Andreas Jaeger  <aj@suse.de>
36016
36017         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36018         it's not used in glibc.
36019         (__coshm1): Likewise.
36020         (__acosh1p): Likewise.
36021         (__sgn): Likewise.
36022
36023         * manual/string.texi (Copying and Concatenation): Add missing
36024         variable in concat example.
36025         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36026
36027 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36028
36029         [BZ #14103]
36030         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36031         __builtin_clzl with __builtin_clzll.
36032
36033 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36034
36035         [BZ #14104]
36036         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36037         libc_freeres_ptr.
36038
36039 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36040
36041         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36042         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36043         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36044         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36045
36046 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36047
36048         * NEWS: Update ia64 info.
36049
36050 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36051
36052         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36053         used as bcopy.
36054
36055 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36056
36057         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36058         * sysdeps/unix/syscalls.list (dup3): Likewise.
36059         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36060         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36061
36062 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36063
36064         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36065         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36066
36067 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36068
36069         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36070         thread pointer.
36071         (TLS_IE): Use mov/add instead of movq/addq to load thread
36072         pointer.
36073         (TLS_GD_PREFIX): New.
36074         (TLS_GD): Use it.
36075
36076 2012-05-11  David S. Miller  <davem@davemloft.net>
36077
36078         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36079         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36080         (_FPU_SETCW): Likewise.
36081
36082 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36083
36084         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36085         is 32-byte aligned.
36086
36087 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36088
36089         [BZ #11837]
36090         * iconvdata/gb18030.c: Update tables.
36091         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36092         characters specially.
36093         (BODY for TO_LOOP): Add encoding of missing ranges.
36094
36095 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36096
36097         [BZ #13673]
36098         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36099         * sysdeps/mach/hurd/dup3.c: Likewise.
36100         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36101         * sysdeps/powerpc/memmove.c:: Likewise.
36102
36103 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36104
36105         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36106         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36107
36108 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36109
36110         * elf/elf.h (R_X86_64_RELATIVE64): New.
36111         (R_X86_64_NUM): Updated.
36112         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36113         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36114         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36115         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36116         tst-quad1pie tst-quad2pie
36117         (modules-names): Add tst-quadmod1 tst-quadmod2.
36118         ($(objpfx)tst-quad1): New dependency.
36119         ($(objpfx)tst-quad2): Likewise.
36120         ($(objpfx)tst-quad1pie): Likewise.
36121         ($(objpfx)tst-quad2pie): Likewise.
36122         * sysdeps/x86_64/tst-quad1.c: New file.
36123         * sysdeps/x86_64/tst-quad1pie.c: New file.
36124         * sysdeps/x86_64/tst-quad2.c: Likewise.
36125         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36126         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36127         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36128         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36129         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36130
36131 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36132
36133         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36134         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36135         * streams/stropts.h (t_scalar_t): Define type.
36136
36137         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36138         (_PATH_PRESERVE): Set to "/var/lib".
36139         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36140
36141         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36142         instead of int.
36143
36144         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36145         if __dir_mkfile succeeded.
36146
36147         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36148         checking for _hurd_dtablesize.  Unlock it right after having
36149         finished _hurd_dtable allocation.
36150
36151 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36152
36153         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36154         * sysdeps/mach/hurd/configure: Regenerated.
36155         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36156         special-casing to...
36157         * sysdeps/gnu/configure.in: ... this new file.
36158         * sysdeps/unix/sysv/linux/configure: Regenerated.
36159         * sysdeps/gnu/configure: New generated file.
36160
36161         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36162         for Linux: use nsec instead of usec, as well as:
36163         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36164         members of type struct timespec.
36165         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36166         New macros.
36167         (struct stat64): Likewise.
36168         (_STATBUF_ST_NSEC): New macro.
36169         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36170
36171         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36172         __strtoul_internal rather than strtoul.
36173
36174 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36175
36176         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36177         and reject them.
36178
36179 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36180
36181         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36182         which preserves existing values.
36183         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36184
36185 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36186
36187         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36188         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36189         greater than FD_SETSIZE.
36190
36191 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36192
36193         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36194         allocated, call __vm_protect to finish enabling the existing space, and
36195         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36196         allocate the remainder.
36197
36198 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36199
36200         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36201         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36202
36203 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36204
36205         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36206         sysdeps/mach/hurd/readlink.c.
36207
36208         * posix/tst-sysconf.c (posix_options): Only use
36209         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36210         _POSIX_SYNCHRONIZED_IO when they are defined
36211         * sysdeps/mach/hurd/bits/posix_opt.h:
36212         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36213         (_XOPEN_REALTIME): Undefine macro.
36214         (_XOPEN_REALTIME_THREADS): Undefine macro.
36215         (_XOPEN_SHM): Undefine macro.
36216         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36217         macro to -1.
36218         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36219         macro to -1.
36220         (_POSIX_ASYNC_IO): Undefine macro.
36221         (_POSIX_PRIORITIZED_IO): Undefine macro.
36222         (_POSIX_SPIN_LOCKS): Define macro to -1.
36223
36224         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36225         SA_NODEFER, SA_RESETHAND.
36226         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36227         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36228         F_DUPFD_CLOEXEC.
36229
36230 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36231
36232         * elf/Makefile (pldd-modules): Define unconditionally.
36233
36234 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36235
36236         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36237
36238 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36239
36240         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36241         Return ENOENT when name is empty.
36242         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36243
36244 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36245
36246         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36247
36248         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36249
36250 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36251
36252         Fix mlock in all cases except non-readable pages.
36253         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36254         instead of VM_PROT_ALL as parameter to __vm_wire function.
36255
36256         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36257         (__mkdir): When path is `/', just fail with EEXIST.
36258         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36259
36260 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36261
36262         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36263         <sys/uio.h> (for writev).
36264         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36265         and <sys/param.h> (for MIN).
36266
36267 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36268
36269         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36270         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36271         if interrupted.
36272
36273 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36274
36275         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36276         Depend on against $(link-rpcuserlibs).
36277
36278 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36279
36280         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36281         (__libc_stack_end): Do not use attribute_relro.
36282         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36283         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36284         to libthread-provided value.
36285         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36286         attribute_relro.
36287
36288 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36289
36290         [BZ #3748]
36291         * bits/libc-lock.h (__libc_once_get): New macro.
36292         * sysdeps/mach/bits/libc-lock.h: Likewise.
36293         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36294         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36295         instead of using implementation details.
36296
36297         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36298         * libio/freopen.c: Likewise.
36299         * libio/freopen64.c: Likewise.
36300         * misc/syslog.c: Likewise.
36301         * nscd/connections.c: Likewise.
36302         * nscd/netgroupcache.c: Likewise.
36303         * sysdeps/posix/getcwd.c: Likewise.
36304
36305 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36306
36307         * math/w_ilogbf.c: Add #include <limits.h>.
36308
36309 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36310
36311         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36312         path instead of returning without unlocking.
36313
36314         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36315         immediate-write ioctls.
36316         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36317
36318 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36319
36320         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36321         __builtin_frame_address instead of making assumptions about the
36322         location of the return address relative to DATA.  Force early load of
36323         the return address.
36324         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36325         __builtin_frame_address.
36326
36327         dup3 for GNU Hurd.
36328         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36329         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36330         implement dup3 and do some further code clean-ups.
36331         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36332         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36333
36334 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36335
36336         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36337
36338         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36339         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36340         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36341         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36342         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36343         d->port.lock.
36344
36345         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36346         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36347         when handler == SIG_ERR, not when handler != SIG_ERR.
36348
36349 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36350
36351         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36352         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36353         definitions.
36354
36355         accept4 for GNU Hurd.
36356         * include/sys/socket.h (__libc_accept4): New prototype.
36357         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36358         to implement __libc_accept4.
36359         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36360         __libc_accept4.
36361         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36362
36363         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36364         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36365         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36366         signal-defines.sym.
36367
36368 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36369
36370         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36371
36372 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36373
36374         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36375         assertion on O_CLOEXEC flag.
36376         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36377         * hurd/intern-fd.c: Likewise.
36378         * hurd/port2fd.c: Likewise.
36379
36380 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36381
36382         [BZ #3906]
36383         * bits/in.h (IPV6_PKTINFO): Define new macro.
36384         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36385
36386 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36387
36388         [BZ #13954]
36389         [BZ #13955]
36390         [BZ #13956]
36391         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36392         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36393         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36394         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36395         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36396         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36397         * math/libm-test.inc (logb_test) : Additional logb tests.
36398
36399 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36400             Andreas Jaeger  <aj@suse.de>
36401
36402         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36403         * configure: Regenerated.
36404         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36405         * config.make.in (link-obsolete-rpc): New substituted variable.
36406         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36407         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36408         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36409         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36410         so that libc.a contains the symbols.
36411         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36412         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36413         * sunrpc/auth_none.c: Likewise.
36414         * sunrpc/auth_unix.c: Likewise.
36415         * sunrpc/authdes_prot.c: Likewise.
36416         * sunrpc/authuxprot.c: Likewise.
36417         * sunrpc/clnt_gen.c: Likewise.
36418         * sunrpc/clnt_perr.c: Likewise.
36419         * sunrpc/clnt_raw.c: Likewise.
36420         * sunrpc/clnt_simp.c: Likewise.
36421         * sunrpc/clnt_tcp.c: Likewise.
36422         * sunrpc/clnt_udp.c: Likewise.
36423         * sunrpc/clnt_unix.c: Likewise.
36424         * sunrpc/des_crypt.c: Likewise.
36425         * sunrpc/des_soft.c: Likewise.
36426         * sunrpc/get_myaddr.c: Likewise.
36427         * sunrpc/key_call.c: Likewise.
36428         * sunrpc/key_prot.c: Likewise.
36429         * sunrpc/netname.c: Likewise.
36430         * sunrpc/pm_getmaps.c: Likewise.
36431         * sunrpc/pm_getport.c: Likewise.
36432         * sunrpc/pmap_clnt.c: Likewise.
36433         * sunrpc/pmap_prot.c: Likewise.
36434         * sunrpc/pmap_prot2.c: Likewise.
36435         * sunrpc/pmap_rmt.c: Likewise.
36436         * sunrpc/publickey.c: Likewise.
36437         * sunrpc/rpc_cmsg.c: Likewise.
36438         * sunrpc/rpc_common.c: Likewise.
36439         * sunrpc/rpc_dtable.c: Likewise.
36440         * sunrpc/rpc_prot.c: Likewise.
36441         * sunrpc/rpc_thread.c: Likewise.
36442         * sunrpc/rtime.c: Likewise.
36443         * sunrpc/svc.c: Likewise.
36444         * sunrpc/svc_auth.c: Likewise.
36445         * sunrpc/svc_raw.c: Likewise.
36446         * sunrpc/svc_run.c: Likewise.
36447         * sunrpc/svc_tcp.c: Likewise.
36448         * sunrpc/svc_udp.c: Likewise.
36449         * sunrpc/svc_unix.c: Likewise.
36450         * sunrpc/svcauth_des.c: Likewise.
36451         * sunrpc/xcrypt.c: Likewise.
36452         * sunrpc/xdr.c: Likewise.
36453         * sunrpc/xdr_array.c: Likewise.
36454         * sunrpc/xdr_float.c: Likewise.
36455         * sunrpc/xdr_intXX_t.c: Likewise.
36456         * sunrpc/xdr_mem.c: Likewise.
36457         * sunrpc/xdr_rec.c: Likewise.
36458         * sunrpc/xdr_ref.c: Likewise.
36459         * sunrpc/xdr_sizeof.c: Likewise.
36460         * sunrpc/xdr_stdio.c: Likewise.
36461
36462 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36463
36464         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36465         change.  Update copyright years.
36466
36467 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36468
36469         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36470
36471 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36472             Joseph Myers  <joseph@codesourcery.com>
36473             Paul Pluzhnikov  <ppluzhnikov@google.com>
36474
36475         [BZ #14012]
36476         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36477         requiring rpcgen.
36478         [cross-compiling] (extra-libs): Likewise.
36479         [cross-compiling] (extra-libs-others): Likewise.
36480         [cross-compiling] (librpcsvc-routines): Likewise.
36481         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36482         [cross-compiling] (omit-deps): Likewise.
36483         (sunrpc-CPPFLAGS): New variable.
36484         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36485         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36486         (cross-rpcgen-objs): New variable.
36487         (extra-objs): Append $(cross-rpcgen-objs).
36488         ($(cross-rpcgen-objs)): New rule.
36489         ($(objpfx)cross-rpcgen): Likewise.
36490         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36491         comment.
36492         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36493         ($(objpfx)x%.stmp): Likewise.
36494         * sunrpc/proto.h [IS_IN_build] (_): Define.
36495         [IS_IN_build] (_libc_intl_domainname): Likewise.
36496
36497 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36498
36499         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36500         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36501         and R_X86_64_TPOFF64.
36502
36503 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36504
36505         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36506         sysdeps/unix/sysv/syscalls.list.
36507         (stime): Likewise.
36508         (utime): Likewise.
36509         * sysdeps/unix/sysv/syscalls.list: Remove file.
36510
36511 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36512
36513         [BZ #3440]
36514         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36515         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36516         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36517         (__LC_IDENTIFICATION): Make these macros useful in #if
36518         expressions, as required by C99.
36519
36520 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36521
36522         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36523         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36524         after this.
36525
36526 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36527
36528         * stdlib/longlong.h: Updated from GCC.
36529
36530 2012-05-09  Andreas Jaeger  <aj@suse.de>
36531
36532         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36533         default is first entry.
36534         (run_mode): Set type.
36535         (main): Remove informal message about syslog.
36536         (options): Fix typo.
36537
36538         [BZ #14053]
36539         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36540         to asm.
36541         (lrint): Likewise.
36542         (llrintf): Likewise.
36543         (llrint): Likewise.
36544         (rint): Likewise.
36545         (rintf): Likewise.
36546         (nearbyint): Likewise.
36547         (nearbyintf): Likewise.
36548
36549 2012-05-09  Andreas Jaeger  <aj@suse.de>
36550             Pedro Alves  <palves@redhat.com>
36551
36552         * nscd/nscd.c (run_mode): Use enum.
36553         (main): Cleanup coding style issue.
36554
36555 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36556             Andreas Jaeger  <aj@suse.de>
36557
36558         * nscd/nscd.c (go_background): Replaced with...
36559         (run_mode): ... this.
36560         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36561         (options): Add -F --foreground.
36562         (main): Implement it.
36563         (parse_opt): Parse it.
36564
36565 2012-05-09  Andreas Jaeger  <aj@suse.de>
36566
36567         [BZ #14083]
36568         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36569         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36570         -Wconversion warning.
36571         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36572         Likewise.
36573
36574 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36575
36576         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36577         == 0.
36578         (LC_ALL): Use macro-int-constant.
36579         (LC_COLLATE): Likewise.
36580         (LC_CTYPE): Likewise.
36581         (LC_MESSAGES): Likewise.
36582         (LC_MONETARY): Likewise.
36583         (LC_NUMERIC): Likewise.
36584         (LC_TIME): Likewise.
36585         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36586         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36587         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36588         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36589         Specify type.
36590         [C99-based standards] (float_t): Expect type.
36591         [C99-based standards] (double_t): Expect type.
36592         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36593         type.
36594         [C99-based standards] (HUGE_VALL): Likewise.
36595         [C99-based standards] (INFINITY): Likewise.
36596         [C99-based standards] (NAN): Likewise.
36597         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36598         [C99-based standards] (FP_NAN): Likewise.
36599         [C99-based standards] (FP_NORMAL): Likewise.
36600         [C99-based standards] (FP_SUBNORMAL): Likewise.
36601         [C99-based standards] (FP_ZERO): Likewise.
36602         [C99-based standards] (FP_FAST_FMA): Use
36603         optional-macro-int-constant.  Specify type.  Require == 1.
36604         [C99-based standards] (FP_FAST_FMAF): Likewise.
36605         [C99-based standards] (FP_FAST_FMAL): Likewise.
36606         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36607         [C99-based standards] (FP_ILOGBNAN): Likewise.
36608         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36609         Specify type.
36610         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36611         [C99-based standards] (math_errhandling): Specify type.
36612         [ISO99 || ISO11] (signgam): Do not allow.
36613         [non-C99-based standards] (copysignf): Do not allow.
36614         [non-C99-based standards] (exp2f): Likewise.
36615         [non-C99-based standards] (log2f): Likewise.
36616         [non-C99-based standards] (modff): Allow.
36617         [non-C99-based standards] (erff): Do not allow.
36618         [non-C99-based standards] (erfcf): Likewise.
36619         [non-C99-based standards] (gammaf): Likewise.
36620         [non-C99-based standards] (hypotf): Likewise.
36621         [non-C99-based standards] (j0f): Likewise.
36622         [non-C99-based standards] (j1f): Likewise.
36623         [non-C99-based standards] (jnf): Likewise.
36624         [non-C99-based standards] (lgammaf): Likewise.
36625         [non-C99-based standards] (tgammaf): Likewise.
36626         [non-C99-based standards] (y0f): Likewise.
36627         [non-C99-based standards] (y1f): Likewise.
36628         [non-C99-based standards] (ynf): Likewise.
36629         [non-C99-based standards] (isnanf): Likewise.
36630         [non-C99-based standards] (acoshf): Likewise.
36631         [non-C99-based standards] (asinhf): Likewise.
36632         [non-C99-based standards] (atanhf): Likewise.
36633         [non-C99-based standards] (cbrtf): Likewise.
36634         [non-C99-based standards] (expm1f): Likewise.
36635         [non-C99-based standards] (ilogbf): Likewise.
36636         [non-C99-based standards] (log1pf): Likewise.
36637         [non-C99-based standards] (logbf): Likewise.
36638         [non-C99-based standards] (nextafterf): Likewise.
36639         [non-C99-based standards] (remainderf): Likewise.
36640         [non-C99-based standards] (rintf): Likewise.
36641         [non-C99-based standards] (scalbf): Likewise.
36642         [non-C99-based standards] (copysignl): Likewise.
36643         [non-C99-based standards] (exp2l): Likewise.
36644         [non-C99-based standards] (log2l): Likewise.
36645         [non-C99-based standards] (modfl): Allow.
36646         [non-C99-based standards] (erfl): Do not allow.
36647         [non-C99-based standards] (erfcl): Likewise.
36648         [non-C99-based standards] (gammal): Likewise.
36649         [non-C99-based standards] (hypotl): Likewise.
36650         [non-C99-based standards] (j0l): Likewise.
36651         [non-C99-based standards] (j1l): Likewise.
36652         [non-C99-based standards] (jnl): Likewise.
36653         [non-C99-based standards] (lgammal): Likewise.
36654         [non-C99-based standards] (tgammal): Likewise.
36655         [non-C99-based standards] (y0l): Likewise.
36656         [non-C99-based standards] (y1l): Likewise.
36657         [non-C99-based standards] (ynl): Likewise.
36658         [non-C99-based standards] (isnanl): Likewise.
36659         [non-C99-based standards] (acoshl): Likewise.
36660         [non-C99-based standards] (asinhl): Likewise.
36661         [non-C99-based standards] (atanhl): Likewise.
36662         [non-C99-based standards] (cbrtl): Likewise.
36663         [non-C99-based standards] (expm1l): Likewise.
36664         [non-C99-based standards] (ilogbl): Likewise.
36665         [non-C99-based standards] (log1pl): Likewise.
36666         [non-C99-based standards] (logbl): Likewise.
36667         [non-C99-based standards] (nextafterl): Likewise.
36668         [non-C99-based standards] (remainderl): Likewise.
36669         [non-C99-based standards] (rintl): Likewise.
36670         [non-C99-based standards] (scalbl): Likewise.
36671         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36672         [non-C99-based standards] (FP_*): Do not allow.
36673         [C99-based standards] (FP_*): Change to
36674         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36675         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36676         allow.
36677         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36678         (SIG_ERR): Likewise.
36679         [X/Open-based standards] (SIG_HOLD): Likewise.
36680         (SIG_IGN): Likewise.
36681         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36682         positive value.
36683         (SIGFPE): Likewise.
36684         (SIGILL): Likewise.
36685         (SIGINT): Likewise.
36686         (SIGSEGV): Likewise.
36687         (SIGTER): Likewise.
36688         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36689         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36690         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36691         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36692         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36693         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36694         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36695         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36696         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36697         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36698         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36699         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36700         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36701         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36702         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
36703         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
36704         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
36705         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
36706         [X/Open-based standards] (SIGTRAP): Likewise.
36707         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
36708         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
36709         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
36710         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
36711         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36712         allow.
36713
36714 2012-05-08  Ian Wienand  <ianw@vmware.com>
36715
36716         [BZ #14080]
36717         * time/tzset.c (__tzset_parse_tz): Update default rules for
36718         daylight time changes in the Energy Policy Act of 2005.
36719
36720 2012-05-09  Andreas Jaeger  <aj@suse.de>
36721
36722         [BZ #13983]
36723         * elf/ldconfig.c (parse_conf): Change string to make clear that
36724         ldconfig only issued a warning if ld.so.conf does not exist.
36725
36726 2012-05-08  David S. Miller  <davem@davemloft.net>
36727
36728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
36729         movxtod instead of popping the value on the stack.
36730
36731         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36732
36733 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
36734
36735         * config.h.in: Add HAVE_ARM_PCS_VFP.
36736
36737 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
36738
36739         [BZ #13979]
36740         * include/features.h: Warn if user requests __FORTIFY_SOURCE
36741         checking but the checks are disabled for any reason.
36742
36743 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
36744
36745         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
36746         and ELF64_R_TYPE with ELFW(R_TYPE).
36747
36748 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
36749
36750         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
36751         (ulimit): Likewise.
36752
36753         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
36754         (settimeofday): Likewise.
36755
36756 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
36757
36758         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
36759         a struct th_u2 inside the union, and move tu_block/tu_code into
36760         a new th_u3 union of tu_block/tu_code inside of that.  Move
36761         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
36762         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
36763         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
36764         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
36765         (th_stuff): Change to th_u1.tu_stuff.
36766         (th_data): Define.
36767         (th_msg): Change to th_u1.th_u2.tu_data.
36768
36769 2012-05-07  David S. Miller  <davem@davemloft.net>
36770
36771         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36772
36773         [BZ #14074]
36774         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
36775         (SETUP_PIC_REG): Use it.
36776         (SETUP_PIC_REG_LEAF): Use it.
36777
36778 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
36779
36780         [BZ #13885]
36781         [BZ #13923]
36782         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36783         USE_AS_EXPM1L.
36784         (EXPL_FINITE): Likewise.
36785         (FLDLOG): Likewise.
36786         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36787         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36788         e_expl.S.
36789         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36790         USE_AS_EXPM1L.
36791         (EXPL_FINITE): Likewise.
36792         (FLDLOG): Likewise.
36793         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36794         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36795         e_expl.S.
36796         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
36797         test of -max_value argument for long double.
36798         * sysdeps/i386/fpu/libm-test-ulps: Update.
36799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36800
36801 2012-05-06  David S. Miller  <davem@davemloft.net>
36802
36803         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
36804         quad soft-float symbols whose references which are compiler
36805         generated.
36806         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
36807
36808 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
36809
36810         [BZ #13884]
36811         [BZ #13914]
36812         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36813         USE_AS_EXP10L.
36814         (EXPL_FINITE): Likewise.
36815         (FLDLOG): Likewise.
36816         (c0): Likewise.
36817         (c1): Likewise.
36818         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36819         Adjust comments for base varying.
36820         (__expl_finite): Change alias to EXPL_FINITE.
36821         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
36822         e_expl.S.
36823         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
36824         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
36825         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
36826         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
36827         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36828         USE_AS_EXP10L.
36829         (EXPL_FINITE): Likewise.
36830         (FLDLOG): Likewise.
36831         (c0): Likewise.
36832         (c1): Likewise.
36833         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36834         Adjust comments for base varying.
36835         (__expl_finite): Change alias to EXPL_FINITE.
36836         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
36837         tests for bugs.
36838         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36839
36840         [BZ #14064]
36841         * math/libm-test.inc (check_float_internal): Correct ulp
36842         calculation for subnormal expected results.
36843
36844 2012-05-06  Andreas Jaeger  <aj@suse.de>
36845
36846         * Makeconfig (+math-flags): New, set to -frounding-math.
36847         (+cflags): Add +math-flags so that all of glibc gets compiled with
36848         it.
36849
36850         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
36851
36852 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
36853
36854         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
36855         Disable one test.
36856
36857         [BZ #13787]
36858         [BZ #13922]
36859         [BZ #14036]
36860         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
36861         (__ieee754_expl): Allow for and saturate large arguments.
36862         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
36863         (u_threshold): Likewise.
36864         (__exp): Call __ieee754_exp before checking for overflow and
36865         underflow.
36866         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
36867         (u_threshold): Likewise.
36868         (__expf): Call __ieee754_expf before checking for overflow and
36869         underflow.
36870         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
36871         (u_threshold): Likewise.
36872         (__expl): Call __ieee754_expl before checking for overflow and
36873         underflow.
36874         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
36875         (__ieee754_expl): Allow for and saturate large arguments.
36876         * math/libm-test.inc (exp_test): Add another test.  Do not allow
36877         missing overflow exception on overflow.
36878         (expm1_test): Do not allow missing overflow exception on overflow.
36879
36880         * sysdeps/i386/fpu/e_expl.c: Move to ...
36881         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
36882         rather than using inline asm.
36883         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
36884         * sysdeps/x86_64/fpu/e_expl.S: Copy from
36885         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
36886
36887         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
36888         (nice): Likewise.
36889         (poll): Likewise.
36890         (signal): Likewise.
36891         (time): Likewise.
36892         (times): Likewise.
36893
36894 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36895
36896         * sysdeps/unix/syscalls.list (adjtime): Add entry from
36897         sysdeps/unix/common/syscalls.list.
36898         (fchmod): Likewise.
36899         (fchown): Likewise.
36900         (ftruncate): Likewise.
36901         (getrusage): Likewise.
36902         (gettimeofday): Likewise.
36903         (setpgid): Likewise.
36904         (setregid): Likewise.
36905         (setreuid): Likewise.
36906         (sigaction): Likewise.
36907         (truncate): Likewise.
36908         (vhangup): Likewise.
36909         * sysdeps/unix/common/syscalls.list: Remove file.
36910         * sysdeps/unix/bsd/Implies: Don't include unix/common.
36911         * sysdeps/unix/sysv/linux/Implies: Likewise.
36912
36913 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
36914
36915         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
36916         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
36917         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
36918         Moved to ...
36919         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
36920         Here.
36921         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
36922         to ...
36923         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
36924         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
36925         to ...
36926         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
36927         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
36928         to ...
36929         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
36930         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
36931         to ...
36932         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
36933         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
36934         to ...
36935         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
36936         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
36937         to ...
36938         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
36939         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
36940         to ...
36941         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
36942         Here.
36943         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
36944         to ...
36945         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
36946         Here.
36947         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
36948         to ...
36949         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
36950         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
36951         Moved to ...
36952         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
36953         Here.
36954         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
36955         to ...
36956         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
36957
36958 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36959
36960         * sysdeps/unix/common/bits/dirent.h: Remove file.
36961         * sysdeps/unix/common/bits/fcntl.h: Likewise.
36962
36963         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
36964         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
36965         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36966         * sysdeps/unix/bsd/isatty.c: Likewise.
36967         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36968         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36969         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36970
36971 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36972
36973         [BZ #13563]
36974         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36975         long double comparison inaccuracies.
36976         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36977         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36978
36979 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36980
36981         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36982         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36983
36984 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36985
36986         [BZ #14049]
36987         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36988         nonzero digits before rounding a hex value.
36989         * stdlib/tst-strtod.c (tests): Add another test.
36990
36991 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36992
36993         * sysdeps/s390/fpu/libm-test-ulps: Update.
36994
36995 2012-05-03  Andreas Jaeger  <aj@suse.de>
36996
36997         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36998         does not get optimized out.
36999         (malloc_opt_barrier): New.
37000
37001 2012-05-03  Andreas Jaeger  <aj@suse.de>
37002             Roland McGrath  <roland@hack.frob.com>
37003
37004         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37005         intermediate file deletion.
37006         (generated): Add .symlist files.
37007
37008 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37009
37010         [BZ #13775]
37011         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37012         Redirect under this condition.
37013         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37014         [__USE_GNU] (__dprintf_chk): Not under this condition.
37015         [__USE_GNU] (__vdprintf_chk): Likewise.
37016         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37017         under this condition.
37018         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37019         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37020         [__USE_XOPEN2K8] (vdprintf): Likewise.
37021         [__USE_GNU] (__dprintf_chk): Not under this condition.
37022         [__USE_GNU] (__vdprintf_chk): Likewise.
37023         [__USE_GNU] (dprintf): Likewise.
37024         [__USE_GNU] (vdprintf): Likewise.
37025
37026 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37027
37028         * elf/Makefile (common-generated): Set this instead of generated for
37029         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37030         $(all-built-dso)-derived lists.
37031
37032 2012-05-03  Andreas Jaeger  <aj@suse.de>
37033
37034         * sysdeps/i386/fpu/libm-test-ulps: Update.
37035
37036         * FAQ: Removed.
37037         * FAQ.in: Likewise.
37038         * scripts/gen-FAQ.pl: Likewise.
37039         * manual/install.texi (Installation): Point to online location of
37040         FAQ.
37041         * Makefile (files-for-dist): Remove FAQ.
37042         (FAQ): Remove.
37043
37044 2012-05-02  Allan McRae  <allan@archlinux.org>
37045
37046         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37047         (LDFLAGS-reldepmod5.so): Likewise.
37048         (LDFLAGS-reldep6mod1.so): Likewise.
37049         (LDFLAGS-reldep6mod4.so): Likewise.
37050         (LDFLAGS-reldep8mod3.so): Likewise.
37051         (LDFLAGS-unload4mod1.so): Likewise.
37052         (LDFLAGS-unload4mod2.so): Likewise.
37053         (LDFLAGS-tst-initorder): Likewise.
37054         (LDFLAGS-tst-initordera2.so): Likewise.
37055         (LDFLAGS-tst-initordera3.so): Likewise.
37056         (LDFLAGS-tst-initordera4.so): Likewise.
37057         (LDFLAGS-tst-initorderb2.so): Likewise.
37058         (LDFLAGS-noload): Likewise.
37059         (LDFLAGS-next): Likewise.
37060         (LDFLAGS-order2mod1.so): Likewise.
37061         (LDFLAGS-order2mod2.so): Likewise.
37062         (LDFLAGS-tst-initorder2): Likewise.
37063         (LDFLAGS-tst-initorder2a.so): Likewise.
37064         (LDFLAGS-tst-initorder2b.so): Likewise.
37065         (LDFLAGS-tst-initorder2c.so): Likewise.
37066         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37067
37068 2012-05-02  David S. Miller  <davem@davemloft.net>
37069
37070         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37071
37072 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37073
37074         [BZ #14055]
37075         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37076
37077 2012-05-02  Andreas Jaeger  <aj@suse.de>
37078
37079         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37080         since we manipulate rounding mode.
37081         (CPPFLAGS-test-idouble.c): Likewise.
37082         (CPPFLAGS-test-ifloat.c): Likewise.
37083         (CFLAGS-test-ldouble.c): Likewise.
37084         (CFLAGS-test-double.c): Likewise.
37085         (CFLAGS-test-float.c): Likewise.
37086         (CFLAGS-test-misc.c): Likewise.
37087         (CFLAGS-test-test-fenv.c): Likewise.
37088
37089 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37090
37091         [BZ #2550]
37092         [BZ #2570]
37093         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37094         comparisons to determine direction to adjust input.
37095
37096 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37097
37098         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37099         output to the target.
37100
37101         * scripts/localplt.awk: New file.
37102         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37103         (check-localplt-CFLAGS): Variable removed.
37104         ($(all-built-dso:=.jmprel)): New static pattern rule.
37105         (generated): Add those targets.
37106         (localplt-built-dso): New variable.
37107         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37108
37109         * elf/check-localplt.c: File removed.
37110
37111         * scripts/check-execstack.awk: New file.
37112         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37113         (check-execstack-CFLAGS): Variable removed.
37114         ($(objpfx)check-execstack.h): Target removed.
37115         ($(objpfx)execstack-default): New target.
37116         (generated): Add that instead of check-execstack.h.
37117         ($(all-built-dso:=.phdr)): New static pattern rule.
37118         (generated): Add those targets.
37119         * elf/check-execstack.c: File removed.
37120
37121         * scripts/check-textrel.awk: New file.
37122         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37123         (check-textrel-CFLAGS): Variable removed.
37124         (all-built-dso): Use := to define.o
37125         ($(all-built-dso:=.dyn)): New static pattern rule.
37126         (generated): Add those targets.
37127         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37128         * config.make.in (READELF): New substituted variable.
37129         * elf/check-textrel.c: File removed.
37130
37131 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37132
37133         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37134         allow.
37135         * conform/data/ctype.h-data [C99-based standards] (isblank):
37136         Expect function.
37137         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37138         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37139         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37140         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37141         Specify type.  Require positive value.
37142         (EILSEQ): Likewise.
37143         (ERANGE): Likewise.
37144         [ISO || POSIX] (EILSEQ): Do not expect.
37145         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37146         Specify type.  Require positive value.
37147         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37148         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37149         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37150         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37151         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37152         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37153         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37154         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37155         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37156         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37157         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37158         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37159         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37160         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37161         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37162         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37163         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37164         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37165         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37166         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37167         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37168         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37169         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37170         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37171         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37172         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37173         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37174         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37175         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37176         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37177         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37178         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37179         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37180         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37181         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37182         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37183         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37184         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37185         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37186         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37187         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37188         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37189         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37190         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37191         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37192         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37193         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37194         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37195         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37196         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37197         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37198         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37199         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37200         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37201         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37202         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37203         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37204         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37205         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37206         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37207         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37208         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37209         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37210         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37211         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37212         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37213         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37214         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37215         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37216         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37217         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37218         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37219         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37220         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37221         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37222         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37223         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37224         Require >= 2.
37225         (FLT_ROUNDS): Expect as macro, not constant.
37226         (FLT_MANT_DIG): Use macro-int-constant.
37227         (DBL_MANT_DIG): Likewise.
37228         (LDBL_MANT_DIG): Likewise.
37229         (FLT_DIG): Likewise.
37230         (DBL_DIG): Likewise.
37231         (LDBL_DIG): Likewise.
37232         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37233         (DBL_MIN_EXP): Likewise.
37234         (LDBL_MIN_EXP): Likewise.
37235         (FLT_MAX_EXP): Use macro-int-constant.
37236         (DBL_MAX_EXP): Likewise.
37237         (LDBL_MAX_EXP): Likewise.
37238         (FLT_MAX_10_EXP): Likewise.
37239         (DBL_MAX_10_EXP): Likewise.
37240         (LDBL_MAX_10_EXP): Likewise.
37241         (FLT_MAX): Use macro-constant.
37242         (DBL_MAX): Likewise.
37243         (LDBL_MAX): Likewise.
37244         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37245         (DBL_EPSILON): Likewise.
37246         (LDBL_EPSILON): Likewise.
37247         (FLT_MIN): Likewise.
37248         (DBL_MIN): Likewise.
37249         (LDBL_MIN): Likewise.
37250         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37251         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37252         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37253         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37254         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37255         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37256         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37257         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37258         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37259         [ISO11] (FLT_TRUE_MIN): Likewise.
37260         [ISO11] (LDBL_TRUE_MIN): Likewise.
37261         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37262         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37263         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37264         (SCHAR_MAX): Likewise.
37265         (UCHAR_MAX): Likewise.
37266         (CHAR_MIN): Likewise.
37267         (CHAR_MAX): Likewise.
37268         (MB_LEN_MAX): Use macro-int-constant.
37269         (SHRT_MIN): Use macro-int-constant.  Specify type.
37270         (SHRT_MAX): Likewise.
37271         (USHRT_MAX): Likewise.
37272         (INT_MAX): Likewise.
37273         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37274         bound negative.
37275         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37276         bound with "U".
37277         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37278         bound with "L".
37279         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37280         bound negative.  Suffix upper bound with "L".
37281         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37282         bound with "UL".
37283         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37284         Specify type.
37285         [C99-based standards] (LLONG_MAX): Likewise.
37286         [C99-based standards] (ULLONG_MAX): Likewise.
37287         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37288         == 0.
37289         [ISO11] (max_align_t): Require type.
37290         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37291
37292         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37293         from $CFLAGS, without defining away __attribute__ calls.
37294         (checknamespace): Use $CFLAGS_namespace.
37295
37296         * conform/conformtest.pl (@keywords): Only include C99 keywords
37297         for standards based on C99 or C11.
37298
37299         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37300         Disable tests.
37301         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37302         UNIX98]: Likewise.
37303
37304         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37305         usability of symbols in #if.
37306
37307         * conform/conformtest.pl: If macro or constant types start
37308         "promoted:", expect the symbol to be of the following type
37309         promoted by the integer promotions.
37310
37311         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37312         in one place.  Also handle "macro-constant".
37313
37314         * conform/conformtest.pl: Only accept expected macro values with
37315         "==".  Parse all "macro" lines in one place.
37316         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37317
37318         * conform/conformtest.pl: Handle braced types on "constant" lines
37319         instead of handling "typed-constant".
37320         * conform/data/signal.h-data: Use "constant" instead of
37321         "typed-constant".
37322
37323         * conform/conformtest.pl: Handle "optional-" at start of lines in
37324         one place rather than duplicating several cases.  Handle each
37325         format of "macro" line with initial "optional-".
37326
37327         * conform/conformtest.pl: Only accept expected constant or
37328         optional-constant values with "==".  Parse all "constant" lines in
37329         one place.  Parse all "optional-constant" lines in one place.
37330         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37331         * conform/data/fmtmsg.h-data: Likewise.
37332         * conform/data/netinet/in.h-data: Likewise.
37333         * conform/data/tar.h-data: Likewise.
37334         * conform/data/limits.h-data: Use "==" form on "constant" and
37335         "optional-constant" lines.
37336
37337         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37338         Use -std=c99 for XOPEN2K.
37339         (@knownproblems): Remove.
37340         (newtoken): Don't check %isknown.
37341
37342         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37343         Do not expect macro.
37344         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37345         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37346         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37347         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37348         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37349         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37350         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37351         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37352         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37353         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37354         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37355         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37356         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37357         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37358         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37359         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37360         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37361         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37362         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37363         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37364         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37365         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37366         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37367         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37368         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37369         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37370         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37371         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37372         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37373         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37374         [XPG3] (acosh): Likewise.
37375         [XPG3] (asinh): Likewise.
37376         [XPG3] (atanh): Likewise.
37377         [XPG3] (cbrt): Likewise.
37378         [XPG3] (expm1): Likewise.
37379         [XPG3] (ilogb): Likewise.
37380         [XPG3] (log1p): Likewise.
37381         [XPG3] (logb): Likewise.
37382         [XPG3] (nextafter): Likewise.
37383         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37384         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37385         [XPG3] (remainder): Likewise.
37386         [XPG3] (rint): Likewise.
37387         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37388         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37389         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37390         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37391         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37392         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37393         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37394         [UNIX98 || XOPEN2K] (scalb): Expect.
37395         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37396         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37397         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37398         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37399         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37400         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37401         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37402         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37403         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37404         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37405         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37406         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37407         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37408         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37409         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37410         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37411         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37412         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37413         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37414         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37415         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37416         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37417         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37418         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37419         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37420         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37421         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37422         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37423         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37424         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37425         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37426         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37427         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37428         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37429         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37430         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37431         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37432         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37433         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37434         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37435         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37436         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37437         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37438         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37439         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37440         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37441         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37442         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37443         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37444         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37445         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37446         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37447         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37448         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37449         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37450         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37451         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37452         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37453         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37454         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37455         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37456         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37457         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37458         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37459         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37460         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37461         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37462         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37463         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37464         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37465         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37466         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37467         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37468         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37469         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37470         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37471         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37472         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37473         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37474         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37475         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37476         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37477         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37478         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37479         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37480         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37481         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37482         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37483         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37484         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37485         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37486         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37487         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37488         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37489         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37490         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37491         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37492         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37493         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37494         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37495         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37496         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37497         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37498         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37499         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37500         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37501         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37502         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37503         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37504         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37505         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37506         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37507         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37508         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37509         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37510         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37511         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37512         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37513         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37514         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37515         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37516         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37517         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37518         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37519         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37520         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37521         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37522         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37523         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37524         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37525         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37526         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37527         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37528         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37529         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37530         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37531         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37532
37533         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37534         _XOPEN_SOURCE_EXTENDED for XPG4.
37535
37536         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37537
37538         * Makeconfig (localtime): Remove variable.
37539         (inst_localtime-file): Likewise.
37540
37541 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37542
37543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37544         Update.
37545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37546         Update.
37547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37548         Update.
37549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37550         Update.
37551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37552         Update.
37553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37554         Update.
37555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37556         Update.
37557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37558         Update.
37559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37560         Update.
37561
37562 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37563
37564         [BZ #2550]
37565         [BZ #2570]
37566         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37567         comparisons to determine direction to adjust input.
37568         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37569         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37570         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37571         Likewise.
37572         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37573         Likewise.
37574         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37575         Likewise.
37576         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37577         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37578         Likewise.
37579         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37580         Likewise.
37581         * math/libm-test.inc (nexttoward_test): Add more tests.
37582
37583 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37584
37585         [BZ #14040]
37586         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37587         in version GLIBC_2.1, not GLIBC_2.0.
37588         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37589         Likewise.
37590
37591 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37592
37593         [BZ #13942]
37594         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37595         (1 - x) * (1 + x).
37596         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37597         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37598         * math/libm-test.inc (acos_test): Add more tests.
37599         (asin_test): Likewise.
37600         * sysdeps/i386/fpu/libm-test-ulps: Update.
37601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37602
37603         [BZ #14034]
37604         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37605         of square root.
37606         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37607         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37608         * math/libm-test.inc (acos_test_tonearest): New function.
37609         (acos_test_towardzero): Likewise.
37610         (acos_test_downward): Likewise.
37611         (acos_test_upward): Likewise.
37612         (asin_test_tonearest): Likewise.
37613         (asin_test_towardzero): Likewise.
37614         (asin_test_downward): Likewise.
37615         (asin_test_upward): Likewise.
37616         (main): Call the new functions.
37617         * sysdeps/i386/fpu/libm-test-ulps: Update.
37618         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37619
37620         [BZ #13884]
37621         [BZ #13924]
37622         * math/e_exp10.c: Include <float.h>.
37623         (__ieee754_exp10): Handle underflow here rather than multiplying
37624         large negative argument by M_LN10.
37625         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37626         of __ieee754_expf.
37627         * math/e_exp10l.c: Include <float.h>.
37628         (__ieee754_exp10l): Handle underflow here rather than multiplying
37629         large negative argument by M_LN10l.
37630         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37631         spurious overflow exception on underflow.
37632
37633 2012-04-29  Marek Polacek  <polacek@redhat.com>
37634
37635         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37636         (__fortify_function): New macro.
37637         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37638         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37639         __extern_always_inline.
37640         * libio/bits/stdio2.h: Likewise.
37641         * libio/bits/stdio.h: Likewise.
37642         * string/string.h: Likewise.
37643         * string/bits/string3.h: Likewise.
37644         * include/stdio.h: Likewise.
37645         * stdlib/bits/stdlib.h: Likewise.
37646         * stdlib/stdlib.h: Likewise.
37647         * rt/bits/mqueue2.h: Likewise.
37648         * rt/mqueue.h: Likewise.
37649         * posix/bits/unistd.h: Likewise.
37650         * posix/unistd.h: Likewise.
37651         * io/bits/poll2.h: Likewise.
37652         * io/bits/fcntl2.h: Likewise.
37653         * io/fcntl.h: Likewise.
37654         * io/sys/poll.h: Likewise.
37655         * misc/bits/syslog.h: Likewise.
37656         * misc/bits/syslog-ldbl.h: Likewise.
37657         * misc/sys/syslog.h: Likewise.
37658         * socket/bits/socket2.h: Likewise.
37659         * socket/sys/socket.h: Likewise.
37660         * debug/tst-chk1.c: Likewise.
37661         * wcsmbs/bits/wchar2.h: Likewise.
37662         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37663         * wcsmbs/wchar.h: Likewise.
37664
37665 2012-04-29  Andreas Jaeger  <aj@suse.de>
37666
37667         * Makerules (tests): Remove enable-check-abi protection.
37668         (check-abi-warn): Remove.
37669         (check-abi-%): Remove check-abi-warn usage.
37670
37671         * configure.in: Remove check-abi configure option.
37672         * configure: Regenerated.
37673         * config.make.in (enable-check-abi): Remove.
37674
37675 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37676
37677         [BZ #14033]
37678         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37679         double functions to double *_finite functions.
37680
37681         [BZ #13941]
37682         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37683         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37684         LDBL_MIN_EXP.
37685         * stdio-common/Makefile (tests): Add tst-sprintf3.
37686         * stdio-common/tst-sprintf3.c: New file.
37687
37688         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37689         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37690
37691 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37692
37693         * conform/conformtest.pl: Remove duplicate typed-constant
37694         handling.
37695
37696 2012-04-28  David S. Miller  <davem@davemloft.net>
37697
37698         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37699         (check-abi-%): Remove AWK script prerequisite and explicit
37700         abilist directory.
37701         (check-abi): Rewrite to just diff the symlist with the abilist.
37702         (config-tls, config-abi-config): Delete, no longer used.
37703         (update-abi-%): Remove AWK script and explicit abilist directory.
37704         (update-abi): Rewrite to simply compare and conditionally copy the
37705         symlist and the sysdep abilist file.  Remove update-abi-config
37706         checks.
37707         * abilist/ld.abilist: Remove.
37708         * abilist/libBrokenLocale.abilist: Remove.
37709         * abilist/libanl.abilist: Remove.
37710         * abilist/libcrypt.abilist: Remove.
37711         * abilist/libdl.abilist: Remove.
37712         * abilist/librt.abilist: Remove.
37713         * abilist/libthread_db.abilist: Remove.
37714         * abilist/libutil.abilist: Remove.
37715         * scripts/extract-abilist.awk: Remove.
37716         * scripts/merge-abilist.awk: Remove.
37717         * sysdeps/generic/libcidn.abilist: New file.
37718         * sysdeps/generic/libnss_compat.abilist: New file.
37719         * sysdeps/generic/libnss_db.abilist: New file.
37720         * sysdeps/generic/libnss_dns.abilist: New file.
37721         * sysdeps/generic/libnss_files.abilist: New file.
37722         * sysdeps/generic/libnss_hesiod.abilist: New file.
37723         * sysdeps/generic/libnss_nis.abilist: New file.
37724         * sysdeps/generic/libnss_nisplus.abilist: New file.
37725         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
37726         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
37727         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
37728         file.
37729         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
37730         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
37731         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
37732         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
37733         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
37734         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
37735         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
37736         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
37737         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
37738         file.
37739         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
37740         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
37741         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
37742         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
37743         file.
37744         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
37745         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
37746         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
37747         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
37748         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
37749         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
37750         file.
37751         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
37752         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
37753         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
37754         file.
37755         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
37756         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
37757         New file.
37758         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
37759         New file.
37760         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
37761         New file.
37762         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
37763         New file.
37764         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
37765         New file.
37766         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
37767         New file.
37768         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
37769         New file.
37770         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
37771         New file.
37772         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
37773         New file.
37774         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
37775         New file.
37776         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
37777         New file.
37778         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
37779         New file.
37780         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
37781         New file.
37782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
37783         file.
37784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
37785         New file.
37786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
37787         New file.
37788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
37789         file.
37790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
37791         New file.
37792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
37793         New file.
37794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
37795         file.
37796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
37797         New file.
37798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37799         New file.
37800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
37801         New file.
37802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
37803         New file.
37804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
37805         New file.
37806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
37807         New file.
37808         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
37809         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
37810         file.
37811         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
37812         New file.
37813         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
37814         file.
37815         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
37816         file.
37817         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
37818         file.
37819         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
37820         file.
37821         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
37822         file.
37823         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37824         New file.
37825         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
37826         file.
37827         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
37828         file.
37829         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
37830         New file.
37831         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
37832         file.
37833         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
37834         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
37835         file.
37836         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
37837         New file.
37838         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
37839         file.
37840         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
37841         file.
37842         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
37843         file.
37844         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
37845         file.
37846         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
37847         file.
37848         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37849         New file.
37850         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
37851         file.
37852         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
37853         file.
37854         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
37855         New file.
37856         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
37857         file.
37858         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37859         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
37860         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
37861         file.
37862         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
37863         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
37864         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
37865         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
37866         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
37867         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
37868         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
37869         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
37870         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
37871         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
37872         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
37873         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
37874         file.
37875         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
37876         New file.
37877         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
37878         file.
37879         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
37880         file.
37881         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
37882         file.
37883         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
37884         file.
37885         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
37886         file.
37887         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
37888         New file.
37889         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
37890         New file.
37891         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
37892         file.
37893         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
37894         New file.
37895         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
37896         file.
37897         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
37898         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
37899         file.
37900         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
37901         New file.
37902         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
37903         file.
37904         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
37905         file.
37906         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
37907         file.
37908         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
37909         file.
37910         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
37911         file.
37912         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
37913         New file.
37914         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
37915         New file.
37916         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
37917         file.
37918         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
37919         New file.
37920         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
37921         file.
37922
37923 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37924
37925         * conform/conformtest.pl: Fix typo in handling typed-constant from
37926         allow-header.
37927
37928 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37929
37930         * README: Cut down references to pre-2.6 Linux kernels and
37931         Linuxthreads.  Update lists of configurations in libc and ports
37932         and sort alphabetically.  Say "or newer" with Linux kernel version
37933         requirements.
37934
37935         * config.h.in [IS_IN_build]: Allow compiling without optimization.
37936
37937 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
37938
37939         [BZ #887]
37940         * math/libm-test.inc (logb_test_downward): New test to expose
37941         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
37942         rounding mode.
37943
37944 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37945
37946         [BZ #14027]
37947         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
37948         to be done.
37949         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
37950         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
37951
37952 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
37953
37954         * sysdeps/unix/i386/brk.S: Remove file.
37955         * sysdeps/unix/i386/dl-brk.S: Likewise.
37956         * sysdeps/unix/i386/pipe.S: Likewise.
37957         * sysdeps/unix/i386/sigreturn.S: Likewise.
37958         * sysdeps/unix/i386/syscall.S: Likewise.
37959         * sysdeps/unix/i386/vfork.S: Likewise.
37960         * sysdeps/unix/i386/wait.S: Likewise.
37961
37962         * sysdeps/unix/common/tcsendbrk.c: Move to ...
37963         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
37964
37965         * configure.in (arm*-none*): Do not allow without
37966         --enable-hacker-mode.
37967         (netbsd*): Remove case setting base_os.
37968         (386bsd*): Likewise.
37969         (freebsd*): Likewise.
37970         (bsdi*): Likewise.
37971         (osf*): Likewise.
37972         (sunos*): Likewise.
37973         (ultrix*): Likewise.
37974         (newsos*): Likewise.
37975         (dynix*): Likewise.
37976         (*bsd*): Likewise.
37977         (sysv*): Likewise.
37978         (isc*): Likewise.
37979         (esix*): Likewise.
37980         (sco*): Likewise.
37981         (minix*): Likewise.
37982         (irix4*): Likewise.
37983         (irix6*): Likewise.
37984         (solaris[2-9]*): Likewise.
37985         (none): Likewise.
37986         * configure: Regenerated.
37987
37988 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37989
37990         [BZ #11521]
37991         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37992         overflow or cancellation in calculating denominator.
37993         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37994         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37995         down expression to avoid unexpected rounding in newer GCCs.
37996         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37997
37998 2012-04-26  David S. Miller  <davem@davemloft.net>
37999
38000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38001         long-double compat symbols.
38002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38005         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38007         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38008         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38009         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38010         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38011         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38012         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38013         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38014         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38015
38016 2012-04-25  David S. Miller  <davem@davemloft.net>
38017
38018         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38019         HWCAP_* values only after the memory barriers have been defined.
38020         (atomic_full_barrier): Define.
38021         (atomic_read_barrier): Define.
38022         (atomic_write_barrier): Define.
38023
38024 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38025
38026         * shlib-versions: Add libgcc_s version information.
38027         * sysdeps/generic/libgcc_s.h: Remove.
38028         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38029         libgcc_s.h.
38030         * sysdeps/gnu/unwind-resume.c: Likewise.
38031         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38032
38033 2012-04-25  David S. Miller  <davem@davemloft.net>
38034
38035         * sysdeps/unix/sparc/brk.S: Delete.
38036         * sysdeps/unix/sparc/dl-brk.S: Delete.
38037         * sysdeps/unix/sparc/pipe.S: Delete.
38038         * sysdeps/unix/sparc/sysdep.S: Delete.
38039         * sysdeps/unix/sparc/sysdep.h: Delete.
38040         * sysdeps/unix/sparc/vfork.S: Delete.
38041         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38042         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38043         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38044         (ret_ERRVAL, r0, r1, MOVE): Define.
38045         (JUMPTARGET): Remove.
38046         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38047         sysdeps/unix/sparc/sysdep.h
38048         (ENTRY, END): Remove.
38049         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38050
38051 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38052
38053         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38054         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38055         -DIS_IN_build.
38056
38057         * timezone/README: Update upstream location and email address for
38058         tzcode and tzdata.
38059         * timezone/zdump.c: Update from tzcode 2012b.
38060         * timezone/zic.c: Likewise.
38061
38062         * configure.in (libc_cv_as_needed): Remove test.
38063         * configure: Regenerated.
38064         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38065         conditional definition.
38066         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38067         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38068         * config.make.in (have-as-needed): Remove variable.
38069
38070 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38071             Paul Pluzhnikov  <ppluzhnikov@google.com>
38072
38073         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38074         strings correctly.
38075
38076 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38077
38078         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38079         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38080         * sysdeps/sh/strlen.S: Likewise.
38081
38082 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38083
38084         * sysdeps/unix/fork.S: Remove file.
38085         * sysdeps/unix/i386/fork.S: Likewise.
38086         * sysdeps/unix/sparc/fork.S: Likewise.
38087
38088         * sysdeps/unix/system.c: Remove file.
38089         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38090
38091         * sysdeps/unix/getegid.S: Remove file.
38092         * sysdeps/unix/geteuid.S: Likewise.
38093
38094 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38095
38096         * scripts/check-localplt.awk: New file.
38097         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38098         of diff.
38099         * scripts/data/localplt-generic.data: Add a comment.
38100
38101         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38102         NODE when __dir_mkfile failed.
38103         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38104         Reported by Ludovic Courtès <ludo@gnu.org>.
38105
38106 2012-04-24  Andreas Jaeger  <aj@suse.de>
38107
38108         * Makerules (common-clean): Also remove gen-as-const-headers
38109         files.
38110
38111 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38112
38113         * Makerules (native-compile): Do not change working directory for
38114         build.  Use $(OUTPUT_OPTION) in command.
38115         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38116
38117 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38118
38119         [BZ #13886]
38120         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38121         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38122         * math/libm-test.inc (floor_test): Add more tests.
38123         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38124
38125 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38126
38127         * sysdeps/unix/getdents.c: Remove file.
38128         * sysdeps/unix/sysv/getdents.c: Likewise.
38129         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38130
38131         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38132         sysdeps/unix/mman/syscalls.list.
38133         (mmap): Likewise.
38134         (mprotect): Likewise.
38135         (msync): Likewise.
38136         (munmap): Likewise.
38137         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38138         * sysdeps/unix/mman/syscalls.list: Remove.
38139         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38140
38141         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38142         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38143         * configure: Regenerated.
38144         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38145         $(libgcc_s_suffix).
38146         * config.make.in (libgcc_s_suffix): Remove variable.
38147
38148 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38149
38150         * sysdeps/unix/sysv/gethostname.c: Move to ...
38151         * sysdeps/posix/gethostname.c: ... here.
38152
38153         * sysdeps/unix/execve.S: Remove file.
38154
38155         * sysdeps/unix/_exit.S: Remove file.
38156
38157 2012-04-23  Andreas Jaeger  <aj@suse.de>
38158
38159         [BZ #13739]
38160         * manual/Makefile: Remove make dist support, there's no
38161         need for a stand-alone documentation tar ball.
38162         (TEXI2DVI): Define always, it's not in Makeconfig.
38163         (dist): Removed.
38164         (tar-it): Removed.
38165         (edition): Removed.
38166         (glibc-doc-$(edition).tar): Removed
38167         (%.Z): Removed.
38168         (%.gz): Removed.
38169         (%.uu): Removed.
38170         (ETAGS): Remove, it's in Makeconfig.
38171         (move-if-change): Remove, it's in Makeconfig.
38172
38173 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38174
38175         [BZ #13970]
38176         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38177         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38178         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38179         (strtod_l, strtof_l, strtold_l): Remove __wur.
38180         It is not necessarily an error to ignore strtol's return value.
38181         One can reliably look at the stored endptr to decide whether
38182         the number had valid syntax.
38183
38184 2012-04-21  Andreas Jaeger  <aj@suse.de>
38185
38186         [BZ #13739]
38187         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38188
38189 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38190
38191         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38192         * sysdeps/unix/sysv/Versions: Remove file.
38193
38194 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38195
38196         [BZ #13927]
38197         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38198
38199 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38200
38201         [BZ #7064]
38202         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38203         version from __vm86.
38204
38205 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38206
38207         * sysdeps/unix/common/lxstat.c: Remove file.
38208         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38209
38210         * sysdeps/unix/sysv/Makefile: Remove file.
38211
38212         * sysdeps/unix/sysv/direct.h: Remove file.
38213
38214         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38215         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38216         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38217         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38218         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38219         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38220         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38221
38222         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38223
38224         * sysdeps/unix/xmknod.c: Remove file.
38225         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38226
38227         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38228
38229         * sysdeps/unix/sysv/i386/time.S: Remove file.
38230
38231         * sysdeps/unix/fxstat.c: Remove file.
38232         * sysdeps/unix/xstat.c: Likewise.
38233         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38234
38235         * sysdeps/unix/sysv/sigaction.c: Remove file.
38236
38237         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38238         (sysdep_headers): Remove variable.
38239         [termio.h not in sysdep_headers] (generated): Likewise.
38240         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38241         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38242         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38243         * sysdeps/unix/sysv/tcflow.c: Likewise.
38244         * sysdeps/unix/sysv/tcflush.c: Likewise.
38245         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38246         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38247         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38248         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38249         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38250
38251         * sysdeps/unix/siglist.c: Remove file.
38252
38253         * sysdeps/unix/getppid.S: Remove file.
38254
38255         * sysdeps/unix/mkdir.c: Remove file.
38256         * sysdeps/unix/rmdir.c: Likewise.
38257
38258 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38259
38260         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38261         ERR_MAX value.
38262         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38263         errlist-compat value.
38264
38265 2012-04-18  David S. Miller  <davem@davemloft.net>
38266
38267         * sysdeps/generic/memcopy.h (reg_char): Delete.
38268         * debug/strcat_chk.c: Use char, not reg_char.
38269         * debug/strcpy_chk.c: Likewise.
38270         * debug/strncat_chk.c: Likewise.
38271         * debug/strncpy_chk.c: Likewise.
38272         * string/memchr.c: Likewise.
38273         * string/memrchr.c: Likewise.
38274         * string/rawmemchr.c: Likewise.
38275         * string/strcat.c: Likewise.
38276         * string/strchr.c: Likewise.
38277         * string/strchrnul.c: Likewise.
38278         * string/strcmp.c: Likewise.
38279         * string/strcpy.c: Likewise.
38280         * string/strncat.c: Likewise.
38281         * string/strncmp.c: Likewise.
38282         * string/strncpy.c: Likewise.
38283
38284 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38285
38286         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38287         __builtin_memcopy is called when src and dest ranges are known to not
38288         overlap.
38289
38290 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38291
38292         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38293         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38294         fwd_align_merge macro call.
38295         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38296         bwd_align_merge macro call.
38297         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38298
38299 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38300
38301         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38302         bwd_align_merge macros.
38303         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38304         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38305         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38306
38307 2012-04-18  David S. Miller  <davem@davemloft.net>
38308
38309         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38310
38311 2012-04-18  Andreas Jaeger  <aj@suse.de>
38312
38313         [BZ# 6794]
38314         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38315         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38316         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38317
38318         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38319         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38320         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38321
38322         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38323         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38324         Adjust for changed ldbl-128 files.
38325
38326         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38327         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38328         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38329
38330 2012-04-17  David S. Miller  <davem@davemloft.net>
38331
38332         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38333
38334 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38335
38336         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38337         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38338         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38339         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38340         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38341         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38342
38343 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38344
38345         [BZ #6794]
38346         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38347         * math/libm-test.inc: Add ilogb errno and exception tests.
38348         * math/w_ilogb.c: New file: ilogb wrapper.
38349         * math/w_ilogbf.c: New file: ilogbf wrapper.
38350         * math/w_ilogbl.c: New file: ilogbl wrapper.
38351         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38352         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38353         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38354         exception being thrown with 0.0 as argument.
38355         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38356         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38357         exception being thrown with 0.0 as argument.
38358         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38359         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38360         exception being thrown with 0.0 as argument.
38361         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38362         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38363         exception being thrown with 0.0 as argument.
38364         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38365         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38366         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38367         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38368         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38369         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38370         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38371         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38372         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38373
38374 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38375
38376         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38377         with altivec.
38378
38379 2012-04-16  Marek Polacek  <polacek@redhat.com>
38380
38381         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38382
38383 2012-04-16  Marek Polacek  <polacek@redhat.com>
38384
38385         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38386         operands of fdivp instruction.
38387
38388 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38389
38390         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38391         * elf/tst-auditmod3b.c: Likewise.
38392         * elf/tst-auditmod4b.c: Likewise.
38393         * elf/tst-auditmod5b.c: Likewise.
38394         * elf/tst-auditmod6b.c: Likewise.
38395         * elf/tst-auditmod6c.c: Likewise.
38396         * elf/tst-auditmod7b.c: Likewise.
38397         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38398         * sysdeps/x86_64/preconfigure.in: Likewise.
38399         * sysdeps/x86_64/preconfigure: Regenerated.
38400
38401 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38402
38403         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38404         __ILP32__.
38405
38406 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38407
38408         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38409         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38410
38411 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38412
38413         [BZ #13973]
38414         * locale/iso-639.def: Fix gl language name. Spotted by
38415         Yaron Shahrabani.
38416
38417 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38418
38419         [BZ #2074]
38420         * libio/libio.h (__io_write_fn): Update comment.
38421
38422 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38423
38424         [BZ #2074]
38425         * stdio.texi (Hook Functions): The user provided writer function
38426         is not allowed to return -1.
38427
38428 2012-04-11  David S. Miller  <davem@davemloft.net>
38429
38430         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38431
38432 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38433
38434         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38435         Add a leading slash to rtkaio.
38436
38437 2012-04-11  Jim Meyering  <meyering@redhat.com>
38438
38439         [BZ #11959]
38440         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38441         It is not necessarily an error to ignore fwrite's return
38442         value.  One can reliably use ferror to test for errors after
38443         the fact.
38444
38445 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38446
38447         * bits/types.h (__snseconds_t): New type.
38448         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38449
38450         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38451         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38452         (__SNSECONDS_T_TYPE): Likewise.
38453         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38454         (__SNSECONDS_T_TYPE): Likewise.
38455         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38456         (__SNSECONDS_T_TYPE): Likewise.
38457
38458 2012-04-10  Andreas Jaeger  <aj@suse.de>
38459
38460         [BZ #2636]
38461         * manual/time.texi (Processor Time): Return type of times is
38462         elapsed real time since an arbitrary point in the past.
38463         (CPU Time): Move CLK_TCK from here...
38464         (Processor Time): ...to here.  Correct description.
38465         * manual/conf.texi (Constants for Sysconf): Correct description of
38466         _SC_CLK_TCK.
38467
38468 2012-04-10  David S. Miller  <davem@davemloft.net>
38469
38470         [BZ #13967]
38471         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38472         where the is a gap between DT_REL(A) and DT_JMPREL.
38473
38474 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38475
38476         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38477         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38478         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38479
38480 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38481
38482         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38483         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38484         (dl_main): Handle --inhibit-cache.
38485         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38486         _dl_inhibit_cache.
38487         * elf/dl-load.c (_dl_map_object): Use it.
38488         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38489
38490 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38491
38492         [BZ #13872]
38493         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38494         (__ieee754_powl): Saturate large exponents rather than testing for
38495         overflow of y*log2(x).
38496         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38497         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38498         exceptions.
38499
38500         [BZ #11521]
38501         * math/s_ctan.c: Include <float.h>.
38502         (__ctan): Avoid internal overflow or cancellation in calculating
38503         denominator.
38504         * math/s_ctanf.c: Likewise.
38505         * math/s_ctanl.c: Likewise.
38506         * math/s_ctanh.c: Likewise.
38507         * math/s_ctanhf.c: Likewise.
38508         * math/s_ctanhl.c: Likewise.
38509         * math/libm-test.inc (ctan_test): Add more tests.
38510         (ctanh_test): Likewise.
38511         * sysdeps/i386/fpu/libm-test-ulps: Update.
38512         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38513
38514 2012-04-09  Andreas Jaeger  <aj@suse.de>
38515
38516         [BZ #6894]
38517         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38518         is an optional BSD extension.
38519
38520         [BZ #10254]
38521         * manual/stdio.texi (Opening Streams): Document additional fopen
38522         parameters.
38523
38524 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38525
38526         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38527         %eax without telling the compiler.
38528
38529 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38530
38531         [BZ # 13963]
38532         * manual/install.texi: Use sourceware.org.
38533
38534 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38535
38536         [BZ #13873]
38537         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38538         (__ieee754_pow): Generate overflow and underflow using huge*huge
38539         and tiny*tiny rather than just returning constant infinity or zero
38540         for large exponents.
38541         * math/libm-test.inc (pow_test): Require overflow exceptions for
38542         applicable cases of large exponents.
38543
38544         [BZ #706]
38545         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38546         (__ieee754_pow): Use iterative multiplication algorithm only for
38547         integer exponents with absolute value below 1024.  Check for odd
38548         integer exponents when using algorithm for real exponents.
38549         * math/libm-test.inc (pow_test): Add more tests.
38550         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38551
38552 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38553
38554         [BZ #13705]
38555         * math/libm-test.inc (exp_test): Do not allow overflow exception
38556         on underflow test.
38557
38558 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38559
38560         [BZ #13705]
38561         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38562         instead of __kernel_standard_f.
38563
38564 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38565
38566         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38567         * sysdeps/x86_64/memset_chk.S: Likewise.
38568
38569 2012-04-08  Andreas Jaeger  <aj@suse.de>
38570
38571         [BZ #10153]
38572         * manual/startup.texi (Environment Access): Describe return value
38573         for putenv and setenv.
38574
38575         [BZ #6895]
38576         * manual/filesys.texi (Directory Entries): Add description for
38577         DT_LNK.
38578
38579         [BZ #6890]
38580         * manual/filesys.texi (Directory Entries): Clarify that it's file
38581         system not operating system in the description of DT_UNKNOWN.
38582
38583         [BZ #6578]
38584         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38585
38586 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38587
38588         [BZ #6649]
38589         * manual/llio.texi (Opening and Closing Files): Add cross
38590         reference to explain mode argument.
38591
38592 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38593
38594         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38595         * sysdeps/x86_64/memset_chk.S: Likewise.
38596
38597 2012-04-07  David S. Miller  <davem@davemloft.net>
38598
38599         * elf/elf.h (R_SPARC_WDISP10): Define.
38600         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38601         R_SPARC_SIZE32.
38602         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38603         R_SPARC_SIZE64 and R_SPARC_H34.
38604
38605 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38606
38607         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38608         conditions and remove no longer applicable assertion.
38609
38610 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38611
38612         * bits/byteswap.h: Include <features.h>.
38613         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38614         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38615
38616 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38617
38618         * bits/byteswap.h (__bswap_16): Removed.
38619         Include <bits/byteswap-16.h> to get __bswap_16.
38620         * sysdeps/i386/bits/byteswap.h: Likewise.
38621         * sysdeps/s390/bits/byteswap.h: Likewise.
38622         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38623         * bits/byteswap-16.h: New file.
38624         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38625         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38626         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38627         * string/Makefile (headers): Add bits/byteswap-16.h.
38628
38629 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38630
38631         [BZ #13895]
38632         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38633         extra indirection.
38634         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38635         * nss/tst-nss-static.c: New.
38636
38637 2012-04-06  Robert Millan  <rmh@gnu.org>
38638
38639         [BZ #6486]
38640         * manual/llio.texi (File Position Primitive): lseek
38641         refers to WHENCE when it really means OFFSET.
38642
38643 2012-04-06  Andreas Jaeger  <aj@suse.de>
38644
38645         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38646         strncmp declarations.
38647
38648         * abilist/libc.abilist: Add __poll and __ppoll.
38649
38650 2012-04-05  David S. Miller  <davem@davemloft.net>
38651
38652         * scripts/check-local-headers.sh: Accept a host triplet in the
38653         path matched by the exclude regexp.
38654
38655         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38656         definition.
38657         * sysdeps/powerpc/powerpc32/dl-machine.h
38658         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38659         * sysdeps/s390/s390-32/dl-machine.h
38660         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38661         * sysdeps/sparc/sparc32/dl-machine.h
38662         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38663         * sysdeps/sparc/sparc64/dl-machine.h
38664         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38665
38666         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38667         lazy binding.
38668         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38669         undefined symbol errors.
38670
38671         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38672         DT_NEEDED entries.
38673
38674 2012-04-05  Michael Matz  <matz@suse.de>
38675
38676         [BZ #13592]
38677         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38678
38679 2012-04-05  Andreas Jaeger  <aj@suse.de>
38680
38681         [BZ #13908]
38682         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38683         comment.
38684
38685 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38686
38687         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38688         which ROUND is no valid rounding mode.
38689
38690 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38691
38692         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38693         read again.
38694         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38695
38696 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38697
38698         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38699         an exception using FPU order intentionally.
38700
38701 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38702
38703         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
38704         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
38705         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
38706         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
38707
38708 2012-04-05  Simon Josefsson  <simon@josefsson.org>
38709
38710         [BZ #12340]
38711         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
38712         EINVAL when BUFLEN is too smal.
38713
38714 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
38715
38716         [BZ #13553]
38717         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
38718         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
38719
38720 2012-04-03  Andreas Jaeger  <aj@suse.de>
38721
38722         [BZ #13938]
38723         * manual/setjmp.texi (System V contexts): Fix sentence.
38724
38725         [BZ #13926]
38726         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
38727         New macro for this case.
38728         [!__GNUC__] (__bswap_64): New inline function for this case.
38729         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38730         * bits/byteswap.h: Likewise.
38731         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
38732         ull, guard with __GLIBC_HAVE_LONG_LONG.
38733
38734         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
38735         __GLIBC_HAVE_LONG_LONG.
38736
38737         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
38738         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
38739
38740 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38741
38742         [BZ #13691]
38743         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
38744         inptr and inend, rather than using last_ch.
38745
38746 2012-04-02  David S. Miller  <davem@davemloft.net>
38747
38748         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
38749         * stdio-common/printf-parse.h (read_int): Change return type to
38750         'int', return -1 on INT_MAX overflow.
38751         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
38752         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
38753         overflows INT_MAX.  Check for overflow of in-format-string precision
38754         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
38755         SIZE_MAX not INT_MAX for integer overflow test.
38756         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
38757         skip the construct in the format string but do not record anything.
38758         * stdio-common/bug22.c: Adjust to test both width/prevision
38759         INT_MAX overflow as well as total length INT_MAX overflow.  Check
38760         explicitly for proper errno values.
38761
38762 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
38763
38764         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
38765         CHAR_MAX.
38766         * string/test-strcmp.c [! WIDE]: Likewise.
38767         * time/tst-mktime2.c: Likewise for INT_MAX.
38768         * string/test-string.h: #include <sys/param.h> for MIN.
38769
38770         * csu/init-first.c (__libc_init_first): Call __ctype_init.
38771         * sysdeps/i386/init-first.c (init): Likewise.
38772         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
38773         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
38774         * sysdeps/sh/init-first.c (init): Likewise.
38775
38776 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
38777
38778         * po/ru.po: Update from translation team.
38779         * po/vi.po: Likewise.
38780
38781 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
38782
38783         * resolv/nss_dns/dns-host.c: Merge copyright years.
38784
38785 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38786
38787         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
38788         Optimize memcpy with prefetch if
38789         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
38790         src, dst pointers have unequal 16 byte alignments.
38791
38792 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
38793
38794         [BZ #13928]
38795         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
38796         from a CNAME entry and return the minimum ttl for the query.
38797         (gaih_getanswer_slice): Likewise.
38798
38799 2012-03-30  Jeff Law  <law@redhat.com>
38800
38801         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
38802         due to long keys.
38803         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
38804         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
38805
38806         * resolv/nss_dns/dns-host.c: Update copyright year.
38807
38808 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
38809
38810         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
38811         requests to save a system call.  Fix check that all bytes are sent.
38812
38813         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
38814         comments for sendmmsg.
38815
38816 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38817
38818         [BZ #13691]
38819         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
38820         with only 1 character between 0x0041 and 0x01b0.
38821         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
38822         * wcsmbs/tst-mbsnrtowcs.c: New file.
38823
38824 2012-03-29  David S. Miller  <davem@davemloft.net>
38825
38826         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
38827         small copies by hand.
38828
38829 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38830
38831         [BZ #13761]
38832         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
38833         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
38834         group memberships.
38835
38836 2012-03-28  David S. Miller  <davem@davemloft.net>
38837
38838         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
38839         that branches into memcpy.
38840         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
38841         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
38842         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38843         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
38844         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
38845         bits.
38846         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
38847         implementation too.
38848         * sysdeps/sparc/mempcpy.S: New file.
38849
38850         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
38851         the IFUNC routine in the libc case.
38852         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
38853
38854         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
38855         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
38856         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
38857         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
38858         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
38859         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
38860         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
38861         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
38862
38863         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
38864         loop to 256 bytes instead of 64 bytes and fix test signedness.
38865
38866         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
38867         * sysdeps/sparc/sparc32/Makefile: rather than here...
38868         * sysdeps/sparc/sparc64/Makefile: and here.
38869
38870 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
38871
38872         * malloc/mallocbug.c: Avoid warnings about unused variables.
38873
38874 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
38875
38876         [BZ #13760]
38877         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
38878         in the right place. Discard and retry query if response is
38879         larger than input buffer size.
38880
38881 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
38882
38883         [BZ #369]
38884         [BZ #2678]
38885         [BZ #3866]
38886         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
38887         x for large integer exponent.
38888         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
38889         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
38890         sign of result as needed afterwards.
38891         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
38892         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
38893         result for underflowing pow the same as for overflow.
38894         (__kernel_standard_l): Handle powl overflow and underflow here
38895         rather than calling __kernel_standard.
38896         * math/libm-test.inc (pow_test): Add more tests.
38897
38898         [BZ #3868]
38899         [BZ #13879]
38900         [BZ #13910]
38901         [BZ #13911]
38902         [BZ #13912]
38903         [BZ #13913]
38904         [BZ #13915]
38905         [BZ #13916]
38906         [BZ #13917]
38907         [BZ #13918]
38908         [BZ #13919]
38909         [BZ #13920]
38910         [BZ #13921]
38911         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
38912         * sysdeps/ieee754/k_standard.c: Include <float.h>.
38913         (__kernel_standard_l): New function.
38914         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
38915         __kernel_standard.
38916         * math/w_acosl.c (__acosl): Likewise.
38917         * math/w_asinl.c (__asinl): Likewise.
38918         * math/w_atan2l.c (__atan2l): Likewise.
38919         * math/w_atanhl.c (__atanhl): Likewise.
38920         * math/w_coshl.c (__coshl): Likewise.
38921         * math/w_exp10l.c (__exp10l): Likewise.
38922         * math/w_exp2l.c (__exp2l): Likewise.
38923         * math/w_fmodl.c (__fmodl): Likewise.
38924         * math/w_hypotl.c (__hypotl): Likewise.
38925         * math/w_j0l.c (__j0l, __y0l): Likewise.
38926         * math/w_j1l.c (__j1l, __y1l): Likewise.
38927         * math/w_jnl.c (__jnl, __ynl): Likewise.
38928         * math/w_lgammal.c (__lgammal): Likewise.
38929         * math/w_log10l.c (__log10l): Likewise.
38930         * math/w_log2l.c (__log2l): Likewise.
38931         * math/w_logl.c (__logl): Likewise.
38932         * math/w_powl.c (__powl): Likewise.
38933         * math/w_remainderl.c (__remainderl): Likewise.
38934         * math/w_scalbl.c (sysv_scalbl): Likewise.
38935         * math/w_sinhl.c (__sinhl): Likewise.
38936         * math/w_sqrtl.c (__sqrtl): Likewise.
38937         * math/w_tgammal.c (__tgammal): Likewise.
38938         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
38939         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
38940         * math/libm-test.inc (acos_test): Add more tests.
38941         (acosh_test): Likewise.
38942         (asin_test): Likewise.
38943         (atanh_test): Likewise.
38944         (exp_test): Likewise.
38945         (exp10_test): Likewise.
38946         (exp2_test): Likewise.
38947         (expm1_test): Likewise.
38948         (lgamma_test): Likewise.
38949         (log_test): Likewise.
38950         (log10_test): Likewise.
38951         (log1p_test): Likewise.
38952         (log2_test): Likewise.
38953         (pow_test): Do not allow some spurious overflow exceptions.
38954         (sqrt_test): Add more tests.
38955         (tgamma_test): Likewise.
38956         (y0_test): Likewise.
38957         (y1_test): Likewise.
38958         (yn_test): Likewise.
38959
38960 2012-03-27  Anton Blanchard  <anton@samba.org>
38961
38962         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
38963         MAP_HUGETLB.
38964         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
38965         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38966         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38967
38968 2012-03-27  David S. Miller  <davem@davemloft.net>
38969
38970         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38971
38972         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38973         have-as-vis3 check.
38974
38975 2012-03-27  Andreas Jaeger  <aj@suse.de>
38976
38977         * sysdeps/x86_64/elf/configure.in: Moved to ...
38978         * sysdeps/x86_64/configure.in: ... here.
38979         * sysdeps/x86_64/elf/start.S: Moved to ...
38980         * sysdeps/x86_64/start.S: ... here.
38981         * sysdeps/x86_64/elf/configure: Delete.
38982
38983         * sysdeps/x86_64/configure.in: Merge contents from
38984         sysdeps/i386/configure.in (without i686 check).
38985
38986         * sysdeps/i386/elf/Versions: Merge into ...
38987         * sysdeps/i386/Versions: ... this.
38988         * sysdeps/i386/elf/Versions: Delete file.
38989         * sysdeps/i386/elf/start.S: Moved to ...
38990         * sysdeps/i386/start.S: ...here.
38991         * sysdeps/i386/elf/configure.in: Merge into...
38992         * sysdeps/i386/configure.in: ...here.
38993         * sysdeps/i386/elf/configure.in: Delete file.
38994         * sysdeps/i386/elf/configure: Delete file.
38995
38996         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38997         * debug/backtracesyms.c: ... here.
38998         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38999         * debug/backtracesymsfd.c: ... here.
39000         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39001         * sysdeps/generic/ifunc-sel.h: ... here.
39002
39003         * sysdeps/unix/i386/start.c: Delete file.
39004         * sysdeps/unix/sparc/start.c: Delete file.
39005         * sysdeps/unix/start.c: Delete file.
39006
39007         * sysdeps/sh/elf/configure.in: Moved to ...
39008         * sysdeps/sh/configure.in: ... here.
39009         * sysdeps/sh/elf/start.S: Moved to ...
39010         * sysdeps/sh/start.S: ... here.
39011         * sysdeps/sh/elf/configure: Delete file.
39012
39013         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39014         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39015         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39016         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39017         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39018         * sysdeps/powerpc/powerpc64/start.S: here.
39019         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39020         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39021         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39022         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39023         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39024
39025         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39026         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39027         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39028         * sysdeps/powerpc/powerpc32/start.S: ... here.
39029         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39030         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39031         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39032
39033         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39034         * sysdeps/powerpc/ifunc-sel.h: ... here.
39035         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39036         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39037
39038         * sysdeps/sparc/elf/configure.in: Moved to ...
39039         * sysdeps/sparc/configure.in: ... here.
39040         * sysdeps/sparc/elf/configure: Delete file.
39041         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39042         * sysdeps/sparc/sparc32/start.S: ... here.
39043         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39044         * sysdeps/sparc/sparc64/start.S: ... here.
39045         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39046         * sysdeps/sparc/sparc32/Makefile: ... this.
39047         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39048         * sysdeps/sparc/sparc64/Makefile: ... this.
39049
39050         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39051         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39052         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39053         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39054         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39055         * sysdeps/s390/s390-32/setjmp.S: ... here.
39056         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39057         * sysdeps/s390/s390-32/configure.in: ... here.
39058         * sysdeps/s390/s390-32/elf/configure: Delete file.
39059         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39060         * sysdeps/s390/s390-32/start.S: ... here.
39061
39062         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39063         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39064         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39065         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39066         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39067         * sysdeps/s390/s390-64/setjmp.S: ... here.
39068         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39069         * sysdeps/s390/s390-64/configure.in: ... here
39070         * sysdeps/s390/s390-64/elf/configure: Delete file.
39071         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39072         * sysdeps/s390/s390-64/start.S: ... here.
39073         * sysdeps/s390/s390-64/elf/configure: Delete.
39074
39075         * configure.in: Remove support for elf directories in sysdeps.
39076
39077         * configure: Regenerated.
39078         * sysdeps/i386/configure: Regenerated.
39079         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39080         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39081         * sysdeps/s390/s390-32/configure: Regenerated.
39082         * sysdeps/s390/s390-64/configure: Regenerated.
39083         * sysdeps/sh/configure: Regenerated.
39084         * sysdeps/sparc/configure: Regenerated.
39085         * sysdeps/x86_64/configure: Regenerated.
39086
39087 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39088
39089         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39090
39091         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39092         denormal result into account.
39093
39094 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39095
39096         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39097         Reported by Allan McRae <allan@archlinux.org>.
39098
39099 2012-03-23  Jeff Law  <law@redhat.com>
39100
39101         * nss/getnssent.c (__nss_getent): Fix typo.
39102
39103 2012-03-23  David S. Miller  <davem@davemloft.net>
39104
39105         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39106
39107 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39108
39109         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39110         to pad to uint64_t for each field.
39111         (dl_tls_index): Replace unsigned long with uint64_t.
39112
39113 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39114         Paul Pluzhnikov  <ppluzhnikov@google.com>
39115
39116         [BZ #6528]
39117         * grp/Makefile (otherlibs): Don't set it.
39118         * inet/Makefile (otherlibs): Likewise.
39119         * login/Makefile (otherlibs): Likewise.
39120         * nscd/Makefile (otherlibs): Likewise.
39121         * posix/Makefile (otherlibs): Likewise.
39122         * pwd/Makefile (otherlibs): Likewise.
39123         * rt/Makefile (otherlibs): Likewise.
39124         * sunrpc/Makefile (otherlibs): Likewise.
39125         * nss/Makefile (otherlibs): Likewise.
39126         Add libnss_files to routines and static-only-routines.
39127         ($(objpfx)getent): Remove rule.
39128         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39129         static-only-routines.
39130
39131 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39132
39133         [BZ #13892]
39134         * math/s_cexp.c: Include <float.h>.
39135         (__cexp): Handle exp result overflowing not necessarily
39136         overflowing both real and imaginary parts of result.
39137         * math/s_cexpf.c: Likewise.
39138         * math/s_cexpl.c: Likewise.
39139         * math/libm-test.inc (cexp_test): Add more tests.
39140         * sysdeps/i386/fpu/libm-test-ulps: Update.
39141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39142
39143 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39144
39145         * include/link.h (ELFW): New macro.
39146         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39147         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39148
39149 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39150
39151         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39152         with uint64_t.
39153
39154 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39155
39156         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39157         declaration.
39158         (struct La_x32_retval): Likewise.
39159
39160 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39161
39162         * sysdeps/x86_64/preconfigure.in: New file.
39163         * sysdeps/x86_64/preconfigure: New generated file.
39164
39165 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39166
39167         [BZ #13824]
39168         * math/e_exp2l.c: Include <float.h>.
39169         (__ieee754_exp2l): Handle overflow and underflow cases
39170         separately.  Only pass fractional part of argument to
39171         __ieee754_expl.
39172         * math/libm-test.inc (exp2_test): Add more tests.
39173
39174         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39175         negating x to take absolute value.
39176         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39177         Likewise.
39178         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39179         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39180         Likewise.
39181         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39182         computing low part if x was negated.
39183         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39184
39185 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39186
39187         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39188         la_x32_gnu_pltexit.
39189         (pltexit): Cast int_retval to ptrdiff_t.
39190         * elf/tst-auditmod3b.c: Likewise.
39191         * elf/tst-auditmod4b.c: Likewise.
39192         * elf/tst-auditmod5b.c: Likewise.
39193         * elf/tst-auditmod6b.c: Likewise.
39194         * elf/tst-auditmod6c.c: Likewise.
39195         * elf/tst-auditmod7b.c: Likewise.
39196
39197         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39198         and x32_gnu_pltexit.
39199
39200         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39201         __ELF_NATIVE_CLASS.
39202         (La_x32_regs): New macro.
39203         (La_x32_retval): Likewise.
39204         (la_x32_gnu_pltenter): New function prototype.
39205         (la_x32_gnu_pltexit): Likewise.
39206
39207 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39208
39209         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39210         exponent.
39211
39212         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39213
39214         * configure.in (libc_cv_cc_nofma): Check for option to disable
39215         generation of FMA instructions.
39216         * configure: Regenerate.
39217         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39218         * sysdeps/ieee754/dbl-64/Makefile: New file.
39219         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39220         Remove brandred-fma4.
39221         (CFLAGS-brandred-fma4.c): Remove.
39222         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39223         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39224         define.
39225         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39226         define.
39227
39228 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39229
39230         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39231         LLONG_MAX != LONG_MAX.
39232         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39233         (_fitoa_word): Likewise.
39234         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39235         LLONG_MAX != LONG_MAX.
39236         * stdio-common/_itowa.h: Include <_itoa.h>.
39237         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39238         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39239         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39240         only if not defined.
39241         (_ITOA_WORD_TYPE): Likewise.
39242         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39243         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39244
39245 2012-03-21  David S. Miller  <davem@davemloft.net>
39246
39247         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39248
39249 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39250
39251         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39252         of x86_64 when setting libc_cv_slibdir, libdir and
39253         libc_cv_localedir.
39254         * sysdeps/unix/sysv/linux/configure: Regenerated.
39255
39256 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39257
39258         * manual/lang.texi (Old Varargs): Remove section.
39259         (How Variadic): Update menu.
39260         (va_start): Do not mention varargs.h.
39261
39262 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39263             Joseph Myers  <joseph@codesourcery.com>
39264
39265         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39266         link test.
39267         * configure: Regenerated.
39268
39269 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39270
39271         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39272         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39273         conformtest.pl
39274
39275 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39276
39277         * NOTES: Remove.
39278         * Makefile (files-for-dist): Remove NOTES.
39279         (NOTES): Remove rule.
39280         * README: Don't refer to NOTES.
39281         * manual/creature.texi: Don't include macros.texi.
39282         * manual/intro.texi (creature.texi): Remove comment referring to
39283         NOTES.
39284
39285         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39286         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39287         * configure: Regenerated.
39288         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39289         LIBC_TRY_CC_OPTION.
39290         (libc_cv_as_i686): Likewise.
39291         (libc_cv_cc_avx): Likewise.
39292         (libc_cv_cc_sse2avx): Likewise.
39293         (libc_cv_cc_fma4): Likewise.
39294         (libc_cv_cc_novzeroupper): Likewise.
39295         * sysdeps/i386/configure: Regenerated.
39296
39297         [BZ #13883]
39298         * sysdeps/i386/fpu/s_cexp.S: Remove.
39299         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39300         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39301         * math/libm-test.inc (cexp_test): Add more tests.
39302         * sysdeps/i386/fpu/libm-test-ulps: Update.
39303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39304
39305 2012-03-21  Allan McRae  <allan@archlinux.org>
39306
39307         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39308
39309 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39310
39311         [BZ #13871]
39312         * math/w_exp2.c: Do not include <float.h>.
39313         (o_threshold, u_threshold): Remove.
39314         (__exp2): Calculate result before checking finiteness and calling
39315         __kernel_standard.
39316         * math/w_exp2f.c: Likewise.
39317         * math/w_exp2l.c: Likewise.
39318         * math/libm-test.inc (exp2_test): Require overflow exception for
39319         1e6 input.
39320
39321         [BZ #3866]
39322         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39323         range of signed 64-bit integers before using fistpll.  Remove
39324         checks for whether integers fit in mantissa bits.
39325         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39326         the range of signed 32-bit integers before using fistpl.  Remove
39327         checks for whether integers fit in mantissa bits.
39328         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39329         (__ieee754_powl): Test for y outside the range of signed 64-bit
39330         integers before using fistpll.  Reduce 64-bit values to 63-bit
39331         ones as needed.
39332         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39333         divide-by-zero is raised for zero to large negative powers.
39334         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39335         (__ieee754_powl): Test for y outside the range of signed 64-bit
39336         integers before using fistpll.  Reduce 64-bit values to 63-bit
39337         ones as needed.
39338         * math/libm-test.inc (pow_test): Add more tests.
39339
39340 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39341
39342         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39343         <stdio-common/_itoa.h>.
39344         * debug/segfault.c: Likewise.
39345         * elf/dl-cache.c: Likewise.
39346         * elf/dl-minimal.c: Likewise.
39347         * elf/dl-misc.c: Likewise.
39348         * elf/dl-sysdep.c: Likewise.
39349         * elf/dl-version.c: Likewise.
39350         * elf/rtld.c: Likewise.
39351         * hurd/hurdsock.c: Likewise.
39352         * hurd/lookup-retry.c: Likewise.
39353         * malloc/malloc.c: Likewise.
39354         * malloc/mtrace.c: Likewise.
39355         * nscd/nscd_getgr_r.c: Likewise.
39356         * nscd/nscd_getpw_r.c: Likewise.
39357         * nscd/nscd_getserv_r.c: Likewise.
39358         * posix/getopt_init.c: Likewise.
39359         * posix/wordexp.c: Likewise.
39360         * stdio-common/_itoa.c: Likewise.
39361         * stdio-common/printf_fphex.c: Likewise.
39362         * stdio-common/vfprintf.c: Likewise.
39363         * string/_strerror.c: Likewise.
39364         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39365         * sysdeps/i386/i686/hp-timing.h: Likewise.
39366         * sysdeps/mach/_strerror.c: Likewise.
39367         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39368         * sysdeps/mach/hurd/sethostid.c: Likewise.
39369         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39370         * sysdeps/mach/xpg-strerror.c: Likewise.
39371         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39372         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39373         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39374         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39375         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39376         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39377         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39378         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39379         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39380         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39381         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39382         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39383         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39384         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39385         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39386         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39387         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39388         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39389         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39390         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39391         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39392
39393         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39394
39395         * stdio-common/_itoa.h: Moved to ...
39396         * sysdeps/generic/_itoa.h: Here.
39397
39398         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39399
39400         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39401         instead of "_itoa.h" and "_itowa.h".
39402         * stdio-common/vfprintf.: Likewise.
39403
39404 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39405
39406         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39407         <bits/wordsize.h>.
39408         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39409         (__signbit): Likwise.
39410         (llrintf): Likwise.
39411         (llrint): Likwise.
39412
39413 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39414
39415         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39416         __WORDSIZE != 64.
39417
39418 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39419
39420         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39421         OVERFLOW_EXCEPTION_OK.
39422         * math/libm-test.inc ("Philosophy"): Update comment about
39423         exception testing.
39424         (OVERFLOW_EXCEPTION): Define.
39425         (OVERFLOW_EXCEPTION_OK): Likewise.
39426         (INVALID_EXCEPTION_OK): Renumber.
39427         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39428         (IGNORE_ZERO_INF_SIGN): Likewise.
39429         (test_exceptions): Handle FE_OVERFLOW.
39430         (exp10_test): Expect overflow exceptions.
39431         (exp2_test): Likewise.
39432         (expm1_test): Likewise.
39433         (nextafter_test): Likewise.
39434         (pow_test): Likewise.
39435         (scalbn_test): Likewise.
39436         (scalbln_test): Likewise.
39437
39438 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39439
39440         * sysdeps/x86_64/bits/atomic.h
39441         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39442         64bit integer.
39443         (atomic_exchange_acq): Likewise.
39444         (__arch_exchange_and_add_body): Likewise.
39445         (__arch_add_body): Likewise.
39446         (atomic_add_negative): Likewise.
39447         (atomic_add_zero): Likewise.
39448
39449 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39450
39451         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39452         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39453
39454 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39455
39456         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39457         Check __x86_64__ instead of __WORDSIZE.
39458
39459 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39460
39461         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39462
39463 2012-03-19  David S. Miller  <davem@davemloft.net>
39464
39465         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39466
39467         * sysdeps/sparc/fpu/fenv_private.h: New file.
39468         * sysdeps/sparc/fpu/math_private.h: Use it.
39469         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39470         Remove.
39471         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39472         (libc_feholdexcept_setroundl): Remove.
39473         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39474         Remove.
39475         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39476         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39477
39478 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39479
39480         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39481         int64_t instead of long int.
39482         (INSERT_WORDS64): Likwise.
39483
39484 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39485
39486         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39487         _Unwind_GetCFA return to _Unwind_Ptr first.
39488
39489 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39490
39491         [BZ #13629]
39492         * math/s_clog.c: Include <float.h>.
39493         (__clog): Scale large or subnormal inputs.
39494         * math/s_clogf.c: Likewise.
39495         * math/s_clogl.c: Likewise.
39496         * math/s_clog10.c: Include <float.h>.
39497         (M_LOG10_2): Define.
39498         (__clog10): Scale large or subnormal inputs.
39499         * math/s_clog10f.c: Likewise.
39500         * math/s_clog10l.c: Likewise.
39501         * math/libm-test.inc (clog_test): Add more tests.
39502         (clog10_test): Likewise.
39503         * sysdeps/i386/fpu/libm-test-ulps: Update.
39504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39505
39506         [BZ #11451]
39507         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39508         x and y.
39509         * math/libm-test.inc (atan2_test): Add another test.
39510
39511         * Makerules (common-objdir-compile): Remove.
39512         * sysdeps/unix/Makefile (config-generated): Do not add
39513         $(unix-generated) to variable.
39514         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39515         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39516         Remove rule.
39517         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39518         Likewise.
39519         [generic bits/local_lim.h] (before-compile): Do not append to
39520         variable.
39521         [generic bits/local_lim.h] (common-generated): Likewise.
39522         [generic sys/param.h] (before-compile): Do not append to variable.
39523         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39524         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39525         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39526         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39527         include.
39528         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39529         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39530         [generic sys/param.h] ($(addprefix
39531         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39532         [generic sys/param.h] (common-generated): Do not append to
39533         variable.
39534         [generic sys/param.h] (sysdep_headers): Likewise.
39535         [generic bits/errno.h] (before-compile): Do not append to
39536         variable.
39537         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39538         rule.
39539         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39540         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39541         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39542         [generic bits/errno.h] (common-generated): Do not append to
39543         variable.
39544         [generic bits/ioctls.h] (before-compile): Do not append to
39545         variable.
39546         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39547         rule.
39548         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39549         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39550         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39551         rule.
39552         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39553         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39554         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39555         [generic bits/ioctls.h] (common-generated): Do not append to
39556         variable.
39557         [generic sys/syscall.h] (syscall.h): Remove variable.
39558         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39559         rule.
39560         [generic sys/syscall.h] (before-compile): Do not append to
39561         variable.
39562         [generic sys/syscall.h] (common-generated): Likewise.
39563         * sysdeps/unix/errnos-tmpl.c: Remove file.
39564         * sysdeps/unix/errnos.awk: Likewise.
39565         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39566         * sysdeps/unix/ioctls.awk: Likewise.
39567         * sysdeps/unix/mk-local_lim.c: Likewise.
39568         * sysdeps/unix/snarf-ioctls: Likewise.
39569
39570 2012-03-19  Richard Henderson  <rth@twiddle.net>
39571
39572         * sysdeps/i386/fpu/fenv_private.h: New file.
39573         * sysdeps/i386/fpu/math_private.h: Use it.
39574         (math_opt_barrier, math_force_eval): Remove.
39575         (libc_feholdexcept_setround_53bit): Remove.
39576         (libc_feupdateenv_53bit): Remove.
39577         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39578         (math_opt_barrier, math_force_eval): Remove.
39579         (libc_feholdexcept): Remove.
39580         (libc_feholdexcept_setround): Remove.
39581         (libc_fetestexcept, libc_fesetenv): Remove.
39582         (libc_feupdateenv_test): Remove.
39583         (libc_feupdateenv, libc_feholdsetround): Remove.
39584         (libc_feresetround): Remove.
39585
39586         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39587         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39588
39589         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39590         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39591         (libc_feupdateenv_testl): New.
39592         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39593         (libc_feupdateenv_testf): New.
39594         (libc_feupdateenv): Use libc_feupdateenv_test.
39595         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39596         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39597
39598         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39599         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39600         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39601         (libc_feresetround_noex): New.
39602         (libc_feresetround_noexf): New.
39603         (libc_feresetround_noexl): New.
39604         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39605         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39606         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39607         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39608         SET_RESTORE_ROUND.
39609         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39610         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39611         (__cos): Likewise.
39612         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39613         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39614         SET_RESTORE_ROUND_NOEX.
39615         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39616         SET_RESTORE_ROUND_NOEXF.
39617         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39618         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39619         (libc_feholdsetroundf): New.
39620         (libc_feresetround, libc_feresetroundf): New.
39621
39622         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39623         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39624         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39625
39626         * sysdeps/generic/math_private.h: Include <fenv.h>.
39627         (default_libc_feholdexcept): New.
39628         (default_libc_feholdexcept_setround): New.
39629         (default_libc_fesetenv, default_libc_feupdateenv): New.
39630         (libc_feholdexcept): Only define if undefined.
39631         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39632         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39633         (libc_feholdexcept_setroundl): Likewise.
39634         (libc_feholdexcept_setround_53bit): Likewise.
39635         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39636         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39637         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39638         (libc_feupdateenv_53bit): Likewise.
39639         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39640         (libc_feholdexcept): Convert from macro to inline function.
39641         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39642         (libc_fesetenv, libc_feupdateenv): Likewise.
39643
39644         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39645         not previously defined.
39646         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39647         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39648         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39649         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39650         * sysdeps/ieee754/flt-32/math_private.h: New file.
39651         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39652         math_private.h below SET_FLOAT_WORD.
39653         (__isnan, __isinf_ns, __finite): Remove.
39654         (__isnanf, __isinf_nsf, __finitef): Remove.
39655
39656 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39657
39658         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39659
39660 2012-03-17  David S. Miller  <davem@davemloft.net>
39661
39662         [BZ #6471]
39663         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39664         for 2.16.
39665
39666 2012-03-16  David S. Miller  <davem@davemloft.net>
39667
39668         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39669         warnings.
39670
39671         [BZ #6471]
39672         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39673         properly.
39674         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39675         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39676         sysdep_routines when subdir is sysvipc.
39677         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39678         __getshmlba helper.
39679
39680         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39681
39682 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39683
39684         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39685         [__LP64__].
39686
39687 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39688
39689         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39690         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39691         (__lround): Renamed to ...
39692         (__llround): This.  Replace long int with long long int.
39693         Define lround functions as aliases of llround functions.
39694         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39695
39696 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39697
39698         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39699         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39700         adresses to uintptr_t.  Replace "long int" and "unsigned long
39701         int" with "greg_t" on va_arg.
39702
39703 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39704
39705         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
39706         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
39707
39708         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
39709         Move e_machine check before EI_CLASS check.  Handle x32
39710         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
39711         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
39712         SKIP_EM_IA_64 and include
39713         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
39714
39715         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
39716         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
39717         (add_system_dir): New macro.
39718
39719         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
39720         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
39721
39722 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39723
39724         [BZ #2551]
39725         [BZ #2552]
39726         [BZ #2553]
39727         [BZ #2554]
39728         [BZ #2562]
39729         [BZ #2563]
39730         [BZ #2565]
39731         [BZ #2566]
39732         [BZ #2576]
39733         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
39734         (y0): Likewise.
39735         * math/w_j0f.c (j0f): Likewise.
39736         (y0f): Likewise.
39737         * math/w_j0l.c (__j0l): Likewise.
39738         (__y0l): Likewise.
39739         * math/w_j1.c (j1): Likewise.
39740         (y1): Likewise.
39741         * math/w_j1f.c (j1f): Likewise.
39742         (y1f): Likewise.
39743         * math/w_j1l.c (__j1l): Likewise.
39744         (__y1l): Likewise.
39745         * math/w_jn.c (jn): Likewise.
39746         (yn): Likewise.
39747         * math/w_jnf.c (jnf): Likewise.
39748         (ynf): Likewise.
39749         * math/w_jnl.c (__jnl): Likewise.
39750         (__ynl): Likewise.
39751         * math/libm-test.inc (j0_test): Add more tests.
39752         (j1_test): Likewise.
39753         (jn_test): Likewise.  Add trailing semicolon to existing test.
39754         (y0_test): Likewise.
39755         (y1_test): Likewise.
39756         * sysdeps/i386/fpu/libm-test-ulps: Update.
39757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39758
39759         [BZ #13851]
39760         [BZ #13854]
39761         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
39762         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
39763         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
39764         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
39765         (__tanl): Set errno for infinite argument.
39766         * sysdeps/i386/fpu/mptan.c: Remove.
39767         * sysdeps/i386/fpu/s_tan.S: Likewise.
39768         * sysdeps/i386/fpu/s_tanl.S: Likewise.
39769         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
39770         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
39771         * math/libm-test.inc (tan_test): Add more tests and enable more
39772         tests for double and long double.
39773         * sysdeps/i386/fpu/libm-test-ulps: Update.
39774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39775
39776 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
39777
39778         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
39779         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
39780
39781 2012-03-16  Roland McGrath  <roland@hack.frob.com>
39782
39783         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
39784         * configure.in: Use it for both main tree and add-ons.
39785         * configure: Regenerated.
39786
39787 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39788
39789         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
39790
39791 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39792
39793         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
39794         in comment.
39795
39796         [BZ #13851]
39797         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
39798         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
39799         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
39800         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
39801         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
39802         infinite argument.
39803         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
39804         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
39805         != 0 for prec == 2.
39806         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
39807         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
39808         * sysdeps/i386/fpu/s_cosl.S: Likewise.
39809         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
39810         * sysdeps/i386/fpu/s_sinl.S: Likewise.
39811         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
39812         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
39813         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
39814         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
39815         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
39816         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
39817         * math/libm-test.inc (cos_test): Add more tests and enable more
39818         tests for long double.
39819         (sin_test): Likewise.
39820         (sincos_test): Likewise.
39821         * sysdeps/i386/fpu/libm-test-ulps: Update.
39822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39823
39824 2012-03-16  David S. Miller  <davem@davemloft.net>
39825
39826         * sysdeps/sparc/fpu/math_private.h: New file.
39827
39828 2012-03-15  David S. Miller  <davem@davemloft.net>
39829
39830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
39831         file.
39832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
39833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
39834         file.
39835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
39836         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
39837         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
39838         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
39839         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
39840         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
39841         sysdep routines.
39842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39843
39844         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
39845         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
39846
39847         * sysdeps/sparc/sparc-ifunc.h: New file.
39848         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
39849         sparc-ifunc.h
39850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
39851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
39852         Likewise.
39853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
39854         Likewise.
39855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
39856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
39857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
39859         Likewise.
39860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
39862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
39864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
39865         Likewise.
39866         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
39867         Likewise.
39868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
39870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
39871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
39872         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
39873         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
39874         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
39875         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
39876         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
39877         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
39878         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
39879         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
39880         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
39881         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
39882         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
39883         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
39884         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
39885         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
39886         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
39887         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
39888         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
39889         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
39890         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
39891         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
39892
39893 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39894
39895         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
39896         scaling.
39897         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39898
39899 2012-03-15  Andreas Jaeger  <aj@suse.de>
39900
39901         [BZ #13852]
39902         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
39903         ieee754/flt-32 implementation for sin, cos and sincos.
39904         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
39905         * sysdeps/i386/fpu/s_cosf.S: Likewise.
39906         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
39907         * sysdeps/i386/fpu/s_sinf.S: Likewise.
39908         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
39909         ieee754/flt-32 implementation for tan.
39910
39911         * math/libm-test.inc (cos_test): Enable some large input tests for
39912         float as well
39913         (sin_test): Likewise.
39914         (sincos_test): Likewise.
39915         (tan_test): Add tests for large input.
39916
39917         * sysdeps/i386/fpu/libm-test-ulps: Update.
39918
39919 2012-03-15  Andreas Jaeger  <aj@suse.de>
39920
39921         [BZ #13658]
39922         * math/libm-test.inc (cos_test): Add more test cases.
39923         (sin_test): Likewise.
39924         (sincos_test): Likewise.
39925
39926 2012-03-15  Andreas Jaeger  <aj@suse.de>
39927
39928         [BZ #13837]
39929         * math/libm-test.inc (cos_test): Add a test case for large input
39930         value.
39931         (sin_test): Likewise.
39932         (sincos_test): Likewise.
39933
39934 2012-03-15  Andreas Jaeger  <aj@suse.de>
39935             Joseph Myers  <joseph@codesourcery.com>
39936
39937         [BZ #13658]
39938         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
39939         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
39940         * sysdeps/i386/fpu/branred.c: Likewise.
39941         * sysdeps/i386/fpu/dosincos.c: Likewise.
39942         * sysdeps/i386/fpu/mpa.c: Likewise.
39943         * sysdeps/i386/fpu/s_cos.S: Likewise.
39944         * sysdeps/i386/fpu/s_sin.S: Likewise.
39945         * sysdeps/i386/fpu/s_sincos.S: Likewise.
39946         * sysdeps/i386/fpu/sincos32.c: Likewise.
39947
39948         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
39949         Define.
39950         (libc_feupdateenv_53bit): Define.
39951         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
39952         Define.
39953         (libc_feupdateenv_53bit): Define.
39954
39955         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
39956         53 bit (without extend i386 double precision).
39957
39958         * math/libm-test.inc (sincos_test): Add tests for large input.
39959         (sin): Likewise.
39960         (cos): Likewise.
39961
39962         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
39963
39964 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39965
39966         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39967
39968 2012-03-15  David S. Miller  <davem@davemloft.net>
39969
39970         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39971         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39972         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39973         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39974         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39975         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39976         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39977         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39978         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39979         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39980         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39981         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39982         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39983         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39984         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39986         file.
39987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39989         file.
39990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39992         file.
39993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39995         file.
39996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39997         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39998         fmin/fmax sysdep routines.
39999         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40000
40001 2012-03-14  David S. Miller  <davem@davemloft.net>
40002
40003         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40004         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40005         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40006         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40007         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40008         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40009         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40010         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40011         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40012         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40013         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40014         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40015         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40016         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40017         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40018         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40019         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40020         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40021         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40022         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40023         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40024         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40025         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40026         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40027         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40028         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40029         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40030         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40031         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40032         routines.
40033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40034         file.
40035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40037         file.
40038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40040         file.
40041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40043         file.
40044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40046         file.
40047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40049         file.
40050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40051         file.
40052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40053         file.
40054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40055         file.
40056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40057         New file.
40058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40059         file.
40060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40061         file.
40062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40064         file.
40065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40067         file.
40068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40070         file.
40071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40073         VIS3 routines.
40074
40075         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40076         New file.
40077
40078         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40079
40080         * sysdeps/sparc/configure.in: New file.
40081         * sysdeps/sparc/configure: Generate.
40082         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40083         * configure: Regenerate.
40084         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40085         * config.make.in (have-as-vis3): New.
40086         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40087         available use -Av9d instead of -Av9a.
40088         * sysdeps/sparc/sparc64/Makefile: Likewise.
40089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40091         New file.
40092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40093         file.
40094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40095         New file.
40096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40097         file.
40098         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40099         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40100         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40101         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40102         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40103
40104         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40105         fzeros/fnegs to load 0x80000000 into a float register instead of
40106         using the stack.
40107         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40108
40109 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40110
40111         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40112         bits/syscall.h.
40113         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40114         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40115         ($(inst_includedir)/bits/syscall.h): Remove rule.
40116         ($(objpfx)bits/syscall.d): Include instead of
40117         $(objpfx)syscall-list.d.
40118         (generated): Change syscall-list.h and syscall-list.d to
40119         bits/syscall.h and bits/syscall.d.
40120
40121 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40122
40123         [BZ #13846]
40124         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40125
40126 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40127
40128         [BZ #13841]
40129         * math/s_csqrt.c: Include <float.h>.
40130         (__csqrt): Scale large or subnormal inputs.
40131         * math/s_csqrtf.c: Likewise.
40132         * math/s_csqrtl.c: Likewise.
40133         * math/libm-test.inc (csqrt_test): Add more tests.
40134         * sysdeps/i386/fpu/libm-test-ulps: Update.
40135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40136
40137         [BZ #13840]
40138         * math/libm-test.inc (hypot_test): Add more tests.
40139
40140 2012-03-13  David S. Miller  <davem@davemloft.net>
40141
40142         [BZ #13840]
40143         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40144         double-precision for the calculation instead of scaling.
40145
40146 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40147
40148         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40149         manipulate bits before adding and subtracting TWO52[sx].
40150         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40151         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40152         Likewise.
40153         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40154
40155 2012-03-13  David S. Miller  <davem@davemloft.net>
40156
40157         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40158         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40159         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40160         rtld-global-offsets.h
40161         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40162
40163         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40164         large parameters.
40165
40166         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40167
40168         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40169         'err' in the ifdef scope in which it is actually used.
40170
40171         * nss/nss_db/db-init.c: Include string.h
40172
40173 2012-03-12  David S. Miller  <davem@davemloft.net>
40174
40175         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40176         masking out of the most significant byte of random value used.
40177         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40178         Fix coding style in previous change.
40179
40180         * sysdeps/unix/sysv/linux/kernel-features.h
40181         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40182         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40183         expression.
40184         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40185         later.
40186
40187 2012-03-11  David S. Miller  <davem@davemloft.net>
40188
40189         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40190         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40191         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40192         for 'resultvar' otherwise things get truncated on 64-bit.
40193
40194         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40195         Fix masking out of the most significant byte of random value used.
40196
40197         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40198
40199 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40200
40201         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40202
40203 2012-03-09  David S. Miller  <davem@davemloft.net>
40204
40205         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40206         variables with appropriate CPP guards.
40207         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40208         from the frame pointer, not the stack pointer.  Correct layout
40209         comments.  Fix test on resulting framesize and the management of
40210         the outregs buffer for pltexit.  Preserve floating point return
40211         values across _dl_call_pltexit call.
40212         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40213         framesize and the management of the outregs buffer for pltexit.
40214         Preserve floating point return values across _dl_call_pltexit
40215         call.
40216         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40217         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40218         (la_sparc64_gnu_pltexit): New functions.
40219         (print_exit): Fix format string for return register value.
40220
40221 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40222
40223         * sunrpc/Makefile (others): Add rpcgen.
40224         ($(objpfx)rpcgen): Remove special build rule and dependency on
40225         libc.
40226         * sunrpc/rpcgen.c: New file.
40227
40228 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40229
40230         [BZ #13673]
40231         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40232         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40233         * sysdeps/i386/crti.S: Likewise.
40234         * sysdeps/i386/crtn.S: Likewise.
40235         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40236         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40237         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40238         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40239         * sysdeps/sh/crti.S: Likewise.
40240         * sysdeps/sh/crtn.S: Likewise.
40241         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40242
40243         [BZ #13673]
40244         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40245         with URL.
40246         * locale/programs/locfile-kw.gperf: Likewise.
40247         * locale/programs/charmap-kw.h: Regenerated.
40248         * locale/programs/locfile-kw.h: Likewise.
40249
40250         [BZ #13673]
40251         * intl/plural.y: Replace FSF snail mail address with URL.
40252         * intl/plural.c: Regenerated.
40253
40254 2012-03-09  Richard Henderson  <rth@twiddle.net>
40255
40256         * include/math_private.h: Remove file.
40257         * math/math_private.h: Move file ...
40258         * sysdeps/generic/math_private.h: ... here.
40259
40260         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40261         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40262         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40263
40264         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40265         and <math_private.h>.
40266         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40267         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40268         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40269         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40270         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40271         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40272         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40273         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40274         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40275         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40276         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40277         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40278         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40279         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40280         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40281         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40282         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40283         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40284         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40285         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40286         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40287         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40288         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40289         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40290         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40291         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40292         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40293         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40294         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40295         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40296         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40297         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40298         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40299         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40300         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40301         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40302         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40303         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40304         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40305         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40306         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40307         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40308         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40309         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40310         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40311         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40312         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40313         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40314         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40315         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40316         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40317         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40318         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40319         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40320         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40321         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40322         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40323         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40324         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40325         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40326         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40327         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40328         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40329         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40330         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40331         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40332         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40333         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40334         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40335         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40336         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40337         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40338         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40339         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40340         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40341         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40342         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40343         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40344         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40345         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40346         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40347         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40348         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40349         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40350         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40351         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40352         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40353         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40354         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40355         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40356         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40357         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40358         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40359         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40360         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40361         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40362         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40363         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40364         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40365         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40366         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40367         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40368         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40369         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40370         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40371         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40372         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40373         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40374         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40375         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40376         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40377         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40378         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40379         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40380         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40381         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40382         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40383         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40384         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40385         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40386         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40387         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40388         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40389         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40390         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40391         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40392         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40393         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40394         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40395         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40396         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40397         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40398         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40399         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40400         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40401         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40402         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40403         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40404         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40405         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40406         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40407         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40408         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40409         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40410         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40411         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40412         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40413         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40414         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40415         * sysdeps/ieee754/k_standard.c: Likewise.
40416         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40417         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40418         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40419         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40420         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40421         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40422         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40423         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40424         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40425         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40426         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40427         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40428         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40429         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40430         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40431         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40432         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40433         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40434         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40435         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40436         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40437         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40438         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40439         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40440         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40441         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40442         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40443         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40444         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40445         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40446         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40447         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40448         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40449         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40450         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40451         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40452         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40453         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40454         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40455         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40456         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40457         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40458         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40459         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40460         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40461         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40462         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40463         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40464         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40465         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40466         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40467         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40468         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40469         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40470         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40471         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40472         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40473         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40474         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40475         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40476         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40477         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40478         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40479         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40480         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40481         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40482         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40483         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40484         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40485         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40486         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40487         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40488         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40489         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40490         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40491         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40492         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40493         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40494         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40495         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40496         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40497         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40498         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40499         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40500         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40501         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40502         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40503         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40504         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40505         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40506         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40507         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40508         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40509         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40510         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40511         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40512         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40513         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40514         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40515         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40516         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40517         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40518         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40519         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40520         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40521         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40522         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40523         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40524         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40525         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40526         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40527         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40528         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40529         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40530         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40531         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40532         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40533         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40534         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40535         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40536         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40537         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40538         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40539         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40540         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40541         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40542         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40543         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40544         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40545         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40546         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40547         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40548         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40549         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40550         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40551         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40552         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40553         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40554         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40555         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40556         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40557         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40558         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40559         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40560         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40561         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40562         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40563         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40564         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40565         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40566         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40567         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40568         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40569         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40570         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40571         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40572         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40573         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40574         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40575         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40576         * sysdeps/ieee754/s_lib_version.c: Likewise.
40577         * sysdeps/ieee754/s_matherr.c: Likewise.
40578         * sysdeps/ieee754/s_signgam.c: Likewise.
40579         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40580         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40581         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40582         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40583         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40584         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40585         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40586         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40587         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40588         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40589         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40590         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40591         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40592         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40593         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40594         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40595         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40596         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40597         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40598         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40599         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40600
40601 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40602
40603         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40604         * sunrpc/rpc_main.c: Likewise.
40605         * sunrpc/rpc_svcout.c: Likewise.
40606
40607 2012-03-09  David S. Miller  <davem@davemloft.net>
40608
40609         * include/math_private.h: New file.
40610
40611 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40612
40613         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40614         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40615         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40616         from <bits/socket_type.h>.
40617         (enum __socket_type): Don't define here.
40618         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40619         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40620         bits/socket_type.h.
40621
40622         [BZ #13566]
40623         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40624         checking __USE_GNU.
40625
40626         * Makerules ($(inst_includedir)/%.h): New rule.
40627         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40628         (install-others): Remove variable setting.
40629         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40630
40631 2012-03-08  Richard Henderson  <rth@twiddle.net>
40632
40633         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40634         from macro to inline function; merge with the
40635         !__LIBC_INTERNAL_MATH_INLINES version.
40636         (__ieee754_sqrtf): Likewise.
40637
40638         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40639         to inline function.
40640         (__rintf, __floor, __floorf): Likewise.
40641
40642         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40643         macro to inline function.
40644         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40645
40646         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40647         not <math/math_private.h>.
40648
40649 2012-03-08  David S. Miller  <davem@davemloft.net>
40650
40651         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40652         copyright year.
40653         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40654
40655 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40656
40657         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40658         normalization.
40659         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40660         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40661
40662 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40663
40664         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40665         be defined individually, they must be defined as a block.  Define
40666         S for printing a string instead of hidint the different by using a
40667         macro for adding the 'l'.
40668         * stdio-common/tst-fphex-wide.c: Adjust.
40669
40670 2012-03-07  Marek Polacek  <polacek@redhat.com>
40671
40672         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40673
40674 2012-03-08  Marek Polacek  <polacek@redhat.com>
40675
40676         [BZ #13806]
40677         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40678         * stdio-common/tst-fphex.c: Define a few macros to make the
40679         test reusable.  Use them.
40680         * stdio-common/tst-fphex-wide.c: New file.
40681
40682 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40683
40684         [BZ #6911]
40685         * manual/macros.texi (gnusystems): New macro.
40686         (nongnusystems): Likewise.
40687         (gnulinuxhurdsystems): Likewise.
40688         (gnuhurdsystems): Likewise..
40689         (gnulinuxsystems): Likewise.
40690         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40691         variants of the GNU system, not "GNU system".
40692         * manual/conf.texi: Likewise.
40693         * manual/errno.texi: Likewise.  Update example of errno macro
40694         expansion.
40695         * manual/filesys.texi: Likewise.
40696         (getumask): Document as specific to GNU/Hurd.
40697         * manual/install.texi: Likewise.  Reword some references to
40698         GNU/Linux.
40699         * manual/intro.texi: Likewise.
40700         * manual/io.texi: Likewise.
40701         (File Name Portability): Detail which constraints are inapplicable
40702         to all GNU systems and which are only inapplicable to GNU/Hurd.
40703         * manual/job.texi: Likewise.
40704         * manual/llio.texi: Likewise.
40705         (O_NOCTTY): Document as present on GNU/Linux.
40706         * manual/maint.texi: Likewise.
40707         * manual/memory.texi: Likewise.
40708         * manual/pattern.texi: Likewise.
40709         * manual/pipe.texi: Likewise.
40710         * manual/process.texi: Likewise.
40711         * manual/resource.texi: Likewise.
40712         (RUSAGE_CHILDREN): Remove statement about specifying a particular
40713         child on GNU/Hurd.
40714         * manual/setjmp.texi: Likewise.
40715         * manual/signal.texi: Likewise.
40716         * manual/startup.texi: Likewise.
40717         * manual/stdio.texi: Likewise.
40718         * manual/terminal.texi: Likewise.
40719         (ONLCR): Document as POSIX.
40720         (OXTABS): Document availability on GNU/Linux as XTABS.
40721         (ONOEOT): Document availability separately from other bits.
40722         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
40723         * manual/time.texi: Likewise.
40724         * manual/users.texi: Likewise.
40725         * INSTALL: Regenerated.
40726         * sysdeps/gnu/errlist.c: Regenerated.
40727
40728         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
40729         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
40730         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
40731         puts.
40732         * configure: Regenerated.
40733
40734 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
40735
40736         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
40737         default includes instead of AC_HEADER_CHECK.
40738         * sysdeps/i386/configure: Regenerated.
40739
40740         [BZ #10716]
40741         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
40742         * math/s_cacoshf.c (__cacoshf): Likewise.
40743         * math/s_cacoshl.c (__cacoshl): Likewise.
40744         * math/s_casinh.c (__casinh): Set signs of result from argument.
40745         * math/s_casinhf.c (__casinhf): Likewise.
40746         * math/s_casinhl.c (__casinhl): Likewise.
40747         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
40748         (casinh_test): Add more tests.
40749         * sysdeps/i386/fpu/libm-test-ulps: Update.
40750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40751
40752 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
40753
40754         * po/zh_TW.po: Update from translation team.
40755
40756         * login/Makefile (distribute): Remove variable.
40757         * catgets/Makefile: Likewise.
40758         * mach/Makefile: Likewise.
40759         * malloc/Makefile: Likewise.
40760         * misc/Makefile: Likewise.
40761         * iconv/Makefile: Likewise.
40762         * nscd/Makefile: Likewise.
40763         * hurd/Makefile: Likewise.
40764         * manual/Makefile: Likewise.
40765         * locale/Makefile: Likewise.
40766         * intl/Makefile: Likewise.
40767         * conform/Makefile: Likewise.
40768         * nss/Makefile: Likewise.
40769         * time/Makefile: Likewise.
40770         * soft-fp/Makefile: Likewise.
40771         * dirent/Makefile: Likewise.
40772         * gmon/Makefile: Likewise.
40773         * po/Makefile: Likewise.
40774         * rt/Makefile: Likewise.
40775         * socket/Makefile: Likewise.
40776         * math/Makefile: Likewise.
40777         * signal/Makefile: Likewise.
40778         * debug/Makefile: Likewise.
40779         * elf/Makefile: Likewise.
40780         * timezone/Makefile: Likewise.
40781         * stdlib/Makefile: Likewise.
40782         * iconvdata/Makefile: Likewise.
40783         * sunrpc/Makefile: Likewise.
40784         * io/Makefile: Likewise.
40785         * argp/Makefile: Likewise.
40786         * inet/Makefile: Likewise.
40787         * hesiod/Makefile: Likewise.
40788         * grp/Makefile: Likewise.
40789         * csu/Makefile: Likewise.
40790         * wctype/Makefile: Likewise.
40791         * crypt/Makefile: Likewise.
40792         * libio/Makefile: Likewise.
40793         * string/Makefile: Likewise.
40794         * nis/Makefile: Likewise.
40795         * resolv/Makefile: Likewise.
40796         * stdio-common/Makefile: Likewise.
40797         * wcsmbs/Makefile: Likewise.
40798         * dlfcn/Makefile: Likewise.
40799         * posix/Makefile: Likewise.
40800
40801         [BZ #6959]
40802         * timezone/Makefile: Don't install timezone files, just the programs
40803         and scripts.
40804
40805 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
40806
40807         * nss/databases.def: Add missing gshadow entry.
40808
40809         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
40810
40811 2012-03-06  Marek Polacek  <polacek@redhat.com>
40812
40813         [BZ #13726]
40814         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
40815         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
40816         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
40817         * stdio-common/tst-long-dbl-fphex.c: New file.
40818
40819 2012-03-06  David S. Miller  <davem@davemloft.net>
40820
40821         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40822         (set_obp_int): New function.
40823         (get_obp_int): New function.
40824         (__get_clockfreq_via_dev_openprom): Likewise.
40825         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
40826         Avoid unused variable warnings on 'val' and use builtin_expect.
40827         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
40828         __builtin_expect.
40829         (INLINE_CLONE_SYSCALL): Likewise.
40830
40831 2012-03-05  David S. Miller  <davem@davemloft.net>
40832
40833         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40834
40835 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
40836
40837         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40838
40839         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
40840         only for |x| >= 40.
40841         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40842
40843 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
40844
40845         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
40846         Replace gettimeofday with __vdso_gettimeofday.
40847
40848         * sysdeps/unix/sysv/linux/x86_64/init-first.c
40849         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
40850         __vdso_clock_gettime and __vdso_getcpu.
40851
40852         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
40853         time with __vdso_time.
40854
40855 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40856
40857         * manual/lang.texi (size_t): Note types to which size_t may be
40858         equivalent with the GNU C Library, but do not describe when
40859         differences between them are significant.
40860
40861 2012-03-05  Andreas Jaeger  <aj@suse.de>
40862
40863         * sysdeps/i386/fpu/libm-test-ulps: Update.
40864
40865 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40866
40867         [BZ #3976]
40868         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
40869         (__ieee754_pow): Save and restore rounding mode and use
40870         round-to-nearest for main computations.
40871         * math/libm-test.inc (pow_test_tonearest): New function.
40872         (pow_test_towardzero): Likewise.
40873         (pow_test_downward): Likewise.
40874         (pow_test_upward): Likewise.
40875         (main): Call the new functions.
40876         * sysdeps/i386/fpu/libm-test-ulps: Update.
40877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40878
40879         [BZ #3976]
40880         * math/libm-test.inc (cosh_test_tonearest): New function.
40881         (cosh_test_towardzero): Likewise.
40882         (cosh_test_downward): Likewise.
40883         (cosh_test_upward): Likewise.
40884         (sinh_test_tonearest): Likewise.
40885         (sinh_test_towardzero): Likewise.
40886         (sinh_test_downward): Likewise.
40887         (sinh_test_upward): Likewise.
40888         (main): Call the new functions.
40889         * sysdeps/i386/fpu/libm-test-ulps: Update.
40890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40891
40892 2012-03-05  Tom de Vries  <tom@codesourcery.com>
40893
40894         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
40895         default stack guard is set in last bytes.
40896         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
40897
40898 2012-03-05  Kees Cook  <keescook@chromium.org>
40899
40900         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
40901
40902         [BZ #13656]
40903         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
40904         possibly allocate from heap instead of stack.
40905         * stdio-common/bug-vfprintf-nargs.c: New file.
40906         * stdio-common/Makefile (tests): Add nargs overflow test.
40907
40908 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
40909
40910         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40911
40912 2012-03-03  Marek Polacek  <polacek@redhat.com>
40913
40914         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
40915         * math/math_private.h: Likewise.
40916         * stdlib/tst-strtod.c: Likewise.
40917         * sysdeps/i386/i486/bits/atomic.h: Likewise.
40918         * sysdeps/x86_64/bits/atomic.h: Likewise.
40919
40920 2012-03-02  David S. Miller  <davem@davemloft.net>
40921
40922         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
40923         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
40924         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
40925         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
40926         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
40927         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
40928         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
40929         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
40930
40931 2012-03-02  Roland McGrath  <roland@hack.frob.com>
40932
40933         [BZ #13792]
40934         * manual/examples/README: New file, says the example source files
40935         can be used under GPL>=2.
40936         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
40937         line containing just "*/".
40938         * manual/examples/add.c: Add copyright header (GPL>=2).
40939         * manual/examples/argp-ex1.c: Likewise.
40940         * manual/examples/argp-ex2.c: Likewise.
40941         * manual/examples/argp-ex3.c: Likewise.
40942         * manual/examples/argp-ex4.c: Likewise.
40943         * manual/examples/atexit.c: Likewise.
40944         * manual/examples/db.c: Likewise.
40945         * manual/examples/dir.c: Likewise.
40946         * manual/examples/dir2.c: Likewise.
40947         * manual/examples/execinfo.c: Likewise.
40948         * manual/examples/filecli.c: Likewise.
40949         * manual/examples/filesrv.c: Likewise.
40950         * manual/examples/fmtmsgexpl.c: Likewise.
40951         * manual/examples/genpass.c: Likewise.
40952         * manual/examples/inetcli.c: Likewise.
40953         * manual/examples/inetsrv.c: Likewise.
40954         * manual/examples/isockad.c: Likewise.
40955         * manual/examples/longopt.c: Likewise.
40956         * manual/examples/memopen.c: Likewise.
40957         * manual/examples/memstrm.c: Likewise.
40958         * manual/examples/mkfsock.c: Likewise.
40959         * manual/examples/mkisock.c: Likewise.
40960         * manual/examples/mygetpass.c: Likewise.
40961         * manual/examples/pipe.c: Likewise.
40962         * manual/examples/popen.c: Likewise.
40963         * manual/examples/rprintf.c: Likewise.
40964         * manual/examples/search.c: Likewise.
40965         * manual/examples/select.c: Likewise.
40966         * manual/examples/setjmp.c: Likewise.
40967         * manual/examples/sigh1.c: Likewise.
40968         * manual/examples/sigusr.c: Likewise.
40969         * manual/examples/stpcpy.c: Likewise.
40970         * manual/examples/strdupa.c: Likewise.
40971         * manual/examples/strftim.c: Likewise.
40972         * manual/examples/strncat.c: Likewise.
40973         * manual/examples/subopt.c: Likewise.
40974         * manual/examples/swapcontext.c: Likewise.
40975         * manual/examples/termios.c: Likewise.
40976         * manual/examples/testopt.c: Likewise.
40977         * manual/examples/testpass.c: Likewise.
40978         * manual/examples/timeval_subtract.c: Likewise.
40979
40980         [BZ #13792]
40981         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40982         function to ...
40983         * manual/timeval_subtract.c.texi: ... here, new file.
40984
40985 2012-03-02  David S. Miller  <davem@davemloft.net>
40986
40987         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40988
40989 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40990
40991         [BZ #3976]
40992         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40993         (__sin): Save and restore rounding mode and use round-to-nearest
40994         for all computations.
40995         (__cos): Save and restore rounding mode and use round-to-nearest
40996         for all computations.
40997         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40998         <fenv.h>.
40999         (tan): Save and restore rounding mode and use round-to-nearest for
41000         all computations.
41001         * math/libm-test.inc (cos_test_tonearest): New function.
41002         (cos_test_towardzero): Likewise.
41003         (cos_test_downward): Likewise.
41004         (cos_test_upward): Likewise.
41005         (sin_test_tonearest): Likewise.
41006         (sin_test_towardzero): Likewise.
41007         (sin_test_downward): Likewise.
41008         (sin_test_upward): Likewise.
41009         (tan_test_tonearest): Likewise.
41010         (tan_test_towardzero): Likewise.
41011         (tan_test_downward): Likewise.
41012         (tan_test_upward): Likewise.
41013         (main): Call the new functions.
41014         * sysdeps/i386/fpu/libm-test-ulps: Update.
41015         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41016
41017         [BZ #10135]
41018         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41019         small n, then large n, before computing and testing k+n.
41020         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41021         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41022         Likewise.
41023         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41024         Likewise.
41025         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41026         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41027         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41028         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41029         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41030         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41031         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41032         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41033         * math/libm-test.inc (scalbn_test): Add more tests.
41034         (scalbln_test): Likewise.
41035
41036         * manual/filesys.texi (mode_t): Describe constraints on size and
41037         signedness, not exact equivalence to a particular type.
41038         (ino_t): Likewise.
41039         (ino64_t): Likewise.
41040         (dev_t): Likewise.
41041         (nlink_t): Likewise.
41042         (blkcnt_t): Likewise.
41043         (blkcnt64_t): Likewise.
41044         * manual/llio.texi (off_t): Likewise.
41045
41046         [BZ #3976]
41047         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41048         (__ieee754_exp): Save and restore rounding mode and use
41049         round-to-nearest for all computations.
41050         * math/libm-test.inc (exp_test_tonearest): New function.
41051         (exp_test_towardzero): Likewise.
41052         (exp_test_downward): Likewise.
41053         (exp_test_upward): Likewise.
41054         (main): Call the new functions.
41055         * sysdeps/i386/fpu/libm-test-ulps: Update.
41056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41057
41058 2012-03-01  Chris Demetriou  <cgd@google.com>
41059
41060         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41061         have predictable order.
41062
41063 2012-03-01  David S. Miller  <davem@davemloft.net>
41064
41065         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41066
41067         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41068         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41069         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41070         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41071
41072         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41073         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41074         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41076         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41077         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41078         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41079         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41080         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41081
41082         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41083
41084         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41085         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41086         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41087
41088         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41089         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41090         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41091         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41092         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41093         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41094         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41095         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41096         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41097         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41098         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41099         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41100         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41101         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41102         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41103         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41104         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41105         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41106         * sysdeps/sparc/elf/configure: Regenerated.
41107
41108 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41109
41110         * configure.in (AS, LD): Require binutils 2.20 or later.
41111         * configure: Regenerated.
41112         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41113         as required minimum version.
41114         * INSTALL: Regenerated.
41115
41116         [BZ #2541]
41117         [BZ #4108]
41118         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41119         before squaring exponent.
41120         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41121         bottom long double and 27 bits of top long double before squaring
41122         exponent.
41123         * math/libm-test.inc (erfc_test): Add more tests.
41124         * sysdeps/i386/fpu/libm-test-ulps: Update.
41125         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41127
41128 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41129
41130         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41131         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41132         containing bit-fields.
41133         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41134         * soft-fp/single.h (_FP_UNION_S): Likewise.
41135         * soft-fp/double.h (_FP_UNION_D): Likewise.
41136
41137 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41138
41139         [BZ #13786]
41140         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41141         not include ../strcmp.S.
41142         [USE_AS_STRNCASECMP_L]: Likewise.
41143         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41144         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41145         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41146         (__strncasecmp_l_ia32): Define as alias to
41147         __strncasecmp_l_nonascii.
41148
41149         [BZ #5794]
41150         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41151         * sysdeps/i386/fpu/libm-test-ulps: Update.
41152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41153
41154         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41156
41157 2012-02-29  Jeff Law  <law@redhat.com>
41158
41159         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41160         out of bounds read.
41161
41162 2012-02-29  Marek Polacek  <polacek@redhat.com>
41163
41164         [BZ #13706]
41165         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41166         * elf/Makefile: Add rules to run tst-unused-dep.out.
41167
41168 2012-02-28  David S. Miller  <davem@davemloft.net>
41169
41170         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41171         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41172         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41173         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41174         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41175         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41176
41177 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41178
41179         * math/libm-test.inc (llround_test): Move one test from
41180         lround_test.  Use TEST_f_L in moved test.
41181         (lround_test): Move misplaced test to llround_test.  Add testcase
41182         from bug 2561.
41183
41184 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41185
41186         * sysdeps/x86_64/fpu/e_expf.S: New file.
41187         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41188
41189 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41190
41191         [BZ #13637]
41192         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41193         of remain_len that may cause incomplete multi-byte character and
41194         false match.
41195         * posix/bug-regex33.c: New file.
41196         * posix/Makefile (tests): Add bug-regex33.
41197
41198 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41199
41200         * manual/macros.texi: New file.
41201         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41202         * manual/libc.texinfo: Include macros.texi.
41203         * manual/creatute.texi: Likewise.
41204         * manual/install.texi: Likewise.
41205         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41206         @glibcadj{} in references to the GNU C Library.
41207         * manual/charset.texi: Likewise.
41208         * manual/conf.texi: Likewise.
41209         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41210         when not using those macros.
41211         * manual/creature.texi: Likewise.
41212         * manual/crypt.texi: Likewise.
41213         * manual/errno.texi: Likewise.
41214         * manual/filesys.texi: Likewise.
41215         * manual/header.texi: Likewise.
41216         * manual/install.texi: Likewise.
41217         * manual/intro.texi: Likewise.
41218         * manual/io.texi: Likewise.
41219         * manual/job.texi: Likewise.
41220         * manual/lang.texi: Likewise.
41221         * manual/libc.texiinfo: Likewise.
41222         * manual/llio.texi: Likewise.
41223         * manual/locale.texi: Likewise.
41224         * manual/maint.texi: Likewise.
41225         * manual/math.texi: Likewise.
41226         * manual/memory.texi: Likewise.
41227         * manual/message.texi: Likewise.
41228         * manual/nss.texi: Likewise.
41229         * manual/pattern.texi: Likewise.
41230         * manual/process.texi: Likewise.
41231         * manual/resource.texi: Likewise.
41232         * manual/search.texi: Likewise.
41233         * manual/setjmp.texi: Likewise.
41234         * manual/signal.texi: Likewise.
41235         * manual/socket.texi: Likewise.
41236         * manual/startup.texi: Likewise.
41237         * manual/stdio.texi: Likewise.
41238         * manual/string.texi: Likewise.
41239         * manual/sysinfo.texi: Likewise.
41240         * manual/syslog.texi: Likewise.
41241         * manual/terminal.texi: Likewise.
41242         * manual/time.texi: Likewise.
41243         * manual/users.texi: Likewise.
41244         * INSTALL: Regenerated.
41245         * NOTES: Regenerated.
41246         * sysdeps/gnu/errlist.c: Regenerated.
41247
41248 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41249
41250         * include/dirent.h: Include <dirstream.h> before
41251         <dirent/dirent.h>.
41252
41253 2012-02-28  David S. Miller  <davem@davemloft.net>
41254
41255         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41256         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41257         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41258         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41259
41260 2012-02-27  David S. Miller  <davem@davemloft.net>
41261
41262         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41263         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41264         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41265         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41266
41267         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41268         frame pointer instead of stack pointer relative arg slot.
41269         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41270         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41271         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41272
41273 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41274
41275         [BZ #3992]
41276         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41277
41278 2012-02-27  David S. Miller  <davem@davemloft.net>
41279
41280         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41281         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41282         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41283         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41284         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41285         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41286         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41287         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41288
41289 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41290
41291         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41292         later.  Allow versions 5-9.
41293         * configure: Regenerated.
41294         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41295         required minimum version and 4.6 as recommended version.  Do not
41296         mention bugs in GCC 2.7 and 2.8.
41297         * INSTALL: Regenerated.
41298
41299 2012-02-27  David S. Miller  <davem@davemloft.net>
41300
41301         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41302         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41303         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41304         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41305         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41306         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41307         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41308         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41309
41310         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41311         manipulate bits before adding and subtracting TWO112[sx].
41312         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41313
41314 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41315
41316         [BZ #13775]
41317         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41318         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41319         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41320         being in POSIX, because they are in 1003.1-2008.
41321
41322         * rt/tst-aio.c: Include <fcntl.h>.
41323         * rt/tst-aio7.c: Likewise.
41324         * rt/tst-aio64.c: Likewise.
41325
41326         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41327
41328 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41329
41330         * manual/install.texi (--with-headers): Describe headers as
41331         interface headers, not private headers.
41332         (Specific advice for GNU/Linux systems): Describe use of headers
41333         from "make headers_install", not private headers from older
41334         kernels.
41335         * INSTALL: Regenerated.
41336         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41337         Change to 2.6.19.
41338         * sysdeps/unix/sysv/linux/configure: Regenerated.
41339
41340         * manual/llio.texi (fclean): Remove documentation.
41341
41342         * manual/Makefile (libc-texi-generated): New variable.  Include
41343         version.texi.
41344         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41345         $(libc-texi-generated), not duplicated list of files.
41346         (version.texi, stamp-version): New rules.
41347         (realclean): Remove $(libc-texi-generated), not individual files
41348         from that list.  Do not remove dir-add.texinfo.
41349         * manual/libc.texinfo: Comment out uses of edition numbers and
41350         references to printed manual.  Remove last-updated dates.
41351         (EDITION): Comment out.
41352         (ISBN): Likewise.
41353         (VERSION, UPDATED): Remove.
41354         (version.texi): Include.
41355
41356 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41357
41358         * sysdeps/posix/spawni.c: Include <signal.h>.
41359         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41360         * sysdeps/pthread/aio_fsync.c: Likewise.
41361
41362 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41363
41364         * conform/Makefile (tests): Run only when not cross-compiling and
41365         when fast-check is not defined.
41366
41367         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41368         * conform/data/limits.h-data: Fixes for POSIX2008.
41369         * conform/run-conformtest.sh: Run all tests.
41370         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41371         headers.
41372         * include/bits/dlfcn.h: Likewise.
41373         * include/langinfo.h: Likewise.
41374         * include/monetary.h: Likewise.
41375         * include/sys/poll.h: Likewise.
41376
41377         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41378         for __USE_GNU.
41379         * posix/spawn.h: Define __need_sigset_t.
41380         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41381         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41382         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41383         to get sigevent_t only.
41384         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41385         only for __USE_GNU.
41386         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41387         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41388         process_vm_writev only for __USE_GNU.
41389         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41390
41391         * conform/Makefile: For now ignore errors from run-conformtest.
41392         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41393         POSIX to avoid namespace pollution.  Don't prepend headers.
41394         * conform/data/aio.h-data: Fixes for POSIX testing.
41395         * conform/data/fcntl.h-data: Likewise.
41396         * conform/data/glob.h-data: Likewise.
41397         * conform/data/grp.h-data: Likewise.
41398         * conform/data/pthread.h-data: Likewise.
41399         * conform/data/pwd.h-data: Likewise.
41400         * conform/data/signal.h-data: Likewise.
41401         * conform/data/spawn.h-data: Likewise.
41402         * conform/data/stdio.h-data: Likewise.
41403         * conform/data/stdlib.h-data: Likewise.
41404         * conform/data/stropts.h-data: Likewise.
41405         * conform/data/sys/mman.h-data: Likewise.
41406         * conform/data/sys/stat.h-data: Likewise.
41407         * conform/data/sys/types.h-data: Likewise.
41408         * conform/data/sys/wait.h-data: Likewise.
41409         * conform/data/time.h-data: Likewise.
41410         * conform/data/unistd.h-data: Likewise.
41411         * conform/data/utime.h-data: Likewise.
41412
41413         * io/sys/stat.h: fchmod was always in POSIX.
41414         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41415         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41416         * rt/aio.h: Define __need_timespec before including <time.h>.
41417         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41418         struct.  Add forward declaration of pthread_attr_t and use it in
41419         sigevent.
41420         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41421         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41422         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41423         always remove CLK_TCK definition.
41424
41425 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41426
41427         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41428
41429 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41430
41431         * conform/run-conformtest.sh: New file.
41432         * conform/Makefile: Run run-conformtest for tests.
41433         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41434         support.
41435
41436         * conform/data/uchar.h-data: New file.
41437         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41438         * conform/data/arpa/inet.h-data: Likewise.
41439         * conform/data/assert.h-data: Likewise.
41440         * conform/data/complex.h-data: Likewise.
41441         * conform/data/cpio.h-data: Likewise.
41442         * conform/data/ctype.h-data: Likewise.
41443         * conform/data/dirent.h-data: Likewise.
41444         * conform/data/dlfcn.h-data: Likewise.
41445         * conform/data/errno.h-data: Likewise.
41446         * conform/data/fcntl.h-data: Likewise.
41447         * conform/data/float.h-data: Likewise.
41448         * conform/data/fmtmsg.h-data: Likewise.
41449         * conform/data/fnmatch.h-data: Likewise.
41450         * conform/data/ftw.h-data: Likewise.
41451         * conform/data/glob.h-data: Likewise.
41452         * conform/data/grp.h-data: Likewise.
41453         * conform/data/iconv.h-data: Likewise.
41454         * conform/data/inttypes.h-data: Likewise.
41455         * conform/data/langinfo.h-data: Likewise.
41456         * conform/data/libgen.h-data: Likewise.
41457         * conform/data/limits.h-data: Likewise.
41458         * conform/data/locale.h-data: Likewise.
41459         * conform/data/math.h-data: Likewise.
41460         * conform/data/monetary.h-data: Likewise.
41461         * conform/data/mqueue.h-data: Likewise.
41462         * conform/data/ndbm.h-data: Likewise.
41463         * conform/data/net/if.h-data: Likewise.
41464         * conform/data/netdb.h-data: Likewise.
41465         * conform/data/netinet/in.h-data: Likewise.
41466         * conform/data/nl_types.h-data: Likewise.
41467         * conform/data/poll.h-data: Likewise.
41468         * conform/data/pthread.h-data: Likewise.
41469         * conform/data/pwd.h-data: Likewise.
41470         * conform/data/regex.h-data: Likewise.
41471         * conform/data/sched.h-data: Likewise.
41472         * conform/data/search.h-data: Likewise.
41473         * conform/data/semaphore.h-data: Likewise.
41474         * conform/data/setjmp.h-data: Likewise.
41475         * conform/data/signal.h-data: Likewise.
41476         * conform/data/spawn.h-data: Likewise.
41477         * conform/data/stdarg.h-data: Likewise.
41478         * conform/data/stdio.h-data: Likewise.
41479         * conform/data/stdlib.h-data: Likewise.
41480         * conform/data/string.h-data: Likewise.
41481         * conform/data/strings.h-data: Likewise.
41482         * conform/data/stropts.h-data: Likewise.
41483         * conform/data/sys/ipc.h-data: Likewise.
41484         * conform/data/sys/mman.h-data: Likewise.
41485         * conform/data/sys/msg.h-data: Likewise.
41486         * conform/data/sys/resource.h-data: Likewise.
41487         * conform/data/sys/select.h-data: Likewise.
41488         * conform/data/sys/sem.h-data: Likewise.
41489         * conform/data/sys/shm.h-data: Likewise.
41490         * conform/data/sys/socket.h-data: Likewise.
41491         * conform/data/sys/stat.h-data: Likewise.
41492         * conform/data/sys/statvfs.h-data: Likewise.
41493         * conform/data/sys/time.h-data: Likewise.
41494         * conform/data/sys/timeb.h-data: Likewise.
41495         * conform/data/sys/times.h-data: Likewise.
41496         * conform/data/sys/types.h-data: Likewise.
41497         * conform/data/sys/uio.h-data: Likewise.
41498         * conform/data/sys/un.h-data: Likewise.
41499         * conform/data/sys/utsname.h-data: Likewise.
41500         * conform/data/sys/wait.h-data: Likewise.
41501         * conform/data/syslog.h-data: Likewise.
41502         * conform/data/tar.h-data: Likewise.
41503         * conform/data/termios.h-data: Likewise.
41504         * conform/data/utime.h-data: Likewise.
41505         * conform/data/utmpx.h-data: Likewise.
41506         * conform/data/varargs.h-data: Likewise.
41507         * conform/data/wchar.h-data: Likewise.
41508         * conform/data/wctype.h-data: Likewise.
41509         * conform/data/wordexp.h-data: Likewise.
41510
41511         * include/stropts.h: New file.
41512         * include/uchar.h: New file.
41513         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41514         * include/assert.h: Likewise.
41515         * include/ctype.h: Likewise.
41516         * include/dirent.h: Likewise.
41517         * include/dlfcn.h: Likewise.
41518         * include/fcntl.h: Likewise.
41519         * include/fnmatch.h: Likewise.
41520         * include/glob.h: Likewise.
41521         * include/grp.h: Likewise.
41522         * include/libio.h: Likewise.
41523         * include/locale.h: Likewise.
41524         * include/math.h: Likewise.
41525         * include/net/if.h: Likewise.
41526         * include/netdb.h: Likewise.
41527         * include/netinet/in.h: Likewise.
41528         * include/pthread.h: Likewise.
41529         * include/pwd.h: Likewise.
41530         * include/regex.h: Likewise.
41531         * include/sched.h: Likewise.
41532         * include/search.h: Likewise.
41533         * include/setjmp.h: Likewise.
41534         * include/signal.h: Likewise.
41535         * include/stdio.h: Likewise.
41536         * include/stdlib.h: Likewise.
41537         * include/string.h: Likewise.
41538         * include/sys/cdefs.h: Likewise.
41539         * include/sys/mman.h: Likewise.
41540         * include/sys/msg.h: Likewise.
41541         * include/sys/resource.h: Likewise.
41542         * include/sys/select.h: Likewise.
41543         * include/sys/socket.h: Likewise.
41544         * include/sys/stat.h: Likewise.
41545         * include/sys/statvfs.h: Likewise.
41546         * include/sys/time.h: Likewise.
41547         * include/sys/times.h: Likewise.
41548         * include/sys/uio.h: Likewise.
41549         * include/sys/utsname.h: Likewise.
41550         * include/sys/wait.h: Likewise.
41551         * include/termios.h: Likewise.
41552         * include/time.h: Likewise.
41553         * include/ulimit.h: Likewise.
41554         * include/unistd.h: Likewise.
41555         * include/utime.h: Likewise.
41556         * include/wchar.h: Likewise.
41557         * include/wctype.h: Likewise.
41558         * include/wordexp.h: Likewise.
41559
41560         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41561
41562         * time/time.h: TIME_UTC must be a macro.
41563         Make timespec_get available for ISO C11 only as well.
41564
41565 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41566
41567         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41568         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41569
41570 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41571
41572         * configure.in: Use -o not -a in test for unsupported multi-arch.
41573
41574 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41575
41576         * manual/texinfo.tex: Update to version 2012-01-19.16.
41577
41578 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41579
41580         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41581
41582 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41583
41584         [BZ #13738]
41585         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41586         * manual/fdl-1.3.texi: New file.
41587         * manual/fdl-1.1.texi: File removed.
41588
41589         [BZ #13738]
41590         * manual/libc.texinfo (FDL_VERSION): New @set.
41591         Use it for mention of FDL in cover text.
41592         (Documentation License): Use it in @include file name.
41593
41594 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41595             Roland McGrath  <roland@hack.frob.com>
41596
41597         [BZ #5461]
41598         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41599         (not LONG_LONG_MAX and LONG_LONG_MIN.
41600         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41601         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41602         name.
41603         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41604
41605 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41606
41607         [BZ #2547]
41608         [BZ #11365]
41609         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41610         manipulate bits before adding and subtracting TWO23[sx].
41611         * math/libm-test.inc (nearbyint_test): Add more tests.
41612
41613 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41614
41615         [BZ #2548]
41616         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41617         bits before adding and subtracting TWO23[sx].
41618         * math/libm-test.inc (rint_test): Add more tests.
41619         (rint_test_tonearest): Likewise.
41620         (rint_test_towardzero): Likewise.
41621         (rint_test_downward): Likewise.
41622         (rint_test_upward: Likewise.
41623
41624 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41625
41626         [BZ #10110]
41627         * include/stdc-predef.h: New file.  Extracted from features.h.
41628         * include/features.h: Include stdc-predef.h.
41629         * Makefile (headers): Add stdc-predef.h.
41630         * CONFORMANCE (Compiler limitations): Update.
41631
41632 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41633
41634         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41635
41636 2012-02-21  David S. Miller  <davem@davemloft.net>
41637
41638         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41639         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41640
41641 2012-02-20  David S. Miller  <davem@davemloft.net>
41642
41643         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41644         using a normal save/restore sequence, rather than allocating a
41645         dummy stack frame just to store a frame pointer and restore.
41646         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41647
41648 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41649
41650         * manual/install.texi: Fix stray word in line-wrapped comment.
41651
41652 2012-02-20  David S. Miller  <davem@davemloft.net>
41653
41654         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41655         both binutils and gcc support GOTDATA.
41656
41657         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41658         "rd %pc" in the PIC register setup sequences.
41659
41660         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41661         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41662         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41663         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41664         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41665         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41666         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41667         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41668         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41669         (SYSCALL_ERROR_HANDLER): Likewise.
41670         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41671         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41672         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41673         (SYSCALL_ERROR_HANDLER): Likewise.
41674
41675         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41676         (HAVE_GCC_GOTDATA): New.
41677         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41678         relocation support in both binutils and gcc.
41679         * sysdeps/sparc/elf/configure: Regenerate.
41680
41681         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41682         * sysdeps/sparc/sparc32/elf/configure: Delete.
41683         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41684         * sysdeps/sparc/sparc64/elf/configure: Delete.
41685         * sysdeps/sparc/elf/configure.in: New file.
41686         * sysdeps/sparc/elf/configure: Generate.
41687
41688         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41689         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41690         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41691         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41692         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41693
41694 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41695
41696         * manual/install.texi: Do not mention specific glibc version
41697         numbers.
41698         * manual/libc.texinfo (VERSION, UPDATED): Update.
41699         (@copying): Use @copyright{} and range of years.
41700
41701 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41702
41703         [BZ #13695]
41704         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
41705         [crti.S not in sysdirs] (generated): Do not append.
41706         [crti.S not in sysdirs] (omit-deps): Likewise.
41707         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
41708         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
41709         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
41710         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
41711         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
41712         Likewise.
41713         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
41714         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
41715         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
41716         * csu/defs.awk: Remove file.
41717         * sysdeps/generic/initfini.c: Likewise.
41718         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
41719         variable.
41720         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
41721         Likewise.
41722
41723 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41724
41725         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
41726         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
41727         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
41728         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
41729         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
41730         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
41731         <bits/epoll.h>.
41732         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
41733         (__EPOLL_PACKED): Define to empty if not defined by
41734         <bits/epoll.h>.
41735         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
41736         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41737         bits/epoll.h.
41738
41739 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41740
41741         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
41742         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
41743         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
41744         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
41745         <bits/timerfd.h>.
41746         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
41747         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41748         bits/timerfd.h.
41749
41750 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41751
41752         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
41753         in C locale.
41754         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41755         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
41756         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
41757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41758
41759 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
41760
41761         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41762         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41763
41764 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
41765
41766         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
41767         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
41768         defined.
41769         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
41770         Likewise.
41771         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
41772         entry for 2.16.
41773
41774 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
41775
41776         * math/w_acos.c: Use non-signaling floating-point comparisons.
41777         * math/w_acosf.c: Likewise.
41778         * math/w_acosh.c: Likewise.
41779         * math/w_acoshf.c: Likewise.
41780         * math/w_acoshl.c: Likewise.
41781         * math/w_acosl.c: Likewise.
41782         * math/w_asin.c: Likewise.
41783         * math/w_asinf.c: Likewise.
41784         * math/w_asinl.c: Likewise.
41785         * math/w_atanh.c: Likewise.
41786         * math/w_atanhf.c: Likewise.
41787         * math/w_atanhl.c: Likewise.
41788         * math/w_exp2.c: Likewise.
41789         * math/w_exp2f.c: Likewise.
41790         * math/w_exp2l.c: Likewise.
41791         * math/w_j0.c: Likewise.
41792         * math/w_j0f.c: Likewise.
41793         * math/w_j0l.c: Likewise.
41794         * math/w_j1.c: Likewise.
41795         * math/w_j1f.c: Likewise.
41796         * math/w_j1l.c: Likewise.
41797         * math/w_jn.c: Likewise.
41798         * math/w_jnf.c: Likewise.
41799         * math/w_log.c: Likewise.
41800         * math/w_log10.c: Likewise.
41801         * math/w_log10f.c: Likewise.
41802         * math/w_log10l.c: Likewise.
41803         * math/w_log2.c: Likewise.
41804         * math/w_log2f.c: Likewise.
41805         * math/w_log2l.c: Likewise.
41806         * math/w_logf.c: Likewise.
41807         * math/w_logl.c: Likewise.
41808         * math/w_sqrt.c: Likewise.
41809         * math/w_sqrtf.c: Likewise.
41810         * math/w_sqrtl.c: Likewise.
41811         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41812         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
41813         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41814         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
41815         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
41816
41817 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41818
41819         [BZ #9739]
41820         * manual/string.texi (strnlen): Use correct parameter name in
41821         equivalent expression.
41822
41823 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41824
41825         [BZ #11174]
41826         * manual/users.texi (seteuid): Consistently use neweuid for
41827         argument name.
41828
41829 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41830
41831         [BZ #13704]
41832         * manual/nss.texi (Services in the NSS configuration): Correct
41833         list of services in example configuration file.
41834
41835 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
41836
41837         [BZ #11322]
41838         * manual/arith.texi: Remove statements about negative zero
41839         behaving identically to zero.
41840
41841 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41842
41843         [BZ #5993]
41844         * manual/install.texi: Do not document upgrading from libc5.
41845
41846 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41847
41848         [BZ #4596]
41849         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
41850
41851 2012-02-18  David S. Miller  <davem@davemloft.net>
41852
41853         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
41854         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
41855         %o7 across the call.
41856         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
41857         instead.
41858         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
41859         SETUP_PIC_REG_LEAF.
41860         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41861         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
41862         * sysdeps/sparc/crtn.S: Likewise.
41863
41864 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
41865
41866         * aout/Makefile: Remove.
41867
41868 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
41869
41870         [BZ #13058]
41871         * manual/examples/argp-ex1.c (main): Format definition in GNU
41872         style.
41873         * manual/examples/argp-ex2.c (main): Likewise.
41874         * manual/examples/argp-ex3.c (main): Likewise.
41875         * manual/examples/argp-ex4.c (main): Likewise.
41876         * manual/examples/longopt.c (main): Use new-style prototype
41877         definition.
41878         * manual/examples/strncat.c (main): Specify return type and use
41879         (void) for arguments.
41880         * manual/examples/subopt.c (main): Use char **argv argument.
41881
41882 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41883
41884         [BZ #5077]
41885         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
41886         rounding modes.
41887
41888 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
41889
41890         [BZ #6907]
41891         * manual/string.texi (strchr): Change when strchrnul is
41892         recommended.
41893
41894 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
41895
41896         [BZ #174]
41897         * manual/locale.texi (setlocale): Document LOCPATH.
41898
41899 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41900
41901         [BZ #10210]
41902         * manual/process.texi (execle): Move @dots{} before last argument.
41903
41904 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
41905
41906         [BZ #12047]
41907         * manual/charset.texi (Generic Charset Conversion): Fix typo
41908         (LC_TYPE -> LC_CTYPE).
41909
41910 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
41911
41912         [BZ #5805]
41913         * manual/arith.texi (scalbn): Use @var{} on parameter names.
41914         (scalbnf): Likewise.
41915         (scalbnl): Likewise.
41916         (scalbln): Likewise.
41917         (scalblnf): Likewise.
41918         (scalblnl): Likewise.
41919         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
41920         (vwarnx): Likewise.
41921         (verr): Likewise.
41922         (verrx): Likewise.
41923         * manual/filesys.texi (telldir): Use braces around return type.
41924         * manual/llio.texi (mmap): Add space after comma.
41925         (mmap64): Likewise.
41926         * manual/math.texi (jn): Use @var{} on parameter names.
41927         (jnf): Likewise.
41928         (jnl): Likewise.
41929         (yn): Likewise.
41930         (ynf): Likewise.
41931         (ynl): Likewise.
41932         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
41933         line.
41934         * manual/resource.texi (ulimit): Use @dots{} instead of literal
41935         "...".
41936         (sched_get_priority_min): Remove semicolon on @deftypefun line.
41937         (sched_get_priority_max): Likewise.
41938         * manual/signal.texi (sigvec): Add space after comma.
41939         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
41940         names.
41941         (if_indextoname): Likewise.
41942         (if_freenameindex): Likewise.
41943         (sendto): Use ',' instead of '.' in prototype.
41944         * manual/startup.texi (syscall): Use @dots{} instead of literal
41945         "...".
41946         * manual/stdio.texi (__fpending): Separate initial words of
41947         paragraph from @deftypefun line.
41948         * manual/syslog.texi (syslog): Use @dots{} instead of literal
41949         "...".
41950         (vsyslog): Use @var{} on parameter names.
41951         * manual/terminal.texi (stty): Use @var{} on parameter names.
41952         * manual/users.texi (getutmp): Use @var{} on parameter names.
41953         (getutmpx): Likewise.
41954
41955 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41956
41957         [BZ #6884]
41958         * manual/stdio.texi (fopen): Fix typos in description of
41959         ",ccs=STRING".
41960
41961 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
41962
41963         [BZ #4026]
41964         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
41965         get clock_id definition.
41966
41967 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41968
41969         [BZ #4822]
41970         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41971         (madvise): Cast every argument to void on its own.
41972
41973 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41974
41975         [BZ #9902]
41976         * manual/startup.texi (Exit Status): Fix typo.
41977
41978 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41979
41980         [BZ #10140]
41981         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41982         * manual/examples/argp-ex2.c: Likewise.
41983         * manual/examples/argp-ex3.c: Likewise.
41984
41985 2012-02-16  Richard Henderson  <rth@redhat.com>
41986
41987         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41988         * sysdeps/s390/s390-32/initfini.c: Remove.
41989         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41990         * sysdeps/s390/s390-64/initfini.c: Remove.
41991
41992 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41993
41994         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41995         compiler output for sysdeps/generic/initfini.c.
41996         * sysdeps/sh/elf/initfini.c: Remove file.
41997
41998 2012-02-16  David S. Miller  <davem@davemloft.net>
41999
42000         [BZ #11494]
42001         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42002
42003         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42004         * sysdeps/sparc/crti.S: New file.
42005         * sysdeps/sparc/crtn.S: New file.
42006         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42007         * sysdeps/sparc/sparc64/Makefile: Likewise.
42008
42009 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42010
42011         [BZ #3335]
42012         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42013
42014 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42015
42016         [BZ #4822]
42017         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42018
42019         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42020         (write, read, close): Likewise.
42021         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42022
42023 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42024
42025         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42026         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42027         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42028         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42029         <bits/signalfd.h>.
42030         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42031         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42032         bits/signalfd.h.
42033
42034 2012-02-14  Marek Polacek  <polacek@redhat.com>
42035
42036         * sysdeps/x86_64/crti.S: New file.
42037         * sysdeps/x86_64/crtn.S: New file.
42038         * sysdeps/x86_64/elf/initfini.c: Remove file.
42039
42040 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42041
42042         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42043         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42044         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42045         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42046         <bits/inotify.h>.
42047         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42048         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42049         bits/inotify.h.
42050
42051 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42052
42053         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42054         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42055         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42056         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42057         <bits/eventfd.h>.
42058         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42059         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42060         bits/eventfd.h.
42061
42062 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42063
42064         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42065         __feraiseexcept instead of feraiseexcept.
42066
42067         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42068         nanosleep invocations.
42069         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42070         strings, and add error checking for a nanosleep invocations.
42071
42072 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42073
42074         Replace FSF snail mail address with URLs, as per GNU coding standards.
42075         Most of the snail mail addresses were wrong anyway, and omitting
42076         them makes the source code easier to maintain.  Almost all of the
42077         changes are to license notices and to locale LC_IDENTIFICATION
42078         addresses, except for this one:
42079         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42080         not its snail mail address.
42081
42082 2012-02-09  Richard Henderson  <rth@twiddle.net>
42083
42084         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42085         of kernel-features.h.
42086
42087         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42088
42089 2012-02-08  Marek Polacek  <polacek@redhat.com>
42090
42091         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42092         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42093         * sysdeps/gnu/_G_config.h: Likewise.
42094         * sysdeps/generic/_G_config.h: Likewise.
42095
42096 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42097
42098         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42099         tests.
42100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42101
42102         * sysdeps/powerpc/powerpc32/crti.S: New file.
42103         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42104         * sysdeps/powerpc/powerpc64/crti.S: New file.
42105         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42106
42107         * Makeconfig (have-initfini): Don't set.
42108         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42109         * configure.in (nopic_initfini): Don't substitute.
42110         * config.h.in (HAVE_INITFINI): Don't #undef.
42111         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42112         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42113
42114 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42115
42116         Support crti.S and crtn.S provided directly by architectures.
42117         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42118         [crti.S in sysdirs] (omit-deps): Likewise.
42119         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42120         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42121         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42122         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42123         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42124         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42125         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42126         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42127         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42128         compiler output for sysdeps/generic/initfini.c.
42129         * sysdeps/i386/elf/Makefile: Remove file.
42130         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42131
42132 2012-02-07  Marek Polacek  <polacek@redhat.com>
42133
42134         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42135         * sysdeps/gnu/_G_config.h: Likewise.
42136         * sysdeps/mach/hurd/_G_config.h: Likewise.
42137
42138 2012-02-07  Marek Polacek  <polacek@redhat.com>
42139
42140         * math/Makefile (tests): Add tst-CMPLX2.
42141         * math/tst-CMPLX2.c: New file.
42142
42143 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42144
42145         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42146
42147         * math/libm-test.inc (jn_test): Add missing L suffix.
42148
42149 2012-02-06  Marek Polacek  <polacek@redhat.com>
42150
42151         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42152         * sysdeps/i386/fpu/e_powf.S: Likewise.
42153         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42154         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42155         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42156         * sysdeps/i386/fpu/e_pow.S: Likewise.
42157         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42158         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42159         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42160         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42161         * sysdeps/i386/fpu/e_log2.S: Likewise.
42162         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42163         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42164         * sysdeps/i386/fpu/e_powl.S: Likewise.
42165         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42166         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42167         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42168         * sysdeps/i386/fpu/e_logl.S: Likewise.
42169         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42170         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42171         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42172         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42173         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42174         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42175         * sysdeps/i386/fpu/e_log.S: Likewise.
42176         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42177         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42178         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42179         * sysdeps/i386/fpu/e_logf.S: Likewise.
42180         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42181         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42182         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42183         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42184         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42185         * sysdeps/i386/fpu/e_log10.S: Likewise.
42186         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42187         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42188         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42189         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42190         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42191         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42192         * sysdeps/i386/asm-syntax.h: Likewise.
42193         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42194         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42195         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42196         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42197         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42198         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42199         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42200         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42201         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42202         * sysdeps/powerpc/sysdep.h: Likewise.
42203         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42204         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42205
42206 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42207
42208         [BZ #411]
42209         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42210
42211 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42212
42213         * sysdeps/i386/sysdep.h: Include <features.h>.
42214         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42215         version.
42216
42217 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42218
42219         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42220         Define.
42221         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42222         LOAD_PIC_REG_STR.
42223
42224 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42225
42226         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42227         (SETUP_PIC_REG): Use GET_PC_THUNK.
42228         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42229         macro.
42230
42231 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42232
42233         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42234         for non-PIC compilation.
42235         (SETUP_PIC_REG): Add .p2align directive.
42236         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42237         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42238         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42239         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42240         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42241         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42242         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42243         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42244         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42245         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42246         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42247         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42248         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42249         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42250         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42251         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42252         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42253         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42254         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42255         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42256         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42257         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42258         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42259         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42260         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42261         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42262         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42263         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42264         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42265         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42266         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42267         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42268         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42269         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42270         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42271         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42272         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42273         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42274         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42275         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42276         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42277
42278 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42279
42280         * math/tst-CMPLX.c: Include <stdio.h>.
42281
42282 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42283
42284         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42285         float.
42286         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42287         * sysdeps/sparc/bits/mathdef.h: Likewise.
42288
42289 2012-01-31  Marek Polacek  <polacek@redhat.com>
42290
42291         * libio/libio.h: Don't define _PARAMS.
42292         * locale/programs/config.h: Don't define PARAMS.
42293         * stdlib/strtol_l.c: Likewise.
42294         (__strtol_l): Remove PARAMS from the prototype.
42295
42296 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42297
42298         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42299         names.  Just use the correct names.  Remove unnecessary wrapper
42300         functions.
42301         * malloc/arena.c: Likewise.
42302         * malloc/hooks.c: Likewise.
42303
42304         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42305         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42306         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42307
42308 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42309
42310         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42311         into tail calls.
42312         (update_get_addr): New function.
42313         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42314         GET_ADDR_MODULE parameter.
42315
42316 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42317
42318         * crypt/cert.c: Remove __STDC__ conditionals.
42319         * crypt/crypt-entry.c: Likewise.
42320         * crypt/crypt_util.c: Likewise.
42321         * libio/filedoalloc.c: Likewise.
42322         * libio/fileops.c: Likewise.
42323         * libio/genops.c: Likewise.
42324         * libio/iofclose.c: Likewise.
42325         * libio/iofdopen.c: Likewise.
42326         * libio/iofopen.c: Likewise.
42327         * libio/iofopen64.c: Likewise.
42328         * libio/iogetdelim.c: Likewise.
42329         * libio/iopopen.c: Likewise.
42330         * libio/obprintf.c: Likewise.
42331         * libio/oldfileops.c: Likewise.
42332         * libio/oldiofclose.c: Likewise.
42333         * libio/oldiofdopen.c: Likewise.
42334         * libio/oldiofopen.c: Likewise.
42335         * libio/oldiopopen.c: Likewise.
42336         * libio/wfiledoalloc.c: Likewise.
42337         * libio/wgenops.c: Likewise.
42338         * locale/programs/xmalloc.c: Likewise.
42339         * misc/syslog.c: Likewise.
42340         * stdio-common/xbug.c: Likewise.
42341         * string/memchr.c: Likewise.
42342         * string/memcmp.c: Likewise.
42343         * string/memrchr.c: Likewise.
42344         * string/rawmemchr.c: Likewise.
42345         * sysdeps/posix/getcwd.c: Likewise.
42346         * time/strftime_l.c: Likewise.
42347
42348 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42349
42350         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42351         * config.make.in (config-cflags-sse2avx): Define.
42352         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42353         Fix typo.
42354
42355 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42356
42357         * scripts/config.guess: Update from upstream config git repository.
42358         * scripts/config.sub: Likewise.
42359
42360 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42361
42362         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42363         (EM_NUM): Update.
42364         (R_TILEPRO_*, R_TILEGX_*): New macros.
42365
42366         * scripts/firstversions.awk: Fix bug in version range handling.
42367
42368         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42369
42370         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42371
42372         * include/sys/epoll.h: New file.
42373         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42374         libc_hidden_def.
42375
42376 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42377
42378         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42379         Avoid unnecessary __WORDSIZE == 64 test.
42380         (fmaxf): Use VEX format if possible.
42381         (fmax): Likewise.
42382         (fminf): Likewise.
42383         (fmin): Likewise.
42384
42385         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42386         * math/math_private.h: Remove libc_fegetround* and
42387         libc_fesetround*.
42388         * sysdeps/i386/configure.in: Check for -msse2avx.
42389         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42390         also if SSE2AVX is defined.
42391         Remove libc_fegetround* and libc_fesetround*.
42392         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42393         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42394         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42395         of HAS_YMM_USABLE.
42396         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42397         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42398         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42399         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42400         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42401
42402         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42403
42404 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42405
42406         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42407         size is not set.
42408         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42409
42410 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42411
42412         [BZ #13618]
42413         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42414         relocation.
42415         * Makeconfig (libm): Define.
42416         * elf/Makefile: Add rules to build and run tst-relsort1.
42417         * elf/tst-relsort1.c: New file.
42418         * elf/tst-relsort1mod1.c: New file.
42419         * elf/tst-relsort1mod2.c: New file.
42420
42421 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42422
42423         * math/s_ldexp.c: Remove __STDC__ conditionals.
42424         * math/s_ldexpf.c: Likewise.
42425         * math/s_ldexpl.c: Likewise.
42426         * math/s_nextafter.c: Likewise.
42427         * math/s_nexttowardf.c: Likewise.
42428         * math/s_significand.c: Likewise.
42429         * math/s_significandf.c: Likewise.
42430         * math/s_significandl.c: Likewise.
42431         * math/w_jnl.c: Likewise.
42432         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42433         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42434         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42435         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42436         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42437         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42438         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42439         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42440         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42441         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42442         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42443         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42444         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42445         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42446         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42447         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42448         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42449         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42450         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42451         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42452         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42453         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42454         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42455         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42456         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42457         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42458         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42459         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42460         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42461         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42462         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42463         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42464         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42465         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42466         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42467         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42468         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42469         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42470         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42471         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42472         * sysdeps/ieee754/k_standard.c: Likewise.
42473         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42474         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42475         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42476         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42477         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42478         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42479         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42480         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42481         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42482         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42483         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42484         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42485         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42486         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42487         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42488         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42489         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42490         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42491         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42492         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42493         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42494         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42495         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42496         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42497         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42498         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42499         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42500         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42501         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42502         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42503         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42504         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42505         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42506         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42507         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42508         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42509         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42510         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42511         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42512         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42513         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42514         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42515         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42516         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42517         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42518         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42519         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42520         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42521         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42522         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42523         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42524         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42525         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42526         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42527         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42528         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42529         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42530         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42531         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42532         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42533         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42534         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42535         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42536         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42537         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42538         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42539         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42540         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42541         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42542         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42543         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42544         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42545         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42546         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42547         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42548         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42549         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42550         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42551         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42552         * sysdeps/ieee754/s_matherr.c: Likewise.
42553         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42554         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42555         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42556         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42557
42558 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42559
42560         * crypt/md5.h: Remove __STDC__ conditionals.
42561         * libio/libioP.h: Likewise.
42562         * locale/programs/config.h: Likewise.
42563         * sysdeps/generic/sysdep.h: Likewise.
42564         * sysdeps/i386/asm-syntax.h: Likewise.
42565         * sysdeps/s390/asm-syntax.h: Likewise.
42566         * sysdeps/unix/sysdep.h: Likewise.
42567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42569
42570 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42571
42572         * libio/libio.h: Remove __STDC__ conditionals.
42573         * malloc/obstack.h: Likewise.
42574         * math/complex.h: Likewise.
42575         * math/math.h: Likewise.
42576         * sysdeps/generic/_G_config.h: Likewise.
42577         * sysdeps/gnu/_G_config.h: Likewise.
42578         * sysdeps/mach/hurd/_G_config.h: Likewise.
42579         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42580         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42581         * sysdeps/sparc/bits/mathdef.h: Likewise.
42582
42583 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42584
42585         [BZ #13583]
42586         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42587         Clean up HAS_* macros.
42588         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42589         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42590         possible.
42591         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42592         HAS_AVX.
42593         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42594         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42595         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42596         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42597         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42598
42599 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42600
42601         * elf/tst-unique3.cc (gets): Remove declaration.
42602         * elf/tst-unique3lib.cc (gets): Likewise.
42603         * elf/tst-unique3lib2.cc (gets): Likewise.
42604         * elf/tst-unique4.cc (gets): Likewise.
42605
42606 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42607
42608         * include/stdio.h: Add C++ protection.  Add gets declarations and
42609         definitions.
42610         * debug/tst-chk1.c: Don't declare gets here.
42611         * stdio-common/tst-gets.c: Likewise.
42612
42613 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42614
42615         * posix/glob: Remove directory.
42616
42617 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42618
42619         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42620
42621 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42622
42623         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42624         of the non-standard EPFNOSUPPORT.
42625
42626 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42627
42628         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42629         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42630         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42631
42632 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42633
42634         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42635
42636 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42637
42638         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42639         transient errors.
42640         * nscd/grpcache.c (cache_addgr): Likewise.
42641         * nscd/hstcache.c (cache_addhst): Likewise.
42642         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42643         * nscd/pwdcache.c (cache_addpw): Likewise.
42644         * nscd/servicescache.c (cache_addserv): Likewise.
42645
42646 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42647
42648         * malloc/malloc.c: Various cleanups.
42649         * malloc/hooks.c: Likewise.
42650
42651         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42652         * stdlib/bug-fmtmsg1.c: New file.
42653
42654         * stdlib/fmtmsg.c (init): Add missing unlock.
42655         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42656
42657 2012-01-12  Marek Polacek  <polacek@redhat.com>
42658
42659         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42660         and _GNU_SOURCE.
42661
42662 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42663
42664         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42665         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42666         macro to ensure uniqueness of label name.
42667         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42668         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42669
42670 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42671
42672         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42673
42674         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42675         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42676         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42677         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42678
42679 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42680
42681         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42682
42683         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42684         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42685         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42686
42687         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42688
42689         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42690         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42691         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42692         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42693
42694         * math/bits/math-finite.h: Add ldexp support.
42695
42696 2012-01-10  Marek Polacek  <polacek@redhat.com>
42697
42698         * locale/programs/localedef.h (show_archive_content): Add noreturn
42699         attribute.
42700
42701 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
42702
42703         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
42704
42705 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42706
42707         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
42708
42709         * io/Makefile (headers): Add bits/poll2.h.
42710
42711 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
42712
42713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
42714         typo #include statement.
42715
42716 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42717
42718         * include/sys/cdefs.h: Define __attribute_alloc_size.
42719         * catgets/gencat.c: Add alloc_size attribute and apply consistently
42720         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
42721         * elf/pldd.c: Likewise.
42722         * iconv/iconv_charmap.c: Likewise.
42723         * iconv/iconvconfig.c: Likewise.
42724         * iconv/strtab.c: Likewise.
42725         * locale/programs/locale.c: Likewise.
42726         * locale/programs/localedef.h: Likewise.
42727         * locale/programs/simple-hash.c: Likewise.
42728         * nscd/nscd.h: Likewise.
42729         * nss/makedb.c: Likewise.
42730         * sysdeps/generic/ldconfig.h: Likewise.
42731         * locale/programs/localedef.c: Remove xmalloc prototype.
42732         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
42733
42734 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
42735
42736         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
42737         appropriate.
42738
42739 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42740
42741         * math/Makefile (tests): Add tst-CMPLX.
42742         * math/tst-CMPLX.c: New file.
42743
42744         * math/complex.h (CMPLXL): Fix typo.
42745
42746         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
42747         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
42748         GLIBC_2.16.
42749         * debug/tst-chk1.c: Add poll and ppoll tests.
42750         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
42751         * include/sys/poll.h: Add hidden proto for ppoll.
42752         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
42753         * sysdeps/mach/hurd/ppoll.c: Likewise.
42754         * io/ppoll.c: Likewise.
42755         * debug/poll_chk.c: New file.
42756         * debug/ppoll_chk.c: New file.
42757         * include/bits/poll2.h: New file.
42758         * io/bits/poll2.h: New file.
42759
42760         [BZ #1350]
42761         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
42762
42763         * configure.in: static is always set to yes.  Remove.
42764         * config.make.in: Don't set build-static.
42765         * Makeconfig: Remove use of build-static.
42766         * dlfcn/Makefile: Likewise.
42767         * elf/Makefile: Likewise.
42768         * math/Makefile: Likewise.
42769         * misc/Makefile: Likewise.
42770         * nptl/Makefile: Likewise.
42771         * sysdeps/mach/hurd/Makefile: Likewise.
42772
42773         * configure.in: PWD_P is not used anymore.
42774         * config.make.in: Remove PWD_P entry.
42775
42776         * configure.in: Remove last remnants of RANLIB.
42777         No need to check for signed size_t anymore.
42778         Don't set libc_commonpagesize and libc_relro_required here for Alpha
42779         and IA-64.
42780         Remove __builtin_expect test because we require at least gcc 3.4.
42781         * aclocal.m4: Likewise.
42782
42783         * wcsmbs/mbrtoc16.c: Implement using towc function.
42784         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
42785         * wcsmbs/wcsmbsload.c: Likewise.
42786         * iconv/gconv_simple.c: Likewise.
42787         * iconv/gconv_int.h: Likewise.
42788         * iconv/gconv_builtin.h: Likewise.
42789         * iconv/iconv_prog.c: Remove CHAR16 handling.
42790
42791         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
42792
42793         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
42794
42795         * configure.in: Remove --with-elf and --enable-bounded options.
42796         Dont set base_machine for ia64.  More non-ELF conditions removed.
42797         Remove testing and setting of leading underscore information.
42798         * config.make.in (build-bounded): Set to no.
42799         * config.h.in: Remove NO_UNDERSCORES entry.
42800         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
42801         them.
42802         * csu/start.c: Remove !NO_UNDERSCORE code.
42803         * locale/localeinfo.h: Likewise.
42804         * sysdeps/generic/machine-gmon.h: Likewise.
42805         * sysdeps/generic/sysdep.h: Likewise.
42806         * sysdeps/i386/sysdep.h: Likewise.
42807         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42808         * sysdeps/mach/sysdep.h: Likewise.
42809         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42810         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42811         * sysdeps/sh/sysdep.h: Likewise.
42812         * sysdeps/sparc/sparc32/alloca.S: Likewise.
42813         * sysdeps/unix/i386/sysdep.S: Likewise.
42814         * sysdeps/unix/sparc/start.c: Likewise.
42815         * sysdeps/unix/sparc/sysdep.S: Likewise.
42816         * sysdeps/unix/sparc/sysdep.h: Likewise.
42817         * sysdeps/unix/start.c: Likewise.
42818         * sysdeps/unix/x86_64/sysdep.S: Likewise.
42819         * sysdeps/x86_64/sysdep.h: Likewise.
42820
42821 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
42822
42823         [BZ #13553]
42824         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
42825         for non-gcc.
42826         * argp/argp-fmtstream.h: Use const instead __const.
42827         * argp/argp.h: Likewise.
42828         * assert/assert.h: Likewise.
42829         * bits/fenv.h: Likewise.
42830         * bits/sched.h: Likewise.
42831         * bits/sigset.h: Likewise.
42832         * bits/sigthread.h: Likewise.
42833         * catgets/nl_types.h: Likewise.
42834         * conform/data/pthread.h-data: Likewise.
42835         * crypt/crypt-private.h: Likewise.
42836         * crypt/crypt.h: Likewise.
42837         * crypt/crypt_util.c: Likewise.
42838         * ctype/ctype.h: Likewise.
42839         * debug/execinfo.h: Likewise.
42840         * debug/mbsnrtowcs_chk.c: Likewise.
42841         * debug/mbsrtowcs_chk.c: Likewise.
42842         * debug/wcsnrtombs_chk.c: Likewise.
42843         * debug/wcsrtombs_chk.c: Likewise.
42844         * debug/wcstombs_chk.c: Likewise.
42845         * dirent/dirent.h: Likewise.
42846         * dlfcn/dlfcn.h: Likewise.
42847         * elf/neededtest4.c: Likewise.
42848         * grp/grp.h: Likewise.
42849         * gshadow/gshadow.h: Likewise.
42850         * iconv/gconv.h: Likewise.
42851         * iconv/gconv_int.h: Likewise.
42852         * iconv/gconv_simple.c: Likewise.
42853         * iconv/iconv.h: Likewise.
42854         * iconv/loop.c: Likewise.
42855         * iconv/skeleton.c: Likewise.
42856         * include/aio.h: Likewise.
42857         * include/aliases.h: Likewise.
42858         * include/argz.h: Likewise.
42859         * include/arpa/inet.h: Likewise.
42860         * include/assert.h: Likewise.
42861         * include/dirent.h: Likewise.
42862         * include/dlfcn.h: Likewise.
42863         * include/execinfo.h: Likewise.
42864         * include/fcntl.h: Likewise.
42865         * include/fenv.h: Likewise.
42866         * include/glob.h: Likewise.
42867         * include/grp.h: Likewise.
42868         * include/libintl.h: Likewise.
42869         * include/mntent.h: Likewise.
42870         * include/netdb.h: Likewise.
42871         * include/pwd.h: Likewise.
42872         * include/rpc/netdb.h: Likewise.
42873         * include/sched.h: Likewise.
42874         * include/search.h: Likewise.
42875         * include/shadow.h: Likewise.
42876         * include/signal.h: Likewise.
42877         * include/stdio.h: Likewise.
42878         * include/stdlib.h: Likewise.
42879         * include/string.h: Likewise.
42880         * include/sys/socket.h: Likewise.
42881         * include/sys/stat.h: Likewise.
42882         * include/sys/statfs.h: Likewise.
42883         * include/sys/statvfs.h: Likewise.
42884         * include/sys/syslog.h: Likewise.
42885         * include/sys/time.h: Likewise.
42886         * include/sys/uio.h: Likewise.
42887         * include/time.h: Likewise.
42888         * include/unistd.h: Likewise.
42889         * include/utmp.h: Likewise.
42890         * include/wchar.h: Likewise.
42891         * include/wctype.h: Likewise.
42892         * inet/aliases.h: Likewise.
42893         * inet/arpa/inet.h: Likewise.
42894         * inet/netinet/ether.h: Likewise.
42895         * inet/netinet/in.h: Likewise.
42896         * intl/libintl.h: Likewise.
42897         * io/bits/fcntl2.h: Likewise.
42898         * io/fcntl.h: Likewise.
42899         * io/ftw.h: Likewise.
42900         * io/sys/poll.h: Likewise.
42901         * io/sys/stat.h: Likewise.
42902         * io/sys/statfs.h: Likewise.
42903         * io/sys/statvfs.h: Likewise.
42904         * io/utime.h: Likewise.
42905         * libio/bits/stdio.h: Likewise.
42906         * libio/bits/stdio2.h: Likewise.
42907         * libio/libio.h: Likewise.
42908         * libio/libioP.h: Likewise.
42909         * libio/stdio.h: Likewise.
42910         * locale/lc-ctype.c: Likewise.
42911         * locale/locale.h: Likewise.
42912         * login/utmp.h: Likewise.
42913         * malloc/arena.c: Likewise.
42914         * malloc/malloc.c: Likewise.
42915         * malloc/malloc.h: Likewise.
42916         * malloc/mcheck.c: Likewise.
42917         * malloc/mtrace.c: Likewise.
42918         * math/bits/mathcalls.h: Likewise.
42919         * math/fenv.h: Likewise.
42920         * math/math_private.h: Likewise.
42921         * misc/bits/error.h: Likewise.
42922         * misc/bits/syslog.h: Likewise.
42923         * misc/err.h: Likewise.
42924         * misc/error.h: Likewise.
42925         * misc/fstab.h: Likewise.
42926         * misc/mntent.h: Likewise.
42927         * misc/regexp.h: Likewise.
42928         * misc/search.h: Likewise.
42929         * misc/sgtty.h: Likewise.
42930         * misc/sys/mman.h: Likewise.
42931         * misc/sys/syslog.h: Likewise.
42932         * misc/sys/uio.h: Likewise.
42933         * misc/sys/xattr.h: Likewise.
42934         * misc/ttyent.h: Likewise.
42935         * nis/rpcsvc/ypclnt.h: Likewise.
42936         * nss/nss.h: Likewise.
42937         * posix/bits/unistd.h: Likewise.
42938         * posix/fnmatch.h: Likewise.
42939         * posix/glob.h: Likewise.
42940         * posix/sched.h: Likewise.
42941         * posix/spawn.h: Likewise.
42942         * posix/sys/wait.h: Likewise.
42943         * posix/unistd.h: Likewise.
42944         * posix/wordexp.h: Likewise.
42945         * pwd/pwd.h: Likewise.
42946         * resolv/netdb.h: Likewise.
42947         * resource/sys/resource.h: Likewise.
42948         * rt/aio.h: Likewise.
42949         * rt/bits/mqueue2.h: Likewise.
42950         * rt/mqueue.h: Likewise.
42951         * shadow/shadow.h: Likewise.
42952         * signal/signal.h: Likewise.
42953         * socket/send.c: Likewise.
42954         * socket/sendto.c: Likewise.
42955         * socket/sys/socket.h: Likewise.
42956         * stdio-common/printf.h: Likewise.
42957         * stdlib/bits/stdlib.h: Likewise.
42958         * stdlib/fmtmsg.h: Likewise.
42959         * stdlib/monetary.h: Likewise.
42960         * stdlib/stdlib.h: Likewise.
42961         * stdlib/ucontext.h: Likewise.
42962         * streams/stropts.h: Likewise.
42963         * string/argz.h: Likewise.
42964         * string/bits/string2.h: Likewise.
42965         * string/string.h: Likewise.
42966         * string/strings.h: Likewise.
42967         * sunrpc/rpc/auth.h: Likewise.
42968         * sunrpc/rpc/auth_des.h: Likewise.
42969         * sunrpc/rpc/clnt.h: Likewise.
42970         * sunrpc/rpc/netdb.h: Likewise.
42971         * sunrpc/rpc/pmap_clnt.h: Likewise.
42972         * sunrpc/rpc/xdr.h: Likewise.
42973         * sysdeps/generic/inttypes.h: Likewise.
42974         * sysdeps/generic/net/if.h: Likewise.
42975         * sysdeps/generic/sys/swap.h: Likewise.
42976         * sysdeps/gnu/net/if.h: Likewise.
42977         * sysdeps/gnu/utmpx.h: Likewise.
42978         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42979         * sysdeps/i386/i486/bits/string.h: Likewise.
42980         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42981         * sysdeps/s390/bits/string.h: Likewise.
42982         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42983         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42984         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42985         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42986         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42987         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42988         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42989         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42990         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42991         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42992         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42993         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42994         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42995         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42996         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42997         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42998         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42999         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43000         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43001         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43002         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43003         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43004         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43005         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43006         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43007         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43008         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43009         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43010         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43011         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43012         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43013         * sysvipc/sys/ipc.h: Likewise.
43014         * sysvipc/sys/msg.h: Likewise.
43015         * sysvipc/sys/sem.h: Likewise.
43016         * sysvipc/sys/shm.h: Likewise.
43017         * termios/termios.h: Likewise.
43018         * time/sys/time.h: Likewise.
43019         * time/time.h: Likewise.
43020         * wcsmbs/bits/wchar2.h: Likewise.
43021         * wcsmbs/uchar.h: Likewise.
43022         * wcsmbs/wchar.h: Likewise.
43023         * wctype/wctype.h: Likewise.
43024
43025         [BZ #13551]
43026         * Makeconfig: Remove all but ELF support including AIX support.
43027         * Makerules: Likewise.
43028         * config.h.in: Likewise.
43029         * config.make.in: Likewise.
43030         * configure: Likewise.
43031         * configure.in: Likewise.
43032         * csu/Makefile: Likewise.
43033         * csu/version.c: Likewise.
43034         * debug/Makefile: Likewise.
43035         * dlfcn/Makefile: Likewise.
43036         * elf/Makefile: Likewise.
43037         * extra-lib.mk: Likewise.
43038         * iconv/Makefile: Likewise.
43039         * include/libc-symbols.h: Likewise.
43040         * include/shlib-compat.h: Likewise.
43041         * resolv/Makefile: Likewise.
43042         * resolv/res_libc.c: Likewise.
43043         * rt/Makefile: Likewise.
43044         * sysdeps/i386/asm-syntax.h: Likewise.
43045         * sysdeps/i386/sysdep.h: Likewise.
43046         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43047         * sysdeps/mach/sysdep.h: Likewise.
43048         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43049         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43050         * sysdeps/s390/asm-syntax.h: Likewise.
43051         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43052         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43053         * sysdeps/sh/sysdep.h: Likewise.
43054         * sysdeps/unix/sparc/sysdep.h: Likewise.
43055         * sysdeps/wordsize-32/divdi3.c: Likewise.
43056         * sysdeps/x86_64/sysdep.h: Likewise.
43057
43058         * argp/Versions: Remove _argp_unlock_xxx.
43059
43060         [BZ #13559]
43061         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43062         * abilist/libBrokenLocale.abilist: Likewise.
43063         * abilist/libanl.abilist: Likewise.
43064         * abilist/libc.abilist: Likewise.
43065         * abilist/libcrypt.abilist: Likewise.
43066         * abilist/libdl.abilist: Likewise.
43067         * abilist/libm.abilist: Likewise.
43068         * abilist/libnsl.abilist: Likewise.
43069         * abilist/libpthread.abilist: Likewise.
43070         * abilist/libresolv.abilist: Likewise.
43071         * abilist/librt.abilist: Likewise.
43072         * abilist/libthread_db.abilist: Likewise.
43073         * abilist/libutil.abilist: Likewise.
43074         * abilist/libnss_db.abilist: New file.
43075
43076         * scripts/abilist.awk: Add support for indirect functions.
43077
43078         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43079
43080         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43081
43082         * shlib-versions: Remove entries for ports architectures.
43083
43084         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43085         files in ports.
43086         * elf/stackguard-macros.h: Remove support for IA-64.
43087         * elf/tst-auditmod1.c: Likewise.
43088         * sysdeps/generic/ldsodefs.h: Likewise.
43089
43090         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43091         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43092         configure files.
43093
43094         [BZ #13552]
43095         * configure.in: Remove --enable-omitfp support.
43096         * FAQ.in: Adjust.
43097         * config.make.in: Likewise.
43098         * Makeconfig: Likewise.
43099         * manual/install.texi: Likewise.
43100
43101         In case anyone cares, the IA-64 architecture could move to ports.
43102         * sysdeps/ia64/*: Removed.
43103         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43104         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43105
43106         [BZ #13555]
43107         * configure.in: Remove entries for unsupported architectures.
43108
43109         [BZ #13533]
43110         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43111         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43112         routines.
43113         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43114         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43115         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43116         fall back to using wcrtomb.
43117         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43118         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43119         renaming.
43120         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43121         * wcsmbs/tst-c16c32-1.c: New file.
43122
43123         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43124         local variable.
43125
43126         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43127
43128         * elf/tst-unique3.cc: Add explicit declaration of gets.
43129         * elf/tst-unique3lib.cc: Likewise.
43130         * elf/tst-unique3lib2.cc: Likewise.
43131         * elf/tst-unique4.cc: Likewise.
43132
43133         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43134
43135 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43136
43137         [BZ #13566]
43138         * assert/assert.h (static_assert): Don't define for C++.
43139         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43140         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43141
43142 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43143
43144         * iconv/loop.c (single loop): Fix assertion in storing of
43145         remaining bytes.
43146
43147         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43148
43149 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43150
43151         * posix/getconf.c: Update copyright year.
43152         * nss/getent.c: Likewise.
43153         * nss/makedb.c: Likewise.
43154         * iconv/iconvconfig.c: Likewise.
43155         * iconv/iconv_prog.c: Likewise.
43156         * elf/ldconfig.c: Likewise.
43157         * elf/pldd.c: Likewise.
43158         * elf/sotruss.ksh: Likewise.
43159         * catgets/gencat.c: Likewise.
43160         * csu/version.c: Likewise.
43161         * elf/ldd.bash.in: Likewise.
43162         * elf/sprof.c (print_version): Likewise.
43163         * locale/programs/locale.c: Likewise.
43164         * locale/programs/localedef.c: Likewise.
43165         * login/programs/pt_chown.c: Likewise.
43166         * nscd/nscd.c (print_version): Likewise.
43167         * debug/xtrace.sh: Likewise.
43168         * malloc/memusage.sh: Likewise.
43169         * malloc/mtrace.pl: Likewise.
43170         * debug/catchsegv.sh: Likewise.
43171
43172 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43173
43174         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43175         pure attribute.
43176
43177 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43178
43179         [BZ #13533]
43180         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43181         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43182         transformations.
43183         * iconv/gconv_int.h: Likewise.
43184         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43185         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43186         from libc for GLIBC_2.16.
43187         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43188         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43189         * wcsmbs/uchar.h: Really define mbstate_t.
43190         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43191         * wcsmbs/c16rtomb.c: New file.
43192         * wcsmbs/mbrtoc16.c: New file.
43193         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43194         for C/POSIX locale.
43195         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43196         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43197
43198         * wcsmbs/wchar.h: Add missing __restrict.
43199
43200 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43201
43202         [BZ #13532]
43203         * time/Makefile (routines): Add timespec_get.
43204         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43205         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43206         timespec for ISO C11.
43207         * time/timespec_get.c: New file.
43208         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43209         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43210
43211         [BZ #13531]
43212         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43213         * stdlib/stdlib.h: Declare aligned_alloc.
43214         * Versions.def: Add GLIBC_2.16 for libc.
43215         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43216
43217         [BZ 13527]
43218         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43219         ISO C11.
43220
43221         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43222         code.
43223
43224         [BZ #13528]
43225         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43226
43227         [BZ #13529]
43228         * assert/assert.h (static_assert): Define.
43229
43230         * version.h: Update for 2.16 development version.
43231
43232         [BZ #13526]
43233         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43234         _ISOC11_SOURCE.
43235
43236         * version.h (RELEASE): Bump for 2.15 release.
43237         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43238
43239         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43240         Patch by Marek Polacek <mpolacek@redhat.com>.
43241
43242         * bits/byteswap.h: Protect long long constants with __extension__.
43243         * sysdeps/i386/bits/byteswap.h: Likewise.
43244         * sysdeps/ia64/bits/byteswap.h: Likewise.
43245         * sysdeps/s390/bits/byteswap.h: Likewise.
43246         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43247
43248 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43249
43250         [BZ #13540]
43251         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43252         destination buffer.
43253         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43254
43255 2011-12-23  Marek Polacek  <polacek@redhat.com>
43256
43257         * elf/dl-addr.c (determine_info): Add inline keyword.
43258         * elf/tst-auditmod4b.c (check_avx): Likewise.
43259         * elf/tst-auditmod6b.c (check_avx): Likewise.
43260         * elf/tst-auditmod6c.c (check_avx): Likewise.
43261         * elf/tst-auditmod7b.c (check_avx): Likewise.
43262
43263 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43264
43265         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43266         !__SSE_MATH__.
43267
43268 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43269
43270         [BZ #13540]
43271         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43272         processing for last bytes.
43273
43274 2011-08-06  Bruno Haible  <bruno@clisp.org>
43275
43276         [BZ #13061]
43277         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43278         U+0385, not to U+1FEE.
43279
43280         [BZ #13062]
43281         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43282         entry for U+00A5 U+0301.
43283
43284 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43285
43286         [BZ #13166]
43287         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43288         buffer for the output is too small.
43289
43290         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43291         optimization.
43292
43293         [BZ #13185]
43294         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43295         SSE flags if possible.
43296
43297 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43298
43299         [BZ #13540]
43300         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43301         processing for last bytes.
43302
43303 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43304
43305         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43306         (syscall-list-default-options, syscall-list-default-condition)
43307         (syscall-list-includes): Define.
43308         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43309         list of ABIs and options and #if conditions for each ABI.  Do not
43310         handle common syscalls between ABIs specially.
43311         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43312         Remove.
43313         (syscall-list-variants, syscall-list-32bit-options)
43314         (syscall-list-32bit-condition, syscall-list-64bit-options)
43315         (syscall-list-64bit-condition): Define.
43316         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43317         (syscall-list-variants, syscall-list-32bit-options)
43318         (syscall-list-32bit-condition, syscall-list-64bit-options)
43319         (syscall-list-64bit-condition): Define.
43320         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43321         Remove.
43322         (syscall-list-variants, syscall-list-32bit-options)
43323         (syscall-list-32bit-condition, syscall-list-64bit-options)
43324         (syscall-list-64bit-condition): Define.
43325         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43326         Remove.
43327         (syscall-list-variants, syscall-list-32bit-options)
43328         (syscall-list-32bit-condition, syscall-list-64bit-options)
43329         (syscall-list-64bit-condition): Define.
43330
43331 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43332
43333         * locale/iso-639.def: Add brx entry.
43334
43335         [BZ #13328]
43336         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43337         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43338
43339         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43340         __feraiseexcept_renamed.
43341
43342 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43343
43344         [BZ #13538]
43345         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43346         EPOLLET with unsigned values.
43347         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43348         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43349
43350         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43351         to large cancellation.
43352         * math/s_cacoshf.c: Likewise.
43353         * math/s_cacoshl.c: Likewise.
43354
43355 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43356
43357         [BZ #13305]
43358         [BZ #12786]
43359         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43360         * math/s_cacoshf.c: Likewise.
43361         * math/s_cacoshl.c: Likewise.
43362
43363 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43364
43365         [BZ #13439]
43366         * iconv/gconv.h: Define __GCONV_SWAP.
43367         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43368         * iconvdata/utf-16.c: Likewise.
43369         * iconvdata/utf-32.c: Likewise.
43370
43371 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43372
43373         [BZ #13524]
43374         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43375         numerator after shifting it by one limb.
43376
43377 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43378
43379         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43380         under [__USE_EXTERN_INLINES].
43381
43382 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43383
43384         [BZ #13446]
43385         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43386
43387 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43388
43389         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43390         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43391         optimized code.
43392         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43393         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43394         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43395         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43396         for strncasecmp/strncasecmp_l compilation.
43397         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43398         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43399
43400 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43401
43402         [BZ #13484]
43403         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43404         of __asm__.
43405
43406 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43407
43408         [BZ #13506]
43409         * time/tzfile.c (__tzfile_read): Check values from file header.
43410
43411 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43412
43413         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43414         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43415         * powerpc/powerpc32/dl-start.S: Likewise.
43416         * powerpc/powerpc32/elf/start.S: Likewise.
43417         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43418         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43419         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43420         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43421         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43422         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43423         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43424         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43425         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43426         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43427         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43428         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43429         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43430         * powerpc/powerpc32/memset.S: Likewise.
43431         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43432         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43433         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43434         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43435         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43436         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43437         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43438         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43439         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43440         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43441         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43442         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43443         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43444
43445 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43446
43447         * math/libm-test.inc: Added more nearbyint tests.
43448         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43449         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43450         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43451         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43452
43453 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43454
43455         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43456         FD_CLOEXEC.
43457
43458 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43459
43460         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43461         Add wcscpy-ssse3 wcscpy-c.
43462         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43463         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43464         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43465         * sysdeps/x86_64/wcschr.S: New file.
43466         * sysdeps/x86_64/wcsrchr.S: New file.
43467         * string/test-strcmp.c: Remove checking of wcscmp function for
43468         wrong alignments.
43469         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43470         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43471         wcsrchr-sse2 wcsrchr-c.
43472         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43473         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43474         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43475         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43476         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43477         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43478         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43479         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43480         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43481         * wcsmbc/wcschr.c (WCSCHR): New macro.
43482
43483 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43484
43485         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43486         * wcsmbs/test-wcsrchr.c: New file.
43487         * string/test-strrchr.c: Add wcsrchr support.
43488         (WIDE): New macro.
43489         * wcsmbs/test-wcscpy.c: New file.
43490         * string/test-strcpy.c: Add wcscpy support.
43491         (WIDE): New macro.
43492
43493 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43494
43495         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43496         the inner loop.
43497
43498 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43499
43500         [BZ #13472]
43501         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43502
43503 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43504
43505         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43506         Minor optimizations.
43507
43508         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43509         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43510         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43511
43512 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43513
43514         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43515         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43516         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43517         for gcc to avoid warnings.
43518         * inet/Makefile (tests): Add tst-checks.
43519         * inet/tst-checks.c: New file.
43520
43521         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43522         warning.
43523
43524         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43525         __wmemcmp_sse2.
43526
43527         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43528         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43529
43530         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43531
43532 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43533
43534         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43535         problem.
43536
43537         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43538
43539 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43540
43541         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43542         conditional on GCC version.
43543         (__arch_compare_and_exchange_val_8_acq)
43544         (__arch_compare_and_exchange_val_16_acq)
43545         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43546         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43547         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43548
43549 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43550
43551         * sysdeps/sh/backtrace.c: New file.
43552
43553 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43554
43555         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43556         parenthesis.
43557
43558 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43559
43560         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43561         falling back to utime.
43562
43563 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43564
43565         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43566         expectations for float.
43567
43568 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43569
43570         * locale/weight.h (findidx): Add parameter len.
43571         * locale/weightwc.h (findidx): Likewise.
43572         * posix/fnmatch_loop.c (FCT): Adjust caller.
43573         * posix/regcomp.c (build_equiv_class): Likewise.
43574         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43575         * posix/regexec.c (check_node_accept_bytes): Likewise.
43576         * string/strcoll_l.c (STRCOLL): Likewise.
43577         * string/strxfrm_l.c (STRXFRM): Likewise.
43578
43579 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43580
43581         * Makefile.in: Remove CVSOPT handling.
43582         * configure.in: Remove use of AC_REVISION.
43583         * iconvdata/Makefile (distribute): No need to filter out CVS.
43584         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43585         handling.
43586
43587 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43588
43589         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43590         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43591         [USE_AS_STRNCASECMP_L]: Likewise.
43592         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43593         NO_TLS_DIRECT_SEG_REFS.
43594         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43595         Fix argument offsets for non-PIC.
43596         [USE_AS_STRNCASECMP_L]: Likewise.
43597         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43598         NO_TLS_DIRECT_SEG_REFS.
43599
43600 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43601
43602         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43603         O_CLOEXEC.
43604         * locale/loadlocale.c (_nl_load_locale): Likewise.
43605
43606 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43607
43608         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43609         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43610         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43611         (SYSCALL_GETTIME): Set errno on error.
43612
43613         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43614         count references to noai6ai_cached.
43615
43616 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43617
43618         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43619
43620         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43621         FD_CLOEXEC for /proc/self/maps.
43622
43623         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43624         FD_CLOEXEC for /proc/meminfo.
43625
43626         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43627         gai.conf.
43628
43629         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43630         FD_CLOEXEC for given file.
43631
43632         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43633
43634         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43635         FD_CLOEXEC for /etc/hosts.
43636         (_gethtent): Likewise.
43637
43638         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43639
43640         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43641         cancellation and set FD_CLOEXEC for /etc/netgroup.
43642
43643         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43644         reading /etc/publickey.
43645
43646         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43647         allow cancellation when reading /etc/group.
43648
43649         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43650         cancellation.
43651         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43652
43653         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43654         when using data file.
43655
43656         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43657
43658         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43659         (write_nis_obj): Use "c" and "e" in fopen.
43660
43661         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43662
43663         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43664
43665         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43666
43667         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43668
43669         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43670         locale.alias.
43671
43672         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43673
43674         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43675
43676         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43677
43678         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43679         file parsing and set FD_CLOEXEC.
43680
43681 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43682
43683         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43684
43685 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43686
43687         * malloc/arena.c (arena_get2): Don't call reused_arena when
43688         _int_new_arena failed.
43689
43690 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43691
43692         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43693         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43694         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43695         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43696         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43697         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43698         to compile strcasecmp and strncasecmp.
43699         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43700         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43701
43702         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
43703
43704 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
43705
43706         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
43707         locale-defines.sym to gen-as-const-headers.
43708         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
43709         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
43710         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
43711         to compile strcasecmp and strncasecmp.
43712         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
43713         strcasecmp_l and strncasecmp_l.
43714         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
43715         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
43716         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
43717         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
43718         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
43719         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
43720         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
43721         * sysdeps/i386/i686/multiarch/strncase.S: New file.
43722         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
43723         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
43724         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
43725
43726 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
43727
43728         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
43729         result of SYSDEP_GETTIME_CPU to retval.
43730         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
43731         parameter list to macro.  Remove trailing semicolon.  Adjust users.
43732
43733         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
43734         variable.
43735
43736         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
43737         mantissa words.
43738         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
43739
43740         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
43741         from unused variable.
43742
43743         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
43744         DWARF definitions.
43745         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
43746         for assembling.
43747
43748         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
43749         over namespaces.
43750
43751         * sunrpc/rpc_prot.c (rejected): Fix case value.
43752
43753         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
43754         unsigned long long int to avoid warnings in shift.
43755
43756         * posix/regex_internal.c (re_string_reconstruct): Actually use result
43757         of use of trans.
43758         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
43759         variable tmp.
43760
43761         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
43762         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
43763         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
43764
43765         * nis/nis_table.c (nis_list): Use variable of correct type for
43766         result of __follow_path call.
43767
43768 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43769
43770         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
43771         of math functions ceil, trunc, floor, round, and sqrt, when
43772         avaliable on the platform.
43773         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
43774         name clash.
43775         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
43776         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
43777         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
43778
43779 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
43780
43781         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
43782         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
43783
43784 2011-11-11  Roland McGrath  <roland@hack.frob.com>
43785
43786         * include/unistd.h: Fix __readlink return type.
43787         Reported by Chris Metcalf <cmetcalf@tilera.com>.
43788
43789 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
43790
43791         * stdlib/ucontext.h: Undo last change for makecontext.
43792
43793 2011-11-11  Andreas Schwab  <schwab@redhat.com>
43794
43795         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
43796
43797         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
43798         * setjmp/setjmp.h: Mark functions as non-leaf.
43799         * setjmp/bits/setjmp2.h: Likewise.
43800         * stdlib/ucontext.h: Likewise.
43801
43802 2011-11-10  Andreas Schwab  <schwab@redhat.com>
43803
43804         * malloc/arena.c (_int_new_arena): Don't increment narenas.
43805         (reused_arena): Don't check arena limit.
43806         (arena_get2): Atomically check arena limit.
43807
43808 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
43809
43810         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
43811         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
43812
43813         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
43814         instructions.
43815
43816 2011-11-07  Andreas Schwab  <schwab@redhat.com>
43817
43818         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
43819         handler when locking.
43820
43821         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
43822         Fix size of allocated buffer.
43823
43824 2011-11-04  Andreas Schwab  <schwab@redhat.com>
43825
43826         [BZ #10103]
43827         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
43828         declarations for long double functions.
43829         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
43830
43831         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
43832
43833 2011-11-03  Andreas Schwab  <schwab@redhat.com>
43834
43835         * nscd/nscd.c (main): Don't start AVC thread until credentials are
43836         installed.
43837
43838         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
43839         is disabled.
43840
43841 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43842
43843         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
43844
43845 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
43846
43847         * include/alloca.h (stackinfo_alloca_round): Define.
43848         (extend_alloca): Use it.
43849         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
43850         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
43851         here.
43852
43853         * scripts/check-local-headers.sh: Ignore libaudit.h.
43854
43855         * nscd/Makefile (extra-objs): Make recursively expanded.
43856
43857 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
43858
43859         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
43860         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
43861
43862         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
43863         * posix/tst-rfc3484-2.c: Likewise.
43864         * posix/tst-rfc3484-3.c: Likewise.
43865
43866         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
43867         process_vm_writev.
43868         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
43869         process_vm_writev.
43870         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
43871         process_vm_writev from libc using GLIBC_2.15 version.
43872
43873         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
43874
43875 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
43876
43877         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
43878         stack usage.
43879
43880 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
43881
43882         [BZ #13367]
43883         * nss/getent.c (initgroups_keys): Show error message in case no group
43884         names are given.
43885
43886         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
43887         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
43888         __bump_nl_timestamp.
43889         * nscd/connections (nscd_init): When host database is served open
43890         netlink socket and request notification about configuration changes.
43891         (main_loop_poll): Track netlink file descriptor and bump timestamp
43892         in case data becomes available.
43893         (main_loop_epoll): Likewise.
43894         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
43895         (database_pers_head): Add extra_data fileds.
43896         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
43897         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
43898         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
43899         Adjust caller.
43900         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
43901         in6ai data, call __free_in6ai.
43902         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
43903         Add -DHAVE_NETLINK.
43904         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
43905         interface information.  Reuse previous data if netlink timestamp
43906         is not changed.
43907         (__bump_nl_timestamp): New function.
43908         (__free_in6ai): New function.
43909
43910 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
43911
43912         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
43913         close_not_cancel_no_status here.
43914         (__check_pf): Reorganize code a bit to not call close twice if OOM.
43915
43916 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43917
43918         [BZ #13276]
43919         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
43920         return value.
43921
43922         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
43923         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
43924         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
43925
43926 2011-07-03  Andreas Jaeger  <aj@suse.de>
43927
43928         [BZ #10709]
43929         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
43930         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
43931         * math/libm-test.inc (sin_test): Add test case.
43932
43933 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43934
43935         [BZ #13337]
43936         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
43937         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43938
43939         * elf/chroot_canon.c (chroot_canon): Cleanups.
43940
43941         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
43942
43943         [BZ #13335]
43944         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
43945         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43946
43947         * string/test-strchr.c: Make usable for strchrnul testing.
43948         * string/test-strchrnul.c: New file.
43949         * string/Makefile (strop-tests): Add strchrnul.
43950
43951         * po/it.po: Update from translation team.
43952         * po/es.po: Likewise.
43953
43954 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
43955
43956         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
43957         the three constants needed as parameters.  Drop the others.
43958         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
43959         __m128i_strloadu_tolower.
43960         Create and initialize variable zero and use it in all the places
43961         where _mm_setzero_si128 was used.
43962
43963         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
43964         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
43965         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43966         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43967         anymore.
43968         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43969         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43970         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43971         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43972         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43973         __mpranred, __mptan.
43974         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43975         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43976         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43977         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43978         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43979         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43980         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43981         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43982         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43983
43984 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43985
43986         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43987         redefine if SHARED.
43988         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43989
43990         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43991         wide char related routines to wcsmbs subdir.
43992
43993 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43994
43995         [BZ #13344]
43996         * misc/sys/cdefs.h (__THROWNL): Define.
43997         * posix/unistd.h: Use __THREADNL instead of __THREAD
43998         for memory synchronization functions.
43999
44000 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44001
44002         [BZ #13349]
44003         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44004         doesn't exist.
44005         * manual/stdio.texi (Obstack Streams): Node removed.
44006
44007 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44008
44009         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44010         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44011         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44012
44013         * math/math_private.h (math_force_eval): Allow non-addressable
44014         arguments.
44015         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44016
44017 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44018
44019         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44020         file is not needed.
44021
44022         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44023         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44024         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44025         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44026         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44027         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44028         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44029         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44030         Add AVX variants.
44031         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44032         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44033         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44034         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44035         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44036         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44037         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44038         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44039         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44040         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44041         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44042         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44043         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44044         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44045         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44046         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44047         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44048         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44049         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44050
44051         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44052         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44053
44054         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44055         place.  Use VEX encoding when compiling for AVX.
44056
44057 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44058
44059         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44060         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44061
44062         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44063
44064 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44065
44066         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44067         useless if() expression.
44068         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44069         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44070         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44071         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44072         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44073         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44074         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44075         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44076         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44077         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44078         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44079         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44080         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44081         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44082         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44083         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44084         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44085         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44086         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44087
44088         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44089
44090 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44091
44092         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44093         condition.
44094         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44095
44096 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44097
44098         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44099         .text section.  Avoid duplicate constants.
44100         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44101         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44102         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44103         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44104         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44105         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44106         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44107         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44108         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44109         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44110         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44111         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44112         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44113         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44114         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44115         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44116         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44117         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44118         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44119         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44120         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44121         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44122         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44123         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44124         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44125         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44126         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44127         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44128         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44129         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44130         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44131         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44132         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44133         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44134         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44135         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44136         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44137         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44138         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44139         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44140         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44141         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44142         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44143         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44144         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44145
44146 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44147
44148         * sysdeps/x86_64/dla.h: Move to ...
44149         * sysdeps/x86_64/fpu/dla.h: ...here.
44150         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44151         situations.  Use __builtin_fma only for gcc 4.6 and up.
44152
44153         * config.make.in: Add have-mfma4 entry.
44154         * configure.in: Substitute libc_cv_cc_fma4.
44155         * math/Makefile (dbl-only-routines): Add sincostab.
44156         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44157         Use __sincostab not sincos.
44158         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44159         name is a macro.
44160         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44161         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44162         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44163         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44164         using __copysign.
44165         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44166         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44167         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44168         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44169         and __inv.
44170         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44171         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44172         __copysign.
44173         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44174         define aliases when function name is a macro.
44175         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44176         sysdeps/ieee754/dbl-64/sincos.tbl.
44177         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44178         fma4-enabled routines.
44179         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44180         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44181         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44182         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44183         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44184         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44185         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44186         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44187         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44188         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44189         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44190         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44191         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44192         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44193         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44194         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44195         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44196         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44197         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44198         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44199         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44200         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44201         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44202         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44203         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44204         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44205         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44206         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44207         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44208         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44209
44210         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44211         rename.
44212         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44213         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44214         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44215         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44216         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44217         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44218         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44219         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44220
44221 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44222
44223         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44224
44225 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44226
44227         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44228
44229         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44230         prediction.
44231         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44232
44233         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44234         Remove unused variable magic_bits.
44235         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44236
44237         * string/strnlen.c: Define and use STRNLEN macro.
44238         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44239         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44240         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44241         * wcsmbs/wcslen.c: Define and use WCSLEN.
44242         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44243         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44244         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44245         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44246         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44247         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44248         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44249
44250 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44251
44252         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44253         strnlen-sse2-no-bsf.
44254         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44255         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44256         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44257         Add strnlen support.
44258         (USE_AS_STRNLEN): New macro.
44259         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44260         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44261         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44262         * sysdeps/x86_64/wcslen.S: New file.
44263
44264 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44265
44266         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44267         XMM-moves are used for copying on small sizes.
44268
44269 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44270
44271         * wcsmbs/Makefile (strop-tests): Add wcschr.
44272         * wcsmbs/test-wcschr.c: New file.
44273         * string/test-strchr.c: Update.
44274         Add wcschr support.
44275         (WIDE): New macro.
44276
44277 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44278
44279         * wcsmbs/Makefile (strop-tests): Add wcslen.
44280         * wcsmbs/test-wcslen.c: New file.
44281         * string/test-strlen.c: Update.
44282         Add wcslen support.
44283         (WIDE): New macro.
44284
44285 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44286
44287         * po/it.po: Update from translation team.
44288
44289 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44290
44291         * sysdeps/x86_64/wcscmp.S: Update.
44292         Fix wrong comparison semantics.
44293         wcscmp shall use signed comparison not unsigned.
44294         Don't use substraction to avoid overflow bug.
44295         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44296         * wcsmbc/wcscmp.c: Likewise.
44297         * string/test-strcmp.c: Likewise.
44298         Add new tests to check cases with negative values.
44299
44300 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44301
44302         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44303         * sysdeps/x86_64/dla.h: ...here.  New file.
44304         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44305         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44306         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44307         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44308         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44309         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44310         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44311         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44312         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44313
44314 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44315
44316         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44317         __ynl_finite aliases.
44318
44319 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44320
44321         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44322
44323         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44324         define DLA_FMA.
44325         [DLA_FMA] (EMULV): Use DLA_FMA.
44326         [DLA_FMA] (MUL12): Use EMULV.
44327         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44328         that are not needed.
44329         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44330         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44331         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44332         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44333         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44334         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44335         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44336
44337 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44338
44339         * math/s_nan.c: Undef __nan.
44340         * math/s_nanf.c: Undef __nanf.
44341         * math/s_nanl.c: Undef __nanl.
44342         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44343         "math_private.h".
44344
44345 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44346
44347         * math/s_catan.c: Add branch predictions.
44348         * math/s_catanf.c: Likewise.
44349         * math/s_catanh.c: Likewise.
44350         * math/s_catanhf.c: Likewise.
44351         * math/s_catanhl.c: Likewise.
44352         * math/s_catanl.c: Likewise.
44353         * math/s_cexp.c: Likewise.
44354         * math/s_cexpf.c: Likewise.
44355         * math/s_cexpl.c: Likewise.
44356         * math/s_clog.c: Likewise.
44357         * math/s_clog10.c: Likewise.
44358         * math/s_clog10f.c: Likewise.
44359         * math/s_clog10l.c: Likewise.
44360         * math/s_clogf.c: Likewise.
44361         * math/s_clogl.c: Likewise.
44362         * math/s_csqrt.c: Likewise.
44363         * math/s_csqrtf.c: Likewise.
44364         * math/s_csqrtl.c: Likewise.
44365         * math/s_ctanf.c: Likewise.
44366         * math/s_ctanh.c: Likewise.
44367         * math/s_ctanhf.c: Likewise.
44368         * math/s_ctanhl.c: Likewise.
44369         * math/s_ctanl.c: Likewise.
44370
44371         * math/math_private.h: Define __nan, __nanf, __nanl.
44372         * math/s_cacosh.c: Include <math_private.h>.
44373         * math/s_cacoshl.c: Likewise.
44374         * math/s_casinh.c: Likewise.
44375         * math/s_casinhf.c: Likewise.
44376         * math/s_casinhl.c: Likewise.
44377         * math/s_ccos.c: Rely entire on ccosh.
44378         * math/s_ccosf.c: Rely entire on ccoshf.
44379         * math/s_ccosl.c: Rely entirely on ccoshl.
44380         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44381         Remove tests for FE_INVALID.
44382         * math/s_ccoshf.c: Likewise.
44383         * math/s_ccoshl.c: Likewise.
44384         * math/s_csin.c: Likewise.
44385         * math/s_csinf.c: Likewise.
44386         * math/s_csinh.c Likewise.
44387         * math/s_csinhf.c: Likewise.
44388         * math/s_csinhl.c: Likewise.
44389         * math/s_csinl.c: Likewise.
44390         * math/s_ctan.c: Likewise.
44391         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44392         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44393         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44394
44395 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44396
44397         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44398         compilation problems.
44399
44400         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44401         __builtin_expect.
44402
44403 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44404
44405         * sysdeps/i386/configure.in: Test for -mfma4 option.
44406         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44407         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44408         COMMON_CPUID_INDEX_80000001.
44409         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44410         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44411         use it if FMA3 is not supported.
44412         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44413
44414         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44415         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44416
44417 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44418
44419         [BZ #12892]
44420         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44421         it would create a cycle with a link time dependency.
44422
44423 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44424
44425         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44426         instruction.
44427         * string/Makefile (strop-tests): Add rawmemchr.
44428         * string/test-rawmemchr.c: New file.
44429
44430         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44431         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44432         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44433         when compiling str{,n}casecmp and when AVX is available.  Hook up
44434         new optimized code in initializers.
44435
44436 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44437
44438         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44439         __feraiseexcept instead of feraiseexcept.
44440
44441 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44442
44443         * math/math_private.h: Define defaults for libc_fetestexcept and
44444         libc_feupdateenv.
44445         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44446         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44447         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44448         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44449         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44450         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44451         libc_fetestexcept and libc_feupdateenv.
44452
44453         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44454         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44455         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44456         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44457         libc_feholdexcept_setround.
44458
44459         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44460         Add s_nearbyint-c and s_nearbyintf-c.
44461         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44462         nearbyintf inlines.
44463         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44464         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44465         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44466         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44467
44468         * math/math_private.h: Define defaults for libc_fegetround,
44469         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44470         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44471         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44472         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44473         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44474         standard functions.
44475         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44476         Remove comments and hacks for old compiler versions.
44477         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44478         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44479         libc_feholdexceptl.
44480
44481 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44482
44483         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44484         (__feraiseexcept_renamed): Add __NTH.
44485         (feraiseexcept): Add __NTH.  Rename local variables to fix
44486         namespace violations.
44487
44488 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44489
44490         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44491
44492         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44493
44494         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44495         recently added interfaces.
44496         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44497
44498         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44499         about macro parameter expansion.
44500
44501         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44502         __NO_MATH_INLINES is defined.  Cleanups.
44503
44504         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44505         and __floorf is target has SSE4.1.
44506         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44507         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44508         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44509         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44510
44511         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44512         name.
44513         (floorf): Likewise.
44514
44515         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44516
44517 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44518
44519         * misc/sys/cdefs.h: Fix last change.
44520
44521         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44522         database lookup.
44523
44524 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44525
44526         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44527
44528         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44529         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44530         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44531         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44532         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44533         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44534         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44535         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44536         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44537         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44538         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44539         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44540         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44541         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44542         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44543         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44544         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44545         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44546         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44547         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44548         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44549         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44550
44551         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44552         ceil, ceilf, floor, floorf.
44553
44554         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44555         Perform IRELATIVE relocations last.
44556
44557         * elf/do-rel.h: Add another parameter nrelative, replacing the
44558         local variable with the same name.  Change name of the function
44559         to end in Rel or Rela (uppercase).
44560         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44561         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44562         elf_dynamic_do_##reloc function.
44563
44564 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44565
44566         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44567         is sufficient, at least on modern CPUs.
44568
44569         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44570
44571         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44572         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44573
44574         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44575         __expl_finite.
44576         * math/bits/math-finite.h: Add entries for exp.
44577         * math/e_expl.c: Add __*_finite alias.
44578         * sysdeps/i386/fpu/e_exp.S: Likewise.
44579         * sysdeps/i386/fpu/e_expf.S: Likewise.
44580         * sysdeps/i386/fpu/e_expl.c: Likewise.
44581         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44582         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44583         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44584         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44585         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44586         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44587         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44588
44589         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44590         is sufficient, at least on modern CPUs.
44591
44592         * ctype/ctype-info.c (__ctype_init): Define.
44593         * include/ctype.h (__ctype_init): Declare.
44594         (__ctype_b_loc): The variable is always initialized.
44595         (__ctype_toupper_loc): Likewise.
44596         (__ctype_tolower_loc): Likewise.
44597         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44598         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44599
44600 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44601
44602         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44603
44604         * configure.in: Also look in $cxxmachine/include for C++ system
44605         headers.
44606
44607 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44608
44609         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44610         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44611         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44612         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44613         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44614         (USE_AS_WMEMCMP): New macro.
44615         Fixing indents.
44616         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44617         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44618         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44619         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44620         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44621         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44622         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44623         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44624         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44625         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44626         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44627         (USE_AS_WMEMCMP): New macro.
44628         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44629         * sysdeps/string/test-memcmp.c: Update.
44630         Fix simple_wmemcmp.
44631         Add new tests.
44632         * wcsmbs/wmemcmp.c: Update.
44633         (WMEMCMP): New macro.
44634         Fix overflow bug.
44635
44636 2011-10-12  Andreas Jaeger  <aj@suse.de>
44637
44638         [BZ #13268]
44639         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44640
44641 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44642
44643         * libio/iofwide.c (do_length): Avoid warning.
44644
44645         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44646
44647 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44648
44649         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44650
44651         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44652         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44653         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44654         * sysdeps/i386/i686/fpu/e_log.S: New file.
44655         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44656         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44657
44658         * ctype/ctype.h: Add support for inlined isXXX functions when
44659         compiling C++ code.
44660
44661 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44662
44663         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44664
44665         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44666
44667 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44668
44669         [BZ #13291]
44670         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44671
44672 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44673
44674         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44675         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44676         feraiseexcept.
44677
44678         * sysdeps/x86_64/memrchr.S: Check for zero size.
44679
44680         * string/stratcliff.c: Add memrchr tests.
44681
44682 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44683
44684         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44685         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44686         rawmemchr-sse2 rawmemchr-sse2-bsf.
44687         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44688         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44689         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44690         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44691         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44692         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44693         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44694         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44695         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44696         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44697         * string/memrchr.c (MEMRCHR): New macro.
44698
44699 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44700
44701         Add integration with gcc's -ffinite-math-only and optimize wrapper
44702         functions in libm.
44703         * Versions.def: Define GLIBC_2.15 version for libm.
44704         * math/Makefile (headers): Add bits/math-finite.h.
44705         * math/bits/math-finite.h: New file.
44706         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
44707         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
44708         * math/e_acoshl.c: Add __*_finite alias.
44709         * math/e_acosl.c: Likewise.
44710         * math/e_asinl.c: Likewise.
44711         * math/e_atan2l.c: Likewise.
44712         * math/e_atanhl.c: Likewise.
44713         * math/e_coshl.c: Likewise.
44714         * math/e_exp10.c: Likewise.
44715         * math/e_exp10f.c: Likewise.
44716         * math/e_exp10l.c: Likewise.
44717         * math/e_exp2l.c: Likewise.
44718         * math/e_fmodl.c: Likewise.
44719         * math/e_gammal_r.c: Likewise.
44720         * math/e_hypotl.c: Likewise.
44721         * math/e_j0l.c: Likewise.
44722         * math/e_j1l.c: Likewise.
44723         * math/e_jnl.c: Likewise.
44724         * math/e_lgammal_r.c: Likewise.
44725         * math/e_log10l.c: Likewise.
44726         * math/e_log2l.c: Likewise.
44727         * math/e_logl.c: Likewise.
44728         * math/e_powl.c: Likewise.
44729         * math/e_sinhl.c: Likewise.
44730         * math/e_sqrtl.c: Likewise.
44731         * math/e_scalb.c: Completely rewritten and optimized.
44732         * math/e_scalbf.c: Likewise.
44733         * math/e_scalbl.c: Likewise.
44734         * math/w_acos.c: Likewise.
44735         * math/w_acosf.c: Likewise.
44736         * math/w_acosl.c: Likewise.
44737         * math/w_acosh.c: Likewise.
44738         * math/w_acoshf.c: Likewise.
44739         * math/w_acoshl.c: Likewise.
44740         * math/w_asin.c: Likewise.
44741         * math/w_asinf.c: Likewise.
44742         * math/w_asinl.c: Likewise.
44743         * math/w_atan2.c: Likewise.
44744         * math/w_atan2f.c: Likewise.
44745         * math/w_atan2l.c: Likewise.
44746         * math/w_atanh.c: Likewise.
44747         * math/w_atanhf.c: Likewise.
44748         * math/w_atanhl.c: Likewise.
44749         * math/w_exp10.c: Likewise.
44750         * math/w_exp10f.c: Likewise.
44751         * math/w_exp10l.c: Likewise.
44752         * math/w_fmod.c: Likewise.
44753         * math/w_fmodf.c: Likewise.
44754         * math/w_fmodl.c: Likewise.
44755         * math/w_j0.c: Likewise.
44756         * math/w_j0f.c: Likewise.
44757         * math/w_j0l.c: Likewise.
44758         * math/w_j1.c: Likewise.
44759         * math/w_j1f.c: Likewise.
44760         * math/w_j1l.c: Likewise.
44761         * math/w_jn.c: Likewise.
44762         * math/w_jnf.c: Likewise.
44763         * math/w_log.c: Likewise.
44764         * math/w_logf.c: Likewise.
44765         * math/w_logl.c: Likewise.
44766         * math/w_log10.c: Likewise.
44767         * math/w_log10f.c: Likewise.
44768         * math/w_log10l.c: Likewise.
44769         * math/w_log2.c: Likewise.
44770         * math/w_log2f.c: Likewise.
44771         * math/w_log2l.c: Likewise.
44772         * math/w_pow.c: Likewise.
44773         * math/w_powf.c: Likewise.
44774         * math/w_powl.c: Likewise.
44775         * math/w_remainder.c: Likewise.
44776         * math/w_remainderf.c: Likewise.
44777         * math/w_remainderl.c: Likewise.
44778         * math/w_scalb.c: Likewise.
44779         * math/w_scalbf.c: Likewise.
44780         * math/w_scalbl.c: Likewise.
44781         * math/w_sqrt.c: Likewise.
44782         * math/w_sqrtf.c: Likewise.
44783         * math/w_sqrtl.c: Likewise.
44784         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
44785         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
44786         used.
44787         * math/math_private.h: Declare __kernel_standard_f.
44788         * math/w_cosh.c: Remove cruft and optimize a bit.
44789         * math/w_coshf.c: Likewise.
44790         * math/w_coshl.c: Likewise.
44791         * math/w_exp2.c: Likewise.
44792         * math/w_exp2f.c: Likewise.
44793         * math/w_exp2l.c: Likewise.
44794         * math/w_hypot.c: Likewise.
44795         * math/w_hypotf.c: Likewise.
44796         * math/w_hypotl.c: Likewise.
44797         * math/w_lgamma.c: Likewise.
44798         * math/w_lgamma_r.c: Likewise.
44799         * math/w_lgammaf.c: Likewise.
44800         * math/w_lgammaf_r.c: Likewise.
44801         * math/w_lgammal.c: Likewise.
44802         * math/w_lgammal_r.c: Likewise.
44803         * math/w_sinh.c: Likewise.
44804         * math/w_sinhf.c: Likewise.
44805         * math/w_sinhl.c: Likewise.
44806         * math/w_tgamma.c: Likewise.
44807         * math/w_tgammaf.c: Likewise.
44808         * math/w_tgammal.c: Likewise.
44809         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44810         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44811         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
44812         Minor optimizations.  Pretty printing.  Remove cruft.
44813         * sysdeps/i386/fpu/e_acosf.S: Likewise.
44814         * sysdeps/i386/fpu/e_acosh.S: Likewise.
44815         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
44816         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
44817         * sysdeps/i386/fpu/e_acosl.c: Likewise.
44818         * sysdeps/i386/fpu/e_asin.S: Likewise.
44819         * sysdeps/i386/fpu/e_asinf.S: Likewise.
44820         * sysdeps/i386/fpu/e_atan2.S: Likewise.
44821         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
44822         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
44823         * sysdeps/i386/fpu/e_atanh.S: Likewise.
44824         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
44825         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
44826         * sysdeps/i386/fpu/e_exp10.S: Likewise.
44827         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
44828         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
44829         * sysdeps/i386/fpu/e_exp2.S: Likewise.
44830         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
44831         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
44832         * sysdeps/i386/fpu/e_fmod.S: Likewise.
44833         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
44834         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
44835         * sysdeps/i386/fpu/e_hypot.S: Likewise.
44836         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
44837         * sysdeps/i386/fpu/e_log.S: Likewise.
44838         * sysdeps/i386/fpu/e_log10.S: Likewise.
44839         * sysdeps/i386/fpu/e_log10f.S: Likewise.
44840         * sysdeps/i386/fpu/e_log10l.S: Likewise.
44841         * sysdeps/i386/fpu/e_log2.S: Likewise.
44842         * sysdeps/i386/fpu/e_log2f.S: Likewise.
44843         * sysdeps/i386/fpu/e_log2l.S: Likewise.
44844         * sysdeps/i386/fpu/e_logf.S: Likewise.
44845         * sysdeps/i386/fpu/e_logl.S: Likewise.
44846         * sysdeps/i386/fpu/e_pow.S: Likewise.
44847         * sysdeps/i386/fpu/e_powf.S: Likewise.
44848         * sysdeps/i386/fpu/e_powl.S: Likewise.
44849         * sysdeps/i386/fpu/e_remainder.S: Likewise.
44850         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
44851         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
44852         * sysdeps/i386/fpu/e_scalb.S: Likewise.
44853         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
44854         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
44855         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
44856         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
44857         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
44858         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44859         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44860         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44861         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44862         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44863         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44864         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
44865         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44866         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44867         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44868         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44869         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44870         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44871         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44872         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44873         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44874         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44875         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44876         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44877         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44879         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44880         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44881         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44882         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44883         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44884         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44885         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44886         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
44887         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44888         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44889         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44890         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44891         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44892         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44893         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44894         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44895         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44896         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44897         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44898         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44899         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44900         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44901         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44902         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44903         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44904         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44905         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44906         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44907         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
44908         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44909         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44910         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44911         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44912         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44913         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44914         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44915         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44916         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44917         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44918         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44919         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44920         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44921         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44922         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44923         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44924         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44925         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44926         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
44927         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44928         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44929         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44930         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44933         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44934         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
44935         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44936         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44937         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44938         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44939         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44940         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
44941         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44942         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44943         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44944         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44945         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44946         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44947         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44948         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44949         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44950         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44951         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
44952         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44953         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44954         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44955         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
44956         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
44957         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
44958         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
44959         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
44960         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
44961         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
44962         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44963         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44964         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44965         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44966         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44967         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44968         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44969         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44970         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44971         (__isnanf): Likewise.
44972         (__isinf_ns): Likewise.
44973         (__isinf_nsf): Likewise.
44974         (__finite): Likewise.
44975         (__finitef): Likewise.
44976         (__ieee754_sqrt): Define as macro.
44977         (__ieee754_sqrtf): Define as macro.
44978         (__ieee754_sqrtl): Define as macro.
44979         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44980         inlined copy.
44981         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44982         __FINITE_MATH_ONLY__ consistent.
44983         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44984
44985 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44986
44987         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44988         of rawmemchr.
44989
44990         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44991
44992 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44993
44994         * po/ja.po: Update from translation team.
44995
44996 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44997
44998         * locale/programs/locarchive.c (prepare_address_space): New function.
44999         (create_archive, enlarge_archive, open_archive): Use it.
45000
45001         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45002         inside [SHARED], where it is used.
45003
45004         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45005
45006         * nss/getent.c (netgroup_keys): Remove unused variable.
45007         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45008
45009 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45010
45011         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45012         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45013         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45014         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45015         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45016         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45017         * math/Makefile (libm-calls): Add s_isinf_ns.
45018         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45019         * math/multc3.c: Likewise.
45020         * math/s_casin.c: Likewise.
45021         * math/s_casinf.c: Likewise.
45022         * math/s_casinl.c: Likewise.
45023         * math/s_ccos.c: Likewise.
45024         * math/s_ccosf.c: Likewise.
45025         * math/s_ccosl.c: Likewise.
45026         * math/s_ctan.c: Likewise.
45027         * math/s_ctanf.c: Likewise.
45028         * math/s_ctanh.c: Likewise.
45029         * math/s_ctanhf.c: Likewise.
45030         * math/s_ctanhl.c: Likewise.
45031         * math/s_ctanl.c: Likewise.
45032         * math/w_fmod.c: Likewise.
45033         * math/w_fmodf.c: Likewise.
45034         * math/w_fmodl.c: Likewise.
45035         * math/w_remainder.c: Likewise.
45036         * math/w_remainderf.c: Likewise.
45037         * math/w_remainderl.c: Likewise.
45038         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45039         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45040         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45041         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45042         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45043         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45044         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45045         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45046
45047         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45048         of the number.
45049         * stdio-common/printf_fphex.c: Likewise.
45050         * stdio-common/printf_size.c: Likewise.
45051
45052         * math/e_exp10.c: Include math_private.h using <...> not "...".
45053         * math/e_exp10f.c: Likewise.
45054         * math/e_exp10l.c: Likewise.
45055         * math/e_exp2l.c: Likewise.
45056         * math/e_j0l.c: Likewise.
45057         * math/e_j1l.c: Likewise.
45058         * math/e_jnl.c: Likewise.
45059         * math/e_lgammal_r.c: Likewise.
45060         * math/e_rem_pio2l.c: Likewise.
45061         * math/e_scalb.c: Likewise.
45062         * math/e_scalbf.c: Likewise.
45063         * math/e_scalbl.c: Likewise.
45064         * math/k_cosl.c: Likewise.
45065         * math/k_sinl.c: Likewise.
45066         * math/k_tanl.c: Likewise.
45067         * math/s_cacoshf.c: Likewise.
45068         * math/s_catan.c: Likewise.
45069         * math/s_catanf.c: Likewise.
45070         * math/s_catanh.c: Likewise.
45071         * math/s_catanhf.c: Likewise.
45072         * math/s_catanhl.c: Likewise.
45073         * math/s_catanl.c: Likewise.
45074         * math/s_ccosh.c: Likewise.
45075         * math/s_ccoshf.c: Likewise.
45076         * math/s_ccoshl.c: Likewise.
45077         * math/s_cexp.c: Likewise.
45078         * math/s_cexpf.c: Likewise.
45079         * math/s_cexpl.c: Likewise.
45080         * math/s_clog.c: Likewise.
45081         * math/s_clog10.c: Likewise.
45082         * math/s_clog10f.c: Likewise.
45083         * math/s_clog10l.c: Likewise.
45084         * math/s_clogf.c: Likewise.
45085         * math/s_clogl.c: Likewise.
45086         * math/s_csin.c: Likewise.
45087         * math/s_csinf.c: Likewise.
45088         * math/s_csinh.c: Likewise.
45089         * math/s_csinhf.c: Likewise.
45090         * math/s_csinhl.c: Likewise.
45091         * math/s_csinl.c: Likewise.
45092         * math/s_csqrt.c: Likewise.
45093         * math/s_csqrtf.c: Likewise.
45094         * math/s_csqrtl.c: Likewise.
45095         * math/s_ctan.c: Likewise.
45096         * math/s_ctanf.c: Likewise.
45097         * math/s_ctanh.c: Likewise.
45098         * math/s_ctanhf.c: Likewise.
45099         * math/s_ctanhl.c: Likewise.
45100         * math/s_ctanl.c: Likewise.
45101         * math/s_ldexp.c: Likewise.
45102         * math/s_ldexpf.c: Likewise.
45103         * math/s_ldexpl.c: Likewise.
45104         * math/s_significand.c: Likewise.
45105         * math/s_significandf.c: Likewise.
45106         * math/s_significandl.c: Likewise.
45107         * math/w_acos.c: Likewise.
45108         * math/w_acosf.c: Likewise.
45109         * math/w_acosh.c: Likewise.
45110         * math/w_acoshf.c: Likewise.
45111         * math/w_acoshl.c: Likewise.
45112         * math/w_acosl.c: Likewise.
45113         * math/w_asin.c: Likewise.
45114         * math/w_asinf.c: Likewise.
45115         * math/w_asinl.c: Likewise.
45116         * math/w_atan2.c: Likewise.
45117         * math/w_atan2f.c: Likewise.
45118         * math/w_atan2l.c: Likewise.
45119         * math/w_atanh.c: Likewise.
45120         * math/w_atanhf.c: Likewise.
45121         * math/w_atanhl.c: Likewise.
45122         * math/w_cosh.c: Likewise.
45123         * math/w_coshf.c: Likewise.
45124         * math/w_coshl.c: Likewise.
45125         * math/w_dremf.c: Likewise.
45126         * math/w_exp10.c: Likewise.
45127         * math/w_exp10f.c: Likewise.
45128         * math/w_exp10l.c: Likewise.
45129         * math/w_exp2.c: Likewise.
45130         * math/w_exp2f.c: Likewise.
45131         * math/w_fmod.c: Likewise.
45132         * math/w_fmodf.c: Likewise.
45133         * math/w_fmodl.c: Likewise.
45134         * math/w_hypot.c: Likewise.
45135         * math/w_hypotf.c: Likewise.
45136         * math/w_hypotl.c: Likewise.
45137         * math/w_j0.c: Likewise.
45138         * math/w_j0f.c: Likewise.
45139         * math/w_j0l.c: Likewise.
45140         * math/w_j1.c: Likewise.
45141         * math/w_j1f.c: Likewise.
45142         * math/w_j1l.c: Likewise.
45143         * math/w_jn.c: Likewise.
45144         * math/w_jnf.c: Likewise.
45145         * math/w_jnl.c: Likewise.
45146         * math/w_lgamma.c: Likewise.
45147         * math/w_lgamma_r.c: Likewise.
45148         * math/w_lgammaf.c: Likewise.
45149         * math/w_lgammaf_r.c: Likewise.
45150         * math/w_lgammal.c: Likewise.
45151         * math/w_lgammal_r.c: Likewise.
45152         * math/w_log.c: Likewise.
45153         * math/w_log10.c: Likewise.
45154         * math/w_log10f.c: Likewise.
45155         * math/w_log10l.c: Likewise.
45156         * math/w_log2.c: Likewise.
45157         * math/w_log2f.c: Likewise.
45158         * math/w_log2l.c: Likewise.
45159         * math/w_logf.c: Likewise.
45160         * math/w_logl.c: Likewise.
45161         * math/w_pow.c: Likewise.
45162         * math/w_powf.c: Likewise.
45163         * math/w_powl.c: Likewise.
45164         * math/w_remainder.c: Likewise.
45165         * math/w_remainderf.c: Likewise.
45166         * math/w_remainderl.c: Likewise.
45167         * math/w_scalb.c: Likewise.
45168         * math/w_scalbf.c: Likewise.
45169         * math/w_scalbl.c: Likewise.
45170         * math/w_sinh.c: Likewise.
45171         * math/w_sinhf.c: Likewise.
45172         * math/w_sinhl.c: Likewise.
45173         * math/w_sqrt.c: Likewise.
45174         * math/w_sqrtf.c: Likewise.
45175         * math/w_sqrtl.c: Likewise.
45176         * math/w_tgamma.c: Likewise.
45177         * math/w_tgammaf.c: Likewise.
45178         * math/w_tgammal.c: Likewise.
45179
45180         * po/ja.po: Update from translation team.
45181
45182 2011-09-29  Andreas Jaeger  <aj@suse.de>
45183
45184         [BZ #13179]
45185         * sunrpc/netname.c (netname2host): Fix logic.
45186
45187         [BZ #6779]
45188         [BZ #6783]
45189         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45190         correctly.
45191         * math/w_remainder.c (__remainder): Likewise.
45192         * math/w_remainderf.c (__remainderf): Likewise.
45193         * math/libm-test.inc (remainder_test): Add test cases.
45194
45195 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45196
45197         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45198         sdiv_qrnnd.
45199
45200 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45201
45202         * string/test-memcmp.c: Avoid unncessary #defines.
45203         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45204
45205 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45206
45207         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45208         Use new sse2 version for core i3 - i7 as it's faster
45209         than sse42 version.
45210         (bit_Prefer_PMINUB_for_stringop): New.
45211         * sysdeps/x86_64/rawmemchr.S: Update.
45212         Replace with faster SSE2 version.
45213         * sysdeps/x86_64/memrchr.S: New file.
45214         * sysdeps/x86_64/memchr.S: Update.
45215         Replace with faster SSE2 version.
45216
45217 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45218
45219         * elf/dl-load.c (lose): Add cast to avoid warning.
45220
45221 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45222
45223         * po/ca.po: Update from translation team.
45224
45225         * inet/getnetgrent_r.c: Hook up nscd.
45226         * nscd/Makefile (routines): Add nscd_netgroup.
45227         (nscd-modules): Add netgroupcache.
45228         (CFLAGS-netgroupcache.c): Define.
45229         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45230         (cache_search): Add const to second parameter.
45231         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45232         INNETGR.
45233         (dbs): Add netgrdb entry.
45234         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45235         (verify_persistent_db): Handle netgrdb.
45236         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45237         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45238         GETFDNETGR.
45239         (netgroup_response_header): Define.
45240         (innetgroup_response_header): Define.
45241         (datahead): Add netgroup_response_header and innetgroup_response_header
45242         elements.
45243         * nscd/nscd.conf: Add entries for netgroup cache.
45244         * nscd/nscd.h (dbtype): Add netgrdb.
45245         (_PATH_NSCD_NETGROUP_DB): Define.
45246         (netgroup_iov_disabled): Declare.
45247         (xmalloc, xcalloc, xrealloc): Move declarations here.
45248         (cache_search): Adjust prototype.
45249         Add netgroup-related prototypes.
45250         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45251         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45252         (__nscd_innetgr): Declare.
45253         * nscd/selinux.c (perms): Use access_vector_t as element type and
45254         add netgroup-related initializers.
45255         * nscd/netgroupcache.c: New file.
45256         * nscd/nscd_netgroup.c: New file.
45257         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45258         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45259         For four parameters use innetgr.
45260         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45261         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45262         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45263         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45264
45265         * nscd/connections.c (register_traced_file): Don't register file
45266         for disabled databases.
45267
45268 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45269
45270         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45271
45272         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45273         from tree and freeing node.
45274
45275 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45276
45277         * nss/nsswitch.c (__nss_database_lookup): Handle
45278         nss_parse_service_list out of memory case.
45279
45280 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45281
45282         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45283         out of memory case.
45284
45285 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45286
45287         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45288         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45289         pass it down.
45290         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45291         elf_machine_rela, elf_machine_lazy_rel.
45292         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45293         (ELF_DYNAMIC_DO_REL): Likewise.
45294         (ELF_DYNAMIC_DO_RELA): Likewise.
45295         (ELF_DYNAMIC_RELOCATE): Likewise.
45296         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45297         to ELF_DYNAMIC_DO_REL.
45298         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45299         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45300         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45301         elf_machine_rela.
45302         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45303         skip_ifunc, don't call ifunc function if non-zero.
45304         (elf_machine_rela): Likewise.
45305         (elf_machine_lazy_rel): Likewise.
45306         (elf_machine_lazy_rela): Likewise.
45307         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45308         (elf_machine_lazy_rel): Likewise.
45309         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45310         Likewise.
45311         (elf_machine_lazy_rel): Likewise.
45312         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45313         Likewise.
45314         (elf_machine_lazy_rel): Likewise.
45315         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45316         (elf_machine_lazy_rel): Likewise.
45317         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45318         (elf_machine_lazy_rel): Likewise.
45319         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45320         (elf_machine_lazy_rel): Likewise.
45321         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45322         (elf_machine_lazy_rel): Likewise.
45323         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45324         (elf_machine_lazy_rel): Likewise.
45325         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45326         (elf_machine_lazy_rel): Likewise.
45327
45328 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45329
45330         * nss/nss_files/files-init.c (_nss_files_init): Use static
45331         initialization for all the *_traced_file variables.
45332
45333 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45334
45335         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45336
45337 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45338
45339         [BZ #13226]
45340         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45341
45342 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45343
45344         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45345         Reread the line before reparsing it.
45346
45347 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45348
45349         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45350
45351 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45352             Maxim Kuvyrkov  <maxim@codesourcery.com>
45353             Joseph Myers  <joseph@codesourcery.com>
45354
45355         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45356         if needed for __stack_chk_guard.
45357
45358 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45359
45360         * sysdeps/posix/spawni.c (script_execute): Always define it.
45361         It will be optimized away if unused.
45362         (maybe_script_execute): New function.
45363         (__spawni): Call it.
45364
45365         * Makerules: Don't include tls.make.
45366         (config-tls): Always set to thread.
45367         * tls.make.c: File removed.
45368
45369 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45370
45371         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45372         * config.make.in (CPPFLAGS-config): New substituted variable.
45373
45374 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45375
45376         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45377
45378         [BZ #13192]
45379         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45380         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45381
45382 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45383
45384         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45385         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45386         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45387         (CALL_FAIL): Likewise.
45388         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45389         (CALL_FAIL): Macro removed.
45390         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45391
45392 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45393
45394         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45395         for __FINITE_MATH_ONLY__ == 1.
45396
45397 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45398
45399         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45400         __ieee754_sqrt instead of sqrt.
45401         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45402         __ieee754_sqrtf instead of sqrtf.
45403         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45404         __floorf instead of floorf.
45405         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45406         __floorf, __truncf instead of floorf, truncf.
45407
45408 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45409
45410         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45411
45412         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45413         __extern_always_inline.
45414         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45415         32-bit.
45416
45417 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45418
45419         * elf/rtld.c (dl_main): Also relocate in dependency order when
45420         doing symbol dependency testing.
45421
45422 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45423
45424         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45425         Always define `refsym'.
45426
45427 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45428
45429         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45430         (__FD_ELT): Renamed from __FDELT.
45431         * misc/bits/select2.h (__FD_ELT): Likewise.
45432         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45433         __FD_MASK instead of __FDELT, __FDMASK.
45434         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45435         Likewise.
45436         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45437         Likewise.
45438
45439         * elf/Makefile (gen-ldd): Fix pattern.
45440
45441         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45442         (init_tls): Likewise.
45443
45444 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45445
45446         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45447
45448 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45449
45450         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45451         `struct cmsghdr *' instead of `void *'.
45452         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45453         Likewise.
45454
45455 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45456
45457         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45458         if non-absolute.
45459         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45460         ldd_rewrite_script.
45461
45462 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45463
45464         * configure.in: Remove --with-tls option.
45465         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45466         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45467         out in case it is missing.
45468         * sysdeps/ia64/elf/configure.in: Likewise.
45469         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45470         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45471         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45472         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45473         * sysdeps/sh/elf/configure.in: Likewise.
45474         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45475         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45476         * sysdeps/x86_64/elf/configure.in: Likewise.
45477         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45478         * sysdeps/mach/hurd/tls.h: Likewise.
45479
45480         [BZ #13067]
45481         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45482
45483         [BZ #13090]
45484         * configure.in: Fix use of AC_INIT.
45485
45486         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45487
45488 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45489
45490         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45491         __set_errno.
45492         * malloc/hooks.c: Likewise.
45493
45494         [BZ #11929]
45495         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45496         variables statically.
45497         (narenas): Initialize.
45498         (list_lock): Initialize.
45499         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45500         initializtion of main_arena and list_lock.  Small cleanups.
45501         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45502         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45503         Add initializers to main_arena and mp_.
45504         (malloc_state): Remove pagesize member.  Change all users to use
45505         GLRO(dl_pagesize).
45506
45507         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45508         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45509         is always initialized.
45510
45511         * malloc/malloc.c: Removed unused configurations and dead code.
45512         * malloc/arena.c: Likewise.
45513         * malloc/hooks.c: Likewise.
45514         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45515
45516         * include/tls.h: Removed.  USE___THREAD must always be defined.
45517         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45518         * elf/dl-libc.c: Likewise.
45519         * elf/dl-tsd.c: Likewise.
45520         * include/errno.h: Likewise.
45521         * include/netdb.h: Likewise.
45522         * include/resolv.h: Likewise.
45523         * inet/herrno-loc.c: Likewise.
45524         * inet/herrno.c: Likewise.
45525         * malloc/arena.c: Likewise.
45526         * malloc/hooks.c: Likewise.
45527         * malloc/malloc.c: Likewise.
45528         * resolv/res-state.c: Likewise.
45529         * resolv/res_libc.c: Likewise.
45530         * sysdeps/i386/dl-machine.h: Likewise.
45531         * sysdeps/ia64/dl-machine.h: Likewise.
45532         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45533         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45534         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45535         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45536         * sysdeps/sh/dl-machine.h: Likewise.
45537         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45538         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45539         * sysdeps/unix/i386/sysdep.S: Likewise.
45540         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45541         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45542         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45543         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45544         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45545         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45546         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45547         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45548         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45549         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45550         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45551         * sysdeps/x86_64/dl-machine.h: Likewise.
45552         * tls.make.c: Likewise.
45553
45554         * configure.in: Remove --with-__thread option.  Make tests for
45555         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45556         tls_model attribute fail if no support is available.  Remove
45557         USE_IN_LIBIO.
45558         * Makeconfig: Adjust for dropped configure option.  All features are
45559         now mandatory.
45560         * Makerules: Likewise.
45561         * Versions.def: Likewise.
45562         * argp/argp-fmtstream.c: Likewise.
45563         * argp/argp-fmtstream.h: Likewise.
45564         * argp/argp-help.c: Likewise.
45565         * assert/assert.c: Likewise.
45566         * config.h.in: Likewise.
45567         * config.make.in: Likewise.
45568         * configure: Likewise.
45569         * configure.in: Likewise.
45570         * csu/Versions: Likewise.
45571         * csu/init.c: Likewise.
45572         * elf/tst-audit2.c: Likewise.
45573         * elf/tst-tls10.c: Likewise.
45574         * elf/tst-tls10.h: Likewise.
45575         * elf/tst-tls11.c: Likewise.
45576         * elf/tst-tls12.c: Likewise.
45577         * elf/tst-tls14.c: Likewise.
45578         * elf/tst-tlsmod11.c: Likewise.
45579         * elf/tst-tlsmod12.c: Likewise.
45580         * elf/tst-tlsmod13.c: Likewise.
45581         * elf/tst-tlsmod13a.c: Likewise.
45582         * elf/tst-tlsmod14a.c: Likewise.
45583         * elf/tst-tlsmod15b.c: Likewise.
45584         * elf/tst-tlsmod16a.c: Likewise.
45585         * elf/tst-tlsmod16b.c: Likewise.
45586         * elf/tst-tlsmod7.c: Likewise.
45587         * elf/tst-tlsmod8.c: Likewise.
45588         * elf/tst-tlsmod9.c: Likewise.
45589         * gmon/gmon.c: Likewise.
45590         * grp/fgetgrent_r.c: Likewise.
45591         * grp/putgrent.c: Likewise.
45592         * hurd/fopenport.c: Likewise.
45593         * include/libc-symbols.h: Likewise.
45594         * include/tls.h: Likewise.
45595         * intl/gettextP.h: Likewise.
45596         * intl/loadinfo.h: Likewise.
45597         * locale/global-locale.c: Likewise.
45598         * locale/localeinfo.h: Likewise.
45599         * mach/devstream.c: Likewise.
45600         * malloc/arena.c: Likewise.
45601         * malloc/set-freeres.c: Likewise.
45602         * misc/err.c: Likewise.
45603         * misc/getttyent.c: Likewise.
45604         * misc/mntent_r.c: Likewise.
45605         * posix/getopt.c: Likewise.
45606         * posix/wordexp.c: Likewise.
45607         * pwd/fgetpwent_r.c: Likewise.
45608         * resolv/Versions: Likewise.
45609         * resolv/res_hconf.c: Likewise.
45610         * shadow/fgetspent_r.c: Likewise.
45611         * shadow/putspent.c: Likewise.
45612         * stdio-common/printf_fphex.c: Likewise.
45613         * stdio-common/tmpfile.c: Likewise.
45614         * stdlib/abort.c: Likewise.
45615         * stdlib/fmtmsg.c: Likewise.
45616         * sunrpc/auth_unix.c: Likewise.
45617         * sunrpc/clnt_perr.c: Likewise.
45618         * sunrpc/clnt_tcp.c: Likewise.
45619         * sunrpc/clnt_udp.c: Likewise.
45620         * sunrpc/clnt_unix.c: Likewise.
45621         * sunrpc/openchild.c: Likewise.
45622         * sunrpc/svc_simple.c: Likewise.
45623         * sunrpc/svc_tcp.c: Likewise.
45624         * sunrpc/svc_udp.c: Likewise.
45625         * sunrpc/svc_unix.c: Likewise.
45626         * sunrpc/xdr.c: Likewise.
45627         * sunrpc/xdr_array.c: Likewise.
45628         * sunrpc/xdr_rec.c: Likewise.
45629         * sunrpc/xdr_ref.c: Likewise.
45630         * sunrpc/xdr_stdio.c: Likewise.
45631
45632 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45633
45634         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45635
45636 2011-07-03  Andreas Jaeger  <aj@suse.de>
45637
45638         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45639         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45640         regenerate with gen-libm-tests.pl.
45641
45642 2010-05-12  Petr Baudis  <pasky@suse.cz>
45643
45644         [BZ #11589]
45645         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45646         around j0() zero points by switching to j1().
45647         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45648         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45649         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45650         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45651
45652 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45653
45654         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45655         instead of 0.
45656         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45657         instead of 0.
45658         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45659         Patch in part by Pavel Roskin <proski@gnu.org>.
45660
45661         [BZ #13138]
45662         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45663         realloc.
45664         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45665         Free memory block if necessary.
45666
45667         [BZ #12847]
45668         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45669         be NULL.  Don't lock in this case.
45670
45671 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45672
45673         * elf/elf.h (ELFOSABI_GNU): New macro.
45674         (ELFOSABI_LINUX): Define to that.
45675
45676 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45677
45678         * string/strncat.c (strncat): Undef the symbol in case it has been
45679         defined in bits/string.h.
45680
45681 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45682
45683         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45684
45685         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45686         link map.
45687
45688 2011-08-17  Andreas Jaeger  <aj@suse.de>
45689
45690         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45691
45692 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45693             Ian Lance Taylor  <iant@google.com>
45694
45695         * math/libm-test.inc (lround_test): New testcase.
45696         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45697
45698 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45699
45700         * Makefile: Remove support for automatic cvs check-ins.
45701         * Makerules: Likewise.
45702         * config.make.in: Likewise.
45703         * configure.in: Likewise.
45704         * intl/Makefile: Likewise.
45705         * locale/Makefile: Likewise.
45706         * po/Makefile: Likewise.
45707         * posix/Makefile: Likewise.
45708         * sysdeps/gnu/Makefile: Likewise.
45709         * sysdeps/mach/hurd/Makefile: Likewise.
45710         * sysdeps/sparc/sparc32/Makefile: Likewise.
45711
45712         [BZ #13118]
45713         * posix/Makefile (bug-regex32-ENV): Define.
45714         Patch by John Stanley <jpsinthemix@verizon.net>.
45715
45716         * misc/Makefile (headers): Add bits/select2.h.
45717         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
45718         * misc/bits/select2.h: New file.
45719         * include/bits/select2.h: New file.
45720         * debug/Makefile (routines): Add fdelt_chk.
45721         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
45722         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
45723         FD_ISSET.
45724         * debug/fdelt_chk.c: New file.
45725
45726         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
45727         * wcsmbs/test-wmemcmp.c: Likewise.
45728         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
45729         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
45730
45731 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45732
45733         * string/Makefile (strop-tests): Add memcmp.
45734         * string/test-wmemcmp.c: New file.
45735         * string/test-memcmp.c: Add wmemcmp support.
45736
45737 2011-09-08  Roland McGrath  <roland@hack.frob.com>
45738
45739         [BZ #13153]
45740         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
45741         2011-07-19 change.
45742
45743         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
45744         garbage value in a __mach_port_mod_refs call in the cases of the
45745         task-self and thread-self ports.
45746
45747 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45748
45749         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
45750
45751 2011-09-08  Andreas Schwab  <schwab@redhat.com>
45752
45753         * elf/dl-load.c (lose): Check for non-null L.
45754
45755 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45756
45757         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
45758
45759         * elf/dl-libc.c (dlerror_run): Pass back error code from
45760         dl_catch_error.
45761
45762         [BZ #13123]
45763         * elf/dl-load.c (lose): Free l_origin if it is valid.
45764
45765         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
45766         names.
45767         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
45768         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45769         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45770         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45771         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
45772         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
45773
45774 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45775
45776         * sysdeps/powerpc/fpu/e_hypot.c: New file.
45777         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
45778         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
45779         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
45780         * sysdeps/powerpc/fpu/k_cosf.c: New file.
45781         * sysdeps/powerpc/fpu/k_sinf.c: New file.
45782         * sysdeps/powerpc/fpu/s_cosf.c: New file.
45783         * sysdeps/powerpc/fpu/s_sinf.c: New file.
45784         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
45785         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
45786
45787 2011-08-15  Alan Modra  <amodra@gmail.com>
45788
45789         [BZ #13092]
45790         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
45791         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
45792         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
45793         ppc_mcount to static-only-routines.
45794         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
45795         __mcount_internal.
45796         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
45797         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
45798
45799 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
45800
45801         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
45802         for finite and infinity parameters.
45803
45804 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
45805
45806         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
45807         and add nop instructions for throughput optimization.
45808         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
45809
45810 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
45811
45812         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
45813         aligned copy for power7 with vector-scalar instructions.
45814         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
45815
45816 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
45817
45818         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
45819         AVX check.
45820
45821 2011-09-07  Andreas Schwab  <schwab@redhat.com>
45822
45823         [BZ #13144]
45824         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
45825         last change.
45826
45827 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45828
45829         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45830         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
45831         syscall wrapper around clock_gettime in __vdso_clock_gettime.
45832         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
45833         clock_gettime.
45834
45835 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45836
45837         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
45838         Forgot to demangle the pointer.
45839
45840         * sysdeps/i386/sysdep.h: Define atom_text_section.
45841         * sysdeps/x86_64/sysdep.h: Likewise.
45842         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
45843         section with atom_text_section.
45844         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45845         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45846         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
45847         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45848         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
45849
45850         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
45851         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
45852         already be defined.  Change to take two parameters and don't assign
45853         result to variable.  Adjust all users.
45854         Define INTERNAL_GETTIME if not already defined.
45855         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
45856         call.
45857         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
45858         HAVE_CLOCK_GETTIME_VSYSCALL.
45859         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
45860
45861         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
45862         gettimeofday vsyscall, just use time.
45863
45864 2011-09-06  Andreas Schwab  <schwab@redhat.com>
45865
45866         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
45867         <errno.h>.
45868
45869 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45870
45871         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
45872         syscall on x86-64.
45873         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
45874         syscall.
45875         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
45876         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
45877         syscall if possible.
45878
45879 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45880
45881         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
45882         e_ident.  Don't pass to find_mapsXX.
45883         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
45884
45885 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45886
45887         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45888         strchr-sse2-no-bsf strrchr-sse2-no-bsf
45889         * sysdeps/x86_64/multiarch/strchr.S: Update.
45890         Check bit_slow_BSF bit.
45891         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
45892         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
45893         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
45894
45895 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45896
45897         [BZ #13134]
45898         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
45899         before glibc 2.15.
45900         (tryshell): Define.
45901         (__spawni): Change last parameter to be flag.  Test
45902         SPAWN_XFLAGS_USE_PATH flag to use path or not.
45903         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
45904         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
45905         * posix/spawni.c: Likewise.
45906         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
45907         * posix/spawnp.c: Likewise.  Change normal version to use
45908         SPAWN_XFLAGS_USE_PATH.
45909         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
45910         SPAWN_XFLAGS_TRY_SHELL.
45911
45912         [BZ #13150]
45913         * posix/glob.h: Remove gcc 1.x support.
45914
45915         [BZ #13068]
45916         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
45917
45918 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45919
45920         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45921         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
45922         strrchr-sse2-bsf
45923         * sysdeps/i386/i686/multiarch/strchr.S: New file.
45924         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
45925         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
45926         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
45927         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
45928         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
45929
45930 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45931
45932         * sysdeps/x86_64/wcscmp.S: New file.
45933
45934         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
45935         wcscmp-c wcscmp-sse2
45936         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
45937         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
45938         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
45939         * wcsmbs/wcscmp.c: Allow renaming.
45940
45941 2011-09-05  David S. Miller  <davem@davemloft.net>
45942
45943         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
45944         stack slot, rather than the struct return pointer slot.
45945         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
45946         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
45947         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
45948         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
45949
45950 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45951
45952         * po/ja.po: Update from translation team.
45953
45954         [BZ #13144]
45955         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
45956         kernel in 64-bit binaries.
45957
45958 2011-09-01  David S. Miller  <davem@davemloft.net>
45959
45960         * elf/elf.h (HWCAP_SPARC_*): Move to..
45961         * sysdeps/sparc/sysdep.h: this new file and add new values.
45962         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
45963         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
45964         _DL_HWCAP_COUNT to 24.
45965         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45966         entries.
45967         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45968         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45969         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45970         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45971         instead of magic constants.
45972         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45973
45974 2011-08-31  David S. Miller  <davem@davemloft.net>
45975
45976         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45977         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45978         Reimplement to do errno handling inline.
45979         (SYSCALL_ERROR_HANDLER): New macro.
45980         (__SYSCALL_STRING): Do not do errno handling in asm.
45981         (__CLONE_SYSCALL_STRING): Delete.
45982         (__INTERNAL_SYSCALL_STRING): Delete.
45983         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45984         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45985         (PSEUDO): Reimplement to do errno handling inline.
45986         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45987         (SYSCALL_ERROR_HANDLER): New macro.
45988         (__SYSCALL_STRING): Do not do errno handling in asm.
45989         (__CLONE_SYSCALL_STRING): Delete.
45990         (__INTERNAL_SYSCALL_STRING): Delete.
45991         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45992         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45993         i386.
45994         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45995         (inline_syscall*): Add 'err' argument.
45996         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45997         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45998         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45999         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46000
46001         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46002         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46003
46004 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46005
46006         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46007
46008 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46009
46010         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46011         directive.
46012
46013 2011-08-24  David S. Miller  <davem@davemloft.net>
46014
46015         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46016
46017 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46018
46019         * elf/Makefile: Add rules to build and run unload8 test.
46020         * elf/unload8.c: New file.
46021         * elf/unload8mod1.c: New file.
46022         * elf/unload8mod1x.c: New file.
46023         * elf/unload8mod2.c: New file.
46024         * elf/unload8mod3.c: New file.
46025
46026         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46027         it wasn't used.
46028
46029 2011-08-23  David S. Miller  <davem@davemloft.net>
46030
46031         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46032         subtract stack bias.
46033         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46034         %sp not %fp in calculations.
46035         (_JMPBUF_UNWINDS_ADJ): Likewise.
46036
46037         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46038         (aio_suspend): Call it to force an exception region around the
46039         AIO_MISC_WAIT() invocation.
46040
46041 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46042
46043         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46044         backslash.
46045
46046 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46047
46048         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46049         protection macro.
46050         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46051         and <dl-machine.h>.
46052         (Elf64_FuncDesc): Remove.
46053
46054 2011-08-22  David S. Miller  <davem@davemloft.net>
46055
46056         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46057         sigaltstack check, add missing cfi directives.
46058         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46059         missing cfi directives, and sigaltstack handling.
46060
46061 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46062
46063         [BZ #11724]
46064         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46065         object is seen twice.
46066         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46067
46068         * elf/Makefile (distribute): Add tst-initorder2.c.
46069         (tests): Add tst-initorder2.
46070         (modules-names): Add tst-initorder2a tst-initorder2b
46071         tst-initorder2c tst-initorder2d.  Add rules to build them.
46072         ($(objpfx)tst-initorder2.out): New rule.
46073         * elf/tst-initorder2.c: New file.
46074         * elf/tst-initorder2.exp: New file.
46075
46076 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46077
46078         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46079
46080         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46081         dependencies back to end of function.
46082
46083         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46084         $(elfobjdir)/ld.so.
46085
46086 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46087
46088         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46089         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46090         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46091         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46092         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46093         of __vdso_gettimeofday.
46094         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46095         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46096         attribute_hidden.
46097         (_libc_vdso_platform_setup): Remove initialization of
46098         __vdso_gettimeofday and __vdso_time.
46099
46100 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46101
46102         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46103         and fgetc_unlocked.
46104         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46105         getc_unlocked.
46106
46107         * elf/dl-open.c (add_to_global): Report additions to the global scope
46108         for LD_DEBUG=scopes.
46109         (dl_open_worker): Also print scope of newly loaded dependencies.
46110         (_dl_show_scope): Indicate if there is no scope.
46111
46112         [BZ #13114]
46113         * stdio-common/Makefile (tests): Add bug24.
46114         * stdio-common/bug24.c: New file.
46115
46116 2011-08-19  Andreas Jaeger  <aj@suse.de>
46117
46118         [BZ #13114]
46119         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46120         non-existant file when using close-on-exec mode.
46121
46122 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46123
46124         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46125         the very first instruction.
46126
46127         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46128         the CFI state in the end.
46129         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46130         inclusion of dl-trampoline.h.
46131         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46132
46133 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46134
46135         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46136         expectations for long double.
46137
46138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46139         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46140
46141 2011-08-14  David S. Miller  <davem@davemloft.net>
46142
46143         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46144         artificual limit depends upon the system page size.
46145
46146 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46147
46148         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46149         * resolv/Makefile: Define CFLAGS-libresolv.
46150
46151 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46152
46153         * nss/makedb.c (compute_tables): Make variables used in nested
46154         function static.
46155
46156 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46157
46158         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46159         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46160         if buffer was too small.
46161
46162         * elf/pldd.c (main): Attach to all threads in the process.
46163         Rewrite /proc handling to use *at functions.
46164
46165 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46166
46167         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46168         specifies first scope to show.
46169         (dl_open_worker): Update callers.  Move printing scope of new
46170         object to before the relocation.
46171         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46172         * sysdeps/generic/ldsodefs.h: Update declaration.
46173
46174         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46175         string for the scope number.
46176
46177 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46178
46179         * nscd/servicescache.c (cache_addserv): Make sure written is always
46180         initialized.
46181
46182 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46183
46184         * sysdeps/i386/i486/bits/atomic.h
46185         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46186         statement expression, so as to suppress "set but not used" warning.
46187         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46188
46189         * string/strncat.c (STRNCAT): Use prototype definition.
46190
46191         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46192         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46193         -Iprograms here.
46194         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46195         (localedef-modules): Add localedef.
46196         (locale-modules): Add locale.
46197
46198         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46199         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46200         to avoid a warning.
46201
46202 2011-08-14  David S. Miller  <davem@davemloft.net>
46203
46204         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46205         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46206
46207 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46208
46209         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46210         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46211         * elf/rtld.c (dl_main): Set l_name of vDSO.
46212         Call _dl_show_scope when DL_DEBUG_SCOPES.
46213         (process_dl_debug): Recognize scopes flag and also set it for all.
46214         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46215         Declare _dl_show_scope.
46216
46217         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46218         (do_dlopen): Pass caller_dlopen to dl_open.
46219         (__libc_dlopen_mode): Initialize caller_dlopen.
46220
46221         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46222         of libc.  Make tolower call locale-independent.  Optimize a bit by
46223         using isdigit instead of isalnum.
46224         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46225
46226 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46227
46228         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46229         was a dependency or dynamically loaded.
46230
46231 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46232
46233         * intl/l10nflist.c: Allow architecture-specific pop function.
46234         * sysdeps/x86_64/l10nflist.c: New file.
46235
46236         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46237         classification.
46238
46239 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46240
46241         * include/dirent.h: Add libc_hidden_proto for scandirat and
46242         scandirat64.  Don't declare __scandirat64.
46243         * dirent/scandirat.c: Add libc_hidden_def.
46244         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46245         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46246
46247 2011-08-10  David S. Miller  <davem@davemloft.net>
46248
46249         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46250         enum.
46251         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46252         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46253         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46254
46255 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46256
46257         * Versions.def [libc]: Add GLIBC_2.15.
46258         * dirent/Makefile (routines): Add scandirat and scandirat64.
46259         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46260         GLIBC_2.15.
46261         * dirent/dirent.h: Declare scandirat and scandirat64.
46262         * dirent/scandirat.c: New file.
46263         * dirent/scandirat64.c: New file.
46264         * sysdeps/wordsize-64/scandirat.c: New file.
46265         * sysdeps/wordsize-64/scandirat64.c: New file.
46266         * dirent/opendir.c: Define opendirat.
46267         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46268         using scandirat.
46269         * dirent/scandir64.c: Adjust for scandir.c change.
46270         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46271         __scandirat64, and __scandir_cancel_handler.
46272         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46273         additional parameter and use openat instead of open (outside of ld.so).
46274         Add new __opendir as wrapper around __opendirat.
46275         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46276         here without requiring old scandirat implementation.
46277
46278 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46279
46280         * dirent/scandir.c (cancel_handler): Renamed to
46281         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46282         defined.  Adjust users.
46283         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46284         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46285
46286 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46287
46288         * string/test-string.h (IMPL): Use __STRING to expand name and then
46289         stringify it.
46290
46291         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46292         of cleanups.
46293
46294 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46295
46296         * string/Makefile: Update.
46297         (strop-tests): Append strncat.
46298         * string/test-wcscmp.c: New file.
46299         New comprehensive test for wcscmp.
46300         * string/test-strcmp.c: Update.
46301         (WIDE): New define.
46302
46303 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46304
46305         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46306         line.
46307
46308 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46309
46310         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46311         encoding to ACE if AI_IDN.
46312
46313 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46314
46315         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46316         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46317
46318 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46319
46320         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46321         Fix overflow bug in strncat.
46322         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46323
46324         * string/test-strncat.c: Update.
46325         Add new tests for checking overflow bugs.
46326
46327 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46328
46329         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46330         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46331         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46332         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46333         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46334         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46335         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46336         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46337         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46338
46339         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46340         (USE_AS_STRCAT): Define.
46341         Add strcat and strncat support.
46342         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46343
46344 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46345
46346         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46347         __n bigger than INT_MAX+1.
46348         (__strncmp_g): Likewise.
46349
46350 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46351
46352         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46353         * libio/stido.h: Likewise.
46354
46355         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46356         (AF_NFC): Define.
46357         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46358         (AF_NFC): Define.
46359
46360         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46361         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46362         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46363         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46364         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46365
46366         [BZ #13021]
46367         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46368         installed.
46369
46370         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46371         typo.
46372         (_dl_x86_64_save_sse): Likewise.
46373
46374 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46375
46376         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46377         OSXSAVE.
46378         (_dl_x86_64_save_sse): Likewise.
46379
46380         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46381
46382         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46383
46384 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46385
46386         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46387         change.
46388         (_dl_x86_64_save_sse): Use correct AVX check.
46389
46390 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46391
46392         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46393         bug in strncpy/strncat.
46394         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46395
46396 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46397
46398         * string/tester.c (test_strcat): Add tests for different alignments
46399         of source and destination.
46400         (test_strncat): Likewise.
46401
46402 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46403
46404         [BZ #12852]
46405         * posix/glob.c (glob): Check passed in values before using them in
46406         expressions to avoid some overflows.
46407         (glob_in_dir): Likewise.
46408
46409         [BZ #13007]
46410         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46411         check for AVX enablement so that we don't crash with old kernels and
46412         new hardware.
46413         * elf/tst-audit4.c: Add same checks here.
46414         * elf/tst-audit6.c: Likewise.
46415
46416         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46417
46418 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46419
46420         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46421
46422 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46423
46424         * po/cs.po: Update from translation team.
46425         * po/bg.po: Likewise.
46426
46427 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46428
46429         * misc/sys/cdefs.h: Add support for const attribute.
46430         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46431         to gnu_dev_{major,minor,makedev} functions.
46432
46433 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46434
46435         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46436
46437 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46438
46439         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46440         strlen results.
46441
46442 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46443
46444         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46445         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46446         register in order to avoid conflicts with the soft frame pointer
46447         being held in r11 when necessary.
46448         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46449         (INTERNAL_VSYSCALL_NCS): Likewise.
46450
46451 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46452
46453         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46454         * elf/dl-fini.c (_dl_fini): Adjust caller.
46455         * elf/dl-close.c (_dl_close_worker): Likewise.
46456         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46457
46458 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46459
46460         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46461         "aux_cache->nlibs < 0".
46462
46463         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46464         in the reload-count case.
46465
46466 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46467
46468         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46469         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46470         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46471         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46472         * sysdeps/x86_64/multiarch/strcat.S: New file.
46473         * sysdeps/x86_64/multiarch/strncat.S: New file.
46474         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46475         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46476         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46477         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46478         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46479         (USE_AS_STRCAT): Define.
46480         Add strcat and strncat support.
46481         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46482         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46483         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46484         * string/strncat.c: Update.
46485         (USE_AS_STRNCAT): Define.
46486         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46487         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46488         and i7.
46489         * sysdeps/x86_64/multiarch/init-arch.h
46490         (bit_Prefer_PMINUB_for_stringop): New.
46491         (index_Prefer_PMINUB_for_stringop): Likewise.
46492         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46493         bit_Prefer_PMINUB_for_stringop.
46494
46495 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46496
46497         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46498         buffer64.
46499         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46500         of casting of buffer.
46501         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46502         buffer32 and buffer64.
46503         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46504         writes instead of casting of buffer.
46505         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46506         buffer32.
46507         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46508         casting of buffer.
46509
46510 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46511
46512         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46513
46514 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46515
46516         * nscd/nscd.c (termination_handler): Don't do anything for a database
46517         if it has not yet been initialized.
46518
46519 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46520
46521         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46522
46523 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46524
46525         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46526
46527 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46528
46529         * po/nl.po: Update from translation team.
46530         * po/sv.po: Likewise.
46531
46532 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46533
46534         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46535         now disallowed by GCC.
46536
46537         * configure.in (use-default-link): Default to yes if a test -shared
46538         link meets our qualifications.
46539         * configure: Regenerated.
46540
46541         * config.make.in (output-format): New variable.
46542         * configure.in: Check for ld --print-output-format support.
46543         * configure: Regenerated.
46544         * Makerules ($(common-objpfx)format.lds)
46545         [$(output-format) != unknown]: Just use $(output-format),
46546         instead of the linker-script munging.
46547
46548 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46549
46550         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46551         of $(common-objpfx)shlib.lds.
46552         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46553
46554         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46555         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46556
46557         * configure.in (-z relro check): Adjust test code to add a large
46558         writable data section after it.
46559         * configure: Regenerated.
46560
46561 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46562
46563         * configure.in (-z relro check): Fix test code to make the variable
46564         truly const.
46565         * configure: Regenerated.
46566
46567 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46568
46569         * nscd/nscd.h (struct traced_file): Define.
46570         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46571         elements.  Add traced_files.
46572         (inotify_fd): Declare.
46573         (register_traced_file): Declare.
46574         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46575         (inotify_fd): Export.
46576         (resolv_conf_descr): Remove.
46577         (nscd_init): Move inotify descriptor creation to main.
46578         Don't register files for notification here.
46579         (register_traced_file): New function.
46580         (invalidate_cache): Don't use reset_res to determine whether to call
46581         res_init, go through the list of registered files.
46582         (main_loop_poll): The inotify descriptors are now stored in the
46583         structures for the traced files.
46584         (main_loop_epoll): Likewise
46585         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46586         to __nss_disable_nscd.
46587         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46588         for a database anymore.  Check the records for all the registered
46589         files instead.
46590         * nss/Makefile (libnss_files-routines): Add files-init.
46591         (libnss_db-routines): Add db-init.
46592         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46593         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46594         * nss/nss_db/db-init.c: New file.
46595         * nss/nss_files/files-init.c: New file.
46596         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46597         __nss_lookup_function.
46598         (__nss_lookup_function): Call nss_load_library.
46599         (nss_load_all_libraries): New function.
46600         (__nss_disable_nscd): Take parameter with callback function for files
46601         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46602         used for the cached services.
46603         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46604         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46605         options for features to all the files in nscd.
46606
46607         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46608
46609 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46610
46611         * csu/elf-init.c (__libc_csu_init): Comment typo.
46612
46613 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46614
46615         * po/pl.po: Update from translation team.
46616         * po/ja.po: Likewise.
46617         * po/ru.po: Likewise.
46618         * po/ko.po: Likewise.
46619         * po/fr.po: Likewise.
46620
46621 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46622
46623         * configure.in (.ctors/.dtors header and trailer check):
46624         Use an empirical test on a built program.
46625         * configure: Regenerated.
46626
46627         * configure.in (-z relro check): Use an empirical test on a built DSO.
46628         Detect, but do not require, on ia64.
46629         * configure: Regenerated.
46630
46631         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46632         Update tests that use readelf to use $READELF instead.
46633         * configure: Regenerated.
46634
46635 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46636
46637         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46638         if the result is not used.
46639
46640 2011-07-05  Andreas Jaeger  <aj@suse.de>
46641
46642         [BZ#9696]
46643         * stdlib/tst-strtod.c: Add testcase.
46644
46645 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46646
46647         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46648         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46649         The latter has a higher limit.  Take additional parameter to pass to
46650         the new function.
46651         (__pathconf): Pass file to __statfs_link_max.
46652         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46653         __statfs_link_max.
46654         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46655         __statfs_link_max.
46656
46657         [BZ #12868]
46658         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46659         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46660         Handle Lustre.
46661         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46662         (__statfs_filesize_max): Likewise.
46663         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46664
46665 2011-07-05  Andreas Jaeger  <aj@suse.de>
46666
46667         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46668
46669 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46670
46671         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46672         `status' variable.
46673         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46674         Likewise.
46675
46676 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46677
46678         * Makefile (strop-tests): Add strncat.
46679         * string/test-strncat.c: New file.
46680
46681 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46682
46683         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46684
46685 2011-06-21  Andreas Jaeger  <aj@suse.de>
46686
46687         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46688         Copy rule from iconvdata/Makefile.
46689
46690 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46691
46692         [BZ #12922]
46693         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46694         but no long options are defined, just return 'W'.
46695
46696 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46697
46698         [BZ #9696]
46699         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46700
46701 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46702
46703         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
46704         netgroups to read.
46705         (innetgr): Likewise.
46706
46707 2011-07-05  Roland McGrath  <roland@hack.frob.com>
46708
46709         * config.make.in (install_root): Default to $(DESTDIR).
46710
46711 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
46712
46713         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
46714
46715 2011-07-02  Roland McGrath  <roland@hack.frob.com>
46716
46717         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
46718
46719         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
46720         containing directory rather than embedding absolute directory names.
46721
46722         * scripts/check-local-headers.sh: Rewritten using awk.
46723         Match by word, not by line.  Print error messages for matches.
46724         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
46725
46726         * Makerules [shlib-lds-flags empty]:
46727         ($(common-objpfx)libc_pic.opts): New target.
46728         ($(common-objpfx)libc_pic.os.clean): New target.
46729         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
46730
46731         * config.make.in (OBJCOPY): New variable.
46732         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
46733         * configure: Regenerated.
46734
46735         * config.make.in (use-default-link): New variable.
46736         * configure.in (use_default_link): Grok --with-default-link to set it.
46737         * configure: Regenerated.
46738         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
46739         (shlib-lds, shlib-lds-flags): Define to empty.
46740
46741         * Makerules (shlib-lds): New variable.
46742         (shlib-lds-flags): New variable.
46743         (build-shlib, build-moduile, build-module-asneeded): Use it.
46744         ($(common-objpfx)libc.so): Use $(shlib-lds).
46745         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
46746         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
46747
46748         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
46749         DT_FLAGS/DT_FLAGS_1 with zero flags.
46750
46751         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
46752         linker script munging.
46753
46754 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
46755
46756         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
46757         as 128-bit value.
46758         * crypt/sha512.c (sha512_process_block): Perform total addition using
46759         128-bit if possible.
46760         (__sha512_finish_ctx): Likewise.
46761         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
46762         as 64-bit value.
46763         * crypt/sha256.c (SWAP64): Define.
46764         (sha256_process_block): Perform total addition using 64-bit if
46765         possible.
46766         (__sha256_finish_ctx): Likewise.
46767
46768 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
46769
46770         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
46771         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46772         * nscd/hstcache.c (cache_addhst): Likewise.
46773         * nscd/grpcache.c (cache_addgr): Likewise.
46774         * nscd/aicache.c (addhstaiX): Likewise
46775         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
46776
46777 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
46778
46779         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
46780         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46781         * nscd/hstcache.c (cache_addhst): Likewise.
46782         * nscd/grpcache.c (cache_addgr): Likewise.
46783         * nscd/aicache.c (addhstaiX): Likewise
46784
46785 2011-07-01  Andreas Schwab  <schwab@redhat.com>
46786
46787         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
46788         domain only when needed.
46789
46790 2011-06-30  Andreas Schwab  <schwab@redhat.com>
46791
46792         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
46793         is always restored.
46794
46795 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
46796
46797         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
46798         are re-adding the entry.
46799         * nscd/servicescache.c (cache_addserv): Likewise.
46800
46801 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
46802
46803         * sysdeps/generic/dl-irel.h: fix protection against multiple
46804         inclusions.
46805         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
46806
46807 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
46808
46809         [BZ #12935]
46810         * malloc/memusage.sh: Fix quoting in message.
46811         * debug/xtrace.sh: Likewise.
46812
46813         * configure.in: Remove support for --experimental-malloc option, make
46814         it the default.
46815         * config.make.in: Likewise.
46816         * malloc/Makefile: Likewise.
46817
46818 2011-06-27  Andreas Schwab  <schwab@redhat.com>
46819
46820         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
46821         two-byte characters.
46822
46823 2011-06-27  Roland McGrath  <roland@hack.frob.com>
46824
46825         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
46826         AC_CACHE_CHECK invocation.
46827         * configure: Regenerated.
46828
46829         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
46830
46831 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
46832
46833         [BZ #12350]
46834         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
46835         bit from old_res_options.
46836
46837         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
46838
46839         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
46840         value type for setfct.
46841
46842 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
46843
46844         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46845         __gettimeofday instead of gettimeofday.
46846
46847 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
46848
46849         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
46850
46851 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
46852
46853         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
46854
46855         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
46856         info.
46857
46858 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46859
46860         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46861         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46862         strcpy-sse2-unaligned strncpy-sse2-unaligned
46863         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
46864         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
46865         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
46866         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
46867         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
46868         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
46869         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
46870         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
46871         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
46872         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
46873         (STRCPY): Support SSE2 and SSSE3 versions.
46874
46875 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
46876
46877         [BZ #12874]
46878         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
46879         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
46880         kernels which artificially limit size of requests.
46881
46882 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46883
46884         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46885         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46886         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
46887         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
46888         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
46889         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
46890         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
46891         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
46892         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
46893         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
46894         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
46895         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
46896         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
46897         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
46898         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
46899         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46900         Enable unaligned load optimization for Intel Core i3, i5 and i7
46901         processors.
46902         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
46903         Define.
46904         (index_Fast_Unaligned_Load): Define.
46905         (HAS_FAST_UNALIGNED_LOAD): Define.
46906
46907 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
46908
46909         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
46910
46911 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46912
46913         [BZ #12907]
46914         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
46915         until it is clear that the information is realy needed.
46916         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
46917
46918 2011-06-22  Andreas Schwab  <schwab@redhat.com>
46919
46920         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
46921
46922 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46923
46924         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46925         /sys/devices/system/cpu/online if it is usable.
46926
46927         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
46928         reading the information from the /proc filesystem to once a second.
46929
46930 2011-06-21  Andreas Jaeger  <aj@suse.de>
46931
46932         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
46933         NULL after inclusion of kernel headers.
46934
46935 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
46936
46937         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
46938         calls to internal_setent.
46939
46940         [BZ #12885]
46941         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
46942         addresses using gethostbyname4_r ignore IPv4 addresses.
46943
46944         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
46945         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
46946
46947         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
46948
46949 2011-06-20  David S. Miller  <davem@davemloft.net>
46950
46951         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
46952         inclusions.
46953         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
46954
46955         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
46956         (elf_irel): Use it.
46957         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
46958         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
46959         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
46960         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
46961         * sysdeps/x86_64/dl-irel.h: Likewise.
46962
46963         * elf/dl-runtime.c: Use elf_ifunc_invoke.
46964         * elf/dl-sym.c: Likewise.
46965
46966 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46967
46968         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46969         need to dereference resplen2.
46970
46971 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46972
46973         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46974
46975 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46976
46977         * Makeconfig: Define vardbdir and inst_vardbdir.
46978         * nss/Makefile: Add rules to install db-Makefile.
46979
46980         * nss/nss_db/db-XXX.c: Cleanup.
46981
46982         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46983         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46984         GLIBC_PRIVATE.
46985         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46986         * nss/makedb.c: Implement -g option to specify that value strings
46987         are generated and should not be added to table iterated over for
46988         get*ent calls.
46989         * nss/nss_db/db-initgroups.c: New file.
46990
46991         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46992         interface.
46993
46994         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46995         (internal_getgrouplist): Adjust to name change.
46996         Update use_initgroups_entry if this is not the first call.
46997         * nss/databases.def: Add initgroups entry.
46998
46999         * nss/makedb.c (compute_tables): Check result of multiple hash table
47000         sizes to minimize maximum chain length.
47001
47002 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47003
47004         * Versions.def: Add entry for libnss_db.
47005         * shlib-versions: Likewise.
47006         * nss/Makefile: Add rules to build libnss_db.
47007         * nss/Versions: Add libnss_db information.  Organize libnss_files
47008         entries better.
47009         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47010         makedb progra.  Some minor improvements to generate smaller files.
47011         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47012         here from...
47013         * nss/makedb.c: ...here.
47014         Improve database format to be smaller and require less memory at
47015         runtime.
47016         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47017         db anymore.
47018         * nss/nss_db/db-netgrp.c: Likewise.
47019         * nss/nss_db/db-open.c: Likewise.
47020         * nss/nss_files/flies-XXX.x: Adjust comments.
47021         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47022         * nss/nss_files/files-grp.c: Likewise.
47023         * nss/nss_files/files-hosts.c: Likewise.
47024         * nss/nss_files/files-network.c: Likewise.
47025         * nss/nss_files/files-proto.c: Likewise.
47026         * nss/nss_files/files-pwd.c: Likewise.
47027         * nss/nss_files/files-rpc.c: Likewise.
47028         * nss/nss_files/files-service.c: Likewise.
47029         * nss/nss_files/files-sgrp.c: Likewise.
47030         * nss/nss_files/files-spwd.c: Likewise.
47031         * nss/nss_db/db-alias.c: Removed.
47032         * nss/nss_db/dummy-db.h: Removed.
47033
47034 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47035
47036         * nss/makedb.c: Rewritten to not use database library.
47037         * nss/Makefile: Update to build new makedb program.
47038
47039 2011-06-14  Andreas Jaeger  <aj@suse.de>
47040
47041         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47042         memset declaration.
47043
47044 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47045
47046         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47047         tmpbuf.
47048
47049 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47050
47051         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47052         * elf/Makefile ($(objpfx)ld.so): Likewise.
47053
47054         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47055         Don't list ld.so twice in dependencies.
47056
47057         * posix/bug-regex31.c: Include <stdlib.h>.
47058
47059         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47060
47061         * nis/nss_compat/compat-spwd.c
47062         (getspent_next_nss_netgr): Remove unused variable.
47063         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47064
47065         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47066         nonmembers" output to use the right array.
47067
47068         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47069
47070         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47071
47072         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47073         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47074         * catgets/gencat.c (read_input_file): Likewise.
47075         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47076
47077         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47078         variable definition inside #if's controlling its use.
47079
47080         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47081
47082         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47083
47084         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47085
47086         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47087         unreachable code.
47088
47089         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47090
47091         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47092         * configure: Regenerated.
47093
47094         * Makerules: Revert last change.
47095         * elf/Makefile: Likewise.
47096
47097 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47098
47099         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47100         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47101         (reloc-link): Likewise.
47102
47103 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47104
47105         * elf/Makefile: Add rules to build pldd.
47106         * elf/pldd.c: New file.
47107         * elf/pldd-xx.c: New file.
47108
47109 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47110
47111         * version.h: Update for 2.15 development version.
47112
47113 2011-06-07  David S. Miller  <davem@davemloft.net>
47114
47115         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47116         ifuncs.
47117         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47118         elf_machine_lazy_rel): Likewise.
47119         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47120         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47121         elf_machine_lazy_rel): Likewise.
47122         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47123         dl_hwcap via passed in argument.
47124         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47125         Likewise.
47126
47127 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47128
47129         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47130
47131 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47132
47133         [BZ #12849]
47134         * manual/fdl-1.1.texi: New file, verbatim from:
47135         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47136         * manual/lgpl-2.1.texi: New file, verbatim from:
47137         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47138         * manual/Makefile (licenses): New variable, list those new file names.
47139         (texis): Use it.
47140         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47141
47142         * manual/fdl.texi: File removed.
47143         * manual/lesser.texi: File removed.
47144         * manual/libc.texinfo (Copying, Documentation License):
47145         Use new @include file names, put @appendix directive before @include.
47146
47147 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47148
47149         [BZ #12841]
47150         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47151         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47152         (mq_open): Add __NTH.
47153
47154 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47155
47156         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47157         Assume Intel Core i3/i5/i7 processor if AVX is available.
47158
47159 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47160
47161         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47162         typo.
47163
47164 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47165
47166         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47167         memory.  Use alloca_account.  Fix memory leak when retrying.
47168
47169 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47170
47171         * version.h (RELEASE): Bump for 2.14 release.
47172         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47173
47174         * config.make.in (RANLIB): Remove entry.
47175
47176 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47177
47178         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47179         (libc.pot): Work around missing support for .ksh extension in xgettext.
47180
47181         [BZ #12684]
47182         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47183         if both request failed.
47184         (send_dg): In case of server errors clear resplen or *resplen2.
47185
47186         [BZ #12454]
47187         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47188         when there are multiple maps.
47189         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47190         (_dl_fini): Remove test here.
47191
47192         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47193
47194 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47195
47196         [BZ #12350]
47197         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47198         bit from old_res_options.
47199         (gaih_inet): Likewise.
47200
47201         [BZ #11099]
47202         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47203         as signed.
47204
47205         * resolv/res_init.c (res_setoptions): Make the code more compact.
47206
47207         [BZ #11558]
47208         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47209         set RES_USEVC.
47210
47211         [BZ #11634]
47212         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47213
47214         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47215
47216         [BZ #11781]
47217         * malloc/malloc.h: Declare malloc hook variables as volatile.
47218
47219         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47220         in last patch.
47221
47222         [BZ #11799]
47223         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47224         raise in the comment.
47225         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47226         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47227         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47228
47229 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47230
47231         [BZ #12811]
47232         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47233         grow the buffers more if it already has to be sufficient.
47234         (build_wcs_upper_buffer): Likewise.
47235         * posix/regexec.c (check_matching): Likewise.
47236         (clean_state_log_if_needed): Likewise.
47237         (extend_buffers): Don't enlarge buffers beyond size of the input
47238         buffer.
47239         Patches mostly by Emil Wojak <emil@wojak.eu>.
47240         * posix/bug-regex32.c: New file.
47241         * posix/Makefile (tests): Add bug-regex32.
47242
47243         * locale/findlocale.c (_nl_find_locale): Return right away if
47244         _nl_explode_name failed.
47245         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47246
47247         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47248
47249         * debug/xtrace.sh: Unify messages.
47250         * malloc/memusage.sh: Likewise.
47251
47252         [BZ #12813]
47253         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47254         time symbol from vDSO.  Substitute with vsyscall if not available.
47255         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47256         __vdso_time.
47257
47258         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47259         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47260         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47261         Add sendmmsg and internal_sendmmsg.
47262         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47263         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47264         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47265
47266         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47267         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47268         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47269
47270 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47271
47272         [BZ #12813]
47273         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47274         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47275         available.
47276         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47277         __vdso_getcpu.
47278
47279         [BZ #12814]
47280         * iconvdata/Makefile (tests): Add bug-iconv9.
47281         * iconvdata/bug-iconv9.c: New file.
47282
47283 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47284
47285         [BZ #12814]
47286         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47287
47288 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47289
47290         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47291         (struct user_regs_struct): Change intcs field back to cs.
47292
47293 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47294
47295         * po/ja.po: Update from translation team.
47296
47297 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47298
47299         [BZ #12795]
47300         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47301         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47302
47303 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47304
47305         * stdlib/longlong.h: Update from GCC.
47306
47307 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47308
47309         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47310         parameter name.
47311         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47312         Add parameter name.
47313         (__sysconf): Pass it down.
47314
47315 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47316
47317         [BZ #12671]
47318         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47319         some situations.
47320         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47321         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47322         add in in __libc_use_alloca calls.  Adjust callers.
47323         (glob): Use malloc in some situations.
47324
47325         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47326         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47327         pltexit.
47328
47329 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47330
47331         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47332         and CLOCK_BOOTTIME_ALARM.
47333
47334         [BZ #12782]
47335         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47336         is returned.
47337
47338         * string/_strerror.c (__strerror_r): Print negative errors as signed
47339         numbers.
47340
47341         [BZ #12777]
47342         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47343         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47344         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47345
47346         * configure.in: Fix typo in redirection and correct removal of test
47347         files in two cases.
47348
47349         [BZ #12788]
47350         * locale/setlocale.c (new_composite_name): Fix test to check for
47351         identical name of all categories.
47352
47353         [BZ #12792]
47354         * libio/filedoalloc.c (local_isatty): New function.
47355         (_IO_file_doallocate): Use local_isatty.
47356         * stdio-common/perror.c (perror): In case a new stream is used
47357         forward the stream error.
47358         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47359         error flag.
47360
47361 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47362
47363         [BZ #11869]
47364         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47365         alloca.
47366         * include/alloca.h (extend_alloca_account): Define.
47367
47368         [BZ #11857]
47369         * posix/regex.h: Fix comments with documentation of user-accessible
47370         fields after compilation and describe correct free'ing of pattern
47371         after re_compile_pattern.
47372         Patch by Reuben Thomas <rrt@sc3d.org>.
47373
47374 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47375
47376         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47377         and -mno-altivec to prevent the compiler from using Altivec and/or
47378         VSX instructions when the corresponding registers are not available.
47379
47380 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47381
47382         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47383
47384 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47385
47386         * libio/freopen.c (freopen): Use __dup2, not dup2.
47387         * libio/freopen64.c (freopen64): Likewise.
47388
47389 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47390
47391         [BZ #12775]
47392         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47393         * math/Makefile (tests): Add test-powl.
47394         (CFLAGS-test-powl.c): Define.
47395         * math/test-powl.c: New file.
47396
47397 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47398
47399         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47400
47401 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47402
47403         [BZ #11837]
47404         * iconvdata/gb18030.c: Update to GB18020-2005.
47405
47406 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47407
47408         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47409         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47410         Patch by Aharon Robbins <arnold@skeeve.com>.
47411
47412         [BZ #11892]
47413         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47414         on the stack.
47415
47416         [BZ #11895]
47417         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47418         through underflows.
47419
47420         [BZ #12766]
47421         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47422         point to strings before performing equality test for error_one_per_line
47423         mode.
47424
47425         [BZ #11697]
47426         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47427
47428         [BZ #11820]
47429         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47430         (struct user_fpregs_struct): Avoid __uint*_t types.
47431
47432         [BZ #6420]
47433         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47434         symbol info.  Use it instead of calling _dl_addr locally.
47435         (lock_and_info): New function.
47436         (tr_freehook): Call lock_and_info and pass symbol info as additional
47437         parameter to tr_where.
47438         (tr_mallochook): Likewise.
47439         (tr_reallochook): Likewise.
47440         (tr_memalignhook): Likewise.
47441
47442         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47443         used and couldn't be at all thread-safe.
47444
47445 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47446
47447         * libio/freopen.c (freopen): Don't close old file descriptor
47448         before the new one is opened.  Instead dup the new file descriptor
47449         to the old one after the new stream is created.
47450         * libio/freopen64.c (freopen64): Likewise.
47451         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47452         * libio/fileops.c (_IO_new_file_close_it): Handle new
47453         _IO_FLAGS2_NOCLOSE flag.
47454         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47455         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47456         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47457         _IO_FLAGS2_NOCLOSE flag.
47458         * include/unistd.h: Add hidden_proto for dup3.
47459         Define __have_dup3.
47460         * io/dup3.c: Define hidden symbol.
47461         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47462
47463         [BZ #7101]
47464         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47465         when an incomplete long option is used.
47466         * posix/tst-getopt_long1.c: New file.
47467         * posix/Makefile (tests): Add tst-getopt_long1.
47468
47469         [BZ #10138]
47470         * scripts/config.guess: Update from autoconf-2.68.
47471         * scripts/config.sub: Likewise.
47472
47473         [BZ #10157]
47474         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47475         tests into ...
47476         (has_cpuclock): ...this.  New function.
47477         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47478         macro here based on has_cpuclock code.
47479
47480         [BZ #10149]
47481         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47482         First byte (not low byte) is now always NUL.
47483         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47484
47485         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47486         Use non-cancelable interfaces.
47487
47488         [BZ #9809]
47489         * locale/iso-639.def: Add entry for Sorani.
47490
47491         [BZ #11901]
47492         * include/stdlib.h: Move include protection to the right place.
47493         Define abort_msg_s.  Declare __abort_msg with it.
47494         * stdlib/abort.c (__abort_msg): Adjust type.
47495         * assert/assert.c (__assert_fail_base): New function.  Majority
47496         of code from __assert_fail.  Allocate memory for __abort_msg with
47497         mmap.
47498         (__assert_fail): Now call __assert_fail_base.
47499         * assert/assert-perr.c: Remove bulk of implementation.  Use
47500         __assert_fail_base.
47501         * include/assert.hL Declare __assert_fail_base.
47502         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47503         mmap.
47504         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47505
47506 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47507
47508         [BZ #11952]
47509         [BZ #12453]
47510         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47511         until all modules are registered in the DTV.
47512         * elf/Makefile: Add rules to build and run tst-tls19.
47513         * elf/tst-tls19.c: New file.
47514         * elf/tst-tls19mod1.c: New file.
47515         * elf/tst-tls19mod2.c: New file.
47516         * elf/tst-tls19mod3.c: New file.
47517         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47518
47519         [BZ #12083]
47520         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47521         correctly.
47522
47523         [BZ #12601]
47524         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47525         two-byte sequence errors.
47526         * iconvdata/Makefile (tests): Add bug-iconv8.
47527         * iconvdata/bug-iconv8.c: New file.
47528
47529         [BZ #12626]
47530         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47531         buf2 definition.
47532
47533         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47534
47535         [BZ #12432]
47536         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47537         (dummy_getcfa): New function.
47538         (init): Get _Unwind_GetCFA address, use dummy if not found.
47539         (backtrace_helper): In recursion check, also check whether CFA changes.
47540         (__backtrace): Completely initialize arg.
47541
47542         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47543         storing incomplete byte sequence in state object.  Avoid testing for
47544         guaranteed too small input if we know there is enough data available.
47545
47546 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47547
47548         * Makeconfig (+link-pie): Indent.
47549         * Rules (binaries-pie): Define if $(have-fpie) and
47550         $(build-shared).
47551         (binaries-shared): Also filter out $(binaries-pie).
47552         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47553         * nscd/Makefile (others-pie): Add nscd.
47554         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47555         ($(objpfx)nscd): Remove command override.
47556         * login/Makefile (others-pie): Add pt_chown.
47557         ($(objpfx)pt_chown): Remove command override.
47558         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47559         remove command overrides.
47560
47561 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47562
47563         * libio/tst_putwc.c: Fix error messages.
47564
47565         [BZ #12724]
47566         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47567         currently writing and seek to current position when not.
47568         * libio/Makefile (tests): Add bug-fclose1.
47569         * libio/bug-fclose1.c: New file.
47570
47571 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47572
47573         [BZ #12511]
47574         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47575         don't set DF_1_NODELETE here.
47576         (do_lookup_x): When entering new entry test for copy relocation
47577         and if necessary set DF_1_NODELETE flag.
47578         * elf/tst-unique4.cc: New file.
47579         * elf/tst-unique4.h: New file.
47580         * elf/tst-unique4lib.cc: New file.
47581         * elf/Makefile: Add rules to build and run tst-unique4.
47582         Patch by Piotr Bury <pbury@goahead.com>.
47583
47584 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47585
47586         [BZ #12052]
47587         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47588
47589         [BZ #12625]
47590         * misc/mntent_r.c (addmntent): Flush the stream after the output
47591
47592         [BZ #12393]
47593         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47594         (is_trusted_path_normalize): Skip initial colon.  Append slash
47595         to empty buffer.  Duplicate is_trusted_path code but allow
47596         constructed patch to be prefix.
47597         (is_dst): Allow $ORIGIN followed by /.
47598         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47599         Correct testing of result of is_trusted_path_normalize
47600         (decompose_rpath): Fix warning.
47601
47602 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47603
47604         [BZ #11257]
47605         * grp/initgroups.c (internal_getgrouplist): When we found the service
47606         list through the initgroups entry in nsswitch.conf do not always
47607         continue on a successful lookup.  Don't always use the
47608         __nss_group_database value if it is set.
47609         * nss/nsswitch.conf (initgroups): Change action for successful db
47610         lookup to continue for compatibility.
47611
47612 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47613
47614         [BZ #11532]
47615         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47616         and CP774 modules.
47617         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47618         and CP774 modules.
47619         * iconvdata/tst-tables.sh: Likewise.
47620         * iconvdata/cp770.c: New file.
47621         * iconvdata/cp771.c: New file.
47622         * iconvdata/cp772.c: New file.
47623         * iconvdata/cp773.c: New file.
47624         * iconvdata/cp774.c: New file.
47625         * iconvdata/testdata/CP770: New file.
47626         * iconvdata/testdata/CP770..UTF8: New file.
47627         * iconvdata/testdata/CP771: New file.
47628         * iconvdata/testdata/CP771..UTF8: New file.
47629         * iconvdata/testdata/CP772: New file.
47630         * iconvdata/testdata/CP772..UTF8: New file.
47631         * iconvdata/testdata/CP773: New file.
47632         * iconvdata/testdata/CP773..UTF8: New file.
47633         * iconvdata/testdata/CP774: New file.
47634         * iconvdata/testdata/CP774..UTF8: New file.
47635
47636         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47637         END CHARMAP line.
47638         * iconvdata/gen-8bit-gap.sh: Likewise.
47639         * iconvdata/gen-8bit.sh: Likewise.
47640
47641         * locale/iso-639.def: Add ary entry.
47642
47643         [BZ #11258]
47644         * locale/C-translit.h.in: Add U20A1 transliteration.
47645
47646         [BZ #12178]
47647         * locale/iso-639.def: Add wae entry.
47648         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47649
47650         [BZ #12545]
47651         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47652         for n.
47653
47654         [BZ #12711]
47655         * locale/C-translit.h.in: Add entry for U20B9.
47656         Patch by pravin.d.s@gmail.com.
47657
47658 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47659
47660         [BZ #12713]
47661         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47662         ENAMETOOLONG use generic getcwd.
47663         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47664         in rtld.  Use *stat64.
47665         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47666         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47667         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47668         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47669         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47670         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47671         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47672         __fstatat64 macros.
47673         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47674         * dirent/rewinddir.c: Add libc_hidden_def.
47675         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47676         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47677
47678         * include/dirent.h (__alloc_dir): Add flags parameter.
47679         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47680         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47681         __alloc_dir.
47682         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47683         from fdopendir if O_CLOEXEC is already set.
47684
47685 2011-03-15  Alan Modra  <amodra@gmail.com>
47686
47687         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47688         l_tls_firstbyte_offset non-zero.  Save padding offset in
47689         l_tls_firstbyte_offset for later use.
47690         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47691         freeing static tls block.
47692
47693 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47694
47695         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47696         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47697         being defined by the kernel headers.
47698
47699 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47700
47701         [BZ #12734]
47702         * resolv/resolv.h: Define RES_NOTLDQUERY.
47703         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
47704         no-tld-query and set RES_NOTLDQUERY.
47705         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
47706         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
47707         modern BIND to search name as TLD unless forbidden.
47708
47709 2011-05-07  Petr Baudis  <pasky@suse.cz>
47710             Ulrich Drepper  <drepper@gmail.com>
47711
47712         [BZ #12393]
47713         * elf/dl-load.c (fillin_rpath): Move trusted path check...
47714         (is_trusted_path): ...to here.
47715         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47716         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
47717         using is_trusted_path_normalize() in setuid scripts.
47718
47719 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47720
47721         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
47722         __BEGIN/__END_DECLS.
47723
47724 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
47725
47726         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
47727         NSS_STATUS_NOTFOUND if no record was found.
47728
47729 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47730
47731         * sunrpc/Makefile (headers): Add rpc/netdb.h.
47732         (headers-not-in-tirpc): Remove rpc/netdb.h
47733         * resolv/netdb.h: Revert last change.
47734
47735 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47736
47737         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
47738         circular dependency between libgcc.a and libc.a.
47739
47740 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47741
47742         * resolv/netdb.h: Don't include <rpc/netdb.h>.
47743         * nis/Makefile: Don't install rpcsvc/*.
47744         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
47745         instead of <rpc/types.h>.
47746         (MAXHOSTNAMELEN): Define.
47747
47748 2011-05-03  Andreas Schwab  <schwab@redhat.com>
47749
47750         * elf/ldconfig.c (add_dir): Don't crash on empty path.
47751
47752 2011-04-28  Maciej Babinski  <mbabinski@google.com>
47753
47754         [BZ #12714]
47755         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
47756         gethostbyname4_r when IPv6 results are possible.
47757
47758 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
47759
47760         [BZ #12723]
47761         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
47762         _PC_PIPE_BUF handling.
47763
47764 2011-04-30  Bruno Haible  <bruno@clisp.org>
47765
47766         [BZ #12717]
47767         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
47768         * resolv/netdb.h (getnameinfo): Change type of flags parameter
47769         to 'int'.
47770         * inet/getnameinfo.c (getnameinfo): Likewise.
47771
47772 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
47773
47774         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
47775         to groups setting in database lookup.
47776         * nss/nsswitch.conf: Add initgroups entry.
47777
47778 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
47779
47780         [BZ #12685]
47781         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
47782         mode string.
47783         Patch by Eric Blake <eblake@redhat.com>.
47784
47785 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
47786
47787         * sunrpc/Makefile (need-export-routines): Add svc_run.
47788         (routines): Remove svc_run.
47789         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
47790         * sunrpc/clnt_perr.c (clnt_perrno): Export.
47791         * sunrpc/svc_run.c (svc_run): Likewise.
47792         * sunrpc/svc_udp.c (svcudp_create): Likewise.
47793
47794 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
47795
47796         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
47797         problem in reallocation in last patch.
47798
47799 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
47800
47801         * sunrpc/Makefile: Move inclusion of Rules.
47802
47803 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47804
47805         * nss/nss_files/files-initgroups.c: New file.
47806         * nss/Makefile (libnss_files-routines): Add files-initgroups.
47807         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
47808         _nss_files_initgroups_dyn.
47809
47810 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
47811
47812         * elf/elf.h (R_ARM_IRELATIVE): Define.
47813
47814 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47815
47816         * po/ru.po: Update from translation team.
47817
47818 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47819
47820         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
47821         dependencies.
47822
47823 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
47824
47825         [BZ #12653]
47826         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
47827         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
47828         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47829         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
47830         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
47831
47832 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
47833
47834         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
47835         differing bytes.
47836         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
47837         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
47838         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47839
47840 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47841
47842         [BZ #12420]
47843         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
47844         storing it.
47845         * stdlib/bug-getcontext.c: New file.
47846         * stdlib/Makefile: Add rules to build and run bug-getcontext.
47847
47848 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47849
47850         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
47851         instructions into .machine "z9-109".
47852         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
47853         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
47854
47855 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47856
47857         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
47858         between environment variables and auxiliary vector.
47859
47860 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
47861
47862         * Makefile: Add rules to build linkobj/libc.so.
47863         * include/libc-symbols.h: Define libc_hidden_nolink.
47864         * include/rpc/auth.h: Mark functions which are to be hidden.
47865         * include/rpc/auth_des.h: Likewise.
47866         * include/rpc/auth_unix.h: Likewise.
47867         * include/rpc/clnt.h: Likewise.
47868         * include/rpc/des_crypt.h: Likewise.
47869         * include/rpc/key_prot.h: Likewise.
47870         * include/rpc/pmap_clnt.h: Likewise.
47871         * include/rpc/pmap_prot.h: Likewise.
47872         * include/rpc/pmap_rmt.h: Likewise.
47873         * include/rpc/rpc_msg.h: Likewise.
47874         * include/rpc/svc.h: Likewise.
47875         * include/rpc/svc_auth.h: Likewise.
47876         * include/rpc/xdr.h: Likewise.
47877         * nis/Makefile: Link all DSOs against linkobj/libc.so.
47878         * nss/Makefile: Likewise.
47879         * sunrpc/Makefile: Don't install headers.  Build library with normal
47880         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
47881         * sunrpc/auth_des.c: Hide exported symbols by default, export some
47882         for the compat linking library.  Remove use of INTDEF/INTUSE.
47883         * sunrpc/auth_none.c: Likewise.
47884         * sunrpc/auth_unix.c: Likewise.
47885         * sunrpc/authdes_prot.c: Likewise.
47886         * sunrpc/authuxprot.c: Likewise.
47887         * sunrpc/clnt_gen.c: Likewise.
47888         * sunrpc/clnt_perr.c: Likewise.
47889         * sunrpc/clnt_raw.c: Likewise.
47890         * sunrpc/clnt_simp.c: Likewise.
47891         * sunrpc/clnt_tcp.c: Likewise.
47892         * sunrpc/clnt_udp.c: Likewise.
47893         * sunrpc/clnt_unix.c: Likewise.
47894         * sunrpc/des_crypt.c: Likewise.
47895         * sunrpc/des_soft.c: Likewise.
47896         * sunrpc/get_myaddr.c: Likewise.
47897         * sunrpc/key_call.c: Likewise.
47898         * sunrpc/key_prot.c: Likewise.
47899         * sunrpc/netname.c: Likewise.
47900         * sunrpc/pm_getmaps.c: Likewise.
47901         * sunrpc/pm_getport.c: Likewise.
47902         * sunrpc/pmap_clnt.c: Likewise.
47903         * sunrpc/pmap_prot.c: Likewise.
47904         * sunrpc/pmap_prot2.c: Likewise.
47905         * sunrpc/pmap_rmt.c: Likewise.
47906         * sunrpc/publickey.c: Likewise.
47907         * sunrpc/rpc_cmsg.c: Likewise.
47908         * sunrpc/rpc_common.c: Likewise.
47909         * sunrpc/rpc_dtable.c: Likewise.
47910         * sunrpc/rpc_prot.c: Likewise.
47911         * sunrpc/rpc_thread.c: Likewise.
47912         * sunrpc/rtime.c: Likewise.
47913         * sunrpc/svc.c: Likewise.
47914         * sunrpc/svc_auth.c: Likewise.
47915         * sunrpc/svc_authux.c: Likewise.
47916         * sunrpc/svc_raw.c: Likewise.
47917         * sunrpc/svc_run.c: Likewise.
47918         * sunrpc/svc_simple.c: Likewise.
47919         * sunrpc/svc_tcp.c: Likewise.
47920         * sunrpc/svc_udp.c: Likewise.
47921         * sunrpc/svc_unix.c: Likewise.
47922         * sunrpc/svcauth_des.c: Likewise.
47923         * sunrpc/xcrypt.c: Likewise.
47924         * sunrpc/xdr.c: Likewise.
47925         * sunrpc/xdr_array.c: Likewise.
47926         * sunrpc/xdr_float.c: Likewise.
47927         * sunrpc/xdr_intXX_t.c: Likewise.
47928         * sunrpc/xdr_mem.c: Likewise.
47929         * sunrpc/xdr_rec.c: Likewise.
47930         * sunrpc/xdr_ref.c: Likewise.
47931         * sunrpc/xdr_sizeof.c: Likewise.
47932         * sunrpc/xdr_stdio.c: Likewise.
47933
47934 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
47935
47936         [BZ #12650]
47937         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
47938         * sysdeps/ia64/dl-tls.h: Likewise.
47939         * sysdeps/powerpc/dl-tls.h: Likewise.
47940         * sysdeps/s390/dl-tls.h: Likewise.
47941         * sysdeps/sh/dl-tls.h: Likewise.
47942         * sysdeps/sparc/dl-tls.h: Likewise.
47943         * sysdeps/x86_64/dl-tls.h: Likewise.
47944         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
47945
47946 2011-03-14  Andreas Schwab  <schwab@redhat.com>
47947
47948         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
47949         rpath element also skip the following colon.
47950         (expand_dynamic_string_token): Add is_path parameter and pass
47951         down to DL_DST_REQUIRED and _dl_dst_substitute.
47952         (decompose_rpath): Call expand_dynamic_string_token with
47953         non-zero is_path.  Ignore empty rpaths.
47954         (_dl_map_object_from_fd): Call expand_dynamic_string_token
47955         with zero is_path.
47956
47957 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
47958
47959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
47960         Make cancelable.
47961
47962 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
47963
47964         [BZ #12655]
47965         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47966         Patch by Filipe David Manana <fdmanana@apache.org>.
47967
47968 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47969
47970         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47971         Maintain aligned stack.
47972         (CHECK_RSP): Remove unused macro.
47973
47974 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47975
47976         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47977         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47978
47979 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47980
47981         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47982
47983         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47984
47985 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47986
47987         [BZ #12518]
47988         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47989         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47990         * sysdeps/x86_64/memmove.c: New file.
47991         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47992         (memcpy): Renamed to ...
47993         (__new_memcpy): This.
47994         (memcpy): Provide GLIBC_2_14 memcpy.
47995         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47996         (memcpy): Provide GLIBC_2_2_5 memcpy.
47997
47998 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47999
48000         [BZ #12631]
48001         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48002
48003 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48004
48005         * misc/syncfs.c: New file.
48006         * misc/Makefile (routines): Add syncfs.
48007         * posix/unistd.h: Declare syncfs.
48008         * sysdeps/unix/syscalls.list: Add syncfs.
48009
48010 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48011
48012         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48013         open_by_handle_at.
48014         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48015         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48016         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48017         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48018         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48019         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48020         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48021
48022 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48023
48024         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48025         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48026         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48027         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48028         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48029         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48030         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48031
48032         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48033         sync_file_range.c with -fexceptions.
48034         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48035         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48036         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48037         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48038         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48039         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48040         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48041         sync_file_range as cancellation point
48042         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48043         now a wrapper around __call_sync_file_range with cancellation handling.
48044         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48045         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48046         function name to __call_sync_file_range.
48047         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48048         Add call_sync_file_range.
48049
48050 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48051
48052         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48053         bits/timex.h.
48054
48055 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48056
48057         * iconv/iconv.h: Fix typo in comment.
48058         * io/fcntl.h: Likewise.
48059         * libio/stdio.h: Likewise.
48060         * posix/spawn.h: Likewise.
48061         * posix/unistd.h: Likewise.
48062         * stdlib/stdlib.h: Likewise.
48063         * time/time.h: Likewise.
48064         * wcsmbs/wchar.h: Likewise.
48065
48066         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48067         open_by_handle): Add.
48068         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48069         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48070         Augment a few comments.
48071         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48072         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48073         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48074         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48075         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48076         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48077         open_by_handle.
48078
48079         * io/fcntl.h (AT_EMPTY_PATH): Define.
48080
48081 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48082
48083         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48084         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48085         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48086         to...
48087         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48088         * Versions.def: Add GLIBC_2.14.
48089         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48090         Export.
48091
48092 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48093
48094         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48095         round counter.
48096         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48097
48098 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48099
48100         [BZ #12597]
48101         * string/test-strncmp.c (do_page_test): New function.
48102         (check2): Likewise.
48103         (test_main): Call check2.
48104         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48105
48106 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48107
48108         [BZ #12587]
48109         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48110         Handle cache information in CPU leaf 4.
48111         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48112
48113 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48114
48115         [BZ #12583]
48116         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48117         character representation.
48118         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48119
48120 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48121
48122         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48123         END(__isnan) to END(__isnanf) to match function entry point/label
48124         EALIGN(__isnanf,...).
48125
48126 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48127
48128         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48129
48130 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48131
48132         [BZ #12510]
48133         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48134         copy from the symbol referenced in the relocation to initialize the
48135         used variable.
48136         Patch by Piotr Bury <pbury@goahead.com>.
48137         * elf/Makefile: Add rules to build and tst-unique3.
48138         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48139         * elf/tst-unique3.cc: New file.
48140         * elf/tst-unique3.h: New file.
48141         * elf/tst-unique3lib.cc: New file.
48142         * elf/tst-unique3lib2.cc: New file.
48143
48144         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48145
48146 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48147
48148         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48149         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48150         to _start.
48151
48152 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48153
48154         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48155         to-be-loaded object along a path to loader is ld.so.
48156
48157 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48158             Ulrich Drepper  <drepper@gmail.com>
48159
48160         * sysdeps/x86_64/memset.S: After aligning destination, code
48161         branches to different locations depending on the value of
48162         misalignment, when multiarch is enabled. Fix this.
48163
48164 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48165
48166         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48167         Set _x86_64_preferred_memory_instruction for AMD processsors.
48168         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48169         Set bit_Prefer_SSE_for_memop for AMD processors.
48170
48171 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48172
48173         * libio/fmemopen.c (fmemopen): Optimize a bit.
48174
48175 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48176
48177         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48178
48179 2011-03-03  Roland McGrath  <roland@redhat.com>
48180
48181         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48182
48183 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48184
48185         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48186         __bzero_ultra1 instead of __memset_ultra1.
48187
48188 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48189             Ulrich Drepper  <drepper@gmail.com>
48190
48191         [BZ #12509]
48192         * include/link.h (struct link_map): Add l_orig_initfini.
48193         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48194         returning unsuccessfully.
48195         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48196         close of a file loaded at startup, restore the original l_initfini
48197         list.
48198         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48199         list, store the pointer.
48200         * elf/Makefile ($(objpfx)noload-mem): New rule.
48201         (noload-ENV): Define.
48202         (tests): Add $(objpfx)noload-mem.
48203         * elf/noload.c: Include <memcheck.h>.
48204         (main): Call mtrace.  Close all opened handles.
48205
48206 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48207
48208         [BZ #12454]
48209         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48210         dependencies are missing.
48211
48212 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48213
48214         Fix __if_freereq crash: Unlike the generic version which uses free,
48215         Hurd needs munmap.
48216         * sysdeps/mach/hurd/ifreq.h: New file.
48217
48218 2011-01-27  Petr Baudis  <pasky@suse.cz>
48219             Ulrich Drepper  <drepper@gmail.com>
48220
48221         [BZ 12445]#
48222         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48223         to extend_alloca().
48224         * stdio-common/bug23.c: New file.
48225         * stdio-common/Makefile (tests): Add bug23.
48226
48227 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48228             Ulrich Drepper  <drepper@gmail.com>
48229
48230         [BZ #12489]
48231         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48232         before performing relro protection.  At old place add assertion
48233         to make sure nothing changed.
48234
48235 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48236             Glauber de Oliveira Costa  <glommer@gmail.com>
48237
48238         * elf/elf.h: Add new ARM TLS relocs.
48239
48240 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48241
48242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48243         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48244         cast from r3.
48245         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48246         'tests' variable.
48247         * sysdeps/wordsize-64/tst-writev.c: New file.
48248
48249 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48250
48251         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48252         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48253         insns in _dl_start to prevent a TOC reference before relocs are
48254         resolved.
48255
48256 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48257
48258         [BZ #12469]
48259         * Makeconfig: Remove RANLIB definition.
48260         * Makerules: Don't use RANLIB.
48261         * aclocal.m4: Remove ranlib test.
48262         * configure.in: No need to check for ranlib.
48263         * elf/rtld-Rules: Don't use RANLIB.
48264
48265 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48266
48267         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48268         protection macro.
48269         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48270         inclusion protection macro.
48271
48272         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48273         SIGRTMIN and SIGRTMAX and print information in that case only when
48274         SIGRTMIN is defined.
48275
48276 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48277
48278         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48279         arginfo fn returning -1.
48280
48281         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48282         and thousands string is zero terminated.
48283
48284 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48285
48286         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48287         sysdeps/unix/sysv/linux/bits/socket.h.
48288
48289 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48290
48291         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48292         (__CPU_COUNT): Remove old macros.
48293         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48294         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48295         (__CPU_ALLOC, __CPU_FREE): Add macros.
48296         (__sched_cpualloc, __sched_cpufree): Add declarations.
48297
48298 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48299
48300         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48301         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48302         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48303         (readdhstai): Return value of addhstaiX call.
48304         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48305         (addgrbyX): Return value returned by cache_addgr.
48306         (readdgrbyname): Return value returned by addgrbyX.
48307         (readdgrbygid): Likewise.
48308         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48309         (addpwbyX): Return value returned by cache_addpw.
48310         (readdpwbyname): Return value returned by addhstbyX.
48311         (readdpwbyuid): Likewise.
48312         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48313         (addservbyX): Return value returned by cache_addserv.
48314         (readdservbyname): Return value returned by addservbyX:
48315         (readdservbyport): Likewise.
48316         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48317         (addhstbyX): Return value returned by cache_addhst.
48318         (readdhstbyname): Return value returned by addhstbyX.
48319         (readdhstbyaddr): Likewise.
48320         (readdhstbynamev6): Likewise.
48321         (readdhstbyaddrv6): Likewise.
48322         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48323         (readdinitgroups): Return value returned by addinitgroupsX.
48324         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48325         (prune_cache): Keep track of timeout value of re-added entries.
48326         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48327         * nscd/nscd.h: Adjust prototypes of readd* functions.
48328
48329 2011-02-04  Roland McGrath  <roland@redhat.com>
48330
48331         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48332         (nis_stats): Likewise.
48333         * nis/nis_modify.c (nis_modify): Likewise.
48334         * nis/nis_remove.c (nis_remove): Likewise.
48335         * nis/nis_add.c (nis_add): Likewise.
48336
48337         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48338
48339         * posix/fnmatch_loop.c: Add some consts.
48340
48341         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48342
48343 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48344
48345         [BZ #12460]
48346         * config.make.in (config-cflags-novzeroupper): Define.
48347         * configure.in: Substitute libc_cv_cc_novzeroupper.
48348         * elf/Makefile (AVX-CFLAGS): Define.
48349         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48350         (CFLAGS-tst-auditmod4a.c): Likewise.
48351         (CFLAGS-tst-auditmod4b.c): Likewise.
48352         (CFLAGS-tst-auditmod6b.c): Likewise.
48353         (CFLAGS-tst-auditmod6c.c): Likewise.
48354         (CFLAGS-tst-auditmod7b.c): Likewise.
48355         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48356
48357 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48358
48359         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48360         function to the callback.
48361         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48362
48363 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48364
48365         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48366         of errno.
48367
48368 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48369
48370         [BZ #11724]
48371         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48372         of constructors.
48373         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48374         of destructors.
48375         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48376
48377         [BZ #11724]
48378         * elf/Makefile: Add rules to build and run new test.
48379         * elf/tst-initorder.c: New file.
48380         * elf/tst-initorder.exp: New file.
48381         * elf/tst-initordera1.c: New file.
48382         * elf/tst-initordera2.c: New file.
48383         * elf/tst-initordera3.c: New file.
48384         * elf/tst-initordera4.c: New file.
48385         * elf/tst-initorderb1.c: New file.
48386         * elf/tst-initorderb2.c: New file.
48387         * elf/tst-order-a1.c: New file.
48388         * elf/tst-order-a2.c: New file.
48389         * elf/tst-order-a3.c: New file.
48390         * elf/tst-order-a4.c: New file.
48391         * elf/tst-order-b1.c: New file.
48392         * elf/tst-order-b2.c: New file.
48393         * elf/tst-order-main.c: New file.
48394         New test case by George Gensure <werkt0@gmail.com>.
48395
48396 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48397
48398         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48399         decoding ACE if AI_CANONIDN.
48400
48401 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48402
48403         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48404
48405 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48406
48407         * version.h (RELEASE): Bump for 2.13 release.
48408         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48409
48410         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48411
48412         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48413         MADV_NOHUGEPAGE.
48414         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48415         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48416         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48417         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48418         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48419         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48420
48421         * posix/getconf.c: Update copyright year.
48422         * catgets/gencat.c: Likewise.
48423         * csu/version.c: Likewise.
48424         * debug/catchsegv.sh: Likewise.
48425         * debug/xtrace.sh: Likewise.
48426         * elf/ldconfig.c: Likewise.
48427         * elf/ldd.bash.in: Likewise.
48428         * elf/sprof.c (print_version): Likewise.
48429         * iconv/iconv_prog.c: Likewise.
48430         * iconv/iconvconfig.c: Likewise.
48431         * locale/programs/locale.c: Likewise.
48432         * locale/programs/localedef.c: Likewise.
48433         * malloc/memusage.sh: Likewise.
48434         * malloc/mtrace.pl: Likewise.
48435         * nscd/nscd.c (print_version): Likewise.
48436         * nss/getent.c: Likewise.
48437
48438         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48439         PF_CAIF, and PF_ALG.
48440         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48441
48442 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48443
48444         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48445         (modules-names): Use them.
48446         (ifunc-test-modules, ifunc-pie-tests): Define.
48447         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48448         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48449         (test-extras): Likewise.
48450         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48451         $(compile-command.c).
48452         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48453         (all-built-dso): Define.
48454         (check-textrel.out, check-execstack.out): Depend on it.
48455
48456         * configure.in: Don't override --enable-multi-arch.
48457
48458 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48459
48460         [BZ #6812]
48461         * nscd/hstcache.c (tryagain): Define.
48462         (cache_addhst): Return tryagain not notfound for temporary errors.
48463         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48464         failed.
48465
48466 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48467
48468         [BZ #10563]
48469         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48470         to make the syscall.
48471         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48472
48473         [BZ #12378]
48474         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48475         and fall back to matching as normal character if the string ends before
48476         the matching ']' is found.  This is what POSIX requires.
48477         * posix/testfnm.c: Adjust test result.
48478         * posix/globtest.sh: Adjust test result.  Add new test.
48479         * posix/tst-fnmatch.input: Likewise.
48480         * posix/tst-fnmatch2.c: Add new test.
48481
48482 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48483
48484         * elf/Makefile (check-execstack): Revert last change.  Depend on
48485         check-execstack.h.
48486         (check-execstack.h): New target.
48487         (generated): Add check-execstack.h.
48488         * elf/check-execstack.c: Include "check-execstack.h".
48489         (main): Revert last change.
48490         (handle_file): Return zero if GNU_STACK is absent and
48491         DEFAULT_STACK_PERMS doesn't include PF_X.
48492
48493 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48494
48495         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48496         in child fails because the descriptor is already closed.
48497         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48498         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48499         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48500
48501         [BZ #12397]
48502         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48503         syscall.
48504
48505         [BZ #10484]
48506         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48507         temporary buffer used to handle multi lookups locally.
48508         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48509
48510 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48511
48512         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48513         loader is ld.so.
48514
48515 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48516
48517         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48518         alignment for SSE2.
48519
48520 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48521
48522         [BZ #12394]
48523         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48524         characters.  When rounding increased number of integer digits recompute
48525         number of groups.
48526         * stdio-common/tst-grouping.c: New file.
48527         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48528
48529 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48530
48531         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48532         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48533
48534         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48535         void.
48536         * bits/select.h: Likewise.
48537
48538 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48539
48540         * po/ja.po: Update from translation team.
48541
48542 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48543
48544         [BZ #11155]
48545         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48546         implementation just like for lxstat, fxstatat, et al.
48547
48548 2010-12-27  Jim Meyering  <meyering@redhat.com>
48549
48550         [BZ #12348]
48551         * posix/regexec.c (build_trtable): Return failure indication upon
48552         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48553
48554 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48555
48556         [BZ #12201]
48557         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48558         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48559         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48560         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48561
48562         [BZ #12207]
48563         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48564
48565         [BZ #12204]
48566         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48567         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48568
48569 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48570
48571         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48572         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48573         script has SORT_BY_INIT_PRIORITY.
48574         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48575         NO_CTORS_DTORS_SECTIONS is defined.
48576         * elf/soinit.c: Likewise.
48577         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48578         NO_CTORS_DTORS_SECTIONS is defined.
48579         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48580         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48581         * sysdeps/sh/init-first.c: Likewise.
48582         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48583
48584 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48585
48586         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48587         always use the slow path.
48588
48589 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48590
48591         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48592         similar rule which adds the sysdep directories to the header search in
48593         order to pick up the correct platform stackinfo.h.
48594         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48595         perform test if it is, otherwise return successfully without testing.
48596         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48597         DEFAULT_STACK_PERMS define in stackinfo.h.
48598         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48599         defined in stackinfo.h.
48600         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48601         DEFAULT_STACK_PERMS defined in stackinfo.h.
48602         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48603         * sysdeps/ia64/stackinfo.h: Likewise.
48604         * sysdeps/s390/stackinfo.h: Likewise.
48605         * sysdeps/sh/stackinfo.h: Likewise.
48606         * sysdeps/sparc/stackinfo.h: Likewise.
48607         * sysdeps/x86_64/stackinfo.h: Likewise.
48608         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48609         PF_X for powerpc64.  Retain PF_X for powerpc32.
48610
48611 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48612
48613         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48614         accurately.
48615         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48616         GETDENTS_64BIT_ALIGNED.
48617
48618 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48619
48620         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48621
48622 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48623
48624         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48625         _GNU_SOURCE.
48626
48627         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48628         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48629         Remove __restrict.
48630         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48631         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48632
48633 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48634
48635         [BZ #11655]
48636         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48637         are initialized.
48638
48639 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48640
48641         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48642
48643 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48644
48645         * po/it.po: Update from translation team.
48646
48647 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48648
48649         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48650         unused codes.
48651
48652 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48653
48654         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48655
48656 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48657
48658         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48659         specially.
48660         (gaih_getanswer_slice): Likewise.
48661
48662 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48663
48664         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48665
48666 2010-05-31  Petr Baudis  <pasky@suse.cz>
48667
48668         [BZ #11149]
48669         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48670         silently even in the chroot mode.
48671
48672 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48673
48674         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48675         last patch a bit.  Pretty printing
48676
48677 2010-05-31  Petr Baudis <pasky@suse.cz>
48678
48679         [BZ #10085]
48680         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48681         initialization of skip_initgroups_dyn.
48682
48683 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48684
48685         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48686         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48687
48688 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48689
48690         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48691
48692 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48693
48694         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48695         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48696         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48697         ($(objpfx)tst-fnmatch-mem): New rule.
48698         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48699         * posix/tst-fnmatch.c (main): Call mtrace.
48700
48701 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
48702
48703         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48704         Support Intel processor model 6 and model 0x2c.
48705
48706 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
48707
48708         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
48709           signed comparison.
48710
48711 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48712
48713         [BZ #12205]
48714         * string/test-strncasecmp.c (check_result): New function.
48715         (do_one_test): Use it.
48716         (check1): New function.
48717         (test_main): Use it.
48718         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
48719         Support strcasecmp and strncasecmp.
48720
48721 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
48722
48723         [BZ #12194]
48724         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
48725         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48726
48727 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
48728
48729         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
48730         IFUNC support.
48731         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48732         memset-x86-64.
48733         * sysdeps/x86_64/multiarch/bzero.S: New file.
48734         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
48735         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
48736         * sysdeps/x86_64/multiarch/memset.S: New file.
48737         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
48738         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48739         Set bit_Prefer_SSE_for_memop for Intel processors.
48740         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
48741         Define.
48742         (index_Prefer_SSE_for_memop): Define.
48743         (HAS_PREFER_SSE_FOR_MEMOP): Define.
48744
48745 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
48746
48747         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
48748         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
48749
48750 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
48751
48752         [BZ #12191]
48753         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48754         (__x86_64_raw_data_cache_size_half): Likewise.
48755         (__x86_64_raw_shared_cache_size): Likewise.
48756         (__x86_64_raw_shared_cache_size_half): Likewise.
48757
48758         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48759         (__x86_64_raw_data_cache_size_half): Likewise.
48760         (__x86_64_raw_shared_cache_size): Likewise.
48761         (__x86_64_raw_shared_cache_size_half): Likewise.
48762         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
48763         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
48764         and __x86_64_raw_shared_cache_size_half.  Round
48765         __x86_64_data_cache_size_half, __x86_64_data_cache_size
48766         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
48767         to multiple of 256 bytes.
48768
48769 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
48770
48771         [BZ #12167]
48772         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
48773         of inacessible symlinks.  Verify result of symlink before returning it.
48774         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
48775         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
48776
48777 2010-10-28  Erich Ritz  <erichritz@gmail.com>
48778
48779         * math/math.h (isinf): Fix typo in comment.
48780
48781 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
48782
48783         * po/da.po: Update from translation team.
48784
48785 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
48786
48787         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
48788         is added to the list.
48789
48790 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48791             Ulrich Drepper  <drepper@gmail.com>
48792
48793         * elf/dl-object.c (_dl_new_object): Don't append the new object to
48794         the global list here.  Move code to...
48795         (_dl_add_to_namespace_list): ...here.  New function.
48796         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
48797         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
48798         * elf/dl-load.c (lose): Don't remove the element from the list.
48799         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
48800         (_dl_map_object): Likewise.
48801
48802 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
48803
48804         [BZ #12159]
48805         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
48806         into all bytes of SSE register.
48807         Patch by Richard Li <richardpku@gmail.com>.
48808
48809 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
48810
48811         [BZ #12140]
48812         * malloc/malloc.c (_int_free): Fill correct number of bytes when
48813         perturbing.
48814
48815 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
48816
48817         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
48818         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
48819         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
48820         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
48822         submachine.
48823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
48824
48825 2010-10-22  Andreas Schwab  <schwab@redhat.com>
48826
48827         * include/dlfcn.h (__RTLD_SECURE): Define.
48828         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
48829         mode & __RTLD_SECURE instead.
48830         (open_path): Rename preloaded parameter to secure.
48831         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
48832         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
48833         * elf/dl-deps.c (openaux): Likewise.
48834         * elf/rtld.c (struct map_args): Remove is_preloaded.
48835         (map_doit): Don't use it.
48836         (dl_main): Likewise.
48837         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
48838         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
48839
48840 2010-09-09  Andreas Schwab  <schwab@redhat.com>
48841
48842         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
48843         (sysd-rules-targets): Remove duplicates.
48844         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
48845         rtld-%.$o dependency.
48846
48847 2010-10-18  Andreas Schwab  <schwab@redhat.com>
48848
48849         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
48850         _dl_map_object do it.
48851
48852 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
48853
48854         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
48855         fast fma builtins, define the macros in the C99 standard.
48856         (FP_FAST_FMAF): Likewise.
48857         (FP_FAST_FMAL): Likewise.
48858         * sysdeps/x86_64/bits/mathdef.h: Likewise.
48859
48860         * bits/mathdef.h: Update copyright year.
48861         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48862
48863 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
48864
48865         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
48866         builtins, define the macros in the C99 standard.
48867         (FP_FAST_FMAF): Likewise.
48868         (FP_FAST_FMAL): Likewise.
48869         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
48870         multiply/add.
48871         (FP_FAST_FMAF): Likewise.
48872
48873 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
48874
48875         [BZ #3268]
48876         * math/libm-test.inc (fma_test): Some new testcases.
48877         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
48878         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
48879         y and infinite z.  Do multiplication by C already in long double.
48880         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
48881         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
48882         y and infinite z.  Do bitwise or of inexact bit into u.d.
48883         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
48884         * sysdeps/i386/fpu/s_fmaf.S: Removed.
48885         * sysdeps/i386/fpu/s_fma.S: Removed.
48886         * sysdeps/i386/fpu/s_fmal.S: Removed.
48887
48888 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
48889
48890         [BZ #3268]
48891         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
48892         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
48893         computation is not scheduled after fetestexcept.  Fix value
48894         of minimum denormal long double.
48895
48896 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
48897
48898         [BZ #3268]
48899         * math/libm-test.inc (fma_test): Add some more tests.
48900         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
48901         correctly.
48902
48903 2010-10-15  Andreas Schwab  <schwab@redhat.com>
48904
48905         * scripts/data/localplt-s390-linux-gnu.data: New file.
48906         * scripts/data/localplt-s390x-linux-gnu.data: New file.
48907
48908 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
48909
48910         [BZ #3268]
48911         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
48912         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
48913         instead of dbl-64.
48914         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
48915         inlines.
48916         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
48917         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
48918         if one of x and y is very large and the other is subnormal.
48919         * sysdeps/s390/fpu/s_fmaf.c: New file.
48920         * sysdeps/s390/fpu/s_fma.c: New file.
48921         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
48922         * sysdeps/powerpc/fpu/s_fma.S: New file.
48923         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
48924         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
48925         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
48926
48927 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
48928
48929         [BZ #3268]
48930         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
48931         fma tests.
48932         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
48933         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
48934         * sysdeps/i386/i686/multiarch/s_fma.c: Include
48935         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
48936         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
48937         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
48938         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
48939
48940 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
48941
48942         [BZ #12078]
48943         * posix/regcomp.c (parse_branch): One more memory leak plugged.
48944         * posix/bug-regex31.input: Add test case.
48945
48946 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48947
48948         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
48949         * posix/bug-regex31.input: New file.
48950
48951         [BZ #12078]
48952         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
48953         (parse_sub_exp): Fix last change, use postorder.
48954
48955         * posix/bug-regex31.c: New file.
48956         * posix/Makefile: Add rules to build and run bug-regex31.
48957
48958         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
48959
48960         [BZ #12078]
48961         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
48962
48963         [BZ #12108]
48964         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
48965         to have entries in sys_siglist.
48966
48967         [BZ #12093]
48968         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48969         be NULL.
48970
48971 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48972
48973         [BZ #3268]
48974         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48975         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48976         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48977         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48978         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48979         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48980         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48981         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48982         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48983         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48984         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48985         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48986         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48987         * math/ftestexcept.c (fetestexcept): Likewise.
48988         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48989         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48990         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48991         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48992         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48993         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48994         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48995
48996 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48997
48998         [BZ #12107]
48999         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49000         newline.
49001
49002 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49003
49004         * string/bug-strstr1.c: New file.
49005         * string/Makefile: Add rules to build and run bug-strstr1.
49006
49007 2010-10-05  Eric Blake  <eblake@redhat.com>
49008
49009         [BZ #12092]
49010         * string/str-two-way.h (two_way_long_needle): Always clear memory
49011         when skipping input due to the shift table.
49012
49013 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49014
49015         [BZ #12005]
49016         * malloc/mcheck.c: Handle large requests.
49017
49018         [BZ #12077]
49019         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49020         for strncmp and strncasecmp.
49021         * string/stratcliff.c: Add tests for strcmp and strncmp.
49022         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49023
49024 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49025
49026         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49027         __set_fpscr.
49028
49029 2010-09-30  Andreas Jaeger  <aj@suse.de>
49030
49031         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49032         (CGROUP_SUPER_MAGIC): Define.
49033         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49034         Handle btrfs and cgroup file systems.
49035         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49036         Likewise.
49037
49038 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49039
49040         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49041         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49042
49043 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49044
49045         [BZ #12067]
49046         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49047         trying to locate the ELF header.
49048
49049 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49050
49051         [BZ #11611]
49052         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49053         Mask out sign-bit copies when constructing f_fsid.
49054
49055 2010-09-24  Petr Baudis <pasky@suse.cz>
49056
49057         * debug/stack_chk_fail_local.c: Add missing licence exception.
49058         * debug/warning-nop.c: Likewise.
49059
49060 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49061
49062         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49063         implementing getdents64 using getdents syscall, set d_type if
49064         __ASSUME_GETDENTS32_D_TYPE.
49065
49066 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49067
49068         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49069         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49070
49071 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49072
49073         [BZ #12037]
49074         * posix/unistd.h: Undo change of feature selection for ftruncate from
49075         2010-01-11.
49076
49077 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49078
49079         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49080         detection.
49081
49082 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49083
49084         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49085         fanotify_mark.
49086         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49087
49088 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49089
49090         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49091         variables after CHECK_SP call.
49092         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49093
49094 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49095             Ulrich Drepper  <drepper@redhat.com>
49096
49097         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49098         re-relocationg ld.so.
49099         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49100         _dl_init_paths call.
49101         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49102         here anymore.
49103
49104 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49105
49106         * resolv/res_init.c (__res_vinit): Count the default server we added.
49107
49108 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49109             Ulrich Drepper  <drepper@redhat.com>
49110
49111         [BZ #11968]
49112         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49113         (____longjmp_chk): Use %ebx for saving value across system call.
49114         Add unwind info.
49115
49116 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49117
49118         * manual/Makefile: Don't mix pattern rules with normal rules.
49119
49120 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49121
49122         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49123         operation.
49124         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49125         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49126         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49127         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49128         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49129         Likewise.
49130
49131 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49132
49133         [BZ #11979]
49134         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49135         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49136
49137 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49138
49139         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49140         * sysdeps/x86_64/addmul_1.S: Likewise.
49141         * sysdeps/x86_64/lshift.S: Likewise.
49142         * sysdeps/x86_64/mul_1.S: Likewise.
49143         * sysdeps/x86_64/rshift.S: Likewise.
49144         * sysdeps/x86_64/sub_n.S: Likewise.
49145         * sysdeps/x86_64/submul_1.S: Likewise.
49146
49147 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49148
49149         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49150         Define __sched_param instead of SCHED_* and sched_param when
49151         <bits/sched.h> is included with __need_schedparam defined.
49152         * bits/sched.h [__need_schedparam]
49153         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49154         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49155         (__defined_schedparam): Define to 1.
49156         (__sched_param): New structure, identical to sched_param.
49157         (__need_schedparam): Undefine.
49158
49159 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49160
49161         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49162         (epoll_create1): Declare.
49163
49164         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49165
49166 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49167
49168         [BZ #7066]
49169         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49170         shifting retval into place.
49171
49172 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49173
49174         * nis/rpcsvc/nis.h: Update copyright notice.
49175         * nis/rpcsvc/nis.x: Likewise.
49176         * nis/rpcsvc/nis_callback.h: Likewise.
49177         * nis/rpcsvc/nis_callback.x: Likewise.
49178         * nis/rpcsvc/nis_object.x: Likewise.
49179         * nis/rpcsvc/nis_tags.h: Likewise.
49180         * nis/rpcsvc/yp.h: Likewise.
49181         * nis/rpcsvc/yp.x: Likewise.
49182         * nis/rpcsvc/ypupd.h: Likewise.
49183         * nis/yp_xdr.c: Likewise.
49184         * nis/ypupdate_xdr.c: Likewise.
49185
49186         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49187         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49188         (pmap_getport): Use __libc_rpc_getport.
49189         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49190         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49191         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49192
49193 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49194
49195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49196         fanotify_mark.
49197
49198 2010-08-27  Roland McGrath  <roland@redhat.com>
49199
49200         * sysdeps/i386/i686/multiarch/Makefile
49201         (CFLAGS-varshift.c): New variable.
49202
49203 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49204
49205         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49206         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49207
49208         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49209
49210         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49211
49212 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49213
49214         * sysdeps/x86_64/strlen.S: Unroll the loop.
49215         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49216         strlen-sse2 strlen-sse2-bsf.
49217         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49218         __strlen_no_bsf if bit_Slow_BSF is set.
49219         (__strlen_sse42): Removed.
49220         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49221         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49222
49223 2010-08-25  Roland McGrath  <roland@redhat.com>
49224
49225         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49226         * sysdeps/x86_64/multiarch/varshift.c: New file.
49227         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49228         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49229         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49230         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49231
49232 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49233
49234         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49235         strlen-sse2 strlen-sse2-bsf.
49236         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49237         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49238         (__strlen_sse2): Removed.
49239         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49240         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49241         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49242         bit_Slow_BSF for Atom.
49243         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49244         (index_Slow_BSF): Define.
49245         (HAS_SLOW_BSF): Define.
49246
49247 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49248
49249         [BZ #10851]
49250         * resolv/res_init.c (__res_vinit): When no server address at all
49251         is given default to loopback.
49252
49253 2010-08-24  Roland McGrath  <roland@redhat.com>
49254
49255         * configure.in: Remove config-name.h generation.
49256         * configure: Regenerated.
49257         * config-name.in: File removed.
49258         * scripts/config-uname.sh: New file.
49259         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49260         ($(objdir)config-name.h): New target.
49261
49262         * sunrpc/rpc_parse.h: Avoid nested comment.
49263
49264 2010-08-24  Richard Henderson  <rth@redhat.com>
49265             Ulrich Drepper  <drepper@redhat.com>
49266             H.J. Lu  <hongjiu.lu@intel.com>
49267
49268         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49269         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49270         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49271         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49272         _mm_alignr_epi8 with _mm_loadu_si128.
49273         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49274         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49275         (__m128i_shift_right): Removed.
49276         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49277         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49278         * sysdeps/x86_64/multiarch/varshift.h: New file.
49279         * sysdeps/x86_64/multiarch/varshift.S: New file.
49280
49281 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49282
49283         * configure.in: Move assembler checks to before sysdep dir checking.
49284
49285 2010-08-20  Petr Baudis  <pasky@suse.cz>
49286
49287         * LICENSES: Sync the sunrpc license.
49288
49289 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49290
49291         * sunrpc/auth_des.c: Update copyright notice once again.
49292         * sunrpc/auth_none.c: Likewise.
49293         * sunrpc/auth_unix.c: Likewise.
49294         * sunrpc/authdes_prot.c: Likewise.
49295         * sunrpc/authuxprot.c: Likewise.
49296         * sunrpc/bindrsvprt.c: Likewise.
49297         * sunrpc/clnt_gen.c: Likewise.
49298         * sunrpc/clnt_perr.c: Likewise.
49299         * sunrpc/clnt_raw.c: Likewise.
49300         * sunrpc/clnt_simp.c: Likewise.
49301         * sunrpc/clnt_tcp.c: Likewise.
49302         * sunrpc/clnt_udp.c: Likewise.
49303         * sunrpc/clnt_unix.c: Likewise.
49304         * sunrpc/des_crypt.c: Likewise.
49305         * sunrpc/des_soft.c: Likewise.
49306         * sunrpc/get_myaddr.c: Likewise.
49307         * sunrpc/getrpcport.c: Likewise.
49308         * sunrpc/key_call.c: Likewise.
49309         * sunrpc/key_prot.c: Likewise.
49310         * sunrpc/openchild.c: Likewise.
49311         * sunrpc/pm_getmaps.c: Likewise.
49312         * sunrpc/pm_getport.c: Likewise.
49313         * sunrpc/pmap_clnt.c: Likewise.
49314         * sunrpc/pmap_prot.c: Likewise.
49315         * sunrpc/pmap_prot2.c: Likewise.
49316         * sunrpc/pmap_rmt.c: Likewise.
49317         * sunrpc/rpc/auth.h: Likewise.
49318         * sunrpc/rpc/auth_unix.h: Likewise.
49319         * sunrpc/rpc/clnt.h: Likewise.
49320         * sunrpc/rpc/des_crypt.h: Likewise.
49321         * sunrpc/rpc/key_prot.h: Likewise.
49322         * sunrpc/rpc/netdb.h: Likewise.
49323         * sunrpc/rpc/pmap_clnt.h: Likewise.
49324         * sunrpc/rpc/pmap_prot.h: Likewise.
49325         * sunrpc/rpc/pmap_rmt.h: Likewise.
49326         * sunrpc/rpc/rpc.h: Likewise.
49327         * sunrpc/rpc/rpc_des.h: Likewise.
49328         * sunrpc/rpc/rpc_msg.h: Likewise.
49329         * sunrpc/rpc/svc.h: Likewise.
49330         * sunrpc/rpc/svc_auth.h: Likewise.
49331         * sunrpc/rpc/types.h: Likewise.
49332         * sunrpc/rpc/xdr.h: Likewise.
49333         * sunrpc/rpc_clntout.c: Likewise.
49334         * sunrpc/rpc_cmsg.c: Likewise.
49335         * sunrpc/rpc_common.c: Likewise.
49336         * sunrpc/rpc_cout.c: Likewise.
49337         * sunrpc/rpc_dtable.c: Likewise.
49338         * sunrpc/rpc_hout.c: Likewise.
49339         * sunrpc/rpc_main.c: Likewise.
49340         * sunrpc/rpc_parse.c: Likewise.
49341         * sunrpc/rpc_parse.h: Likewise.
49342         * sunrpc/rpc_prot.c: Likewise.
49343         * sunrpc/rpc_sample.c: Likewise.
49344         * sunrpc/rpc_scan.c: Likewise.
49345         * sunrpc/rpc_scan.h: Likewise.
49346         * sunrpc/rpc_svcout.c: Likewise.
49347         * sunrpc/rpc_tblout.c: Likewise.
49348         * sunrpc/rpc_util.c: Likewise.
49349         * sunrpc/rpc_util.h: Likewise.
49350         * sunrpc/rpcinfo.c: Likewise.
49351         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49352         * sunrpc/rpcsvc/key_prot.x: Likewise.
49353         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49354         * sunrpc/rpcsvc/mount.x: Likewise.
49355         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49356         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49357         * sunrpc/rpcsvc/rex.x: Likewise.
49358         * sunrpc/rpcsvc/rstat.x: Likewise.
49359         * sunrpc/rpcsvc/rusers.x: Likewise.
49360         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49361         * sunrpc/rpcsvc/spray.x: Likewise.
49362         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49363         * sunrpc/rtime.c: Likewise.
49364         * sunrpc/svc.c: Likewise.
49365         * sunrpc/svc_auth.c: Likewise.
49366         * sunrpc/svc_authux.c: Likewise.
49367         * sunrpc/svc_raw.c: Likewise.
49368         * sunrpc/svc_run.c: Likewise.
49369         * sunrpc/svc_simple.c: Likewise.
49370         * sunrpc/svc_tcp.c: Likewise.
49371         * sunrpc/svc_udp.c: Likewise.
49372         * sunrpc/svc_unix.c: Likewise.
49373         * sunrpc/svcauth_des.c: Likewise.
49374         * sunrpc/xcrypt.c: Likewise.
49375         * sunrpc/xdr.c: Likewise.
49376         * sunrpc/xdr_array.c: Likewise.
49377         * sunrpc/xdr_float.c: Likewise.
49378         * sunrpc/xdr_mem.c: Likewise.
49379         * sunrpc/xdr_rec.c: Likewise.
49380         * sunrpc/xdr_ref.c: Likewise.
49381         * sunrpc/xdr_sizeof.c: Likewise.
49382         * sunrpc/xdr_stdio.c: Likewise.
49383
49384         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49385         handling.
49386
49387 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49388
49389         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49390
49391 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49392
49393         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49394         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49395         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49396         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49397         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49398         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49399         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49400         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49401         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49402         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49403         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49404         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49405         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49406         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49407
49408 2010-07-26  Anton Blanchard  <anton@samba.org>
49409
49410         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49411         * malloc/arena.c (heap_trim): Likewise.
49412
49413 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49414
49415         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49416         here.  Not...
49417         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49418         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49419
49420 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49421
49422         * sysdeps/i386/elf/Makefile: New file.
49423
49424 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49425
49426         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49427         from fanotify_init.
49428         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49429         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49430
49431 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49432
49433         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49434         of strncasecmp_l.
49435         * sysdeps/multiarch/strcmp.S: Likewise.
49436
49437 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49438
49439         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49440         strncase_l-nonascii.
49441         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49442         Add strncase_l-ssse3.
49443         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49444         * sysdeps/x86_64/strcmp.S: Likewise.
49445         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49446         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49447         * sysdeps/x86_64/strncase.S: New file.
49448         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49449         * sysdeps/x86_64/strncase_l.S: New file.
49450         * string/Makefile (strop-tests): Add strncasecmp.
49451         * string/test-strncasecmp.c: New file.
49452
49453         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49454         warning.
49455
49456         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49457         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49458
49459 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49460
49461         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49462
49463 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49464
49465         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49466         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49467         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49468
49469 2010-05-01  Alan Modra  <amodra@gmail.com>
49470
49471         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49472         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49473         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49474         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49475         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49476         tidying.  Don't tail-call __sigjmp_save for static lib.
49477         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49478         save location.
49479         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49480         (CALL_MCOUNT): Add eh info, and nop after bl.
49481         (TAIL_CALL_SYSCALL_ERROR): New macro.
49482         (PSEUDO_RET): Use it.
49483         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49484         Correct save location of integer regs and cr.
49485         (_dl_profile_resolve): Correct cr save location.  Delete nops
49486         after bl when SHARED.  Reduce cfi size a little by better
49487         placement of cfi directives.
49488         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49489         make a stack frame.  Instead use parm save area as a temp.
49490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49491         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49493         Don't make a stack frame for parent, use parm save area.
49494         Increase child stack frame to 112 bytes.  Don't save unused reg,
49495         and adjust reg usage.  Set up cfi on error recovery and
49496         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49498         (__makecontext): Add dummy nop after jump to exit.
49499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49500         Use correct parm save area and cr save, reduce stack frame.
49501         Correct cfi for possible PSEUDO_RET frame setup.
49502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49503         Branch to local label emitted by PSEUDO_RET rather than
49504         __syscall_error.
49505
49506 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49507
49508         [BZ #11904]
49509         * locale/programs/locale.c (print_assignment): New function.
49510         (show_locale_vars): Use it.
49511
49512 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49513
49514         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49515         field.
49516         (struct statfs64): Likewise.
49517         (_STATFS_F_FLAGS): Define.
49518         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49519         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49520         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49521         (ST_VALID): Define locally.
49522         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49523         __statvfs_getflags, use the provided value.
49524         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49525         __ASSUME_STATFS_F_FLAGS.
49526
49527         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49528
49529         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49530         Add sys/fanotify.h.
49531         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49532         fanotify_mask for GLIBC_2.13.
49533         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49534         fanotify_init and fanotify_mark.
49535         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49536         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49537
49538         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49539         Add prlimit.
49540         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49541         prlimit64 for GLIBC_2.13.
49542         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49543         prlimit64.
49544         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49545         syscall.
49546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49547         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49548         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49549         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49550         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49551         add prlimit alias.
49552         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49553
49554         [BZ #11903]
49555         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49556         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49557
49558         * nss/Makefile: Add rules to build and run tst-nss-test1.
49559         * shlib-versions: Add entry for libnss_test1.
49560         * nss/nss_test1.c: New file.
49561         * nss/tst-nss-test1.c: New file.
49562
49563         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49564         (__nss_configure_lookup): Set appropriate entry in
49565         __nss_configure_lookup to true.
49566         * nss/nsswitch.h: Define enum with indeces of databases in
49567         databases and __nss_database_custom arrays.  Declare
49568         __nss_database_custom.
49569         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49570         to avoid using nscd when custom rules are installed.
49571         * nss/getXXbyYY_r.c: Likewise.
49572         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49573
49574         * nss/nss_files/files-parse.c: Whitespace fixes.
49575
49576 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49577
49578         [BZ #11883]
49579         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49580         * posix/fnmatch_loop.c: Likewise.
49581
49582 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49583
49584         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49585         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49586         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49587         * Versions.def [GLIBC_2.13]: Add.
49588
49589 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49590
49591         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49592         Also fail if tpwd after pwuid call is NULL.
49593
49594 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49595
49596         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49597         when converting to ms.
49598
49599 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49600
49601         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49602         EOPNOTSUPP errors with ENOTTY.
49603         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49604         EOPNOTSUPP errors with ENOTTY.
49605
49606 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49607
49608         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49609         Add strcasecmp_l-ssse3.
49610         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49611         strcasecmp.
49612         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49613         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49614         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49615
49616 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49617
49618         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49619
49620         * string/Makefile (strop-tests): Add strcasecmp.
49621         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49622         strcasecmp_l-nonascii.
49623         (gen-as-const-headers): Add locale-defines.sym.
49624         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49625         * sysdeps/x86_64/strcasecmp.S: New file.
49626         * sysdeps/x86_64/strcasecmp_l.S: New file.
49627         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49628         * sysdeps/x86_64/locale-defines.sym: New file.
49629         * string/test-strcasecmp.c: New file.
49630
49631         * string/test-strcasestr.c: Test both ends of the range of characters.
49632         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49633
49634 2010-07-29  Roland McGrath  <roland@redhat.com>
49635
49636         [BZ #11856]
49637         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49638
49639 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49640
49641         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49642         for ld.so.
49643
49644 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49645
49646         * manual/memory.texi (Malloc Tunable Parameters): Document
49647         M_PERTURB.
49648
49649 2010-07-26  Roland McGrath  <roland@redhat.com>
49650
49651         [BZ #11840]
49652         * configure.in (-fgnu89-inline check): Set and substitute
49653         gnu89_inline, not libc_cv_gnu89_inline.
49654         * configure: Regenerated.
49655         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49656
49657 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49658
49659         * string/test-strnlen.c: New file.
49660         * string/Makefile (strop-tests): Add strnlen.
49661         * string/tester.c (test_strnlen): Add a few more test cases.
49662         * string/tst-strlen.c: Better error reporting.
49663
49664         * sysdeps/x86_64/strnlen.S: New file.
49665
49666 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49667
49668         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49669         lower-latency instructions.
49670
49671 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49672
49673         * string/test-strcasestr.c: New file.
49674         * string/test-strstr.c: New file.
49675         * string/Makefile (strop-tests): Add strstr and strcasestr.
49676         * string/str-two-way.h: Don't undefine MAX.
49677         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49678
49679 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49680
49681         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49682         strcasestr-nonascii.
49683         (CFLAGS-strcasestr-nonascii.c): Define.
49684         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49685         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49686         Remove unused attribute.
49687
49688 2010-07-20  Roland McGrath  <roland@redhat.com>
49689
49690         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49691         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49692         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49693         like LD_HWCAP_MASK can disable hwcaps.
49694
49695 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49696
49697         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49698
49699 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49700
49701         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49702         call in strcasestr.
49703         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
49704         __strcasestr_sse42_nonascii.
49705         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
49706         strcasestr-nonascii.c.
49707         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
49708
49709 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
49710
49711         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
49712         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
49713         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
49714         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
49715
49716 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
49717
49718         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
49719         fcntl.
49720
49721 2010-07-06  Andreas Schwab  <schwab@redhat.com>
49722
49723         [BZ #11577]
49724         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
49725         dl_signal_cerror.
49726
49727 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
49728
49729         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
49730         _PC_PIPE_BUF using F_GETPIPE_SZ.
49731
49732 2010-07-05  Roland McGrath  <roland@redhat.com>
49733
49734         * manual/arith.texi (Rounding Functions): Fix rint description
49735         implicit in round description.
49736
49737 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
49738
49739         * elf/Makefile: Fix linking for a few tests to make recent linker
49740         happy.
49741
49742 2010-06-30  Andreas Schwab  <schwab@redhat.com>
49743
49744         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49745         $(common-objpfx)libc_nonshared.a.
49746
49747 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
49748
49749         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
49750         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
49751         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49752         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49753         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
49754         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
49755         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49756         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
49758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
49759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
49760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
49762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
49764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
49765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
49766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
49767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
49769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
49771         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
49772         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
49773         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
49774         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
49775         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
49776         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
49777         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
49778         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
49779         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
49780         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
49781         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
49782         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
49783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
49784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
49785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
49786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
49787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
49788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
49789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
49790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
49791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
49792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
49793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
49794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
49795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
49796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
49797
49798 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
49799
49800         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
49801         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
49802         * string/memmove.c (memmove): Renamed to ...
49803         (MEMMOVE): ...this.  Default to memmove.
49804         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
49805         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
49806         (END_CHK): Define.
49807         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49808         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
49809         mempcpy-ssse3-back memmove-ssse3-back.
49810         * sysdeps/x86_64/multiarch/bcopy.S: New file .
49811         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
49812         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
49813         * sysdeps/x86_64/multiarch/memcpy.S: New file.
49814         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
49815         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
49816         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
49817         * sysdeps/x86_64/multiarch/memmove.c: New file.
49818         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
49819         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
49820         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
49821         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
49822         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
49823         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
49824         Define.
49825         (index_Fast_Copy_Backward): Define.
49826         (HAS_ARCH_FEATURE): Define.
49827         (HAS_FAST_REP_STRING): Define.
49828         (HAS_FAST_COPY_BACKWARD): Define.
49829
49830 2010-06-21  Andreas Schwab  <schwab@redhat.com>
49831
49832         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49833         Restore proper fallback handling.
49834
49835 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
49836
49837         [BZ #11701]
49838         * posix/group_member.c (__group_member): Correct checking loop.
49839
49840         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
49841         OOM in getpwuid_r correctly.  Return error number when the caller
49842         should return, otherwise -1.
49843         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
49844         call returning > 0 value.
49845         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
49846
49847 2010-06-07  Andreas Schwab  <schwab@redhat.com>
49848
49849         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
49850         libc_nonshared.a from targets in modules-names.
49851
49852 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
49853
49854         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
49855         requires it.
49856
49857 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
49858
49859         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
49860         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
49861         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
49862         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
49863
49864 2010-06-02  Andreas Schwab  <schwab@redhat.com>
49865
49866         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
49867
49868 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
49869
49870         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
49871         and F_GETPIPE_SZ.
49872         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49873         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49874         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49875         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49876         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49877         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
49878
49879 2010-06-14  Roland McGrath  <roland@redhat.com>
49880
49881         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
49882
49883 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
49884
49885         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
49886         __REDIRECT followed by __THROW.
49887         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
49888         * posix/getopt.h (getopt): Likewise.
49889
49890 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49891
49892         * hurd/lookup-at.c (__file_name_lookup_at): Accept
49893         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
49894         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
49895         in AT_FLAGS.
49896         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
49897         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
49898
49899 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
49900
49901         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
49902
49903 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
49904
49905         [BZ #11640]
49906         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49907         Properly check family and model.
49908
49909 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
49910
49911         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
49912
49913 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
49914
49915         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
49916
49917 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
49918
49919         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
49920         symbol reference.
49921
49922 2010-05-19  Andreas Schwab  <schwab@redhat.com>
49923
49924         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
49925         symbol reference.
49926
49927 2010-05-21  Andreas Schwab  <schwab@redhat.com>
49928
49929         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
49930         and internal_recvmmsg.
49931         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
49932         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
49933         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
49934         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
49935
49936         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
49937         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49938         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49939
49940 2010-05-20  Andreas Schwab  <schwab@redhat.com>
49941
49942         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
49943
49944 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
49945
49946         POWER7 optimizations.
49947         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
49948         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
49949
49950 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
49951
49952         * version.h: Update for 2.13 development version.
49953
49954 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
49955
49956         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
49957         exceptions.  Return 0.
49958
49959 2010-05-07  Roland McGrath  <roland@redhat.com>
49960
49961         * elf/ldconfig.c (main): Add a const.
49962
49963 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
49964
49965         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49966         (args_options): Add no-idn option.
49967         (ahosts_keys_int): Add idn_flags to ai_flags.
49968         (parse_option): Handle 'i' option to clear idn_flags.
49969
49970         * malloc/malloc.c (_int_free): Possible race in the most recently
49971         added check.  Only act on the data if no current modification
49972         happened.
49973
49974 See ChangeLog.17 for earlier changes.