Update Russian translation
[platform/upstream/linaro-glibc.git] / ChangeLog
1 2014-08-26  Allan McRae  <allan@archlinux.org>
2
3         * po/ru.po: Update Russian translation from translation project.
4
5         * po/pl.po: Update Polish translation from translation project.
6
7         * po/cs.po: Update Czech translation from translation project.
8
9         * po/de.po: Update German translation from translation project.
10
11         * po/bg.po: Update Bulgarian translation from translation project.
12
13         * po/sv.po: Update Sweedish translation from translation project.
14
15         * po/nl.po: Update Dutch translation from translation project.
16
17         * po/es.po: Update Spanish translation from translation project.
18
19 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20
21         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
22
23         * catgets/Makefile (CPPFLAGS-gencat): Remove.
24         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
25         (CPPFLAGS-iconvconfig): Likewise.
26         * timezone/Makefile (CPPFLAGS-zic): Likewise.
27
28         * include/libc-symbols.h: Remove unnecessary check for
29         NOT_IN_libc.
30         * nptl/pthreadP.h: Likewise.
31         * sysdeps/aarch64/setjmp.S: Likewise.
32         * sysdeps/alpha/setjmp.S: Likewise.
33         * sysdeps/arm/sysdep.h: Likewise.
34         * sysdeps/i386/setjmp.S: Likewise.
35         * sysdeps/m68k/setjmp.c: Likewise.
36         * sysdeps/posix/getcwd.c: Likewise.
37         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
38         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
39         * sysdeps/s390/s390-32/setjmp.S: Likewise.
40         * sysdeps/s390/s390-64/setjmp.S: Likewise.
41         * sysdeps/sh/sh3/setjmp.S: Likewise.
42         * sysdeps/sh/sh4/setjmp.S: Likewise.
43         * sysdeps/unix/alpha/sysdep.h: Likewise.
44         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
45         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
47         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
48         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
55         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
56         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
57         * sysdeps/x86_64/setjmp.S: Likewise.
58
59 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
60
61         [BZ #17263]
62         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
63         <stdint.h>.
64         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
65         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
66
67 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
68
69         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
70
71         [BZ #17262]
72         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
73         and __x86_64__ when disabling x87 inline functions.
74
75 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
76
77         [BZ #17259]
78         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
79         asm statement with __cpuid_count.
80
81 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
82
83         * configure.ac: Change __ehdr_start code to dereference the struct.
84         Run readelf on the output to look for relocations.
85         * configure: Regenerated.
86
87 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
88
89         [BZ #17261]
90         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
91         value to 0.
92         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
93
94 2014-08-12  Roland McGrath  <roland@hack.frob.com>
95
96         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
97
98 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
99
100         [BZ #16892]
101         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
102         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
103
104 2014-08-12  Sean Anderson  <seanga2@gmail.com>
105
106         * malloc/malloc.c: Fix typo in comment.
107
108 2014-08-09  Allan McRae  <allan@archlinux.org>
109
110         * Regenerate libc.po.
111
112 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
113
114         * intl/tst-gettext2.sh: Check every lang file for creation.
115
116 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
117
118         * sysdeps/aarch64/fpu/math_private.h
119         (libc_feholdsetround_noex_aarch64_ctx): New function.
120
121 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
122
123         * sysdeps/arm/armv6/strcpy.S (strcpy):
124         Fix performance issue in misaligned cases.
125
126 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
127
128         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
129         Move definition from termios.h.
130         (struct termio): Likewise.
131         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
132         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
133         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
134         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
135         Likewise.
136         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
137         Move definition to ioctl-types.h
138         (struct termio): Likewise.
139         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
140         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
141         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
142         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
143         Likewise.
144
145 2014-08-05  Richard Henderson  <rth@redhat.com>
146
147         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
148         exceptions.
149         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
150         Add fraiseexcpt.
151         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
152         Use __feraiseexcept.
153         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
154         Protect libm symbols with IS_IN_libm.
155
156         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
157
158 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
159
160         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
161
162 2014-08-04  Will Newton  <will.newton@linaro.org>
163
164         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
165         file.
166
167 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
168
169         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
170         variants for each function.
171
172 2014-08-04  Roland McGrath  <roland@hack.frob.com>
173
174         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
175         appended ...
176         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
177         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
178         appended ...
179         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
180         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
181         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
182         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
183         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
184         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
185         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
186         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
187         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
188         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
189         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
190         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
191         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
192         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
193         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
194         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
195         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
196         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
197         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
198         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
199         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
200         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
201         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
202         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
203         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
204         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
205         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
206         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
207         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
208         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
209         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
210         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
211         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
212         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
213         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
214         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
215         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
216         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
217         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
218         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
219         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
220         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
221         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
222         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
223         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
224         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
225         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
226         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
227         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
228         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
229         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
230         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
231         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
232         Update #include.
233         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
234         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
235
236 2014-08-04  Roland McGrath  <roland@hack.frob.com>
237
238         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
239         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
240         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
241         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
242         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
243         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
244
245 2014-08-04  Roland McGrath  <roland@hack.frob.com>
246
247         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
248         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
249         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
250         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
251
252 2014-08-04  Roland McGrath  <roland@hack.frob.com>
253
254         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
255         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
256         (__libc_vfork): Define function under this name.
257         (__vfork): Define as an alias.
258         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
259         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
260
261 2014-08-04  Roland McGrath  <roland@hack.frob.com>
262
263         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
264         that was previously under [RESET_PID].
265         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
266
267 2014-08-04  Andreas Schwab  <schwab@suse.de>
268
269         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
270
271 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
272
273         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
274         (main): Likewise.
275
276 2014-08-01  Roland McGrath  <roland@hack.frob.com>
277
278         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
279
280 2014-08-01  Richard Henderon  <rth@redhat.com>
281
282         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
283         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
284         typo in exact zero test.
285         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
286         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
287         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
288
289 2014-08-01  Roland McGrath  <roland@hack.frob.com>
290
291         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
292         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
293         * sysdeps/arm/sysdep.h: ... here.
294         [!__ASSEMBLER__]: Include <stdint.h>.
295
296 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
297
298         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
299         (HAVE_WCTYPE_H): Likewise.
300         (HAVE_ISWCTYPE): Likewise.
301         (ENABLE_NLS): Likewise.
302         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
303         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
304
305         * posix/regex_internal.c: Check if DEBUG is defined and is
306         set.
307
308         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
309         (HAVE_MBSRTOWCS): Likewise.
310         * posix/fnmatch.c: Include string.h unconditionally.
311
312 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
313
314         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
315         reversal.
316
317 2014-07-31  Roland McGrath  <roland@hack.frob.com>
318
319         * sysdeps/generic/safe-fatal.h: New file.
320         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
321         * nptl/forward.c: Include it.
322         (__pthread_unwind): Use __safe_fatal as default action, rather
323         than a bogus use of INTERNAL_SYSCALL that could never work.
324
325         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
326         * configure.ac (libc_cv_builtin_trap): New test.
327         * configure: Regenerated.
328         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
329         (ABORT_INSTRUCTION): Define using __builtin_trap.
330
331         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
332         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
333         * sysdeps/nptl/nptl-signals.h: New file.
334         * nptl/pthreadP.h: Include <nptl-signals.h>.
335
336 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
337
338         * sysdeps/s390/s390-64/utf16-utf32-z9.c
339         (ONE_DIRECTION): Define.
340         * sysdeps/s390/s390-64/utf8-utf16-z9.c
341         (ONE_DIRECTION): Define.
342         * sysdeps/s390/s390-64/utf8-utf32-z9.c
343         (ONE_DIRECTION): Define.
344
345 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
346
347         * sysdeps/s390/Makefile: Delete file.
348         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
349         * sysdeps/s390/__longjmp.c: Delete file.
350         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
351         Remove fields __flags and __reserved.
352         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
353         and add versioning.
354         * sysdeps/s390/rtld-__longjmp.c: Delete file.
355         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
356         * sysdeps/s390/rtld-setjmp.S: Likewise.
357         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
358         * sysdeps/s390/s390-32/__longjmp.c: ... here.
359         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
360         * sysdeps/s390/s390-32/setjmp.S: ... here.
361         Add versioning.
362         (__sigsetjmp): Remove setting __flags field.
363         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
364         * sysdeps/s390/s390-64/__longjmp.c: ... here.
365         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
366         * sysdeps/s390/s390-64/setjmp.S: ... here.
367         Add versioning.
368         (__sigsetjmp): Remove setting __flags field.
369         * sysdeps/s390/setjmp.S: Delete file.
370         * sysdeps/s390/sigjmp.c: Likewise.
371         * sysdeps/s390/v1-longjmp.c: Likewise.
372         * sysdeps/s390/v1-setjmp.h: Likewise.
373         * sysdeps/s390/v1-sigjmp.c: Likewise.
374         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
375         Remove v1-longjmp_chk.
376         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
377         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
378         Include debug/longjmp_chk.c and add versioning.
379         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
380         Include nptl/pt-longjmp.c and add versioning.
381         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
382         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
383         Include __longjmp.c.
384         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
385         Move to ...
386         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
387         (__getcontext): Remove setting __flags field.
388         Add versioning.
389         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
390         Don't restore upper high grps.
391         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
392         Likewise.
393         (__swapcontext): Remove setting uc_flags field.
394         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
395         Delete file.
396         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
397         Include __longjmp.c.
398         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
399         Move to ...
400         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
401         (__getcontext): Remove setting __flags field.
402         Add versioning.
403         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
404         (__swapcontext): Remove setting uc_flags field.
405         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
406         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
407         Remove fields uc_high_gprs and __reserved.
408         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
409         New file with reverted content.
410         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
411         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
412         Regenerated.
413         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
414         Regenerated.
415
416 2014-07-31  Andreas Schwab  <schwab@suse.de>
417
418         * config.h.in (HAVE_IFUNC): Define to 0.
419         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
420         definedness.
421
422 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
423
424         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
425         memmove-avx-unaligned, memcpy-avx-unaligned and
426         mempcpy-avx-unaligned.
427         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
428         Add tests for AVX memcpy functions.
429         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
430         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
431         memcpy_chk.
432         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
433         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
434         memmove_chk.
435         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
436         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
437         mempcpy_chk.
438         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
439         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
440         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
441
442 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
443
444         [BZ #17213]
445         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
446         powerpc64le.
447
448 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
449
450         [BZ #16839]
451         * manual/llio.texi: Add section about open file description locks.
452         * manual/examples/ofdlocks.c: Example of open file description
453         lock usage.
454         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
455         F_OFD_SETLK, and F_OFD_SETLKW.
456
457 2014-07-23  Allan McRae  <allan@archlinux.org>
458
459         * po/es.po: Update Spanish translation from translation project.
460
461 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
462
463         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
464
465 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
466
467         [BZ #17078]
468         * sysdeps/arm/dl-machine.h (elf_machine_rela)
469         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
470         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
471
472 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
473
474         [BZ #17088]
475         * math/fesetenv.c (__fesetenv)
476         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
477         * math/feupdateenv.c (__feupdateenv)
478         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
479
480         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
481         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
482         (__ASSUME_SOCKETCALL): Do not define.
483
484         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
485         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
486         (__ASSUME_SOCKETCALL): Do not define.
487         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
488         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
489         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
490         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
491         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
492         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
493         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
494         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
495
496         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
497         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
498         (__ASSUME_SOCKETCALL): Do not define.
499         (__ASSUME_IPC64): Define unconditionally.
500         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
501         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
502         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
503         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
504         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
505         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
506         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
507         Likewise.
508
509         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
510         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
511         (__ASSUME_SOCKETCALL): Do not define.
512         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
513         (__ASSUME_FUTEX_LOCK_PI): Likewise.
514         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
515         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
516         (__ASSUME_REQUEUE_PI): Define unconditionally.
517         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
518         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
519         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
520         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
521         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
522         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
523
524         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
525         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
526         (__ASSUME_SOCKETCALL): Do not define.
527         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
528         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
529         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
530         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
531         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
532         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
533
534         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
535         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
536         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
537         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
538         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
539         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
540         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
541         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
542         (__ASSUME_GETCPU_SYSCALL): Likewise.
543
544         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
545         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
546         cases for individual architectures.
547         * sysdeps/gnu/configure: Regenerated.
548         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
549         LIBC_SLIBDIR_RTLDDIR.
550         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
551         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
552         LIBC_SLIBDIR_RTLDDIR.
553         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
555         LIBC_SLIBDIR_RTLDDIR.
556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
557         Regenerated.
558         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
559         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
560         file.
561         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
562         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
563         file.
564         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
565         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
566         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
567         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
568
569         * sysdeps/aarch64/shlib-versions: Move to ...
570         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
571         * sysdeps/alpha/shlib-versions: Move to ...
572         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
573         * sysdeps/arm/shlib-versions: Move to ...
574         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
575         * sysdeps/hppa/shlib-versions: Move all contents except for
576         libgcc_s entry to ...
577         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
578         entry from ...
579         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
580         * sysdeps/ia64/shlib-versions: Move to ...
581         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
582         entry from ...
583         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
584         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
585         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
586         * sysdeps/microblaze/shlib-versions: Move to ...
587         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
588         * sysdeps/mips/shlib-versions: Move to ...
589         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
590         entry from ...
591         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
592         * sysdeps/tile/shlib-versions: Move to ...
593         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
594         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
595         from ...
596         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
597         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
598         entry from ...
599         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
600
601 2014-07-17  Will Newton  <will.newton@linaro.org>
602
603         * sysdeps/arm/bits/atomic.h
604         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
605         (__arch_compare_and_exchange_bool_16_int): Likewise.
606         (__arch_compare_and_exchange_bool_64_int): Likewise.
607
608         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
609         into an #else block.
610
611 2014-07-16  Roland McGrath  <roland@hack.frob.com>
612
613         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
614         just Linux configurations.  Test empirically that the compiler sets
615         __ARM_EABI__, rather than using the tuple to decide.
616         * sysdeps/arm/preconfigure: Regenerated.
617         * sysdeps/unix/sysv/linux/arm/configure: File removed.
618         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
619         contents appended ...
620         * sysdeps/arm/configure.ac: ... here.
621         * sysdeps/arm/configure: Regenerated.
622
623 2014-07-15  Roland McGrath  <roland@hack.frob.com>
624
625         * nptl/pthread_kill.c: New file.
626         * nptl/pthread_sigmask.c: New file.
627         * nptl/pthread_sigqueue.c: New file.
628
629         * sysdeps/nptl/lowlevellock.h: New file.
630         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
631         * sysdeps/nptl/lowlevellock-futex.h: New file.
632
633         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
634         Remove dead declarations.
635
636 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
637
638         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
639         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
640         config-cflags-avx2.
641         * sysdeps/x86_64/configure.ac: Likewise.
642         * sysdeps/i386/configure: Regenerated.
643         * sysdeps/x86_64/configure: Likewise.
644         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
645         memset-avx2 only if config-cflags-avx2 is yes.
646         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
647         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
648         defined.
649         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
650         only if HAVE_AVX2_SUPPORT is defined.
651         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
652
653 2014-07-14  Alan Modra  <amodra@gmail.com>
654
655         [BZ #17153]
656         * elf/elf.h (DT_PPC64_NUM): Correct value.
657         * NEWS: Add to fixed bug list.
658
659 2014-07-13  Jim Meyering  <meyering@fb.com>
660
661         [BZ 17150]
662         regex: don't deref NULL upon heap allocation failure
663         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
664         failure in one more place.
665         To trigger the segfault, configure grep -with-included-regex,
666         build it, and run these commands:
667         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
668
669 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
670
671         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
672
673 2014-07-11  Richard Henderson  <rth@redhat.com>
674
675         * sysdeps/aarch64/libm-test-ulps: Update.
676
677 2014-07-10  Florian Weimer  <fweimer@redhat.com>
678
679         [BZ #17135]
680         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
681         * nptl/allocatestack.c (__nptl_setxid_error): New function.
682         (__nptl_setxid): Initialize error member.  Call
683         __nptl_setxid_error.
684         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
685         * nptl/descr.h (struct xid_command): Add error member.
686         * nptl/tst-setuid3.c: New file.
687         * nptl/Makefile (tests): Add it.
688
689 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
690
691         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
692         New define.
693         (__lll_trylock): Use __lll_base_trylock.
694         (__lll_cond_trylock): Likewise.
695
696 2014-07-10  Roland McGrath  <roland@hack.frob.com>
697
698         * nptl/pthread_create.c (start_thread): Use atomic_or and
699         lll_futex_wake directly rather than lll_robust_dead.
700         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
701         (lll_robust_dead): Macro removed.
702         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
703         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
704         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
705         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
706         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
707         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
708         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
709         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
710         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
711         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
712         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
713         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
714         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
715         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
716         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
717
718         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
719         Use atomic_compare_and_exchange_val_acq directly rather than
720         lll_robust_trylock.
721         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
722         (__lll_robust_trylock, lll_robust_trylock): Removed.
723         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
724         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
725         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
726         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
727         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
728         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
729         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
730         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
731         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
732         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
733         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
734         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
735         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
736         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
737
738 2014-07-02  Florian Weimer  <fweimer@redhat.com>
739
740         * manual/locale.texi (Locale Names): New section documenting
741         locale name syntax.  Adjust menu and node chaining accordingly.
742         (Choosing Locale): Reference Locale Names, Locale Categories.
743         Mention setting LC_ALL=C.  Reflect that name syntax is now
744         documented.
745         (Locale Categories): New section title.  Reference Locale Names.
746         LC_ALL is an environment variable, but not a category.
747         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
748         description, now in Locale Name.  Reference that section.  Locale
749         name syntax is now documented.
750
751 2014-07-02  Florian Weimer  <fweimer@redhat.com>
752
753         [BZ #17137]
754         * locale/findlocale.c (name_present, valid_locale_name): New
755         functions.
756         (_nl_find_locale): Use the loc_name variable to store name
757         candidates.  Call name_present and valid_locale_name to check and
758         validate locale names.  Return an error if the locale is invalid.
759
760 2014-07-02  Florian Weimer  <fweimer@redhat.com>
761
762         * locale/setlocale.c (setlocale): Use strdup for allocating
763         composite name copy.
764
765 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
766
767         Sync up with gnulib.
768         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
769         [!_LIBC && ENABLE_NLS]: Include gettext.h.
770         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
771         and _GL_ARG_NONNULL.
772         [USE_UNLOCKED_IO]: Include unlocked-io.h.
773         [!_LIBC]: Include code for Windows and Cygwin.
774         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
775         Include prototype for int strerror_r.
776         [!_LIBC] (is_open): New function.
777         (flush_stdout): New function.
778         (print_errno_message): Use it.
779         (error): Likewise.
780         (error_at_line): Likewise.
781         (error_tail) Add function attribute macros.  Use
782         __builtin_expect.
783
784         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
785
786         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
787
788         * io/ftw.c: Include sys/param.h unconditionally.
789
790         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
791
792         [BZ #17125]
793         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
794         libc_freeres_ptr.
795         (freecache): New function to free CACHE on exit.
796
797         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
798         initialization.
799
800 2014-07-09  David S. Miller  <davem@davemloft.net>
801
802         * sysdeps/sparc/fpu/libm-test-ulps: Update.
803
804         * sysdeps/sparc/nptl/internaltypes.h: Delete.
805         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
806         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
807         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
808         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
809         * sysdeps/sparc/nptl/sem_init.c: Likewise.
810         * sysdeps/sparc/nptl/sem_post.c: Likewise.
811         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
812         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
813         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
814         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
815         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
816         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
817
818 2014-07-09  Andreas Schwab  <schwab@suse.de>
819
820         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
821         output.
822         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
823         (do_test): Likewise.
824
825         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
826
827 2014-07-09  Will Newton  <will.newton@linaro.org>
828
829         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
830         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
831         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
832         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
833         * sysdeps/hppa/start.S (_start): Likewise.
834
835 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
836
837         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
838
839         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
840         defined.
841
842 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
843
844         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
845         after checking that it is non-NULL.
846
847         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
848
849 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
850
851         * sysdeps/powerpc/memmove.c: Remove file.
852         * sysdeps/powerpc/powerpc32/power4/memcopy.h
853         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
854         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
855         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
856         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
857         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
858         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
859         string memmove instead of removed powerpc one.
860
861         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
862         [weak_alias]: Fix compiler warning due trailing data.
863         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
864         [weak_alias]: Likewise.
865         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
866         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
867
868         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
869         (__libc_ifunc_impl_list): Add memmove functions.
870
871 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
872
873         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
874         Remove code.
875         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
876         Likewise
877         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
878         Likewise
879         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
880         Likewise
881         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
882         Likewise
883         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
884         Likewise
885         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
886         Likewise
887         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
888         Likewise
889         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
890         Likewise
891         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
892         Likewise
893         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
894         Likewise
895         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
896         Likewise
897         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
898         Likewise
899         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
900         Likewise
901         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
902         Likewise
903         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
904         Likewise
905         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
906         Likewise
907
908 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
909
910         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
911         to avoid alignment traps in non-cacheable memory.
912         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
913
914         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
915         multiarch objects.
916         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
917         file: multiarch power7 memmove.
918         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
919         multiarch default memmove.
920         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
921         multiarch memove for powerpc32/power4.
922
923         * string/bcopy.c: Use full path to include memmove.c.
924         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
925         multiarch objects.
926         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
927         bcopy for powerpc64.
928         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
929         bcopy for powerpc64.
930         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
931         and memmove implementations.
932         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
933         optimized multiarch memmove for POWER7/powerpc64.
934         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
935         default multiarch memmove for powerpc64.
936         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
937         multiarch for powerpc64.
938         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
939         for POWER7/powerpc64.
940         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
941         memmove for POWER7/powerpc64.
942
943         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
944         glibc default one.
945
946         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
947         __ELF_NATIVE_CLASS equal to 64.
948
949 2014-07-07  Roland McGrath  <roland@hack.frob.com>
950
951         * sysdeps/nptl/lowlevellock.h: File removed.
952
953         * NEWS: NPTL is no longer an add-on!
954         * nptl/internaltypes.h: Moved ...
955         * sysdeps/nptl/internaltypes.h: ... here.
956         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
957         * sysdeps/nptl/fork.c: Likewise.
958         * sysdeps/nptl/gai_misc.h: Likewise.
959         * sysdeps/nptl/librt-cancellation.c: Likewise.
960         * sysdeps/nptl/jmp-unwind.c: Likewise.
961         * sysdeps/nptl/setxid.h: Likewise.
962         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
963         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
964         * sysdeps/unix/sysv/linux/arm/Implies: New file.
965         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
966         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
967         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
968         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
969         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
970         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
971         * sysdeps/unix/sysv/linux/mips/Implies: New file.
972         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
973         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
974         * sysdeps/unix/sysv/linux/sh/Implies: New file.
975         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
976         * sysdeps/unix/sysv/linux/tile/Implies: New file.
977         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
978         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
979         * nptl/Makeconfig: Moved ...
980         * sysdeps/nptl/Makeconfig: ... here.
981         * nptl/configure: File removed.
982         * nptl/ANNOUNCE: File removed.
983         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
984         * sysdeps/unix/sysv/linux/configure: Regenerated.
985
986         * nptl/Makefile (routines): Add libc_pthread_init,
987         libc_multiple_threads, register-atfork and unregister-atfork.
988         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
989         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
990         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
991         pthread-pi-defines.sym, structsem.sym.
992         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
993         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
994         [$(subdir) = nptl] (tests): Add tst-setgetname.
995         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
996         * sysdeps/unix/sysv/linux/sigaction.c: Just include
997         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
998         [!LIBC_SIGACTION]: Remove aliases.
999         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1000         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1001         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1002         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1003         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1004         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1005         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1006         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1007         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1008         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1009         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1010         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1011         __libc_allocate_rtsig_private.
1012         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1013         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1014         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1015         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1016         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1017         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1018         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1019         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1020         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1021         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1022         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1023         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1024         * nptl/internaltypes.h: ... here.
1025         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1026         * sysdeps/nptl/jmp-unwind.c: ... here.
1027         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1028         * nptl/libc-lowlevellock.c: ... here.
1029         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1030         * nptl/libc_multiple_threads.c: ... here.
1031         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1032         * nptl/libc_pthread_init.c: ... here.
1033         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1034         * nptl/lowlevelbarrier.sym: ... here.
1035         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1036         * nptl/lowlevelcond.sym: ... here.
1037         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1038         * nptl/lowlevellock.c: ... here.
1039         * nptl/lowlevellock.h: Moved ...
1040         * sysdeps/nptl/lowlevellock.h: ... here.
1041         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1042         * nptl/lowlevelrobustlock.c: ... here.
1043         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1044         * nptl/lowlevelrobustlock.sym: ... here.
1045         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1046         * nptl/lowlevelrwlock.sym: ... here.
1047         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1048         * nptl/pt-fork.c: ... here.
1049         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1050         * nptl/pthread-pi-defines.sym: ... here.
1051         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1052         * nptl/pthread_attr_getaffinity.c: ... here.
1053         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1054         * nptl/pthread_attr_setaffinity.c: ... here.
1055         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1056         * nptl/pthread_mutex_cond_lock.c: ... here.
1057         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1058         Update #include.
1059         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1060         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1061         * nptl/pthread_once.c: ... here, replacing old file.
1062         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1063         * nptl/pthread_yield.c: ... here.
1064         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1065         * nptl/register-atfork.c: ... here.
1066         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1067         * nptl/sem_post.c: ... here.
1068         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1069         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1070         * nptl/sem_timedwait.c: ... here.
1071         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1072         * nptl/sem_trywait.c: ... here.
1073         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1074         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1075         * nptl/sem_wait.c: ... here.
1076         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1077         * nptl/structsem.sym: ... here.
1078         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1079         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1080         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1081         * nptl/unregister-atfork.c: ... here.
1082         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1083         * nptl/unwindbuf.sym: ... here.
1084         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1085         * sysdeps/nptl/fork.c: ... here.
1086         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1087         * sysdeps/nptl/fork.h: ... here.
1088         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1089         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1090         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1091         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1092         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1093         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1094         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1095         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1096         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1097         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1098         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1099         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1100         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1101         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1102         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1103         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1104         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1105         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1106         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1107         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1108         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1109         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1110         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1111         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1112         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1113         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1114         * sysdeps/unix/sysv/linux/raise.c: ... here.
1115         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1116         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1117         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1118         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1119         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1120         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1121         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1122         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1123         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1124         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1125         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1126         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1127         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1128         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1129         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1130
1131 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1132
1133         * sysdeps/generic/memcopy.h: Add comment for
1134         MEMCPY_OK_FOR_FWD_MEMMOVE.
1135
1136 2014-07-04  Will Newton  <will.newton@linaro.org>
1137
1138         * string/memchr.c: Merge from gnulib.
1139         [_LIBC]: Remove conditionals.
1140         (__ptr_t): Remove define.
1141         (LONG_MAX_32_BITS): Likewise.
1142         (LONG_MAX): Likewise.
1143         (MEMCHR): Use ANSI prototype and optimize algorithm.
1144
1145         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1146
1147 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1148
1149         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1150         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1151
1152         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1153         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1154         in a bare environment with no <stdlib.h> installed.
1155         * sysdeps/nptl/configure: Regenerated.
1156
1157         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1158
1159         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1160         AC_EGREP_CPP for kernel header checks, so they only succeed if
1161         including <linux/version.h> actually works right.
1162         * sysdeps/unix/sysv/linux/configure: Regenerated.
1163
1164         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1165         value so it's not diagnosed as unused.
1166
1167         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1168         thing) with "ifeq ($(subdir),rt)".
1169
1170 2014-07-03  Richard Henderson  <rth@redhat.com>
1171
1172         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1173         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1174         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1175
1176         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1177         (math_force_eval): New.
1178
1179         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1180         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1181
1182         * sysdeps/alpha/fpu/s_round.c: Remove file.
1183         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1184
1185         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1186         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1187         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1188         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1189         (_dl_start, print_statistics): Likewise.
1190         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1191         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1192
1193         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1194         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1195         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1196         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1197         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1198         (HP_SMALL_TIMING_AVAIL): Define.
1199         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1200         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1201         (HP_SMALL_TIMING_AVAIL): Define.
1202         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1203         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1204
1205         * sysdeps/aarch64/hp-timing.h: New file.
1206
1207         * sysdeps/generic/hp-timing.h: Remove dead comment.
1208         * sysdeps/generic/hp-timing-common.h: New file.
1209         * sysdeps/alpha/hp-timing.h: Include it.
1210         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1211         * sysdeps/i386/i686/hp-timing.h: Likewise.
1212         * sysdeps/ia64/hp-timing.h: Likewise.
1213         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1214         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1215         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1216         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1217         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1218         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1219         (hp_timing_t): New.
1220
1221         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1222         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1223         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1224         * elf/rtld.c (_dl_start_final): Likewise.
1225         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1226         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1227         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1228         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1229         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1230         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1231         (HP_TIMING_DIFF_INIT): Remove.
1232         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1233         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1234         (HP_TIMING_DIFF_INIT): Remove.
1235         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1236         * sysdeps/i386/i686/hp-timing.c: Remove file.
1237         * sysdeps/x86_64/hp-timing.c: Remove file.
1238         * sysdeps/ia64/hp-timing.c: Remove file.
1239         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1240         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1241         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1242         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1243
1244         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1245         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1246         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1247         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1248         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1249         (HP_TIMING_ACCUM): Remove.
1250         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1251         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1252         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1253
1254         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1255         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1256         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1257         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1258         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1259         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1260         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1261         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1262
1263         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1264
1265 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1266
1267         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1268
1269 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1270
1271         Sync up with gettext.
1272         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1273         [_MSC_VER]: Include malloc.h
1274         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1275         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1276         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1277         TEMP_FAILURE_RETRY.  Cast return of alloca.
1278         [!_LIBC] Call gl_rwlock_init.
1279         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1280
1281 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1282
1283         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1284         before checking its value.
1285
1286 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1287
1288         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1289
1290         * debug/memcpy_chk.c: Don't include pagecopy.h.
1291         * debug/mempcpy_chk.c: Likewise.
1292         * string/memcpy.c: Likewise.
1293         * string/memmove.c: Likewise.
1294         * sysdeps/powerpc/memmove.c: Likewise.
1295         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1296         definition of PAGE_COPY_FWD_MAYBE here...
1297         * sysdeps/generic/pagecopy.h: ... from here.
1298         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1299
1300 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1301             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1302
1303         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1304         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1305         optimizations.
1306         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1307         (__libc_ifunc_impl_list): Likewise.
1308         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1309         multiarch strcat for PPC64.
1310         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1311         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1312
1313 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1314
1315         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1316
1317 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1318
1319         * intl/loadmsgcat.c: Remove declaration of
1320         get_sysdep_segment_value.
1321         (get_sysdep_segment_value): Use ISO C style.
1322         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1323         semicolon.  Fix typo and formatting in comment.
1324         (_nl_unload_domain): Use ISO C style.
1325
1326         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1327
1328 2014-07-02  Will Newton  <will.newton@linaro.org>
1329
1330         * malloc/obstack.c: Merge from gnulib master.
1331         [HAVE_CONFIG_H]: Remove conditional code.
1332         [!_LIBC]: Include config.h.
1333         [!ELIDE_CODE]: Don't include inttypes.h, include
1334         stdint.h unconditionally.
1335         (print_and_abort): Mark as _Noreturn.
1336         (_obstack_allocated_p): Mark as __attribute_pure__.
1337         (obstack_free): Rename to __obstack_free.
1338         [!__attribute__]: Remove conditional code.
1339         * malloc/obstack.h: Merge from gnulib master.
1340         [__cplusplus]: Move conditional down.
1341         [!__attribute_pure__]: Define __attribute_pure__ here
1342         if it is not already defined.
1343         (_obstack_memory_used): Mark as __attribute_pure__.
1344         [!__obstack_free]: Define as obstack_free.
1345         [__GNUC__]: Remove check for ancient NeXT gcc.
1346
1347 2014-07-02  Will Newton  <will.newton@linaro.org>
1348             Paul Eggert  <eggert@cs.ucla.edu>
1349
1350         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1351
1352 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1353
1354         * resolv/gethnamaddr.c: Add comment warning that the file is
1355         not maintained.
1356
1357 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1358
1359         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1360         entries.
1361
1362         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1363         entry for aio_cancel and aio_cancel64.
1364         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1365         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1366         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1367         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1368         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1369         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1370         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1371         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1372         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1373         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1374         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1375         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1376         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1377
1378 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1379
1380         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1381         * nptl/pthread_mutex_lock.c: Likewise.
1382         * nptl/pthread_mutex_timedlock.c: Likewise.
1383         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1384
1385 2014-07-01  Richard henderson  <rth@redhat.com>
1386
1387         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1388         (__isnan, __isnanl): Remove.
1389         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1390
1391         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1392
1393 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1394
1395         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1396
1397 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1398
1399         * resolv/nss_dns/dns-host.c (getanswer_r)
1400         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1401
1402 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1403
1404         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1405         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1406         undefine.
1407         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1408         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1409
1410 2014-07-01  Roland McGrath <roland@hack.frob.com>
1411
1412         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1413         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1414
1415         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1416         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1417
1418         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1419         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1420         ... here.
1421         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1422         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1423
1424         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1425         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1426         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1427         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1428
1429         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1430         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1431         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1432         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1433         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1434         Moved ...
1435         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1436         ... here.
1437         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1438         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1439         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1440         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1441         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1442         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1443         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1444         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1445         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1446         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1447         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1448         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1449         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1450         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1451         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1452         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1453         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1454         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1455         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1456         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1457         ... here.
1458         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1459         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1460         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1461         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1462         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1463         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1464         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1465         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1466
1467 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1468
1469         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1470         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1471         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1472         Add sysdep.
1473
1474 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1475
1476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1477
1478 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1479
1480         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1481         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1482
1483         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1484
1485         * sysdeps/arm/libm-test-ulps: Regenerated.
1486
1487 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1488             Roland McGrath <roland@hack.frob.com>
1489
1490         * test-skeleton.c (signal_handler): Kill the whole process group
1491         before killing the child individually.
1492         (main): Report any failure on `setpgid'.
1493
1494 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1495
1496         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1497         from _TLS_H to _ARM_NPTL_TLS_H.
1498         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1499         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1500
1501 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1502
1503         [BZ #16539]
1504         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1505         (__expm1l): Return argument unchanged when small but not
1506         subnormal.
1507
1508         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1509         include macro name.
1510         (_FP_UNPACK_RAW_1_P): Likewise.
1511         (_FP_PACK_RAW_1): Likewise.
1512         (_FP_PACK_RAW_1_P): Likewise.
1513         (_FP_MUL_MEAT_1_wide): Likewise.
1514         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1515         (_FP_MUL_MEAT_1_hard): Likewise.
1516         (_FP_DIV_MEAT_1_imm): Likewise.
1517         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1518         (_FP_DIV_MEAT_1_udiv): Likewise.
1519         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1520         (_FP_UNPACK_RAW_2): Likewise.
1521         (_FP_UNPACK_RAW_2_P): Likewise.
1522         (_FP_PACK_RAW_2): Likewise.
1523         (_FP_PACK_RAW_2_P): Likewise.
1524         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1525         (_FP_MUL_MEAT_2_wide): Likewise.
1526         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1527         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1528         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1529         (_FP_MUL_MEAT_2_gmp): Likewise.
1530         (_FP_DIV_MEAT_2_udiv): Likewise.
1531         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1532         (_FP_FRAC_SRL_4): Likewise.
1533         (_FP_FRAC_SRST_4): Likewise.
1534         (_FP_FRAC_SRS_4): Likewise.
1535         (_FP_UNPACK_RAW_4): Likewise.
1536         (_FP_UNPACK_RAW_4_P): Likewise.
1537         (_FP_PACK_RAW_4): Likewise.
1538         (_FP_PACK_RAW_4_P): Likewise.
1539         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1540         (_FP_MUL_MEAT_4_wide): Likewise.
1541         (_FP_MUL_MEAT_4_gmp): Likewise.
1542         (umul_ppppmnnn): Likewise.
1543         (_FP_DIV_MEAT_4_udiv): Likewise.
1544         (__FP_FRAC_ADD_4): Likewise.
1545         (__FP_FRAC_SUB_3): Likewise.
1546         (__FP_FRAC_SUB_4): Likewise.
1547         (__FP_FRAC_DEC_3): Likewise.
1548         (__FP_FRAC_DEC_4): Likewise.
1549         (__FP_FRAC_ADDI_4): Likewise.
1550         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1551         (_FP_FRAC_SRL_8): Likewise.
1552         (_FP_FRAC_SRS_8): Likewise.
1553
1554         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1555         include macro name.
1556         (FP_UNPACK_RAW_EP): Likewise.
1557         (FP_PACK_RAW_E): Likewise.
1558         (FP_PACK_RAW_EP): Likewise.
1559         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1560         (_FP_ISSIGNAN): Likewise.
1561         (_FP_ADD_INTERNAL): Likewise.
1562         (_FP_FMA): Likewise.
1563         (_FP_CMP): Likewise.
1564         (_FP_SQRT): Likewise.
1565         (_FP_TO_INT): Likewise.
1566         (_FP_FROM_INT): Likewise.
1567         (FP_EXTEND): Likewise.
1568         (_FP_DIV_MEAT_N_loop): Likewise.
1569
1570 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1571
1572         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
1573         throughout.
1574
1575 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
1576
1577         [BZ #17097]
1578         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
1579         result with correct sign in case of exponents that produce
1580         overflow except for X very close to 1.
1581
1582 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1583
1584         mktime: merge #if/#ifdef usage from glibc
1585         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
1586         as that works with both Glibc's and Gnulib's style.
1587         See thread starting at Siddhesh Poyarekar's bug report at:
1588         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
1589
1590 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1591
1592         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
1593         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
1594         * sysdeps/tile/tilegx/memmove.c: Remove file.
1595
1596 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1597
1598         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
1599         abi-name definition.
1600         * scripts/soversions.awk: Do not handle or generate ABI lines.
1601         * shlib-versions: Remove ABI entries.
1602         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
1603         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
1604
1605 2014-06-27  Roland McGrath  <roland@hack.frob.com>
1606
1607         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
1608         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
1609         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
1610         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
1611         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
1612         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
1613         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1614         Moved ...
1615         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
1616         ... here.
1617         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
1618         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
1619         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
1620         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
1621         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
1622         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
1623         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
1624         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
1625         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
1626         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
1627         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
1628         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
1629         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1630         Moved ...
1631         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
1632         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
1633         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
1634         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
1635         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
1636         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1637         Moved ...
1638         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
1639         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1640         Moved ...
1641         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
1642         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
1643         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
1644         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1645         Moved ...
1646         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
1647         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
1648         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
1649         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
1650         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
1651         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
1652         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
1653         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1654         Moved ...
1655         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
1656         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
1657         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
1658         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
1659         Moved ...
1660         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
1661         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
1662         Moved ...
1663         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
1664         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
1665         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
1666         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
1667         Moved ...
1668         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
1669         ... here.
1670         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
1671         Identical file removed.
1672         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
1673         Moved ...
1674         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
1675         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
1676         Identical file removed.
1677         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
1678         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
1679         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
1680         Moved ...
1681         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
1682         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
1683         Identical file removed.
1684         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
1685         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
1686         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
1687         Identical file removed.
1688         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
1689         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
1690         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
1691         Identical file removed.
1692         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
1693         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
1694         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
1695         Identical file removed.
1696         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
1697         Moved ...
1698         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
1699         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
1700         Identical file removed.
1701         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
1702         Moved ...
1703         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
1704         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
1705         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
1706         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
1707         Identical file removed.
1708         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
1709         Moved ...
1710         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
1711         ... here.
1712         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
1713         Identical file removed.
1714         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
1715         Moved ...
1716         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
1717         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
1718         Identical file removed.
1719         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
1720         Moved ...
1721         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
1722         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
1723         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
1724         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
1725         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
1726         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
1727         Moved ...
1728         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
1729         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
1730         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
1731
1732         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
1733         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
1734         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
1735         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
1736         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
1737
1738 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
1739
1740         [BZ #17092]
1741         * nscd/nscd.c (monitor_child): Return exit status of child
1742         instead of return value from wait syscall.
1743
1744 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1745
1746         * configure.ac (libc_commonpagesize): Remove variable.
1747         (libc_relro_required): Likewise.
1748         (libc_cv_z_relro): Remove configure test.
1749         * configure: Regenerated.
1750         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
1751         variable.
1752         (libc_relro_required): Likewise.
1753         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
1754         (libc_relro_required): Likewise.
1755         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
1756         (libc_relro_required): Likewise.
1757         * sysdeps/arm/preconfigure: Regenerated.
1758         * sysdeps/ia64/preconfigure: Remove file.
1759         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
1760         variable.
1761         (libc_relro_required): Likewise.
1762
1763         [BZ #16561]
1764         [BZ #16562]
1765         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
1766         (__ieee754_yn): Set FE_TONEAREST mode internally and then
1767         recompute overflowing results in original rounding mode.
1768         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
1769         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
1770         recompute overflowing results in original rounding mode.
1771         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
1772         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1773         recompute overflowing results in original rounding mode.
1774         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
1775         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1776         recompute overflowing results in original rounding mode.
1777         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
1778         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1779         recompute overflowing results in original rounding mode.
1780         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
1781         (libc_feholdsetround_ctx): New macro.
1782         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
1783         * sysdeps/i386/fpu/libm-test-ulps: Update.
1784         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
1785
1786 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1787
1788         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1789         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
1790         corresponding .cpsetup call.
1791
1792 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1793
1794         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
1795         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
1796         * sysdeps/arm/Makefile [$(subdir) = csu]
1797         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
1798         (static-only-routines): Add aeabi_read_tp here.
1799         (shared-only-routines): Add libc-aeabi_read_tp here.
1800         (CFLAGS-libc-start.c): Add -fexceptions here.
1801         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
1802         (sysdep_routines, static-only-routines, shared-only-routines):
1803         Don't add to these here.
1804         (CFLAGS-libc-start.c): Likewise.
1805
1806         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
1807         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
1808         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
1809         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
1810         * sysdeps/arm/Makefile [$(subdir) = rt]
1811         (librt-sysdep_routines, librt-shared-only-routines):
1812         Append rt-aeabi_unwind_cpp_pr1 here.
1813         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
1814         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
1815         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
1816         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1817         Append nptl-aeabi_unwind_cpp_pr1 here.
1818         (tests): Filter out tst-cleanupx4 here.
1819         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
1820         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
1821         Don't do those here.
1822
1823 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1824
1825         * scripts/list-sources.sh: Do not handle ports specially.
1826
1827 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1828
1829         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1830         * sysdeps/arm/feupdateenv.c: Likewise.
1831
1832         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1833
1834 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1835
1836         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1837         trailing whitespace removed.
1838         * scripts/config.guess: Update to version 2014-03-23.
1839         * scripts/config.sub: Update to version 2014-05-01
1840         * scripts/install-sh: Update to version 2013-12-25.23.
1841         * scripts/move-if-change: Update from gnulib.
1842
1843 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1844
1845         * debug/memmove_chk.c: Remove pagecopy.h include.
1846
1847 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1848
1849         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1850         identical to gnulib mktime.
1851
1852 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1853
1854         * configure.ac: Do not test for machine being rs6000.  Do not test
1855         for powerpc*-*soft.
1856         * configure: Regenerated.
1857
1858         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1859         test.
1860         * configure: Regenerated.
1861         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1862         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1863         Remove configure test.
1864         * sysdeps/arm/configure: Regenerated.
1865         * sysdeps/nptl/configure.ac: Do not check
1866         libc_cv_asm_cfi_directives.
1867         * sysdeps/nptl/configure: Regenerated.
1868         * sysdeps/x86_64/nptl/configure.ac: Remove file.
1869         * sysdeps/x86_64/nptl/configure: Remove generated file.
1870         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
1871         unconditional.
1872         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
1873
1874 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1875
1876         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
1877         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
1878         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
1879         it is defined.
1880
1881         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
1882         instead of whether it is defined.
1883         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
1884         * sysdeps/hppa/dl-machine.h: Likewise.
1885         * sysdeps/ia64/dl-machine.h: Likewise.
1886         * sysdeps/m68k/dl-machine.h: Likewise.
1887         * sysdeps/microblaze/dl-machine.h: Likewise.
1888         * sysdeps/mips/dl-machine.: Likewise.
1889         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1890         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1891         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1892         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1893         * sysdeps/sh/dl-machine.h: Likewise.
1894         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1895         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1896         * sysdeps/tile/dl-machine.h: Likewise.
1897         * sysdeps/x86_64/dl-machine.h: Likewise.
1898
1899         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
1900         code.
1901         (verify_persistent_db): Likewise.
1902
1903 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1904
1905         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
1906         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
1907         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
1908         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
1909         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
1910         Moved ...
1911         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
1912         ... here.
1913         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
1914         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
1915         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
1916         Identical file removed.
1917         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
1918         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
1919         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
1920         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
1921         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
1922         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
1923         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
1924         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
1925         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
1926         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
1927         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
1928         Moved ...
1929         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
1930         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
1931         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
1932         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
1933         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
1934         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
1935         Moved ...
1936         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
1937         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
1938         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
1939         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
1940         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
1941         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1942         Identical file removed.
1943         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
1944         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
1945         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
1946         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
1947         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
1948         Moved ...
1949         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
1950         ... here.
1951         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
1952         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
1953         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
1954         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
1955         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
1956         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
1957         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
1958         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
1959         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
1960         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
1961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
1962         Moved ...
1963         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
1964         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
1965         Moved ...
1966         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
1967         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
1968         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
1969         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
1970         Moved ...
1971         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
1972         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
1973         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
1974
1975         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
1976         folded into ...
1977         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
1978         * sysdeps/unix/sysv/linux/s390/Versions
1979         (libpthread: GLIBC_2.19): New version set.
1980         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
1981         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
1982         (librt: GLIBC_2.3.3): New version set.
1983         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
1984         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
1985         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
1986         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
1987         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
1988         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
1989         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
1990         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
1991         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
1992         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
1993         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
1994         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
1995         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
1996         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
1997         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
1998         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
1999         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2000         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2001         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2002         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2003         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2004         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2005         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2006         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2007         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2008         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2009         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2010         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2011         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2012         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2013         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2014         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2015         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2016         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2017         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2018         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2019         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2020         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2021         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2022         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2023         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2024         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2025         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2026         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2027         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2028
2029         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2030         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2031         (__libc_vfork): Define the function under this name.
2032         [!NOT_IN_libc] (__vfork): Make this an alias.
2033         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2034         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2035         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2036         (__libc_vfork): Define the function under this name.
2037         [!NOT_IN_libc] (__vfork): Make this an alias.
2038         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2039         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2040         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2041         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2042         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2043         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2044
2045         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2046         code that was previously under [RESET_PID].
2047         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2048         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2049         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2050
2051         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2052         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2053         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2054         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2055         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2056         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2057         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2058         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2059         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2060         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2061         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2062         Moved ...
2063         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2064         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2065         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2066         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2067         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2068         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2069         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2070         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2071         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2072         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2073         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2074         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2075         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2076         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2077         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2078         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2079         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2080         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2081         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2082         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2083         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2084         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2085         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2086         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2087         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2088         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2089         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2090         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2091         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2092
2093 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2094
2095         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2096         that was previously under [RESET_PID].
2097         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2098
2099 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2100
2101         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2102         not undefine and redefine.
2103         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2104         [O_CLOEXEC]: Make code unconditional.
2105         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2106         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2107         <kernel-features.h>.
2108         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2109         conditional variable definition.
2110         (shm_open) [O_CLOEXEC]: Make code unconditional.
2111         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2112         code.
2113
2114         * configure.ac (USE_REGPARMS): Don't define here.
2115         * configure: Regenerated.
2116         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2117         * sysdeps/i386/configure: Regenerated.
2118
2119         * nptl/createthread.c: Don't include kernel-features.h.
2120         * nptl/pthread_cancel.c: Likewise.
2121         * nptl/pthread_condattr_setclock.c: Likewise.
2122         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2123         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2124         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2125         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2126         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2127         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2128         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2129         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2130         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2131         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2132         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2133         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2134         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2135         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2136         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2137         * nscd/gai.c: Likewise.
2138         * nss/nss_db/db-open.c: Likewise.
2139         * sysdeps/generic/ldsodefs.h: Likewise.
2140         * sysdeps/sh/nptl/tls.h: Likewise.
2141         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2142         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2143         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2144         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2145         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2146         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2147         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2148         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2149         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2150         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2151         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2152         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2153         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2154         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2155         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2156         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2157         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2158         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2159         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2160         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2161         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2162         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2163         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2164         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2165         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2166         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2167         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2168         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2169         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2170         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2171         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2172         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2173         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2174         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2175         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2176         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2177         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2178         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2179         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2180         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2181         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2182         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2183         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2184         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2185         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2186         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2187         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2188         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2189         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2190         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2191         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2192         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2193         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2194         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2195         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2196         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2197         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2198         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2221         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2222         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2223         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2224         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2225         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2226         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2227         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2228         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2229         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2230         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2231         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2232         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2233         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2234         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2235         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2236         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2237         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2238         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2239         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2240         * sysdeps/unix/sysv/linux/system.c: Likewise.
2241         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2242         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2243         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2244         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2245         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2246         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2247         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2248
2249         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2250         * configure: Regenerated.
2251         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2252
2253         * configure.ac (base_machine): Do not set specially for particular
2254         machines here.
2255         * configure: Regenerated.
2256         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2257         settings from configure.ac.
2258         * sysdeps/i386/preconfigure: New file.
2259         * sysdeps/s390/preconfigure: Likewise.
2260         * sysdeps/sh/preconfigure: Likewise.
2261         * sysdeps/sparc/preconfigure: Likewise.
2262
2263 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2264
2265         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2266         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2267         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2268         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2269         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2270         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2271         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2272         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2273         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2274         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2275         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2276         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2277         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2278         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2279         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2280         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2281         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2282         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2283         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2284
2285         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2286         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2287         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2288         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2289         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2290         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2291         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2292         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2293         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2294         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2295         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2296         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2297         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2298         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2299         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2300         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2301         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2302         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2303         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2304         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2305         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2306         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2307         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2308         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2309         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2310         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2311         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2312         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2313         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2314         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2315         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2316         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2317         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2318         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2319         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2320         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2321         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2322         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2323
2324         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2325         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2326         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2327         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2328         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2329         Moved ...
2330         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2331         ... here.
2332         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2333         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2334         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2335         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2336         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2337         Moved ...
2338         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2339         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2340         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2341         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2342         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2343         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2344         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2345         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2346         Moved ...
2347         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2348         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2349         Moved ...
2350         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2351         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2352         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2353         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2354         Moved ...
2355         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2356         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2357         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2358         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2359         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2360         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2361         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2362         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2363         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2364         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2365         Moved ...
2366         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2367         ... here.
2368         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2369         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2370         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2371         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2372         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2373         Moved ...
2374         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2375         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2376         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2377         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2378         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2379         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2380         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2381         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2382         Moved ...
2383         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2385         Moved ...
2386         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2387         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2388         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2389         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2390         Moved ...
2391         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2392         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2393         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2394         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2395         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2396
2397 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2398
2399         * timezone/checktab.awk: Update from tzcode 2014e.
2400         * timezone/private.h: Likewise.
2401         * timezone/tzfile.h: Likewise.
2402         * timezone/zdump.c: Likewise.
2403         * timezone/zic.c: Likewise.
2404
2405         * sysdeps/unix/sysv/linux/kernel-features.h
2406         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2407         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2408         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2409         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2410         Remove conditional code.
2411
2412 2014-06-25  Will Newton  <will.newton@linaro.org>
2413
2414         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2415         (_dl_arm_cap_flags): Add HWCAP2 values.
2416         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2417         (_DL_HWCAP_COUNT): Increase to 37.
2418         (_DL_HWCAP_LAST): New define.
2419         (_DL_HWCAP2_LAST): New define.
2420         (_dl_procinfo): Add support for printing
2421         AT_HWCAP2 entries.
2422         (_dl_string_hwcap): Use _dl_hwcap_string.
2423
2424 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2425
2426         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2427
2428 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2429
2430         * README: Do not mention ports directory.
2431
2432         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2433         Remove macro.
2434         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2435         <kernel-features.h>.
2436         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2437         conditional variable definition.
2438         (__futimes): Update comment.
2439         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2440         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2441
2442         [BZ #16560]
2443         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2444         arguments close to 0.
2445         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2446         Likewise.
2447         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2448         Likewise.
2449         * math/auto-libm-test-in: Add more tests of exp10.
2450         * math/auto-libm-test-out: Regenerated.
2451         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2452
2453         * sysdeps/unix/sysv/linux/kernel-features.h
2454         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2455         * sysdeps/unix/sysv/linux/readv.c: Do not include
2456         <kernel-features.h>.
2457         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2458         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2459         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2460         unconditional.
2461         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2462         conditional code.
2463         * sysdeps/unix/sysv/linux/writev.c: Do not include
2464         <kernel-features.h>.
2465         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2466         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2467         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2468         unconditional.
2469         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2470         conditional code.
2471
2472 2014-06-25  Will Newton  <will.newton@linaro.org>
2473
2474         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2475         comment changes throughout the file.  Remove checks
2476         for HAVE_*_H definitions that are not required.
2477         (__gen_tempname): Call abort if an unknown kind value is
2478         passed.
2479
2480 2014-06-25  Andreas Schwab  <schwab@suse.de>
2481
2482         [BZ #17086]
2483         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2484         scalbln, scalblnf, scalblnl in libc.
2485
2486 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2487
2488         [BZ #17086]
2489         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2490         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2491         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2492
2493 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2494
2495         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2496         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2497         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2498         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2499         Update #include.
2500         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2501         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2502         Update #include.
2503         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2504         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2505         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2506         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2507         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2508         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2509         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2510         * sysdeps/x86/bits/semaphore.h: ... here.
2511         * sysdeps/x86/nptl/elide.h: Moved ...
2512         * sysdeps/x86/elide.h: ... here.
2513         * sysdeps/x86_64/nptl/Implies: File removed.
2514         * sysdeps/i386/nptl/Implies: File removed.
2515
2516 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2517
2518         [BZ #16539]
2519         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2520         return the argument for normal arguments with exponent below -64.
2521         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2522         Likewise.
2523         * math/auto-libm-test-in: Add another test of expm1.
2524         * math/auto-libm-test-out: Regenerated.
2525
2526         [BZ #16287]
2527         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2528         calling __erfcl for arguments at least 16.
2529         * math/auto-libm-test-in: Add more tests of erf.
2530         * math/auto-libm-test-out: Regenerated.
2531
2532         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2533         individual architectures.
2534         * sysdeps/unix/sysv/linux/configure: Regenerated.
2535         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2536         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2537         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2538         (ldd_rewrite_script): Define variable.
2539         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2541         file.
2542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2543         generated file.
2544         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2545         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2546         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2547         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2548         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2549         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2550         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2551         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2552
2553 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2554
2555         [BZ #17084]
2556         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2557         Rename member __data.d to __data.__elision_data.
2558
2559 2014-06-24  Wilco  <wdijkstr@arm.com>
2560
2561         * NEWS: Add 16918 to fixed bug list.
2562
2563 2014-06-24  Wilco  <wdijkstr@arm.com>
2564
2565         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
2566
2567 2014-06-24  Wilco  <wdijkstr@arm.com>
2568
2569         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
2570         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
2571         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
2572         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
2573         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
2574         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
2575         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
2576         Use _FPU_MASK_RM.
2577
2578 2014-06-24  Wilco  <wdijkstr@arm.com>
2579
2580         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
2581
2582 2014-06-24  Wilco  <wdijkstr@arm.com>
2583
2584         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
2585         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
2586         * sysdeps/arm/fesetround.c (fesetround): Remove space.
2587         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
2588
2589 2014-06-24  Wilco  <wdijkstr@arm.com>
2590
2591         [BZ #16918]
2592         * sysdeps/arm/feupdateenv.c (feupdateenv):
2593         Rewrite to reduce FPSCR accesses and fix return value.
2594
2595 2014-06-24  Wilco  <wdijkstr@arm.com>
2596
2597         * sysdeps/arm/fclrexcpt.c (feclearexcept):
2598         Optimize to avoid unnecessary FPSCR writes.
2599         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
2600         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
2601         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
2602         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
2603
2604 2014-06-24  Wilco  <wdijkstr@arm.com>
2605
2606         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
2607         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
2608         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
2609         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
2610         Call libc_fetestexcept_vfp.
2611         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
2612         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
2613         __SOFTFP__ ifdef so that they can be built for softfp.
2614
2615 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2616
2617         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
2618         argument type signed char.
2619
2620         * Makerules (check-abi): Dump diff of symlist if the test
2621         fails.
2622
2623 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2624
2625         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
2626         using abort.
2627
2628         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
2629         Remove unused variable ST.
2630
2631 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2632
2633         [BZ #16354]
2634         [BZ #17061]
2635         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
2636         small arguments before calling __expm1.
2637         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
2638         small arguments before calling __expm1f.
2639         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
2640         small arguments before calling __expm1l.
2641         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
2642         Likewise.
2643         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
2644         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
2645         spurious underflow for some cosh tests.
2646         * math/auto-libm-test-out: Regenerated.
2647         * sysdeps/i386/fpu/libm-test-ulps: Update.
2648
2649         [BZ #17050]
2650         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
2651         (__ieee754_y1): Set errno if return value overflows.
2652         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
2653         (__ieee754_y1f): Set errno if return value overflows.
2654         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
2655         (__ieee754_y1l): Set errno if return value overflows.
2656         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
2657         (__ieee754_y1l): Set errno if return value overflows.
2658         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
2659         * math/auto-libm-test-out: Regenerated.
2660
2661         * math/gen-auto-libm-tests.c: Document use of
2662         ignore-zero-inf-sign.
2663         (input_flag_type): Add value flag_ignore_zero_inf_sign.
2664         (input_flags): Add ignore-zero-inf-sign.
2665         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
2666         * math/gen-libm-test.pl (generate_testfile): Handle
2667         ignore-zero-inf-sign.
2668         * math/auto-libm-test-in: Mark some cpow tests with
2669         ignore-zero-inf-sign and some with xfail-rounding.
2670         * math/auto-libm-test-out: Regenerated.
2671         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
2672         * sysdeps/i386/fpu/libm-test-ulps: Update.
2673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2674
2675         [BZ #16315]
2676         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
2677         overflowing or underflowing operations take place with sign of
2678         result.
2679         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
2680         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2681         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
2682         (__ieee754_pow): Recompute overflowing and underflowing results in
2683         original rounding mode.
2684         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
2685         (__powl_helper): Allow negative argument X and scale negated value
2686         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
2687         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
2688         overflowing or underflowing operations take place with sign of
2689         result.
2690         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
2691         Include <math.h>.
2692         * math/auto-libm-test-in: Add more tests of pow.
2693         * math/auto-libm-test-out: Regenerated.
2694         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
2695         (pow_tonearest_test_data): Remove.
2696         (pow_test_tonearest): Likewise.
2697         (pow_towardzero_test_data): Likewise.
2698         (pow_test_towardzero): Likewise.
2699         (pow_downward_test_data): Likewise.
2700         (pow_test_downward): Likewise.
2701         (pow_upward_test_data): Likewise.
2702         (pow_test_upward): Likewise.
2703         (main): Don't call removed functions.
2704         * sysdeps/i386/fpu/libm-test-ulps: Update.
2705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2706
2707 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2708
2709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
2710         Moved ...
2711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
2712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
2713         Moved ...
2714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
2715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
2716         Moved ...
2717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
2718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
2719         Moved ...
2720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
2721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
2722         File removed.
2723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
2724         File removed.
2725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
2726         File removed.
2727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
2728         File removed.
2729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
2730         File removed.
2731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
2732         File removed.
2733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
2734         File removed.
2735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
2736         File removed.
2737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
2738         File removed.
2739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
2740         File removed.
2741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
2742         File removed.
2743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
2744         File removed.
2745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
2746         Moved ...
2747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
2748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
2749         Moved ...
2750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
2751         ... here.
2752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
2753         Moved ...
2754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
2755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
2756         Moved ...
2757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
2758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
2759         Moved ...
2760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
2761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
2762         Moved ...
2763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
2764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
2765         Moved ...
2766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
2767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
2768         Moved ...
2769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
2770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
2771         Moved ...
2772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
2773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
2774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
2775         ... here.
2776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
2777         Moved ...
2778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
2779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
2780         Moved ...
2781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
2782         ... here.
2783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
2784         Moved ...
2785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
2786         ... here.
2787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
2788         Moved ...
2789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2790         ... here.
2791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2792         Moved ...
2793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
2794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
2795         Moved ...
2796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
2797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
2798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
2799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
2800         Moved ...
2801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
2802         ... here.
2803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
2804         Moved ...
2805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
2806         ... here.
2807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
2808         Moved ...
2809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
2810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
2811         Moved ...
2812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
2813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
2814         Moved ...
2815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
2816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2817         Moved ...
2818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
2819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
2820         Moved ...
2821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2822         ... here.
2823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2824         Moved ...
2825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2827         Moved ...
2828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2830         Moved ...
2831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2833         Moved ...
2834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2838         Moved ...
2839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2841         Moved ...
2842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2844         Moved ...
2845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2846         ... here.
2847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2848         Moved ...
2849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2850         ... here.
2851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2852         Moved ...
2853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2854         ... here.
2855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2856         Moved ...
2857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2859         Moved ...
2860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2862         Moved ...
2863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
2864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
2865         Moved ...
2866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
2867         ... here.
2868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
2869         Moved ...
2870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
2871         ... here.
2872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
2873         Moved ...
2874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
2875         ... here.
2876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
2877         Moved ...
2878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
2879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2880         Moved ...
2881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
2882
2883 2014-06-23  Will Newton  <will.newton@linaro.org>
2884             Wilco  <wdijkstr@arm.com>
2885
2886         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
2887         implementation.  Include get-rounding-mode.h.
2888         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
2889         [!libc_feholdsetround_noex_ctx]: Define
2890         libc_feholdsetround_noex_ctx.
2891         [!libc_feholdsetround_noexf_ctx]: Define
2892         libc_feholdsetround_noexf_ctx.
2893         [!libc_feholdsetround_noexl_ctx]: Define
2894         libc_feholdsetround_noexl_ctx.
2895         (libc_feholdsetround_ctx): New function.
2896         (libc_feresetround_ctx): New function.
2897         (libc_feholdsetround_noex_ctx): New function.
2898         (libc_feresetround_noex_ctx): New function.
2899
2900 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2901
2902         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
2903         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
2904         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
2905         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
2906         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
2907         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
2908
2909         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
2910         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
2911         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
2912         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
2913         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
2914         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
2915         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
2916         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
2917         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
2918         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
2919         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
2920         Moved ...
2921         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
2922         ... here.
2923         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
2924         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
2925         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
2926         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
2927         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
2928         Moved ...
2929         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
2930         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
2931         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
2932         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
2933         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
2934         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
2935         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
2936         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
2937         Moved ...
2938         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
2939         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
2940         Moved ...
2941         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
2942         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
2943         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
2944         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
2945         Moved ...
2946         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
2947         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
2948         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
2949         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
2950         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
2951         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
2952         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
2953         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
2954         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
2955         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
2956         Moved ...
2957         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
2958         ... here.
2959         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
2960         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
2961         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
2962         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
2963         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
2964         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
2965         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
2966         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
2967         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
2968         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
2969         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
2970         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
2971         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
2972         Moved ...
2973         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
2974         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
2975         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
2976         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
2977         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
2978         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
2979         Moved ...
2980         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
2981         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
2982         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
2983         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
2984         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
2985
2986         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
2987         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
2988         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
2989         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
2990         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
2991         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
2992         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
2993         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
2994         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
2995         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
2996         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
2997         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
2998         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
2999         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3000         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3001         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3002         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3003         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3004         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3005         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3006         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3007         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3008         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3009         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3010         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3011         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3012         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3013         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3014
3015 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3016
3017         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3018         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3019         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3020         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3021         (IPV6_PMTUDISC_INTERFACE): Likewise.
3022         (IPV6_PMTUDISC_OMIT): Likewise.
3023
3024 2014-06-23  Andreas Schwab  <schwab@suse.de>
3025
3026         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3027         Remove unused errout label.
3028
3029 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3030
3031         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3032         macro: hardware supports Vector Crypto instructions.
3033
3034 2014-06-23  Will Newton  <will.newton@linaro.org>
3035
3036         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3037         rather than __builtin_expect.
3038
3039         * elf/dl-lookup.c (undefined_msg): Remove variable.
3040         (_dl_lookup_symbol_x): Replace undefined_msg with string
3041         literal.
3042
3043         * elf/dl-lookup.c (do_lookup_unique): New function.
3044         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3045         to a separate function.
3046
3047 2014-06-23  Andreas Schwab  <schwab@suse.de>
3048
3049         [BZ #17079]
3050         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3051         before reading the next line.
3052
3053 2014-06-23  Will Newton  <will.newton@linaro.org>
3054
3055         * test-skeleton.c (signal_handler): Use printf and %m
3056         rather than perror.  Use printf rather than fprintf to
3057         stderr.  Use puts rather than fputs to stderr.
3058         (main): Likewise.
3059
3060 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3061
3062         * nscd/nscd.c (thread_info_t): Remove typedef.
3063         (thread_info): Remove variable.
3064
3065 2014-06-21  Allan McRae  <allan@archlinux.org>
3066
3067         * NEWS: Mention CVE-2014-4043.
3068
3069 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3070
3071         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3072         * nptl/smp.h: ... here.
3073
3074         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3075
3076         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3077         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3078         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3079         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3080
3081         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3082         * nptl/stack-aliasing.h: New file.
3083         * sysdeps/i386/i686/stack-aliasing.h: New file.
3084         * sysdeps/i386/i686/nptl/Makefile: File removed.
3085         * sysdeps/x86_64/stack-aliasing.h: New file.
3086         * sysdeps/x86_64/nptl/Makefile
3087         (CFLAGS-pthread_create.c): Variable removed.
3088
3089         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3090         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3091         old file.
3092         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3093         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3094         old file.
3095
3096 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3097
3098         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3099         (__ASSUME_SIGFRAME_V2): Remove macro.
3100         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3101         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3102         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3103         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3104         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3105         Declare as function.  Remove conditional macro definitions.
3106         (__default_rt_sa_restorer): Likewise.
3107         (__default_sa_restorer_v1): Remove declaration.
3108         (__default_sa_restorer_v2): Likewise.
3109         (__default_rt_sa_restorer_v1): Likewise.
3110         (__default_rt_sa_restorer_v2): Likewise.
3111         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3112         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3113         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3114
3115 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3116
3117         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3118         (libpthread-routines): Add sysdep.
3119         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3120         * sysdeps/unix/sysv/linux/sparc/Versions
3121         (libpthread: GLIBC_2.3.3): New version set.
3122         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3123         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3124         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3125         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3126         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3127         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3128         Moved ...
3129         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3130         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3131         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3132         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3133         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3134         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3135         * sysdeps/sparc/nptl/sem_init.c: ... here.
3136         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3137         * sysdeps/sparc/nptl/sem_post.c: ... here.
3138         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3139         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3140         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3141         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3142         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3143         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3144         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3145         (libpthread-routines): Add cpu_relax.
3146         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3147         File removed.
3148         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3149         (librt: GLIBC_2.3.3): New version set.
3150         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3151         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3152         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3153         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3154         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3155         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3156         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3157         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3158         Moved ...
3159         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3160         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3161         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3162         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3163         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3164         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3165         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3166         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3167         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3168         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3169         Moved ...
3170         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3171         Update #include.
3172         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3173         Moved ...
3174         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3175         Update #include.
3176         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3177         Moved ...
3178         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3179         Update #include.
3180         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3181         Moved ...
3182         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3183         Update #include.
3184         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3185         Moved ...
3186         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3187         Update #include.
3188         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3189         Moved ...
3190         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3191         Update #include.
3192         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3193         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3194         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3195         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3196         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3197         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3198         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3199         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3200         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3201         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3202         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3203         Moved ...
3204         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3205         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3206         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3207         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3208         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3209
3210 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3211
3212         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3213         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3214         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3215         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3216         * nscd/nscd.c: Likewise.
3217         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3218         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3219         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3220         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3221
3222         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3223         <kernel-features.h>.
3224         (init_mq_netlink): Remove conditional have_sock_cloexec
3225         definitions.  Remove code conditional on have_sock_cloexec < 0.
3226         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3227         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3228         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3229         <kernel-features.h>.
3230         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3231         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3232
3233 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3234
3235         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3236         Add tests for memset_chk and memset.
3237
3238         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3239         with AVX2_Usable.
3240
3241 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3242
3243         [BZ #16046]
3244         * elf/tst-dl-iter-static.c: New file.
3245         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3246
3247         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3248         error.
3249
3250 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3251
3252         * sysdeps/unix/sysv/linux/kernel-features.h
3253         (__ASSUME_F_GETOWN_EX): Remove macro.
3254         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3255         <kernel-features.h>.
3256         (miss_F_GETOWN_EX): Remove variable or macro.
3257         (do_fcntl): Do not check miss_F_GETOWN_EX.
3258         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3259
3260         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3261         Remove macro.
3262         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3263         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3264         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3265
3266         * sysdeps/unix/sysv/linux/kernel-features.h
3267         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3268         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3269         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3270         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3271
3272 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3273
3274         [BZ #17075]
3275         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3276         Fix calculation of the symbol's value.
3277         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3278         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3279         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3280         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3281         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3282         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3283         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3284         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3285         (modules-names): Add `tst-armtlsdescmod',
3286         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3287         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3288         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3289         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3290         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3291         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3292         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3293         ($(objpfx)tst-armtlsdescloc): New dependency.
3294         ($(objpfx)tst-armtlsdescextnow): Likewise.
3295         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3296         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3297         TLS scheme support.
3298         * sysdeps/arm/configure: Regenerate.
3299
3300 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3301
3302         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3303         (__atfct_seterrno_2): Likewise.
3304         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3305         <kernel-features.h>.
3306         (__ASSUME_ATFCTS): Do not undefine and redefine.
3307         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3308         (__have_atfcts): Remove conditional definition.
3309         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3310         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3311         unreachable if [__ASSUME_ATFCTS].
3312         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3313         not undefine and redefine.
3314         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3315         <kernel-features.h>.
3316         (faccessat) [__NR_faccessat]: Make code unconditional.
3317         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3318         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3319         <kernel-features.h>.
3320         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3321         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3322         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3323         <kernel-features.h>.
3324         (fchownat) [__NR_fchownat]: Make code unconditional.
3325         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3326         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3327         <kernel-features.h>.
3328         (futimesat) [__NR_futimesat]: Make code unconditional.
3329         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3330         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3331         <kernel-features.h>.
3332         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3333         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3334         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3335         <kernel-features.h>.
3336         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3337         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3338         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3339         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3340         <kernel-features.h>.
3341         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3342         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3343         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3344         <kernel-features.h>.
3345         (linkat) [__NR_linkat]: Make code unconditional.
3346         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3347         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3348         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3349         <kernel-features.h>.
3350         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3351         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3352         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3353         <kernel-features.h>.
3354         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3355         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3356         * sysdeps/unix/sysv/linux/openat.c: Do not include
3357         <kernel-features.h>.
3358         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3359         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3360         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3361         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3362         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3363         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3364         <kernel-features.h>.
3365         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3366         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3367         result of INLINE_SYSCALL directly, not via int variable.
3368         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3369         <kernel-features.h>.
3370         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3371         (renameat) [__NR_renameat]: Make code unconditional.
3372         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3373         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3374         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3375         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3376         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3377         (__ASSUME_ATFCTS): Do not undefine and redefine.
3378         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3379         <kernel-features.h>.
3380         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3381         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3382         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3383         <kernel-features.h>.
3384         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3385         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3386         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3387         (__ASSUME_ATFCTS): Do not undefine and redefine.
3388         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3389         <kernel-features.h>.
3390         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3391         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3392         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3393         <kernel-features.h>.
3394         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3395         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3396
3397 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3398
3399         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3400
3401 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3402
3403         [BZ #17069]
3404         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3405         constructed tree before returning error.
3406         * posix/bug-regexp36.c: Expand test case.
3407
3408 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3409
3410         [BZ #6803]
3411         * math/libm-test.inc (scalbln_test_date):
3412         Add errno expectations.
3413         * math/w_scalblnf.c: New File.
3414         Add wrapper which checks for setting errno to ERANGE.
3415         Add weak_alias for corresponding scalbln function.
3416         * math/w_scalbln.c: Likewise.
3417         * math/w_scalblnl.c: Likewise.
3418         * math/Makefile (libm-calls): Add w_scalbln.
3419         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3420         Remove weak_alias for corresponding scalbln function.
3421         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3422         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3423         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3424         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3425         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3426         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3427         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3428         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3429         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3430         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3431         Remove long_double_symbol for scalblnl function in libm, libc.
3432         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3433         Add wrapper which checks for setting errno to ERANGE.
3434         Add long_double_symbol for scalblnl function in libm, libc.
3435         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3436         Remove long_double_symbol for scalblnl in libm.
3437         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3438         Add wrapper which checks for setting errno to ERANGE.
3439         Add long_double_symbol for scalblnl function in libm.
3440         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3441         Do not use wrapper because of own implementation.
3442
3443 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3444
3445         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3446         3 bytes for __pad1 for x32.
3447         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3448
3449 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3450             H.J. Lu  <hongjiu.lu@intel.com>
3451
3452         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3453         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3454         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3455         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3456         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3457
3458 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3459
3460         [BZ #17069]
3461         * posix/regcomp.c (parse_expression): Deallocate partially
3462         constructed tree before returning error.
3463         * posix/Makefile.c (tests): Add bug-regex36.
3464         (generated): Add bug-regex36.mtrace.
3465         (tests-special): Add $(objpfx)bug-regex36-mem.out
3466         (bug-regex36-ENV): New variable.
3467         ($(objpfx)bug-regex36-mem.out): New rule.
3468         * posix/bug-regex36.c: New file.
3469
3470 2014-06-19  Will Newton  <will.newton@linaro.org>
3471
3472         * malloc/malloc.c (systrim): If extra is zero then return
3473         early.
3474
3475 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3476
3477         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3478
3479 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3480
3481         * sysdeps/aarch64/strchr.S: New file.
3482
3483 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3484
3485         [BZ #17022]
3486         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3487         from arguments -2 or below.
3488         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3489         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3490
3491 2014-06-18  Andreas Schwab  <schwab@suse.de>
3492
3493         [BZ #17062]
3494         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3495         of a bracket expr not to run off the end of the string.
3496         * posix/Makefile (tests): Add tst-fnmatch3.
3497         * posix/tst-fnmatch3.c: New file.
3498
3499 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3500
3501         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3502         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3503         [$(cross-compiling) = no]: Likewise.
3504         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3505         [$(cross-compiling) = no]: Likewise.
3506
3507 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3508
3509         [BZ #17031]
3510         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3511         double, adjusted for any remainder from the high double.
3512         * math/libm-test.inc (nearbyint): Add tests.
3513         (rint): Likewise.
3514
3515 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3516
3517         * nptl/sysdeps/powerpc/Makefile: Moved ...
3518         * sysdeps/powerpc/nptl/Makefile: ... here.
3519         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3520         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3521         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3522         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3523         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3524         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3525         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3526         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3527         * nptl/sysdeps/powerpc/tls.h: Moved ...
3528         * sysdeps/powerpc/nptl/tls.h: ... here.
3529
3530 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3531
3532         [BZ #16681]
3533         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3534         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3535         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3536         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3537         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3538         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3539         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3540         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3541         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3542
3543 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3544
3545         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3546
3547 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3548
3549         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3550         defined operator.
3551
3552         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3553         $TIMEOUTFACTOR.
3554
3555 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3556
3557         [BZ #17058]
3558         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3559         non-executed part of the test.
3560
3561 2014-06-16  Andreas Schwab  <schwab@suse.de>
3562
3563         * string/bits/string2.h (strdup, strndup): Update feature guard.
3564
3565 2014-06-14  David S. Miller  <davem@davemloft.net>
3566
3567         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3568
3569 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3570
3571         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
3572         that was previously under [RESET_PID].
3573         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
3574
3575         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
3576         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
3577         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
3578         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3579         (__libc_vfork): New strong alias.
3580         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
3581
3582 2014-06-14 Andi Kleen  <ak@linux.intel.com>
3583
3584         * sysdeps/generic/elide.h: New file.
3585
3586 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3587
3588         * Makefile (installed-headers): Adjust path of pthread.h header.
3589
3590 2014-06-13  Roland McGrath  <roland@hack.frob.com>
3591
3592         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
3593         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
3594         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
3595         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
3596
3597         * nptl/sysdeps/s390/Makefile: Moved ...
3598         * sysdeps/s390/nptl/Makefile: ... here.
3599         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
3600         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
3601         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
3602         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
3603         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
3604         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
3605         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
3606         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
3607         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
3608         * sysdeps/s390/nptl/pthreaddef.h: ... here.
3609         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
3610         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
3611         * nptl/sysdeps/s390/tls.h: Moved ...
3612         * sysdeps/s390/nptl/tls.h: ... here.
3613
3614         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
3615         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
3616
3617 2014-06-13  David S. Miller  <davem@davemloft.net>
3618
3619         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
3620         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
3621         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
3622         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
3623         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
3624         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
3625         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
3626         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
3627         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
3628         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
3629         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3630         Remove RESET_PID cpp guards.
3631         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3632         Remove RESET_PID cpp guards.
3633         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
3634
3635 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
3636
3637         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
3638         __sp to uintptr_t.
3639
3640 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3641
3642         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
3643         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
3644         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
3645         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
3646         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
3647         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
3648         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
3649         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
3650         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
3651         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
3652         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
3653         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
3654         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
3655         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
3656         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
3657         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
3658         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
3659         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
3660         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
3661         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
3662
3663         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
3664         (pthread_rwlock_rdlock): Add elision.
3665         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
3666         (pthread_rwlock_wrlock): Add elision.
3667         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
3668         (pthread_rwlock_trywrlock): Add elision.
3669         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
3670         (pthread_rwlock_tryrdlock): Add elision.
3671         * nptl/pthread_rwlock_unlock.c: Include elide.h.
3672         (pthread_rwlock_tryrdlock): Add elision unlock.
3673         * nptl/sysdeps/pthread/pthread.h:
3674         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
3675         (PTHREAD_RWLOCK_INITIALIZER,
3676         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
3677         Handle new elision field.
3678         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
3679         * sysdeps/arm/nptl/bits/pthreadtypes.h
3680         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3681         * sysdeps/sh/nptl/bits/pthreadtypes.h
3682         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3683         * sysdeps/tile/nptl/bits/pthreadtypes.h
3684         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3685         * sysdeps/a/nptl/bits/pthreadtypes.h
3686         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3687         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
3688         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3689         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
3690         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3691         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
3692         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3693         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
3694         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3695         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
3696         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3697         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
3698         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3699         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
3700         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3701         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
3702         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3703         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
3704         (elision_init): Set try_xbegin to zero when no RTM.
3705         * sysdeps/x86/nptl/bits/pthreadtypes.h
3706         (pthread_rwlock_t): Change __pad1 to __rwelision.
3707         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3708
3709 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3710
3711         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
3712         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
3713         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
3714         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
3715
3716 2014-06-13  Meador Inge  <meadori@codesourcery.com>
3717
3718         [BZ #16996]
3719         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
3720         that the cached result has been set before returning it.
3721
3722 2014-06-12  Roland McGrath  <roland@hack.frob.com>
3723
3724         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
3725         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
3726         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
3727         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
3728         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
3729         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
3730
3731         * nptl/sysdeps/sparc/Makefile: Moved ...
3732         * sysdeps/sparc/nptl/Makefile: ... here.
3733         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
3734         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
3735         * nptl/sysdeps/sparc/tls.h: Moved ...
3736         * sysdeps/sparc/nptl/tls.h: ... here.
3737         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
3738         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
3739         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
3740         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
3741         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
3742         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
3743         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
3744         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
3745         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
3746         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
3747         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
3748         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
3749         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
3750         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
3751         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
3752         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
3753         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
3754         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
3755         Update #include.
3756         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
3757         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
3758         Update #include.
3759         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
3760         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
3761         Update #include.
3762         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
3763         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
3764         Update #include.
3765
3766         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3767
3768         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
3769         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
3770
3771         * sysdeps/pthread/posix-timer.h: Include <list.h>.
3772         (struct list_links): Type removed.
3773         (struct thread_node, struct timer_node): Replace struct list_links
3774         with struct list_head.
3775         (list_unlink_ip): Likewise.
3776         * sysdeps/pthread/timer_routines.c
3777         (timer_free_list, thread_free_list, thread_active_list): Likewise.
3778         (list_append, list_insbefore): Likewise.
3779         (list_init): Function removed.
3780         (thread_init, init_module): Use INIT_LIST_HEAD instead.
3781         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
3782         * sysdeps/pthread/Makefile: ... here, new file.
3783
3784         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
3785         * sysdeps/nptl/Implies: ... here.
3786         * sysdeps/unix/sysv/linux/Implies: Add nptl.
3787         * nptl/sysdeps/pthread/list.h: Moved ...
3788         * include/list.h: ... here.
3789         * nptl/sysdeps/pthread/createthread.c: Moved ...
3790         * nptl/createthread.c: ... here.
3791         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
3792         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
3793         * nptl/pt-longjmp.c: ... here.
3794         * nptl/sysdeps/pthread/Makefile: Moved ...
3795         * sysdeps/nptl/Makefile: ... here.
3796         * nptl/sysdeps/pthread/Subdirs: Moved ...
3797         * sysdeps/nptl/Subdirs: ... here.
3798         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
3799         * sysdeps/nptl/aio_misc.h: ... here.
3800         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
3801         * sysdeps/nptl/bits/libc-lock.h: ... here.
3802         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
3803         * sysdeps/nptl/bits/libc-lockP.h: ... here.
3804         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
3805         * sysdeps/nptl/bits/stdio-lock.h: ... here.
3806         * nptl/sysdeps/pthread/configure: Moved ...
3807         * sysdeps/nptl/configure: ... here.
3808         * nptl/sysdeps/pthread/configure.ac: Moved ...
3809         * sysdeps/nptl/configure.ac: ... here.
3810         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
3811         * sysdeps/nptl/gai_misc.h: ... here.
3812         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
3813         * sysdeps/nptl/librt-cancellation.c: ... here.
3814         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
3815         * sysdeps/nptl/malloc-machine.h: ... here.
3816         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3817         * sysdeps/nptl/pthread-functions.h: ... here.
3818         * nptl/sysdeps/pthread/pthread.h: Moved ...
3819         * sysdeps/nptl/pthread.h: ... here.
3820         * nptl/sysdeps/pthread/setxid.h: Moved ...
3821         * sysdeps/nptl/setxid.h: ... here.
3822         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3823         * sysdeps/nptl/sigfillset.c: ... here.
3824         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3825         * sysdeps/nptl/tcb-offsets.h: ... here.
3826         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3827         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3828         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3829         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3830         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3831         * sysdeps/pthread/allocalim.h: ... here.
3832         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3833         * sysdeps/pthread/bits/sigthread.h: ... here.
3834         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3835         * sysdeps/pthread/flockfile.c: ... here.
3836         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3837         * sysdeps/pthread/ftrylockfile.c: ... here.
3838         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3839         * sysdeps/pthread/funlockfile.c: ... here.
3840         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3841         * sysdeps/pthread/posix-timer.h: ... here.
3842         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3843         * sysdeps/pthread/timer_create.c: ... here.
3844         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3845         * sysdeps/pthread/timer_delete.c: ... here.
3846         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3847         * sysdeps/pthread/timer_getoverr.c: ... here.
3848         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3849         * sysdeps/pthread/timer_gettime.c: ... here.
3850         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3851         * sysdeps/pthread/timer_routines.c: ... here.
3852         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3853         * sysdeps/pthread/timer_settime.c: ... here.
3854         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3855         * sysdeps/pthread/tst-timer.c: ... here.
3856         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3857         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3858
3859         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3860         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3861
3862         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3863         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
3864         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
3865         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
3866         Update #include target.
3867         * nptl/sysdeps/i386/i686/Makefile: Moved ...
3868         * sysdeps/i386/i686/nptl/Makefile: ... here.
3869         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
3870         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
3871         Update #include target.
3872         * nptl/sysdeps/i386/i686/tls.h: Moved ...
3873         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
3874         * nptl/sysdeps/i386/Makefile: Moved ...
3875         * sysdeps/i386/nptl/Makefile: ... here.
3876         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
3877         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
3878         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
3879         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
3880         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
3881         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
3882         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
3883         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
3884         * sysdeps/i386/nptl/pthreaddef.h: ... here.
3885         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
3886         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
3887         * nptl/sysdeps/i386/tls.h: Moved ...
3888         * sysdeps/i386/nptl/tls.h: ... here.
3889
3890         * sysdeps/sh/Makefile [$(subdir) = csu]
3891         (gen-as-const-headers): Add tcb-offsets.sym.
3892         * nptl/sysdeps/sh/Makefile: File removed.
3893         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
3894         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
3895         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
3896         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
3897         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
3898         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
3899         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
3900         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
3901         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
3902         * sysdeps/sh/nptl/pthreaddef.h: ... here.
3903         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
3904         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
3905         * nptl/sysdeps/sh/tls.h: Moved ...
3906         * sysdeps/sh/nptl/tls.h: ... here.
3907         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
3908         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
3909         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
3910         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
3911         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
3912         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
3913         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
3914         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
3915         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
3916         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
3917         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
3918         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
3919         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
3920         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
3921         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
3922         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
3923         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
3924         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
3925         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
3926         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
3927         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
3928         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
3929         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
3930         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
3931         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
3932         Moved ...
3933         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
3934         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
3935         Moved ...
3936         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
3937         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
3938         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
3939         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
3940         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
3941         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
3942         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
3943         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
3944         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
3945         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
3946         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
3947         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
3948         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
3949         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
3950         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
3951         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
3952         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
3953         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
3954         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
3955
3956 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3957
3958         * posix/spawn_faction_addopen.c: Include string.h.
3959
3960 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3961
3962         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
3963         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
3964         * nptl/sysdeps/x86_64/Makefile: Moved ...
3965         * sysdeps/x86_64/nptl/Makefile: ... here.
3966         * nptl/sysdeps/x86_64/configure: Moved ...
3967         * sysdeps/x86_64/nptl/configure: ... here.
3968         * nptl/sysdeps/x86_64/configure.ac: Moved ...
3969         * sysdeps/x86_64/nptl/configure.ac: ... here.
3970         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
3971         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
3972         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
3973         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
3974         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
3975         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
3976         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
3977         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
3978         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
3979         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
3980         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
3981         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
3982         * nptl/sysdeps/x86_64/tls.h: Moved ...
3983         * sysdeps/x86_64/nptl/tls.h: ... here.
3984         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
3985         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
3986         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
3987         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
3988
3989         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
3990
3991 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3992
3993         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3994
3995 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
3996
3997         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
3998         type.
3999         [POSIX] (off_t): Likewise.
4000         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4001         [POSIX] (S_ISBLK): Require macro.
4002         [POSIX] (S_ISCHR): Likewise.
4003         [POSIX] (S_ISDIR): Likewise.
4004         [POSIX] (S_ISFIFO): Likewise.
4005         [POSIX] (S_ISREG): Likewise.
4006         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4007         optional-macro.
4008         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4009         type.
4010         [POSIX] (time_t): Likewise.
4011         [POSIX] (timer_t): Likewise.
4012
4013 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4014
4015         [BZ #17048]
4016         * posix/spawn_int.h (struct __spawn_action): Make the path string
4017         non-const to support deallocation.
4018         * posix/spawn_faction_addopen.c
4019         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4020         * posix/spawn_faction_destroy.c
4021         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4022         path in all spawn_do_open actions.
4023         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4024         posix_spawn_file_actions_addopen.
4025
4026 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4027
4028         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4029         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4030         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4031         conditional code always true.
4032         (__libc_vfork): New alias.
4033
4034 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4035
4036         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4037         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4038
4039         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4040
4041         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4042         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4043
4044         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4045         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4046
4047         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4048         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4049
4050 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4051
4052         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4053         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4054         multiarch strcmp for PPC64.
4055         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4056         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4057         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4058         multiarch optimizations.
4059         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4060         (__libc_ifunc_impl_list): Likewise.
4061
4062 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4063
4064         * benchtests/scripts/validate_benchout.py: New script.
4065         * benchtests/Makefile (bench-func): Call it.
4066         * benchtests/scripts/benchout.schema.json: New file.
4067
4068 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4069
4070         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4071         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4072         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4073         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4074         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4075         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4076         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4077         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4078         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4079         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4080         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4081         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4082         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4083         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4084         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4085         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4086         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4087         Moved ...
4088         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4089         ... here.
4090         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4091         Moved ...
4092         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4093         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4094         Moved ...
4095         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4096         ... here.
4097         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4098         Moved ...
4099         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4100         ... here.
4101         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4102         Moved ...
4103         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4104         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4105         Moved ...
4106         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4107         ... here.
4108         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4109         Moved ...
4110         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4111         ... here.
4112         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4113         Moved ...
4114         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4115         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4116         Moved ...
4117         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4118         ... here.
4119         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4120         Moved ...
4121         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4122         ... here.
4123         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4124         Moved ...
4125         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4126         ... here.
4127         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4128         Moved ...
4129         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4130         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4131         Moved ...
4132         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4133         ... here.
4134         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4135         Moved ...
4136         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4137         ... here.
4138         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4139         Moved ...
4140         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4141         ... here.
4142         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4143         Moved ...
4144         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4145         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4146         Moved ...
4147         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4148         ... here.
4149         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4150         Moved ...
4151         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4152         ... here.
4153         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4154         Moved ...
4155         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4156         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4157         Moved ...
4158         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4159         ... here.
4160         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4161         Moved ...
4162         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4163         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4164         Moved ...
4165         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4166         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4167         Moved ...
4168         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4169         ... here.
4170         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4171         Moved ...
4172         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4173         ... here.
4174         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4175         Moved ...
4176         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4177         ... here.
4178         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4179         Moved ...
4180         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4181         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4182         Moved ...
4183         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4184         ... here.
4185         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4186         Moved ...
4187         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4188         ... here.
4189         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4190         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4191         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4192         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4193         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4194         Moved ...
4195         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4196         ... here.
4197         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4198         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4199         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4200         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4201         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4202         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4203         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4204         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4205         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4206         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4207         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4208         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4209         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4210         Moved ...
4211         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4212         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4213         Moved ...
4214         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4215         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4216         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4217         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4218         Moved ...
4219         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4220         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4221         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4222         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4223         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4224         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4225         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4226
4227 2014-06-10  Wilco  <wdijkstr@arm.com>
4228
4229         * math/test-fenv-return.c: New file.
4230         * math/Makefile: Add new test test-fenv-return.
4231
4232 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4233
4234         [BZ #17042]
4235         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4236         when x - 1 is zero.
4237         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4238         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4239         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4240         0.0L for an argument of 1.0L.
4241         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4242         Likewise.
4243         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4244         value when x - 1 is zero.
4245         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4246         * sysdeps/i386/fpu/libm-test-ulps: Update.
4247         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4248
4249 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4250
4251         [BZ #15119]
4252         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4253
4254 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4255
4256         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4257         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4258
4259 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4260
4261         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4262         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4263
4264         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4265         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4266
4267         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4268         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4269
4270         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4271         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4272
4273         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4274         if not already defined.
4275         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4276         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4277         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4278         (TLS_INIT_TP): Use it.
4279         (TLS_DEFINE_INIT_TP): New macro.
4280         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4281
4282 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4283
4284         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4285         constant.
4286         [POSIX] (IXANY): Likewise.
4287         [POSIX] (OLCUC): Likewise.
4288         [POSIX || POSIX2008] (CBAUD): Do not allow.
4289         [POSIX || POSIX2008] (DEFECHO): Likewise.
4290         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4291         [POSIX || POSIX2008] (ECHOKE): Likewise.
4292         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4293         [POSIX || POSIX2008] (EXTA): Likewise.
4294         [POSIX || POSIX2008] (EXTB): Likewise.
4295         [POSIX || POSIX2008] (FLUSHO): Likewise.
4296         [POSIX || POSIX2008] (LOBLK): Likewise.
4297         [POSIX || POSIX2008] (PENDIN): Likewise.
4298         [POSIX || POSIX2008] (SWTCH): Likewise.
4299         [POSIX || POSIX2008] (VDISCARD): Likewise.
4300         [POSIX || POSIX2008] (VDSUSP): Likewise.
4301         [POSIX || POSIX2008] (VLNEXT): Likewise.
4302         [POSIX || POSIX2008] (VREPRINT): Likewise.
4303         [POSIX || POSIX2008] (VSTATUS): Likewise.
4304         [POSIX || POSIX2008] (VWERASE): Likewise.
4305         (B*): Change to B[0123456789]*.
4306         * conform/data/time.h-data [POSIX || UNIX98]
4307         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4308         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4309         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4310         [POSIX] (tm_*): Do not allow.
4311
4312 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4313
4314         * Makefile (install): Don't set LANGUAGE.
4315         * Makefile.in (install): Likewise.
4316         * assert/Makefile (test-assert-ENV): Remove variable.
4317         (test-assert-perr-ENV): Likewise.
4318         * elf/Makefile (neededtest4-ENV): Likewise.
4319         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4320         [$(cross-compiling) = no]: Don't set LANGUAGE.
4321         * io/ftwtest-sh (LANG): Remove variable.
4322         * libio/Makefile (tst-widetext-ENV): Likewise.
4323         * manual/install.texi (Running make install): Don't refer to
4324         environment settings for make install.
4325         * INSTALL: Regenerated.
4326         * nptl/tst-tls6.sh: Don't set LANG.
4327         * posix/globtest.sh (LANG): Remove variable.
4328         * string/Makefile (tester-ENV): Likewise.
4329         (inl-tester-ENV): Likewise.
4330         (noinl-tester-ENV): Likewise.
4331         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4332         [$(cross-compiling) = no]: Don't set LANGUAGE.
4333         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4334         without explicit environment settings.
4335
4336 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4337
4338         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4339         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4340         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4341         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4342
4343 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4344
4345         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4346         other files in the crypt directory.
4347         * crypt/crypt.c: Remove duplicate includes.
4348         * crypt/crypt-entry.c: Likewise.
4349         * crypt/crypt_util.c: Likewise.
4350
4351 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4352
4353         * Makeconfig (run-program-env): New variable.
4354         (run-program-prefix-before-env): Likewise.
4355         (run-program-prefix-after-env): Likewise.
4356         (run-program-prefix): Define in terms of new variables.
4357         (built-program-cmd-before-env): New variable.
4358         (built-program-cmd-after-env): Likewise.
4359         (built-program-cmd): Define in terms of new variables.
4360         (test-program-prefix-before-env): New variable.
4361         (test-program-prefix-after-env): Likewise.
4362         (test-program-prefix): Define in terms of new variables.
4363         (test-program-cmd-before-env): New variable.
4364         (test-program-cmd-after-env): Likewise.
4365         (test-program-cmd): Define in terms of new variables.
4366         * Rules (make-test-out): Use $(run-program-env).
4367         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4368         (help): Do not mention environment variables.  Mention
4369         --timeoutfactor option.
4370         (timeoutfactor): New variable.
4371         (blacklist_exports): Remove function.
4372         (exports): Remove variable.
4373         (command): Do not include ${exports}.
4374         * manual/install.texi (Configuring and compiling): Do not mention
4375         test wrappers preserving environment variables.  Mention that last
4376         assignment to a variable must take precedence.
4377         * INSTALL: Regenerated.
4378         * benchtests/Makefile (run-bench): Use $(run-program-env).
4379         * catgets/Makefile ($(objpfx)test1.cat): Use
4380         $(built-program-cmd-before-env), $(run-program-env) and
4381         $(built-program-cmd-after-env).
4382         ($(objpfx)test2.cat): Do not specify environment variables
4383         explicitly.
4384         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4385         $(run-program-env) and $(built-program-cmd-after-env).
4386         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4387         $(run-program-env) and $(test-program-cmd-after-env).
4388         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4389         explicitly.
4390         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4391         run_program_env and test_program_cmd_after_env arguments.
4392         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4393         * elf/tst-pathopt.sh: Use run_program_env argument.
4394         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4395         $(test-wrapper-env) and $(run-program-env).
4396         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4397         run_program_env arguments.
4398         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4399         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4400         $(test-program-prefix-before-env), $(run-program-env) and
4401         $(test-program-prefix-after-env).
4402         ($(objpfx)tst-gettext2.out): Likewise.
4403         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4404         run_program_env and test_program_prefix_after_env arguments.
4405         * intl/tst-gettext2.sh: Likewise.
4406         * intl/tst-gettext4.sh: Do not set environment variables
4407         explicitly.
4408         * intl/tst-gettext6.sh: Likewise.
4409         * intl/tst-translit.sh: Likewise.
4410         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4411         $(test-program-prefix-before-env), $(run-program-env) and
4412         $(test-program-prefix-after-env).
4413         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4414         run_program_env and test_program_prefix_after_env arguments.
4415         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4416         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4417         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4418         explicitly with each use of ${test_wrapper_env}.
4419         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4420         $(test-program-prefix-before-env), $(run-program-env) and
4421         $(test-program-prefix-after-env).
4422         * posix/tst-getconf.sh: Do not set environment variables
4423         explicitly.
4424         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4425         run_program_env and test_program_prefix_after_env arguments.
4426         * stdio-common/tst-printf.sh: Do not set environment variables
4427         explicitly.
4428         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4429         $(test-program-prefix-before-env), $(run-program-env) and
4430         $(test-program-prefix-after-env).
4431         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4432         run_program_env and test_program_prefix_after_env arguments.
4433         Split $test calls into $test_pre and $test.
4434         * timezone/Makefile (build-testdata): Use
4435         $(built-program-cmd-before-env), $(run-program-env) and
4436         $(built-program-cmd-after-env).
4437
4438 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4439
4440         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4441         strlen for non SHARED builds.
4442
4443 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4444
4445         * nptl/allocatestack.c (check_list): Inlined function...
4446         (__reclaim_stacks): ... here.
4447
4448 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4449
4450         [BZ #15698]
4451         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4452         memory overrun.
4453
4454 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4455
4456         * Rules (make-test-out): Include
4457         LOCPATH=$(common-objpfx)localedata in default environment.
4458         * debug/Makefile (tst-chk1-ENV): Remove variable.
4459         (tst-chk2-ENV): Likewise.
4460         (tst-chk3-ENV): Likewise.
4461         (tst-chk4-ENV): Likewise.
4462         (tst-chk5-ENV): Likewise.
4463         (tst-chk6-ENV): Likewise.
4464         (tst-lfschk1-ENV): Likewise.
4465         (tst-lfschk2-ENV): Likewise.
4466         (tst-lfschk3-ENV): Likewise.
4467         (tst-lfschk4-ENV): Likewise.
4468         (tst-lfschk5-ENV): Likewise.
4469         (tst-lfschk6-ENV): Likewise.
4470         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4471         (tst-iconv7-ENV): Likewise.
4472         * intl/Makefile (LOCPATH-ENV): Likewise.
4473         (tst-codeset-ENV): Likewise.
4474         (tst-gettext3-ENV): Likewise.
4475         (tst-gettext5-ENV): Likewise.
4476         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4477         (tst-fopenloc-ENV): Likewise.
4478         (tst-fgetws-ENV): Remove variable.
4479         (tst-ungetwc1-ENV): Likewise.
4480         (tst-ungetwc2-ENV): Likewise.
4481         (bug-ungetwc2-ENV): Likewise.
4482         (tst-swscanf-ENV): Likewise.
4483         (bug-ftell-ENV): Likewise.
4484         (tst-fgetwc-ENV): Likewise.
4485         (tst-fseek-ENV): Likewise.
4486         (tst-ftell-partial-wide-ENV): Likewise.
4487         (tst-ftell-active-handler-ENV): Likewise.
4488         (tst-ftell-append-ENV): Likewise.
4489         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4490         (tst-regexloc-ENV): Likewise.
4491         (bug-regex1-ENV): Likewise.
4492         (tst-regex-ENV): Likewise.
4493         (tst-regex2-ENV): Likewise.
4494         (bug-regex5-ENV): Likewise.
4495         (bug-regex6-ENV): Likewise.
4496         (bug-regex17-ENV): Likewise.
4497         (bug-regex18-ENV): Likewise.
4498         (bug-regex19-ENV): Likewise.
4499         (bug-regex20-ENV): Likewise.
4500         (bug-regex22-ENV): Likewise.
4501         (bug-regex23-ENV): Likewise.
4502         (bug-regex25-ENV): Likewise.
4503         (bug-regex26-ENV): Likewise.
4504         (bug-regex30-ENV): Likewise.
4505         (bug-regex32-ENV): Likewise.
4506         (bug-regex33-ENV): Likewise.
4507         (bug-regex34-ENV): Likewise.
4508         (bug-regex35-ENV): Likewise.
4509         (tst-rxspencer-ENV): Likewise.
4510         (tst-rxspencer-no-utf8-ENV): Likewise.
4511         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4512         (tst-sscanf-ENV): Likewise.
4513         (tst-swprintf-ENV): Likewise.
4514         (tst-swscanf-ENV): Likewise.
4515         (test-vfprintf-ENV): Likewise.
4516         (scanf13-ENV): Likewise.
4517         (bug14-ENV): Likewise.
4518         (tst-grouping-ENV): Likewise.
4519         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4520         (tst-strtod3-ENV): Likewise.
4521         (tst-strtod4-ENV): Likewise.
4522         (tst-strtod5-ENV): Likewise.
4523         (testmb2-ENV): Likewise./
4524         * string/Makefile (tst-strxfrm-ENV): Likewise.
4525         (tst-strxfrm2-ENV): Likewise.
4526         (bug-strcoll1-ENV): Likewise.
4527         (test-strcasecmp-ENV): Likewise.
4528         (test-strncasecmp-ENV): Likewise.
4529         * time/Makefile (tst-strptime-ENV): Likewise.
4530         (tst-ftime_l-ENV): Likewise.
4531         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4532         (tst-mbrtowc-ENV): Likewise.
4533         (tst-wcrtomb-ENV): Likewise.
4534         (tst-mbrtowc2-ENV): Likewise.
4535         (tst-c16c32-1-ENV): Likewise.
4536         (tst-mbsnrtowcs-ENV): Likewise.
4537
4538 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4539
4540         * manual/resource.texi (How to get information about the memory
4541         subsystem?): Fix typo.
4542         Reported by Peon de la Parra Ivan <peon@keba.com>
4543
4544 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4545
4546         [BZ #16882]
4547         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4548         (pthread_spin_lock): Branch out of spin loop to proper location.
4549         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4550         (pthread_spin_lock): Likewise.
4551
4552         * nptl/tst-spin4.c: New test.
4553         * nptl/Makefile (tests): Add tst-spin4.
4554
4555 2014-06-03  Andreas Schwab  <schwab@suse.de>
4556
4557         [BZ #15946]
4558         * resolv/res_send.c (send_dg): Reload file descriptor after
4559         calling reopen.
4560
4561 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4562
4563         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4564
4565 2014-06-03  Richard Henderson  <rth@redhat.com>
4566
4567         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
4568         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
4569         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
4570         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
4571         in the SAVE_PID block.
4572         (__libc_vfork): New alias.
4573         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
4574
4575         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
4576         child in registers, not on the stack.  Remove RESET_PID conditionals.
4577         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
4578
4579 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4580
4581         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4582
4583 2014-06-03  Wilco  <wdijkstr@arm.com>
4584
4585         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
4586         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
4587         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4588         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
4589         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
4590         Likewise.
4591
4592 2014-06-03  Wilco  <wdijkstr@arm.com>
4593
4594         * sysdeps/aarch64/fpu/math_private.h
4595         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
4596         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
4597         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
4598         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4599         Fix declarations.
4600
4601 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4602
4603         * crypt/crypt-private.h: Include ufc-crypt.h.
4604         (__b64_from_24bit): Declare extern.
4605         * crypt/crypt_util.c(__b64_from_24bit): New function.
4606         (b64t): New static const variable.
4607         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
4608         (b64t): Remove variable.
4609         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
4610         * crypt/sha256-crypt.c: Include crypt-private.h.
4611         (b64t): Remove variable.
4612         (__sha256_crypt_r): Remove b64_from_24bit and replace
4613         with __b64_from_24bit.
4614         * crypt/sha512-crypt.c: Likewise.
4615
4616 2014-06-02  Roland McGrath  <roland@hack.frob.com>
4617
4618         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
4619         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
4620         Label the code __libc_vfork rather than __vfork.
4621         [!NOT_IN_libc] (vfork): Define as weak alias.
4622         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
4623         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
4624         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
4625
4626 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4627
4628         * malloc/malloc.c (malloc_info): Fix format specifier for
4629         n_mmaps.
4630
4631 2014-06-02  Wilco  <wdijkstr@arm.com>
4632
4633         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
4634         FPCR write.
4635
4636 2014-06-02  Wilco  <wdijkstr@arm.com>
4637
4638         [BZ #17009]
4639         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
4640         Rewrite to reduce FPCR/FPSR accesses.
4641
4642 2014-06-01  David S. Miller  <davem@davemloft.net>
4643
4644         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4645
4646 2014-05-31  David S. Miller  <davem@davemloft.net>
4647
4648         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
4649         to occur in round to nearest mode when |x| >= 2.0
4650
4651 2014-05-30  Richard Henderson  <rth@twiddle.net>
4652
4653         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
4654         (PSEUDO_RET_NOERRNO): Remove.
4655         (ret): Don't redefine.
4656         (ret_NOERRNO): Define in terms of ret.
4657         (ret_ERRVAL): Likewise.
4658
4659         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
4660         use of PSEUDO_RET; perform the error check directly.
4661
4662 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
4663
4664         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
4665         with __int128_t.
4666
4667 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4668
4669         * malloc/malloc (malloc_info): Fix formatting.
4670
4671 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4672             Roland McGrath  <roland@hack.frob.com>
4673
4674         * malloc/malloc (malloc_info): Also print mmapped statistics.
4675
4676 2014-05-30  Roland McGrath  <roland@hack.frob.com>
4677
4678         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
4679         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
4680
4681 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
4682
4683         * malloc/malloc.c (malloc_info): Inline mi_arena.
4684
4685 2014-05-29  Richard Henderson  <rth@twiddle.net>
4686
4687         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
4688         Remove comma before expanding ASM_ARGS_##nr.
4689         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
4690         Make _x0 a strict output; make _x8 a strict input; adjust expansion
4691         of ASM_ARGS_##nr.
4692         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
4693         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
4694         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
4695         (ASM_ARGS_1): Add leading comma.
4696
4697         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
4698         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
4699         to __errno_location.
4700         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
4701         Remove the expected plt for __errno_location.
4702
4703         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4704         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
4705         call to __read_tp.
4706
4707         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4708         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
4709         it and break it down.
4710         (DOCARGS_0, DOCARGS_1): Do nothing.
4711         (DOCARGS_2): Update to store into the new stack frame.
4712         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
4713         (UNDOCARGS_1): Update to restore from the new stack frame.
4714         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
4715         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
4716
4717         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4718         (SINGLE_THREAD_P): New parameter for result regno.
4719         (PSEUDO): Update to match; use cbz instead of beq.
4720
4721         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4722         Use ENTRY to define the _nocancel entry point.  Share the syscall
4723         and syscall error check paths with the cancel path.
4724         (PSEUDO_END): New.
4725
4726         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
4727         whitespace; tabs before and after asm mnemonics.
4728
4729 2014-05-29  Eric Wong  <normalperson@yhbt.net>
4730
4731         [BZ #15132]
4732         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4733         Call fstat64 or stat64 internally, depending on arguments passed.
4734         Replace stat buffer argument with file descriptor argument.
4735         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
4736         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4737         Pass fd to __internal_statvfs instead of calling fstat64.
4738         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
4739         Pass fd to __internal_statvfs64 instead of calling fstat64.
4740         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
4741         Pass -1 to __internal_statvfs instead of calling stat64.
4742         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
4743         Pass -1 to __internal_statvfs64 instead of calling stat64.
4744
4745 2014-05-28  Roland McGrath  <roland@hack.frob.com>
4746
4747         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
4748         that was previously under [RESET_PID].
4749         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
4750
4751         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
4752         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
4753
4754 2014-05-27  Roland McGrath  <roland@hack.frob.com>
4755
4756         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
4757
4758         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
4759         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
4760
4761 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
4762
4763         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
4764
4765 2014-05-27  Andreas Schwab  <schwab@suse.de>
4766
4767         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
4768         TLS_INIT_TP macro.
4769         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4770         * elf/rtld.c (init_tls, dl_main): Likewise.
4771         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
4772         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
4773         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
4774         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
4775         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
4776         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
4777         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
4778         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
4779         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
4780         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
4781         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
4782         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
4783         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
4784         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
4785         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
4786         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
4787         * sysdeps/generic/tls.h: Update description.
4788
4789 2014-05-27  Will Newton  <will.newton@linaro.org>
4790
4791         [BZ #16990]
4792         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
4793         and restore r2 rather than just restoring.
4794
4795 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4796
4797         [BZ #16724]
4798         * libio/tst-ftell-append.c: New test case.
4799         * libio/Makefile (tests): Add test case.
4800         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
4801         append mode.
4802         * libio/wfileops.c (do_ftell_wide): Likewise.
4803
4804 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4805
4806         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4807
4808         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
4809         ...
4810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
4811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
4812         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
4813         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
4814         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
4815         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
4816         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4817         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4818         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4819         Moved ...
4820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
4821         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4822         Moved ...
4823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4824         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4825         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4826         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4827         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4828         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4829         ...
4830         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4831         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4832         Moved ...
4833         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4834         here.
4835         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4836         ...
4837         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4838         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4839         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4840
4841         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4842         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4843         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4844         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4845
4846         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4847         merge into ...
4848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4849         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4850         ...
4851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4852         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4853         ...
4854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4855         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4856         Moved ...
4857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4858         here.
4859         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4860         Moved ...
4861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4862         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4863         Moved ...
4864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
4865
4866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
4867         conditional [RESET_PID].
4868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
4869         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
4870         removed.
4871         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
4872         removed.
4873
4874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
4875         <tcb-offsets.h>.
4876         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4877         (__libc_vfork): New strong alias.
4878         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
4879         removed.
4880         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
4881         Removed.
4882
4883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
4884         <tcb-offsets.h>.
4885         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
4886         (__libc_vfork): New strong alias.
4887         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
4888         removed.
4889         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
4890         removed.
4891
4892 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
4893
4894         * malloc/malloc.c (mi_arena): New function.
4895         (malloc_info): Remove nested function mi_arena. Call non-nosted
4896         function mi_arena.
4897
4898 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4899
4900         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
4901         by insrwi.
4902         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
4903         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
4904         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
4905         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
4906         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
4907         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
4908         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
4909
4910 2014-05-26  Andreas Schwab  <schwab@suse.de>
4911
4912         [BZ #16984]
4913         * locale/programs/repertoire.c (repertoire_read): Add slash
4914         between I18NPATH element and file name.
4915         * locale/programs/locfile.c (locfile_read): Likewise.
4916
4917 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4918
4919         * nptl/pthread_mutexattr_settype.c
4920         (__pthread_mutexattr_settype):
4921         Disable lock elision for PTHREAD_MUTEX_NORMAL.
4922
4923 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4924
4925         * nptl/tst-mutex5 (do_test):
4926         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
4927
4928 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4929
4930         * benchtests/README: Document 'init' directive.
4931         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
4932         BENCH_INIT.
4933         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
4934         (parse_file): Recognize 'init' directive.
4935
4936 2014-05-26  Kyle McMartin  <kyle@redhat.com>
4937
4938         [BZ #16796]
4939         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
4940         alignment of struct pthread.
4941
4942 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4943
4944         [BZ #16878]
4945         * nscd/netgroupcache.c (addgetnetgrentX): Look for
4946         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4947         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
4948         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4949
4950 2014-05-25  Richard Henderson  <rth@twiddle.net>
4951
4952         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4953         (SINGLE_THREAD_P_PIC): Remove.
4954         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
4955         (SINGLE_THREAD_P_PIC): Remove.
4956
4957         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
4958         branch to syscall error ...
4959         (PSEUDO): ... here.
4960         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
4961         from __local_syscall_error to .Lsyscall_error.
4962         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
4963         (SYSCALL_ERROR): Update label name.
4964
4965         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4966         Do not use DOARGS/UNDOARGS.
4967         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
4968         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
4969         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
4970         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
4971         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
4972
4973         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
4974         block comment.
4975
4976         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
4977         define if !NOT_IN_libc.
4978         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
4979         define with non-default symbol versions.
4980
4981 2014-05-23  Richard Henderson  <rth@twiddle.net>
4982
4983         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
4984         (vfork, __vfork): Define via compat_symbol.
4985
4986         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
4987         [!HAVE_IFUNC] (vfork_compat): Remove.
4988         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
4989
4990 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4991
4992         [BZ #16978]
4993         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
4994         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
4995         variable.
4996
4997 2014-05-23  Richard Henderson  <rth@twiddle.net>
4998
4999         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5000         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5001         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5002         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5003
5004         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5005         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5006         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5007         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5008         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5009         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5010         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5011         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5012         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5013         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5014         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5015         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5016         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5017         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5018         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5019         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5020         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5021         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5022         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5023         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5024         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5025         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5026         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5027         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5028         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5029         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5030         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5031         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5032         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5033         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5034         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5035         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5036         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5037         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5038         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5039         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5040         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5041         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5042         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5043         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5044         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5045         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5046         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5047         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5048         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5049         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5050         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5051         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5052         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5053         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5054         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5055         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5056         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5057         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5058         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5059         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5060
5061         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5062         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5063         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5064         before exiting on error.
5065         (__libc_vfork): New strong alias.
5066         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5067         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5068
5069         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5070         that was previously under [RESET_PID].
5071         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5072
5073         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5074
5075 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5076
5077         [BZ #16977]
5078         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5079         value when x - 1 is zero.
5080         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5081         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5082         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5083         0.0L for an argument of 1.0L.
5084         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5085         Likewise.
5086         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5087         value when x - 1 is zero.
5088         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5089         * sysdeps/i386/fpu/libm-test-ulps: Update.
5090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5091
5092 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5093
5094         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5095         alphasort and versionsort.
5096
5097 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5098
5099         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5100         macro.
5101         [copysignf]: Likewise.
5102
5103 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5104
5105         * crypt/md5-crypt.c: Fix formatting.
5106
5107 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5108
5109         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5110         (b64_from_24bit): New function.
5111
5112 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5113
5114         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5115         libc_hidden_builtin_def to ifunc.
5116         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5117         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5118
5119 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5120
5121         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5122         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5123
5124 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5125
5126         * nscd/Depend (linuxthreads): Remove.
5127         (nptl): Add.
5128         * resolv/Depend (linuxthreads): Remove.
5129         * rt/Depend (linuxthreads): Remove.
5130
5131         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5132         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5133         $(common-objpfx)elf/.
5134         (link-libc-before-gnulib): Likewise.
5135         (elfobjdir): Remove variable.
5136         * Makefile (install): Use $(elf-objpfx) instead of
5137         $(common-objpfx)elf/.
5138         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5139         $(elfobjdir)/.
5140         (link-libc-deps): Likewise.
5141         ($(common-objpfx)libc.so): Likewise.
5142         ($(common-objpfx)linkobj/libc.so): Likewise.
5143         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5144         instead of $(common-objpfx)elf/.
5145         (symbolic-link-list): Likewise.
5146         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5147         [$(cross-compiling) = no]: Likewise.
5148         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5149         $(elfobjdir)/.
5150         (static-gnulib-arch): Likewise.
5151         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5152         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5153         $(common-objpfx)elf/.
5154
5155 2014-05-21  Richard Henderson  <rth@redhat.com>
5156
5157         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5158         (SINGLE_THREAD_P): Use the correct width load.  Fold
5159         into the ldr offset.
5160
5161         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5162         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5163
5164 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5165
5166         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5167         (libgcc_s_resume): Use __attribute_used__.
5168         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5169         Likewise.
5170
5171 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5172
5173         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5174         optimization when used with float constants.
5175
5176         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5177
5178 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5179
5180         [BZ #16915]
5181         * locale/nl_langinfo_l.c: Make direct reference to every
5182         _nl_current_CATEGORY symbol.
5183         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5184         (tests-static): Add tst-langinfo-static.
5185         (tests-special): Add tst-langinfo-static.out.
5186         ($(objpfx)tst-langinfo.out): Redirect output.
5187         ($(objpfx)tst-langinfo-static.out): New.
5188         * localedata/tst-langinfo.sh: Send output to stdout.
5189         * localedata/tst-langinfo-static.c: New file.
5190
5191         [BZ #16965]
5192         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5193         when the shift amount is modulo the limb size.
5194
5195 2014-05-20  Richard Henderson  <rth@redhat.com>
5196
5197         [BZ #16967]
5198         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5199         Change type of sa_flags from unsigned int to int.
5200
5201         [BZ #16966]
5202         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5203
5204         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5205
5206 2014-05-20  Will Newton  <will.newton@linaro.org>
5207
5208         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5209         Test the return value of the system call in the nocancel case.
5210
5211 2014-05-20  Will Newton  <will.newton@linaro.org>
5212             Yvan Roux  <yvan.roux@linaro.org>
5213
5214         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5215         #include of asm/ptrace.h.
5216         (PTRACE_GET_THREAD_AREA): Remove #undef.
5217         (PTRACE_GETHBPREGS): Likewise.
5218         (PTRACE_SETHBPREGS): Likewise.
5219         (struct user_regs_struct): New structure.
5220         (struct user_fpsimd_struct): New structure.
5221         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5222         #include of asm/ptrace.h and second #include of sys/user.h.
5223         (PTRACE_GET_THREAD_AREA): Remove #undef.
5224         (PTRACE_GETHBPREGS): Likewise.
5225         (PTRACE_SETHBPREGS): Likewise.
5226         (ELF_NGREG): Use new struct user_regs_struct.
5227         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5228
5229 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5230
5231         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5232         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5233
5234 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5235
5236         [BZ #16958]
5237         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5238         membar to avoid block loads/stores to overlap previous stores.
5239
5240 2014-05-17  Richard Henderson  <rth@redhat.com>
5241
5242         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5243         Create the __##syscall_name##_nocancel entry point.
5244         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5245         Remove; let the sysdep-cancel.h code create it.
5246
5247 2014-05-17  David S. Miller  <davem@davemloft.net>
5248
5249         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5250         Protect with __USE_GNU.
5251         (TIOCSET_TEMPT): Likewise.
5252         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5253         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5254         these are already provided in bits/ioctl-types.h
5255
5256 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5257
5258         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5259         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5260
5261         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5262         Use wait4 regardless of [__NR_waitpid].
5263
5264 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5265
5266         PR libgcc/60166
5267         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5268         (_FP_NANSIGN_Q): Set the quiet bit.
5269
5270 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5271
5272         * benchtests/Makefile
5273         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5274         not $(common-objpfx)math/libm.so.
5275         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5276         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5277         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5278         $(common-objpfx)dlfcn/libdl.so.
5279         ($(objpfx)tst-audit8): Depend on $(libm), not
5280         $(common-objpfx)math/libm.so.
5281         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5282         not $(common-objpfx)dlfcn/libdl.so.
5283         * math/Makefile
5284         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5285         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5286         [$(build-shared) = yes].
5287         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5288         $(common-objpfx)nptl/libpthread.so.
5289         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5290         $(common-objpfx)math/libm.so$(libm.so-version) or
5291         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5292         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5293         $(common-objpfx)dlfcn/libdl.so.
5294         * setjmp/Makefile (link-libm): Remove variable.
5295         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5296         * stdio-common/Makefile (link-libm): Remove variable.
5297         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5298         * stdlib/Makefile (link-libm): Remove variable.
5299         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5300         ($(objpfx)tst-strtod-round): Likewise.
5301         ($(objpfx)tst-tininess): Likewise.
5302         ($(objpfx)tst-strtod-underflow): Likewise.
5303         ($(objpfx)tst-strtod6): Likewise.
5304         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5305         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5306         $(common-objpfx)dlfcn/libdl.so.
5307
5308 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5309
5310         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5311         BSD terminal modes definitions.
5312
5313 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5314
5315         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5316         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5317
5318         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5319         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5320         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5321         Don't do #include_next.
5322         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5323         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5324         Don't do #include_next.
5325         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5326         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5327         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5328         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5329
5330 2014-05-16  Allan McRae  <allan@archlinux.org>
5331
5332         * po/sv.po: Update Swedish translation from translation project.
5333
5334         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5335         in sed expression.
5336
5337 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5338
5339         [BZ #16917]
5340         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5341         errno if the TIOCGPTN ioctl fails with an error different than
5342         EINVAL.
5343         * login/tst-ptsname.c: New file.
5344         * login/Makefile (tests): Add tst-ptsname.
5345
5346         [BZ #16943]
5347         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5348         and prlimit64.
5349
5350 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5351
5352         [BZ #16849]
5353         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5354         herrno to return EAI_AGAIN.
5355
5356 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5357
5358         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5359         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5360         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5361         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5362         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5363         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5364         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5365         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5366         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5367         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5368         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5369         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5370         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5371         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5372         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5373         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5374         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5375         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5376         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5377         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5378         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5379         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5380         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5381         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5382         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5383         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5384         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5385         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5386         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5387         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5388         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5389         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5390         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5391         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5392         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5393         Moved ...
5394         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5395         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5396         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5397         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5398         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5399         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5400         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5401         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5402         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5403         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5404         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5405         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5406         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5407         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5408         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5409         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5410         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5411         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5412         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5413         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5414         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5415         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5416         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5417         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5418         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5419         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5420         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5421         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5422         Moved ...
5423         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5424         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5425         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5426         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5427         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5428         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5429         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5430         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5431         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5432         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5433         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5434         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5435         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5436         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5437         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5438         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5439         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5440         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5441         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5442         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5443         Moved ...
5444         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5445         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5446         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5447
5448         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5449         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5450         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5451         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5452         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5453         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5454         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5455         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5456         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5457         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5458         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5459         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5460         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5461         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5462         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5463         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5464         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5465         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5466         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5467         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5468         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5469         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5470         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5471         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5472         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5473         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5474         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5475         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5476         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5477         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5478         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5479
5480         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5481         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5482
5483         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5484         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5485         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5486         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5487         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5488         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5489         Moved ...
5490         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5491         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5492         Moved ...
5493         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5494         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5495         Moved ...
5496         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5497         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5498         Moved ...
5499         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5500         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5501         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5502         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5503         Moved ...
5504         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5505         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5506         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5507         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5508         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5509         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5510         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5511         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5512         Moved ...
5513         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5514         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5515         Moved ...
5516         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5517         ... here.
5518         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5519         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5520         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5521         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5522         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5523         Moved ...
5524         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5525         ... here.
5526         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5527         Moved ...
5528         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5529         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5530         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5531         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5532         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5533         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5534         Moved ...
5535         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5536         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5537         Moved ...
5538         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5539         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5540         Moved ...
5541         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5542         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5543         Moved ...
5544         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5545         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5546         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5547         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5548         Moved ...
5549         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5550         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5551         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5552         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5553         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5554         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5555         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5556         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5557         Moved ...
5558         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5559         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5560         Moved ...
5561         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5562         ... here.
5563         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5564         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5565         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5566         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
5567         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5568         Moved ...
5569         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5570         ... here.
5571         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
5572         Moved ...
5573         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
5574         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
5575         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
5576         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
5577         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
5578         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
5579         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
5580         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
5581         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
5582         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
5583         Moved ...
5584         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
5585         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5586         Moved ...
5587         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
5588         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5589         Moved ...
5590         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
5591         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
5592         Moved ...
5593         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
5594         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
5595         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
5596         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
5597         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
5598         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5599         Moved ...
5600         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
5602         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
5604         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
5605         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
5606         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
5607         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5608         Moved ...
5609         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
5610         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5611         Moved ...
5612         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5613         ... here.
5614         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
5615         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
5616         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
5617         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
5618         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5619         Moved ...
5620         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5621         ... here.
5622         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
5623         Moved ...
5624         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
5625         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
5626         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
5627         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
5628         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
5629         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
5630         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
5631         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
5632         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
5633         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
5634         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
5635
5636         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
5637         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
5638
5639         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
5640         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
5641
5642         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
5643         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
5644         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
5645         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
5646         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
5647         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
5648         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
5649         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
5650         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
5651         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
5652         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
5653         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
5654         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
5655         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
5656         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
5657         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
5658         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
5659         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
5660         Moved ...
5661         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
5662         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
5663         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
5664         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
5665         Moved ...
5666         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
5667         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
5668         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
5669         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
5670         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
5671         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
5672         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
5673         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
5674         Moved ...
5675         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
5676         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
5677         Moved ...
5678         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
5679         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
5680         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
5681         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
5682         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
5683         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
5684         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
5685         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
5686         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
5687         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
5688         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
5689         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
5690         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
5691         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
5692         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
5693         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
5694         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
5695
5696         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
5697         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
5698         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
5699         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
5700         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
5701
5702         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
5703         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
5704         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
5705         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
5706         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
5707         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
5708         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
5709         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
5710         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
5711         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
5712
5713         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
5714         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
5715
5716         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
5717         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
5718         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
5719         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
5720         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
5721         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
5722         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
5723         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
5724         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
5725         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
5726         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
5727         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
5728         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
5729         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
5730         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
5731         Update #include.
5732         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
5733         Likewise.
5734         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5735         Likewise.
5736         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5737         Likewise.
5738         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5739         Likewise.
5740         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
5741         Likewise.
5742         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
5743         Likewise.
5744         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
5745         Likewise.
5746         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
5747         Likewise.
5748         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
5749         Likewise.
5750         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
5751         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
5752         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
5753         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
5754         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5755         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
5756         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
5757         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
5758         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
5759         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
5760         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
5761         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
5762         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
5763         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
5764         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
5765
5766         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
5767         that was previously under [RESET_PID].
5768         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
5769         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
5770         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
5771
5772         * sysdeps/i386/nptl/Implies: New file.
5773         * sysdeps/x86_64/nptl/Implies: New file.
5774         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
5775         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
5776         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
5777         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
5778
5779         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
5780         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5781         (__libc_vfork): New strong alias.
5782         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
5783         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
5784
5785         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
5786         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5787         (__libc_vfork): New strong alias.
5788         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
5789         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
5790
5791         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
5792         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5793         (__libc_vfork): New strong alias.
5794         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
5795         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
5796         * nptl/pt-vfork.c: New file.
5797         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
5798         (libpthread: GLIBC_2.20): New version set (empty).
5799
5800 2014-05-14  Will Newton  <will.newton@linaro.org>
5801
5802         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
5803         rather than #if.
5804
5805 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5806
5807         [BZ #16564]
5808         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
5809         arguments with exponent 65 or above.
5810         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
5811         arguments 0x1p113L or above.
5812         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
5813         to arguments 0x1p107L or above.
5814         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
5815         positive arguments with exponent 65 or above.
5816         * math/auto-libm-test-in: Add more tests of log1p.
5817         * math/auto-libm-test-out: Regenerated.
5818
5819         [BZ #16928]
5820         * math/s_cacos.c (__cacos): Ensure zero real part of result from
5821         non-finite arguments is +0.
5822         * math/s_cacosf.c (__cacosf): Likewise.
5823         * math/s_cacosl.c (__cacosl): Likewise.
5824         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5825         * sysdeps/i386/fpu/libm-test-ulps: Update.
5826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5827
5828         [BZ #16927]
5829         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5830         value.
5831         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5832         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5833         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5834         for explicit high bit of mantissa when testing for argument equal
5835         to 1.
5836         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5837         * sysdeps/i386/fpu/libm-test-ulps: Update.
5838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5839
5840         [BZ #16516]
5841         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5842         (__erf): Scale by 16 instead of 8 in potentially underflowing
5843         case.  Ensure exception if result actually underflows.
5844         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5845         (__erff): Scale by 16 instead of 8 in potentially underflowing
5846         case.  Ensure exception if result actually underflows.
5847         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5848         (efx8): Remove variable.
5849         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5850         case.  Ensure exception if result actually underflows.
5851         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5852         (efx8): Remove variable.
5853         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5854         case.  Ensure exception if result actually underflows.
5855         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5856         (efx8): Remove variable.
5857         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5858         case.  Ensure exception if result actually underflows.
5859         * math/auto-libm-test-in: Add more tests of erf.
5860         * math/auto-libm-test-out: Regenerated.
5861
5862 2014-05-14  Andreas Schwab  <schwab@suse.de>
5863
5864         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
5865         Remove code conditionalized on USE___THREAD.
5866
5867         * config.h.in (HAVE_PT_CHOWN): Define as 0.
5868         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
5869         not definedness.
5870
5871 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5872
5873         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
5874         Define unconditionally.
5875         (__ASSUME_O_CLOEXEC): Likewise.
5876         (__ASSUME_SOCK_CLOEXEC): Likewise.
5877         (__ASSUME_IN_NONBLOCK): Likewise.
5878         (__ASSUME_PIPE2): Likewise.
5879         (__ASSUME_EVENTFD2): Likewise.
5880         (__ASSUME_SIGNALFD4): Likewise.
5881         (__ASSUME_DUP3): Likewise.
5882         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5883         (__ASSUME_DUP3): Do not define.
5884         (__ASSUME_EVENTFD2): Likewise.
5885         (__ASSUME_IN_NONBLOCK): Likewise.
5886         (__ASSUME_O_CLOEXEC): Likewise.
5887         (__ASSUME_PIPE2): Likewise.
5888         (__ASSUME_SIGNALFD4): Likewise.
5889         (__ASSUME_SOCK_CLOEXEC): Likewise.
5890         (__ASSUME_UTIMES): Undefine.
5891         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5892         (__ASSUME_UTIMES): Do not define.
5893         (__ASSUME_O_CLOEXEC): Likewise.
5894         (__ASSUME_SOCK_CLOEXEC): Likewise.
5895         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
5896         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
5897         0x020621].
5898         (__ASSUME_PIPE2): Likewise.
5899         (__ASSUME_EVENTFD2): Likewise.
5900         (__ASSUME_SIGNALFD4): Likewise.
5901         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
5902         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
5903         Do not define.
5904         (__ASSUME_EVENTFD2): Likewise.
5905         (__ASSUME_SIGNALFD4): Likewise.
5906         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5907         (__ASSUME_32BITUIDS): Likewise.
5908         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
5909         (__ASSUME_IPC64): Likewise.
5910         (__ASSUME_ST_INO_64_BIT): Likewise.
5911         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
5912         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
5913         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5914         (__ASSUME_UTIMES): Do not define.
5915         (__ASSUME_PSELECT): Likewise.
5916         (__ASSUME_PPOLL): Likewise.
5917         (__ASSUME_O_CLOEXEC): Likewise.
5918         (__ASSUME_SOCK_CLOEXEC): Likewise.
5919         (__ASSUME_IN_NONBLOCK): Likewise.
5920         (__ASSUME_PIPE2): Likewise.
5921         (__ASSUME_EVENTFD2): Likewise.
5922         (__ASSUME_SIGNALFD4): Likewise.
5923         (__ASSUME_DUP3): Likewise.
5924         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5925         (__ASSUME_UTIMES): Likewise.
5926         (__ASSUME_O_CLOEXEC): Likewise.
5927         (__ASSUME_SOCK_CLOEXEC): Likewise.
5928         (__ASSUME_IN_NONBLOCK): Likewise.
5929         (__ASSUME_PIPE2): Likewise.
5930         (__ASSUME_EVENTFD2): Likewise.
5931         (__ASSUME_SIGNALFD4): Likewise.
5932         (__ASSUME_DUP3): Likewise.
5933         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5934         (__ASSUME_UTIMES): Likewise.
5935         (__ASSUME_O_CLOEXEC): Likewise.
5936         (__ASSUME_SOCK_CLOEXEC): Likewise.
5937         (__ASSUME_IN_NONBLOCK): Likewise.
5938         (__ASSUME_PIPE2): Likewise.
5939         (__ASSUME_EVENTFD2): Likewise.
5940         (__ASSUME_SIGNALFD4): Likewise.
5941         (__ASSUME_DUP3): Likewise.
5942         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
5943         Likewise.
5944         (__ASSUME_UTIMES): Likewise.
5945         (__ASSUME_EVENTFD2): Likewise.
5946         (__ASSUME_SIGNALFD4): Likewise.
5947         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5948         (__ASSUME_O_CLOEXEC): Likewise.
5949         (__ASSUME_SOCK_CLOEXEC): Likewise.
5950         (__ASSUME_IN_NONBLOCK): Likewise.
5951         (__ASSUME_PIPE2): Likewise.
5952         (__ASSUME_EVENTFD2): Likewise.
5953         (__ASSUME_SIGNALFD4): Likewise.
5954         (__ASSUME_DUP3): Likewise.
5955         (__ASSUME_UTIMES): Undefine.
5956
5957         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
5958         feclearexcept.  Remove symbol versioning code.
5959         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
5960         symbol versioning code.
5961         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
5962         symbol versioning code.
5963         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
5964         feupdateenv.  Remove symbol versioning code.
5965         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
5966         fegetexceptflag.  Remove symbol versioning code.
5967         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
5968         fesetexceptflag.  Remove symbol versioning code.
5969         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
5970         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
5971         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
5972         (__posix_fadvise64_l32): Remove prototype.
5973         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
5974         code.
5975
5976 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5977
5978         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
5979         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
5980         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
5981         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
5982
5983 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
5984
5985         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
5986         current working directory
5987
5988 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5989
5990         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
5991         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
5992         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
5993         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
5994         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
5995         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
5996         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
5997         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
5998         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
5999         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6000         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6001         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6002         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6003         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6004         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6005         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6006         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6007         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6008         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6009         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6010         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6011         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6012         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6013         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6014         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6015         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6016         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6017         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6018         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6019         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6020         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6021         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6022         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6023         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6024         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6025         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6026         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6027         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6028         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6029         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6030         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6031         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6032
6033         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6034         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6035
6036         * sysdeps/unix/sysv/linux/arm/Makefile
6037         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6038         Add rt-aeabi_unwind_cpp_pr1.
6039         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6040         Add nptl-aeabi_unwind_cpp_pr1.
6041         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6042         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6043         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6044         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6045         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6046         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6047
6048         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6049         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6050         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6051         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6052
6053         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6054         Deconditionalize the code that was previously under [RESET_PID].
6055         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6056
6057         * sysdeps/generic/exit-thread.h: New file.
6058         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6059         * include/unistd.h (__exit_thread): Remove declaration.
6060         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6061         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6062         * csu/libc-start.c: Include <exit-thread.h>.
6063         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6064         * nptl/pthread_create.c: Include <exit-thread.h>.
6065         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6066         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6067         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6068         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6069         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6070         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6071         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6072         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6073         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6074         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6075         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6076         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6077         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6078         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6079         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6080         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6081         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6082
6083 2014-05-13  Andreas Schwab  <schwab@suse.de>
6084
6085         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6086
6087 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6088
6089         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6090         (__ASSUME_UTIMES): Do not condition on kernel version.
6091         (__ASSUME_PSELECT): Define unconditionally.
6092         (__ASSUME_PPOLL): Likewise.
6093         (__ASSUME_ATFCTS): Likewise.
6094         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6095         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6096         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6097         (__ASSUME_UTIMENSAT): Define unconditionally.
6098         (__ASSUME_PRIVATE_FUTEX): Likewise.
6099         (__ASSUME_FALLOCATE): Likewise.
6100         (__ASSUME_O_CLOEXEC): Likewise.
6101         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6102         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6103         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6104         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6105         (__ASSUME_IN_NONBLOCK): Likewise.
6106         (__ASSUME_PIPE2): Likewise.
6107         (__ASSUME_EVENTFD2): Likewise.
6108         (__ASSUME_SIGNALFD4): Likewise.
6109         (__ASSUME_DUP3): Likewise.
6110         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6111         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6112         (__ASSUME_AT_RANDOM): Likewise.
6113         (__ASSUME_PREADV): Likewise.
6114         (__ASSUME_PWRITEV): Likewise.
6115         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6116         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6117         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6118         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6119         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6120         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6121         (__ASSUME_O_CLOEXEC): Define unconditionally.
6122         (__ASSUME_PSELECT): Do not undefine conditionally.
6123         (__ASSUME_PPOLL): Likewise.
6124         (__ASSUME_ATFCTS): Likewise.
6125         (__ASSUME_SET_ROBUST_LIST): Likewise.
6126         (__ASSUME_UTIMENSAT): Likewise.
6127         (__ASSUME_FDATASYNC): Define unconditionally.
6128         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6129         (__ASSUME_SIGFRAME_V2): Likewise.
6130         )__ASSUME_EVENTFD2): Likewise.
6131         (__ASSUME_SIGNALFD4): Likewise.
6132         (__ASSUME_PSELECT): Do not undefine conditionally.
6133         (__ASSUME_PPOLL): Likewise.
6134         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6135         (__ASSUME_PSELECT): Define unconditionally.
6136         (__ASSUME_PPOLL): Likewise.
6137         (__ASSUME_O_CLOEXEC): Likewise.
6138         (__ASSUME_SOCK_CLOEXEC): Likewise.
6139         (__ASSUME_IN_NONBLOCK): Likewise.
6140         (__ASSUME_PIPE2): Likewise.
6141         (__ASSUME_EVENTFD2): Likewise.
6142         (__ASSUME_SIGNALFD4): Likewise.
6143         (__ASSUME_DUP3): Likewise.
6144         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6145         (__ASSUME_O_CLOEXEC): Likewise.
6146         (__ASSUME_SOCK_CLOEXEC): Likewise.
6147         (__ASSUME_IN_NONBLOCK): Likewise.
6148         (__ASSUME_PIPE2): Likewise.
6149         (__ASSUME_EVENTFD2): Likewise.
6150         (__ASSUME_SIGNALFD4): Likewise.
6151         (__ASSUME_DUP3): Likewise.
6152         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6153         (__ASSUME_EVENTFD2): Likewise.
6154         (__ASSUME_SIGNALFD4): Likewise.
6155         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6156
6157 2014-05-12  Andreas Schwab  <schwab@suse.de>
6158
6159         [BZ #16932]
6160         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6161         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6162         than maximum RPC packet size.
6163         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6164         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6165         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6166         (_nss_nis_getservbyport_r): Likewise.
6167
6168 2014-05-12  Will Newton  <will.newton@linaro.org>
6169
6170         * malloc/Makefile (tests): Add tst-mallopt.
6171         * malloc/tst-mallopt.c: New file.
6172
6173 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6174
6175         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6176         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6177
6178 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6179
6180         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6181         (tst-tlsmod6.so): Likewise.
6182
6183 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6184
6185         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6186
6187 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6188
6189         [BZ #16064]
6190         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6191         and <dl-procinfo.h>.
6192         (__fegetenv): Save SSE state in envp->__eip if supported.
6193         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6194         envp->__eip if supported.
6195         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6196         and <dl-procinfo.h>.
6197         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6198         __data_offset and __data_selector in environment to 0.  Set SSE
6199         state if supported.
6200         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6201         test-fenv-sse.
6202         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6203         -mfpmath=sse.
6204         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6205
6206 2014-05-09  Will Newton  <will.newton@linaro.org>
6207
6208         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6209         and libc_relro_required for ARM.
6210         * sysdeps/arm/preconfigure: Regenerate.
6211
6212 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6213             Stefan Liebler  <stli@linux.vnet.ibm.com>
6214
6215         * config.make.in (enable-lock-elision): New Makefile variable.
6216         * configure.ac: Likewise.
6217         * configure: Regenerate.
6218         * sysdeps/s390/configure.ac:
6219         Add check for gcc transactions support.
6220         * sysdeps/s390/configure: Regenerate.
6221         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6222         Build elision files if enabled.
6223         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6224         Add lock elision support for s390.
6225         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6226         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6227         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6228         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6229         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6230         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6231         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6232         Likewise.
6233         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6234         Likewise.
6235         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6236         Likewise.
6237         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6238         Likewise.
6239         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6240         (__lll_timedlock_elision, __lll_lock_elision)
6241         (__lll_unlock_elision, __lll_trylock_elision)
6242         (lll_timedlock_elision, lll_lock_elision)
6243         (lll_unlock_elision, lll_trylock_elision): Add.
6244         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6245         (pthread_mutex_t): Add lock elision support for s390.
6246
6247 2014-05-14  Wilco  <wdijkstr@arm.com>
6248
6249         * sysdeps/arm/fclrexcpt.c: Cleanup.
6250         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6251         * sysdeps/arm/feenablxcpt.c: Cleanup.
6252         * sysdeps/arm/fegetenv.c: Cleanup.
6253         * sysdeps/arm/fegetexcept.c: Cleanup.
6254         * sysdeps/arm/fegetround.c: Cleanup.
6255         * sysdeps/arm/feholdexcpt.c: Cleanup.
6256         * sysdeps/arm/fesetenv.c: Cleanup.
6257         * sysdeps/arm/fesetround.c: Cleanup.
6258         * sysdeps/arm/feupdateenv.c: Cleanup.
6259         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6260         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6261         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6262         * sysdeps/arm/ftestexcept.c: Cleanup.
6263         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6264         * sysdeps/arm/setfpucw.c: Cleanup.
6265
6266 2014-05-09  Will Newton  <will.newton@linaro.org>
6267
6268         * sysdeps/arm/armv7/strcmp.S: New file.
6269         * NEWS: Mention addition of ARMv7 optimized strcmp.
6270
6271 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6272
6273         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6274         look for %.ac rather than %.in.
6275
6276         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6277         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6278         * sysdeps/mach/hurd/configure: Regenerated.
6279         * sysdeps/unix/sysv/linux/configure: Regenerated.
6280
6281         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6282
6283 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6284
6285         [BZ# 16922]
6286         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6287         (LONG_SUB): Ditto.
6288         (PTR_SUB): Ditto.
6289
6290 2014-05-07  Andreas Schwab  <schwab@suse.de>
6291
6292         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6293         when skipping over non-matching result from nscd.
6294
6295 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6296
6297         [BZ #16876]
6298         * nptl/sockperf.c (client): Check socket return value.
6299
6300         [BZ #16877]
6301         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6302         nscd security class.
6303
6304 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6305
6306         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6307         * sysdeps/arm/unwind.h: ... here.
6308
6309 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6310
6311         [BZ# 16916]
6312         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6313         Define.
6314
6315 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6316
6317         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6318         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6319         multiarch strncpy for PPC64.
6320         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6321         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6322         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6323         multiarch optimizations.
6324         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6325         (__libc_ifunc_impl_list): Likewise.
6326         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6327         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6328         multiarch stpncpy for PPC64.
6329         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6330         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6331
6332 2014-05-06  Andreas Schwab  <schwab@suse.de>
6333
6334         [BZ #16912]
6335         * gmon/mcount.c (_MCOUNT_DECL): Use
6336         atomic_compare_and_exchange_bool_acq instead of
6337         catomic_compare_and_exchange_bool_acq.
6338
6339 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6340
6341         * elf/Makefile (others, install-bin): Remove pldd.
6342         (pldd-modules): Variable removed.
6343         ($(objpfx)pldd): Target removed.
6344         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6345         (others, install-bin): Append pldd here.
6346         ($(objpfx)pldd): New target.
6347
6348         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6349         to 0, so the first #if test emitted later doesn't see it undefined.
6350         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6351         * sysdeps/gnu/errlist.c: Regenerated.
6352
6353 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6354
6355         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6356         [libc_hidden_builtin_def]: Define to empty value.
6357         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6358         [libc_hidden_builtin_def]: Likewise.
6359         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6360         [libc_hidden_builtin_def]: Likewise.
6361         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6362         [libc_hidden_builtin_def]: Likewise.
6363         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6364         __redirect_memcpy and define ifunc as default hidden symbol.
6365         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6366         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6367
6368 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6369
6370         * locale/iso-4217.def: Reintroduce XDR currency.
6371
6372 2014-05-04  Allan McRae  <allan@archlinux.org>
6373
6374         * po/eo.po: Update Esperanto translation from translation project.
6375
6376 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6377
6378         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6379         and FEATURE_INDEX_MAX to 1.
6380         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6381
6382 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6383
6384         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6385         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6386         * iconvdata/big5.c (ONE_DIRECTION): Define.
6387         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6388         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6389         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6390         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6391         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6392         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6393         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6394         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6395         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6396         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6397         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6398         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6399         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6400         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6401         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6402         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6403         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6404         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6405         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6406         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6407         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6408         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6409         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6410         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6411         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6412         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6413         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6414         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6415         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6416         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6417         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6418         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6419         * iconvdata/johab.c (ONE_DIRECTION): Define.
6420         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6421         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6422         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6423         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6424         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6425         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6426         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6427         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6428         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6429         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6430
6431 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6432
6433         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6434         (_IO_JUMPS_OFFSET): Define to 0.
6435
6436         * nptl/sysdeps/pthread/bits/libc-lock.h
6437         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6438         (__libc_lock_define_initialized_recursive): Always define using
6439         initializer.  Modern compilers treat uninitialized (implicit zero) and
6440         explicit zero initializers the same (i.e. put the datum in bss).
6441
6442 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6443
6444         * nscd/nscd-client.h: Include <string.h>.
6445
6446 2014-05-01  David S. Miller  <davem@davemloft.net>
6447
6448         [BZ #16885]
6449         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6450         multiple zero bytes exist at the end of a string.
6451         Reported by Aurelien Jarno <aurelien@aurel32.net>
6452
6453         * string/test-strcmp.c (check): Add explicit test for situations where
6454         there are multiple zero bytes after the first.
6455
6456 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6457
6458         [BZ #16890]
6459         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6460         when compiling wprintf.
6461         * stdio-common/tstdiomisc.c (t3): New function.
6462         (main): Call it.
6463
6464 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6465
6466         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6467         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6468         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6469         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6470
6471 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6472
6473         * stdlib/longlong.h: Updated from GCC.
6474
6475 2014-05-01  Will Newton  <will.newton@linaro.org>
6476             Bernard Ogden  <bernie.ogden@linaro.org>
6477
6478         * NEWS: Update fixed bug list.
6479
6480         [BZ #15119]
6481         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6482
6483 2014-04-30  David S. Miller  <davem@davemloft.net>
6484
6485         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6486         (libc_feholdexcept_setround_sparc_ctx): New function.
6487         (libc_fesetenv_sparc_ctx): Likewise.
6488         (libc_feupdateenv_sparc_ctx): Likewise.
6489         (libc_feholdsetround_sparc_ctx): Likewise.
6490         (libc_feholdexcept_setround_ctx): Define.
6491         (libc_feholdexcept_setroundf_ctx): Likewise.
6492         (libc_feholdexcept_setroundl_ctx): Likewise.
6493         (libc_fesetenv_ctx): Likewise.
6494         (libc_fesetenvf_ctx): Likewise.
6495         (libc_fesetenvl_ctx): Likewise.
6496         (libc_feupdateenv_ctx): Likewise.
6497         (libc_feupdateenvf_ctx): Likewise.
6498         (libc_feupdateenvl_ctx): Likewise.
6499         (libc_feresetround_ctx): Likewise.
6500         (libc_feresetroundf_ctx): Likewise.
6501         (libc_feresetroundl_ctx): Likewise.
6502         (libc_feholdsetround_ctx): Likewise.
6503         (libc_feholdsetroundf_ctx): Likewise.
6504         (libc_feholdsetroundl_ctx): Likewise.
6505
6506         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6507         with __USE_GNU instead of XOPEN cpp guards.
6508
6509         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6510         0.
6511
6512         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6513         with XOPEN cpp guards.
6514
6515 2014-04-30  Julian Brown  <julian@codesourcery.com>
6516
6517         [BZ #16888]
6518         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6519         handling.
6520
6521 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6522
6523         [BZ #9894]
6524         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6525         Change to 2.6.32.
6526         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6527         * sysdeps/unix/sysv/linux/configure: Regenerated.
6528         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6529         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6530         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6531         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6532         * README: Update reference to required Linux kernel version.
6533         * manual/install.texi (Linux): Update reference to required Linux
6534         kernel headers version.
6535         * INSTALL: Regenerated.
6536
6537         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6538         header inclusion.
6539         [POSIX] (limits.h): Likewise.
6540         [POSIX] (math.h): Likewise.
6541         [POSIX] (sys/wait.h): Likewise.
6542         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6543         function.
6544         [POSIX] (stddef.h): Do not allow header inclusion.
6545
6546 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6547
6548         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6549
6550 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6551
6552         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6553         Return immediately after lll_futex_wake.
6554
6555 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6556
6557         [BZ #16791]
6558         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6559         structure.
6560         (datahead_init_pos): Call datahead_init_common early.
6561         (datahead_init_neg): Likewise.
6562
6563         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6564         datahead_init_neg): New functions.
6565         * nscd/aicache.c (addhstaiX): Use them.
6566         * nscd/grpcache.c (cache_addgr): Likewise.
6567         * nscd/hstcache.c (cache_addhst): Likewise.
6568         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6569         * nscd/netgroupcache.c (do_notfound): Likewise.
6570         (addgetnetgrentX): Likewise.
6571         (addinnetgrX): Likewise.
6572         * nscd/pwdcache.c (cache_addpw): Likewise.
6573         * nscd/servicescache.c (cache_addserv): Likewise.
6574
6575 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6576             Atsushi Onoe  <atsushi@onoe.org>
6577
6578         [BZ #14308]
6579         [BZ #12994]
6580         [BZ #13651]
6581         * resolv/res_query.c (__libc_res_nsearch): Return if at least
6582         one response is valid.
6583         * resolv/res_send.c (send_dg): Check for validity of other
6584         response if the current response is a referral.
6585
6586 2014-04-29  Steve Ellcey  <sellcey@mips.com>
6587
6588         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
6589
6590 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
6591
6592         [BZ #16823]
6593         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
6594         Always divide by positive zero when computing -Inf result.
6595         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
6596         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
6597
6598 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6599
6600         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
6601         FPSCR if value do not change.
6602         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6603         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
6604         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6605         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
6606         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
6607         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
6608         function.
6609
6610 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
6611
6612         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
6613         * sysdeps/unix/sysv/linux/hppa: Move directory from
6614         ports/systeps/unix/sysv/linux/hppa.
6615         * README: Update listing for hppa-*-linux-gnu.
6616
6617 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
6618
6619         [BZ #16754]
6620         * manual/stdio.texi (Hook functions): Fix types of stream hook
6621         functions.
6622         [BZ #16854]
6623         * socket/sys/socket.h: Fix typo in comment.
6624
6625 2014-04-28  Wilco  <wdijkstr@arm.com>
6626
6627         * sysdeps/arm/fenv_private.h: New file.
6628         * sysdeps/arm/math_private.h: New file.
6629         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
6630
6631 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
6632
6633         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
6634         with __int128_t.
6635         (La_x86_64_retval): Likewise.
6636
6637 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
6638
6639         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
6640         fpsr if value didn't change.
6641         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
6642         to fpcr if value didn't change.
6643         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
6644         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
6645         fpsr or fpcr if value didn't change.
6646         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
6647         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
6648         fpcr if value didn't change.
6649         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
6650         to fpsr if value didn't change.
6651
6652 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
6653
6654         * nptl/tst-sem3.c: Use test-skeleton.c
6655         (main): Rename to do_test.  Use return instead of
6656         exit.
6657         * nptl/tst-sem4.c: Use test-skeleton.c
6658         (main): Rename to do_test.
6659
6660 2014-04-22  David S. Miller  <davem@davemloft.net>
6661
6662         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
6663         (struct sigaction): New struct member __glibc_reserved0, change
6664         type of sa_flags to int.
6665
6666 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
6667
6668         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
6669         (COUNT_LEADING_ZEROS_0): Define for AArch64.
6670
6671 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6672
6673         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
6674         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
6675
6676 2014-04-22  Will Newton  <will.newton@linaro.org>
6677             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
6678
6679         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
6680         (__longjmp): Add longjmp and longjmp_target SystemTap
6681         probes.
6682         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
6683         (__sigsetjmp): Add setjmp SystemTap probe.
6684
6685 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
6686
6687         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
6688         match manual order.
6689
6690 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6691
6692         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
6693
6694         * sysdeps/powerpc/fpu/fenv_private.h
6695         (libc_feholdexcept_setroundl_ctx): Define to
6696         libc_feholdexcept_setround_ppc_ctx.
6697         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
6698         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
6699         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
6700         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
6701
6702 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6703
6704         * sysdeps/aarch64/math-tests.h: New file.
6705
6706 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
6707
6708         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
6709         New.
6710         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6711         Check and set bit_AVX2_Usable.
6712         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
6713         macro.
6714         (bit_AVX2): Likewise.
6715         (index_AVX2_Usable): Likewise.
6716         (CPUID_AVX2): Likewise.
6717         (HAS_AVX2): Likewise.
6718
6719 2014-04-17  Will Newton  <will.newton@linaro.org>
6720
6721         * manual/setjmp.texi (System V contexts): Add note that
6722         calling setcontext on a context created by a call to a
6723         signal handler is undefined.  Update text to note that
6724         setcontext from a signal handler is possible but not
6725         recommended.
6726
6727         [BZ #16629]
6728         * stdlib/tst-setcontext.c: Include signal.h.
6729         (main): Check that the signal stack before and
6730         after swapcontext is the same.
6731
6732         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
6733         Re-implement to restore registers in user code and avoid
6734         rt_sigreturn system call.
6735
6736 2014-04-17  Wilco  <wdijkstr@arm.com>
6737
6738         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
6739         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
6740         * math/test-fenv.c: Skip exception trap tests on targets which only
6741         support non-stop mode.
6742
6743 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6744             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6745
6746         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
6747         (libc_feholdsetround_aarch64_ctx)
6748         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
6749         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
6750         (libc_feresetround_ctx, libc_feresetroundf_ctx)
6751         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
6752         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
6753         (libc_feresetround_noexl_ctx): Define.
6754
6755 2014-04-16  Richard Henderson  <rth@redhat.com>
6756
6757         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
6758
6759         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
6760         unwind tables.
6761
6762         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
6763         const from the non-libc, non-ldso copy.
6764
6765         * sysdeps/alpha/libm-test-ulps: Regenerate.
6766
6767 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
6768             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6769
6770         * sysdeps/aarch64/fpu/math_private.h: New file.
6771
6772 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6773
6774         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6775
6776 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
6777
6778         [BZ #16275]
6779         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
6780         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
6781         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
6782         Intel MPX bound registers before _dl_profile_fixup.
6783         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
6784         registers after _dl_profile_fixup.  Save and restore bound
6785         registers bnd0/bnd1 when calling _dl_call_pltexit.
6786         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
6787         (LR_BND_OFFSET): Likewise.
6788         (LRV_BND0_OFFSET): Likewise.
6789         (LRV_BND1_OFFSET): Likewise.
6790
6791 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6792
6793         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
6794         to...
6795         * sysdeps/mach/hurd/i386/tls.h: ... here.
6796         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
6797         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
6798         fields.
6799
6800 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6801
6802         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
6803
6804 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6805
6806         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6807
6808 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6809
6810         [BZ #14770]
6811         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
6812         * sysdeps/s390/configure: Regenerate.
6813
6814         [BZ #16824]
6815         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
6816         Set round-to-nearest internally to reduce error accumulation.
6817
6818 2014-04-16  Alan Modra  <amodra@gmail.com>
6819
6820         [BZ #16740]
6821         [BZ #16619]
6822         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6823         * math/libm-test.inc (frexp_test_data): Add tests.
6824         * NEWS: Update fixed bug list.
6825
6826 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6827
6828         * benchtests/Makefile: Depend on libraries in build directory.
6829         (bench-math): Separate out math tests.
6830         (bench-pthread): Separate out pthread tests.
6831         (bench): Include math and pthread tests.
6832
6833 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6834
6835         [BZ #16831]
6836         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6837         _dl_debug_initialize.
6838
6839         * configure.ac: Remove SELinux header check.
6840         * configure: Regenerate.
6841         * nscd/selinux.c (perms): Array of const char* to permission names.
6842         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6843         default policy. Call string_to_security_class and string_to_av_perm to
6844         translate strings. Enforce default policy and call avs_has_perm with
6845         results of translated strings.
6846
6847 2014-04-13  David S. Miller  <davem@davemloft.net>
6848
6849         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6850
6851 2014-04-12  Allan McRae  <allan@archlinux.org>
6852
6853         [BZ #16838]
6854         * manual/string.texi (Collation Functions): Fix qsort argument
6855         order in example.
6856         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6857
6858 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6859
6860         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6861         Make the test a no-op if there are no exceptions defined.
6862
6863 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6864
6865         * elf/Makefile (tests): make tst-dlopen-aout conditional on
6866         enable-hardcoded-path-in-tests
6867
6868 2014-04-11  Will Newton  <will.newton@linaro.org>
6869
6870         * benchtests/Makefile (extra-objs): Add json-lib.o.
6871         (bench-func): Tidy up JSON output.
6872         * benchtests/bench-skeleton.c: Include json-lib.h.
6873         (main): Use JSON library functions to do output of
6874         benchmark results.
6875         * benchtests/bench-timing-type.c (main): Output the
6876         timing type simply, leaving formatting to the user.
6877         * benchtests/json-lib.c: New file.
6878         * benchtests/json-lib.h: Likewise.
6879
6880 2014-04-11  Torvald Riegel  <triegel@redhat.com>
6881
6882         [BZ #15215]
6883         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
6884         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
6885         memory barriers.  Add comments.
6886         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
6887         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
6888         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
6889         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
6890         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
6891         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
6892
6893 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
6894
6895         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
6896         * sysdeps/s390/s390-64/configure.ac: ... this ...
6897         * sysdeps/s390/configure.ac: ... to here.
6898         * sysdeps/s390/s390-32/configure: Delete file.
6899         * sysdeps/s390/s390-64/configure: Delete file.
6900         * sysdeps/s390/configure: Regenerate.
6901
6902 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
6903
6904         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
6905
6906 2014-04-11  Will Newton  <will.newton@linaro.org>
6907
6908         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
6909         to zero if it is not defined elsewhere.  (mtrim): Test
6910         the value of MALLOC_DEBUG with #if rather than #ifdef.
6911
6912 2014-04-10 Torvald Riegel  <triegel@redhat.com>
6913
6914         * benchtests/pthread_once-inputs: New file.
6915         * benchtests/pthread_once-source.c: New file.
6916         * benchtests/README: Update documentation.
6917
6918 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
6919             H.J. Lu  <hongjiu.lu@intel.com>
6920
6921         [BZ #16275]
6922         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
6923         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
6924         * sysdeps/x86_64/configure: Regenerated.
6925         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
6926         macro.
6927         (REGISTER_SAVE_RAX): Likewise.
6928         (REGISTER_SAVE_RCX): Likewise.
6929         (REGISTER_SAVE_RDX): Likewise.
6930         (REGISTER_SAVE_RSI): Likewise.
6931         (REGISTER_SAVE_RDI): Likewise.
6932         (REGISTER_SAVE_R8): Likewise.
6933         (REGISTER_SAVE_R9): Likewise.
6934         (REGISTER_SAVE_BND0): Likewise.
6935         (REGISTER_SAVE_BND1): Likewise.
6936         (REGISTER_SAVE_BND2): Likewise.
6937         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
6938         bound registers when calling _dl_fixup.
6939
6940 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6941
6942         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
6943         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
6944         of its definition.
6945         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
6946         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
6947         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
6948         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
6949         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
6950         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
6951         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
6952
6953 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
6954
6955         [BZ #15514]
6956         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
6957         pathconf(_PC_NAME_MAX).
6958
6959 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6960
6961         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
6962         Remove macro usage.
6963         (__PTHREAD_SPINS): Move definition to ...
6964         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6965         (__PTHREAD_SPINS): ... here.
6966         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6967         (__PTHREAD_SPIN): Likewise.
6968         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
6969         (__PTHREAD_SPIN): Likewise.
6970         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
6971         (__PTHREAD_SPIN): Likewise.
6972         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
6973         (__PTHREAD_SPIN): Likewise.
6974         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
6975         (__PTHREAD_SPIN): Likewise.
6976         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
6977         (__PTHREAD_SPIN): Likewise.
6978         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
6979         (__PTHREAD_SPIN): Likewise.
6980         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
6981         (__PTHREAD_SPIN): Likewise.
6982         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
6983         (__PTHREAD_SPIN): Likewise.
6984         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
6985         (__PTHREAD_SPIN): Likewise.
6986         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
6987         (__PTHREAD_SPIN): Likewise.
6988         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
6989         (__PTHREAD_SPIN): Likewise.
6990
6991         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6992         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
6993         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
6994         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
6995         imply folder.
6996         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
6997         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
6998         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
6999         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7000         correct imply path.
7001         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7002         strlen symbol for non multi-arch builds.
7003         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7004         missing hidden_def and weak_alias.
7005
7006 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7007
7008         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7009
7010 2014-04-07  Will Newton  <will.newton@linaro.org>
7011
7012         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7013         and contents.  [!_LIBC] Remove #ifndef and contents.
7014         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7015         * string/memccpy.c (__memccpy): Use ANSI prototype.
7016         * string/memfrob.c (memfrob): Likewise.
7017         * string/strcoll.c (STRCOLL): Likewise.
7018         * string/strlen.c (strlen): Likewise.
7019         * string/strtok.c (STRTOK): Likewise.
7020         * string/strcat.c: Remove unused #include of memcopy.h.
7021         (strcat): Use ANSI prototype.
7022         * string/strchr.c: Remove unused #include of memcopy.h.
7023         (strchr): Use ANSI prototype.
7024         * string/strcmp.c: Remove unused #include of memcopy.h.
7025         (strcmp): Use ANSI prototype.
7026         * string/strcpy.c: Remove unused #include of memcopy.h.
7027         (strcpy): Use ANSI prototype.
7028
7029 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7030
7031         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7032         * config.make.in (config-extra-cppflags): Set it from
7033         libc_extra_cppflags.
7034         * configure.ac (libc_extra_cflags): Make it accumulate over
7035         configure fragments.
7036         (libc_extra_cppflags): New flag.
7037         * configure. Regenerate.
7038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7039         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7040         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7042
7043         [BZ #16815]
7044         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7045         result for FE_DOWNWARD rounding mode.
7046         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7047         Likewise.
7048         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7049
7050 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7051
7052         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7053         in function argument name.
7054
7055 2014-04-03  David Svoboda  <svoboda@cert.org>
7056
7057         [BZ #5666]
7058         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7059         explicitly.
7060
7061 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7062
7063         * elf/dl-unmap-segments.h: New file.
7064         * sysdeps/generic/ldsodefs.h
7065         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7066         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7067         * elf/dl-fptr.c: Likewise.
7068         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7069         * sysdeps/aarch64/tlsdesc.c: Likewise.
7070         * sysdeps/arm/tlsdesc.c: Likewise.
7071         * sysdeps/i386/tlsdesc.c: Likewise.
7072         * sysdeps/tile/dl-runtime.c: Likewise.
7073         * sysdeps/x86_64/tlsdesc.c: Likewise.
7074         * elf/dl-load.h: New file.
7075         * elf/dl-load.c: Include it.
7076         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7077         Macros moved to dl-load.h.
7078         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7079         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7080         Use _dl_unmap_segments in place of __munmap.
7081         Break out segment-mapping loop into ...
7082         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7083
7084 2014-04-03  Will Newton  <will.newton@linaro.org>
7085
7086         * elf/dl-lookup.c (do_lookup_x): Remove comment
7087         referring to nested function and move variable
7088         declarations down to before first use.
7089
7090 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7091
7092         [BZ #16799]
7093         [BZ #16800]
7094         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7095         with 0 numerator.
7096         * math/s_catanf.c (__catanf): Likewise.
7097         * math/s_catanh.c (__catanh): Likewise.
7098         * math/s_catanhf.c (__catanhf): Likewise.
7099         * math/s_catanhl.c (__catanhl): Likewise.
7100         * math/s_catanl.c (__catanl): Likewise.
7101         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7102         by positive zero when computing -Inf result.
7103         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7104         (catanh_test): Likewise.
7105         * sysdeps/i386/fpu/libm-test-ulps: Update.
7106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7107
7108         [BZ #16789]
7109         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7110         instead of using underflowing value in computing result.
7111         * math/s_clog10.c (__clog10): Likewise.
7112         * math/s_clog10f.c (__clog10f): Likewise.
7113         * math/s_clog10l.c (__clog10l): Likewise.
7114         * math/s_clogf.c (__clogf): Likewise.
7115         * math/s_clogl.c (__clogl): Likewise.
7116         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7117         (clog10_test): Likewise.
7118         * sysdeps/i386/fpu/libm-test-ulps: Update.
7119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7120
7121 2014-04-02  Alan Modra  <amodra@gmail.com>
7122
7123         [BZ #16739]
7124         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7125         output when value is near a power of two.  Use int64_t for lx and
7126         remove casts.  Use decimal rather than hex exponent constants.
7127         Don't use long double multiplication when double will suffice.
7128         * math/libm-test.inc (nextafter_test_data): Add tests.
7129         * NEWS: Add 16739 and 16786 to bug list.
7130
7131         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7132
7133         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7134
7135 2014-04-01  Will Newton  <will.newton@linaro.org>
7136
7137         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7138         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7139
7140 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7141
7142         [BZ #13347]
7143         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7144         * nptl/tst-setuid2.c: New file.
7145         * nptl/Makefile (xtests): Add tst-setuid2.
7146
7147 2014-04-01  Alan Modra  <amodra@gmail.com>
7148
7149         [BZ #16786]
7150         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7151
7152 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7153
7154         [BZ #6803]
7155         [BZ #6804]
7156         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7157         set errno as appropriate.
7158         * math/w_scalbf.c (__scalbf): Likewise.
7159         * math/w_scalbl.c (__scalbl): Likewise.
7160         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7161         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7162         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7163         Add more NaN tests.
7164
7165         [BZ #16349]
7166         * math/w_atan2.c: Include <errno.h>.
7167         (__atan2): Set errno for result underflowing to zero.
7168         * math/w_atan2f.c: Include <errno.h>.
7169         (__atan2f): Set errno for result underflowing to zero.
7170         * math/w_atan2l.c: Include <errno.h>.
7171         (__atan2l): Set errno for result underflowing to zero.
7172         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7173         tests.
7174         * math/auto-libm-test-out: Regenerated.
7175
7176 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7177
7178         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7179         Encode instruction correctly in little endian.
7180         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7181         Likewise.
7182         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7183         Likewise.
7184         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7185         Likewise.
7186         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7187         Likewise.
7188
7189 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7190
7191         [BZ #9894]
7192         * sysdeps/unix/sysv/linux/kernel-features.h
7193         [__sparc__ && !__arch64__ && !__sparc_v9__]
7194         (__ASSUME_SET_ROBUST_LIST): Do not define.
7195         [__sparc__ && !__arch64__ && !__sparc_v9__]
7196         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7197         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7198         Likewise.
7199         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7200         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7201         (__ASSUME_REQUEUE_PI): Likewise.
7202         (__ASSUME_SET_ROBUST_LIST): Likewise.
7203         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7204         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7205         Undefine.
7206         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7207         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7208         Likewise.
7209         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7210         Likewise.
7211         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7212         Likewise.
7213         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7214         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7215         Undefine.
7216         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7217         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7218         Likewise.
7219
7220         [BZ #16648]
7221         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7222         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7223         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7224
7225 2014-03-31  Will Newton  <will.newton@linaro.org>
7226
7227         * benchtests/Makefile (bench): Add ffs and ffsll to list
7228         of tests.
7229         * benchtests/ffs-inputs: New file.
7230         * benchtests/ffsll-inputs: Likewise.
7231
7232 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7233
7234         [BZ #16770]
7235         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7236         too large before casting to int.
7237         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7238         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7239         * math/libm-test.inc (scalb_test_data): Add more tests.
7240
7241 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7242
7243         * benchtests/Makefile (DETAILED_OPT): New make option.
7244         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7245         set.
7246         * benchtests/bench-skeleton.c: Include stdbool.h.
7247         (main): Store and print timings per input.
7248         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7249         member to each argument value.
7250         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7251         (_print_arg_data): Initialize per-input timing to 0.
7252
7253         * benchtests/Makefile (timing-type): New binary.
7254         (bench-clean): Also remove bench-timing-type.
7255         (bench): New target for timing-type.
7256         (bench-func): Print output in JSON format.
7257         * benchtests/bench-skeleton.c (main): Print output in JSON
7258         format.
7259         * benchtests/bench-timing-type.c: New file.
7260         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7261         (TIMING_PRINT_STATS): Remove.
7262         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7263         name separately.
7264
7265         * benchtests/bench-modf.c: Remove.
7266         * benchtests/modf-inputs: New inputs file.
7267
7268 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7269
7270         [BZ #16362]
7271         * math/s_clog10.c (M_PI_LOG10E): New macro.
7272         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7273         imaginary parts are 0.
7274         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7275         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7276         imaginary parts are 0.
7277         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7278         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7279         imaginary parts are 0.
7280         * math/libm-test.inc (clog10_test_data): Update expected results
7281         for when real and imaginary parts are 0.
7282
7283 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7284
7285         * elf/dl-load.c: Finish conversion of __builtin_expect into
7286         __glibc_{un}likely.
7287
7288 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7289
7290         [BZ #16348]
7291         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7292         1+x for argument with exponent below -67.
7293         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7294         Likewise.
7295         * math/auto-libm-test-in: Add more tests of exp.
7296         * math/auto-libm-test-out: Regenerated.
7297
7298 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7299
7300         [BZ #16759]
7301         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7302         (nscd_getnetgrent): Use it.
7303
7304         [BZ #16760]
7305         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7306         of stpcpy.
7307
7308 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7309
7310         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7311         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7312         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7313         (lll_robust_unlock): Remove out of line section. Use cfi
7314         intrinsics.
7315         (LLL_STUB_UNWIND_INFO*): Remove.
7316         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7317         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7318         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7319         (lll_robust_unlock): Remove out of line section. Use cfi
7320         intrinsics.
7321         (LLL_STUB_UNWIND_INFO*): Remove.
7322
7323 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7324
7325         [BZ #16758]
7326         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7327         blank values.
7328
7329 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7330
7331         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7332
7333 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7334
7335         [BZ #16198]
7336         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7337         fnstenv.
7338         * math/test-fenv-preserve.c: New file.
7339         * math/Makefile (tests): Add test-fenv-preserve.
7340
7341 2014-03-26  Will Newton <will.newton@linaro.org>
7342
7343         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7344
7345 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7346
7347         * scripts/versionlist.awk: Partition the version sets and emit all
7348         GLIBC_* (sorted) before all others (sorted).
7349
7350 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7351
7352         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7353         GLIBC_2.2.5 version.
7354
7355 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7356
7357         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7358         calls.
7359
7360         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7361         previous change.
7362
7363         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7364
7365 2014-03-25  Andreas Schwab  <schwab@suse.de>
7366
7367         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7368         label to be used after in6ailist is initialized.
7369
7370 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7371
7372         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7373         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7374
7375 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7376
7377         [BZ #16357]
7378         [BZ #16599]
7379         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7380         min_plus_half.
7381         (fp_formats): Update initializers.
7382         (init_fp_formats): Initialize new field.
7383         (output_for_one_input_case): Allow underflow for results up to
7384         min_plus_half.
7385         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7386         * math/auto-libm-test-in: Don't mark some underflows from asin and
7387         atanh as spurious.
7388         * math/auto-libm-test-out: Regenerated.
7389         * sysdeps/i386/fpu/libm-test-ulps: Update.
7390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7391
7392 2014-03-25  Andreas Schwab  <schwab@suse.de>
7393
7394         * libio/Makefile (tst-ftell-partial-wide-ENV)
7395         (tst-ftell-active-handler-ENV): Define.
7396
7397 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7398
7399         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7400
7401 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7402
7403         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7404
7405 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7406
7407         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7408         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7409         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7410
7411 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7412
7413         [BZ #16634]
7414         * elf/dl-load.c (open_verify): Add mode parameter.
7415         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7416         (open_path): Change from boolean 'secure' to complete flag 'mode'
7417         (_dl_map_object): Adjust.
7418         * elf/Makefile (tests): Add tst-dlopen-aout.
7419         * elf/tst-dlopen-aout.c: New test.
7420
7421 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7422
7423         [BZ #16714]
7424         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7425         (struct stat): Rename member pad0 to __glibc_reserved0.
7426
7427         [BZ #16712]
7428         * sysdeps/s390/s390-32/bits/wordsize.h
7429         (__WORDSIZE32_SIZE_ULONG): New define.
7430         * sysdeps/s390/s390-64/bits/wordsize.h
7431         (__WORDSIZE32_SIZE_ULONG): Likewise.
7432         * sysdeps/generic/stdint.h (SIZE_MAX):
7433         Define as UL if __WORDSIZE32_SIZE_ULONG.
7434
7435         [BZ #16713]
7436         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7437         (__glibc_reserved0): New variable.
7438         (sa_flags): Change type to int.
7439
7440         * posix/Makefile (before-compile): Use += before-compile instead
7441         of a :=.
7442
7443         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7444         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7445
7446 2014-03-20  Andreas Schwab  <schwab@suse.de>
7447
7448         [BZ #16743]
7449         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7450         non-matching result from nscd.
7451
7452 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7453
7454         * scripts/bench.py: Moved to ...
7455         * benchtests/scripts/bench.py: ... here.
7456         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7457
7458 2014-03-24  Andreas Schwab  <schwab@suse.de>
7459
7460         [BZ #16002]
7461         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7462         alloca_account and account alloca use for struct in6ailist.
7463
7464 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7465
7466         [BZ #16284]
7467         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7468         rounding mode to recompute results that overflow to infinity or
7469         underflow to zero.
7470         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7471         bug 16284.
7472         * math/auto-libm-test-out: Regenerated.
7473         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7474         (ccosh_test): Likewise.
7475         (csin_test_data): Use plus_oflow.
7476         (csin_test): Use ALL_RM_TEST.
7477         (csinh_test_data): Use plus_oflow.
7478         (csinh_test): Use ALL_RM_TEST.
7479         * sysdeps/i386/fpu/libm-test-ulps: Update.
7480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7481
7482 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7483
7484         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7485         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7486         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7487
7488         [BZ #16731]
7489         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7490         when x - 1 is zero.
7491         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7492         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7493         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7494         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7495         argument is 1.
7496         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7497         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7498         zero.
7499         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7500         * sysdeps/i386/fpu/libm-test-ulps: Update.
7501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7502
7503 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7504
7505         * scripts/bench.pl: Remove file.
7506         * scripts/bench.py: New benchmark script.
7507         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7508         * benchtests/README: Mention python dependency.
7509         * scripts/pylintrc: New file.
7510         * scripts/pylint: New file.
7511
7512         * bits/mathdef.h: Use #ifdef instead of #if.
7513         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7514         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7515         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7516         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7517         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7518         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7519
7520 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7521             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7522
7523         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7524         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7525         and strpbrk-ppc64 objects.
7526         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7527         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7528         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7529         multiarch strpbrk for POWER7.
7530         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7531         multiarch strpbrk for PPC64.
7532         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7533         ifunc selector.
7534         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7535         strpbrk for POWER7.
7536
7537 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7538
7539         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7540         (atan_test): Likewise.
7541         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7542         (atanh_test): Use ALL_RM_TEST.
7543         (atan2_test_data): Likewise.
7544         (cabs_test): Likewise.
7545         (cacosh_test): Likewise.
7546         (carg_test): Likewise.
7547         (casin_test): Likewise.
7548         (casinh_test): Likewise.
7549         (cbrt_test): Likewise.
7550         (csqrt_test): Likewise.
7551         (erf_test): Likewise.
7552         (erfc_test): Likewise.
7553         (pow10_test): Likewise.
7554         (exp2_test): Likewise.
7555         (hypot_test): Likewise.
7556         (j0_test): Likewise.
7557         (j1_test): Likewise.
7558         (lgamma_test): Likewise.
7559         (gamma_test): Likewise.
7560         (sincos_test): Likewise.
7561         (tanh_test): Likewise.
7562         (y0_test): Likewise.
7563         (y1_test): Likewise.
7564         * sysdeps/i386/fpu/libm-test-ulps: Update.
7565         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7566
7567 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7568
7569         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
7570         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
7571         and strcspn-ppc64 objects.
7572         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7573         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
7574         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
7575         multiarch strcspn for POWER7.
7576         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
7577         multiarch strcspn for PPC64.
7578         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
7579         ifunc selector.
7580         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
7581         strcspn for POWER7.
7582
7583 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7584
7585         * math/gen-libm-test.pl (generate_testfile): Expect only function
7586         name as argument to AUTO_TESTS_* and pass results for all rounding
7587         modes to parse_args.
7588         (parse_auto_input): Separate inputs of automatic tests from
7589         outputs before storing in %auto_tests.
7590         * math/libm-test.inc (acos_test_data): Update call to
7591         AUTO_TESTS_f_f.
7592         (acos_test): Use ALL_RM_TEST.
7593         (acos_tonearest_test_data): Remove.
7594         (acos_test_tonearest): Likewise.
7595         (acos_towardzero_test_data): Likewise.
7596         (acos_test_towardzero): Likewise.
7597         (acos_downward_test_data): Likewise.
7598         (acos_test_downward): Likewise.
7599         (acos_upward_test_data): Likewise.
7600         (acos_test_upward): Likewise.
7601         (acosh_test_data): Update call to AUTO_TESTS_f_f.
7602         (asin_test_data): Likewise.
7603         (asin_test): Use ALL_RM_TEST.
7604         (asin_tonearest_test_data): Remove.
7605         (asin_test_tonearest): Likewise.
7606         (asin_towardzero_test_data): Likewise.
7607         (asin_test_towardzero): Likewise.
7608         (asin_downward_test_data): Likewise.
7609         (asin_test_downward): Likewise.
7610         (asin_upward_test_data): Likewise.
7611         (asin_test_upward): Likewise.
7612         (asinh_test_data): Update call to AUTO_TESTS_f_f.
7613         (atan_test_data): Likewise.
7614         (atanh_test_data): Likewise.
7615         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
7616         (cabs_test_data): Update call to AUTO_TESTS_c_f.
7617         (carg_test_data): Likewise.
7618         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
7619         (ccos_test_data): Update call to AUTO_TESTS_c_c.
7620         (ccosh_test_data): Likewise.
7621         (cexp_test_data): Likewise.
7622         (clog_test_data): Likewise.
7623         (clog10_test_data): Likewise.
7624         (cos_test_data): Update call to AUTO_TESTS_f_f.
7625         (cos_test): Use ALL_RM_TEST.
7626         (cos_tonearest_test_data): Remove.
7627         (cos_test_tonearest): Likewise.
7628         (cos_towardzero_test_data): Likewise.
7629         (cos_test_towardzero): Likewise.
7630         (cos_downward_test_data): Likewise.
7631         (cos_test_downward): Likewise.
7632         (cos_upward_test_data): Likewise.
7633         (cos_test_upward): Likewise.
7634         (cosh_test_data): Update call to AUTO_TESTS_f_f.
7635         (cosh_test): Use ALL_RM_TEST.
7636         (cosh_tonearest_test_data): Remove.
7637         (cosh_test_tonearest): Likewise.
7638         (cosh_towardzero_test_data): Likewise.
7639         (cosh_test_towardzero): Likewise.
7640         (cosh_downward_test_data): Likewise.
7641         (cosh_test_downward): Likewise.
7642         (cosh_upward_test_data): Likewise.
7643         (cosh_test_upward): Likewise.
7644         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
7645         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
7646         (ctan_test_data): Likewise.
7647         (ctan_test): Use ALL_RM_TEST.
7648         (ctan_tonearest_test_data): Remove.
7649         (ctan_test_tonearest): Likewise.
7650         (ctan_towardzero_test_data): Likewise.
7651         (ctan_test_towardzero): Likewise.
7652         (ctan_downward_test_data): Likewise.
7653         (ctan_test_downward): Likewise.
7654         (ctan_upward_test_data): Likewise.
7655         (ctan_test_upward): Likewise.
7656         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
7657         (ctanh_test): Use ALL_RM_TEST.
7658         (ctanh_tonearest_test_data): Remove.
7659         (ctanh_test_tonearest): Likewise.
7660         (ctanh_towardzero_test_data): Likewise.
7661         (ctanh_test_towardzero): Likewise.
7662         (ctanh_downward_test_data): Likewise.
7663         (ctanh_test_downward): Likewise.
7664         (ctanh_upward_test_data): Likewise.
7665         (ctanh_test_upward): Likewise.
7666         (erf_test_data): Update call to AUTO_TESTS_f_f.
7667         (erfc_test_data): Likewise.
7668         (exp_test_data): Likewise.
7669         (exp_test): Use ALL_RM_TEST.
7670         (exp_tonearest_test_data): Remove.
7671         (exp_test_tonearest): Likewise.
7672         (exp_towardzero_test_data): Likewise.
7673         (exp_test_towardzero): Likewise.
7674         (exp_downward_test_data): Likewise.
7675         (exp_test_downward): Likewise.
7676         (exp_upward_test_data): Likewise.
7677         (exp_test_upward): Likewise.
7678         (exp10_test_data): Update call to AUTO_TESTS_f_f.
7679         (exp10_test): Use ALL_RM_TEST.
7680         (exp10_tonearest_test_data): Remove.
7681         (exp10_test_tonearest): Likewise.
7682         (exp10_towardzero_test_data): Likewise.
7683         (exp10_test_towardzero): Likewise.
7684         (exp10_downward_test_data): Likewise.
7685         (exp10_test_downward): Likewise.
7686         (exp10_upward_test_data): Likewise.
7687         (exp10_test_upward): Likewise.
7688         (exp2_test_data): Update call to AUTO_TESTS_f_f.
7689         (expm1_test_data): Likewise.
7690         (expm1_test): Use ALL_RM_TEST.
7691         (expm1_tonearest_test_data): Remove.
7692         (expm1_test_tonearest): Likewise.
7693         (expm1_towardzero_test_data): Likewise.
7694         (expm1_test_towardzero): Likewise.
7695         (expm1_downward_test_data): Likewise.
7696         (expm1_test_downward): Likewise.
7697         (expm1_upward_test_data): Likewise.
7698         (expm1_test_upward): Likewise.
7699         (fma_test_data): Update call to AUTO_TESTS_fff_f.
7700         (fma_test): Use ALL_RM_TEST.
7701         (fma_towardzero_test_data): Remove.
7702         (fma_test_towardzero): Likewise.
7703         (fma_downward_test_data): Likewise.
7704         (fma_test_downward): Likewise.
7705         (fma_upward_test_data): Likewise.
7706         (fma_test_upward): Likewise.
7707         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
7708         (j0_test_data): Update call to AUTO_TESTS_f_f.
7709         (j1_test_data): Likewise.
7710         (jn_test_data): Update call to AUTO_TESTS_if_f.
7711         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
7712         (log_test_data): Update call to AUTO_TESTS_f_f.
7713         (log10_test_data): Likewise.
7714         (log1p_test_data): Likewise.
7715         (log2_test_data): Likewise.
7716         (pow_test_data): Update call to AUTO_TESTS_ff_f.
7717         (pow_tonearest_test_data): Likewise.
7718         (sin_test_data): Update call to AUTO_TESTS_f_f.
7719         (sin_test): Use ALL_RM_TEST.
7720         (sin_tonearest_test_data): Remove.
7721         (sin_test_tonearest): Likewise.
7722         (sin_towardzero_test_data): Likewise.
7723         (sin_test_towardzero): Likewise.
7724         (sin_downward_test_data): Likewise.
7725         (sin_test_downward): Likewise.
7726         (sin_upward_test_data): Likewise.
7727         (sin_test_upward): Likewise.
7728         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
7729         (sinh_test_data): Update call to AUTO_TESTS_f_f.
7730         (sinh_test): Use ALL_RM_TEST.
7731         (sinh_tonearest_test_data): Remove.
7732         (sinh_test_tonearest): Likewise.
7733         (sinh_towardzero_test_data): Likewise.
7734         (sinh_test_towardzero): Likewise.
7735         (sinh_downward_test_data): Likewise.
7736         (sinh_test_downward): Likewise.
7737         (sinh_upward_test_data): Likewise.
7738         (sinh_test_upward): Likewise.
7739         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
7740         (sqrt_test): Use ALL_RM_TEST.
7741         (sqrt_tonearest_test_data): Remove.
7742         (sqrt_test_tonearest): Likewise.
7743         (sqrt_towardzero_test_data): Likewise.
7744         (sqrt_test_towardzero): Likewise.
7745         (sqrt_downward_test_data): Likewise.
7746         (sqrt_test_downward): Likewise.
7747         (sqrt_upward_test_data): Likewise.
7748         (sqrt_test_upward): Likewise.
7749         (tan_test_data): Update call to AUTO_TESTS_f_f.
7750         (tan_test): Use ALL_RM_TEST.
7751         (tan_tonearest_test_data): Remove.
7752         (tan_test_tonearest): Likewise.
7753         (tan_towardzero_test_data): Likewise.
7754         (tan_test_towardzero): Likewise.
7755         (tan_downward_test_data): Likewise.
7756         (tan_test_downward): Likewise.
7757         (tan_upward_test_data): Likewise.
7758         (tan_test_upward): Likewise.
7759         (tanh_test_data): Update call to AUTO_TESTS_f_f.
7760         (tgamma_test_data): Likewise.
7761         (y0_test_data): Likewise.
7762         (y1_test_data): Likewise.
7763         (yn_test_data): Update call to AUTO_TESTS_if_f.
7764         (main): Do not call removed functions.
7765
7766 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7767
7768         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
7769         (ldexp_test_data): Remove.
7770         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
7771         scalbn_test_data.
7772         (scalb_test): Use ALL_RM_TEST.
7773
7774 2014-03-19  Andreas Schwab  <schwab@suse.de>
7775
7776         * nscd/nscd.service: Also invalidate netgroup cache on reload.
7777
7778 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7779
7780         [BZ #16649]
7781         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7782         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
7783         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
7784         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7785         (__ASSUME_PREADV): Undefine.
7786         (__ASSUME_PWRITEV): Likewise.
7787
7788 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7789
7790         * bits/mman-linux.h: Add comment about non-Linux use.
7791         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
7792         bits/mman-linux.h resting place.
7793
7794         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
7795         * bits/mman-linux.h: ... here.
7796
7797 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7798
7799         * conform/conformtest.pl: Add standard definition when calling C
7800         preprocessor on data files.
7801         (checknamespace): Remove unused variable.
7802
7803 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7804
7805         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
7806         minus_oflow, plus_uflow and minus_uflow in expected results.
7807         * math/libm-test.inc (scalbn_test_data): Add more tests of
7808         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
7809         minus_uflow.
7810         (scalbn_test): Use ALL_RM_TEST.
7811         (scalbln_test_data): Add more tests of negative arguments.  Use
7812         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
7813         (scalbln_test): Use ALL_RM_TEST.
7814
7815 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7816
7817         * scripts/abilist.awk: Ignore symbols marked with .hidden.
7818
7819 2014-03-18  Will Newton  <will.newton@linaro.org>
7820
7821         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
7822         inaccurate comment.
7823
7824 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7825
7826         * Makerules [!subdir] (check-abi): Exit with error status if a
7827         test failed.
7828
7829 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7830
7831         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7832         for rint.  Include results for all rounding modes.
7833         (nearbyint_test): Use ALL_RM_TEST.
7834         (rint_test_data): Include all tests used for nearbyint.
7835
7836 2014-03-17  Will Newton  <will.newton@linaro.org>
7837
7838         * nptl/sysdeps/pthread/pthread.h: Revert previous
7839         change.
7840
7841         * sysdeps/generic/ldsodefs.h: Revert previous
7842         change.
7843
7844         * libio/genops.c: Revert previous change.
7845         * libio/libioP.h: Likewise.
7846         * stdio-common/vfprintf.c: Likewise.
7847
7848         * sysdeps/generic/math_private.h: Revert previous
7849         change.
7850
7851         * sysdeps/generic/math_private.h: Check whether
7852         HAVE_RM_CTX is defined with #ifdef rather
7853         than #if.
7854
7855         * argp/argp-fmtstream.h: Check whether
7856         __STRICT_ANSI__ is defined with #ifdef rather
7857         than #if.
7858         * argp/argp.h: Likewise.
7859
7860         * libio/genops.c: Check whether
7861         _IO_JUMPS_OFFSET is defined with #ifdef rather
7862         than #if.
7863         * libio/libioP.h: Likewise.
7864         * stdio-common/vfprintf.c: Likewise.
7865
7866         * sysdeps/generic/ldsodefs.h: Check whether
7867         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
7868         than #if.
7869
7870         * nptl/sysdeps/pthread/pthread.h: Check
7871         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
7872         its value.
7873
7874 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7875
7876         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
7877         setting O_APPEND.
7878         * libio/tst-ftell-active-handler.c (do_append_test): Add a
7879         test case.
7880
7881         [BZ #16680]
7882         * libio/fileops.c (_IO_file_open): Seek to end of file but
7883         don't cache the offset.
7884         (get_file_offset): Remove function.
7885         (do_ftell): Use cached offset when available.
7886         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
7887         don't cache the offset.
7888         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
7889         case.
7890         (do_one_test): Call it.
7891         (do_ftell_test): Fix up expected old offset for a+ mode.
7892         * libio/wfileops.c (do_ftell_wide): Used cached offset when
7893         available.
7894
7895         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
7896         up test status with function return status.
7897         (do_write_test): Likewise.
7898         (do_append_test): Likewise.
7899
7900         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
7901         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
7902         Remove.
7903
7904 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7905
7906         * math/gen-libm-test.pl (parse_args): Handle results specified for
7907         each rounding mode separately.
7908         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
7909         tests and results from lrint_tonearest_test_data,
7910         lrint_towardzero_test_data, lrint_downward_test_data and
7911         lrint_upward_test_data.
7912         (lrint_test): Use ALL_RM_TEST.
7913         (lrint_tonearest_test_data): Remove.
7914         (lrint_test_tonearest): Likewise.
7915         (lrint_towardzero_test_data): Likewise.
7916         (lrint_test_towardzero): Likewise.
7917         (lrint_downward_test_data): Likewise.
7918         (lrint_test_downward): Likewise.
7919         (lrint_upward_test_data): Likewise.
7920         (lrint_test_upward): Likewise.
7921         (llrint_test_data): Merge in per-rounding-mode tests and results
7922         from llrint_tonearest_test_data, llrint_towardzero_test_data,
7923         llrint_downward_test_data and llrint_upward_test_data.
7924         (llrint_test): Use ALL_RM_TEST.
7925         (llrint_tonearest_test_data): Remove.
7926         (llrint_test_tonearest): Likewise.
7927         (llrint_towardzero_test_data): Likewise.
7928         (llrint_test_towardzero): Likewise.
7929         (llrint_downward_test_data): Likewise.
7930         (llrint_test_downward): Likewise.
7931         (llrint_upward_test_data): Likewise.
7932         (llrint_test_upward): Likewise.
7933         (rint_test_data): Merge in per-rounding-mode tests and results
7934         from rint_tonearest_test_data, rint_towardzero_test_data,
7935         rint_downward_test_data and rint_upward_test_data.  Add
7936         per-rounding-mode results for tests not in those arrays.
7937         (rint_test): Use ALL_RM_TEST.
7938         (rint_tonearest_test_data): Remove.
7939         (rint_test_tonearest): Likewise.
7940         (rint_towardzero_test_data): Likewise.
7941         (rint_test_towardzero): Likewise.
7942         (rint_downward_test_data): Likewise.
7943         (rint_test_downward): Likewise.
7944         (rint_upward_test_data): Likewise.
7945         (rint_test_upward): Likewise.
7946         (main): Don't call removed functions.
7947
7948 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7949
7950         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
7951         "Compiled on ..." crapola.  It is anti-useful.
7952
7953 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
7954
7955         * scripts/evaluate-test.sh: Handle fourth argument to determine
7956         whether test run should stop on failure.
7957         * Makeconfig (stop-on-test-failure): New variable.
7958         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
7959         $(stop-on-test-failure).
7960         * Makefile (tests): Give a summary of results from testing and
7961         exit with failure status if they include an ERROR or FAIL.
7962         (xtests): Likewise.
7963         * manual/install.texi (Configuring and compiling): Mention
7964         stop-on-test-failure=y.
7965         * INSTALL: Regenerated.
7966
7967 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7968
7969         * scripts/versionlist.awk: New file.
7970         * Makerules [$(build-shared) = yes]
7971         (postclean-generated): Add Versions.def, not Versions.def.v and
7972         Versions.def.v.i.
7973         ($(common-objpfx)Versions.def.v.i): Target removed.
7974         ($(common-objpfx)Versions.def): New target.
7975         ($(common-objpfx)Versions.all): Depend on that rather that
7976         $(common-objpfx)Versions.def.v.
7977         * Versions.def: File removed.
7978
7979         * Makeconfig (+gccwarn): Add -Wundef.
7980         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
7981         a dl-sysdep.h breaking its contract.
7982         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
7983         * include/stackinfo.h: New file.
7984         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
7985         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
7986         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
7987         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
7988         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
7989         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
7990         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7991         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7992         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7993         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7994         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7995         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
7996         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7997         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7998         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7999
8000 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8001
8002         [BZ #16707]
8003         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8004         implementation.
8005         * math/libm-test.inc (round_test_data): Add more tests.
8006
8007         [BZ #16706]
8008         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8009         implementation.
8010         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8011
8012         [BZ #16701]
8013         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8014         implementation.
8015         * math/libm-test.inc (ceil_test_data): Add more tests.
8016
8017         * math/libm-test.inc (trunc_test_data): Add more tests related to
8018         BZ#16414.
8019
8020 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8021
8022         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8023         with #if rather than #ifdef.
8024         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8025
8026 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8027
8028         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8029         first.  Disable AVX-512 GCC support if assembler doesn't support
8030         it.
8031         * sysdeps/x86_64/configure: Regenerated.
8032
8033 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8034
8035         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8036         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8037         (__old_pthread_attr_setstack): Likewise.
8038         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8039         [!_STACK_GROWS_DOWN]: Likewise.
8040
8041 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8042
8043         * config.make.in (have-bash2): Delete.
8044         * configure.ac (libc_cv_have_bash2): Delete.
8045         * configure: Regenerate.
8046         * elf/Makefile (common-ldd-rewrite): Rename to ...
8047         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8048         (sh-ldd-rewrite): Delete.
8049         (bash-ldd-rewrite): Delete.
8050         (have-bash2): Delete checks.
8051         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8052         ldd-rewrite.
8053
8054         * config.make.in (have-ksh): Delete.
8055         (KSH): Delete.
8056         * configure.ac (libc_cv_have_ksh): Delete.
8057         * configure: Regenerate.
8058
8059         * elf/Makefile: Delete $(have-ksh) check.
8060         ($(objpfx)sotruss): Change KSH to BASH.
8061         * elf/sotruss.ksh: Rename to ...
8062         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8063         function style to match POSIX.  Drop ksh vim mode setting.
8064
8065         * manual/time.texi (Specifying the Time Zone with TZ): Change
8066         Tuesday to Thursday.
8067
8068         * debug/tst-longjmp_chk2.c: Update header comment.
8069         (stackoverflow_handler): Add comment.  Call assert on pass value.
8070
8071 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8072
8073         [BZ #16194]
8074         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8075         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8076         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8077         (La_x86_64_vector): Add zmm.
8078         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8079         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8080         ($(objpfx)tst-audit10): New target.
8081         ($(objpfx)tst-audit10.out): Likewise.
8082         (tst-audit10-ENV): New.
8083         (AVX512-CFLAGS): Likewise.
8084         (CFLAGS-tst-audit10.c): Likewise.
8085         (CFLAGS-tst-auditmod10a.c): Likewise.
8086         (CFLAGS-tst-auditmod10b.c): Likewise.
8087         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8088         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8089         * sysdeps/x86_64/configure: Regenerated.
8090         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8091         AVX-512 zmm register support.
8092         (_dl_x86_64_save_sse): Likewise.
8093         (_dl_x86_64_restore_sse): Likewise.
8094         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8095         size vector registers.
8096         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8097         (ZMM_SIZE): Likewise.
8098         * sysdeps/x86_64/tst-audit10.c: New file.
8099         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8100         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8101
8102 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8103
8104         * configure.ac (HAVE_EHDR_START): New check.
8105         * configure: Regenerated.
8106         * config.h.in (HAVE_EHDR_START): New #undef.
8107         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8108         assuming the lowest-addressed segment maps the start of the file.
8109
8110 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8111
8112         * INSTALL: Regenerated.
8113
8114 2014-03-13  Will Newton  <will.newton@linaro.org>
8115
8116         * manual/setjmp.texi (System V contexts): Improve
8117         clarity and grammar of documentation.
8118
8119 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8120
8121         [BZ #16381]
8122         * elf/Makefile (tests): Add tst-pie2.
8123         (tests-pie): Add tst-pie2.
8124         * elf/tst-pie2.c: New file.
8125         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8126         for ET_EXEC.
8127         * elf/rtld.c (map_doit): Load executable as lt_executable.
8128         (dl_main): Likewise.
8129
8130 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8131
8132         [BZ #16642]
8133         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8134         (__ASSUME_PSELECT): Undefine.
8135
8136 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8137
8138         [BZ #16689]
8139         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8140         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8141         static build.
8142         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8143         selector for static builds.
8144
8145 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8146
8147         [BZ #16695]
8148         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8149         key in the buffer.
8150
8151 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8152
8153         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8154         IFUNC selector for static builds.
8155
8156 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8157
8158         * sysdeps/mips/math_private.h [__mips_hard_float]
8159         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8160         libc_feresetround_mips_ctx.
8161         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8162         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8163         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8164
8165         [BZ #16677]
8166         * math/s_nextafter.c (__nextafter): Do not return value from
8167         overflowing computation.
8168         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8169         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8170         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8171         Likewise.
8172         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8173         Likewise.
8174         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8175         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8176
8177 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8178
8179         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8180         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8181         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8182         the new mov targetting sp.
8183
8184 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8185
8186         [BZ #16683]
8187         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8188         Define it for static builds as well.
8189         (NO_BZERO_IMPL): Likewise.
8190
8191 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8192
8193         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8194         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8195         multiarch strspn for PPC64.
8196         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8197         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8198         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8199         (__libc_ifunc_impl_list): Likewise.
8200         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8201         multiarch optimizations
8202         * string/strspn.c (strspn): Using macro to redefine symbol name.
8203
8204 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8205             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8206
8207         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8208         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8209         multiarch strncat for PPC64.
8210         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8211         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8212         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8213         (__libc_ifunc_impl_list): Likewise.
8214         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8215         multiarch optimizations
8216
8217 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8218
8219         [BZ #16639]
8220         * nscd/nscd.service: Make service type forking.
8221
8222 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8223
8224         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8225         sign in non default rounding modes.
8226         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8227
8228 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8229
8230         * math/libm-test.inc (ALL_RM_TEST): New macro.
8231         (ceil_test): Use ALL_RM_TEST.
8232         (cimag_test): Likewise.
8233         (conj_test): Likewise.
8234         (copysign_test): Likewise.
8235         (cproj_test): Likewise.
8236         (creal_test): Likewise.
8237         (fabs_test): Likewise.
8238         (floor_test): Likewise.
8239         (fmax_test): Likewise.
8240         (fmin_test): Likewise.
8241         (fmod_test): Likewise.
8242         (fpclassify_test): Likewise.
8243         (frexp_test): Likewise.
8244         (ilogb_test): Likewise.
8245         (isfinite_test): Likewise.
8246         (finite_test): Likewise.
8247         (isgreater_test): Likewise.
8248         (isgreaterequal_test): Likewise.
8249         (isinf_test): Likewise.
8250         (isless_test): Likewise.
8251         (islessequal_test): Likewise.
8252         (islessgreater_test): Likewise.
8253         (isnan_test): Likewise.
8254         (isnormal_test): Likewise.
8255         (issignaling_test): Likewise.
8256         (isunordered_test): Likewise.
8257         (logb_test): Likewise.
8258         (logb_downward_test_data): Remove.
8259         (logb_test_downward): Likewise.
8260         (lround_test): Use ALL_RM_TEST.
8261         (llround_test): Likewise.
8262         (modf_test): Likewise.
8263         (nexttoward_test): Likewise.
8264         (remainder_test): Likewise.
8265         (drem_test): Likewise.
8266         (remainder_tonearest_test_data): Likewise.
8267         (remainder_test_tonearest): Likewise.
8268         (drem_test_tonearest): Likewise.
8269         (remainder_towardzero_test_data): Likewise.
8270         (remainder_test_towardzero): Likewise.
8271         (drem_test_towardzero): Likewise.
8272         (remainder_downward_test_data): Likewise.
8273         (remainder_test_downward): Likewise.
8274         (drem_test_downward): Likewise.
8275         (remainder_upward_test_data): Likewise.
8276         (remainder_test_upward): Likewise.
8277         (drem_test_upward): Likewise.
8278         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8279         (round_test): Use ALL_RM_TEST.
8280         (signbit_test): Likewise.
8281         (trunc_test): Likewise.
8282         (significand_test): Likewise.
8283         (main): Don't call removed functions.
8284
8285 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8286
8287         [BZ #16674]
8288         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8289         || __USE_XOPEN2K8].
8290         (ILL_ILLOPN): Likewise.
8291         (ILL_ILLADR): Likewise.
8292         (ILL_ILLTRP): Likewise.
8293         (ILL_PRVOPC): Likewise.
8294         (ILL_PRVREG): Likewise.
8295         (ILL_COPROC): Likewise.
8296         (ILL_BADSTK): Likewise.
8297         (FPE_INTDIV): Likewise.
8298         (FPE_INTOVF): Likewise.
8299         (FPE_FLTDIV): Likewise.
8300         (FPE_FLTOVF): Likewise.
8301         (FPE_FLTUND): Likewise.
8302         (FPE_FLTRES): Likewise.
8303         (FPE_FLTINV): Likewise.
8304         (FPE_FLTSUB): Likewise.
8305         (SEGV_MAPERR): Likewise.
8306         (SEGV_ACCERR): Likewise.
8307         (BUS_ADRALN): Likewise.
8308         (BUS_ADRERR): Likewise.
8309         (BUS_OBJERR): Likewise.
8310         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8311         (TRAP_TRACE): Likewise.
8312         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8313         __USE_XOPEN2K8].
8314         (CLD_KILLED): Likewise.
8315         (CLD_DUMPED): Likewise.
8316         (CLD_TRAPPED): Likewise.
8317         (CLD_STOPPED): Likewise.
8318         (CLD_CONTINUED): Likewise.
8319         (POLL_IN): Likewise.
8320         (POLL_OUT): Likewise.
8321         (POLL_MSG): Likewise.
8322         (POLL_ERR): Likewise.
8323         (POLL_PRI): Likewise.
8324         (POLL_HUP): Likewise.
8325         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8326         Likewise.
8327         (ILL_ILLOPN): Likewise.
8328         (ILL_ILLADR): Likewise.
8329         (ILL_ILLTRP): Likewise.
8330         (ILL_PRVOPC): Likewise.
8331         (ILL_PRVREG): Likewise.
8332         (ILL_COPROC): Likewise.
8333         (ILL_BADSTK): Likewise.
8334         (FPE_INTDIV): Likewise.
8335         (FPE_INTOVF): Likewise.
8336         (FPE_FLTDIV): Likewise.
8337         (FPE_FLTOVF): Likewise.
8338         (FPE_FLTUND): Likewise.
8339         (FPE_FLTRES): Likewise.
8340         (FPE_FLTINV): Likewise.
8341         (FPE_FLTSUB): Likewise.
8342         (SEGV_MAPERR): Likewise.
8343         (SEGV_ACCERR): Likewise.
8344         (BUS_ADRALN): Likewise.
8345         (BUS_ADRERR): Likewise.
8346         (BUS_OBJERR): Likewise.
8347         (BUS_MCEERR_AR): Likewise.
8348         (BUS_MCEERR_AO): Likewise.
8349         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8350         (TRAP_TRACE): Likewise.
8351         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8352         __USE_XOPEN2K8].
8353         (CLD_KILLED): Likewise.
8354         (CLD_DUMPED): Likewise.
8355         (CLD_TRAPPED): Likewise.
8356         (CLD_STOPPED): Likewise.
8357         (CLD_CONTINUED): Likewise.
8358         (POLL_IN): Likewise.
8359         (POLL_OUT): Likewise.
8360         (POLL_MSG): Likewise.
8361         (POLL_ERR): Likewise.
8362         (POLL_PRI): Likewise.
8363         (POLL_HUP): Likewise.
8364         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8365         (ILL_ILLOPN): Likewise.
8366         (ILL_ILLADR): Likewise.
8367         (ILL_ILLTRP): Likewise.
8368         (ILL_PRVOPC): Likewise.
8369         (ILL_PRVREG): Likewise.
8370         (ILL_COPROC): Likewise.
8371         (ILL_BADSTK): Likewise.
8372         (FPE_INTDIV): Likewise.
8373         (FPE_INTOVF): Likewise.
8374         (FPE_FLTDIV): Likewise.
8375         (FPE_FLTOVF): Likewise.
8376         (FPE_FLTUND): Likewise.
8377         (FPE_FLTRES): Likewise.
8378         (FPE_FLTINV): Likewise.
8379         (FPE_FLTSUB): Likewise.
8380         (SEGV_MAPERR): Likewise.
8381         (SEGV_ACCERR): Likewise.
8382         (BUS_ADRALN): Likewise.
8383         (BUS_ADRERR): Likewise.
8384         (BUS_OBJERR): Likewise.
8385         (BUS_MCEERR_AR): Likewise.
8386         (BUS_MCEERR_AO): Likewise.
8387         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8388         (TRAP_TRACE): Likewise.
8389         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8390         __USE_XOPEN2K8].
8391         (CLD_KILLED): Likewise.
8392         (CLD_DUMPED): Likewise.
8393         (CLD_TRAPPED): Likewise.
8394         (CLD_STOPPED): Likewise.
8395         (CLD_CONTINUED): Likewise.
8396         (POLL_IN): Likewise.
8397         (POLL_OUT): Likewise.
8398         (POLL_MSG): Likewise.
8399         (POLL_ERR): Likewise.
8400         (POLL_PRI): Likewise.
8401         (POLL_HUP): Likewise.
8402         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8403         Likewise.
8404         (ILL_ILLOPN): Likewise.
8405         (ILL_ILLADR): Likewise.
8406         (ILL_ILLTRP): Likewise.
8407         (ILL_PRVOPC): Likewise.
8408         (ILL_PRVREG): Likewise.
8409         (ILL_COPROC): Likewise.
8410         (ILL_BADSTK): Likewise.
8411         (ILL_BADIADDR): Likewise.
8412         (ILL_BREAK): Likewise.
8413         (FPE_INTDIV): Likewise.
8414         (FPE_INTOVF): Likewise.
8415         (FPE_FLTDIV): Likewise.
8416         (FPE_FLTOVF): Likewise.
8417         (FPE_FLTUND): Likewise.
8418         (FPE_FLTRES): Likewise.
8419         (FPE_FLTINV): Likewise.
8420         (FPE_FLTSUB): Likewise.
8421         (FPE_DECOVF): Likewise.
8422         (FPE_DECDIV): Likewise.
8423         (FPE_DECERR): Likewise.
8424         (FPE_INVASC): Likewise.
8425         (FPE_INVDEC): Likewise.
8426         (SEGV_MAPERR): Likewise.
8427         (SEGV_ACCERR): Likewise.
8428         (SEGV_PSTKOVF): Likewise.
8429         (BUS_ADRALN): Likewise.
8430         (BUS_ADRERR): Likewise.
8431         (BUS_OBJERR): Likewise.
8432         (BUS_MCEERR_AR): Likewise.
8433         (BUS_MCEERR_AO): Likewise.
8434         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8435         (TRAP_TRACE): Likewise.
8436         (TRAP_BRANCH): Likewise.
8437         (TRAP_HWBKPT): Likewise.
8438         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8439         __USE_XOPEN2K8].
8440         (CLD_KILLED): Likewise.
8441         (CLD_DUMPED): Likewise.
8442         (CLD_TRAPPED): Likewise.
8443         (CLD_STOPPED): Likewise.
8444         (CLD_CONTINUED): Likewise.
8445         (POLL_IN): Likewise.
8446         (POLL_OUT): Likewise.
8447         (POLL_MSG): Likewise.
8448         (POLL_ERR): Likewise.
8449         (POLL_PRI): Likewise.
8450         (POLL_HUP): Likewise.
8451         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8452         (ILL_ILLOPN): Likewise.
8453         (ILL_ILLADR): Likewise.
8454         (ILL_ILLTRP): Likewise.
8455         (ILL_PRVOPC): Likewise.
8456         (ILL_PRVREG): Likewise.
8457         (ILL_COPROC): Likewise.
8458         (ILL_BADSTK): Likewise.
8459         (FPE_INTDIV): Likewise.
8460         (FPE_INTOVF): Likewise.
8461         (FPE_FLTDIV): Likewise.
8462         (FPE_FLTOVF): Likewise.
8463         (FPE_FLTUND): Likewise.
8464         (FPE_FLTRES): Likewise.
8465         (FPE_FLTINV): Likewise.
8466         (FPE_FLTSUB): Likewise.
8467         (SEGV_MAPERR): Likewise.
8468         (SEGV_ACCERR): Likewise.
8469         (BUS_ADRALN): Likewise.
8470         (BUS_ADRERR): Likewise.
8471         (BUS_OBJERR): Likewise.
8472         (BUS_MCEERR_AR): Likewise.
8473         (BUS_MCEERR_AO): Likewise.
8474         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8475         (TRAP_TRACE): Likewise.
8476         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8477         __USE_XOPEN2K8].
8478         (CLD_KILLED): Likewise.
8479         (CLD_DUMPED): Likewise.
8480         (CLD_TRAPPED): Likewise.
8481         (CLD_STOPPED): Likewise.
8482         (CLD_CONTINUED): Likewise.
8483         (POLL_IN): Likewise.
8484         (POLL_OUT): Likewise.
8485         (POLL_MSG): Likewise.
8486         (POLL_ERR): Likewise.
8487         (POLL_PRI): Likewise.
8488         (POLL_HUP): Likewise.
8489         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8490         (ILL_ILLOPN): Likewise.
8491         (ILL_ILLADR): Likewise.
8492         (ILL_ILLTRP): Likewise.
8493         (ILL_PRVOPC): Likewise.
8494         (ILL_PRVREG): Likewise.
8495         (ILL_COPROC): Likewise.
8496         (ILL_BADSTK): Likewise.
8497         (FPE_INTDIV): Likewise.
8498         (FPE_INTOVF): Likewise.
8499         (FPE_FLTDIV): Likewise.
8500         (FPE_FLTOVF): Likewise.
8501         (FPE_FLTUND): Likewise.
8502         (FPE_FLTRES): Likewise.
8503         (FPE_FLTINV): Likewise.
8504         (FPE_FLTSUB): Likewise.
8505         (SEGV_MAPERR): Likewise.
8506         (SEGV_ACCERR): Likewise.
8507         (BUS_ADRALN): Likewise.
8508         (BUS_ADRERR): Likewise.
8509         (BUS_OBJERR): Likewise.
8510         (BUS_MCEERR_AR): Likewise.
8511         (BUS_MCEERR_AO): Likewise.
8512         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8513         (TRAP_TRACE): Likewise.
8514         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8515         __USE_XOPEN2K8].
8516         (CLD_KILLED): Likewise.
8517         (CLD_DUMPED): Likewise.
8518         (CLD_TRAPPED): Likewise.
8519         (CLD_STOPPED): Likewise.
8520         (CLD_CONTINUED): Likewise.
8521         (POLL_IN): Likewise.
8522         (POLL_OUT): Likewise.
8523         (POLL_MSG): Likewise.
8524         (POLL_ERR): Likewise.
8525         (POLL_PRI): Likewise.
8526         (POLL_HUP): Likewise.
8527         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8528         (ILL_ILLOPN): Likewise.
8529         (ILL_ILLADR): Likewise.
8530         (ILL_ILLTRP): Likewise.
8531         (ILL_PRVOPC): Likewise.
8532         (ILL_PRVREG): Likewise.
8533         (ILL_COPROC): Likewise.
8534         (ILL_BADSTK): Likewise.
8535         (FPE_INTDIV): Likewise.
8536         (FPE_INTOVF): Likewise.
8537         (FPE_FLTDIV): Likewise.
8538         (FPE_FLTOVF): Likewise.
8539         (FPE_FLTUND): Likewise.
8540         (FPE_FLTRES): Likewise.
8541         (FPE_FLTINV): Likewise.
8542         (FPE_FLTSUB): Likewise.
8543         (SEGV_MAPERR): Likewise.
8544         (SEGV_ACCERR): Likewise.
8545         (BUS_ADRALN): Likewise.
8546         (BUS_ADRERR): Likewise.
8547         (BUS_OBJERR): Likewise.
8548         (BUS_MCEERR_AR): Likewise.
8549         (BUS_MCEERR_AO): Likewise.
8550         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8551         (TRAP_TRACE): Likewise.
8552         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8553         __USE_XOPEN2K8].
8554         (CLD_KILLED): Likewise.
8555         (CLD_DUMPED): Likewise.
8556         (CLD_TRAPPED): Likewise.
8557         (CLD_STOPPED): Likewise.
8558         (CLD_CONTINUED): Likewise.
8559         (POLL_IN): Likewise.
8560         (POLL_OUT): Likewise.
8561         (POLL_MSG): Likewise.
8562         (POLL_ERR): Likewise.
8563         (POLL_PRI): Likewise.
8564         (POLL_HUP): Likewise.
8565         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8566         (ILL_ILLOPN): Likewise.
8567         (ILL_ILLADR): Likewise.
8568         (ILL_ILLTRP): Likewise.
8569         (ILL_PRVOPC): Likewise.
8570         (ILL_PRVREG): Likewise.
8571         (ILL_COPROC): Likewise.
8572         (ILL_BADSTK): Likewise.
8573         (ILL_DBLFLT): Likewise.
8574         (ILL_HARDWALL): Likewise.
8575         (FPE_INTDIV): Likewise.
8576         (FPE_INTOVF): Likewise.
8577         (FPE_FLTDIV): Likewise.
8578         (FPE_FLTOVF): Likewise.
8579         (FPE_FLTUND): Likewise.
8580         (FPE_FLTRES): Likewise.
8581         (FPE_FLTINV): Likewise.
8582         (FPE_FLTSUB): Likewise.
8583         (SEGV_MAPERR): Likewise.
8584         (SEGV_ACCERR): Likewise.
8585         (BUS_ADRALN): Likewise.
8586         (BUS_ADRERR): Likewise.
8587         (BUS_OBJERR): Likewise.
8588         (BUS_MCEERR_AR): Likewise.
8589         (BUS_MCEERR_AO): Likewise.
8590         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8591         (TRAP_TRACE): Likewise.
8592         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8593         __USE_XOPEN2K8].
8594         (CLD_KILLED): Likewise.
8595         (CLD_DUMPED): Likewise.
8596         (CLD_TRAPPED): Likewise.
8597         (CLD_STOPPED): Likewise.
8598         (CLD_CONTINUED): Likewise.
8599         (POLL_IN): Likewise.
8600         (POLL_OUT): Likewise.
8601         (POLL_MSG): Likewise.
8602         (POLL_ERR): Likewise.
8603         (POLL_PRI): Likewise.
8604         (POLL_HUP): Likewise.
8605         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
8606         (ILL_ILLOPN): Likewise.
8607         (ILL_ILLADR): Likewise.
8608         (ILL_ILLTRP): Likewise.
8609         (ILL_PRVOPC): Likewise.
8610         (ILL_PRVREG): Likewise.
8611         (ILL_COPROC): Likewise.
8612         (ILL_BADSTK): Likewise.
8613         (FPE_INTDIV): Likewise.
8614         (FPE_INTOVF): Likewise.
8615         (FPE_FLTDIV): Likewise.
8616         (FPE_FLTOVF): Likewise.
8617         (FPE_FLTUND): Likewise.
8618         (FPE_FLTRES): Likewise.
8619         (FPE_FLTINV): Likewise.
8620         (FPE_FLTSUB): Likewise.
8621         (SEGV_MAPERR): Likewise.
8622         (SEGV_ACCERR): Likewise.
8623         (BUS_ADRALN): Likewise.
8624         (BUS_ADRERR): Likewise.
8625         (BUS_OBJERR): Likewise.
8626         (BUS_MCEERR_AR): Likewise.
8627         (BUS_MCEERR_AO): Likewise.
8628         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8629         (TRAP_TRACE): Likewise.
8630         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8631         __USE_XOPEN2K8].
8632         (CLD_KILLED): Likewise.
8633         (CLD_DUMPED): Likewise.
8634         (CLD_TRAPPED): Likewise.
8635         (CLD_STOPPED): Likewise.
8636         (CLD_CONTINUED): Likewise.
8637         (POLL_IN): Likewise.
8638         (POLL_OUT): Likewise.
8639         (POLL_MSG): Likewise.
8640         (POLL_ERR): Likewise.
8641         (POLL_PRI): Likewise.
8642         (POLL_HUP): Likewise.
8643         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
8644         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8645
8646         [BZ #16670]
8647         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
8648         before #include of <time.h>.
8649         [!__USE_XOPEN2K] (__need_timespec): Likewise.
8650         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
8651         (test-xfail-UNIX98/sched.h/conform): Likewise.
8652
8653 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8654
8655         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
8656         error absence of trapping exception support.
8657         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8658
8659 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8660
8661         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
8662         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
8663         * timezone/Makefile (testdata): Move definition above include of
8664         Rules.
8665         (test-zones): New variable.
8666         (tests-special): Add zone files.
8667         (build-testdata): Use $(evaluate-test).
8668
8669         * elf/Makefile (tests-special): Rename tests to end with .out.
8670         ($(objpfx)noload-mem): Likewise.
8671         ($(objpfx)tst-leaks1-mem): Likewise.
8672         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
8673         * iconv/Makefile (xtests-special): Change test-iconvconfig to
8674         $(objpfx)test-iconvconfig.out.
8675         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
8676         set -e inside subshell and redirect output to file.
8677         * iconvdata/Makefile (generated): Rename tests to end with .out.
8678         Correct type.
8679         (tests-special): Rename tests to end with .out.
8680         ($(objpfx)mtrace-tst-loading): Likewise.
8681         * intl/Makefile (generated): Likewise.
8682         (tests-special): Likewise.
8683         ($(objpfx)mtrace-tst-gettext): Likewise.
8684         * misc/Makefile (generated): Likewise.
8685         (tests-special): Likewise.
8686         ($(objpfx)tst-error1-mem): Likewise.
8687         * nptl/Makefile (tests-special): Likewise.
8688         ($(objpfx)tst-stack3-mem): Likewise.
8689         (generated): Likewise.
8690         * posix/Makefile (generated): Likewise.
8691         (tests-special): Likewise.
8692         (xtests-special): Likewise.
8693         ($(objpfx)tst-fnmatch-mem): Likewise.
8694         ($(objpfx)bug-regex2-mem): Likewise.
8695         ($(objpfx)bug-regex14-mem): Likewise.
8696         ($(objpfx)bug-regex21-mem): Likewise.
8697         ($(objpfx)bug-regex31-mem): Likewise.
8698         ($(objpfx)tst-vfork3-mem): Likewise.
8699         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
8700         ($(objpfx)tst-pcre-mem): Likewise.
8701         ($(objpfx)tst-boost-mem): Likewise.
8702         ($(objpfx)bug-ga2-mem): Likewise.
8703         ($(objpfx)bug-glob2-mem): Likewise.
8704         * resolv/Makefile (generate): Likewise.
8705         (tests-special): Likewise.
8706         (xtests-special): Likewise.
8707         (generated): Likewise.
8708         ($(objpfx)mtrace-tst-leaks): Likewise.
8709         ($(objpfx)mtrace-tst-leaks2): Likewise.
8710
8711         * scripts/merge-test-results.sh: New file.
8712         * Makefile (tests-special-notdir): New variable.
8713         (tests): Run merge-test-results.sh.
8714         (xtests): Likewise.
8715         * Rules (tests-special-notdir): New variable.
8716         (xtests-special-notdir): Likewise.
8717         (tests): Run merge-test-results.sh
8718         (xtests): Likewise.
8719
8720         * Makeconfig (test-xfail-name): New variable.
8721         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
8722         compute variable name for expected failures.
8723         * conform/Makefile (conformtest-headers-data): New variable.
8724         (conformtest-standards): Likewise.
8725         (conformtest-headers-ISO): Likewise.
8726         (conformtest-headers-ISO99): Likewise.
8727         (conformtest-headers-ISO11): Likewise.
8728         (conformtest-headers-POSIX): Likewise.
8729         (conformtest-headers-XPG3): Likewise.
8730         (conformtest-headers-XPG4): Likewise.
8731         (conformtest-headers-UNIX98): Likewise.
8732         (conformtest-headers-XOPEN2K): Likewise.
8733         (conformtest-headers-POSIX2008): Likewise.
8734         (conformtest-headers-XOPEN2K8): Likewise.
8735         (conformtest-header-list-base): Likewise.
8736         (conformtest-header-list-tests): Likewise.
8737         (conformtest-header-base): Likewise.
8738         (conformtest-header-tests): Likewise.
8739         (tests-special): Add $(conformtest-header-list-tests).  If
8740         [$(fast-check) && !$(cross-compiling)], add
8741         $(conformtest-header-tests) instead of
8742         $(objpfx)run-conformtest.out.
8743         (generated): Add $(conformtest-header-list-base).  If
8744         [$(fast-check) && !$(cross-compiling)], add
8745         $(conformtest-header-base).  Remove previous setting.
8746         ($(conformtest-header-list-tests)): New target.
8747         (test-xfail-run-conformtest): Remove variable.
8748         ($(objpfx)run-conformtest.out): Remove target.
8749         (test-xfail-ISO11/complex.h/conform): New variable.
8750         (test-xfail-ISO11/stdalign.h/conform): Likewise.
8751         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
8752         (test-xfail-XPG3/varargs.h/conform): Likewise.
8753         (test-xfail-XPG4/varargs.h/conform): Likewise.
8754         (test-xfail-UNIX98/varargs.h/conform): Likewise.
8755         (test-xfail-XPG4/ndbm.h/conform): Likewise.
8756         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
8757         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
8758         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
8759         (test-xfail-XPG3/fcntl.h/conform): Likewise.
8760         (test-xfail-XPG3/ftw.h/conform): Likewise.
8761         (test-xfail-XPG3/grp.h/conform): Likewise.
8762         (test-xfail-XPG3/langinfo.h/conform): Likewise.
8763         (test-xfail-XPG3/limits.h/conform): Likewise.
8764         (test-xfail-XPG3/pwd.h/conform): Likewise.
8765         (test-xfail-XPG3/search.h/conform): Likewise.
8766         (test-xfail-XPG3/signal.h/conform): Likewise.
8767         (test-xfail-XPG3/stdio.h/conform): Likewise.
8768         (test-xfail-XPG3/stdlib.h/conform): Likewise.
8769         (test-xfail-XPG3/string.h/conform): Likewise.
8770         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
8771         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
8772         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
8773         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
8774         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
8775         (test-xfail-XPG3/sys/types.h/conform): Likewise.
8776         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
8777         (test-xfail-XPG3/termios.h/conform): Likewise.
8778         (test-xfail-XPG3/time.h/conform): Likewise.
8779         (test-xfail-XPG3/unistd.h/conform): Likewise.
8780         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
8781         (test-xfail-XPG4/fcntl.h/conform): Likewise.
8782         (test-xfail-XPG4/langinfo.h/conform): Likewise.
8783         (test-xfail-XPG4/netdb.h/conform): Likewise.
8784         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
8785         (test-xfail-XPG4/signal.h/conform): Likewise.
8786         (test-xfail-XPG4/stdio.h/conform): Likewise.
8787         (test-xfail-XPG4/stdlib.h/conform): Likewise.
8788         (test-xfail-XPG4/stropts.h/conform): Likewise.
8789         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
8790         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
8791         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
8792         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
8793         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
8794         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
8795         (test-xfail-XPG4/sys/time.h/conform): Likewise.
8796         (test-xfail-XPG4/sys/types.h/conform): Likewise.
8797         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
8798         (test-xfail-XPG4/termios.h/conform): Likewise.
8799         (test-xfail-XPG4/ucontext.h/conform): Likewise.
8800         (test-xfail-XPG4/unistd.h/conform): Likewise.
8801         (test-xfail-XPG4/utmpx.h/conform): Likewise.
8802         (test-xfail-POSIX/sched.h/conform): Likewise.
8803         (test-xfail-POSIX/signal.h/conform): Likewise.
8804         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8805         (test-xfail-POSIX/tar.h/conform): Likewise.
8806         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
8807         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
8808         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
8809         (test-xfail-UNIX98/netdb.h/conform): Likewise.
8810         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
8811         (test-xfail-UNIX98/sched.h/conform): Likewise.
8812         (test-xfail-UNIX98/signal.h/conform): Likewise.
8813         (test-xfail-UNIX98/stdio.h/conform): Likewise.
8814         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
8815         (test-xfail-UNIX98/stropts.h/conform): Likewise.
8816         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
8817         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
8818         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
8819         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
8820         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
8821         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
8822         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
8823         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
8824         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8825         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8826         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8827         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8828         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8829         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8830         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8831         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8832         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8833         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8834         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8835         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8836         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8837         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8838         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8839         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8840         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8841         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8842         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8843         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8844         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8845         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8846         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8847         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8848         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8849         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8850         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8851         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8852         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8853         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8854         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8855         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8856         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8857         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8858         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8859         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8860         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8861         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8862         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8863         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
8864         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
8865         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
8866         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
8867         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
8868         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
8869         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
8870         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
8871         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
8872         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
8873         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
8874         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
8875         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
8876         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
8877         (conformtest-cc-flags): Likewise.
8878         ($(conformtest-header-tests): New target.
8879         * conform/check-header-lists.sh: New file.
8880         * conform/run-conformtest.sh: Remove.
8881
8882         * conform/conformtest.pl: Allow ' and \ in values given for
8883         constants.
8884         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
8885         inclusion.
8886         [POSIX] (sys/types.h): Likewise.
8887         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
8888         inclusion.
8889         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
8890         inclusion.
8891         * conform/data/signal.h-data (SIGIO): Remove expectation.
8892         [XPG3] (SIGBUS): Do not expect.
8893         [POSIX || XPG3] (SIGPOLL): Likewise.
8894         [POSIX || XPG3] (SIGPROF): Likewise.
8895         [POSIX || XPG3] (SIGSYS): Likewise.
8896         [XPG3] (SIGTRAP): Likewise.
8897         [POSIX || XPG3] (SIGURG): Likewise.
8898         [POSIX || XPG3] (SIGVTALRM): Likewise.
8899         [POSIX || XPG3] (SIGXCPU): Likewise.
8900         [POSIX || XPG3] (SIGXFSZ): Likewise.
8901         [POSIX] (SA_SIGINFO): Expect.
8902         [XPG3] (siginfo_t): Do not expect type or contents.
8903         [POSIX] (si_pid): Do not expect element.
8904         [POSIX] (si_uid): Likewise.
8905         [POSIX] (si_addr): Likewise.
8906         [POSIX] (si_status): Likewise.
8907         [POSIX] (si_band): Likewise.
8908         [XPG4] (si_value): Likewise.
8909         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
8910         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
8911         [POSIX || XPG3] (ILL_ILLADR): Likewise.
8912         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
8913         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
8914         [POSIX || XPG3] (ILL_PRVREG): Likewise.
8915         [POSIX || XPG3] (ILL_COPROC): Likewise.
8916         [POSIX || XPG3] (ILL_BADSTK): Likewise.
8917         [POSIX || XPG3] (FPE_INTDIV): Likewise.
8918         [POSIX || XPG3] (FPE_INTOVF): Likewise.
8919         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
8920         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
8921         [POSIX || XPG3] (FPE_FLTUND): Likewise.
8922         [POSIX || XPG3] (FPE_FLTRES): Likewise.
8923         [POSIX || XPG3] (FPE_FLTINV): Likewise.
8924         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
8925         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
8926         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
8927         [POSIX || XPG3] (BUS_ADRALN): Likewise.
8928         [POSIX || XPG3] (BUS_ADRERR): Likewise.
8929         [POSIX || XPG3] (BUS_OBJERR): Likewise.
8930         [POSIX || XPG3] (CLD_EXITED): Likewise.
8931         [POSIX || XPG3] (CLD_KILLED): Likewise.
8932         [POSIX || XPG3] (CLD_DUMPED): Likewise.
8933         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
8934         [POSIX || XPG3] (CLD_STOPPED): Likewise.
8935         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
8936         [POSIX || XPG3] (POLL_IN): Likewise.
8937         [POSIX || XPG3] (POLL_OUT): Likewise.
8938         [POSIX || XPG3] (POLL_MSG): Likewise.
8939         [POSIX || XPG3] (POLL_ERR): Likewise.
8940         [POSIX || XPG3] (POLL_PRI): Likewise.
8941         [POSIX || XPG3] (POLL_HUP): Likewise.
8942         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
8943         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
8944         (SIG*): Do not allow.
8945         [XPG3] (si_*): Likewise.
8946         [XPG3] (SI_*): Likewise.
8947         [XPG3 || XPG4] (sigev_*): Likewise.
8948         [XPG3 || XPG4] (SIGEV_*): Likewise.
8949         [XPG3 || XPG4] (sival_*): Likewise.
8950         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
8951         [POSIX || XPG3] (BUS_*): Likewise.
8952         [POSIX || XPG3] (CLD_*): Likewise.
8953         [POSIX || XPG3] (FPE_*): Likewise.
8954         [POSIX || XPG3] (ILL_*): Likewise.
8955         [POSIX || XPG3] (POLL_*): Likewise.
8956         [POSIX || XPG3] (SEGV_*): Likewise.
8957         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
8958         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
8959         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
8960         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
8961         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
8962         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
8963         Specify type and value.
8964         (TVERSLEN): Likewise.
8965         (REGTYPE): Likewise.
8966         (AREGTYPE): Likewise.
8967         (LNKTYPE): Likewise.
8968         (SYMTYPE): Likewise.
8969         (CHRTYPE): Likewise.
8970         (BLKTYPE): Likewise.
8971         (DIRTYPE): Likewise.
8972         (FIFOTYPE): Likewise.
8973         (CONTTYPE): Likewise.
8974         (TSUID): Likewise.
8975         (TSGID): Likewise.
8976         (TSVTX): Likewise.
8977         (TUREAD): Likewise.
8978         (TUWRITE): Likewise.
8979         (TUEXEC): Likewise.
8980         (TGREAD): Likewise.
8981         (TGWRITE): Likewise.
8982         (TGEXEC): Likewise.
8983         (TOREAD): Likewise.
8984         (TOWRITE): Likewise.
8985         (TOEXEC): Likewise.
8986         [POSIX] (TSVTX): Expect constant.
8987
8988 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
8989
8990         * Makefile (tests): Change dependencies to ....
8991         (tests-special): ... additions to this variable.
8992         (tests): Depend on $(tests-special).
8993         * Makerules (check-abi-list): New variable.
8994         (check-abi): Depend on $(check-abi-list).
8995         [$(subdir) = elf] (tests-special): Add
8996         $(objpfx)check-abi-libc.out.
8997         [$(build-shared) = yes && subdir] (tests-special): Add
8998         $(check-abi-list).
8999         [$(build-shared) = yes && subdir] (tests): Do not depend on
9000         check-abi.
9001         * Rules (tests): Depend on $(tests-special).
9002         (xtests): Depend on $(xtests-special).
9003         * catgets/Makefile (tests): Change dependencies to ....
9004         (tests-special): ... additions to this variable.
9005         * conform/Makefile (tests): Change dependencies to ....
9006         (tests-special): ... additions to this variable.
9007         * elf/Makefile (tests): Change dependencies to ....
9008         (tests-special): ... additions to this variable.
9009         * grp/Makefile (tests): Change dependencies to ....
9010         (tests-special): ... additions to this variable.
9011         * iconv/Makefile (xtests): Change dependencies to ....
9012         (xtests-special): ... additions to this variable.
9013         * iconvdata/Makefile (tests): Change dependencies to ....
9014         (tests-special): ... additions to this variable.
9015         * intl/Makefile (tests): Change dependencies to ....
9016         (tests-special): ... additions to this variable.  Also add
9017         $(objpfx)tst-gettext.out.
9018         * io/Makefile (tests): Change dependencies to ....
9019         (tests-special): ... additions to this variable.
9020         * libio/Makefile (tests): Change dependencies to ....
9021         (tests-special): ... additions to this variable.
9022         * malloc/Makefile (tests): Change dependencies to ....
9023         (tests-special): ... additions to this variable.
9024         * misc/Makefile (tests): Change dependencies to ....
9025         (tests-special): ... additions to this variable.
9026         * nptl/Makefile (tests): Change dependencies to ....
9027         (tests-special): ... additions to this variable.
9028         * nptl_db/Makefile (tests): Change dependencies to ....
9029         (tests-special): ... additions to this variable.
9030         * posix/Makefile (tests): Change dependencies to ....
9031         (tests-special): ... additions to this variable.
9032         (xtests): Change dependencies to ....
9033         (xtests-special): ... additions to this variable.
9034         * resolv/Makefile (tests): Change dependencies to ....
9035         (tests-special): ... additions to this variable.
9036         (xtests): Change dependencies to ....
9037         (xtests-special): ... additions to this variable.
9038         * stdio-common/Makefile (tests): Change dependencies to ....
9039         (tests-special): ... additions to this variable.
9040         (do-tst-unbputc): Remove target.
9041         (do-tst-printf): Likewise.
9042         * stdlib/Makefile (tests): Change dependencies to ....
9043         (tests-special): ... additions to this variable.
9044         * string/Makefile (tests): Change dependencies to ....
9045         (tests-special): ... additions to this variable.
9046         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9047         (tests-special): ... additions to this variable.
9048
9049         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9050         whole file.
9051         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9052         whole file.
9053         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9054         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9055
9056         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9057         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9058         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9059         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9060         * conform/data/libgen.h-data [XPG3]: Likewise.
9061         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9062         * conform/data/ndbm.h-data [XPG3]: Likewise.
9063         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9064         * conform/data/netdb.h-data [XPG3]: Likewise.
9065         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9066         * conform/data/poll.h-data [XPG3]: Likewise.
9067         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9068         * conform/data/strings.h-data [XPG3]: Likewise.
9069         * conform/data/stropts.h-data [XPG3]: Likewise.
9070         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9071         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9072         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9073         Likewise.
9074         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9075         * conform/data/sys/time.h-data [XPG3]: Likewise.
9076         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9077         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9078         * conform/data/sys/un.h-data [XPG3]: Likewise.
9079         * conform/data/syslog.h-data [XPG3]: Likewise.
9080         * conform/data/ucontext.h-data [XPG3]: Likewise.
9081         * conform/data/utmpx.h-data [XPG3]: Likewise.
9082         * conform/data/varargs.h-data [UNIX98]: Enable file.
9083
9084         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9085
9086         * math/libm-test.inc (struct test_f_f_data): Move expected results
9087         into structure for each rounding mode.
9088         (struct test_ff_f_data): Likewise.
9089         (struct test_ff_f_data_nexttoward): Likewise.
9090         (struct test_fi_f_data): Likewise.
9091         (struct test_fl_f_data): Likewise.
9092         (struct test_if_f_data): Likewise.
9093         (struct test_fff_f_data): Likewise.
9094         (struct test_c_f_data): Likewise.
9095         (struct test_f_f1_data): Likewise.
9096         (struct test_fF_f1_data): Likewise.
9097         (struct test_ffI_f1_data): Likewise.
9098         (struct test_c_c_data): Likewise.
9099         (struct test_cc_c_data): Likewise.
9100         (struct test_f_i_data): Likewise.
9101         (struct test_ff_i_data): Likewise.
9102         (struct test_f_l_data): Likewise.
9103         (struct test_f_L_data): Likewise.
9104         (struct test_fFF_11_data): Likewise.
9105         (RM_): New macro.
9106         (RM_FE_DOWNWARD): Likewise.
9107         (RM_FE_TONEAREST): Likewise.
9108         (RM_FE_TOWARDZERO): Likewise.
9109         (RM_FE_UPWARD): Likewise.
9110         (RUN_TEST_LOOP_f_f): Update references to expected results.
9111         (RUN_TEST_LOOP_2_f): Likewise.
9112         (RUN_TEST_LOOP_fff_f): Likewise.
9113         (RUN_TEST_LOOP_c_f): Likewise.
9114         (RUN_TEST_LOOP_f_f1): Likewise.
9115         (RUN_TEST_LOOP_fF_f1): Likewise.
9116         (RUN_TEST_LOOP_fI_f1): Likewise.
9117         (RUN_TEST_LOOP_ffI_f1): Likewise.
9118         (RUN_TEST_LOOP_c_c): Likewise.
9119         (RUN_TEST_LOOP_cc_c): Likewise.
9120         (RUN_TEST_LOOP_f_i): Likewise.
9121         (RUN_TEST_LOOP_f_i_tg): Likewise.
9122         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9123         (RUN_TEST_LOOP_f_b): Likewise.
9124         (RUN_TEST_LOOP_f_b_tg): Likewise.
9125         (RUN_TEST_LOOP_f_l): Likewise.
9126         (RUN_TEST_LOOP_f_L): Likewise.
9127         (RUN_TEST_LOOP_fFF_11): Likewise.
9128         * math/gen-libm-test.pl (parse_args): Output four copies of
9129         expected results for each test.
9130
9131         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9132         (__ASSUME_UTIMES): Remove.
9133         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9134         (__ASSUME_UTIMES): Likewise.
9135
9136         * math/gen-auto-libm-tests.c: Update comment on output format.
9137         (output_for_one_input_case): Generate before-rounding and
9138         after-rounding information as conditions on output flags not
9139         floating-point format.
9140         * math/auto-libm-test-out: Regenerated.
9141         * math/gen-libm-test.pl (cond_value): New function.
9142         (or_cond_value): Use cond_value.
9143         (generate_testfile): Handle conditional exceptions.
9144
9145 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9146
9147         * math/libm-test.inc (max_valid_error): New variable.
9148         (init_max_error): Take new argument specifying whether function
9149         results are exactly determined.  Set max_valid_error and bound
9150         other variables for errors based on this argument.
9151         (set_max_error): Do not record results above max_valid_error.
9152         (check_float_internal): Only accept errors of up to 0.5ulps if
9153         also at most max_valid_error.
9154         (START): Take new argument EXACT and pass it to init_max_error.
9155         (acos_test): Update call to START.
9156         (acos_test_tonearest): Likewise.
9157         (acos_test_towardzero): Likewise.
9158         (acos_test_downward): Likewise.
9159         (acos_test_upward): Likewise.
9160         (acosh_test): Likewise.
9161         (asin_test): Likewise.
9162         (asin_test_tonearest): Likewise.
9163         (asin_test_towardzero): Likewise.
9164         (asin_test_downward): Likewise.
9165         (asin_test_upward): Likewise.
9166         (asinh_test): Likewise.
9167         (atan_test): Likewise.
9168         (atanh_test): Likewise.
9169         (atan2_test): Likewise.
9170         (cabs_test): Likewise.
9171         (cacos_test): Likewise.
9172         (cacosh_test): Likewise.
9173         (carg_test): Likewise.
9174         (casin_test): Likewise.
9175         (casinh_test): Likewise.
9176         (catan_test): Likewise.
9177         (catanh_test): Likewise.
9178         (cbrt_test): Likewise.
9179         (ccos_test): Likewise.
9180         (ccosh_test): Likewise.
9181         (ceil_test): Likewise.
9182         (cexp_test): Likewise.
9183         (cimag_test): Likewise.
9184         (clog_test): Likewise.
9185         (clog10_test): Likewise.
9186         (conj_test): Likewise.
9187         (copysign_test): Likewise.
9188         (cos_test): Likewise.
9189         (cos_test_tonearest): Likewise.
9190         (cos_test_towardzero): Likewise.
9191         (cos_test_downward): Likewise.
9192         (cos_test_upward): Likewise.
9193         (cosh_test): Likewise.
9194         (cosh_test_tonearest): Likewise.
9195         (cosh_test_towardzero): Likewise.
9196         (cosh_test_downward): Likewise.
9197         (cosh_test_upward): Likewise.
9198         (cpow_test): Likewise.
9199         (cproj_test): Likewise.
9200         (creal_test): Likewise.
9201         (csin_test): Likewise.
9202         (csinh_test): Likewise.
9203         (csqrt_test): Likewise.
9204         (ctan_test): Likewise.
9205         (ctan_test_tonearest): Likewise.
9206         (ctan_test_towardzero): Likewise.
9207         (ctan_test_downward): Likewise.
9208         (ctan_test_upward): Likewise.
9209         (ctanh_test): Likewise.
9210         (ctanh_test_tonearest): Likewise.
9211         (ctanh_test_towardzero): Likewise.
9212         (ctanh_test_downward): Likewise.
9213         (ctanh_test_upward): Likewise.
9214         (erf_test): Likewise.
9215         (erfc_test): Likewise.
9216         (exp_test): Likewise.
9217         (exp_test_tonearest): Likewise.
9218         (exp_test_towardzero): Likewise.
9219         (exp_test_downward): Likewise.
9220         (exp_test_upward): Likewise.
9221         (exp10_test): Likewise.
9222         (exp10_test_tonearest): Likewise.
9223         (exp10_test_towardzero): Likewise.
9224         (exp10_test_downward): Likewise.
9225         (exp10_test_upward): Likewise.
9226         (pow10_test): Likewise.
9227         (exp2_test): Likewise.
9228         (expm1_test): Likewise.
9229         (expm1_test_tonearest): Likewise.
9230         (expm1_test_towardzero): Likewise.
9231         (expm1_test_downward): Likewise.
9232         (expm1_test_upward): Likewise.
9233         (fabs_test): Likewise.
9234         (fdim_test): Likewise.
9235         (floor_test): Likewise.
9236         (fma_test): Likewise.
9237         (fma_test_towardzero): Likewise.
9238         (fma_test_downward): Likewise.
9239         (fma_test_upward): Likewise.
9240         (fmax_test): Likewise.
9241         (fmin_test): Likewise.
9242         (fmod_test): Likewise.
9243         (fpclassify_test): Likewise.
9244         (frexp_test): Likewise.
9245         (hypot_test): Likewise.
9246         (ilogb_test): Likewise.
9247         (isfinite_test): Likewise.
9248         (finite_test): Likewise.
9249         (isgreater_test): Likewise.
9250         (isgreaterequal_test): Likewise.
9251         (isinf_test): Likewise.
9252         (isless_test): Likewise.
9253         (islessequal_test): Likewise.
9254         (islessgreater_test): Likewise.
9255         (isnan_test): Likewise.
9256         (isnormal_test): Likewise.
9257         (issignaling_test): Likewise.
9258         (isunordered_test): Likewise.
9259         (j0_test): Likewise.
9260         (j1_test): Likewise.
9261         (jn_test): Likewise.
9262         (ldexp_test): Likewise.
9263         (lgamma_test): Likewise.
9264         (gamma_test): Likewise.
9265         (lrint_test): Likewise.
9266         (lrint_test_tonearest): Likewise.
9267         (lrint_test_towardzero): Likewise.
9268         (lrint_test_downward): Likewise.
9269         (lrint_test_upward): Likewise.
9270         (llrint_test): Likewise.
9271         (llrint_test_tonearest): Likewise.
9272         (llrint_test_towardzero): Likewise.
9273         (llrint_test_downward): Likewise.
9274         (llrint_test_upward): Likewise.
9275         (log_test): Likewise.
9276         (log10_test): Likewise.
9277         (log1p_test): Likewise.
9278         (log2_test): Likewise.
9279         (logb_test): Likewise.
9280         (logb_test_downward): Likewise.
9281         (lround_test): Likewise.
9282         (llround_test): Likewise.
9283         (modf_test): Likewise.
9284         (nearbyint_test): Likewise.
9285         (nextafter_test): Likewise.
9286         (nexttoward_test): Likewise.
9287         (pow_test): Likewise.
9288         (pow_test_tonearest): Likewise.
9289         (pow_test_towardzero): Likewise.
9290         (pow_test_downward): Likewise.
9291         (pow_test_upward): Likewise.
9292         (remainder_test): Likewise.
9293         (drem_test): Likewise.
9294         (remainder_test_tonearest): Likewise.
9295         (drem_test_tonearest): Likewise.
9296         (remainder_test_towardzero): Likewise.
9297         (drem_test_towardzero): Likewise.
9298         (remainder_test_downward): Likewise.
9299         (drem_test_downward): Likewise.
9300         (remainder_test_upward): Likewise.
9301         (drem_test_upward): Likewise.
9302         (remquo_test): Likewise.
9303         (rint_test): Likewise.
9304         (rint_test_tonearest): Likewise.
9305         (rint_test_towardzero): Likewise.
9306         (rint_test_downward): Likewise.
9307         (rint_test_upward): Likewise.
9308         (round_test): Likewise.
9309         (scalb_test): Likewise.
9310         (scalbn_test): Likewise.
9311         (scalbln_test): Likewise.
9312         (signbit_test): Likewise.
9313         (sin_test): Likewise.
9314         (sin_test_tonearest): Likewise.
9315         (sin_test_towardzero): Likewise.
9316         (sin_test_downward): Likewise.
9317         (sin_test_upward): Likewise.
9318         (sincos_test): Likewise.
9319         (sinh_test): Likewise.
9320         (sinh_test_tonearest): Likewise.
9321         (sinh_test_towardzero): Likewise.
9322         (sinh_test_downward): Likewise.
9323         (sinh_test_upward): Likewise.
9324         (sqrt_test): Likewise.
9325         (sqrt_test_tonearest): Likewise.
9326         (sqrt_test_towardzero): Likewise.
9327         (sqrt_test_downward): Likewise.
9328         (sqrt_test_upward): Likewise.
9329         (tan_test): Likewise.
9330         (tan_test_tonearest): Likewise.
9331         (tan_test_towardzero): Likewise.
9332         (tan_test_downward): Likewise.
9333         (tan_test_upward): Likewise.
9334         (tanh_test): Likewise.
9335         (tgamma_test): Likewise.
9336         (trunc_test): Likewise.
9337         (y0_test): Likewise.
9338         (y1_test): Likewise.
9339         (yn_test): Likewise.
9340         (significand_test): Likewise.
9341
9342         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9343         individual tests in comment.
9344         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9345         (prev_max_error): New variable.
9346         (prev_real_max_error): Likewise.
9347         (prev_imag_max_error): Likewise.
9348         (compare_ulp_data): Don't refer to test names in comment.
9349         (find_test_ulps): Remove function.
9350         (find_function_ulps): Likewise.
9351         (find_complex_function_ulps): Likewise.
9352         (init_max_error): Take function name as argument.  Look up ulps
9353         for that function.
9354         (print_ulps): Remove function.
9355         (print_max_error): Use prev_max_error instead of calling
9356         find_function_ulps.
9357         (print_complex_max_error): Use prev_real_max_error and
9358         prev_imag_max_error instead of calling find_complex_function_ulps.
9359         (check_float_internal): Take max_ulp parameter instead of calling
9360         find_test_ulps.  Don't call print_ulps.
9361         (check_float): Update call to check_float_internal.
9362         (check_complex): Update calls to check_float_internal.
9363         (START): Pass argument to init_max_error.
9364         * math/gen-libm-test.pl (%results): Don't include "kind"
9365         information.
9366         (parse_ulps): Don't handle ulps of individual tests.
9367         (print_ulps_file): Likewise.
9368         (output_ulps): Likewise.
9369         * math/README.libm-test: Update.
9370         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9371         individual tests.
9372         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9373         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9374         * sysdeps/arm/libm-test-ulps: Likewise.
9375         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9376         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9377         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9378         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9379         * sysdeps/microblaze/libm-test-ulps: Likewise.
9380         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9381         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9382         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9383         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9384         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9385         * sysdeps/sh/libm-test-ulps: Likewise.
9386         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9387         * sysdeps/tile/libm-test-ulps: Likewise.
9388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9389
9390 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9391
9392         * math/libm-test.inc (print_complex_max_error): Check separately
9393         whether real and imaginary errors are within allowed range and
9394         pass 0 to print_complex_function_ulps instead of value within
9395         allowed range.
9396
9397 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9398
9399         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9400         formatting.
9401         (get_handles_fopen): Likewise.
9402         (do_write_test): Likewise.
9403
9404         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9405
9406         * libio/fileops.c (do_ftell): Use cached offset when
9407         available.
9408         * libio/iofwide.c (do_ftell_wide): Likewise.
9409         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9410         _IO_file_attach.
9411         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9412
9413         [BZ #16532]
9414         * libio/libioP.h (get_file_offset): New function.
9415         * libio/fileops.c (get_file_offset): Likewise.
9416         (do_ftell): Likewise.
9417         (_IO_new_file_seekoff): Split out ftell logic.
9418         * libio/wfileops.c (do_ftell_wide): Likewise.
9419         (_IO_wfile_seekoff): Split out ftell logic.
9420         * libio/tst-ftell-active-handler.c: New test case.
9421         * libio/Makefile (tests): Add it.
9422
9423 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9424
9425         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9426         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9427
9428 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9429
9430         [BZ #16639]
9431         * nscd/connections.c (nscd_init): Call do_exit.
9432         (start_threads): Call do_exit and notify_parent.
9433         (begin_drop_privileges): Call do_exit.
9434         (finish_drop_privileges): Likewise.
9435         * nscd/selinux.c (preserve_capabilities): Likewise.
9436         (install_real_capabilities): Likewise.
9437         (nscd_selinux_enabled): Likewise.
9438         (avc_create_thread): Likewise.
9439         (avc_alloc_lock): Likewise.
9440         (nscd_avc_init): Likewise.
9441         * nscd/nscd.c (parent_fd): New static variable.
9442         (main): Create a pipe between parent and child processes.
9443         Skip closing parent_fd.
9444         (monitor_child): New function.
9445         (do_exit): Likewise.
9446         (notify_parent): Likewise.
9447         * nscd/nscd.h (notify_parent): Likewise.
9448         (do_exit): Likewise.
9449
9450 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9451
9452         * malloc/malloc.c (__libc_calloc): Revert last change.
9453
9454 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9455
9456         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9457
9458 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9459
9460         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9461         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9462         implementation.
9463         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9464         (__libc_ifunc_impl_list): Likewise.
9465         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9466         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9467         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9468         * string/strrchr.c: Define STRRCHR.
9469
9470 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9471
9472         * benchtest/bench-strtok.c (simple_strtok): Delete.
9473         (strtok_string): Use as benchmark.
9474         * string/strtok (STRTOK): New macro.
9475
9476 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9477
9478         * manual/threads.texi: Add header and standard comments to all
9479         functions.
9480
9481         * elf/dl-lookup.c (check_match): New function.
9482         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9483         (do_lookup_x): Remove nested function check_match. Use non-nested
9484         function check_match.
9485
9486 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9487
9488         * csu/Makefile (generated, before-compile): Use += rather than =.
9489         * catgets/Makefile (generated, generated-dirs): Likewise.
9490         * debug/Makefile (generated): Likewise.
9491         * dlfcn/Makefile (generated): Likewise.
9492         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9493         * iconvdata/Makefile (before-compile, generated): Likewise.
9494         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9495         * libio/Makefile (generated): Likewise.
9496         * malloc/Makefile (generated): Likewise.
9497         * manual/Makefile (generated, generated-dirs): Likewise.
9498         * misc/Makefile (generated): Likewise.
9499         * posix/Makefile (generated): Likewise.
9500         * resolv/Makefile (generated): Likewise.
9501         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9502         * timezone/Makefile (generated, generated-dirs): Likewise.
9503
9504         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9505
9506 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9507
9508         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9509         power8 implementation.
9510         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9511         file: POWER8 llround ifunc implementation.
9512         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9513         (__lllround): Add POWER8 implementation.
9514         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9515         POWER8 llround implementation.
9516
9517         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9518         power8 implementation.
9519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9520         file: POWER8 llrint ifunc implementation.
9521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9522         Add POWER8 implementation.
9523         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9524         POWER8 llrint implementation.
9525
9526         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9527         power8 implementation.
9528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9529         file: POWER8 finite ifunc implementation.
9530         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9531         Add POWER8 implementation.
9532         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9533         Likewise.
9534         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9535         POWER8 finite implementation.
9536         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9537
9538         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9539         power8 implementation.
9540         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9541         file: POWER8 isinf ifunc implementation.
9542         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9543         POWER8 implementation.
9544         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9545         Likewise.
9546         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9547         isinf implementation.
9548         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9549
9550         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9551         (INIT_ARCH): Add hwcap2 initialization.
9552         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9553         power8 implementation.
9554         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9555         file: POWER8 isnan ifunc implementation.
9556         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9557         POWER8 implementation.
9558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9559         Likewise.
9560         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9561         isnan implementation.
9562         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9563
9564 2014-02-27  Joey Ye  <joey.ye@arm.com>
9565
9566         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9567         (_FP_NANFRAC_Q): Set to zero.
9568
9569 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9570
9571         [BZ #16623]
9572         * math/auto-libm-test-in: New test inputs.
9573         * math/auto-libm-test-out: Regenerate.
9574         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
9575         and DA.
9576         (__cos): Likewise.
9577         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9578
9579 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
9580
9581         * scripts/evaluate-test.sh: Take new argument indicating whether
9582         failure is expected.
9583         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
9584         indicating whether failure is expected.
9585         * conform/Makefile (test-xfail-run-conformtest): New variable.
9586         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
9587         level.
9588         * posix/Makefile (test-xfail-annexc): New variable.
9589         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
9590
9591 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
9592
9593         * argp/Makefile: Include Makeconfig immediately after defining
9594         subdir.
9595         * assert/Makefile: Likewise.
9596         * benchtests/Makefile: Likewise.
9597         * catgets/Makefile: Likewise.
9598         * conform/Makefile: Likewise.
9599         * crypt/Makefile: Likewise.
9600         * csu/Makefile: Likewise.
9601         (all): Remove target.
9602         * ctype/Makefile: Include Makeconfig immediately after defining
9603         subdir.
9604         * debug/Makefile: Likewise.
9605         * dirent/Makefile: Likewise.
9606         * dlfcn/Makefile: Likewise.
9607         * gmon/Makefile: Likewise.
9608         * gnulib/Makefile: Likewise.
9609         * grp/Makefile: Likewise.
9610         * gshadow/Makefile: Likewise.
9611         * hesiod/Makefile: Likewise.
9612         * hurd/Makefile: Likewise.
9613         (all): Remove target.
9614         * iconvdata/Makefile: Include Makeconfig immediately after
9615         defining subdir.
9616         * inet/Makefile: Likewise.
9617         * intl/Makefile: Likewise.
9618         * io/Makefile: Likewise.
9619         * libio/Makefile: Likewise.
9620         (all): Remove target.
9621         * locale/Makefile: Include Makeconfig immediately after defining
9622         subdir.
9623         * login/Makefile: Likewise.
9624         * mach/Makefile: Likewise.
9625         (all): Remove target.
9626         * malloc/Makefile: Include Makeconfig immediately after defining
9627         subdir.
9628         (all): Remove target.
9629         * manual/Makefile: Include Makeconfig immediately after defining
9630         subdir.
9631         * math/Makefile: Likewise.
9632         * misc/Makefile: Likewise.
9633         * nis/Makefile: Likewise.
9634         * nss/Makefile: Likewise.
9635         * po/Makefile: Likewise.
9636         (all): Remove target.
9637         * posix/Makefile: Include Makeconfig immediately after defining
9638         subdir.
9639         * pwd/Makefile: Likewise.
9640         * resolv/Makefile: Likewise.
9641         * resource/Makefile: Likewise.
9642         * rt/Makefile: Likewise.
9643         * setjmp/Makefile: Likewise.
9644         * shadow/Makefile: Likewise.
9645         * signal/Makefile: Likewise.
9646         * socket/Makefile: Likewise.
9647         * soft-fp/Makefile: Likewise.
9648         * stdio-common/Makefile: Likewise.
9649         * stdlib/Makefile: Likewise.
9650         * streams/Makefile: Likewise.
9651         * string/Makefile: Likewise.
9652         * sunrpc/Makefile: Likewise.
9653         (all): Remove target.
9654         * sysvipc/Makefile: Include Makeconfig immediately after defining
9655         subdir.
9656         * termios/Makefile: Likewise.
9657         * time/Makefile: Likewise.
9658         * timezone/Makefile: Likewise.
9659         (all): Remove target.
9660         * wcsmbs/Makefile: Include Makeconfig immediately after defining
9661         subdir.
9662         * wctype/Makefile: Likewise.
9663
9664 2014-02-26  Steve Ellcey  <sellcey@mips.com>
9665
9666         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
9667         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
9668         (libc_feholdexcept_setround_mips): Ditto.
9669         (libc_feholdsetround): New.
9670         (libc_feholdsetroundf): New.
9671         (libc_feholdsetroundl): New.
9672         (libc_feupdateenv_test_mips): New.
9673         (libc_feupdateenv_test): New.
9674         (libc_feupdateenv_testf): New.
9675         (libc_feupdateenv_testl): New.
9676         (libc_feresetround): New.
9677         (libc_feresetroundf): New.
9678         (libc_feresetroundl): New.
9679         (libc_fetestexcept_mips): New.
9680         (libc_fetestexcept): New.
9681         (libc_fetestexceptf): New.
9682         (libc_fetestexceptl): New.
9683         (HAVE_RM_CTX): New.
9684         (libc_feholdexcept_setround_mips_ctx): New.
9685         (libc_feholdexcept_setround_ctx): New.
9686         (libc_feholdexcept_setroundf_ctx): New.
9687         (libc_feholdexcept_setroundl_ctx): New.
9688         (libc_fesetenv_mips_ctx): New.
9689         (libc_fesetenv_ctx): New.
9690         (libc_fesetenv_ctxf): New.
9691         (libc_fesetenv_ctxl): New.
9692         (libc_feupdateenv_mips_ctx): New.
9693         (libc_feupdateenv_ctx): New.
9694         (libc_feupdateenvf_ctx): New.
9695         (libc_feupdateenvl_ctx): New.
9696         (libc_feholdsetround_mips_ctx): New.
9697         (libc_feholdsetround_ctx): New.
9698         (libc_feholdsetroundf_ctx): New.
9699         (libc_feholdsetroundl_ctx): New.
9700         (libc_feresetround_mips_ctx): New.
9701         (libc_feresetround_ctx): New.
9702         (libc_feresetroundf_ctx): New.
9703         (libc_feresetroundl_ctx): New.
9704
9705 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
9706
9707         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
9708
9709         * manual/ipc.texi: New file.
9710         * manual/Makefile (chapters): Add ipc.
9711         * manual/job.texi: Add "Inter-Process Communication" to next.
9712         * manual/process.texi: Add "Inter-Process Communication" to prev.
9713
9714 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9715
9716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9717
9718 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
9719
9720         * malloc/malloc.c (__libc_calloc): Simplify implementation.
9721
9722         * manual/arith.texi: Fix spaces after sentences.
9723         * manual/charset.texi: Likewise.
9724         * manual/errno.texi: Likewise.
9725         * manual/install.texi: Likewise.
9726         * manual/llio.texi: Likewise.
9727         * manual/locale.texi: Likewise.
9728         * manual/maint.texi: Likewise.
9729         * manual/math.texi: Likewise.
9730         * manual/memory.texi: Likewise.
9731         * manual/message.texi: Likewise.
9732         * manual/probes.texi: Likewise.
9733         * manual/resource.texi: Likewise.
9734         * manual/signal.texi: Likewise.
9735         * manual/socket.texi: Likewise.
9736         * manual/stdio.texi: Likewise.
9737         * manual/string.texi: Likewise.
9738         * manual/time.texi: Likewise.
9739         * manual/users.texi: Likewise.
9740
9741 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
9742
9743         [BZ #16632]
9744         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
9745         _DEFAULT_SOURCE is defined.
9746
9747 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
9748             Carlos O'Donell  <carlos@redhat.com>
9749
9750         [BZ #16613]
9751         * elf/dl-tls.c (_dl_count_modids): New function.
9752         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
9753         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
9754         audit library and increment generation counter.
9755         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
9756         * elf/tst-audit9.c: New file.
9757         * elf/tst-auditmod9a.c: New file.
9758         * elf/tst-auditmod9b.c: New file.
9759         * elf/Makefile: Add rules to build and run tst-audit9.
9760
9761 2014-02-25  Florian Weimer  <fweimer@redhat.com>
9762
9763         [BZ #15347]
9764         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
9765
9766 2014-02-25  Will Newton  <will.newton@linaro.org>
9767
9768         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
9769         (__longjmp): Restore sp and lr before restoring callee
9770         saved registers.  Add longjmp and longjmp_target
9771         SystemTap probe point.
9772         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
9773         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
9774         Define to zero to match jmpbuf layout.
9775         * sysdeps/arm/setjmp.S: Include stap-probe.h.
9776         (__sigsetjmp): Save sp and lr before saving callee
9777         saved registers.  Add setjmp SystemTap probe point.
9778
9779 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
9780
9781         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9782
9783 2014-02-24  Andreas Schwab  <schwab@suse.de>
9784
9785         [BZ #15804]
9786         * elf/pldd.c (wait_for_ptrace_stop): New function.
9787         (main): Call it after attaching.
9788
9789 2014-02-22  Roland McGrath  <roland@hack.frob.com>
9790
9791         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
9792         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
9793         Versions files is now verboten.
9794         * hurd/Versions (libc: GLIBC_2.0):
9795         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
9796         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
9797         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
9798         * mach/Versions: Likewise.
9799
9800         * csu/Versions: Remove unused %include.
9801         * resolv/Versions: Likewise.
9802
9803 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
9804
9805         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
9806         ($(objpfx)check-local-headers.out): Likewise.
9807         ($(objpfx)begin-end-check.out): Likewise.
9808         * Makerules (check-abi-%.out): Likewise.
9809         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
9810         ($(objpfx)test2.cat): Likewise.
9811         ($(objpfx)de/libc.cat): Likewise.
9812         ($(objpfx)test-gencat.out): Likewise.
9813         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
9814         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
9815         ($(objpfx)noload-mem): Likewise.
9816         ($(objpfx)tst-pathopt.out): Likewise.
9817         ($(objpfx)tst-rtld-load-self.out): Likewise.
9818         ($(objpfx)tst-array1-cmp.out): Likewise.
9819         ($(objpfx)tst-array1-static-cmp.out): Likewise.
9820         ($(objpfx)tst-array2-cmp.out): Likewise.
9821         ($(objpfx)tst-array3-cmp.out): Likewise.
9822         ($(objpfx)tst-array4-cmp.out): Likewise.
9823         ($(objpfx)tst-array5-cmp.out): Likewise.
9824         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9825         ($(objpfx)check-textrel.out): Likewise.
9826         ($(objpfx)check-execstack.out): Likewise.
9827         ($(objpfx)check-localplt.out): Likewise.
9828         ($(objpfx)order2-cmp.out): Likewise.
9829         ($(objpfx)tst-leaks1-mem): Likewise.
9830         ($(objpfx)tst-leaks1-static-mem): Likewise.
9831         ($(objpfx)tst-initorder-cmp.out): Likewise.
9832         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9833         ($(objpfx)tst-unused-dep.out): Likewise.
9834         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9835         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9836         * iconv/Makefile (test-iconvconfig): Likewise.
9837         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9838         ($(objpfx)iconv-test.out): Likewise.
9839         ($(objpfx)tst-tables.out): Likewise.
9840         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9841         ($(objpfx)tst-gettext.out): Likewise.
9842         ($(objpfx)tst-translit.out): Likewise.
9843         ($(objpfx)tst-gettext2.out): Likewise.
9844         ($(objpfx)tst-gettext4.out): Likewise.
9845         ($(objpfx)tst-gettext6.out): Likewise.
9846         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9847         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9848         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9849         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9850         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9851         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9852         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9853         ($(objpfx)wordexp-tst.out): Likewise.
9854         ($(objpfx)annexc.out): Likewise.
9855         ($(objpfx)tst-fnmatch-mem): Likewise.
9856         ($(objpfx)bug-regex2-mem): Likewise.
9857         ($(objpfx)bug-regex14-mem): Likewise.
9858         ($(objpfx)bug-regex21-mem): Likewise.
9859         ($(objpfx)bug-regex31-mem): Likewise.
9860         ($(objpfx)tst-vfork3-mem): Likewise.
9861         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9862         ($(objpfx)tst-pcre-mem): Likewise.
9863         ($(objpfx)tst-boost-mem): Likewise.
9864         ($(objpfx)tst-getconf.out): Likewise.
9865         ($(objpfx)bug-ga2-mem): Likewise.
9866         ($(objpfx)bug-glob2-mem): Likewise.
9867         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
9868         ($(objpfx)mtrace-tst-leaks2): Likewise.
9869         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
9870         ($(objpfx)tst-printf.out): Likewise.
9871         ($(objpfx)tst-setvbuf1.out): Likewise.
9872         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
9873         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
9874         ($(objpfx)tst-fmtmsg.out): Likewise.
9875         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
9876         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
9877
9878         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
9879         * bits/sigaction.h [__USE_MISC]: Likewise.
9880         * bits/waitstatus.h: Update #endif comments.
9881         * ctype/ctype.h: Likewise.
9882         * dirent/dirent.h: Likewise.
9883         [__USE_MISC]: Remove redundant conditionals.
9884         * grp/grp.h: Update #endif comments.
9885         [__USE_GNU]: Remove redundant conditionals.
9886         [__USE_MISC]: Likewise.
9887         * inet/netinet/in.h [__USE_GNU]: Likewise.
9888         * io/sys/stat.h [__USE_MISC]: Likewise.
9889         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
9890         * libio/bits/stdio.h: Update #endif comments.
9891         [__USE_MISC]: Remove redundant conditionals.
9892         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
9893         * libio/stdio.h: Update #endif comments.
9894         [__USE_MISC]: Remove redundant conditionals.
9895         * math/bits/math-finite.h [__USE_MISC]: Likewise.
9896         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
9897         * math/math.h: Update #else and #endif comments.
9898         [__USE_MISC]: Remove redundant conditionals.
9899         * misc/sys/uio.h: Update #endif comments.
9900         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
9901         * posix/glob.h [__USE_MISC]: Likewise.
9902         * posix/sys/types.h: Update #endif comments.
9903         [__USE_MISC]: Remove redundant conditionals.
9904         * posix/sys/wait.h: Update #endif comments.
9905         [__USE_MISC]: Remove redundant conditionals.
9906         * posix/unistd.h: Update #endif comments.
9907         [__USE_MISC]: Remove redundant conditionals.
9908         * pwd/pwd.h [__USE_GNU]: Likewise.
9909         [__USE_MISC]: Likewise.
9910         * resolv/netdb.h [__USE_GNU]: Likewise.
9911         * signal/signal.h: Update #endif comments.
9912         [__USE_MISC]: Remove redundant conditionals.
9913         * stdlib/stdlib.h: Update #else and #endif comments.
9914         [__USE_MISC]: Remove redundant conditionals.
9915         [__USE_GNU]: Likewise.
9916         * string/bits/string2.h [__USE_MISC]: Likewise.
9917         * string/string.h: Update #endif comments.
9918         [__USE_MISC]: Remove redundant conditionals.
9919         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
9920         Likewise.
9921         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
9922         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
9923         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
9924         Likewise.
9925         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
9926         Likewise.
9927         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
9928         comments.
9929         [__USE_MISC]: Remove redundant conditionals.
9930         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
9931         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
9932         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
9933         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
9934         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
9935         Likewise.
9936         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
9937         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
9938         Likewise.
9939         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
9940         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
9941         Likewise.
9942         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
9943         Likewise.
9944         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
9945         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
9946         Likewise.
9947         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
9948         Likewise.
9949         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
9950         * sysdeps/x86/bits/string.h: Update #endif comments.
9951         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
9952         conditionals.
9953         * time/sys/time.h: Update #endif comments.
9954         * time/time.h: Likewise.
9955         [__USE_MISC]: Remove redundant conditionals.
9956
9957 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
9958
9959         [BZ #16600]
9960         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
9961
9962 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
9963
9964         * Versions.def (librt): Add GLIBC_2.17.
9965
9966 2014-02-21  Adam Conrad  <adconrad@0c3.net>
9967
9968         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
9969         synonym for _SYS_AUXV_H to allow direct inclusion.
9970         * sysdeps/sparc/bits/hwcap.h: Likewise.
9971         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
9972         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
9973         * sysdeps/sparc/sysdep.h: Likewise.
9974
9975 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9976
9977         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
9978
9979 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9980
9981         * benchtests/bench-strrchr.c: Print length instead of position.
9982
9983 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
9984
9985         [BZ #16611]
9986         * sysdeps/unix/sysv/linux/kernel-features.h
9987         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
9988         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
9989         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
9990         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
9991         Likewise.
9992         [__i386__ || __powerpc__ || __sh__ || __sparc__]
9993         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9994         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
9995         (__ASSUME_SENDMMSG): Define instead of using previous
9996         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
9997         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9998         (__ASSUME_SENDMMSG_SYSCALL): Define.
9999         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10000         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10001         Likewise.
10002         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10003         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10004         Likewise.
10005         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10006         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10007         Likewise.
10008         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10009         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10010         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10011         [__ASSUME_SENDMMSG]: Change conditionals to
10012         [__ASSUME_SENDMMSG_SOCKETCALL].
10013         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10014         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10015         Define.
10016         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10017         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10018         Likewise.
10019         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10020         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10021         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10022         [!__ASSUME_SENDMMSG]: Change conditional to
10023         [!__ASSUME_SENDMMSG_SOCKETCALL].
10024         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10025         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10026         Define.
10027
10028         [BZ #16610]
10029         * sysdeps/unix/sysv/linux/kernel-features.h
10030         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10031         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10032         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10033         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10034         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10035         [__i386__ || __sparc__]
10036         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10037         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10038         (__ASSUME_RECVMMSG): Define instead of using previous
10039         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10040         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10041         (__ASSUME_RECVMMSG_SYSCALL): Define.
10042         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10043         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10044         Likewise.
10045         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10046         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10047         Likewise.
10048         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10049         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10050         Likewise.
10051         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10052         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10053         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10054         [__ASSUME_RECVMMSG]: Change condition to
10055         [__ASSUME_RECVMMSG_SOCKETCALL].
10056         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10057         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10058         Define.
10059         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10060         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10061         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10062         Likewise.
10063         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10064         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10065         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10066         [!__ASSUME_RECVMMSG]: Change condition to
10067         [!__ASSUME_RECVMMSG_SOCKETCALL].
10068         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10069         (__ASSUME_RECVMMSG_SYSCALL): Define.
10070
10071         [BZ #16609]
10072         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10073         __powerpc__ || __s390__ || __sh__ || __sparc__]
10074         (__ASSUME_SOCKETCALL): Define.
10075         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10076         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10077         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10078         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10079         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10080         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10081         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10082         (__ASSUME_ACCEPT4): Define instead of using previous
10083         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10084         __powerpc__ || __sparc__ || __s390__)] condition.
10085         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10086         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10087         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10088         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10089         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10090         [!__ASSUME_ACCEPT4]: Change condition to
10091         [!__ASSUME_ACCEPT4_SOCKETCALL].
10092         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10093         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10094         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10095         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10096         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10097         __ASSUME_ACCEPT4_SYSCALL.
10098         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10099         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10100         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10101         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10102         __ASSUME_ACCEPT4_SYSCALL.
10103         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10104         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10105         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10106         [__ASSUME_ACCEPT4]: Change condition to
10107         [__ASSUME_ACCEPT4_SOCKETCALL].
10108         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10109         (__ASSUME_SOCKETCALL): Define.
10110         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10111         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10112         (__ASSUME_SOCKETCALL): Define.
10113         (__ASSUME_ACCEPT4): Remove.
10114         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10115         Define.
10116         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10117         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10118         Likewise.
10119         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10120         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10121
10122         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10123         macro.
10124         (HWCAP_ARM_LPAE): Likewise.
10125         (HWCAP_ARM_EVTSTRM): Likewise.
10126         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10127         Add vpfd32, lpae and evtstrm.
10128         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10129         Increase to 22.
10130
10131 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10132
10133         * math/auto-libm-test-in: Add tests of clog10.
10134         * math/auto-libm-test-out: Regenerated.
10135         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10136         * sysdeps/i386/fpu/libm-test-ulps: Update.
10137         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10138
10139 2014-02-18  Andreas Schwab  <schwab@suse.de>
10140
10141         [BZ #16574]
10142         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10143         Store non-zero if the second buffer was newly allocated.
10144         (send_dg): Likewise.
10145         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10146         to send_vc and send_dg.
10147         (res_nsend): Pass NULL for ansp2_malloced.
10148         * resolv/res_query.c (__libc_res_nquery): Add parameter
10149         answerp2_malloced and pass it down to __libc_res_nsend.
10150         (res_nquery): Pass additional NULL to __libc_res_nquery.
10151         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10152         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10153         second answer buffer if answerp2_malloced was set.
10154         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10155         (__libc_res_nquerydomain): Add parameter
10156         answerp2_malloced and pass it down to __libc_res_nquery.
10157         (res_nquerydomain): Pass additional NULL to
10158         __libc_res_nquerydomain.
10159         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10160         additional NULL to __libc_res_nsend and __libc_res_nquery.
10161         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10162         additional NULL to __libc_res_nsearch.
10163         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10164         parameter of __libc_res_nsearch to check for separately allocated
10165         second buffer.
10166         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10167         __libc_res_nquery.
10168         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10169         additional NULL to __libc_res_nquery.
10170         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10171         __libc_res_nsearch.
10172         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10173         * include/resolv.h: Update prototypes of __libc_res_nquery,
10174         __libc_res_nsearch, __libc_res_nsend.
10175
10176 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10177
10178         * math/auto-libm-test-in: Add tests of fma.
10179         * math/auto-libm-test-out: Regenerated.
10180         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10181         (fma_towardzero_test_data): Likewise.
10182         (fma_downward_test_data): Likewise.
10183         (fma_upward_test_data): Likewise.
10184         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10185         mpc_mode.
10186         (rounding_modes): Add values for new field.
10187         (func_calc_method): Add value mpfr_fff_f.
10188         (func_calc_desc): Add mpfr_fff_f union field.
10189         (test_function): Add field exact_args.
10190         (FUNC): Add macro argument EXACT_ARGS.
10191         (FUNC_mpfr_f_f): Update call to FUNC.
10192         (FUNC_mpfr_f_f): Likewise.
10193         (FUNC_mpfr_ff_f): Likewise.
10194         (FUNC_mpfr_if_f): Likewise.
10195         (FUNC_mpc_c_f): Likewise.
10196         (FUNC_mpc_c_c): Likewise.
10197         (test_functions): Add fma.  Update calls to FUNC.
10198         (handle_input_arg): Add argument exact_args.
10199         (add_test): Update call to handle_input_arg.
10200         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10201         (output_for_one_input_case): Update call to calc_generic_results.
10202         Recalculate exact zero results in each rounding mode.
10203
10204         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10205         non-negative before setting low bit.
10206         * math/auto-libm-test-in: Mark one asin test possibly having
10207         spurious underflow.
10208         * math/auto-libm-test-out: Regenerated.
10209         * sysdeps/i386/fpu/libm-test-ulps: Update.
10210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10211
10212 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10213
10214         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10215         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10216         ports/sysdeps/unix/sysv/linux/microblaze.
10217         * README: Add missing listing for microblaze*-*-linux-gnu.
10218
10219 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10220
10221         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10222         duplicate code
10223
10224 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10225
10226         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10227         * sysdeps/unix/sysv/linux/ia64: Move directory from
10228         ports/sysdeps/unix/sysv/linux/ia64.
10229         * README: Update listing for ia64-*-linux-gnu.
10230
10231 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10232             Joseph Myers  <joseph@codesourcery.com>
10233
10234         * Makeconfig (test-name): New variable.
10235         (evaluate-test): Likewise.
10236         * Makerules (do-test-clean): Remove .test-result files.
10237         (common-mostlyclean): Likewise.
10238         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10239         * scripts/evaluate-test.sh: New file.
10240
10241 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10242
10243         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10244         separate $(objpfx)tst-fopenloc-cmp.out and
10245         $(objpfx)tst-fopenloc-mem.out targets.
10246         (tests): Update dependencies.
10247         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10248         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10249         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10250         (tst-rxspencer-no-utf8-ARGS): New variable.
10251         (tst-rxspencer-no-utf8-ENV): Likewise.
10252         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10253         instead of $(objpfx)tst-rxspencer-mem.
10254         ($(objpfx)tst-rxspencer-mem): Change target to
10255         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10256         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10257         * posix/tst-rxspencer-no-utf8.c: New file.
10258
10259         * elf/Makefile ($(objpfx)order.out): Remove rule.
10260         [$(run-built-tests) = yes] (tests): Depend on
10261         $(objpfx)order-cmp.out.
10262         ($(objpfx)order-cmp.out): New rule.
10263         [$(run-built-tests) = yes] (tests): Depend on
10264         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10265         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10266         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10267         $(objpfx)tst-array5-static-cmp.out.
10268         ($(objpfx)tst-array1.out): Remove rule.
10269         ($(objpfx)tst-array1-cmp.out): New rule.
10270         ($(objpfx)tst-array1-static.out): Remove rule.
10271         ($(objpfx)tst-array1-static-cmp.out): New rule.
10272         ($(objpfx)tst-array2.out): Remove rule.
10273         ($(objpfx)tst-array2-cmp.out): New rule.
10274         ($(objpfx)tst-array3.out): Remove rule.
10275         ($(objpfx)tst-array3-cmp.out): New rule.
10276         ($(objpfx)tst-array4.out): Remove rule.
10277         ($(objpfx)tst-array4-cmp.out): New rule.
10278         ($(objpfx)tst-array5.out): Remove rule.
10279         ($(objpfx)tst-array5-cmp.out): New rule.
10280         ($(objpfx)tst-array5-static.out): Remove rule.
10281         ($(objpfx)tst-array5-static-cmp.out): New rule.
10282         [$(run-built-tests) = yes] (tests): Depend on
10283         $(objpfx)order2-cmp.out.
10284         ($(objpfx)order2.out): Remove rule.
10285         ($(objpfx)order2-cmp.out): New rule.
10286         ($(objpfx)tst-initorder.out): Remove rule.
10287         [$(run-built-tests) = yes] (tests): Depend on
10288         $(objpfx)tst-initorder-cmp.out.
10289         ($(objpfx)tst-initorder-cmp.out): New rule.
10290         ($(objpfx)tst-initorder2.out): Remove rule.
10291         [$(run-built-tests) = yes] (tests): Depend on
10292         $(objpfx)tst-initorder2-cmp.out.
10293         ($(objpfx)tst-initorder2-cmp.out): New rule.
10294         [$(run-built-tests) = yes] (tests): Depend on
10295         $(objpfx)tst-unused-dep-cmp.out.
10296         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10297         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10298         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10299         on $(objpfx)tst-setvbuf1-cmp.out.
10300         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10301         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10302         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10303         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10304         ($(objpfx)tst-svc.out): Remove rule.
10305         ($(objpfx)tst-svc-cmp.out): New rule.
10306
10307 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10308
10309         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10310         * ctype/ctype.h [__USE_MISC]: Likewise.
10311         * dirent/dirent.h [__USE_MISC]: Likewise.
10312         * grp/grp.h [__USE_MISC]: Likewise.
10313         * io/fcntl.h [__USE_MISC]: Likewise.
10314         * io/sys/stat.h [__USE_MISC]: Likewise.
10315         * libio/stdio.h [__USE_MISC]: Likewise.
10316         * posix/unistd.h [__USE_MISC]: Likewise.
10317         * pwd/pwd.h [__USE_MISC]: Likewise.
10318         * stdlib.h [__USE_MISC]: Likewise.
10319         * string/bits/string2.h [__USE_MISC]: Likewise.
10320         * string/string.h [__USE_MISC]: Likewise.
10321         * time/time.h [__USE_MISC]: Likewise.
10322
10323 2014-02-13  Andreas Schwab  <schwab@suse.de>
10324
10325         [BZ #16574]
10326         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10327         second answer buffer if it was separately allocated.
10328
10329 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10330
10331         * sysdeps/mips/math-tests.h: Include <features.h>.
10332         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10333         (ROUNDING_TESTS_long_double): Do not define.
10334         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10335         (EXCEPTION_TESTS_long_double): Likewise.
10336         * sysdeps/mips/mips64/libm-test-ulps: Update.
10337
10338         * include/features.h (__USE_BSD): Remove macro definitions.
10339         (__USE_SVID): Likewise.
10340         (_BSD_SOURCE): Likewise.
10341         (_SVID_SOURCE): Likewise.
10342         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10343         from definition of _DEFAULT_SOURCE.
10344         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10345         [_DEFAULT_SOURCE].
10346         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10347         * bits/mman.h [__USE_BSD]: Likewise.
10348         * bits/termios.h [__USE_BSD]: Likewise.
10349         * bits/waitstatus.h [__USE_BSD]: Likewise.
10350         * ctype/ctype.h [__USE_SVID]: Likewise.
10351         * dirent/dirent.h [__USE_BSD]: Likewise.
10352         * grp/grp.h [__USE_SVID]: Likewise.
10353         [__USE_BSD]: Likewise.
10354         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10355         * io/fcntl.h [__USE_BSD]: Likewise.
10356         * io/ftw.h [__USE_BSD]: Likewise.
10357         * io/sys/stat.h [__USE_BSD]: Likewise.
10358         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10359         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10360         * libio/stdio.h [__USE_SVID]: Likewise.
10361         [__USE_BSD]: Likewise.
10362         * math/math.h [__USE_SVID]: Likewise.
10363         [__USE_BSD]: Likewise.
10364         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10365         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10366         * misc/search.h [__USE_SVID]: Likewise.
10367         * misc/sys/mman.h [__USE_BSD]: Likewise.
10368         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10369         * misc/sys/uio.h [__USE_BSD]: Likewise.
10370         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10371         * posix/glob.h [__USE_BSD]: Likewise.
10372         * posix/regex.h [__USE_BSD]: Likewise.
10373         * posix/sys/types.h [__USE_BSD]: Likewise.
10374         [__USE_SVID]: Likewise.
10375         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10376         * posix/sys/wait.h [__USE_BSD]: Likewise.
10377         [__USE_SVID]: Likewise.
10378         * posix/unistd.h [__USE_BSD]: Likewise.
10379         [__USE_SVID]: Likewise.
10380         * pwd/pwd.h [__USE_SVID]: Likewise.
10381         * resolv/netdb.h [__USE_BSD]: Likewise.
10382         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10383         * signal/signal.h [__USE_BSD]: Likewise.
10384         [__USE_SVID]: Likewise.
10385         * socket/sys/socket.h [__USE_BSD]: Likewise.
10386         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10387         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10388         [__USE_SVID]: Likewise.
10389         * string/bits/string2.h [__USE_BSD]: Likewise.
10390         [__USE_SVID]: Likewise.
10391         * string/bits/string3.h [__USE_BSD]: Likewise.
10392         * string/endian.h [__USE_BSD]: Likewise.
10393         * string/string.h [__USE_SVID]: Likewise.
10394         [__USE_BSD]: Likewise.
10395         * string/strings.h [__USE_BSD]: Likewise.
10396         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10397         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10398         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10399         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10400         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10401         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10402         Likewise.
10403         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10404         Likewise.
10405         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10406         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10407         Likewise.
10408         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10409         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10410         Likewise.
10411         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10412         Likewise.
10413         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10414         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10415         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10416         Likewise.
10417         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10418         Likewise.
10419         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10420         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10421         * termios/termios.h [__USE_BSD]: Likewise.
10422         * time/sys/time.h [__USE_BSD]: Likewise.
10423         * time/time.h [__USE_BSD]: Likewise.
10424         [__USE_SVID]: Likewise.
10425
10426         * Makefile (subdir_targets): Remove subdir_lint.out.
10427
10428         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10429         (do-tst-printf): Likewise.
10430         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10431         $(objpfx)tst-printf.out.
10432
10433         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10434
10435         * Makerules (check-abi-%): Change target to
10436         $(objpfx)check-abi-%.out.
10437         (check-abi target): Update dependencies.
10438         (check-abi-pattern variable): Redirect output of diff to $@.
10439         (check-abi variable): Likewise.
10440         * elf/Makefile (check-abi): Update dependencies.
10441
10442         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10443         unused.
10444         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10445         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10446         subnormal range.
10447         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10448         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10449         value has largest subnormal exponent.
10450         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10451         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10452         * sysdeps/aarch64/soft-fp/sfp-machine.h
10453         (_FP_TININESS_AFTER_ROUNDING): New macro.
10454         * sysdeps/alpha/soft-fp/sfp-machine.h
10455         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10456         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10457         Likewise.
10458         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10459         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10460         * sysdeps/mips/soft-fp/sfp-machine.h
10461         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10462         * sysdeps/powerpc/soft-fp/sfp-machine.h
10463         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10464         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10465         Likewise.
10466         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10467         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10468         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10469         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10470         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10471         Likewise.
10472
10473 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10474
10475         [BZ #16545]
10476         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10477         model 1.
10478
10479 2014-02-12  Richard Henderson  <rth@redhat.com>
10480
10481         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10482         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10483         * sysdeps/unix/sysv/linux/alpha: Move directory from
10484         ports/sysdeps/unix/sysv/linux/alpha.
10485         * README: Update listing for alpha-*-linux-gnu.
10486
10487 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10488
10489         * include/features.h: Update comment documenting feature test
10490         macros.
10491         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10492         _DEFAULT_SOURCE.
10493         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10494         (_SVID_SOURCE): Likewise.
10495         (_DEFAULT_SOURCE): Update description of default features.
10496         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10497         with _GNU_SOURCE.
10498         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10499         (S_ISVTX): Likewise.
10500         * manual/math.texi (Mathematical Constants): Likewise.
10501         * manual/signal.texi (Interrupted Primitives): Likewise.
10502         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10503         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10504         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10505         Don't refer to _SVID_SOURCE in warning text.
10506
10507         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10508
10509         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10510         already defined.
10511         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10512         * sysdeps/mips/dl-lookup.c: Remove.
10513         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10514
10515 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10516
10517         [BZ #16447]
10518         * math/auto-libm-test-in: Add testcase for expl.
10519         * math/auto-libm-test-out: Regenerate.
10520         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10521         calculation of unsafe.
10522         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10523
10524 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10525
10526         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10527         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10528         ports/sysdeps/unix/sysv/linux/aarch64.
10529         * README: Update listing for aarch64*-*-linux-gnu.
10530
10531 2014-02-11  Will Newton  <will.newton@linaro.org>
10532
10533         * manual/probes.texi (Mathematical Function Probes): Use
10534         "triggered" instead of "hit".
10535
10536         * manual/probes.texi (Internal Probes): Add documentation
10537         of setjmp, longjmp and longjmp_target probes.
10538
10539         * include/stap-probe.h: Add comment about probe argument
10540         format.
10541
10542         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10543         definition.  (tr_where, tr_freehook, tr_mallochook,
10544         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10545
10546 2014-02-11  David S. Miller  <davem@davemloft.net>
10547
10548         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10549         processing int_tests.
10550
10551 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10552
10553         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10554         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10555         * sysdeps/unix/sysv/linux/mips: Move directory from
10556         ports/sysdeps/unix/sysv/linux/mips.
10557         * README: Update listing for mips-*-linux-gnu and
10558         mips64-*-linux-gnu.
10559
10560 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10561
10562         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10563         * sysdeps/unix/sysv/linux/m68k: Move directory from
10564         ports/sysdeps/unix/sysv/linux/m68k.
10565         * README: Update listing for m68k-*-linux-gnu.
10566
10567 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
10568
10569         * sysdeps/tile: Move directory from ports/sysdeps/tile.
10570         * sysdeps/unix/sysv/linux/generic: Move directory from
10571         ports/sysdeps/unix/sysv/linux/generic.
10572         * sysdeps/unix/sysv/linux/tile: Move directory from
10573         ports/sysdeps/unix/sysv/linux/tile.
10574         * README: Update listing for tile*-*-linux-gnu.
10575
10576 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
10577
10578         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
10579         __builtin_expect.
10580         * benchtests/bench-memmem.c (simple_memmem): Likewise.
10581         * catgets/open_catalog.c (__open_catalog): Likewise.
10582         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
10583         * debug/confstr_chk.c: Likewise.
10584         * debug/fread_chk.c (__fread_chk): Likewise.
10585         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
10586         * debug/getgroups_chk.c: Likewise.
10587         * debug/mbsnrtowcs_chk.c: Likewise.
10588         * debug/mbsrtowcs_chk.c: Likewise.
10589         * debug/mbstowcs_chk.c: Likewise.
10590         * debug/memcpy_chk.c: Likewise.
10591         * debug/memmove_chk.c: Likewise.
10592         * debug/mempcpy_chk.c: Likewise.
10593         * debug/memset_chk.c: Likewise.
10594         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
10595         * debug/strcat_chk.c (__strcat_chk): Likewise.
10596         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
10597         * debug/strncat_chk.c (__strncat_chk): Likewise.
10598         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
10599         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
10600         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
10601         * debug/wcpncpy_chk.c: Likewise.
10602         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
10603         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
10604         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
10605         * debug/wcsncpy_chk.c: Likewise.
10606         * debug/wcsnrtombs_chk.c: Likewise.
10607         * debug/wcsrtombs_chk.c: Likewise.
10608         * debug/wcstombs_chk.c: Likewise.
10609         * debug/wmemcpy_chk.c: Likewise.
10610         * debug/wmemmove_chk.c: Likewise.
10611         * debug/wmempcpy_chk.c: Likewise.
10612         * debug/wmemset_chk.c: Likewise.
10613         * dirent/scandirat.c (SCANDIRAT): Likewise.
10614         * dlfcn/dladdr1.c (dladdr1): Likewise.
10615         * dlfcn/dladdr.c (dladdr): Likewise.
10616         * dlfcn/dlclose.c (dlclose_doit): Likewise.
10617         * dlfcn/dlerror.c (__dlerror): Likewise.
10618         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10619         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
10620         * dlfcn/dlopen.c (dlopen_doit): Likewise.
10621         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
10622         * dlfcn/dlsym.c (dlsym_doit): Likewise.
10623         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
10624         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
10625         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
10626         Likewise.
10627         * elf/dl-conflict.c: Likewise.
10628         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
10629         * elf/dl-dst.h: Likewise.
10630         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
10631         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
10632         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
10633         * elf/dl-init.c (call_init, _dl_init): Likewise.
10634         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
10635         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
10636         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
10637         Likewise.
10638         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
10639         Likewise.
10640         * elf/dl-minimal.c (__libc_memalign): Likewise.
10641         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
10642         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10643         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
10644         * elf/dl-sym.c (do_sym): Likewise.
10645         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
10646         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
10647         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
10648         * elf/dl-writev.h (_dl_writev): Likewise.
10649         * elf/ldconfig.c (search_dir): Likewise.
10650         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
10651         (dl_main): Likewise.
10652         * elf/setup-vdso.h (setup_vdso): Likewise.
10653         * grp/compat-initgroups.c (compat_call): Likewise.
10654         * grp/fgetgrent.c (fgetgrent): Likewise.
10655         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
10656         * grp/putgrent.c (putgrent): Likewise.
10657         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
10658         Likewise.
10659         * hurd/hurdinit.c: Likewise.
10660         * iconvdata/8bit-gap.c (struct): Likewise.
10661         * iconvdata/ansi_x3.110.c : Likewise.
10662         * iconvdata/big5.c : Likewise.
10663         * iconvdata/big5hkscs.c : Likewise.
10664         * iconvdata/cp1255.c: Likewise.
10665         * iconvdata/cp1258.c : Likewise.
10666         * iconvdata/cp932.c : Likewise.
10667         * iconvdata/euc-cn.c: Likewise.
10668         * iconvdata/euc-jisx0213.c : Likewise.
10669         * iconvdata/euc-jp.c: Likewise.
10670         * iconvdata/euc-jp-ms.c : Likewise.
10671         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
10672         * iconvdata/gb18030.c : Likewise.
10673         * iconvdata/gbbig5.c (const): Likewise.
10674         * iconvdata/gbgbk.c: Likewise.
10675         * iconvdata/gbk.c : Likewise.
10676         * iconvdata/ibm1364.c : Likewise.
10677         * iconvdata/ibm930.c : Likewise.
10678         * iconvdata/ibm932.c: Likewise.
10679         * iconvdata/ibm933.c : Likewise.
10680         * iconvdata/ibm935.c : Likewise.
10681         * iconvdata/ibm937.c : Likewise.
10682         * iconvdata/ibm939.c : Likewise.
10683         * iconvdata/ibm943.c: Likewise.
10684         * iconvdata/iso_11548-1.c: Likewise.
10685         * iconvdata/iso-2022-cn.c : Likewise.
10686         * iconvdata/iso-2022-cn-ext.c : Likewise.
10687         * iconvdata/iso-2022-jp-3.c: Likewise.
10688         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
10689         * iconvdata/iso-2022-kr.c : Likewise.
10690         * iconvdata/iso646.c (gconv_end): Likewise.
10691         * iconvdata/iso_6937-2.c : Likewise.
10692         * iconvdata/iso_6937.c : Likewise.
10693         * iconvdata/iso8859-1.c: Likewise.
10694         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
10695         * iconvdata/shift_jisx0213.c : Likewise.
10696         * iconvdata/sjis.c : Likewise.
10697         * iconvdata/t.61.c : Likewise.
10698         * iconvdata/tcvn5712-1.c : Likewise.
10699         * iconvdata/tscii.c: Likewise.
10700         * iconvdata/uhc.c : Likewise.
10701         * iconvdata/unicode.c (gconv_end): Likewise.
10702         * iconvdata/utf-16.c (gconv_end): Likewise.
10703         * iconvdata/utf-32.c (gconv_end): Likewise.
10704         * iconvdata/utf-7.c (base64): Likewise.
10705         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
10706         * iconv/gconv_close.c (__gconv_close): Likewise.
10707         * iconv/gconv_open.c (__gconv_open): Likewise.
10708         * iconv/gconv_simple.c (internal_ucs4_loop_single)
10709         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
10710         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
10711         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
10712         (ucs4le_internal_loop_single): Likewise.
10713         * iconv/iconv.c (iconv): Likewise.
10714         * iconv/iconv_close.c: Likewise.
10715         * iconv/loop.c (SINGLE): Likewise.
10716         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
10717         * include/atomic.h: Likewise.
10718         * inet/inet6_option.c (option_alloc): Likewise.
10719         * intl/bindtextdom.c (set_binding_values): Likewise.
10720         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
10721         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
10722         * intl/localealias.c (read_alias_file): Likewise.
10723         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
10724         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
10725         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
10726         * libio/fmemopen.c (fmemopen): Likewise.
10727         * libio/iofgets.c (_IO_fgets): Likewise.
10728         * libio/iofgets_u.c (fgets_unlocked): Likewise.
10729         * libio/iofgetws.c (fgetws): Likewise.
10730         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
10731         * libio/iogetdelim.c (_IO_getdelim): Likewise.
10732         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
10733         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
10734         * locale/findlocale.c (_nl_find_locale): Likewise.
10735         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
10736         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
10737         Likewise.
10738         * locale/setlocale.c (setlocale): Likewise.
10739         * login/programs/pt_chown.c (main): Likewise.
10740         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
10741         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
10742         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
10743         (mmap, mmap64, mremap, munmap): Likewise.
10744         * math/e_exp2l.c: Likewise.
10745         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
10746         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
10747         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
10748         * math/s_catan.c (__catan): Likewise.
10749         * math/s_catanf.c (__catanf): Likewise.
10750         * math/s_catanh.c (__catanh): Likewise.
10751         * math/s_catanhf.c (__catanhf): Likewise.
10752         * math/s_catanhl.c (__catanhl): Likewise.
10753         * math/s_catanl.c (__catanl): Likewise.
10754         * math/s_ccosh.c (__ccosh): Likewise.
10755         * math/s_ccoshf.c (__ccoshf): Likewise.
10756         * math/s_ccoshl.c (__ccoshl): Likewise.
10757         * math/s_cexp.c (__cexp): Likewise.
10758         * math/s_cexpf.c (__cexpf): Likewise.
10759         * math/s_cexpl.c (__cexpl): Likewise.
10760         * math/s_clog10.c (__clog10): Likewise.
10761         * math/s_clog10f.c (__clog10f): Likewise.
10762         * math/s_clog10l.c (__clog10l): Likewise.
10763         * math/s_clog.c (__clog): Likewise.
10764         * math/s_clogf.c (__clogf): Likewise.
10765         * math/s_clogl.c (__clogl): Likewise.
10766         * math/s_csin.c (__csin): Likewise.
10767         * math/s_csinf.c (__csinf): Likewise.
10768         * math/s_csinh.c (__csinh): Likewise.
10769         * math/s_csinhf.c (__csinhf): Likewise.
10770         * math/s_csinhl.c (__csinhl): Likewise.
10771         * math/s_csinl.c (__csinl): Likewise.
10772         * math/s_csqrt.c (__csqrt): Likewise.
10773         * math/s_csqrtf.c (__csqrtf): Likewise.
10774         * math/s_csqrtl.c (__csqrtl): Likewise.
10775         * math/s_ctan.c (__ctan): Likewise.
10776         * math/s_ctanf.c (__ctanf): Likewise.
10777         * math/s_ctanh.c (__ctanh): Likewise.
10778         * math/s_ctanhf.c (__ctanhf): Likewise.
10779         * math/s_ctanhl.c (__ctanhl): Likewise.
10780         * math/s_ctanl.c (__ctanl): Likewise.
10781         * math/w_pow.c: Likewise.
10782         * math/w_powf.c: Likewise.
10783         * math/w_powl.c: Likewise.
10784         * math/w_scalb.c (sysv_scalb): Likewise.
10785         * math/w_scalbf.c (sysv_scalbf): Likewise.
10786         * math/w_scalbl.c (sysv_scalbl): Likewise.
10787         * misc/error.c (error_tail): Likewise.
10788         * misc/pselect.c (__pselect): Likewise.
10789         * nis/nis_callback.c (__nis_create_callback): Likewise.
10790         * nis/nis_call.c (__nisfind_server): Likewise.
10791         * nis/nis_creategroup.c (nis_creategroup): Likewise.
10792         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
10793         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
10794         * nis/nis_getservlist.c (nis_getservlist): Likewise.
10795         * nis/nis_lookup.c (nis_lookup): Likewise.
10796         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
10797         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
10798         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
10799         * nis/nis_xdr.c (xdr_endpoint): Likewise.
10800         * nis/nss_compat/compat-grp.c (getgrent_next_file)
10801         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
10802         * nis/nss_compat/compat-initgroups.c (add_group)
10803         (internal_getgrent_r): Likewise.
10804         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
10805         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
10806         * nis/nss_compat/compat-spwd.c (getspent_next_file)
10807         (internal_getspnam_r): Likewise.
10808         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
10809         (_nss_nis_getaliasbyname_r): Likewise.
10810         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
10811         (_nss_nis_getntohost_r): Likewise.
10812         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
10813         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
10814         (_nss_nis_getgrgid_r): Likewise.
10815         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
10816         (internal_nis_gethostent_r, internal_gethostbyname2_r)
10817         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
10818         (_nss_nis_gethostbyname4_r): Likewise.
10819         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
10820         (initgroups_netid): Likewise.
10821         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
10822         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
10823         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
10824         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
10825         (_nss_nis_getprotobynumber_r): Likewise.
10826         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
10827         (_nss_nis_getsecretkey): Likewise.
10828         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
10829         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10830         (_nss_nis_getpwuid_r): Likewise.
10831         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10832         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10833         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10834         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10835         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10836         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10837         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10838         Likewise.
10839         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10840         (_nss_nisplus_getntohost_r): Likewise.
10841         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10842         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10843         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10844         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10845         Likewise.
10846         * nis/nss_nisplus/nisplus-initgroups.c
10847         (_nss_nisplus_initgroups_dyn): Likewise.
10848         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10849         (_nss_nisplus_getnetbyaddr_r): Likewise.
10850         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10851         (_nss_nisplus_getprotobynumber_r): Likewise.
10852         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10853         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10854         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10855         Likewise.
10856         * nis/nss_nisplus/nisplus-service.c
10857         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10858         (_nss_nisplus_getservbyport_r): Likewise.
10859         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10860         (_nss_nisplus_getspnam_r): Likewise.
10861         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10862         Likewise.
10863         * nscd/aicache.c (addhstaiX): Likewise.
10864         * nscd/cache.c (cache_search, prune_cache): Likewise.
10865         * nscd/connections.c (register_traced_file, send_ro_fd)
10866         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
10867         (main_loop_epoll): Likewise.
10868         * nscd/grpcache.c (addgrbyX): Likewise.
10869         * nscd/hstcache.c (addhstbyX): Likewise.
10870         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10871         * nscd/mem.c (gc, mempool_alloc): Likewise.
10872         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
10873         (addinnetgrX): Likewise.
10874         * nscd/nscd-client.h (__nscd_acquire_maplock)
10875         (__nscd_drop_map_ref): Likewise.
10876         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10877         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10878         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
10879         Likewise.
10880         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
10881         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10882         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
10883         (__nscd_get_map_ref): Likewise.
10884         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10885         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
10886         Likewise.
10887         * nscd/pwdcache.c (addpwbyX): Likewise.
10888         * nscd/selinux.c (preserve_capabilities): Likewise.
10889         * nscd/servicescache.c (addservbyX): Likewise.
10890         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
10891         * posix/fnmatch.c (fnmatch): Likewise.
10892         * posix/getopt.c (_getopt_internal_r): Likewise.
10893         * posix/glob.c (glob, glob_in_dir): Likewise.
10894         * posix/wordexp.c (exec_comm_child): Likewise.
10895         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
10896         (getanswer_r, gaih_getanswer_slice): Likewise.
10897         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
10898         * resolv/res_init.c: Likewise.
10899         * resolv/res_mkquery.c (res_nmkquery): Likewise.
10900         * resolv/res_query.c (__libc_res_nquery): Likewise.
10901         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
10902         Likewise.
10903         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
10904         * stdio-common/perror.c (perror): Likewise.
10905         * stdio-common/printf_fp.c (___printf_fp): Likewise.
10906         * stdio-common/tmpnam.c (tmpnam): Likewise.
10907         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
10908         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
10909         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
10910         Likewise.
10911         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
10912         * stdlib/putenv.c (putenv): Likewise.
10913         * stdlib/setenv.c (__add_to_environ): Likewise.
10914         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
10915         * stdlib/strtol_l.c (INTERNAL): Likewise.
10916         * string/memmem.c (memmem): Likewise.
10917         * string/strerror.c (strerror): Likewise.
10918         * string/strnlen.c (__strnlen): Likewise.
10919         * string/test-memmem.c (simple_memmem): Likewise.
10920         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
10921         * sunrpc/pm_getport.c (__get_socket): Likewise.
10922         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
10923         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
10924         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
10925         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
10926         Likewise.
10927         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
10928         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
10929         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
10930         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
10931         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
10932         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
10933         Likewise.
10934         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
10935         Likewise.
10936         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
10937         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
10938         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
10939         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
10940         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
10941         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
10942         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10943         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
10944         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
10945         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
10946         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10947         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
10948         Likewise.
10949         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
10950         Likewise.
10951         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
10952         Likewise.
10953         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
10954         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
10955         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
10956         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
10957         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
10958         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
10959         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
10960         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
10961         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
10962         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
10963         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
10964         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
10965         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
10966         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
10967         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10968         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
10969         Likewise.
10970         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
10971         Likewise.
10972         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
10973         Likewise.
10974         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
10975         Likewise.
10976         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10977         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10978         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
10979         Likewise.
10980         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
10981         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
10982         * sysdeps/posix/opendir.c (__opendirat): Likewise.
10983         * sysdeps/posix/sleep.c: Likewise.
10984         * sysdeps/posix/tempname.c: Likewise.
10985         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
10986         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
10987         Likewise.
10988         * sysdeps/powerpc/powerpc32/dl-machine.h
10989         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
10990         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
10991         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
10992         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
10993         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
10994         Likewise.
10995         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
10996         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
10997         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10998         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
10999         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11000         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11001         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11002         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11003         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11004         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11005         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11006         (elf_machine_lazy_rel): Likewise.
11007         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11008         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11009         (elf_machine_lazy_rel): Likewise.
11010         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11011         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11012         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11013         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11014         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11015         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11016         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11017         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11018         Likewise.
11019         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11020         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11021         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11022         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11023         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11024         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11025         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11026         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11027         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11028         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11029         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11030         Likewise.
11031         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11032         (__posix_fallocate64_l64): Likewise.
11033         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11034         (posix_fallocate): Likewise.
11035         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11036         Likewise.
11037         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11038         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11039         (getifaddrs_internal): Likewise.
11040         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11041         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11042         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11043         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11044         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11045         (__posix_fallocate64_l64): Likewise.
11046         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11047         Likewise.
11048         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11049         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11050         (__get_clockfreq): Likewise.
11051         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11052         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11053         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11054         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11055         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11056         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11057         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11058         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11059         Likewise.
11060         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11061         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11062         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11063         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11064         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11065         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11066         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11067         Likewise.
11068         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11069         (posix_fallocate): Likewise.
11070         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11071         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11072         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11073         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11074         (elf_machine_rela, elf_machine_rela_relative)
11075         (elf_machine_lazy_rel): Likewise.
11076         * time/asctime.c (asctime_internal): Likewise.
11077         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11078         * time/tzset.c (__tzset_parse_tz): Likewise.
11079         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11080         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11081         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11082         * wcsmbs/wcsmbsload.h: Likewise.
11083
11084         [BZ #15894]
11085         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11086
11087         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11088         (arena_get2): Remove THREAD_STATS conditionals.
11089         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11090         (__malloc_stats, int): Likewise.
11091
11092 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11093
11094         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11095         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11096
11097         * manual/setjmp.texi: Fix typos/grammar errors.
11098
11099         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11100         Only return early when n is <= 0.  Delete unused return statement.
11101
11102         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11103         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11104         * debug/tst-longjmp_chk3.c: New file.
11105
11106         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11107         (test_main): Replace code with set_fortify_handler call.
11108         * debug/test-strcpy_chk.c: Likewise.
11109         * debug/tst-chk1.c: Likewise.
11110         * debug/tst-longjmp_chk.c: Likewise.
11111         * test-skeleton.c: Include fcntl.h & paths.h
11112         (set_fortify_handler): Define.
11113
11114         * debug/tst-longjmp_chk.c: Add header comment and include
11115         ../test-skeleton.c.
11116         (do_test): Mark static.
11117         (TEST_FUNCTION): Define.
11118
11119         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11120         (IP_PMTUDISC_INTERFACE): Likewise.
11121         (IP_MULTICAST_IF): Likewise.
11122         (IP_MULTICAST_TTL): Likewise.
11123         (IP_MULTICAST_LOOP): Likewise.
11124         (IP_ADD_MEMBERSHIP): Likewise.
11125         (IP_DROP_MEMBERSHIP): Likewise.
11126         (IP_UNBLOCK_SOURCE): Likewise.
11127         (IP_BLOCK_SOURCE): Likewise.
11128         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11129         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11130         (IP_MSFILTER): Likewise.
11131         (MCAST_JOIN_GROUP): Likewise.
11132         (MCAST_BLOCK_SOURCE): Likewise.
11133         (MCAST_UNBLOCK_SOURCE): Likewise.
11134         (MCAST_LEAVE_GROUP): Likewise.
11135         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11136         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11137         (MCAST_MSFILTER): Likewise.
11138         (IP_MULTICAST_ALL): Likewise.
11139         (IP_UNICAST_IF): Likewise.
11140
11141         * timezone/Makefile: Delete $(have-ksh) check.
11142         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11143         * timezone/tzselect.ksh: Add +x mode bits.
11144
11145         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11146         (ANON_INODE_FS_MAGIC): Likewise.
11147         (BDEVFS_MAGIC): Likewise.
11148         (BINFMTFS_MAGIC): Likewise.
11149         (BTRFS_TEST_MAGIC): Likewise.
11150         (CRAMFS_MAGIC_WEND): Likewise.
11151         (DEBUGFS_MAGIC): Likewise.
11152         (ECRYPTFS_SUPER_MAGIC): Likewise.
11153         (EXT3_SUPER_MAGIC): Likewise.
11154         (EXT4_SUPER_MAGIC): Likewise.
11155         (FUTEXFS_SUPER_MAGIC): Likewise.
11156         (HOSTFS_SUPER_MAGIC): Likewise.
11157         (HUGETLBFS_MAGIC): Likewise.
11158         (MINIX3_SUPER_MAGIC): Likewise.
11159         (MTD_INODE_FS_MAGIC): Likewise.
11160         (NILFS_SUPER_MAGIC): Likewise.
11161         (OPENPROM_SUPER_MAGIC): Likewise.
11162         (PIPEFS_MAGIC): Likewise.
11163         (PSTOREFS_MAGIC): Likewise.
11164         (QNX6_SUPER_MAGIC): Likewise.
11165         (RAMFS_MAGIC): Likewise.
11166         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11167         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11168         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11169         (SECURITYFS_MAGIC): Likewise.
11170         (SELINUX_MAGIC): Likewise.
11171         (SMACK_MAGIC): Likewise.
11172         (SOCKFS_MAGIC): Likewise.
11173         (SQUASHFS_MAGIC): Likewise.
11174         (STACK_END_MAGIC): Likewise.
11175         (TMPFS_MAGIC): Likewise.
11176         (USBDEVICE_SUPER_MAGIC): Likewise.
11177         (V9FS_MAGIC): Likewise.
11178         (XENFS_SUPER_MAGIC): Likewise.
11179         (CRAMFS_MAGIC): Fix typo in comment.
11180         (EXT2_SUPER_MAGIC): Update comment.
11181         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11182
11183 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11184
11185         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11186         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11187         * sysdeps/unix/sysv/linux/arm: Move directory from
11188         ports/sysdeps/unix/sysv/linux/arm.
11189         * README: Update listing for arm-*-linux-gnueabi.
11190
11191         * README: Remove mention of am33.
11192
11193 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11194
11195         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11196         than the comma operator, to avoid "rhs of comma has no effect"
11197         compiler warnings.
11198         (__sigfillset, __sigandset, __sigorset): Likewise.
11199         * include/signal.h (__sigemptyset): Likewise.
11200         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11201
11202 2014-02-07  Allan McRae  <allan@archlinux.org>
11203
11204         * version.h (RELEASE): Set to "development".
11205         (VERSION): Set to "2.19.90"
11206         * NEWS: Add 2.20 section.
11207
11208 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11209
11210         [BZ #16529]
11211         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11212
11213 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11214
11215         * manual/contrib.texi: Update entry for Carlos O'Donell,
11216         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11217
11218 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11219
11220         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11221
11222         * sysdeps/unix/sysv/linux/kernel-features.h
11223         [__LINUX_KERNEL_VERSION >= 0x020621]
11224         (__ASSUME_PROC_PID_TASK_COMM): Define.
11225
11226 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11227
11228         [BZ #16398]
11229         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11230         conversion when destination buffer does not have enough space.
11231         * libio/tst-ftell-partial-wide.c: New test case.
11232         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11233
11234         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11235         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11236         Leonard and Allan McRae.
11237
11238 2014-02-04  David S. Miller  <davem@davemloft.net>
11239
11240         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11241         32-bit.
11242
11243 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11244
11245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11246         New file
11247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11248         New file
11249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11250         New file.
11251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11252         New file.
11253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11254         New file.
11255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11256         New file.
11257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11258         New file.
11259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11260         New file.
11261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11262         New file.
11263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11264         New file.
11265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11266         New file.
11267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11268         New file.
11269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11270         New file.
11271
11272 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11273
11274         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11275         * shlib-versions: Likewise.
11276
11277 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11278             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11279
11280         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11281         (abilist-pattern): New variable, set to %-le.abilist.
11282
11283         * Makerules (abilist-pattern): New variable.
11284         (vpath): Use $(abilist-pattern) in place of %.abilist.
11285         (check-abi-% pattern rule): Likewise.
11286         (check-abi, update-abi): Likewise.
11287
11288 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11289
11290         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11291
11292 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11293
11294         * manual/startup.texi: Add next, previous, and top entries for
11295         the `Program Arguments' and `Environment Variables' nodes.
11296
11297 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11298
11299         * manual/macros.texi: Add comments before MTASC-safety macros.
11300
11301         * manual/users.texi: Document MTASC-safety properties.
11302
11303         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11304         (pthread_getspecific, pthread_setspecific): Format with
11305         @deftypefun, and add @safety note.
11306         * manual/signal.texi: Move comments that analyze the above
11307         functions to their home place.
11308
11309 2014-02-03  Allan McRae  <allan@archlinux.org>
11310
11311         * po/sl.po: Update Slovenian translation from translation project.
11312
11313 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11314
11315         * manual/time.texi (timegm): Add missing blank after @c.
11316         Reported by Joseph Myers <joseph@codesourcery.com>.
11317
11318 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11319
11320         * manual/check-safety.sh: New.
11321         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11322
11323         * manual/terminal.texi: Document MTASC-safety properties.
11324
11325         * manual/filesys.texi: Document MTASC-safety properties.
11326
11327         * manual/errno.texi: Document MTASC-safety properties.
11328
11329         * manual/intro.texi: Document safety identifiers and
11330         conditionals.
11331
11332         * manual/string.texi (wcstok): Fix prototype.
11333         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11334
11335         * manual/time.texi: Document MTASC-safety properties.
11336
11337         * manual/string.texi: Document MTASC-safety properties.
11338
11339         * manual/threads.texi: Document MTASC-safety properties.
11340
11341         * manual/stdio.texi: Document MTASC-safety properties.
11342
11343         * manual/syslog.texi: Document MTASC-safety properties.
11344
11345         * manual/sysinfo.texi: Document MTASC-safety properties.
11346
11347         * manual/startup.texi: Document MTASC-safety properties.
11348
11349         * manual/socket.texi: Document MTASC-safety properties.
11350
11351         * manual/signal.texi: Document MTASC-safety properties.
11352
11353 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11354
11355         * manual/setjmp.texi: Document MTASC-safety properties.
11356
11357         * manual/search.texi: Document MTASC-safety properties.
11358
11359         * manual/resource.texi: Document MTASC-safety properties.
11360
11361         * manual/process.texi: Document MTASC-safety properties.
11362
11363         * manual/platform.texi: Document MTASC-safety properties.
11364
11365         * manual/pipe.texi: Document MTASC-safety properties.
11366
11367         * manual/pattern.texi: Document MTASC-safety properties.
11368
11369         * manual/message.texi: Document MTASC-safety properties.
11370
11371         [BZ #12751]
11372         * manual/memory.texi: Document MTASC-safety properties.
11373
11374         * manual/math.texi: Document MTASC-safety properties.
11375
11376         * manual/locale.texi: Document MTASC-safety properties.
11377
11378         * manual/llio.texi: Document MTASC-safety properties.
11379
11380         * manual/libdl.texi: New.
11381
11382         * manual/lang.texi: Document MTASC-safety properties.
11383
11384         * manual/job.texi: Document MTASC-safety properties.
11385
11386         * manual/getopt.texi: Document MTASC-safety properties.
11387
11388         * manual/ctype.texi: Document MTASC-safety properties.
11389
11390 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11391
11392         [BZ #16046]
11393         * csu/libc-tls.c (static_map): Remove variable.
11394         (__libc_setup_tls): Use main executable's link map for TLS data.
11395         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11396         casing for LM_ID_BASE and GL(dl_nns).
11397         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11398         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11399         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11400         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11401         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11402         member.
11403         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11404         l_phnum members.
11405
11406 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11407
11408         * manual/debug.texi: Document MTASC-safety properties.
11409
11410 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11411
11412         [BZ #16510]
11413         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11414         of __x86_64__ when disabling x87 inline functions.
11415
11416 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11417
11418         * manual/charset.texi: Document MTASC-safety properties.
11419
11420         * manual/crypt.texi: Document MTASC-safety properties.
11421
11422         * manual/conf.texi: Document MTASC-safety properties.
11423
11424         * manual/arith.texi: Document MTASC-safety properties.
11425
11426         * manual/argp.texi: Document MTASC-safety properties.
11427
11428         * manual/macros.texi: Introduce macros to document multi
11429         thread, asynchronous signal and asynchronous cancellation
11430         safety properties.
11431         * manual/intro.texi: Introduce the properties themselves.
11432
11433 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11434
11435         * sysdeps/sh/sh4/Makefile: New file.
11436
11437 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11438
11439         * math/gen-libm-test.pl ($srcdir): New variable.
11440         ($auto_input): Use it.
11441
11442 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11443
11444         [BZ #16506]
11445         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11446         access beyond array bounds when parsing netgroups file.
11447
11448         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11449         the old buffer before realloc.
11450
11451 2014-01-27  Allan McRae  <allan@archlinux.org>
11452
11453         * po/fr.po: Update French translation from translation project.
11454
11455 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11456
11457         * sysdeps/sh/libm-test-ulps: Regenerate.
11458
11459 2014-01-24  David S. Miller  <davem@davemloft.net>
11460
11461         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11462
11463 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11464
11465         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11466         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11467
11468 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11469
11470         [BZ #16474]
11471         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11472         string pointers after reallocation.
11473
11474 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11475
11476         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11477         __SH4A__ instead of __SH_FPU_ANY__.
11478
11479 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11480
11481         * sysdeps/sh/fpu_control.h: New file.
11482         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11483         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11484         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11485         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11486         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11487         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11488         * sysdeps/sh/sys/ucontext.h: Remove.
11489         * sysdeps/sh/sys: Remove directory.
11490
11491 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11492
11493         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11494         s390/sys/ucontext.h.
11495         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11496         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11497
11498 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11499
11500         [BZ #15605]
11501         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11502
11503 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11504
11505         [BZ#16431]
11506         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11507         Adjust the vDSO correctly for internal calls.
11508         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11509
11510 2014-01-20  Allan McRae  <allan@archlinux.org>
11511
11512         * po/ca.po: Update Catalan translation from translation project.
11513
11514 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11515
11516         * sysdeps/s390/sotruss-lib.c: New file.
11517
11518 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11519
11520         [BZ#16430]
11521         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11522         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11523         local calls issues by not having a PLT stub required for IFUNC calls.
11524         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11525
11526 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11527
11528         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11529         * math/test-fpucw-static.c: Likewise.
11530
11531 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11532
11533         [BZ #16453]
11534         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11535
11536 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11537
11538         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11539         implementation for powerpc.
11540
11541 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11542
11543         [BZ #14782]
11544         * sysdeps/posix/system.c (__libc_system): Do not enable
11545         asynchronous cancellation.
11546
11547 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11548
11549         [BZ #16427]
11550         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11551         handling only for numbers special also in the IEEE case.
11552
11553 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11554
11555         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11556
11557 2014-01-11  Allan McRae  <allan@archlinux.org>
11558
11559         * po/bg.po: Update Bulgarian translation from translation project.
11560
11561         * po/de.po: Update German translation from translation project.
11562
11563 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11564
11565         * sysdeps/generic/gcc-compat.h: New file.
11566
11567 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11568
11569         * benchtests/asin-inputs: Correct slow inputs.
11570         * benchtests/acos-inputs: Likewise.
11571
11572 2014-01-10  Allan McRae  <allan@archlinux.org>
11573
11574         * po:sv.po: Update Swedish translation from translation project.
11575
11576         * po/vi.po: Update Vietnamese translation from translation project.
11577
11578         * po/eo.po: Update Esperanto translation from translation project.
11579
11580         * po/cs.po: Update Czech translation from translation project.
11581
11582         * po/nl.po: Update Dutch translation from translation project.
11583
11584         * po/pl.po: Update Polish translation from translation project.
11585
11586         * po/ru.po: Update Russian translation from translation project.
11587
11588         * po/uk.po: Update Ukrainian translation from translation project.
11589
11590 2014-01-08  Brooks Moses  <bmoses@google.com>
11591
11592         * elf/dl-load.c: Fix comment typo.
11593
11594 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
11595
11596         * po/header.pot: Rename to...
11597         * po/pot.header: ... this.
11598         * po/Makefile: Use pot.header.
11599
11600 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
11601             Maxim Kuvyrkov  <maxim@kugelworks.com>
11602
11603         [BZ #16394]
11604         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
11605         SRC and DEST against LEN.
11606
11607 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11608
11609         [BZ #16414]
11610         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
11611         implementation.
11612         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
11613
11614 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11615
11616         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11617
11618 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
11619
11620         [BZ #16408]
11621         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
11622         for large positive arguments.
11623
11624 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
11625
11626         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11627
11628         * math/auto-libm-test-in: Mark various tests with
11629         xfail-rounding:ldbl-128ibm.
11630         * math/auto-libm-test-out: Regenerated.
11631
11632         [BZ #16407]
11633         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11634         Increase overflow threshold.
11635
11636 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
11637
11638         [BZ #14286]
11639         * stdio-common/vfprintf.c: Check for integer overflow.
11640
11641 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11642
11643         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
11644         the first argument and return value of __tls_get_addr_internal.
11645
11646 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11647
11648         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
11649         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
11650
11651 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11652
11653         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
11654         * sysdeps/s390/rtld-global-offsets.sym: New file.
11655         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
11656         GLIBC_2.19 symbol.
11657         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
11658         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
11659         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
11660         ... this.
11661         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
11662         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
11663         ... this.
11664         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11665         Regenerate.
11666         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11667         Regenerate.
11668         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
11669         halfs of GPRs for high_gprs contexts.
11670         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
11671         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
11672         field.
11673         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
11674         uc_flags field.
11675         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
11676         64 bit versions:
11677         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
11678         for high GPRs (uc_high_gprs) and for future extensions
11679         (__reserved).
11680         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
11681         for future extensions (__reserved).
11682         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
11683         64 bit versions:
11684         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
11685         SC_HIGHGPRS offset definition.
11686         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
11687         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
11688
11689         * Versions.def: Add GLIBC_2.19 for libpthread.
11690         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
11691         siglongjmp for libpthread with GLIBC_2.19 symver.
11692         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
11693         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
11694         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
11695         * sysdeps/s390/__longjmp.c: New file.
11696         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
11697         * sysdeps/s390/longjmp.c: New file.
11698         * sysdeps/s390/setjmp.S: New file.
11699         * sysdeps/s390/sigjmp.S: New file.
11700         * sysdeps/s390/v1-longjmp.c: New file.
11701         * sysdeps/s390/v1-setjmp.h: New file.
11702         * sysdeps/s390/v1-sigjmp.c: New file.
11703         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
11704         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
11705         GLIBC_2.19 version.
11706         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
11707         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
11708         versioned symbols for ____longjmp_chk.
11709         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
11710         Likewise.
11711         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11712         Regenerate.
11713         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11714         Regenerate.
11715         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11716         Regenerate.
11717         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11718         Regenerate.
11719         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
11720         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
11721         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
11722         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
11723         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
11724         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
11725         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
11726         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
11727         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
11728         * sysdeps/s390/rtld-__longjmp.c: New file.
11729         * sysdeps/s390/rtld-setjmp.S: New file.
11730
11731 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
11732
11733         [BZ #16400]
11734         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11735         Return -__logl (x) for small positive arguments without evaluating
11736         a polynomial.
11737
11738 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
11739
11740         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
11741         Rename to ...
11742         (__ptrace_peeksiginfo_args): ... this.
11743         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
11744         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
11745         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
11746
11747 2014-01-06  Allan McRae  <allan@archlinux.org>
11748
11749         * inet/netinet/in.h: Fix typo in comment.
11750
11751 2014-01-05  Andreas Jaeger  <aj@suse.de>
11752
11753         * sysdeps/i386/fpu/libm-test-ulps: Update.
11754
11755 2014-01-05  Allan McRae  <allan@archlinux.org>
11756
11757         * po/libc.pot: Regenerated.
11758
11759         * malloc/memusagestat.c: Fix gettext call formatting.
11760
11761 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
11762
11763         * nscd/nscd.c: Improve usage() output.
11764
11765 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
11766
11767         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
11768         * sysdeps/unix/sysv/linux/configure: Regenerated.
11769         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
11770         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
11771
11772 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11773
11774         [BZ #16390]
11775         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
11776         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
11777
11778 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11779
11780         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
11781         extra tokens at end of #undef directive.
11782         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
11783         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
11784         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
11785
11786 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11787
11788         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11789
11790         * math/auto-libm-test-in: Mark various tests with
11791         xfail-rounding:ldbl-128ibm.
11792         * math/auto-libm-test-out: Regenerated.
11793
11794 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
11795
11796         [BZ #16386]
11797         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
11798         numbers with subnormal high part when calculating exponent.
11799
11800         [BZ #16385]
11801         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
11802         fabs.
11803
11804         [BZ #16384]
11805         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
11806         M_LN2l.
11807         (__ieee754_acoshl): Use __log1pl not __log1p.
11808
11809 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
11810
11811         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
11812         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
11813         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
11814         (grow_heap, heap_trim, _int_new_arena, get_free_list)
11815         (reused_arena, arena_get2): Convert to GNU style.
11816         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
11817         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
11818         (memalign_check, __malloc_set_state): Likewise.
11819         * malloc/mallocbug.c (main): Likewise.
11820         * malloc/malloc.c (__malloc_assert, malloc_init_state)
11821         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
11822         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
11823         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
11824         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
11825         (__posix_memalign, malloc_info): Likewise.
11826         * malloc/malloc.h: Likewise.
11827         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
11828         (mallochook, memalignhook, reallochook, mabort): Likewise.
11829         * malloc/mcheck.h: Likewise.
11830         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11831         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11832         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11833         * malloc/morecore.c (__default_morecore): Likewise.
11834         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11835         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11836         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11837         (print_and_abort): Likewise.
11838         * malloc/obstack.h: Likewise.
11839         * malloc/set-freeres.c (__libc_freeres): Likewise.
11840         * malloc/tst-mallocstate.c (main): Likewise.
11841         * malloc/tst-mtrace.c (main): Likewise.
11842         * malloc/tst-realloc.c (do_test): Likewise.
11843
11844 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11845
11846         [BZ #16366]
11847         * nscd/netgroupcache.c (do_notfound): New function.
11848         (addgetnetgrentX): Use it.
11849
11850         [BZ # 16365]
11851         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11852         NSS_STATUS_NOTFOUND.
11853
11854 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11855
11856         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11858
11859 2014-01-01  Allan McRae  <allan@archlinux.org>
11860
11861         * scripts/update-copyrights: Update configure input file suffix.
11862
11863         * NEWS: Update copyright year.
11864         * catgets/gencat.c: Likewise.
11865         * csu/version.c: Likewise.
11866         * debug/catchsegv.sh: Likewise.
11867         * debug/pcprofiledump.c: Likewise.
11868         * debug/xtrace.sh: Likewise.
11869         * elf/ldconfig.c: Likewise.
11870         * elf/ldd.bash.in: Likewise.
11871         * elf/pldd.c: Likewise.
11872         * elf/sotruss.ksh: Likewise.
11873         * elf/sprof.c: Likewise.
11874         * iconv/iconv_prog.c: Likewise.
11875         * iconv/iconvconfig.c: Likewise.
11876         * locale/programs/locale.c: Likewise.
11877         * locale/programs/localedef.c: Likewise.
11878         * login/programs/pt_chown.c: Likewise.
11879         * malloc/memusage.sh: Likewise.
11880         * malloc/memusagestat.c: Likewise.
11881         * malloc/mtrace.pl: Likewise.
11882         * manual/libc.texinfo: Likewise.
11883         * nscd/nscd.c: Likewise.
11884         * nss/getent.c: Likewise.
11885         * nss/makedb.c: Likewise.
11886         * posix/getconf.c: Likewise.
11887         * scripts/test-installation.pl: Likewise.
11888
11889         * All files with FSF copyright notices: Update copyright dates
11890         using scripts/update-copyrights.
11891         * intl/plural.c: Regenerated.
11892         * locale/programs/charmap-kw.h: Likewise.
11893         * locale/programs/locfile-kw.h: Likewise.
11894
11895 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
11896
11897         * sysdeps/unix/sysv/linux/configure: Regenerated.
11898         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
11899         the linux/fanotify.h header.
11900         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
11901         HAVE_LINUX_FANOTIFY_H is defined.
11902
11903 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
11904
11905         * benchtests/cos-inputs: New inputs.
11906         * benchtests/sin-inputs: Likewise.
11907
11908         * benchtests/atan-inputs: New inputs. Fix name of multiple
11909         precision fallback inputs.
11910
11911         * benchtests/atanh-inputs: New inputs.
11912         * benchtests/tanh-inputs: Likewise.
11913
11914         * benchtests/acosh-inputs: New inputs.
11915         * benchtests/asinh-inputs: Likewise.
11916
11917         * benchtests/cosh-inputs: New inputs.
11918         * benchtests/sinh-inputs: Likewise.
11919
11920         * benchtests/acos-inputs: Add more inputs.
11921         * benchtests/asin-inputs: Likewise.
11922
11923 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
11924
11925         [BZ #16375]
11926         * manual/arith.texi: Fix spelling.
11927         * manual/charset.texi: Likewise.
11928         * manual/errno.texi: Likewise.
11929         * manual/filesys.texi: Likewise.
11930         * manual/lang.texi: Likewise.
11931         * manual/llio.texi: Likewise.
11932         * manual/locale.texi: Likewise.
11933         * manual/message.texi: Likewise.
11934         * manual/resource.texi: Likewise.
11935         * manual/search.texi: Likewise.
11936         * manual/setjmp.texi: Likewise.
11937         * manual/stdio.texi: Likewise.
11938         * manual/string.texi: Likewise.
11939         * manual/sysinfo.texi: Likewise.
11940         * manual/time.texi: Likewise.
11941
11942 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
11943
11944         * po/sl.po: New file.
11945
11946 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
11947
11948         * .gitignore: Add core/.gdbinit/.gdb_history.
11949
11950 2013-12-27  Allan McRae  <allan@archlinux.org>
11951
11952         [BZ #16369]
11953         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
11954         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
11955
11956 2013-12-24  Brooks Moses  <bmoses@google.com>
11957
11958         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
11959         all compilers that claim C++98 compliance, not just GCC.
11960         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
11961         Likewise.
11962
11963 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11964
11965         * NEWS: Restore accidentally deleted bug-fix entries.
11966
11967 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11968             Ondřej Bílka  <neleai@seznam.cz>
11969
11970         [BZ #15073]
11971         * malloc/malloc.c (_int_free): Perform sanity check only if we
11972         have_lock.
11973
11974 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
11975
11976         [BZ #12986]
11977         * manual/stdio.texi (String Input Conversions): Clarify that character
11978         classes are not supported.
11979
11980 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11981
11982         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11983
11984 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
11985
11986         [BZ #16337]
11987         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11988         Calculate results for small negative arguments directly rather
11989         than using reflection formula with special underflow handling.
11990
11991         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
11992         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
11993         sysdeps/unix/bsd/bsd4.4/syscalls.list.
11994         (fchflags): Likewise.
11995         (revoke): Likewise.
11996         (setlogin): Likewise.
11997         (sigaltstack): Likewise.
11998         (wait4): Likewise.
11999         (sigblock): Remove.
12000         (sigsetmask): Likewise.
12001         (wait3): Likewise.
12002         (waitpid): Likewise.
12003         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12004         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12005         file.
12006         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12007         * sysdeps/unix/bsd/Makefile: ... here.
12008         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12009         * sysdeps/unix/bsd/Versions: ... here.
12010         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12011         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12012         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12013         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12014         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12015         * sysdeps/unix/bsd/sigblock.c: ... here.
12016         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12017         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12018         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12019         * sysdeps/unix/bsd/sigvec.c: ... here.
12020         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12021         * sysdeps/unix/bsd/tcdrain.c: ... here.
12022         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12023         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12024         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12025         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12026         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12027         * sysdeps/unix/bsd/wait.c: ... here.
12028         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12029         * sysdeps/unix/bsd/wait3.c: ... here.
12030         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12031         * sysdeps/unix/bsd/waitpid.c: ... here.
12032
12033 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12034
12035         [BZ #16356]
12036         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12037         round-to-nearest for [!USE_AS_EXPM1L].
12038         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12039         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12040         more tests of exp and exp10.  Expect some exp10 tests to miss
12041         exceptions or fail in directed rounding modes.
12042         * math/auto-libm-test-out: Regenerated.
12043         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12044         (exp10_test_tonearest): New function.
12045         (exp10_towardzero_test_data): New array.
12046         (exp10_test_towardzero): New function.
12047         (exp10_downward_test_data): New array.
12048         (exp10_test_downward): New function.
12049         (exp10_upward_test_data): New array.
12050         (exp10_test_upward): New function.
12051         (main): Call the new functions.
12052         * sysdeps/i386/fpu/libm-test-ulps: Update.
12053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12054
12055 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12056
12057         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12058         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12059         * math/auto-libm-test-out: Regenerated.
12060         * math/libm-test.inc (acosh_test_data): Add more tests.
12061         (atanh_test_data): Likewise.
12062         (ceil_test_data): Likewise.
12063         (copysign_test_data): Likewise.
12064         * sysdeps/i386/fpu/libm-test-ulps: Update.
12065         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12066
12067         * timezone/checktab.awk: Update from tzcode 2013i.
12068         * timezone/private.h: Likewise.
12069         * timezone/scheck.c: Likewise.
12070         * timezone/tzfile.h: Likewise.
12071         * timezone/tzselect.ksh: Likewise.
12072         * timezone/zdump.c: Likewise.
12073         * timezone/zic.c: Likewise.
12074
12075         * math/auto-libm-test-in: Add tests of cpow.
12076         * math/auto-libm-test-out: Regenerated.
12077         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12078         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12079         mpc_cc_c.
12080         (func_calc_desc): Add mpc_cc_c union field.
12081         (test_functions): Add cpow.
12082         (special_fill_2pi): New function.
12083         (special_real_inputs): Add 2pi.
12084         (calc_generic_results): Handle mpc_cc_c.
12085         * sysdeps/i386/fpu/libm-test-ulps: Update.
12086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12087
12088         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12089         csqrt, ctan and ctanh.
12090         * math/auto-libm-test-out: Regenerated.
12091         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12092         (TEST_COND_x86): Likewise.
12093         (ccos_test_data): Use AUTO_TESTS_c_c.
12094         (ccosh_test_data): Likewise.
12095         (cexp_test_data): Likewise.
12096         (clog_test_data): Likewise.
12097         (csqrt_test_data): Likewise.
12098         (ctan_test_data): Likewise.
12099         (ctan_tonearest_test_data): Likewise.
12100         (ctan_towardzero_test_data): Likewise.
12101         (ctan_downward_test_data): Likewise.
12102         (ctan_upward_test_data): Likewise.
12103         (ctanh_test_data): Likewise.
12104         (ctanh_tonearest_test_data): Likewise.
12105         (ctanh_towardzero_test_data): Likewise.
12106         (ctanh_downward_test_data): Likewise.
12107         (ctanh_upward_test_data): Likewise.
12108         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12109         mpc_c_c.
12110         (func_calc_desc): Add mpc_c_c union field.
12111         (FUNC_mpc_c_c): New macro.
12112         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12113         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12114         ctanh.
12115         (special_fill_min_subnorm_p120): New function.
12116         (special_real_inputs): Add min_subnorm_p120.
12117         (calc_generic_results): Handle mpc_c_c.
12118         * sysdeps/i386/fpu/libm-test-ulps: Update.
12119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12120
12121 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12122
12123         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12124         (do_sin_slow): New functions.
12125         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12126         (cslow2, csloww1, csloww2): Use the new functions.
12127
12128         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12129         Use M to change sign of result instead of X.  Assume X is
12130         positive.
12131         (csloww1): Likewise.
12132         (__sin): Adjust.
12133         (__cos): Adjust.
12134
12135         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12136         arguments A and DA.
12137         (__sin): Adjust.
12138         (__cos): Likewise.
12139
12140         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12141         (__cos): Likewise.
12142         (sloww1): Don't adjust sign of DX.
12143         (csloww1): Likewise.
12144         (sloww2): Use X directly and don't adjust sign of DX.
12145         (csloww2): Likewise.
12146
12147 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12148
12149         * math/auto-libm-test-in: Add tests of cabs and carg.
12150         * math/auto-libm-test-out: Regenerated.
12151         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12152         (carg_test_data): Likewise.
12153         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12154         mpc_c_f.
12155         (func_calc_desc): Add mpc_c_f union field.
12156         (test_functions): Add cabs and carg.
12157         (calc_generic_results): Handle mpc_c_f.
12158
12159         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12160         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12161         as a macro and a compat symbol.
12162         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12163         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12164         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12165         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12166         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12167         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12168         not use .hidden.
12169         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12170         Likewise.
12171         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12172         Likewise.
12173         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12174         Likewise.
12175         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12176         Likewise.
12177         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12178         Likewise.
12179         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12180         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12181         from GLIBC_2.3.2.
12182
12183 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12184
12185         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12186
12187 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12188
12189         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12190         trailing whitespace removed.
12191         * scripts/config.guess: Update to version 2013-11-29.
12192         * scripts/config.sub: Update to version 2013-10-01.
12193
12194         * math/auto-libm-test-in: Add tests of sincos.
12195         * math/auto-libm-test-out: Regenerated.
12196         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12197         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12198         mpfr_f_11.
12199         (func_calc_desc): Add mpfr_f_11 union field.
12200         (test_functions): Add sincos.
12201         (calc_generic_results): Handle mpfr_f_11.
12202         * sysdeps/i386/fpu/libm-test-ulps: Update.
12203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12204
12205 2013-12-19  Andreas Schwab  <schwab@suse.de>
12206
12207         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12208         CALL_MCOUNT.
12209         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12210         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12211         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12212
12213 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12214
12215         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12216         * sysdeps/i386/fpu/libm-test-ulps: Update.
12217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12218
12219         [BZ #16293]
12220         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12221         round-to-nearest mode when using frndint.
12222         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12223         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12224         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12225         Likewise.
12226         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12227         sinh test to fail.
12228         * math/auto-libm-test-out: Regenerated.
12229         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12230         (TEST_COND_x86): Likewise.
12231         (expm1_tonearest_test_data): New array.
12232         (expm1_test_tonearest): New function.
12233         (expm1_towardzero_test_data): New array.
12234         (expm1_test_towardzero): New function.
12235         (expm1_downward_test_data): New array.
12236         (expm1_test_downward): New function.
12237         (expm1_upward_test_data): New array.
12238         (expm1_test_upward): New function.
12239         (main): Run the new test functions.
12240         * sysdeps/i386/fpu/libm-test-ulps: Update.
12241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12242
12243         * include/features.h: Update comment documenting feature test
12244         macros.  Mention _DEFAULT_SOURCE in comment.
12245         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12246         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12247         _BSD_SOURCE and _SVID_SOURCE.
12248         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12249         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12250         !_SVID_SOURCE]: Likewise.
12251         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12252         (__USE_POSIX_IMPLICITLY): Define.
12253         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12254         (_POSIX_SOURCE): Undefine and redefine.
12255         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12256         (_POSIX_C_SOURCE): Likewise.
12257         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12258         (Feature Test Macros): Update documentation of default features.
12259
12260 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12261
12262         * benchtests/Makefile: Add bench-strtok.
12263         * benchtests/bench-strtok.c: New file: strtok benchtest.
12264
12265 2013-12-19  Allan McRae  <allan@archlinux.org>
12266
12267         * manual/install.texi: Suppress menu for plain text output.
12268         * INSTALL: Regenerated.
12269
12270 2013-12-18  Brooks Moses  <bmoses@google.com>
12271
12272         [BZ #15846]
12273         * misc/getauxval.c: Include errno.h.
12274         (__getauxval): Set errno to ENOENT if the requested type is not
12275         found.
12276         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12277         don't declare with __attribute_const__.
12278         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12279         * manual/startup.texi: Document that getauxval sets errno.
12280
12281 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12282
12283         * math/auto-libm-test-in: Add tests of jn and yn.
12284         * math/auto-libm-test-out: Regenerated.
12285         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12286         (yn_test_data): Likewise.
12287         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12288         mpfr_if_f.
12289         (func_calc_desc): Add mpfr_if_f union field.
12290         (FUNC_mpfr_if_f): New macro.
12291         (test_functions): Add jn and yn.
12292         (calc_generic_results): Assert type of second input for
12293         mpfr_ff_f.  Handle mpfr_if_f.
12294         (output_for_one_input_case): Disable all checking for arguments
12295         fitting floating-point types in case of an integer argument.
12296         * sysdeps/i386/fpu/libm-test-ulps: Update.
12297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12298
12299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12300         Don't expect fegetround reference in libm.so.
12301
12302 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12303
12304         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12305         $(config-cflags-nofma).
12306
12307 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12308
12309         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12310         * math/auto-libm-test-out: Regenerated.
12311
12312         [BZ #16338]
12313         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12314         to determine exponent and adjust argument to have exponent of -1.
12315         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12316         log2.
12317         * math/auto-libm-test-out: Regenerated.
12318         * sysdeps/i386/fpu/libm-test-ulps: Update.
12319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12320
12321 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12322
12323         * manual/probes.texi: Remove cases when per-thread arenas are
12324         disabled.
12325
12326 2013-12-18  Andreas Schwab  <schwab@suse.de>
12327
12328         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12329         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12330         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12331         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12332         * sysdeps/i386/i686/multiarch/Makefile: Update.
12333         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12334
12335 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12336
12337         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12338         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12339
12340 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12341
12342         [BZ #15968]
12343         Support TZ transition times < 00:00:00.
12344         This is needed for version-3 tz-format files; it supports time
12345         stamps past 2037 for America/Godthab (the only entry in the tz
12346         database for which this change is relevant).
12347         * manual/time.texi (TZ Variable): Document transition times
12348         from -167:59:59 through -00:00:01.
12349         * time/tzset.c (tz_rule): Time of day is now signed.
12350         (__tzset_parse_tz): Parse negative time of day.
12351
12352         Document TZ transition times >= 25:00:00.
12353         * manual/time.texi (TZ Variable): Document transition times from
12354         25:00:00 through 167:59:59.  These are already supported, and this
12355         support will help with version-3 tz-format files.
12356
12357         * manual/time.texi (TZ Variable): Modernize North America example
12358         to reflect current (i.e., 2007-and-later) daylight saving rules.
12359
12360         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12361
12362 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12363
12364         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12365         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12366         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12367         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12368         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12369         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12370         * sysdeps/unix/bsd/clock.c: Likewise.
12371         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12372         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12373         * sysdeps/unix/bsd/init-posix.c: Likewise.
12374         * sysdeps/unix/bsd/poll.c: Likewise.
12375         * sysdeps/unix/bsd/ptsname.c: Likewise.
12376         * sysdeps/unix/bsd/seekdir.c: Likewise.
12377         * sysdeps/unix/bsd/setegid.c: Likewise.
12378         * sysdeps/unix/bsd/seteuid.c: Likewise.
12379         * sysdeps/unix/bsd/setgid.c: Likewise.
12380         * sysdeps/unix/bsd/setrgid.c: Likewise.
12381         * sysdeps/unix/bsd/setruid.c: Likewise.
12382         * sysdeps/unix/bsd/setsid.c: Likewise.
12383         * sysdeps/unix/bsd/setuid.c: Likewise.
12384         * sysdeps/unix/bsd/sigaction.c: Likewise.
12385         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12386         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12387         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12388         * sysdeps/unix/bsd/telldir.c: Likewise.
12389         * sysdeps/unix/bsd/times.c: Likewise.
12390         * sysdeps/unix/bsd/usleep.c: Likewise.
12391
12392         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12393         ($(objpfx)libbsd-compat.a): Remove rule.
12394
12395         * include/features.h (__FAVOR_BSD): Do not define.
12396         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12397         features conflicting with POSIX.
12398         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12399         (_BSD_SOURCE): Remove description of not being a subset of other
12400         feature test macros.
12401         * manual/job.texi (getpgrp): Do not document BSD version.
12402         (getpgid): Do not document by reference to BSD getpgrp.
12403         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12404         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12405         * signal/signal.h [__FAVOR_BSD]: Likewise.
12406         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12407         instead of making contents conditional on [__FAVOR_BSD].
12408         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12409
12410 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12411
12412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12413
12414 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12415
12416         [BZ #16314]
12417         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12418         values below 2**-450, not 2**-500.
12419         * math/auto-libm-test-in: Don't allow spurious underflow from
12420         hypot.
12421         * math/auto-libm-test-out: Regenerated.
12422
12423         [BZ #16316]
12424         [BZ #16330]
12425         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12426         values of ha and hb and sort them after adjusting subnormal
12427         arguments.
12428         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12429         Likewise.
12430         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12431         values of ea and eb and sort them after adjusting subnormal
12432         arguments.
12433         * math/auto-libm-test-in: Do not expect some hypot tests of
12434         subnormals to fail.  Add more hypot tests.
12435         * math/auto-libm-test-out: Regenerated.
12436
12437 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12438
12439         [BZ #13304]
12440         * sysdeps/sh/s_fma.c: New file.
12441         * sysdeps/sh/s_fmaf.c: New file.
12442         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12443         version.
12444         * sysdeps/sh/Implies: Add sh/soft-fp.
12445
12446 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12447
12448         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12449         level of indirection to members `objname', `errstring', `malloced'.
12450         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12451         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12452         it as the __longjmp argument (just pass 1 instead).
12453         (_dl_catch_error): Initialize C with argument pointers and address of
12454         volatile local ERRCODE rather than copying values out of C at return.
12455
12456 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12457
12458         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12459         * math/auto-libm-test-out: Regenerated.
12460         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12461         (hypot_test_data): Likewise.
12462         (pow_test_data): Likewise.
12463         (pow_tonearest_test_data): Likewise.
12464         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12465         mpfr_ff_f.
12466         (func_calc_desc): Add mpfr_ff_f union field.
12467         (FUNC_mpfr_ff_f): New macro.
12468         (test_functions): Add atan2, hypot and pow.
12469         (special_fill_min): New function.
12470         (special_fill_minus_min): Likewise.
12471         (special_fill_min_subnorm): Likewise.
12472         (special_fill_minus_min_subnorm): Likewise.
12473         (special_real_inputs): Add min, -min, min_subnorm and
12474         -min_subnorm.
12475         (calc_generic_results): Handle mpfr_ff_f.
12476         * sysdeps/i386/fpu/libm-test-ulps: Update.
12477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12478
12479 2013-12-16  Will Newton  <will.newton@linaro.org>
12480
12481         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12482         (Aligned Memory Blocks): Add documentation for aligned_alloc
12483         and suggest it as an alternative to posix_memalign.
12484         (Hooks for Malloc): Document __memalign_hook is also called
12485         for aligned_alloc.  (Summary of Malloc): Add summary for
12486         aligned alloc.  Document __memalign_hook is also called
12487         for aligned_alloc.
12488
12489 2013-12-16  Will Newton  <will.newton@linaro.org>
12490
12491         * manual/memory.texi (Malloc Examples): Clarify default
12492         alignment documentation.  Suggest posix_memalign rather
12493         than memalign or valloc.
12494         (Aligned Memory Blocks): Remove suggestion to use memalign
12495         or valloc.  Remove obsolete comment about BSD.
12496         Document memalign errno values and mark the function obsolete.
12497         Document posix_memalign returned error codes.  Mark valloc
12498         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12499         called for posix_memalign and valloc.
12500         (Summary of Malloc): Add posix_memalign to function summary.
12501         __memalign_hook is also called for posix_memalign and valloc.
12502
12503 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12504
12505         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12506         TAYLOR_SIN.
12507         (__sin): Adjust.
12508         (__cos): Likewise.
12509         (sloww): Use mynumber union.  Expand ternary operator into
12510         if-else statements.
12511         (cslow): use mynumber union.
12512
12513 2013-12-16  Allan McRae  <allan@archlinux.org>
12514
12515         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12516         * configure: Regenerated.
12517
12518         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12519
12520         [BZ #14120]
12521         * configure.ac: Added --enable-maintainer-mode. Check for
12522         autoconf when enabled.
12523         * configure: Regenerated.
12524
12525         * nscd/nscd.service: New file.
12526         * nscd/nscd.tmpfiles: New file.
12527
12528 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12529
12530         [BZ #12100]
12531         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12532         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12533         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12534         (strstr): Add __strstr_sse2_unaligned ifunc.
12535         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12536         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12537         (strcasestr): Remove __strcasestr_sse42 ifunc.
12538         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12539         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12540         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12541
12542 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12543
12544         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12545         * sysdeps/sh/bits/fenv.h: ... here.
12546         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12547
12548 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12549
12550         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12551
12552         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12553         hypotf multiarch implementations.
12554         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12555         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12556         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12557         multiarch hypot for PPC64.
12558         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12559         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12560         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12561         multiarch hypotf for PPC64.
12562
12563         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12564         modff multiarch implementations.
12565         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12566         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
12567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
12568         multiarch modf for PPC64.
12569         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
12570         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
12571         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
12572         multiarch modff for PPC64.
12573
12574         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
12575         and logl multiarch implementations.
12576         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
12577         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
12578         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
12579         multiarch logb for PPC64.
12580         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
12581         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
12582         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
12583         multiarch logb for PPC64.
12584         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
12585         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
12586         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
12587         multiarch logb for PPC64.
12588
12589         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
12590         isinff multiarch implementation.
12591         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
12592         file.
12593         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
12594         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
12595         multiarch isinf for PPC64.
12596         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
12597         file.
12598         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
12599         multiarch isinff for PPC64.
12600
12601         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
12602         finitef multiarch implementation.
12603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
12604         file.
12605         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
12606         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
12607         multiarch finite for PPC64.
12608         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
12609         file.
12610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
12611         multiarch finitef for PPC64.
12612
12613         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
12614         lrint multiarch implementation.
12615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
12616         file.
12617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
12618         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
12619         multiarch llrint for PPC64.
12620         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
12621         multiarch lrint for PPC64.
12622
12623         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
12624         copysignf multiarch implementation.
12625         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
12626         file.
12627         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
12628         file.
12629         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
12630         multiarch copysign for PPC64.
12631         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
12632         multiarch copysignf for PPC64.
12633
12634         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
12635         multiarch implementation.
12636         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
12637         file.
12638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
12639         file.
12640         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
12641         file.
12642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
12643         file.
12644         multiarch llround for PPC64.
12645         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
12646         multiarch trunc for PPC64.
12647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
12648         multiarch truncf for PPC64.
12649
12650         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
12651         multiarch implementation.
12652         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
12653         file.
12654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
12655         file.
12656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
12657         file.
12658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
12659         file.
12660         multiarch llround for PPC64.
12661         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
12662         multiarch round for PPC64.
12663         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
12664         multiarch roundf for PPC64.
12665
12666         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
12667         multiarch implementation.
12668         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
12669         file.
12670         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
12671         file.
12672         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
12673         file.
12674         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
12675         file.
12676         multiarch llround for PPC64.
12677         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
12678         multiarch floor for PPC64.
12679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
12680         multiarch floorf for PPC64.
12681
12682         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
12683         multiarch implementation.
12684         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
12685         file.
12686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
12687         file.
12688         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
12689         file.
12690         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
12691         file.
12692         multiarch llround for PPC64.
12693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
12694         multiarch ceil for PPC64.
12695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
12696         multiarch ceilf for PPC64.
12697
12698         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
12699         multiarch implementation.
12700         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
12701         file.
12702         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
12703         file.
12704         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
12705         file.
12706         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
12707         multiarch llround for PPC64.
12708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
12709         multiarch lround for PPC64.
12710
12711         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
12712         multiarch implementation.
12713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
12714         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
12715         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
12716         file.
12717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
12718         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
12719         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
12720         multiarch isnan for PPC64.
12721         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
12722         multiarch isnanf for PPC64.
12723
12724         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
12725         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
12726         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
12727         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
12728         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
12729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
12730
12731         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
12732         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
12733         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
12734         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
12735
12736         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
12737         multiarch implementations.
12738         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12739         (__libc_ifunc_impl_list): Likewise.
12740         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
12741         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
12742         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
12743         multiarch stpcpy for PPC64.
12744
12745         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
12746         multiarch implementations.
12747         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12748         (__libc_ifunc_impl_list): Likewise.
12749         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
12750         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
12751         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
12752         multiarch strcpy for PPC64.
12753
12754         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
12755         redefine function name.
12756         (_wordcopy_fwd_dest_aligned): Likewise.
12757         (_wordcopy_bwd_aligned): Likewise.
12758         (_wordcopy_bwd_dest_aligned): Likewise.
12759         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
12760         multiarch implementations.
12761         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12762         (__libc_ifunc_impl_list): Likewise.
12763         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
12764         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
12765         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
12766         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
12767         multiarch wcscpy for PPC64.
12768
12769         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
12770         multiarch implementations.
12771         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12772         (__libc_ifunc_impl_list): Likewise.
12773         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
12774         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
12775         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
12776         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
12777         multiarch wcscpy for PPC64.
12778
12779         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
12780         multiarch implementations.
12781         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12782         (__libc_ifunc_impl_list): Likewise.
12783         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
12784         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
12785         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
12786         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
12787         multiarch wcsrchr for PPC64.
12788
12789         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
12790         multiarch implementations.
12791         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12792         (__libc_ifunc_impl_list): Likewise.
12793         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
12794         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
12795         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
12796         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
12797         multiarch wcschr for PPC64.
12798
12799         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
12800         multiarch implementations.
12801         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12802         (__libc_ifunc_impl_list): Likewise.
12803         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
12804         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
12805         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
12806         multiarch strchrnul for PPC64.
12807
12808         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
12809         implementations.
12810         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12811         (__libc_ifunc_impl_list): Likewise.
12812         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
12813         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
12814         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
12815         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
12816         strchr for PPC64.
12817
12818         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
12819         implementations.
12820         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12821         (__libc_ifunc_impl_list): Likewise.
12822         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
12823         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
12824         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
12825         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
12826         strncmp for PPC64.
12827
12828         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
12829         multiarch implementations.
12830         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12831         (__libc_ifunc_impl_list): Likewise.
12832         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12833         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12834         strncasecmp for PPC64.
12835         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12836         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12837         multiarch strncasecmp_l for PPC64.
12838
12839         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12840         multiarch implementations.
12841         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12842         (__libc_ifunc_impl_list): Likewise.
12843         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12844         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12845         multiarch strcasecmp for PPC64.
12846         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12847         file.
12848         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12849         multiarch strcasecmp_l for PPC64.
12850
12851         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12852         implementations.
12853         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12854         (__libc_ifunc_impl_list): Likewise.
12855         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12856         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12857         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12858         strnlen for PPC64.
12859
12860         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12861         implementations.
12862         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12863         (__libc_ifunc_impl_list): Likewise.
12864         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
12865         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
12866         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
12867         strlen for PPC64.
12868
12869         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
12870         implementations.
12871         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12872         (__libc_ifunc_impl_list): Likewise.
12873         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
12874         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
12875         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
12876         rawmemrchr for PPC64.
12877
12878         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
12879         implementation.
12880         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12881         (__libc_ifunc_impl_list): Likewise.
12882         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
12883         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
12884         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
12885         memrchr for PPC64.
12886
12887         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
12888         implementation.
12889         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12890         (__libc_ifunc_impl_list): Likewise.
12891         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
12892         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
12893         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
12894         memchr for PPC64.
12895
12896         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
12897         implementation.
12898         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12899         (__libc_ifunc_impl_list): Likewise.
12900         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
12901         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
12902         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
12903         mempcpy for PPC64.
12904
12905         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
12906         avoid cretion of __bzero symbol.
12907         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
12908         Likewise.
12909         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
12910         Likewise.
12911         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
12912         Likewise.
12913         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
12914         multiarch implementations.
12915         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12916         (__libc_ifunc_impl_list): Likewise.
12917         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
12918         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
12919         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
12920         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
12921         bzero for PPC32.
12922         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
12923         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
12924         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
12925         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
12926         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
12927         memset for PPC64.
12928         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
12929
12930         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
12931         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
12932         implementations.
12933         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12934         (__libc_ifunc_impl_list): Likewise.
12935         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
12936         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
12937         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
12938         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
12939         memcmp for PPC64.
12940
12941         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
12942         multiarch for POWER/PPC64.
12943         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
12944         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
12945         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
12946         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
12947         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
12948         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
12949         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
12950         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
12951         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
12952         memcpy for PPC64.
12953
12954         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
12955         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
12956         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
12957         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
12958         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
12959         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
12960         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
12961         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
12962         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
12963         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
12964         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
12965         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
12966         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
12967         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
12968         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
12969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
12970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
12971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
12972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
12973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
12974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
12975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
12976
12977 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12978
12979         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
12980
12981 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12982
12983         * benchtests/Makefile (bench): Add exp2 and log2.
12984         (LDLIBS-bench-exp2): Add -lm.
12985         (LDLIBS-bench-log2): Likewise.
12986         * benchtests/exp2-inputs: New inputs file.
12987         * benchtests/log2-inputs: New inputs file.
12988         * benchtests/log-inputs: Add new inputs.
12989         * benchtests/tan-inputs: Likewise.
12990
12991 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12992
12993         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
12994         definition...
12995         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
12996         (csloww2): ... from here.
12997
12998         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
12999         instead of structures.
13000         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13001         (POLYNOMIAL): Likewise.
13002         (TAYLOR_SLOW): Likewise.
13003         (__sin): Likewise.
13004         (__cos): Likewise.
13005         (slow1): Likewise.
13006         (slow2): Likewise.
13007         (sloww): Likewise.
13008         (sloww1); Likewise.
13009         (sloww2): Likewise.
13010         (bsloww1): Likewise.
13011         (bsloww2): Likewise.
13012         (cslow2): Likewise.
13013         (csloww): Likewise.
13014         (csloww1): Likewise.
13015         (csloww2): Likewise.
13016
13017 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13018
13019         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13020         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13021         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13022         * malloc/hooks.c (realloc_check): Likewise.
13023
13024         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13025         * malloc/arena.c: Remove PER_THREAD conditional.
13026         [!PER_THREAD]: Remove code.
13027         (ptmalloc_unlock_all2): Likewise.
13028         (ptmalloc_init): Likewise.
13029         (_int_new_arena): Likewise.
13030         (arena_get2): Likewise.
13031         * malloc/hooks.c (__malloc_get_state): Likewise.
13032         (__malloc_set_state): Likewise.
13033         * malloc/malloc.c: Likewise.
13034         (struct malloc_state): Likewise.
13035         (struct malloc_par): Likewise.
13036         (__libc_realloc): Likewise.
13037         (__libc_mallopt): Likewise.
13038
13039 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13040
13041         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13042
13043 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13044
13045         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13046         macro to a function.  Check for zero perturb_byte.
13047         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13048
13049         * malloc/malloc.c: (force_reg): Remove.
13050         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13051         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13052         force_reg by atomic_forced_read.
13053         * malloc/arena.c (ptmalloc_init): Likewise.
13054         * malloc/hooks.c (top_check): Likewise.
13055
13056 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13057
13058         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13059
13060 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13061
13062         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13063
13064 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13065
13066         * math/auto-libm-test-in: Add tests of lgamma.
13067         * math/auto-libm-test-out: Regenerated.
13068         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13069         (M_LOG_2_SQRT_PIl): Likewise.
13070         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13071         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13072         mpfr_f_f1.
13073         (func_calc_desc): Add mpfr_f_f1 union field.
13074         (ARGS1): New macro.
13075         (ARGS2): Likewise.
13076         (ARGS3): Likewise.
13077         (ARGS4): Likewise.
13078         (RET1): Likewise.
13079         (RET2): Likewise.
13080         (CALC): Likewise.
13081         (FUNC): Likewise.
13082         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13083         (test_functions): Add lgamma.
13084         (calc_generic_results): Handle mpfr_f_f1.
13085         * sysdeps/i386/fpu/libm-test-ulps: Update.
13086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13087
13088 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13089
13090         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13091         __mpn_add_n for PowerPC64/POWER7.
13092         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13093         __mpn_sub_n for PowerPC64/POWER7.
13094
13095         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13096         __mpn_addmul_1 for PowerPC64.
13097         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13098         __mpn_submul_1 for PowerPC64.
13099         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13100         for PowerPC64.
13101         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13102         for PowerPC64.
13103
13104 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13105
13106         [BZ #15089]
13107         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13108
13109 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13110
13111         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13112
13113         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13114         add multiarch folders.
13115         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13116         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13117         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13118         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13119         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13120         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13121         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13122         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13123         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13124         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13125         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13132
13133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13134         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13136         New file.
13137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13138         New file.
13139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13140         multiarch __ieee754_hypot for PowerPC32.
13141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13142         New file.
13143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13144         New file.
13145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13146         multiarch __ieee754_hypotf for PowerPC32.
13147
13148         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13149         long_double_symbol only if __logbl is defined.
13150         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13151         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13152         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13153         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13154         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13155         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13156         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13157         path for implementation.
13158         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13159         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13160         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13161         logb, and logbl multiarch implementations for PowerPC32.
13162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13163         file.
13164         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13165         file.
13166         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13167         multiarch logb for PowerPC32.
13168         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13169         file.
13170         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13171         file.
13172         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13173         multiarch logbf for PowerPC32.
13174         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13176         file.
13177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13178         multiarch logbl implementation for PowerPC32.
13179
13180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13181         and modff multiarch implementations.
13182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13183         New file.
13184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13185         New file.
13186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13187         multiarch modf for PowerPC32.
13188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13189         New file.
13190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13191         New file.
13192         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13193         multiarch modff for PowerPC32.
13194
13195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13196         and lrintf multiarch implementations.
13197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13198         New file.
13199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13200         New file.
13201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13202         multiarch lrint for PowerPC32.
13203         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13204         file: multiarch lrintf for PowerPC32.
13205
13206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13207         and lroundf multiarch implementations.
13208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13209         New file.
13210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13211         New file.
13212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13213         New file.
13214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13215         multiarch lround for PowerPC32.
13216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13217         file: multiarch lroundf for PowerPC32.
13218
13219         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13220         copysign and copysignf multiarch implementations.
13221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13222         New file.
13223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13224         New file.
13225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13226         file: multiarch copysign for PowerPC32.
13227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13228         file: multiarch copysignf for PowerPC32.
13229
13230         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13231         and truncf multiarch implementations.
13232         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13233         New file.
13234         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13235         file.
13236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13237         multiarch trunc for PowerPC32.
13238         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13239         New file.
13240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13241         New file.
13242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13243         multiarch truncf for PowerPC32.
13244
13245         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13246         and roundf multiarch implementations.
13247         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13248         New file.
13249         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13250         file.
13251         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13252         multiarch round for PowerPC32.
13253         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13254         New file.
13255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13256         New file.
13257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13258         multiarch roundf for PowerPC32.
13259
13260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13261         and floorf multiarch implementations.
13262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13263         New file.
13264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13265         file.
13266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13267         multiarch floor for PowerPC32.
13268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13269         New file.
13270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13271         New file.
13272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13273         multiarch floorf for PowerPC32.
13274
13275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13276         and ceilf multiarch implementations.
13277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13278         New file.
13279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13280         file.
13281         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13282         multiarch ceil for PowerPC32.
13283         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13284         New file.
13285         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13286         file.
13287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13288         multiarch ceilf for PowerPC32.
13289
13290         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13291         is defined.
13292         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13293         FINITEF is defined.
13294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13295         and finitef multiarch implementations.
13296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13297         New file.
13298         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13299         file.
13300         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13301         multiarch finite for PowerPC32.
13302         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13303         New file.
13304         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13305         file: multiarch finitef for PowerPC32.
13306
13307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13308         and isinff multiarch implementations.
13309         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13310         file.
13311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13312         file.
13313         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13314         multiarch isinf for PowerPC32.
13315         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13316         New file.
13317         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13318         multiarch isinff for PowerPC32.
13319
13320         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13321         alias when __isnan is defined.
13322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13323         and isnanf multiarch implementations.
13324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13325         file.
13326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13327         file.
13328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13329         file.
13330         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13331         file.
13332         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13333         multiarch isnan for PowerPC32.
13334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13335         New file.
13336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13337         New file.
13338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13339         multiarch isnanf for PowerPC32.
13340
13341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13342         and sqrtf multiarch implementations.
13343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13344         file.
13345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13346         file.
13347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13348         multiarch sqrt for PowerPC32.
13349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13350         file.
13351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13352         file.
13353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13354         multiarch sqrtf for PowerPC32.
13355
13356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13357         and llroundf multiarch implementations.
13358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13359         New file.
13360         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13361         New file.
13362         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13363         New file.
13364         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13365         file: multiarch llround for PowerPC32.
13366         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13367         file: multiarch llroundf for PowerPC32.
13368
13369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13370         multiarch PowerPC32 fpu implementations.
13371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13372         New file.
13373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13374         New file.
13375         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13376         multiarch llrint for PowerPC32.
13377         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13378         New file.
13379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13380         New file.
13381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13382         file.
13383
13384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13385
13386         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13387         file.
13388         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13389         file.
13390         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13391         file.
13392         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13393         multiarch wordcopy for PPC32.
13394         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13395         wordcopy objects.
13396         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13397         (__libc_ifunc_impl_list): Likewise.
13398         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13399         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13400         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13401         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13402         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13403         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13404
13405         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13406         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13407         file.
13408         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13409         file.
13410         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13411         file.
13412         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13413         multiarch wcscpy for PPC32.
13414         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13415         multiarch objects.
13416         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13417         (__libc_ifunc_impl_list): Likewise.
13418         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13419         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13420         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13421         sysdeps/powerpc/power6/wcscpy.c.
13422
13423         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13424         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13425         file.
13426         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13427         file.
13428         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13429         file.
13430         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13431         multiarch wcsrchr for PPC32.
13432         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13433         multiarch objects.
13434         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13435         (__libc_ifunc_impl_list): Likewise.
13436         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13437         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13438         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13439         sysdeps/powerpc/power6/wcsrchr.c.
13440
13441         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13442         file.
13443         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13444         file.
13445         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13446         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13447         multiarch wcschr for PPc32.
13448         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13449         multiarch objects.
13450         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13451         (__libc_ifunc_impl_list): Likewise.
13452         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13453         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13454         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13455         sysdeps/powerpc/power6/wcschr.c.
13456
13457         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13458         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13459         file.
13460         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13461         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13462         file: multiarch strchr for PPC32.
13463         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13464         multiarch objects.
13465         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13466         (__libc_ifunc_impl_list): Likewise.
13467
13468         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13469         name.
13470         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13471         file.
13472         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13473         file.
13474         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13475         multiarch strchrnul for PPC32.
13476         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13477         multiarch objects.
13478         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13479         (__libc_ifunc_impl_list): Likewise.
13480
13481         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13482         file.
13483         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13484         multiarch strncasecmp for PPC32.
13485         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13486         file.
13487         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13488         multiarch strncasecmp_l for PPC32.
13489         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13490         strncasecmp multiarch objects.
13491         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13492         (__libc_ifunc_impl_list): Likewise.
13493
13494         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13495         file.
13496         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13497         multiarch strncasecmp for PPC32.
13498         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13499         New file.
13500         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13501         multiarch strcasecmp_l for PPC32.
13502         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13503         multiarch objects.
13504         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13505         (__libc_ifunc_impl_list): Likewise.
13506
13507         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13508         file.
13509         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13510         file.
13511         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13512         multiarch strncmp for PPC32.
13513         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13514         multiarch objects.
13515         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13516         (__libc_ifunc_impl_list): Likewise.
13517
13518         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13519         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13520         file.
13521         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13522         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13523         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13524         multiarch objects.
13525         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13526         (__libc_ifunc_impl_list): Likewise.
13527
13528         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13529         file.
13530         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13531         file.
13532         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13533         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13534         multiarch objects.
13535         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13536         (__libc_ifunc_impl_list): Likewise.
13537
13538         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13539         file.
13540         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13541         file.
13542         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13543         multiarch rawmemchr for PPC32.
13544         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13545         multiarch objects.
13546         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13547         (__libc_ifunc_impl_list): Likewise.
13548
13549         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13550         file.
13551         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13552         file.
13553         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13554         file: memrchr multiarch for PPC32.
13555         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13556         multiarch objects.
13557         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13558         (__libc_ifunc_impl_list): Likewise.
13559
13560         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13561         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13562         file.
13563         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13564         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13565         multiarch memchr for PPC32.
13566         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
13567         multiarch objects.
13568         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13569         (__libc_ifunc_impl_list): Likewise.
13570
13571         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
13572         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
13573         file.
13574         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
13575         file.
13576         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
13577         file: multiarch mempcpy for PPC32.
13578         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
13579         multiarch objects.
13580         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13581         (__libc_ifunc_impl_list): Likewise.
13582
13583         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
13584         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
13585         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
13586         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
13587         multiarch bzero for PPC32.
13588         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
13589         file.
13590         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
13591         file.
13592         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
13593         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
13594         file: multiarch memset for PPC32.
13595         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
13596         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
13597         memset multiarch objects.
13598         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13599         (__libc_ifunc_impl_list): Likewise.
13600
13601         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
13602         file.
13603         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
13604         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
13605         memcmp for PPC32.
13606         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
13607         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
13608         multiarch objects.
13609         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13610         (__libc_ifunc_impl_list): Likewise.
13611
13612         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
13613         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
13614         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
13615         file.
13616         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
13617         file.
13618         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
13619         file.
13620         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
13621         multiarch memcpy for PPC32.
13622         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
13623         multiarch objects.
13624         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13625         (__libc_ifunc_impl_list): Likewise.
13626
13627         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
13628         support multiarch for POWER/PPC32.
13629         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
13630         Likewise.
13631         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
13632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
13633         Implies file to make multiarch folder appers before the fpu and
13634         default folder for power4 configuration.
13635
13636 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
13637
13638         * scripts/bench.pl: Append volatile keyword to type.
13639
13640 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13641
13642         * sysdeps/sh/sotruss-lib.c: New file.
13643         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
13644
13645 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13646
13647         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13648
13649 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
13650
13651         [BZ #6810]
13652         * math/w_tgamma.c: Include <errno.h>.
13653         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
13654         * math/w_tgammaf.c: Include <errno.h>.
13655         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
13656         * math/w_tgammal.c: Include <errno.h>.
13657         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
13658         * math/auto-libm-test-in: Do not allow missing errno on tgamma
13659         underflow.  Add more tgamma tests.
13660         * math/auto-libm-test-out: Regenerated.
13661         * sysdeps/i386/fpu/libm-test-ulps: Update.
13662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13663
13664         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
13665         sin, sinh, tan, tanh, tgamma, y0 and y1.
13666         * math/auto-libm-test-out: Regenerated.
13667         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13668         (TEST_COND_x86): Likewise.
13669         (M_E2l): Remove macro.
13670         (M_E3l): Likewise.
13671         (M_2_SQRT_PIl): Likewise.
13672         (M_SQRT_PIl): Likewise.
13673         (M_1_DIV_El): Likewise.
13674         (log_test_data): Use AUTO_TESTS_f_f.
13675         (log10_test_data): Likewise.
13676         (log1p_test_data): Likewise.
13677         (log2_test_data): Likewise.
13678         (sin_test_data): Likewise.
13679         (sin_tonearest_test_data): Likewise.
13680         (sin_towardzero_test_data): Likewise.
13681         (sin_downward_test_data): Likewise.
13682         (sin_upward_test_data): Likewise.
13683         (sinh_test_data): Likewise.
13684         (sinh_tonearest_test_data): Likewise.
13685         (sinh_towardzero_test_data): Likewise.
13686         (sinh_downward_test_data): Likewise.
13687         (sinh_upward_test_data): Likewise.
13688         (tan_test_data): Likewise.
13689         (tan_tonearest_test_data): Likewise.
13690         (tan_towardzero_test_data): Likewise.
13691         (tan_downward_test_data): Likewise.
13692         (tan_upward_test_data): Likewise.
13693         (tanh_test_data): Likewise.
13694         (tgamma_test_data): Likewise.
13695         (y0_test_data): Likewise.
13696         (y1_test_data): Likewise.
13697         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
13698         (special_real_inputs): Add pi/4.
13699         * sysdeps/i386/fpu/libm-test-ulps: Update.
13700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13701
13702 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13703
13704         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
13705         "longjmp_target" static probes.
13706         (__longjmp): Rename to __longjmp_symbol.
13707         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
13708         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
13709         on which longjmp to generate.
13710         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
13711         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
13712         probe.
13713         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13714         (__sigjmp_save): Rename to __sigjmp_save_symbol.
13715         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
13716         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
13717         and __sigjmp_save_symbol based on which sigsetjmp to generated.
13718         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
13719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
13720         __longjmp_symbol based on which __longjmp to generate.
13721         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
13722         probe.
13723         (setjmp): Rename to setjmp_symbol.
13724         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13725         (_setjmp): Rename to _setjmp_symbol.
13726         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13727         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
13728         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
13729         which setjmp to generate.
13730         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
13731         "longjmp_target" static probes.
13732
13733 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13734
13735         * benchtests/README: Add note about output arguments.
13736         * benchtests/bench-sincos.c: Remove file.
13737         * benchtests/sincos-inputs: New file.
13738         * scripts/bench.pl: Identify output arguments and define
13739         static variables for them.
13740
13741         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
13742
13743         [BZ #15941]
13744         * Makefile (INSTALL): Add install-plain.texi as the primary
13745         dependency.
13746         * manual/install-plain.texi: New file.
13747         * manual/install.texi: Include node directive only for
13748         non-plaintext output.
13749
13750 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
13751
13752         * stdlib/longlong.h: Update from GCC.
13753
13754         [BZ #6807]
13755         [BZ #15901]
13756         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
13757         * math/w_j0f.c (y0f): Likewise.
13758         * math/w_j0l.c (__y0l): Likewise.
13759         * math/w_j1.c (y1): Likewise.
13760         * math/w_j1f.c (y1f): Likewise.
13761         * math/w_j1l.c (__y1l): Likewise
13762         * math/w_jn.c (yn): Likewise.
13763         * math/w_jnf.c (ynf): Likewise.
13764         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
13765         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
13766         value for Bessel function domain errors outside _SVID_ mode.
13767         Adjust sign of return value for yn (negative integer, 0).
13768         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
13769         by zero in return for negative x and set sign appropriately for
13770         negative n.
13771         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
13772         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
13773         * math/libm-test.inc (y0_test_data): Add more tests and adjust
13774         expectations in error cases.
13775         (y1_test_data): Likewise.
13776         (yn_test_data): Likewise.
13777         * sysdeps/i386/fpu/libm-test-ulps: Update.
13778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13779
13780 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13781
13782         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
13783         "64" to "64-v1".  Add "64-v2".
13784         (abi-64-options): Rename to ...
13785         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
13786         (abi-64-condition): Rename to ...
13787         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
13788         (abi-64-ld-soname): Rename to ...
13789         (abi-64-v1-ld-soname): ... this.
13790         (abi-64-v2-options): Define.
13791         (abi-64-v2-condition): Likewise.
13792         (abi-64-v2-ld-soname): Likewise.
13793         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
13794         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
13795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
13796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
13797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
13798
13799 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13800             Alan Modra  <amodra@gmail.com>
13801
13802         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
13803         New versions for use with the ELFv2 ABI.
13804         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
13805         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
13806         declaration.
13807         (struct La_ppc64v2_retval): Likewise.
13808         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
13809         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
13810         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
13811         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
13812         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
13813         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
13814         Do not save or restore CR.
13815         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
13816         (_dl_profile_resolve): Do no save or restore CR.  Support extended
13817         return values for ELFv2 ABI.  Fix location of FPR return registers.
13818         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
13819         updated values for _CALL_ELF == 2.
13820         (La_regs, La_retval, int_retval): Likewise.
13821
13822 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13823
13824         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
13825         (FRAME_MIN_SIZE_PARM): Likewise.
13826         (FRAME_BACKCHAIN): Likewise.
13827         (FRAME_CR_SAVE): Likewise.
13828         (FRAME_LR_SAVE): Likewise.
13829         (FRAME_TOC_SAVE): Likewise.
13830         (FRAME_PARM_SAVE): Likewise.
13831         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13832         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13833         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13834         (call_mcount_parm_offset): New macro.
13835         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13836         (PROF): Use symbolic stack frame offsets.
13837         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13838         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13839         Redefine in terms of FRAME_MIN_SIZE.
13840         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13841         (_dl_profile_resolve): Likewise.  Update comment.
13842         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13843         symbols stack frame offsets.
13844         (__sigsetjmp): Likewise.
13845         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13846         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13847         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13848         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13849
13850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13851         (FRAME_BACKCHAIN): Remove.
13852         (FRAME_CR_SAVE): Likewise.
13853         (FRAME_LR_SAVE): Likewise.
13854         (FRAME_COMPILER_DW): Likewise.
13855         (FRAME_LINKER_DW): Likewise.
13856         (FRAME_TOC_SAVE): Likewise.
13857         (FRAME_PARM_SAVE): Likewise.
13858         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13859         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13860         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13862         (CHECK_SP): Use symbolic stack frame offsets.
13863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
13864         zone" instead of caller's parameter save area for temp storage.
13865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
13866         Likewise.  Also, use symbolic stack frame offsets.
13867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
13868         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
13869         our own stack frame instead of the caller's.
13870         (__socket): Use symbolic stack frame offsets.
13871
13872 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13873             Alan Modra  <amodra@gmail.com>
13874
13875         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
13876         Define.
13877         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
13878         (PPC64_LOCAL_ENTRY_OFFSET): Define.
13879         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
13880         New function.
13881         (elf_machine_fixup_plt): Call it.
13882         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
13883         reloc arguments.
13884         (elf_machine_rela): Update call to elf_machine_plt_conflict.
13885         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13886         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
13887         r2 before calling target.
13888
13889 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13890             Alan Modra  <amodra@gmail.com>
13891
13892         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
13893         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
13894         versions of macros to support ELFv2 ABI.
13895         (LOCALENTRY): New macro.
13896         (ENTRY, EALIGN): Use it.
13897         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
13898         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
13899         fall through into ENTRY entry point.
13900         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
13901         Only define if _CALL_ELF != 2.
13902
13903         (elf_machine_matches_host): Verify ABI version matches.
13904         (RTLD_START): Use LOCALENTRY.
13905         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
13906         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
13907         (PLT_ENTRY_WORDS): New macro.
13908         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
13909         (elf_machine_runtime_setup): Support ELFv2 ABI.
13910         (elf_machine_fixup_plt): Likewise.
13911         (elf_machine_plt_conflict): Likewise.
13912         (resolve_ifunc): Likewise.
13913         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
13914         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
13915         Likewise.
13916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13917         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
13918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13919         (makecontext): Support ELFv2 ABI.
13920         * elf/elf.h (EF_PPC64_ABI): Define.
13921
13922 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13923
13924         * sysdeps/powerpc/powerpc64/sysdep.h
13925         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
13926         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
13927         (ENTRY) [ASSEMBLER]: ... but instead here ...
13928         (EALIGN) [ASSEMBLER]: ... and here.
13929         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
13930         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
13931         (ENTRY_2) [!ASSEMBLER]: Use it.
13932         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
13933         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
13934         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13935         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
13936         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
13937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
13938         Use PPC64_LOAD_FUNCPTR.
13939
13940         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
13941
13942 2013-12-04  Alan Modra  <amodra@gmail.com>
13943
13944         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
13945         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
13946         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
13947         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
13948
13949         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
13950         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
13951         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
13952         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
13953         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
13954         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
13955
13956 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13957
13958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13959         (__makecontext): Fix incorrect CFI when backtracing out of
13960         context created via makecontext.
13961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
13962         (__setcontext): Fix incorrect CFI during switch to new context.
13963         (__novec_setcontext): Likewise.
13964
13965 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13966
13967         [BZ #4772]
13968         * time/strptime_l.c (__strptime_internal): Allow modifiers
13969         in strptime.
13970         * time/tst-strptime.c (day_tests): Add testcase.
13971
13972 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13973
13974         * scripts/bench.pl: Skip over blank lines.
13975
13976 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13977
13978         [BZ #926]
13979         * manual/time.texi (Calendar Time): Clarify what timezone functions
13980         use.
13981
13982 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13983
13984         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13985
13986 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13987
13988         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
13989         implementation.
13990         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
13991         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
13992         * debug/memset_chk.c (__memset_chk): Likewise.
13993         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
13994         * debug/strncpy_chk.c: Likewise.
13995
13996 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13997
13998         [BZ #15268]
13999         [BZ #15425]
14000         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14001         (__ieee754_exp): For possibly underflowing results, check size of
14002         result and force underflow exception if required.
14003         * math/auto-libm-test-in: Add more tests of exp.
14004         * math/auto-libm-test-out: Regenerated.
14005         * sysdeps/i386/fpu/libm-test-ulps: Update.
14006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14007
14008         [BZ #16283]
14009         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14010         * math/w_exp2f.c (__exp2f): Likewise.
14011         * math/w_exp2l.c (__exp2l): Likewise.
14012         * math/auto-libm-test-in: Do not allow missing errno on exp2
14013         underflow.
14014         * math/auto-libm-test-out: Regenerated.
14015
14016 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14017
14018         [BZ #16274]
14019         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14020         handle filename validation.
14021         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14022         (do_open): Delete.
14023
14024 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14025
14026         [BZ #6786]
14027         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14028         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14029         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14030         <float.h>.
14031         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14032         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14033         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14034         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14035         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14036         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14037         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14038         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14039         Add more erfc tests.
14040         * math/auto-libm-test-out: Regenerated.
14041         * sysdeps/i386/fpu/libm-test-ulps: Update.
14042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14043
14044         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14045         exp2, expm1, j0 and j1.
14046         * math/auto-libm-test-out: Regenerated.
14047         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14048         (erfc_test_data): Likewise.
14049         (exp_test_data): Likewise.
14050         (exp_tonearest_test_data): Likewise.
14051         (exp_towardzero_test_data): Likewise.
14052         (exp_downward_test_data): Likewise.
14053         (exp_upward_test_data): Likewise.
14054         (exp10_test_data): Likewise.
14055         (exp2_test_data): Likewise.
14056         (expm1_test_data): Likewise.
14057         (j0_test_data): Likewise.
14058         (j1_test_data): Likewise.
14059         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14060         (input_flag_type): Add flag_xfail_rounding.
14061         (input_flags): Add xfail-rounding.
14062         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14063         (output_for_one_input_case): Handle flag_xfail_rounding.
14064         * sysdeps/i386/fpu/libm-test-ulps: Update.
14065         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14066
14067 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14068
14069         [BZ #16289]
14070         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14071         division by 0.
14072
14073 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14074
14075         [BZ #16195]
14076         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14077         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14078         (STAP_PROBE0): New macro.
14079         (STAP_PROBE1): Likewise.
14080         (STAP_PROBE2): Likewise.
14081         (STAP_PROBE3): Likewise.
14082         (STAP_PROBE4): Likewise.
14083
14084 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14085
14086         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14087
14088 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14089
14090         * benchtests/Makefile (bench): Add sqrt.
14091         (LDLIBS-bench-sqrt): New.
14092         * benchtests/sqrt-input: New.
14093
14094 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14095
14096         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14097         (GAIH_EAI): Likewise.
14098         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14099         (gaih_inet): Likewise.
14100         (getaddrinfo): Don't use GAIH_EAI.
14101
14102         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14103         (struct gaih): Remove definition.
14104
14105 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14106
14107         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14108         Use HERRNOP directly.
14109
14110 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14111
14112         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14113
14114 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14115
14116         * math/gen-auto-libm-tests.c (test_functions): Add more
14117         single-argument functions.
14118         (special_fill_pi_2): New function.
14119         (special_fill_minus_pi_2): Likewise.
14120         (special_fill_pi_6): Likewise.
14121         (special_fill_minus_pi_6): Likewise.
14122         (special_fill_pi_3): Likewise.
14123         (special_fill_2pi_3): Likewise.
14124         (special_fill_e): Likewise.
14125         (special_fill_1_e): Likewise.
14126         (special_fill_e_minus_1): Likewise.
14127         (special_real_inputs): Add more special inputs.
14128         (output_for_one_input_case): Do not require ERANGE on underflow to
14129         zero if round-to-nearest result does not underflow to zero, unless
14130         exact results required.
14131         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14132         atan, atanh, cbrt, cos and cosh.
14133         * math/auto-libm-test-out: Regenerated.
14134         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14135         (acos_tonearest_test_data): Likewise.
14136         (acos_towardzero_test_data): Likewise.
14137         (acos_downward_test_data): Likewise.
14138         (acos_upward_test_data): Likewise.
14139         (acosh_test_data): Likewise.
14140         (asin_test_data): Likewise.
14141         (asin_tonearest_test_data): Likewise.
14142         (asin_towardzero_test_data): Likewise.
14143         (asin_upward_test_data): Likewise.
14144         (asinh_test_data): Likewise.
14145         (atan_test_data): Likewise.
14146         (atanh_test_data): Likewise.
14147         (cbrt_test_data): Likewise.
14148         (cos_test_data): Likewise.
14149         (cos_tonearest_test_data): Likewise.
14150         (cos_towardzero_test_data): Likewise.
14151         (cos_downward_test_data): Likewise.
14152         (cos_upward_test_data): Likewise.
14153         (cosh_test_data): Likewise.
14154         (cosh_tonearest_test_data): Likewise.
14155         (cosh_towardzero_test_data): Likewise.
14156         (cosh_downward_test_data): Likewise.
14157         (cosh_upward_test_data): Likewise.
14158         * sysdeps/i386/fpu/libm-test-ulps: Update.
14159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14160
14161 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14162
14163         [BZ #6787]
14164         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14165         * math/w_exp10f.c (__exp10f): Likewise.
14166         * math/w_exp10l.c (__exp10l): Likewise.
14167         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14168         errno settings in existing tests.
14169
14170         [BZ #14032]
14171         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14172         precision control set to double precision.
14173         * sysdeps/i386/fpu/w_sqrt.c: New file.
14174         * math/auto-libm-test-in: Add more tests.
14175         * math/auto-libm-test-out: Update.
14176
14177         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14178         (sqrt_test_tonearest): New function.
14179         (sqrt_towardzero_test_data): New variable.
14180         (sqrt_test_towardzero): New function.
14181         (sqrt_downward_test_data): New variable.
14182         (sqrt_test_downward): New function.
14183         (sqrt_upward_test_data): New variable.
14184         (sqrt_test_upward): New function.
14185         (main): Call the new functions.
14186
14187         * math/gen-auto-libm-tests.c: New file.
14188         * math/auto-libm-test-in: Likewise.
14189         * math/auto-libm-test-out: New generated file.
14190         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14191         variables.
14192         (%beautify): Add generated representations of zero.
14193         (top level): Set $auto_input and call parse_auto_input.
14194         (beautify): Remove trailing "f" from hex float constants.
14195         (parse_args): Handle XFAIL_TEST.
14196         (convert_condition): New function.
14197         (or_value): Likewise.
14198         (or_cond_value): Likewise.
14199         (generate_testfile): Handle AUTO_TESTS_* lines.
14200         (parse_auto_input): New function.
14201         * math/libm-test.inc (XFAIL_TEST): New macro.
14202         (ERRNO_UNCHANGED): Update value.
14203         (ERRNO_EDOM): Likewise.
14204         (ERRNO_ERANGE): Likewise.
14205         (IGNORE_RESULT): Likewise.
14206         (TEST_COND_flt_32): New macro.
14207         (TEST_COND_dbl_64): Likewise.
14208         (TEST_COND_ldbl_96_intel): Likewise.
14209         (TEST_COND_ldbl_96_m68k): Likewise.
14210         (TEST_COND_ldbl_128): Likewise.
14211         (TEST_COND_ldbl_128ibm): Likewise.
14212         (TEST_COND_long32): Likewise.
14213         (TEST_COND_long64): Likewise.
14214         (TEST_COND_before_rounding): Likewise.
14215         (TEST_COND_after_rounding): Likewise.
14216         (enable_test): Handle XFAIL_TEST flag.
14217         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14218         with finite results.
14219         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14220         auto-libm-test-out.
14221
14222 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14223             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14224
14225         [BZ #16214]
14226         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14227         __tls_get_addr_internal instead of __tls_get_offset in order to
14228         avoid GOT pointer dependency.  Make rtld export
14229         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14230         __tls_get_addr since we are a __tls_get_offset platform.
14231         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14232         GOT pointer being set up before.
14233         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14234
14235 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14236
14237         * manual/math.texi (Errors in Math Functions): Document accuracy
14238         goals.
14239
14240         [BZ #15004]
14241         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14242         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14243         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14244         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14245         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14246         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14247         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14248         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14249         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14250         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14251         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14252         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14253         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14254         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14255         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14256         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14257
14258         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14259         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14260         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14261         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14262         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14263         Likewise.
14264         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14265         Likewise.
14266         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14267         Likewise.
14268         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14269         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14270         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14271         atomic-feupdateenv and flt-rounds.
14272         * sysdeps/powerpc/nofpu/Versions (libc): Add
14273         __atomic_feholdexcept, __atomic_feclearexcept,
14274         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14275         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14276         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14277         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14278         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14279         here.
14280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14281         Update.
14282
14283         * manual/arith.texi (FP Exceptions): Document that exceptions may
14284         not be raised when matherr is used.
14285         (Math Error Reporting): Document overflow in directed rounding
14286         modes.  Document that errno may not be set when finite values are
14287         returned on overflow.  Document intent to set errno on underflow
14288         only for underflow to zero.
14289
14290         [BZ #16271]
14291         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14292         round-to-nearest then adjust result for other rounding modes.
14293         * include/fenv.h (fegetround): Use libm_hidden_proto.
14294         * math/fegetround.c (fegetround): Use libm_hidden_def.
14295         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14296         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14297         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14298         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14299         Likewise.
14300         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14301         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14302         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14303         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14304
14305 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14306
14307         [BZ #16077]
14308         * nss/Versions (libnss_files): Add
14309         _nss_files_gethostbyname3_r.
14310         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14311         New function.
14312         (HOST_DB_LOOKUP): Remove macro.
14313         (_nss_files_gethostbyname_r): Implement function without the
14314         HOST_DB_LOOKUP macro.
14315         (_nss_files_gethostbyname2_r): Likewise.
14316
14317 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14318
14319         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14320
14321 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14322
14323         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14324         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14325         warning.
14326
14327 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14328
14329         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14330         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14331         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14332         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14333         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14334         __fe_nomask_env_priv and attribute_hidden.
14335         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14336         (libc_feupdateenv_test_ppc): Likewise.
14337         (libc_feresetround_ppc): Likewise.
14338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14339         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14340         compat_symbol macro.
14341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14342         (__fe_nomask_env): Likewise.
14343         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14344
14345 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14346
14347         * string/Makefile: Remove ifunc tests.
14348         * string/test-string.h: Define TEST_IFUNC.
14349         * string/test-bcopy-ifunc.c: Remove.
14350         * string/test-bzero-ifunc.c: Likewise.
14351         * string/test-memccpy-ifunc.c: Likewise.
14352         * string/test-memchr-ifunc.c: Likewise.
14353         * string/test-memcmp-ifunc.c: Likewise.
14354         * string/test-memcpy-ifunc.c: Likewise.
14355         * string/test-memmem-ifunc.c: Likewise.
14356         * string/test-memmove-ifunc.c: Likewise.
14357         * string/test-mempcpy-ifunc.c: Likewise.
14358         * string/test-memrchr-ifunc.c: Likewise.
14359         * string/test-memset-ifunc.c: Likewise.
14360         * string/test-rawmemchr-ifunc.c: Likewise.
14361         * string/test-stpcpy-ifunc.c: Likewise.
14362         * string/test-stpncpy-ifunc.c: Likewise.
14363         * string/test-strcasecmp-ifunc.c: Likewise.
14364         * string/test-strcasestr-ifunc.c: Likewise.
14365         * string/test-strcat-ifunc.c: Likewise.
14366         * string/test-strchr-ifunc.c: Likewise.
14367         * string/test-strchrnul-ifunc.c: Likewise.
14368         * string/test-strcmp-ifunc.c: Likewise.
14369         * string/test-strcpy-ifunc.c: Likewise.
14370         * string/test-strcspn-ifunc.c: Likewise.
14371         * string/test-strlen-ifunc.c: Likewise.
14372         * string/test-strncasecmp-ifunc.c: Likewise.
14373         * string/test-strncat-ifunc.c: Likewise.
14374         * string/test-strncmp-ifunc.c: Likewise.
14375         * string/test-strncpy-ifunc.c: Likewise.
14376         * string/test-strnlen-ifunc.c: Likewise.
14377         * string/test-strpbrk-ifunc.c: Likewise.
14378         * string/test-strrchr-ifunc.c: Likewise.
14379         * string/test-strspn-ifunc.c: Likewise.
14380         * string/test-strstr-ifunc.c: Likewise.
14381
14382 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14383
14384         * benchtests/Makefile: Remove ifunc tests.
14385         * benchtests/bench-string.h: Define TEST_IFUNC.
14386         * benchtests/bench-bcopy-ifunc.c: Remove.
14387         * benchtests/bench-bzero-ifunc.c: Likewise.
14388         * benchtests/bench-memccpy-ifunc.c: Likewise.
14389         * benchtests/bench-memchr-ifunc.c: Likewise.
14390         * benchtests/bench-memcmp-ifunc.c: Likewise.
14391         * benchtests/bench-memcpy-ifunc.c: Likewise.
14392         * benchtests/bench-memmem-ifunc.c: Likewise.
14393         * benchtests/bench-memmove-ifunc.c: Likewise.
14394         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14395         * benchtests/bench-memrchr-ifunc.c: Likewise.
14396         * benchtests/bench-memset-ifunc.c: Likewise.
14397         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14398         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14399         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14400         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14401         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14402         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14403         * benchtests/bench-strcat-ifunc.c: Likewise.
14404         * benchtests/bench-strchr-ifunc.c: Likewise.
14405         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14406         * benchtests/bench-strcmp-ifunc.c: Likewise.
14407         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14408         * benchtests/bench-strcpy-ifunc.c: Likewise.
14409         * benchtests/bench-strcspn-ifunc.c: Likewise.
14410         * benchtests/bench-strlen-ifunc.c: Likewise.
14411         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14412         * benchtests/bench-strncat-ifunc.c: Likewise.
14413         * benchtests/bench-strncmp-ifunc.c: Likewise.
14414         * benchtests/bench-strncpy-ifunc.c: Likewise.
14415         * benchtests/bench-strnlen-ifunc.c: Likewise.
14416         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14417         * benchtests/bench-strrchr-ifunc.c: Likewise.
14418         * benchtests/bench-strsep-ifunc.c: Likewise.
14419         * benchtests/bench-strspn-ifunc.c: Likewise.
14420         * benchtests/bench-strstr-ifunc.c: Likewise.
14421
14422 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14423
14424         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14425
14426 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14427
14428         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14429         * rt/aio.h: Likewise.
14430         * sysdeps/gnu/bits/utmp.h: Likewise.
14431         * sysdeps/gnu/bits/utmpx.h: Likewise.
14432         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14433         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14434         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14435         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14436         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14437         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14438         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14439         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14440         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14441         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14442         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14443         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14444         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14446         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14447         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14448         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14449         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14450         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14451         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14452         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14453         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14454         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14455         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14456         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14457         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14458         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14459         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14460         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14461         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14462         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14463         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14464         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14465         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14466         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14467         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14468         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14469         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14470         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14471         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14472         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14473         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14474
14475 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14476
14477         [BZ #16245]
14478         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14479         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14480
14481 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14482
14483         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14484         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14485         Likewise.
14486
14487 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14488
14489         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14490         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14491         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14492         (__fesetround): Remove define.
14493         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14494         rounding and exceptions handling.
14495         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14496         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14497         (__fe_nomask_env): Likewise.
14498         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14499         __fegetround instead of fegetround.
14500         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14501         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14502
14503 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14504
14505         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14506         it's there.
14507
14508         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14509
14510 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14511
14512         [BZ #11157]
14513         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14514         (encrypt_r): Likewise.
14515         * malloc/obstack.h (obstack_free): Likewise.
14516         * posix/unistd.h (encrypt): Likewise.
14517
14518 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14519
14520         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14521         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14522         DL_CALL_DT_FINI() that call the functions directly.
14523         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14524         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14525         * elf/dl-fini.c: Likewise.
14526
14527 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14528
14529         * malloc/hooks.c (memalign_check): Add alignment rounding.
14530         * malloc/malloc.c (_mid_memalign): New function.
14531         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14532         Implement by calling _mid_memalign.
14533         * manual/probes.texi (Memory Allocation Probes): Remove
14534         memory_valloc_retry and memory_pvalloc_retry.
14535
14536 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14537
14538         * locale/programs/locarchive.c (open_archive): Add const
14539         qualifier to ARCHIVEFNAME and copy default fname to
14540         DEFAULT_FNAME.
14541
14542         [BZ #15601]
14543         * libio/tst-widetext.input: Rename Oriya to Odia.
14544         * locale/iso-639.def: Likewise.
14545
14546         * manual/probes.texi (Mathematical Function Probes): Add
14547         documentation for sin, cos, asin and acos probes.
14548         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14549         (__sin32): Add slowasin probe.
14550         (__cos32): Add slowacos probe.
14551         (__mpsin): Add slowsin probe.
14552         (__mpcos): Add slowcos probe.
14553
14554 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14555
14556         [BZ #15483]
14557         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14558         thread-local __sim_exceptions_thread and global
14559         __sim_exceptions_global.
14560         (__sim_disabled_exceptions): Change to thread-local
14561         __sim_disabled_exceptions_thread and global
14562         __sim_disabled_exceptions_global.
14563         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14564         and global __sim_round_mode_global.
14565         (__simulate_exceptions): Use thread-local floating-point state and
14566         set global state from it as needed.
14567         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
14568         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
14569         __sim_round_mode_thread.
14570         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
14571         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
14572         and global __sim_exceptions_global.
14573         (__sim_disabled_exceptions): Change to thread-local
14574         __sim_disabled_exceptions_thread and global
14575         __sim_disabled_exceptions_global.
14576         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14577         and global __sim_round_mode_global.
14578         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
14579         (SIM_SET_GLOBAL): Likewise.
14580         * sysdeps/powerpc/soft-fp/sfp-machine.h
14581         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
14582         __sim_round_mode_thread.
14583         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
14584         __sim_disabled_exceptions_thread.
14585         (__sim_exceptions): Change to __sim_exceptions_thread.
14586         (__sim_disabled_exceptions): Change to
14587         __sim_disabled_exceptions_thread.
14588         (__sim_round_mode): Change to __sim_round_mode_thread.
14589         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
14590         thread-local floating-point state and set global state from it as
14591         needed.
14592         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
14593         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
14594         (__sim_disabled_exceptions): Remove extern declaration.
14595         (feenableexcept): Use thread-local floating-point state and set
14596         global state from it as needed.
14597         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
14598         extern declaration.
14599         (__sim_disabled_exceptions): Likewise.
14600         (__sim_round_mode): Likewise.
14601         (__fegetenv): Use thread-local floating-point state.
14602         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
14603         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14604         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
14605         floating-point state and set global state from it as needed.
14606         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
14607         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
14608         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
14609         Likewise.
14610         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
14611         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
14612         Likewise.
14613         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
14614         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
14615         Use __sim_round_mode_thread.
14616         * math/test-fenv-tls.c: New file.
14617         * math/Makefile (tests): Add test-fenv-tls.
14618         ($(objpfx)test-fenv-tls): Depend on
14619         $(common-objpfx)nptl/libpthread.so.
14620
14621 2013-11-19  Andreas Schwab  <schwab@suse.de>
14622
14623         * locale/programs/locale.c (show_info): Decode wordarray elements.
14624         * locale/categories.def (LC_MONETARY): Add element for
14625         _NL_MONETARY_CRNCYSTR.
14626         * locale/C-monetary.c (conversion_rate): New variable.
14627         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
14628         element.
14629
14630 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
14631
14632         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
14633         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
14634
14635 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
14636
14637         * elf/Makefile (tst-auxv): New test.
14638         * elf/tst-auxv.c: New
14639         * elf/rtld.c (dl_main): Adjust AT_EXECFN
14640
14641 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
14642
14643         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
14644         (hidden_proto): Caller changed.
14645         (hidden_tls_proto): New macro.
14646         (libc_hidden_tls_proto): Likewise.
14647         (rtld_hidden_tls_proto): Likewise.
14648         (libm_hidden_tls_proto): Likewise.
14649         (libresolv_hidden_tls_proto): Likewise.
14650         (librt_hidden_tls_proto): Likewise.
14651         (libdl_hidden_tls_proto): Likewise.
14652         (libnss_files_hidden_tls_proto): Likewise.
14653         (libnsl_hidden_tls_proto): Likewise.
14654         (libnss_nisplus_hidden_tls_proto): Likewise.
14655         (libutil_hidden_tls_proto): Likewise.
14656
14657 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
14658
14659         [BZ #10253]
14660         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
14661         (decompose_rpath): Defer expansion to fillin_rpath.
14662         (_dl_init_paths): Pass linkmap to fillin_rpath.
14663
14664 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14665
14666         * benchtests/Makefile: Add strsep.
14667         * benchtests/bench-strsep.c: New file: strsep benchtest.
14668         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
14669
14670 2013-11-18  Andreas Schwab  <schwab@suse.de>
14671
14672         * locale/programs/locale.c (show_info) [case byte]: Check for
14673         '\377' instead of '\177'.
14674         * locale/C-monetary.c (not_available): Always use "\377".
14675         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
14676         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
14677         detect unavailable sign_posn locale elements.
14678         * locale/localeconv.c (__localeconv): For grouping and
14679         mon_grouping handle "\177" and "\377" like no grouping.
14680         (INT_ELEM): New macro.  Use it to set all numeric members.
14681         * locale/programs/ld-monetary.c (monetary_read)
14682         <tok_mon_grouping>: Normalize single -1 to the empty string.
14683         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
14684         Likewise.
14685
14686 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14687
14688         [BZ #16055]
14689         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
14690         when we match (nil).
14691         * stdio-common/tst-sscanf.c (struct test): Add testcase.
14692
14693 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
14694
14695         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
14696         (NO_TEST_INLINE): Update value.
14697         (ERRNO_UNCHANGED): Likewise.
14698         (ERRNO_EDOM): Likewise.
14699         (ERRNO_ERANGE): Likewise.
14700         (IGNORE_RESULT): Likewise.
14701         (check_float_internal): Check signs of NaN results if
14702         TEST_NAN_SIGN used.
14703         (check_complex): Pass TEST_NAN_SIGN flag through to second
14704         check_float_internal call.
14705         (copysign_test_data): Add tests with quiet NaNs as second
14706         argument.  Use TEST_NAN_SIGN.
14707         (fabs_test_data): Add test of negative quiet NaN argument.  Use
14708         TEST_NAN_SIGN.
14709         (signbit_test_data): Add tests of quiet NaN argument.
14710         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
14711
14712         * math/gen-libm-test.pl (show_exceptions): Take extra argument
14713         $ignore_result.
14714         (parse_args): Handle function results specified as IGNORE.
14715         * math/libm-test.inc (IGNORE_RESULT): New macro.
14716         (check_float_internal): Do not check numerical result if flag
14717         IGNORE_RESULT set.
14718         (check_complex): Pass through IGNORE_RESULT to second
14719         check_float_internal call.
14720         (check_int): Do not check numerical result if flag IGNORE_RESULT
14721         set.
14722         (check_long): Likewise.
14723         (check_bool): Likewise.
14724         (check_longlong): Likewise.
14725         (lrint_test_data): Add tests of infinite and NaN arguments.
14726         (lrint_tonearest_test_data): Likewise.
14727         (lrint_towardzero_test_data): Likewise.
14728         (lrint_downward_test_data): Likewise.
14729         (lrint_upward_test_data): Likewise.
14730         (llrint_test_data): Likewise.
14731         (llrint_tonearest_test_data): Likewise.
14732         (llrint_towardzero_test_data): Likewise.
14733         (llrint_downward_test_data): Likewise.
14734         (llrint_upward_test_data): Likewise.
14735         (lround_test_data): Likewise.
14736         (llround_test_data): Likewise.
14737
14738         * math/libm-test.inc (NO_TEST_INLINE): New macro.
14739         (ERRNO_UNCHANGED): Update value.
14740         (ERRNO_EDOM): Likewise.
14741         (ERRNO_ERANGE): Likewise.
14742         (NO_TEST_INLINE_FLOAT): New macro.
14743         (NO_TEST_INLINE_DOUBLE): Likewise.
14744         (enable_test): New function.
14745         (RUN_TEST_f_f): Check enable_test before running test.
14746         (RUN_TEST_2_f): Likewise.
14747         (RUN_TEST_fff_f): Likewise.
14748         (RUN_TEST_c_f): Likewise.
14749         (RUN_TEST_f_f1): Likewise.
14750         (RUN_TEST_fF_f1): Likewise.
14751         (RUN_TEST_fI_f1): Likewise.
14752         (RUN_TEST_ffI_f1): Likewise.
14753         (RUN_TEST_c_c): Likewise.
14754         (RUN_TEST_cc_c): Likewise.
14755         (RUN_TEST_f_i): Likewise.
14756         (RUN_TEST_f_i_tg): Likewise.
14757         (RUN_TEST_ff_i_tg): Likewise.
14758         (RUN_TEST_f_b): Likewise.
14759         (RUN_TEST_f_b_tg): Likewise.
14760         (RUN_TEST_f_l): Likewise.
14761         (RUN_TEST_f_L): Likewise.
14762         (RUN_TEST_fFF_11): Likewise.
14763         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
14764         conditionals.
14765         (cosh_test_data): Likewise.
14766         (exp_test_data): Likewise.
14767         (expm1_test_data): Likewise.
14768         (hypot_test_data): Likewise.
14769         (pow_test_data): Likewise.
14770         (sinh_test_data): Likewise.
14771         (tanh_test_data): Likewise.
14772         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
14773         flags argument.
14774
14775         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
14776         tests with quiet NaN input and output.
14777         (acosh_test_data): Likewise.
14778         (asin_test_data): Likewise.
14779         (asinh_test_data): Likewise.
14780         (atan_test_data): Likewise.
14781         (atanh_test_data): Likewise.
14782         (atan2_test_data): Likewise.
14783         (cbrt_test_data): Likewise.
14784         (cos_test_data): Likewise.
14785         (cosh_test_data): Likewise.
14786         (erf_test_data): Likewise.
14787         (erfc_test_data): Likewise.
14788         (exp_test_data): Likewise.
14789         (exp10_test_data): Likewise.
14790         (exp2_test_data): Likewise.
14791         (expm1_test_data): Likewise.
14792         (hypot_test_data): Likewise.
14793         (j0_test_data): Likewise.
14794         (j1_test_data): Likewise.
14795         (jn_test_data): Likewise.
14796         (lgamma_test_data): Likewise.
14797         (log_test_data): Likewise.
14798         (log10_test_data): Likewise.
14799         (log1p_test_data): Likewise.
14800         (log2_test_data): Likewise.
14801         (pow_test_data): Likewise.
14802         (scalb_test_data): Likewise.
14803         (sin_test_data): Likewise.
14804         (sincos_test_data): Likewise.
14805         (sinh_test_data): Likewise.
14806         (tan_test_data): Likewise.
14807         (tanh_test_data): Likewise.
14808         (tgamma_test_data): Likewise.
14809         (y0_test_data): Likewise.
14810         (y1_test_data): Likewise.
14811         (yn_test_data): Likewise.
14812
14813         [BZ #16167]
14814         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
14815         argument being NaN and avoid computations with second argument in
14816         that case.
14817         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14818         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
14819         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14820
14821 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
14822
14823         * locale/iso-639.def: Add Chitwani Tharu (the).
14824
14825 2013-11-14  Andreas Schwab  <schwab@suse.de>
14826
14827         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
14828         word instead of empty string.
14829
14830 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14831
14832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14833         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14835         (__fe_nomask_env): Likewise.
14836
14837 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14838
14839         * benchtests/bench-timing.h: Include time.h.
14840
14841 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14842
14843         [BZ #15997]
14844         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14845         to 3.4.0 for x32.
14846         * sysdeps/unix/sysv/linux/configure: Regenerated.
14847
14848 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14849
14850         [BZ #16151]
14851         * stdlib/strtod_l.c (round_and_return): Do not consider
14852         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14853         exponent one less than half the least subnormal exponent.
14854         * stdlib/test-strtod-round-data: Add more tests.
14855         * stdlib/tst-strtod-round.c (tests): Regenerated.
14856
14857 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14858
14859         [BZ #14143]
14860         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14861         (__fe_mask_env): Likewise.
14862         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14863         libm_hidden_proto and add function prototype.
14864         (__fe_mask_env): Add function prototype.
14865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14866         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
14867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14868         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
14869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14870         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
14871
14872 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14873
14874         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
14875         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
14876
14877 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14878
14879         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
14880         of htab_find_slot().
14881
14882 2013-11-11  David S. Miller  <davem@davemloft.net>
14883
14884         [BZ #16150]
14885         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
14886         symbol in the non-vis3 case in static builds.
14887         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
14888         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
14889         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
14890         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
14891
14892 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14893
14894         [BZ #387]
14895         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
14896         it is empty.
14897
14898 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14899
14900         * benchtests/Makefile: Add bench-strtod.
14901         * benchtests/bench-strtod.c: New file: strtod benchtest
14902
14903 2013-11-11  Andreas Schwab  <schwab@suse.de>
14904
14905         [BZ #16153]
14906         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
14907         terminating NUL in key length.
14908
14909 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14910
14911         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14912         Add artificial ODP entry for vDSO symbol for PPC64.
14913         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
14914         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
14915
14916 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14917
14918         [BZ #15374]
14919         * nss/getent.c (services_keys): Recognize services starting with digit.
14920
14921 2013-11-06  David S. Miller  <davem@davemloft.net>
14922
14923         [BZ #15985]
14924         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
14925         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
14926
14927 2013-11-06  Will Newton  <will.newton@linaro.org>
14928
14929         * manual/memory.texi (Malloc Examples): Remove register
14930         keyword from examples.
14931
14932 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
14933
14934         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
14935
14936 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
14937
14938         [BZ #6981]
14939         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
14940         depending on [__GCC_IEC_559 > 0].
14941         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
14942         depending on [__GCC_IEC_559_COMPLEX > 0].
14943
14944 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
14945
14946         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
14947         to iso-639.def.
14948
14949 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
14950
14951         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
14952
14953 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
14954
14955         [BZ #16112]
14956         * malloc/malloc (malloc_info): Do not handle first bin as
14957         special case.
14958
14959 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
14960
14961         * locale/iso-639.def: Add Central Nahuatl (nhn).
14962
14963 2013-11-01  Bruno Haible  <bruno@clisp.org>
14964
14965         [BZ #7003]
14966         * manual/math.texi (BSD Random): Specify range upper bound as
14967         in POSIX.
14968
14969 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
14970
14971         * locale/iso-639.def: Add Meadow Mari (mhr).
14972
14973 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
14974
14975         [BZ #14752], [BZ #15763]
14976         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
14977         Validate name.
14978         * rt/tst_shm.c: Add test for escaping directory.
14979
14980 2013-10-31  Andreas Schwab  <schwab@suse.de>
14981
14982         [BZ #15917]
14983         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
14984         followed by 'x' as part of digit sequence.
14985         * stdio-common/tst-sscanf.c (double_tests2): New tests.
14986
14987 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
14988
14989         [BZ #16037]
14990         * configure.ac: allow GNU Make 4.0 and greater.
14991         * configure: Regenerated.
14992
14993 2013-10-30  Will Newton  <will.newton@linaro.org>
14994
14995         [BZ #16038]
14996         * malloc/hooks.c (memalign_check): Limit alignment to the
14997         maximum representable power of two.
14998         * malloc/malloc.c (__libc_memalign): Likewise.
14999         * malloc/tst-memalign.c (do_test): Add test for very
15000         large alignment values.
15001         * malloc/tst-posix_memalign.c (do_test): Likewise.
15002
15003 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15004
15005         [BZ #11087]
15006         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15007         (munmap_chunk): Likewise.
15008         (mremap_chunk): Likewise.
15009
15010 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15011
15012         [BZ #15799]
15013         * stdlib/div.c (div): Remove obsolete code.
15014         * stdlib/ldiv.c (ldiv): Likewise.
15015         * stdlib/lldiv.c (lldiv): Likewise.
15016
15017 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15018
15019         [BZ #16071]
15020         * nss/nss_files/files-XXX.c (get_contents_ret): New
15021         enumerator.
15022         (get_contents): New function.
15023         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15024
15025 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15026
15027         * configure.in: Moved to ...
15028         * configure.ac: ... here. Change reference to configure.in
15029         to configure.ac.
15030         * sysdeps/arm/preconfigure.ac: ... here.
15031         configure.in to configure.ac.
15032         * sysdeps/gnu/configure.in: Moved to ...
15033         * sysdeps/gnu/configure.ac: ... here.
15034         * sysdeps/i386/configure.in: Moved to ...
15035         * sysdeps/i386/configure.ac: ... here.
15036         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15037         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15038         * sysdeps/mach/configure.in: Moved to ...
15039         * sysdeps/mach/configure.ac: ... here.
15040         * sysdeps/mach/hurd/configure.in: Moved to ...
15041         * sysdeps/mach/hurd/configure.ac: ... here.
15042         * sysdeps/powerpc/configure.in: Moved to ...
15043         * sysdeps/powerpc/configure.ac: ... here.
15044         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15045         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15046         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15047         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15048         * sysdeps/s390/s390-32/configure.in: Moved to ...
15049         * sysdeps/s390/s390-32/configure.ac: ... here.
15050         * sysdeps/s390/s390-64/configure.in: Moved to ...
15051         * sysdeps/s390/s390-64/configure.ac: ... here.
15052         * sysdeps/sh/configure.in: Moved to ...
15053         * sysdeps/sh/configure.ac: ... here.
15054         * sysdeps/sparc/configure.in: Moved to ...
15055         * sysdeps/sparc/configure.ac: ... here.
15056         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15057         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15058         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15059         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15060         * sysdeps/x86_64/configure.in: Moved to ...
15061         * sysdeps/x86_64/configure.ac: ... here.
15062         * sysdeps/x86_64/preconfigure.in: Moved to ...
15063         * sysdeps/x86_64/preconfigure.ac: ... here.
15064         * aclocal.m4: Change reference to configure.in to configure.ac.
15065         * config.h.in: Likewise.
15066         * manual/install.texi: Likewise.
15067         * manual/maint.texi: Likewise.
15068         * Makefile: Likewise.
15069         * malloc/Makefile: Likewise.
15070         * nscd/Makefile: Likewise.
15071         * Makeconfig: Change reference to configure.in and
15072         preconfigure.in to configure.ac and preconfigure.ac
15073         respectively.
15074         * INSTALL: Regenerated.
15075         * configure: Likewise.
15076         * sysdeps/gnu/configure: Likewise.
15077         * sysdeps/i386/configure: Likewise.
15078         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15079         * sysdeps/mach/configure: Likewise.
15080         * sysdeps/mach/hurd/configure: Likewise.
15081         * sysdeps/powerpc/configure: Likewise.
15082         * sysdeps/powerpc/powerpc32/configure: Likewise.
15083         * sysdeps/powerpc/powerpc64/configure: Likewise.
15084         * sysdeps/s390/s390-32/configure: Likewise.
15085         * sysdeps/s390/s390-64/configure: Likewise.
15086         * sysdeps/sh/configure: Likewise.
15087         * sysdeps/sparc/configure: Likewise.
15088         * sysdeps/unix/sysv/linux/configure: Likewise.
15089         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15090         * sysdeps/x86_64/configure: Likewise.
15091         * sysdeps/x86_64/preconfigure: Likewise.
15092
15093 2013-10-29  Andreas Schwab  <schwab@suse.de>
15094
15095         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15096
15097 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15098
15099         * benchtests/pow-inputs: Add new inputs.
15100
15101         * benchtests/exp-inputs: Add new inputs.
15102
15103         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15104         conditional check for return value.
15105         (__cos32): Likewise.
15106
15107 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15108
15109         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15110         to provide a boost for large inputs with word alignment.
15111         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15112         implementation based on optimized PPC64 strcpy.
15113         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15114         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15115         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15116         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15117
15118 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15119
15120         [BZ #2801]
15121         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15122
15123 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15124
15125         [BZ #14876]
15126         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15127         * time/tst-strptime.c (day_tests): Add testcase.
15128
15129 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15130
15131         [BZ #14029]
15132         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15133
15134 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15135
15136         [BZ #16074]
15137         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15138         MAP_FAILED on error.
15139
15140 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15141
15142         [BZ #16072]
15143         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15144         heap for large requests.
15145
15146 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15147
15148         [BZ #9954]
15149         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15150         result if the result has no associated interface.
15151         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15152         interface for all 127.X.Y.Z addresses.
15153
15154 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15155
15156         * locale/iso-639.def: Add Ligurian (lij)
15157
15158 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15159
15160         [BZ #15825]
15161         * sunrpc/rpc_main.c: Document rpcgen -5.
15162
15163 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15164
15165         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15166
15167 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15168
15169         [BZ #10278]
15170         * posix/glob.c: Match only directories when trailing slash is present.
15171         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15172         (main): Add testcase.
15173
15174 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15175
15176         [BZ #15670]
15177         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15178
15179 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15180
15181         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15182         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15183         AUTH_DES and cindex for FIPS 140-2.
15184         (DES Encryption): Add cindex FIPS 46-3.
15185
15186         * locale/locarchive.h (struct locarhandle): Add fname.
15187         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15188         if an optional argument was specified to --list-archive,
15189         otherwise NULL.
15190         * locale/programs/locarchive.c (show_archive_content): Take new
15191         argument fname and pass it via ah.fname to open_archive.
15192         * locale/programs/localedef.h: Update decl.
15193         (open_archive): If AH->fname is non-null, open that file
15194         rather than the default file name, and don't ignore ENOENT.
15195         (create_archive): Set AH.fname to NULL.
15196         (delete_locales_from_archive): Likewise.
15197         (add_locales_to_archive): Likewise.
15198         * locale/programs/locfile.c (write_all_categories): Likewise.
15199
15200 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15201             Aldy Hernandez  <aldyh@redhat.com>
15202
15203         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15204         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15205         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15206         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15207         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15208         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15209         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15210         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15211         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15212         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15213         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15214         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15215         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15216         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15217         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15218         Likewise.
15219         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15220         Likewise.
15221         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15222         Likewise.
15223         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15224         Likewise.
15225         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15226         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15227         Likewise.
15228         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15229         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15230         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15231         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15232         Likewise.
15233         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15234         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15235         * sysdeps/powerpc/preconfigure: Likewise.
15236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15237         Likewise.
15238         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15239         Replace contents of file by #include of <fenv_libc.h>.
15240         * sysdeps/powerpc/soft-fp/sfp-machine.h
15241         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15242         and <sys/prctl.h>.
15243         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15244         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15245         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15246         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15247         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15248         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15249         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15250         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15251         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15252         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15253         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15254         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15256         Allow copysignl PLT reference to be missing.
15257
15258 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15259             Joseph Myers  <joseph@codesourcery.com
15260
15261         [BZ #15948]
15262         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15263         single character.
15264         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15265
15266 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15267
15268         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15269         * elf/tst-tls1.c: Likewise.
15270         * elf/tst-tls10.h: Likewise.
15271         * elf/tst-tls14.c: Likewise.
15272         * elf/tst-tls2.c: Likewise.
15273         * elf/tst-tls3.c: Likewise.
15274         * elf/tst-tls4.c: Likewise.
15275         * elf/tst-tls5.c: Likewise.
15276         * elf/tst-tls6.c: Likewise.
15277         * elf/tst-tls7.c: Likewise.
15278         * elf/tst-tls8.c: Likewise.
15279         * elf/tst-tls9.c: Likewise.
15280         * elf/tst-tlsmod1.c: Likewise.
15281         * elf/tst-tlsmod13.c: Likewise.
15282         * elf/tst-tlsmod13a.c: Likewise.
15283         * elf/tst-tlsmod14a.c: Likewise.
15284         * elf/tst-tlsmod16a.c: Likewise.
15285         * elf/tst-tlsmod16b.c: Likewise.
15286         * elf/tst-tlsmod2.c: Likewise.
15287         * elf/tst-tlsmod3.c: Likewise.
15288         * elf/tst-tlsmod4.c: Likewise.
15289         * elf/tst-tlsmod5.c: Likewise.
15290         * elf/tst-tlsmod6.c: Likewise.
15291
15292 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15293
15294         [BZ #12486]
15295         * malloc/malloc.c: remove checks for statistics.
15296
15297 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15298
15299         [BZ #15277]
15300         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15301         * inet/tst-network.c: Add testcase.
15302
15303 2013-10-17  Andreas Schwab  <schwab@suse.de>
15304
15305         [BZ #15218]
15306         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15307         to determine canonical name.
15308
15309 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15310
15311         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15312         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15313         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15314         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15315         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15316         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15317         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15318         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15319         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15320         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15321         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15322         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15323         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15324         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15325         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15326         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15327         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15328         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15329         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15330         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15331         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15332         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15333         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15334         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15335         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15336         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15337         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15338         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15339         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15340         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15341         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15342         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15343         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15344         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15345         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15346         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15347         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15348         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15349         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15350         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15351         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15352         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15353         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15354         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15355         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15356         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15357         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15358         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15359         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15360         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15361         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15362         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15363         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15364         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15365         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15366         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15367         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15368         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15369
15370 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15371
15372         [BZ #16041]
15373         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15374         make result into a quiet NaN.
15375
15376 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15377
15378         * soft-fp/adddf3.c: Fix horizontal whitespace.
15379         * soft-fp/addsf3.c: Likewise.
15380         * soft-fp/addtf3.c: Likewise.
15381         * soft-fp/divdf3.c: Likewise.
15382         * soft-fp/divsf3.c: Likewise.
15383         * soft-fp/divtf3.c: Likewise.
15384         * soft-fp/double.h: Likewise.
15385         * soft-fp/eqdf2.c: Likewise.
15386         * soft-fp/eqsf2.c: Likewise.
15387         * soft-fp/eqtf2.c: Likewise.
15388         * soft-fp/extenddftf2.c: Likewise.
15389         * soft-fp/extended.h: Likewise.
15390         * soft-fp/extendsfdf2.c: Likewise.
15391         * soft-fp/extendsftf2.c: Likewise.
15392         * soft-fp/extendxftf2.c: Likewise.
15393         * soft-fp/fixdfdi.c: Likewise.
15394         * soft-fp/fixdfsi.c: Likewise.
15395         * soft-fp/fixdfti.c: Likewise.
15396         * soft-fp/fixsfdi.c: Likewise.
15397         * soft-fp/fixsfsi.c: Likewise.
15398         * soft-fp/fixsfti.c: Likewise.
15399         * soft-fp/fixtfdi.c: Likewise.
15400         * soft-fp/fixtfsi.c: Likewise.
15401         * soft-fp/fixtfti.c: Likewise.
15402         * soft-fp/fixunsdfdi.c: Likewise.
15403         * soft-fp/fixunsdfsi.c: Likewise.
15404         * soft-fp/fixunsdfti.c: Likewise.
15405         * soft-fp/fixunssfdi.c: Likewise.
15406         * soft-fp/fixunssfsi.c: Likewise.
15407         * soft-fp/fixunssfti.c: Likewise.
15408         * soft-fp/fixunstfdi.c: Likewise.
15409         * soft-fp/fixunstfsi.c: Likewise.
15410         * soft-fp/fixunstfti.c: Likewise.
15411         * soft-fp/floatdidf.c: Likewise.
15412         * soft-fp/floatdisf.c: Likewise.
15413         * soft-fp/floatditf.c: Likewise.
15414         * soft-fp/floatsidf.c: Likewise.
15415         * soft-fp/floatsisf.c: Likewise.
15416         * soft-fp/floatsitf.c: Likewise.
15417         * soft-fp/floattidf.c: Likewise.
15418         * soft-fp/floattisf.c: Likewise.
15419         * soft-fp/floattitf.c: Likewise.
15420         * soft-fp/floatundidf.c: Likewise.
15421         * soft-fp/floatundisf.c: Likewise.
15422         * soft-fp/floatunditf.c: Likewise.
15423         * soft-fp/floatunsidf.c: Likewise.
15424         * soft-fp/floatunsisf.c: Likewise.
15425         * soft-fp/floatunsitf.c: Likewise.
15426         * soft-fp/floatuntidf.c: Likewise.
15427         * soft-fp/floatuntisf.c: Likewise.
15428         * soft-fp/floatuntitf.c: Likewise.
15429         * soft-fp/fmadf4.c: Likewise.
15430         * soft-fp/fmasf4.c: Likewise.
15431         * soft-fp/fmatf4.c: Likewise.
15432         * soft-fp/gedf2.c: Likewise.
15433         * soft-fp/gesf2.c: Likewise.
15434         * soft-fp/getf2.c: Likewise.
15435         * soft-fp/ledf2.c: Likewise.
15436         * soft-fp/lesf2.c: Likewise.
15437         * soft-fp/letf2.c: Likewise.
15438         * soft-fp/muldf3.c: Likewise.
15439         * soft-fp/mulsf3.c: Likewise.
15440         * soft-fp/multf3.c: Likewise.
15441         * soft-fp/negdf2.c: Likewise.
15442         * soft-fp/negsf2.c: Likewise.
15443         * soft-fp/negtf2.c: Likewise.
15444         * soft-fp/op-1.h: Likewise.
15445         * soft-fp/op-2.h: Likewise.
15446         * soft-fp/op-4.h: Likewise.
15447         * soft-fp/op-8.h: Likewise.
15448         * soft-fp/op-common.h: Likewise.
15449         * soft-fp/quad.h: Likewise.
15450         * soft-fp/single.h: Likewise.
15451         * soft-fp/soft-fp.h: Likewise.
15452         * soft-fp/sqrtdf2.c: Likewise.
15453         * soft-fp/sqrtsf2.c: Likewise.
15454         * soft-fp/sqrttf2.c: Likewise.
15455         * soft-fp/subdf3.c: Likewise.
15456         * soft-fp/subsf3.c: Likewise.
15457         * soft-fp/subtf3.c: Likewise.
15458         * soft-fp/truncdfsf2.c: Likewise.
15459         * soft-fp/trunctfdf2.c: Likewise.
15460         * soft-fp/trunctfsf2.c: Likewise.
15461         * soft-fp/trunctfxf2.c: Likewise.
15462         * soft-fp/unorddf2.c: Likewise.
15463         * soft-fp/unordsf2.c: Likewise.
15464         * soft-fp/unordtf2.c: Likewise.
15465
15466 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15467
15468         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15469         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15470
15471 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15472
15473         * elf/dl-libc.c: Clear initfini list after freeing.
15474
15475 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15476
15477         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15478         * soft-fp/addsf3.c: Likewise.
15479         * soft-fp/addtf3.c: Likewise.
15480         * soft-fp/divdf3.c: Likewise.
15481         * soft-fp/divsf3.c: Likewise.
15482         * soft-fp/divtf3.c: Likewise.
15483         * soft-fp/double.h: Likewise.
15484         * soft-fp/eqdf2.c: Likewise.
15485         * soft-fp/eqsf2.c: Likewise.
15486         * soft-fp/eqtf2.c: Likewise.
15487         * soft-fp/extenddftf2.c: Likewise.
15488         * soft-fp/extended.h: Likewise.
15489         * soft-fp/extendsfdf2.c: Likewise.
15490         * soft-fp/extendsftf2.c: Likewise.
15491         * soft-fp/extendxftf2.c: Likewise.
15492         * soft-fp/fixdfdi.c: Likewise.
15493         * soft-fp/fixdfsi.c: Likewise.
15494         * soft-fp/fixdfti.c: Likewise.
15495         * soft-fp/fixsfdi.c: Likewise.
15496         * soft-fp/fixsfsi.c: Likewise.
15497         * soft-fp/fixsfti.c: Likewise.
15498         * soft-fp/fixtfdi.c: Likewise.
15499         * soft-fp/fixtfsi.c: Likewise.
15500         * soft-fp/fixtfti.c: Likewise.
15501         * soft-fp/fixunsdfdi.c: Likewise.
15502         * soft-fp/fixunsdfsi.c: Likewise.
15503         * soft-fp/fixunsdfti.c: Likewise.
15504         * soft-fp/fixunssfdi.c: Likewise.
15505         * soft-fp/fixunssfsi.c: Likewise.
15506         * soft-fp/fixunssfti.c: Likewise.
15507         * soft-fp/fixunstfdi.c: Likewise.
15508         * soft-fp/fixunstfsi.c: Likewise.
15509         * soft-fp/fixunstfti.c: Likewise.
15510         * soft-fp/floatdidf.c: Likewise.
15511         * soft-fp/floatdisf.c: Likewise.
15512         * soft-fp/floatditf.c: Likewise.
15513         * soft-fp/floatsidf.c: Likewise.
15514         * soft-fp/floatsisf.c: Likewise.
15515         * soft-fp/floatsitf.c: Likewise.
15516         * soft-fp/floattidf.c: Likewise.
15517         * soft-fp/floattisf.c: Likewise.
15518         * soft-fp/floattitf.c: Likewise.
15519         * soft-fp/floatundidf.c: Likewise.
15520         * soft-fp/floatundisf.c: Likewise.
15521         * soft-fp/floatunsidf.c: Likewise.
15522         * soft-fp/floatunsisf.c: Likewise.
15523         * soft-fp/floatuntidf.c: Likewise.
15524         * soft-fp/floatuntisf.c: Likewise.
15525         * soft-fp/floatuntitf.c: Likewise.
15526         * soft-fp/fmadf4.c: Likewise.
15527         * soft-fp/fmasf4.c: Likewise.
15528         * soft-fp/fmatf4.c: Likewise.
15529         * soft-fp/gedf2.c: Likewise.
15530         * soft-fp/gesf2.c: Likewise.
15531         * soft-fp/getf2.c: Likewise.
15532         * soft-fp/ledf2.c: Likewise.
15533         * soft-fp/lesf2.c: Likewise.
15534         * soft-fp/letf2.c: Likewise.
15535         * soft-fp/muldf3.c: Likewise.
15536         * soft-fp/mulsf3.c: Likewise.
15537         * soft-fp/multf3.c: Likewise.
15538         * soft-fp/negdf2.c: Likewise.
15539         * soft-fp/negsf2.c: Likewise.
15540         * soft-fp/negtf2.c: Likewise.
15541         * soft-fp/op-1.h: Likewise.
15542         * soft-fp/op-2.h: Likewise.
15543         * soft-fp/op-4.h: Likewise.
15544         * soft-fp/op-8.h: Likewise.
15545         * soft-fp/op-common.h: Likewise.
15546         * soft-fp/quad.h: Likewise.
15547         * soft-fp/single.h: Likewise.
15548         * soft-fp/soft-fp.h: Likewise.
15549         * soft-fp/sqrtdf2.c: Likewise.
15550         * soft-fp/sqrtsf2.c: Likewise.
15551         * soft-fp/sqrttf2.c: Likewise.
15552         * soft-fp/subdf3.c: Likewise.
15553         * soft-fp/subsf3.c: Likewise.
15554         * soft-fp/subtf3.c: Likewise.
15555         * soft-fp/truncdfsf2.c: Likewise.
15556         * soft-fp/trunctfdf2.c: Likewise.
15557         * soft-fp/trunctfsf2.c: Likewise.
15558         * soft-fp/trunctfxf2.c: Likewise.
15559         * soft-fp/unorddf2.c: Likewise.
15560         * soft-fp/unordsf2.c: Likewise.
15561         * soft-fp/unordtf2.c: Likewise.
15562
15563 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15564
15565         [BZ #15672]
15566         * misc/error.c (error_tail): Fix possible buffer overflow.
15567
15568 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
15569
15570         [BZ #13028]
15571         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
15572         address.
15573
15574 2013-10-14  P. J. McDermott  <pj@pehjota.net>
15575
15576         [BZ #832]
15577         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
15578         testing pipefail option.
15579
15580 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15581
15582         * soft-fp/double.h: Indent preprocessor directives inside #if.
15583         * soft-fp/extended.h: Likewise.
15584         * soft-fp/op-2.h: Likewise.
15585         * soft-fp/op-4.h: Likewise.
15586         * soft-fp/op-common.h: Likewise.
15587         * soft-fp/quad.h: Likewise.
15588         * soft-fp/single.h: Likewise.
15589         * soft-fp/soft-fp.h: Likewise.
15590
15591 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
15592
15593         * iconv/iconv_prog.c: Fix typos.
15594         * stdio-common/psiginfo-data.h: Likewise.
15595
15596 2013-10-12   Reuben Thomas <rrt@sc3d.org>
15597
15598         [BZ #15764]
15599         * locale/setlocale.c: Fix typo.
15600
15601 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15602
15603         [BZ #16036]
15604         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
15605         signaling NaN arguments.
15606         * soft-fp/unordsf2.c (__unordsf2): Likewise.
15607         * soft-fp/unordtf2.c (__unordtf2): Likewise.
15608
15609         [BZ #14910]
15610         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
15611         unordered operands.
15612         * soft-fp/gesf2.c (__gesf2): Likewise.
15613         * soft-fp/getf2.c (__getf2): Likewise.
15614         * soft-fp/ledf2.c (__ledf2): Likewise.
15615         * soft-fp/lesf2.c (__lesf2): Likewise.
15616         * soft-fp/letf2.c (__letf2): Likewise.
15617
15618         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
15619         * soft-fp/eqsf2.c (__eqsf2): Likewise.
15620         * soft-fp/eqtf2.c (__eqtf2): Likewise.
15621         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
15622         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
15623         * soft-fp/fixdfti.c (__fixdfti): Likewise.
15624         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
15625         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
15626         * soft-fp/fixsfti.c (__fixsfti): Likewise.
15627         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
15628         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
15629         * soft-fp/fixtfti.c (__fixtfti): Likewise.
15630         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
15631         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
15632         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
15633         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
15634         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
15635         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
15636         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
15637         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
15638         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
15639         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
15640         * soft-fp/floatdisf.c (__floatdisf): Likewise.
15641         * soft-fp/floatsisf.c (__floatsisf): Likewise.
15642         * soft-fp/floattidf.c (__floattidf): Likewise.
15643         * soft-fp/floattisf.c (__floattisf): Likewise.
15644         * soft-fp/floattitf.c (__floattitf): Likewise.
15645         * soft-fp/floatundidf.c (__floatundidf): Likewise.
15646         * soft-fp/floatundisf.c (__floatundisf): Likewise.
15647         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
15648         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
15649         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
15650         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
15651         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
15652         * soft-fp/gesf2.c (__gesf2): Likewise.
15653         * soft-fp/getf2.c (__getf2): Likewise.
15654         * soft-fp/ledf2.c (__ledf2): Likewise.
15655         * soft-fp/lesf2.c (__lesf2): Likewise.
15656         * soft-fp/letf2.c (__letf2): Likewise.
15657
15658         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
15659         Undefine and redefine.
15660         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
15661         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
15662         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
15663         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
15664         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15665         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
15666         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15667         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
15668         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15669         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
15670         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15671         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
15672         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15673         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
15674         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15675
15676         [BZ #16032]
15677         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
15678         without decrementing exponent if mantissa >= that for the
15679         denominator, not >.
15680         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
15681         denominator, not >.  Decrement exponent in < case instead of
15682         incrementing in >= case.
15683         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
15684         without decrementing exponent if mantissa >= that for the
15685         denominator, not >.
15686
15687         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
15688         computing saturated result for unsigned overflow.
15689
15690 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15691             Jeff Law  <law@redhat.com>
15692
15693         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
15694         (atan2Mp): Add systemtap probe marker.
15695         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
15696         (__ieee754_log): Add systemtap probe marker.
15697         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
15698         (atanMp): Add systemtap probe marker.
15699         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
15700         (tanMp): Add systemtap probe marker.
15701         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
15702         (__slowexp): Add systemtap probe marker.
15703         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
15704         (__slowpow): Add systemtap probe marker.
15705         * manual/probes.texi: Document probes.
15706
15707 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
15708
15709         [BZ #15362]
15710         * libio/fileops.c (_IO_new_file_write): Return count of bytes
15711         written.
15712         (_IO_new_file_xsputn): Don't return EOF if nothing has been
15713         written.
15714         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
15715         written to buffer but not flushed.
15716         * libio/iofwrite_u.c:  Likewise.
15717         * libio/iopadn.c:  Return bytes returned even if EOF was
15718         encountered.
15719         * libio/iowpadn.c:  Likewise.
15720         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
15721         if _IO_padn does not write the whole buffer.
15722         [!COMPILE_WPRINTF] (PAD): Likewise.
15723
15724 2013-10-10  David S. Miller  <davem@davemloft.net>
15725
15726         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
15727         directory block.
15728
15729 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15730
15731         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
15732         instead of FSF address.
15733         * soft-fp/fixdfti.c: Likewise.
15734         * soft-fp/fixsfti.c: Likewise.
15735         * soft-fp/fixtfti.c: Likewise.
15736         * soft-fp/fixunsdfti.c: Likewise.
15737         * soft-fp/fixunssfti.c: Likewise.
15738         * soft-fp/fixunstfti.c: Likewise.
15739         * soft-fp/floattidf.c: Likewise.
15740         * soft-fp/floattisf.c: Likewise.
15741         * soft-fp/floattitf.c: Likewise.
15742         * soft-fp/floatuntidf.c: Likewise.
15743         * soft-fp/floatuntisf.c: Likewise.
15744         * soft-fp/floatuntitf.c: Likewise.
15745         * soft-fp/trunctfxf2.c: Likewise.
15746
15747         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
15748         * soft-fp/fixdfti.c: Likewise.
15749         * soft-fp/fixsfti.c: Likewise.
15750         * soft-fp/fixtfti.c: Likewise.
15751         * soft-fp/fixunsdfti.c: Likewise.
15752         * soft-fp/fixunssfti.c: Likewise.
15753         * soft-fp/fixunstfti.c: Likewise.
15754         * soft-fp/floattidf.c: Likewise.
15755         * soft-fp/floattisf.c: Likewise.
15756         * soft-fp/floattitf.c: Likewise.
15757         * soft-fp/floatuntidf.c: Likewise.
15758         * soft-fp/floatuntisf.c: Likewise.
15759         * soft-fp/floatuntitf.c: Likewise.
15760         * soft-fp/trunctfxf2.c: Likewise.
15761
15762 2013-10-10  David S. Miller  <davem@davemloft.net>
15763
15764         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15765
15766 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
15767
15768         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15769         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
15770         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
15771         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
15772         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
15773         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
15774         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
15775
15776         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
15777         for NaNs before doing comparisons on argument.
15778         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
15779         Likewise.
15780
15781 2013-10-10  Will Newton  <will.newton@linaro.org>
15782
15783         * malloc/hooks.c (memalign_check): Ensure the value of bytes
15784         passed to _int_memalign does not overflow.
15785
15786 2013-10-10  Torvald Riegel  <triegel@redhat.com>
15787
15788         * scripts/bench.pl: Add include-sources directive.
15789         * benchtests/README: Update documentation.
15790
15791 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15792
15793         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
15794         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
15795         instead of FP_INIT_ROUNDMODE.
15796         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
15797         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
15798
15799         [BZ #16034]
15800         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
15801         copy class of input value.
15802         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
15803         not handle exceptions.
15804         * soft-fp/negsf2.c (__negsf2): Likewise.
15805         * soft-fp/negtf2.c (__negtf2): Likewise.
15806         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
15807
15808 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
15809
15810         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
15811         semicolon.  From Linux kernel.
15812
15813 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
15814
15815         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
15816
15817 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
15818
15819         [BZ #156]
15820         * manual/socket.texi: Added statement about buffer
15821         for gethostbyname2_r.
15822
15823 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
15824
15825         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
15826         Use .p2align directive instead, throughout.
15827         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15828         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
15829         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15830         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15831         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15832         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15833         * sysdeps/x86_64/strchr.S: Likewise.
15834         * sysdeps/x86_64/strrchr.S: Likewise.
15835
15836 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15837
15838         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15839
15840         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15841
15842         * sysdeps/generic/math_private.h (__mpsin1): Remove
15843         declaration.
15844         (__mpcos1): Likewise.
15845         (__mpsin): New argument __range_reduce.
15846         (__mpcos): Likewise.
15847         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15848         (slow): Use __mpsin and __mpcos.
15849         (slow1): Likewise.
15850         (slow2): Likewise.
15851         (sloww): Likewise.
15852         (sloww1): Likewise.
15853         (sloww2): Likewise.
15854         (bsloww): Likewise.
15855         (bsloww1): Likewise.
15856         (bsloww2): Likewise.
15857         (cslow2): Likewise.
15858         (csloww): Likewise.
15859         (csloww1): Likewise.
15860         (csloww2): Likewise.
15861         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15862         range_reduce.  Merge in __mpsin1.
15863         (__mpcos): Likewise.
15864         (__mpsin1): Remove.
15865         (__mpcos1): Likewise.
15866
15867 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
15868
15869         * locale/loadlocale.c (_nl_intern_locale_data): Use
15870         LOCFILE_ALIGNED_P.
15871         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
15872         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
15873         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
15874         obstack data is appropriately aligned.
15875         (obstack_int32_grow_fast): Likewise.
15876         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
15877         * locale/programs/locfile.c (add_locale_uint32): Likewise.
15878         (add_locale_uint32_array): Likewise.
15879
15880 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15881
15882         * benchtests/Makefile: Remove ARGLIST and RET variables.
15883         ($(objpfx)bench-%.c): Pass only function name to the script.
15884         * benchtests/README: Update documentation.
15885         * benchtests/acos-inputs: Add new directives.
15886         * benchtests/acosh-inputs: Likewise.
15887         * benchtests/asin-inputs: Likewise.
15888         * benchtests/asinh-inputs: Likewise.
15889         * benchtests/atan-inputs: Likewise.
15890         * benchtests/atanh-inputs: Likewise.
15891         * benchtests/cos-inputs: Likewise.
15892         * benchtests/cosh-inputs: Likewise.
15893         * benchtests/exp-inputs: Likewise.
15894         * benchtests/log-inputs: Likewise.
15895         * benchtests/pow-inputs: Likewise.
15896         * benchtests/rint-inputs: Likewise.
15897         * benchtests/sin-inputs: Likewise.
15898         * benchtests/sinh-inputs: Likewise.
15899         * benchtests/tan-inputs: Likewise.
15900         * benchtests/tanh-inputs: Likewise.
15901         * scripts/bench.pl: Add support for new directives.
15902
15903 2013-10-07  Alan Modra  <amodra@gmail.com>
15904
15905         * README: Fix careless merge.
15906
15907 2013-10-05  Alan Modra  <amodra@gmail.com>
15908
15909         * NEWS: Mention powerpc64le support and bugs fixed.
15910         * README: Both big-endian and little-endian powerpc64 supported.
15911
15912 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15913
15914         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
15915         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
15916         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
15917         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
15918
15919 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
15920
15921         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
15922         match prototype.
15923
15924 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
15925
15926         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
15927         Move -mhard-float appending from
15928         ports/sysdeps/powerpc/powerpc32/Makefile.
15929         [$(with-fp) = yes] (ASFLAGS): Likewise.
15930         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
15931         * sysdeps/powerpc/nofpu: Move directory from
15932         ports/sysdeps/powerpc/nofpu.
15933         * sysdeps/powerpc/soft-fp: Move directory from
15934         ports/sysdeps/powerpc/soft-fp.
15935         * sysdeps/powerpc/powerpc32/405: Move directory from
15936         ports/sysdeps/powerpc/powerpc32/405.
15937         * sysdeps/powerpc/powerpc32/440: Move directory from
15938         ports/sysdeps/powerpc/powerpc32/440.
15939         * sysdeps/powerpc/powerpc32/464: Move directory from
15940         ports/sysdeps/powerpc/powerpc32/464.
15941         * sysdeps/powerpc/powerpc32/476: Move directory from
15942         ports/sysdeps/powerpc/powerpc32/476.
15943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
15944         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
15945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
15946         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
15947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
15948         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
15949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
15950         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
15951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
15952         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
15953         * README: Update for powerpc-*-linux-gnu software floating point
15954         support in libc.
15955
15956         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
15957         case to powerpc/powerpc32*.
15958         * sysdeps/unix/sysv/linux/configure: Regenerated.
15959
15960         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
15961         (_FPU_MASK_OM): Define as 0x04.
15962         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
15963         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
15964         0x00c10080.
15965         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
15966         0x0000003c.
15967         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
15968
15969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
15970         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15971         getcontext_e500.
15972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
15973         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15974         setcontext_e500.
15975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
15976         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
15977         and setcontext_e500.
15978
15979 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
15980
15981         * locale/iso-3166.def: Update iso-1366.def and related occurrences
15982
15983 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15984
15985         * manual/threads.texi (Default Thread Attributes): Fix typo.
15986
15987 2013-10-04  Will Newton  <will.newton@linaro.org>
15988
15989         * malloc/Makefile: Add tst-memalign.
15990         * malloc/tst-memalign.c: New file.
15991
15992         * malloc/tst-posix_memalign.c: Add comments.
15993         (do_test): Add comments and call free on all potentially
15994         allocated pointers. Add space after cast.
15995
15996         * malloc/tst-pvalloc.c: Add comments.
15997         (do_test): Add comments and call free on all potentially
15998         allocated pointers. Remove duplicate check for NULL pointer.
15999         Add space after cast.
16000
16001         * malloc/tst-valloc.c: Add comments.
16002         (do_test): Add comments and call free on all potentially
16003         allocated pointers. Remove duplicate check for NULL pointer.
16004         Add space after cast.
16005
16006 2013-10-04  Alan Modra  <amodra@gmail.com>
16007
16008         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16009         Use stdint types in rather than __attribute__((mode())).
16010         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16011
16012 2013-10-04  Alan Modra  <amodra@gmail.com>
16013
16014         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16015         Correct handling of unaligned relocs for little-endian.
16016         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16017
16018 2013-10-04  Alan Modra  <amodra@gmail.com>
16019
16020         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16021         * configure: Regenerate.
16022         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16023         * shlib-versions: Likewise.
16024
16025 2013-10-04  Alan Modra  <amodra@gmail.com>
16026
16027         * string/tester.c (test_memrchr): Increment reported test cycle.
16028
16029 2013-10-04  Alan Modra  <amodra@gmail.com>
16030
16031         * string/test-memcpy.c (do_one_test): When reporting errors, print
16032         string address and don't overrun end of string.
16033
16034 2013-10-04  Alan Modra  <amodra@gmail.com>
16035
16036         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16037         insrdi.  Make better use of reg selection to speed exit slightly.
16038         Schedule entry path a little better.  Remove useless "are we done"
16039         checks on entry to main loop.  Handle wrapping around zero address.
16040         Correct main loop count.  Handle single left-over word from main
16041         loop inline rather than by using loop_small.  Remove extra word
16042         case in loop_small caused by wrong loop count.  Add little-endian
16043         support.
16044         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16045         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16046         cache hint.
16047         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16048         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16049         support.  Avoid rlwimi.
16050         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16051
16052 2013-10-04  Alan Modra  <amodra@gmail.com>
16053
16054         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16055         insrdi.  Formatting.
16056         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16057         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16058         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16059         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16060         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16061         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16062
16063 2013-10-04  Alan Modra  <amodra@gmail.com>
16064
16065         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16066         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16067         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16068         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16069         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16070         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16071         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16072         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16073         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16074         use of regs.  Use power7 mtocrf.  Tidy function tails.
16075
16076 2013-10-04  Alan Modra  <amodra@gmail.com>
16077
16078         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16079         Formatting.  Consistently use rXXX register defines or rN defines.
16080         Use early exit labels that avoid restoring unused non-volatile regs.
16081         Make cr field use more consistent with rWORDn compares.  Rename
16082         regs used as shift registers for unaligned loop, using rN defines
16083         for short lifetime/multiple use regs.
16084         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16085         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16086         addi 1,1,64 to pop stack frame.  Simplify return value code.
16087         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16088
16089 2013-10-04  Alan Modra  <amodra@gmail.com>
16090
16091         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16092         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16093         rather than rlwimi.
16094         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16095         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16096         little-endian support.  Correct typos.
16097         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16098         rather than rlwimi.
16099         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16100         in loop and entry code to keep "and." results.
16101         (strchr): Add little-endian support.  Comment.  Move cntlzd
16102         earlier in tail.
16103         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16104
16105 2013-10-04  Alan Modra  <amodra@gmail.com>
16106
16107         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16108         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16109         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16110         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16111
16112 2013-10-04  Alan Modra  <amodra@gmail.com>
16113
16114         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16115         (rTMP): Define as r11.
16116         (strcmp): Add little-endian support.  Optimise tail.
16117         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16118         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16119         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16120         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16121         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16122         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16123         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16124
16125 2013-10-04  Alan Modra  <amodra@gmail.com>
16126
16127         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16128         little-endian support.  Remove unnecessary "are we done" tests.
16129         Handle "s" wrapping around zero and extremely large "size".
16130         Correct main loop count.  Handle single left-over word from main
16131         loop inline rather than by using small_loop.  Correct comments.
16132         Delete "zero" tail, use "end_max" instead.
16133         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16134
16135 2013-10-04  Alan Modra  <amodra@gmail.com>
16136
16137         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16138         support.  Don't branch over align.
16139         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16140         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16141         support.  Rearrange tmp reg use to suit.  Comment.
16142         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16143
16144 2013-10-04  Alan Modra  <amodra@gmail.com>
16145
16146         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16147
16148 2013-10-04  Alan Modra  <amodra@gmail.com>
16149
16150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16151         conditional form of branch and link when obtaining pc.
16152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16153
16154 2013-10-04  Alan Modra  <amodra@gmail.com>
16155
16156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16157         HIWORD/LOWORD.
16158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16160
16161 2013-10-04  Alan Modra  <amodra@gmail.com>
16162
16163         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16164         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16165         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16166         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16167         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16168         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16169         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16170         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16171         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16172         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16173
16174 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16175             Alistair Popple <alistair@ozlabs.au.ibm.com>
16176             Alan Modra <amodra@gmail.com>
16177
16178         [BZ #15723]
16179         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16180         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16181         _dl_hwcap access for little-endian.
16182         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16183         destroy vmx regs when saving unaligned.
16184         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16185         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16186         destroy vmx regs when saving unaligned.
16187
16188 2013-10-04  Alan Modra  <amodra@gmail.com>
16189
16190         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16191         Don't use a union to pack hi/low value.
16192
16193 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16194
16195         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16196         for little-endian.
16197         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16198         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16199         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16200         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16201         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16202
16203 2013-10-04  Alan Modra  <amodra@gmail.com>
16204
16205         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16206         constants to usual value for .cst8 section, and remove redundant
16207         high address load.
16208         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16209         constant for 0x1p52.  Load little-endian words of double from
16210         correct stack offsets.
16211
16212 2013-10-04  Alan Modra  <amodra@gmail.com>
16213
16214         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16215         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16216         words of double from correct stack offsets.
16217         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16218         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16219         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16220         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16221         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16222         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16223         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16224         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16225         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16226         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16227         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16228         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16229         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16230         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16231         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16232         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16233         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16234
16235 2013-10-04  Alan Modra  <amodra@gmail.com>
16236
16237         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16238         64-bit int/double union.
16239         (_FPU_SETCW): Likewise.
16240         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16241         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16242
16243 2013-10-04  Alan Modra  <amodra@gmail.com>
16244
16245         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16246         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16247
16248 2013-10-04  Alan Modra  <amodra@gmail.com>
16249
16250         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16251         use vector int constants.
16252         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16253
16254 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16255
16256         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16257         array with long long.
16258         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16259         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16260         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16261         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16262         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16263         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16264         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16265         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16266         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16267         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16268         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16269         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16270         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16271
16272 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16273
16274         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16275         (__signbit): Likewise.  Correct for little-endian.
16276         (__signbitl): Call __signbit.
16277         (lrint): Correct for little-endian.
16278         (lrintf): Call lrint.
16279
16280 2013-10-04  Alan Modra  <amodra@gmail.com>
16281
16282         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16283         union 32-bit int array member with 64-bit int array.
16284         (t515, tm256): Double rather than long double.
16285         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16286
16287 2013-10-04  Alan Modra  <amodra@gmail.com>
16288
16289         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16290         Delete.
16291         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16292         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16293         version of math_ldbl.h.
16294
16295 2013-10-04  Alan Modra  <amodra@gmail.com>
16296
16297         [BZ #15734], [BZ #15735]
16298         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16299         all uses of ieee875 long double macros and unions.  Simplify test
16300         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16301         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16302         normalize after ldbl_extract_mantissa, and don't add hidden bit
16303         already handled.  Don't treat low word of ieee854 mantissa like
16304         low word of IBM long double and mask off bit when testing for
16305         zero.
16306         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16307         all uses of ieee875 long double macros and unions.  Simplify tests
16308         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16309         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16310         two1022, instead use their values.  Recognise that tests for large
16311         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16312         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16313         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16314         test for 0.0L and nan.  Correct negation.
16315         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16316         ieee875 long double macros and unions.  Correct output for large
16317         magnitude x.  Correct absolute value calculation.
16318         (__erfcl): Likewise.
16319         * math/libm-test.inc: Add tests for errors discovered in IBM long
16320         double versions of fmodl, remainderl, erfl and erfcl.
16321
16322 2013-10-04  Alan Modra  <amodra@gmail.com>
16323
16324         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16325         all uses of ieee854 long double macros and unions.  Simplify tests
16326         for long doubles that are fully specified by the high double.
16327         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16328         Likewise.
16329         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16330         Remove dead code too.
16331         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16332         (__ieee754_ynl): Likewise.
16333         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16334         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16335         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16336         Remove dead code too.
16337         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16338         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16339         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16340         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16341         Simplify.
16342         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16343         Simplify.
16344         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16345         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16346         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16347         Comment on variable precision.
16348         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16349         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16350         Likewise.
16351         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16352         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16353         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16354         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16355         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16356
16357 2013-10-04  Alan Modra  <amodra@gmail.com>
16358
16359         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16360         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16361         all uses of ieee854 long double macros and unions.
16362         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16363         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16364         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16365         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16366         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16367         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16368         Likewise.
16369         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16370         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16371         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16372         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16373         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16374         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16375         Simplify sign and nan test too.
16376         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16377         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16378         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16379         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16380         Likewise.
16381         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16382         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16383         Likewise.
16384         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16385         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16386         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16387         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16388         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16389         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16390
16391 2013-10-04  Alan Modra  <amodra@gmail.com>
16392
16393         * stdio-common/printf_size.c (__printf_size): Don't use
16394         union ieee854_long_double in fpnum union.
16395         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16396         signbit macro to retrieve sign from long double.
16397         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16398         retrieve sign from long double.
16399         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16400         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16401         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16402         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16403         * math/test-misc.c (main): Don't use union ieee854_long_double.
16404
16405 2013-10-04  Alan Modra  <amodra@gmail.com>
16406
16407         [BZ #15680]
16408         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16409         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16410         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16411         calculation.  Remove unnecessary test for denormal exponent.
16412         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16413         Correct handling of denormals.  Avoid undefined shift behaviour.
16414         Correct normalisation of low mantissa when low double is denormal.
16415         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16416         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16417         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16418         Correct normalisation of low mantissa.  Test for overflow of high
16419         mantissa and normalise.
16420         (ldbl_nearbyint): Use more readable constant for two52.
16421         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16422         (__mpn_construct_long_double): Fix test for overflow of high
16423         mantissa and correct normalisation.  Avoid undefined shift.
16424
16425 2013-10-04  Alan Modra  <amodra@gmail.com>
16426
16427         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16428         (union ibm_extended_long_double): Define as an array of ieee754_double.
16429         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16430         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16431         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16432         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16433         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16434         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16435         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16436         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16437         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16438         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16439         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16440
16441 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16442
16443         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16444         page size instead of calling getpagesize.
16445
16446         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16447         (LOCFILE_ALIGN_MASK): Likewise.
16448         (LOCFILE_ALIGN_UP): Likewise.
16449         (LOCFILE_ALIGNED_P): Likewise.
16450         * locale/programs/ld-collate.c (collate_output): Use the new
16451         macros instead of __alignof__ (int32_t).
16452         * locale/weight.h (findidx): Likewise.
16453
16454 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16455
16456         [BZ #431]
16457         * manual/string.texi: Fix strncat and wcsncat.
16458
16459 2013-10-03  Brooks Moses  <bmoses@google.com>
16460
16461         [BZ #15915]
16462         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16463         * Makerules: ...here, and adjust associated comments.
16464
16465 2013-10-02  Will Newton  <will.newton@linaro.org>
16466
16467         * malloc/Makefile: Add tst-pvalloc.
16468         * malloc/tst-pvalloc.c: New file.
16469
16470 2013-10-02  Will Newton  <will.newton@linaro.org>
16471
16472         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16473         improve test coverage.
16474
16475 2013-10-02  Will Newton  <will.newton@linaro.org>
16476
16477         * malloc/Makefile: Add tst-posix_memalign.
16478         * malloc/tst-posix_memalign.c: New file.
16479
16480 2013-10-01  Eric Blake  <eblake@redhat.com>
16481
16482         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16483         Use __THROWNL rather than __THROW on static functions.
16484
16485 2013-09-30  Petr Machata  <pmachata@redhat.com>
16486
16487         * elf/elf.h (R_AARCH64_ABS16): New macro.
16488         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16489         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16490         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16491         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16492         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16493         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16494         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16495         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16496         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16497         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16498         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16499         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16500         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16501         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16502         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16503         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16504         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16505         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16506         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16507         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16508         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16509         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16510         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16511         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16512         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16513         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16514         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16515         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16516         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16517         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16518         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16519         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16520         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16521         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16522         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16523         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16524         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16525         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16526         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16527         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16528         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16529         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16530         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16531         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16532         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16533         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16534         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16535         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16536         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16537         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16538         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16539         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16540         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16541         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16542         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16543         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16544         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16545         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16546         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16547         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16548         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16549         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16550         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16551         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16552         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16553         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16554         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16555         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16556         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16557         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16558         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16559         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16560         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16561         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16562         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16563         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16564         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16565         (R_AARCH64_TLSDESC_LDR): Likewise.
16566         (R_AARCH64_TLSDESC_ADD): Likewise.
16567         (R_AARCH64_TLSDESC_CALL): Likewise.
16568
16569 2013-09-30  Andreas Schwab  <schwab@suse.de>
16570
16571         [BZ #15048]
16572         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
16573         the nss database lookup.
16574         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16575         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16576
16577 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
16578
16579         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
16580
16581 2013-09-28  P. J. McDermott  <pj@pehjota.net>
16582
16583         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
16584         ${Bash-specific parameter/pattern/string} parameter expansion.
16585         * sysdeps/unix/make-syscalls.sh: Likewise.
16586
16587 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16588
16589         * sysdeps/sh/stackguard-macros.h: New file.
16590
16591 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
16592
16593         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16594         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
16595         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
16596         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
16597         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16598         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
16599
16600 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16601
16602         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
16603         Fix thread ID register.
16604
16605 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
16606
16607         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
16608         [POSIX || UNIX98]: Require rather than permitting all symbols from
16609         <time.h>.
16610         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
16611         element of struct sched_param.
16612         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
16613         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
16614         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
16615         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
16616         constant.
16617
16618 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
16619
16620         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
16621         argument calculation.
16622
16623 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16624
16625         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
16626         Expect macro.
16627         [POSIX] (pthread_attr_t): Do not require type.
16628         [POSIX] (pthread_cond_t): Likewise.
16629         [POSIX] (pthread_condattr_t): Likewise.
16630         [POSIX] (pthread_key_t): Likewise.
16631         [POSIX] (pthread_mutex_t): Likewise.
16632         [POSIX] (pthread_mutexattr_t): Likewise.
16633         [POSIX] (pthread_once_t): Likewise.
16634         [POSIX] (pthread_t): Likewise.
16635         [POSIX-based standards] (pthread_atfork): Expect function.
16636
16637 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16638             Richard Sandiford  <richard@codesourcery.com>
16639
16640         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
16641         (swap_endianness_p): New extern variable.
16642         (set_big_endian): New inline function.
16643         (maybe_swap_uint32): Likewise.
16644         (maybe_swap_uint32_array): Likewise.
16645         (maybe_swap_uint32_obstack): Likewise.
16646         * locale/programs/locfile.c: Include <stdbool.h>.
16647         (swap_endianness_p): New variable.
16648         (add_locale_uint32): Call maybe_swap_uint32.
16649         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
16650         (write_locale_data): Call maybe_swap_uint32_array.
16651         * locale/programs/ld-collate.c (obstack_int32_grow): Call
16652         maybe_swap_uint32.
16653         (obstack_int32_grow_fast): Likewise.
16654         (output_weightwc): Call maybe_swap_uint32_obstack.
16655         (collate_output): Likewise.
16656         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
16657         (OPT_LITTLE_ENDIAN): Likewise.
16658         (options): Add --little-endian and --big-endian options.
16659         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
16660         * locale/programs/locarchive.c: Include "locfile.h".
16661         (GET): New macro.
16662         (SET): Likewise.
16663         (INC): Likewise.
16664         (create_archive): Use the new macros to access fields of
16665         structures directly mapped from or written to locale archives.
16666         (oldlocrecentcmp): Likewise.
16667         (enlarge_archive): Likewise.
16668         (insert_name): Likewise.
16669         (add_alias): Likewise.
16670         (add_locale): Likewise.
16671         (delete_locales_from_archive): Likewise.
16672         (show_archive_content): Likewise.
16673         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
16674         locale data.
16675
16676 2013-09-24  Roland McGrath  <roland@hack.frob.com>
16677
16678         * manual/freemanuals.texi: Updated from (newly) canonical copy at
16679         http://www.gnu.org/doc/freemanuals.texi.
16680         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
16681
16682 2013-09-24  Will Newton  <will.newton@linaro.org>
16683
16684         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
16685         macro.
16686
16687 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
16688
16689         * locale/hashval.h (compute_hashval): Interpret bytes of key as
16690         unsigned char.
16691
16692 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
16693
16694         * manual/threads.texi (POSIX Threads): Fix a typo.
16695
16696 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16697
16698         [BZ #14547]
16699         * string/tst-strcoll-overflow.c: New test case.
16700         * string/Makefile (xtests): Add tst-strcoll-overflow.
16701         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
16702         cache if string sizes may cause integer overflow.
16703
16704         [BZ #14547]
16705         * string/strcoll_l.c (coll_seq): New members rule, idx,
16706         save_idx and back_us.
16707         (get_next_seq_nocache): New function.
16708         (do_compare_nocache): New function.
16709         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
16710         when malloc fails.
16711
16712 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
16713
16714         [BZ #15754]
16715         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
16716         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
16717         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
16718
16719         [BZ #15754]
16720         * elf/Makefile (tests): Add tst-ptrguard1.
16721         (tests-static): Add tst-ptrguard1-static.
16722         (tst-ptrguard1-ARGS): Define.
16723         (tst-ptrguard1-static-ARGS): Define.
16724         * elf/tst-ptrguard1.c: New file.
16725         * elf/tst-ptrguard1-static.c: New file.
16726         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
16727         * sysdeps/i386/stackguard-macros.h: Likewise.
16728         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
16729         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
16730         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
16731         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
16732         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
16733         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
16734
16735 2013-09-23  Hector Marco  <hecmargi@upv.es>
16736             Ismael Ripoll  <iripoll@disca.upv.es>
16737             Carlos O'Donell  <carlos@redhat.com>
16738
16739         [BZ #15754]
16740         * sysdeps/generic/stackguard-macros.h: Define
16741         __pointer_chk_guard_local and POINTER_CHK_GUARD.
16742         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
16743         Define __pointer_chk_guard_local.
16744         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
16745         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
16746
16747 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
16748
16749         [BZ #15859]
16750         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
16751
16752 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
16753
16754         * include/string.h (__ffs): Declare as hidden.
16755         * string/ffs.c (__ffs): Define as hidden.
16756         * sysdeps/i386/ffs.c (__ffs): Likewise.
16757         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
16758         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
16759         * sysdeps/s390/ffs.c (__ffs): Likewise.
16760         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
16761
16762 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
16763
16764         * NEWS: Mention malloc probes.
16765
16766         * malloc/arena.c (new_heap): New memory_heap_new probe.
16767         (grow_heap): New memory_heap_more probe.
16768         (shrink_heap): New memory_heap_less probe.
16769         (heap_trim): New memory_heap_free probe.
16770         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
16771         (systrim): New memory_sbrk_less probe.
16772         * manual/probes.texi: Document them.
16773
16774         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
16775         * manual/probes.texi: Document it.
16776
16777         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
16778         (__libc_realloc): Add memory_realloc_retry probe.
16779         (__libc_memalign): Add memory_memalign_retry probe.
16780         (__libc_valloc): Add memory_valloc_retry probe.
16781         (__libc_pvalloc): Add memory_pvalloc_retry probe.
16782         (__libc_calloc): Add memory_calloc_retry probe.
16783         * manual/probes.texi: Document them.
16784
16785         * malloc/arena.c (get_free_list): Add probe
16786         memory_arena_reuse_free_list.
16787         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
16788         and memory_arena_reuse.
16789         (arena_get2) [!PER_THREAD]: Likewise.
16790         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
16791         memory_arena_reuse_realloc.
16792         * manual/probes.texi: Document them.
16793
16794         * malloc/malloc.c (__libc_free): Add
16795         memory_mallopt_free_dyn_thresholds probe.
16796         (__libc_mallopt): Add multiple memory_mallopt probes.
16797         * manual/probes.texi: Document them.
16798
16799         * malloc/malloc.c: Include stap-probe.h.
16800         (__libc_mallopt): Add memory_mallopt probe.
16801         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
16802         * manual/probes.texi: New.
16803         * manual/Makefile (chapters): Add probes.
16804         * manual/threads.texi: Set next node.
16805
16806 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
16807
16808         [BZ #15963, #13985]
16809         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
16810         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
16811         Add `Chinese' to `nan' entry name.
16812
16813 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16814
16815         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
16816         (POLYNOMIAL): Likewise.
16817         (TAYLOR_SINCOS): Likewise.
16818         (TAYLOR_SLOW): Likewise.
16819         (__sin): Use TAYLOR_SINCOS.
16820         (__cos): Likewise.
16821         (slow): Use TAYLOR_SLOW.
16822         (sloww): Likewise.
16823         (bsloww): Likewise.
16824         (csloww): Likewise.
16825
16826 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16827
16828         * stdlib/strtod_l.c: Fix buffer overrun.
16829
16830 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16831
16832         * benchtests/Makefile (bench): Add sincos.
16833         * benchtests/bench-sincos.c: New file.
16834
16835         * math/libm-test.inc (cos_test_data): New test inputs.
16836         (sin_test_data): Likewise.
16837
16838         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16839         macro.
16840         (__sin): Use it.
16841         (__cos): Likewise.
16842         (slow1): Likewise.
16843         (slow2): Likewise.
16844         (sloww1): Likewise.
16845         (sloww2): Likewise.
16846         (bsloww1): Likewise.
16847         (bsloww2): Likewise.
16848         (cslow2): Likewise.
16849         (csloww1): Likewise.
16850         (csloww2): Likewise.
16851
16852         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16853         function.
16854         (__sin): Use it.
16855         (__cos): Likewise.
16856
16857         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16858         gotos.
16859         (__cos): Likewise.
16860
16861 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16862
16863         * config.h.in (HAVE_MIPS_NAN2008): New macro.
16864         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
16865         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
16866         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
16867         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
16868         * elf/cache.c (print_entry): Handle the new cache flags.
16869
16870 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16871             Aldy Hernandez  <aldyh@redhat.com>
16872
16873         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
16874         Change condition to [_SOFT_FLOAT].
16875         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
16876         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
16877         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
16878         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
16879         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
16880         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
16881         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
16882         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
16883         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
16884         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
16885         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
16886         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
16887         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
16888         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
16889         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
16890         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
16891         declaration.
16892
16893 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16894
16895         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
16896         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16897         (__longjmp): Use LOAD_GP to load saved GPRs.
16898         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
16899         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16900         (__sigsetjmp): Use SAVE_GP to save GPRs.
16901
16902         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
16903         Do not append -msoft-float.
16904         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
16905
16906 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16907
16908         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
16909
16910 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
16911
16912         [BZ #15966]
16913         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
16914         (_FPU_GETCW): Use initial "__" on variable and field names but not
16915         on macro parameter name.
16916         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
16917         parentheses around reference to macro parameter.
16918
16919 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
16920
16921         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
16922         prototype.
16923         (ctype_startup): Use uint32_t in cast and sizeof for
16924         ctype->charnames.
16925
16926 2013-09-11  Jia Liu  <proljc@gmail.com>
16927
16928         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
16929         __daddr_t_defined.
16930         [__FreeBSD__]: Likewise.
16931
16932 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
16933
16934         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16935         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
16936         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
16937         (strchr): Remove __strchr_sse42 ifunc selection.
16938         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
16939         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
16940
16941 2013-09-11  Will Newton  <will.newton@linaro.org>
16942
16943         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
16944         parameter to RES. Remove hardcoded 1000 value.
16945         * benchtests/bench-skeleton.c (main): Pass RES parameter
16946         to TIMING_INIT and multiply result by 1000.
16947
16948 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16949
16950         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16951
16952 2013-09-11  Andreas Schwab  <schwab@suse.de>
16953
16954         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
16955         if not defined.
16956         (O_TMPFILE) [__USE_GNU]: Define.
16957         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
16958         Define.
16959
16960 2013-09-11  Will Newton  <will.newton@linaro.org>
16961
16962         [BZ #15857]
16963         * malloc/malloc.c (__libc_memalign): Check the value of bytes
16964         does not overflow.
16965
16966 2013-09-11  Will Newton  <will.newton@linaro.org>
16967
16968         [BZ #15856]
16969         * malloc/malloc.c (__libc_valloc): Check the value of bytes
16970         does not overflow.
16971
16972 2013-09-11  Will Newton  <will.newton@linaro.org>
16973
16974         [BZ #15855]
16975         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
16976         does not overflow.
16977
16978 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
16979
16980         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
16981         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16982         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16983         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16984         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16985
16986 2013-09-10  Allan McRae  <allan@archlinux.org>
16987
16988         [BZ #15748]
16989         * manual/arith.texi (Parsing of Floats): Clarify
16990         cross-reference.
16991
16992         [BZ #15849]
16993         * manual/install.texi (Running make install): Mention
16994         --enable-pt-chown.
16995         * INSTALL: Regenerated.
16996
16997 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
16998
16999         * csu/init-first.c (_init): Remove the !SHARED condition around
17000         FPU control word initialization.
17001         * elf/dl-support.c (_dl_fpu_control): New variable.
17002         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17003         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17004         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17005         * math/test-fpucw-static.c: New file.
17006         * math/test-fpucw-ieee.c: New file.
17007         * math/test-fpucw-ieee-static.c: New file.
17008         * math/Makefile (tests): Add `test-fpucw-ieee' and
17009         `$(tests-static)'.
17010         (tests-static): New variable.
17011         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17012         dependency to...
17013         [($(build-shared),yes)]
17014         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17015         ... this.
17016         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17017         New dependency.
17018
17019 2013-09-09  Allan McRae  <allan@archlinux.org>
17020
17021         [BZ #15939]
17022         * manual/string.texi (Collation Functions): Fix typo in
17023         strcoll example.
17024         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17025
17026         [BZ #15893]
17027         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17028
17029         [BZ #15892]
17030         * libio/memstream.c (open_memstream): Fix memory leak.
17031         * libio/wmemstream.c (open_wmemstream): Likewise.
17032
17033         [BZ #15895]
17034         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17035
17036 2013-09-09  Will Newton  <will.newton@linaro.org>
17037
17038         * malloc/Makefile: Add tst-realloc to tests.
17039         * malloc/tst-realloc.c: New file.
17040
17041 2013-09-09  Allan McRae  <allan@archlinux.org>
17042
17043         [BZ #15844]
17044         * COPYING: Update from GNU website to fix FSF address.
17045         * COPYING.LIB: Likewise.
17046
17047 2013-09-06  David S. Miller  <davem@davemloft.net>
17048
17049         * po/zh_TW.po: Update Chinese (traditional) translation from
17050         translation project.
17051
17052 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17053             Joseph Myers  <joseph@codesourcery.com>
17054
17055         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17056         "localeinfo.h".
17057         (obstack_chunk_alloc): New macro.
17058         (obstack_chunk_free): Likewise.
17059         (record_offset): New function.
17060         (init_locale_data): Likewise.
17061         (align_locale_data): Likewise.
17062         (add_locale_empty): Likewise.
17063         (add_locale_raw_data): Likewise.
17064         (add_locale_raw_obstack): Likewise.
17065         (add_locale_string): Likewise.
17066         (add_locale_wstring): Likewise.
17067         (add_locale_uint32): Likewise.
17068         (add_locale_uint32_array): Likewise.
17069         (add_locale_char): Likewise.
17070         (start_locale_structure): Likewise.
17071         (end_locale_structure): Likewise.
17072         (start_locale_prelude): Likewise.
17073         (end_locale_prelude): Likewise.
17074         (write_locale_data): Take locale_file structure rather than an
17075         iovec.
17076         * locale/programs/locfile.h: Include "obstack.h".
17077         (struct locale_file): Change to store locale file contents instead
17078         of header.
17079         (init_locale_data): New prototype.
17080         (align_locale_data): Likewise.
17081         (add_locale_empty): Likewise.
17082         (add_locale_raw_data): Likewise.
17083         (add_locale_raw_obstack): Likewise.
17084         (add_locale_string): Likewise.
17085         (add_locale_wstring): Likewise.
17086         (add_locale_uint32): Likewise.
17087         (add_locale_uint32_array): Likewise.
17088         (add_locale_char): Likewise.
17089         (start_locale_structure): Likewise.
17090         (end_locale_structure): Likewise.
17091         (start_locale_prelude): Likewise.
17092         (end_locale_prelude): Likewise.
17093         (write_locale_data): Update prototype.
17094         * locale/programs/3level.h (struct TABLE): Remove result field.
17095         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17096         Use new locale_file interface.
17097         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17098         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17099         * locale/programs/ld-address.c (address_output): Use new
17100         locale_file interface.
17101         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17102         NO_ADD_LOCALE.
17103         (collate_finish): Don't call collseq_table_finalize.
17104         (collate_output): Use new locale_file interface.
17105         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17106         in file.
17107         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17108         (TABLE): Move defines earlier in file.
17109         (ELEMENT): Likewise.
17110         (DEFAULT): Likewise.
17111         (wctrans_table_add): Move macro and inline function earlier in
17112         file.
17113         (struct wctype_table): Move type earlier in file.
17114         (add_locale_wctype_table): New static prototype.
17115         (struct locale_ctype_t): Use logical types instead of struct iovec
17116         pointers for members.
17117         (ctype_output): Use new locale_file interface.
17118         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17119         new locale_file interface.
17120         (allocate_arrays): Update for use of new locale_file interface.
17121         * locale/programs/ld-identification.c (identification_output): Use
17122         new locale_file interface.
17123         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17124         * locale/programs/ld-messages.c (messages_output): Likewise.
17125         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17126         * locale/programs/ld-name.c (name_output): Likewise.
17127         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17128         * locale/programs/ld-paper.c (paper_output): Likewise.
17129         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17130         * locale/programs/ld-time.c (time_output): Likewise.
17131
17132 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17133
17134         * benchtests/Makefile: Add memrchr benchmark.
17135         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17136         benchmark as memrchr.
17137         * benchtests/bench-memrchr-ifunc.c: New file.
17138         * benchtests/bench-memrchr.c: New file.
17139
17140 2013-09-06   Will Newton  <will.newton@linaro.org>
17141
17142         * benchtests/Makefile (string-bench): Add memcpy.
17143
17144 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17145             Cong Wang  <amwang@redhat.com>
17146
17147         [BZ #15850]
17148         * sysdeps/unix/sysv/linux/bits/in.h
17149         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17150         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17151         before __USE_KERNEL_IPV6_DEFS uses.
17152         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17153         IPPROTO_BEETPH.
17154         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17155         sockaddr_in6, or ipv6_mreq.
17156
17157 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17158
17159         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17160         memory access for final bytes in some large inputs.
17161         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17162
17163 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17164
17165         * string/test-memrchr.c: New file.
17166         * string/test-memrchr-ifunc.c: New file.
17167         * string/Makefile: Add new memrchr testcase.
17168
17169 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17170
17171         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17172         fanotify_init returns EPERM.
17173
17174 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17175
17176         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17177         errors.
17178         (top level): Treat second token from macro or constant entries for
17179         allowed headers as allowed.
17180         * include/complex.h: Condition internal declarations on
17181         [!_ISOMAC].
17182         * include/fenv.h: Condition include of <stdbool.h> and internal
17183         declarations on [!_ISOMAC].
17184
17185 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17186
17187         [BZ #15923]
17188         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17189
17190 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17191
17192         * configure.in (--enable-versioning): Remove configure option.
17193         (libc_cv_asm_symver_directive): Remove configure test.
17194         (libc_cv_ld_version_script_option): Likewise.
17195         (VERSIONING): Remove variable and AC_SUBST.
17196         (DO_VERSIONING): Remove AC_DEFINE.
17197         * configure: Regenerated.
17198         * config.h.in (DO_VERSIONING): Remove macro.
17199         * Makerules [$(versioning) = yes]: Change conditionals to
17200         [$(build-shared) = yes].
17201         * config.make.in (versioning): Remove variable.
17202         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17203         [$(build-shared) = yes].
17204         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17205         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17206         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17207         [$(build-shared) = yes].
17208         * extra-lib.mk [$(versioning) = yes]: Likewise.
17209         * hurd/Makefile [$(versioning) = yes]: Likewise.
17210         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17211         [SHARED].
17212         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17213         [SHARED].
17214         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17215         [SHARED && !NO_HIDDEN].
17216         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17217         [SHARED].
17218         [SHARED && DO_VERSIONING]: Likewise..
17219         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17220         [$(build-shared) = yes].
17221         * manual/install.texi (--disable-versioning): Remove
17222         documentation.
17223         * INSTALL: Regenerated.
17224         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17225         to [SHARED].
17226         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17227         [$(build-shared) = yes].
17228         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17229         * sysdeps/i386/i686/multiarch/strstr-c.c
17230         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17231         [SHARED && !NO_HIDDEN].
17232         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17233         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17234         * sysdeps/powerpc/powerpc32/dl-machine.c
17235         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17236         * sysdeps/powerpc/powerpc32/sysdep.h
17237         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17238         to [SHARED && PIC && !NO_HIDDEN].
17239         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17240         conditional to [SHARED].
17241
17242 2013-09-04   Will Newton  <will.newton@linaro.org>
17243
17244         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17245         * benchtests/bench-string.h: Include bench-timing.h instead
17246         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17247         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17248         call to HP_TIMING_DIFF_INIT.
17249         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17250         instead of hp-timing.h macros.
17251         * benchtests/bench-memchr.c: Likewise.
17252         * benchtests/bench-memcmp.c: Likewise.
17253         * benchtests/bench-memcpy.c: Likewise.
17254         * benchtests/bench-memmem.c: Likewise.
17255         * benchtests/bench-memmove.c: Likewise.
17256         * benchtests/bench-memset.c: Likewise.
17257         * benchtests/bench-rawmemchr.c: Likewise.
17258         * benchtests/bench-strcasecmp.c: Likewise.
17259         * benchtests/bench-strcasestr.c: Likewise.
17260         * benchtests/bench-strcat.c: Likewise.
17261         * benchtests/bench-strchr.c: Likewise.
17262         * benchtests/bench-strcmp.c: Likewise.
17263         * benchtests/bench-strcpy.c: Likewise.
17264         * benchtests/bench-strcpy_chk.c: Likewise.
17265         * benchtests/bench-strlen.c: Likewise.
17266         * benchtests/bench-strncasecmp.c: Likewise.
17267         * benchtests/bench-strncat.c: Likewise.
17268         * benchtests/bench-strncmp.c: Likewise.
17269         * benchtests/bench-strncpy.c: Likewise.
17270         * benchtests/bench-strnlen.c: Likewise.
17271         * benchtests/bench-strpbrk.c: Likewise.
17272         * benchtests/bench-strrchr.c: Likewise.
17273         * benchtests/bench-strspn.c: Likewise.
17274         * benchtests/bench-strstr.c: Likewise.
17275
17276 2013-09-04  Will Newton  <will.newton@linaro.org>
17277
17278         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17279
17280 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17281
17282         [BZ #15427]
17283         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17284         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17285         * math/libm-test.inc (lgamma_test_data): Add more tests.
17286         * sysdeps/i386/fpu/libm-test-ulps: Update.
17287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17288
17289 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17290
17291         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17292         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17293         Add ifunc.
17294         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17295         Add strcmp-sse2-unaligned
17296         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17297
17298 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17299
17300         * Versions.def (libc): Add GLIBC_2.19.
17301
17302 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17303
17304         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17305         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17306
17307 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17308
17309         [BZ #14155]
17310         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17311         intermediate calculations in recurrence.
17312         (__ieee754_ynf): Likewise.
17313         * math/libm-test.inc (jn_test_data): Do not allow spurious
17314         underflow exception.  Add more tests.
17315         (yn_test_data): Add more tests.
17316         * sysdeps/i386/fpu/libm-test-ulps: Update.
17317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17318
17319 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17320
17321         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17322
17323 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17324
17325         * csu/init-first.c: Fix then/than typos.
17326         * locale/programs/ld-collate.c: Likewise.
17327         * locale/programs/linereader.h: Likewise.
17328         * manual/charset.texi: Likewise.
17329         * manual/filesys.texi: Likewise.
17330         * manual/stdio.texi: Likewise.
17331         * manual/string.texi: Likewise.
17332         * stdlib/fmtmsg.c: Likewise.
17333         * sysdeps/i386/stpncpy.S: Likewise.
17334         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17335         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17336         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17337         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17338
17339 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17340
17341         * elf/dl-open.c: Fix typos.
17342         * iconvdata/gbbig5.c: Likewise.
17343         * iconvdata/iso-2022-jp.c: Likewise.
17344         * iconv/gconv_int.h: Likewise.
17345         * iconv/loop.c: Likewise.
17346         * nis/rpcsvc/nis.h: Likewise.
17347         * resolv/ns_name.c: Likewise.
17348         * stdio-common/vfscanf.c: Likewise.
17349         * streams/stropts.h: Likewise.
17350         * sunrpc/rpc_thread.c: Likewise.
17351         * sysdeps/i386/strpbrk.S: Likewise.
17352         * sysdeps/ieee754/k_standard.c: Likewise.
17353         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17354         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17355         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17356         * sysdeps/mach/hurd/profil.c: Likewise.
17357         * sysdeps/s390/dl-procinfo.h: Likewise.
17358         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17359         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17360         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17361         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17362         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17363
17364 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17365
17366         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17367         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17368
17369 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17370
17371         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17372         aix specific files.
17373         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17374         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17375         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17376         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17377         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17378         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17379         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17380         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17381
17382 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17383             Roland McGrath  <roland@hack.frob.com>
17384
17385         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17386         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17387
17388 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17389
17390         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17391         __executable_start symbol instead of _start.
17392
17393 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17394
17395         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17396         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17397         Move macros to...
17398         * sysdeps/gnu/ldsodefs.h: ... this new file.
17399
17400         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17401         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17402         instead of ELFOSABI_LINUX.
17403
17404         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17405         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17406         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17407         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17408         Likewise.
17409         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17410         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17411         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17412         Likewise.
17413         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17414         (ibm_extended_long_double): Add ieee_nan member.
17415         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17416         (do_test): New function.
17417
17418         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17419         TEST_TRUNC.
17420         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17421         functions, renamed from truncdfsf_test, trunctfsf_test,
17422         trunctfdf_test.
17423         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17424         functions.
17425         (do_test): Run all these.
17426
17427 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17428
17429         * argp/argp-help.c: Fix typos.
17430         * argp/argp-parse.c: Likewise.
17431         * debug/backtracesyms.c: Likewise.
17432         * elf/elf.h: Likewise.
17433         * malloc/malloc.c: Likewise.
17434         * nis/nis_print.c: Likewise.
17435         * resolv/res_comp.c: Likewise.
17436         * stdlib/stdlib.h: Likewise.
17437         * sunrpc/clnt_tcp.c: Likewise.
17438         * sunrpc/clnt_udp.c: Likewise.
17439         * sunrpc/clnt_unix.c: Likewise.
17440         * sysdeps/unix/bsd/ptsname.c: Likewise.
17441         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17442         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17444         Likewise.
17445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17446         Likewise.
17447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17448         Likewise.
17449         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17450
17451 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17452
17453         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17454         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17455
17456 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17457
17458         [BZ #15897]
17459         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17460         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17461         ($(objpfx)bug-dl-leaf): New rule.
17462         ($(objpfx)bug-dl-leaf.so): Likewise.
17463         ($(objpfx)bug-dl-leaf.out): Likewise.
17464         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17465         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17466         * dlfcn/bug-dl-leaf.c: New test.
17467         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17468         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17469         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17470         (dlclose): Likewise.
17471         (dlmopen): Likewise.
17472
17473 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17474
17475         * include/netdb.h [!_ISOMAC]:
17476         Don't include <tls.h>.
17477         (h_errno, __libc_h_errno): Move declaration and macros out of
17478         [_LIBC_REENTRANT].
17479
17480         * include/resolv.h [_RESOLV_H_]:
17481         Don't include <tls.h>.
17482         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17483         * resolv/res_libc.c: Don't include <tls.h>.
17484         (_res): Use __attribute__ ((nocommon)) in place of
17485         __attribute__ ((section (".bss"))).
17486
17487         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17488         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17489
17490         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17491
17492         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17493         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17494
17495         * resolv/res_mkquery.c: Include <sys/time.h>.
17496
17497         * inet/ifreq.c: Moved to ...
17498         * sysdeps/unix/ifreq.c: ... here.
17499         * inet/ifreq.c: New file, true stub version.
17500
17501         * socket/sa_len.c: New file.
17502         * socket/Makefile (aux): Add it.
17503         * sysdeps/unix/sysv/linux/Makefile
17504         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17505         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17506         and #include <socket/sa_len.c>.
17507         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17508         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17509
17510         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17511         * bits/socket.h: ... here.
17512
17513         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17514         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17515         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17516
17517 2013-08-27  Andreas Schwab  <schwab@suse.de>
17518
17519         [BZ #15736]
17520         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17521         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17522         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17523         * string/test-strcasecmp.c (test_main): Run tests in several
17524         locales.
17525         * string/test-strncasecmp.c (test_main): Likewise.
17526
17527         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17528         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17529         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17530         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17531         (__strncasecmp_ssse3) [PIC]: Likewise.
17532
17533 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17534
17535         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17536
17537         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17538         instead of explicitly declaring xdecrypt.
17539         * nis/nss_nis/nis-publickey.c: Likewise.
17540
17541 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17542
17543         [BZ #15890]
17544         * nscd/aicache.c: Include res_hconf.h.
17545         (addhstaiX): Initialize res_hconf.
17546
17547 2013-08-26  Andreas Schwab  <schwab@suse.de>
17548
17549         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17550         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17551
17552 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17553
17554         * nscd/aicache.c (addhstaiX): Fix indentation.
17555
17556 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17557
17558         * configure.ac: Quote $build_pt_chown test.
17559         * configure: Regenerated.
17560
17561 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17562
17563         [BZ #15532]
17564         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17565         * math/s_cexpf.c (__cexpf): Likewise.
17566         * math/s_cexpl.c (__cexpl): Likewise.
17567         * math/libm-test.inc (cexp_test_data): Correct expected return
17568         value for NaN + i0.  Add another test.
17569
17570 2013-08-22  David S. Miller  <davem@davemloft.net>
17571
17572         * po/ca.po: Update Catalan translation from translation project.
17573         * po/uk.po: Add Ukrainian translations from translation project.
17574
17575 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
17576
17577         [BZ #15797]
17578         * math/s_fdim.c (__fdim): Check for infinite arguments if result
17579         is infinite, not alongside NaN test.
17580         * math/s_fdimf.c (__fdimf): Likewise.
17581         * math/s_fdiml.c (__fdiml): Likewise.
17582         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
17583         errno is unchanged.
17584
17585 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
17586
17587         * argp/argp-help.c: Fix typos.
17588         * crypt/speeds.c: Likewise.
17589         * csu/check_fds.c: Likewise.
17590         * elf/dl-load.c: Likewise.
17591         * elf/dl-open.c: Likewise.
17592         * elf/reldep3.c: Likewise.
17593         * elf/reldep.c: Likewise.
17594         * elf/sprof.c: Likewise.
17595         * iconv/iconv_charmap.c: Likewise.
17596         * iconv/skeleton.c: Likewise.
17597         * iconv/strtab.c: Likewise.
17598         * io/lockf64.c: Likewise.
17599         * libio/libioP.h: Likewise.
17600         * resolv/gai_notify.c: Likewise.
17601         * resolv/ns_name.c: Likewise.
17602         * resolv/ns_samedomain.c: Likewise.
17603         * resolv/res_send.c: Likewise.
17604         * stdlib/random.c: Likewise.
17605         * sunrpc/rpc/xdr.h: Likewise.
17606         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
17607         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
17608         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
17609         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
17610         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
17611         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
17612         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
17613         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
17614         * sysdeps/mach/hurd/check_fds.c: Likewise.
17615         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
17616         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17617         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17618         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
17619         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17620         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
17621         * sysdeps/pthread/aio_notify.c: Likewise.
17622         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
17623         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
17624         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
17625         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
17626         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
17627
17628 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17629
17630         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
17631         version if bit_Slow_SSE4_2 is set.
17632         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
17633         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
17634
17635 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17636
17637         [BZ #15867]
17638         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
17639         trampoline stack frame information.
17640         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
17641         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
17642         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
17643         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
17644         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
17645         * sysdeps/unix/sysv/linux/powerpc/init-first.c
17646         (_libc_vdso_platform_setup): Initialize the signal trampolines.
17647         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
17648         sa_flags value.
17649         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
17650         interrupting a syscall and set with option SA_SIGINFO.
17651
17652 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17653
17654         [BZ #15531]
17655         * math/s_cproj.c (__cproj): Only return an infinity if one part of
17656         argument is infinite.
17657         * math/s_cprojf.c (__cprojf): Likewise.
17658         * math/s_cprojl.c (__cprojl): Likewise.
17659         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
17660         * math/libm-test.inc (cproj_test_data): Add more tests.
17661
17662         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
17663
17664         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
17665         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
17666         size.  Use __ffs to determine corresponding shift.
17667
17668 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17669             Roland McGrath  <roland@hack.frob.com>
17670
17671         * Makefile (INSTALL): Remove trailing blank lines from output of
17672         makeinfo.
17673
17674 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17675
17676         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
17677         Align 32 bit compat elf_greg to 8 bytes.
17678
17679 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
17680
17681         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
17682
17683 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17684
17685         * string/strcoll_l.c (coll_seq): New structure.
17686         (get_next_seq_cached): New function.
17687         (get_next_seq): New function.
17688         (do_compare): New function.
17689         (STRCOLL): Use GNU style definition.  Simplify implementation
17690         by using get_next_seq, get_next_seq_cached and do_compare.
17691
17692 2013-08-16  Florian Weimer  <fweimer@redhat.com>
17693
17694         [BZ #14699]
17695         CVE-2013-4237
17696         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
17697         member.
17698         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
17699         member.
17700         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
17701         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
17702         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
17703         conditional.
17704         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
17705         GETDENTS_64BIT_ALIGNED.
17706         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
17707         * manual/filesys.texi (Reading/Closing Directory): Document
17708         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
17709         strongly.
17710         * manual/conf.texi (Limits for Files): Add portability note to
17711         NAME_MAX, PATH_MAX.
17712         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
17713
17714 2013-08-13  Andreas Schwab  <schwab@suse.de>
17715
17716         [BZ #15749]
17717         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
17718         of fabs.
17719         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
17720         LDBL_MAX_EXP >= 16384]: Add tests for it.
17721
17722 2013-08-12  David S. Miller  <davem@davemloft.net>
17723
17724         * version.h (RELEASE): Set to "development".
17725         (VERSION): Set to "2.18.90".
17726         * NEWS: Add 2.19 section.
17727
17728 2013-08-03  David S. Miller  <davem@davemloft.net>
17729
17730         * po/ko.po: Update Korean translation from translation project.
17731
17732 2013-08-01  David S. Miller  <davem@davemloft.net>
17733
17734         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
17735         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
17736         Bilka.
17737
17738 2013-07-30  David S. Miller  <davem@davemloft.net>
17739
17740         * po/fr.po: Update French translation from translation project.
17741
17742 2013-07-28  David S. Miller  <davem@davemloft.net>
17743
17744         * po/cs.po: Update Czech translation from translation project.
17745
17746         * po/sv.po: Update Swedish translation from translation project.
17747
17748 2013-07-27  David S. Miller  <davem@davemloft.net>
17749
17750         * po/eo.po: Update Esperanto translation from translation project.
17751
17752         * po/vi.po: Update Vietnamese translation from translation project.
17753
17754         * po/de.po: Update German translation from translation project.
17755
17756 2013-07-26  David S. Miller  <davem@davemloft.net>
17757
17758         * po/bg.po: Update Bulgarian translation from translation project.
17759
17760         * po/nl.po: Update Dutch translation from translation project.
17761         * po/pl.po: Update Polish translation from translation project.
17762         * po/ru.po: Update Russian translation from translation project.
17763
17764 2013-07-24  David S. Miller  <davem@davemloft.net>
17765
17766         * po/libc.pot: Update.
17767
17768 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17769
17770         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
17771         variable page size.
17772         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
17773         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
17774         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
17775
17776 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17777
17778         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
17779
17780 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17781             Andreas Schwab  <schwab@suse.de>
17782             Roland McGrath  <roland@hack.frob.com>
17783             Joseph Myers  <joseph@codesourcery.com>
17784             Carlos O'Donell  <carlos@redhat.com>
17785
17786         [BZ #15755]
17787         * config.h.in: Define HAVE_PT_CHOWN.
17788         * config.make.in (build-pt-chown): New variable.
17789         * configure.in (--enable-pt_chown): New configure option.
17790         * configure: Regenerate.
17791         * login/Makefile: Include Makeconfig.  Build pt_chown only if
17792         build-pt-chown is enabled.
17793         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
17794         pt_chown to fix pty ownership.
17795         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
17796         CLOSE_ALL_FDS.
17797         * manual/install.texi (Configuring and compiling): Mention
17798         --enable-pt_chown. Add @findex for grantpt.
17799         * INSTALL: Regenerate.
17800
17801 2013-07-20  David S. Miller  <davem@davemloft.net>
17802
17803         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
17804         difference between 32-bit and 64-bit.
17805
17806 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
17807
17808         [BZ #15711]
17809         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
17810         Avoid system header dependency with -ffreestanding.
17811         ($(objpfx)bits/syscall%d): Likewise.
17812
17813 2013-07-13  David S. Miller  <davem@davemloft.net>
17814
17815         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
17816         underflows from atanl/atan2l due to bug 15319.
17817         (casinh_test_data): Likewise.
17818
17819 2013-07-07  David S. Miller  <davem@davemloft.net>
17820
17821         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
17822
17823 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
17824
17825         * sysdeps/i386/fpu/libm-test-ulps: Update.
17826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17827
17828 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17829
17830         * configure.in (--enable-lock-elision): Fix message text.
17831         * INSTALL: Regenerate.
17832         * configure: Regenerate.
17833
17834 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17835
17836         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17837
17838 2013-07-03  Andreas Jaeger  <aj@suse.de>
17839
17840         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17841         define.
17842         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17843         (ptrace_peeksiginfo_args): Add.
17844         (__ptrace_peeksiginfo_flags): Add.
17845         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17846         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17847         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17848
17849 2013-07-03  Allan McRae  <allan@archlinux.org>
17850
17851         * sysdeps/i386/fpu/libm-test-ulps: Update.
17852
17853 2013-07-02  David S. Miller  <davem@davemloft.net>
17854
17855         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17856
17857 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17858
17859         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17860
17861 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17862
17863         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17864         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17865
17866 2013-07-02  Andi Kleen <ak@linux.intel.com>
17867
17868         * config.h.in (ENABLE_LOCK_ELISION): Add.
17869         * configure.in (--enable-lock-elision): Add option.
17870         * manual/install.texi: Document --enable lock elision.
17871         * configure: Regenerate
17872         * INSTALL: Regenerate.
17873
17874 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
17875
17876         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
17877         SSE4.2 strcasecmp for libc.a.
17878         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
17879
17880 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17881
17882         [BZ #13304]
17883         * soft-fp/op-common.h (_FP_FMA): New macro.
17884         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
17885         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
17886         (_FP_MUL_MEAT_1_imm): ... here.
17887         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
17888         (_FP_MUL_MEAT_1_wide): ... here.
17889         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
17890         (_FP_MUL_MEAT_1_hard): ... here.
17891         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
17892         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
17893         (_FP_MUL_MEAT_2_wide): ... here.
17894         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
17895         (_FP_MUL_MEAT_2_wide_3mul): ... here.
17896         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
17897         (_FP_MUL_MEAT_2_gmp): ... here.
17898         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
17899         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
17900         (_FP_MUL_MEAT_4_wide): ... here.
17901         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
17902         (_FP_MUL_MEAT_4_gmp): ... here.
17903         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
17904         (_FP_WFRACBITS_DW_S): Likewise.
17905         (_FP_WFRACXBITS_DW_S): Likewise.
17906         (_FP_HIGHBIT_DW_S): Likewise.
17907         (FP_FMA_S): Likewise.
17908         (_FP_FRAC_HIGH_DW_S): Likewise.
17909         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
17910         (_FP_WFRACBITS_DW_D): Likewise.
17911         (_FP_WFRACXBITS_DW_D): Likewise.
17912         (_FP_HIGHBIT_DW_D): Likewise.
17913         (FP_FMA_D): Likewise.
17914         (_FP_FRAC_HIGH_DW_D): Likewise.
17915         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
17916         (_FP_WFRACBITS_DW_E): Likewise.
17917         (_FP_WFRACXBITS_DW_E): Likewise.
17918         (_FP_HIGHBIT_DW_E): Likewise.
17919         (FP_FMA_E): Likewise.
17920         (_FP_FRAC_HIGH_DW_E): Likewise.
17921         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
17922         (_FP_WFRACBITS_DW_Q): Likewise.
17923         (_FP_WFRACXBITS_DW_Q): Likewise.
17924         (_FP_HIGHBIT_DW_Q): Likewise.
17925         (FP_FMA_Q): Likewise.
17926         (_FP_FRAC_HIGH_DW_Q): Likewise.
17927         * soft-fp/fmasf4.c: New file.
17928         * soft-fp/fmadf4.c: Likewise.
17929         * soft-fp/fmatf4.c: Likewise.
17930
17931 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17932
17933         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
17934         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
17935         Silvermont.
17936         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
17937         macro.
17938         (index_Slow_SSE4_2): Likewise.
17939         (index_Prefer_PMINUB_for_stringop): Likewise.
17940         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
17941         bit_Slow_SSE4_2 is set.
17942         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
17943         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17944
17945 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17946
17947         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
17948         rtld_global._dl_hwcap2.
17949         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
17950         POWER8.
17951         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
17952         POWER8 feature descriptions defined in _dl_hwcap2.
17953         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
17954         string handling for POWER8 feature bits.
17955         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
17956         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
17957         _dl_powerpc_cap_flags.
17958         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
17959         * sysdeps/powerpc/rtld-global-offsets.sym
17960         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
17961         _dl_hwcap2 in the rtld_global_ro structure.
17962
17963 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17964
17965         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
17966         hardware capabilities in support of AT_HWCAP2.
17967         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
17968         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
17969         GLRO(dl_hwcap2).
17970         (_dl_show_auxv): Add support for calling _dl_procinfo to display
17971         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
17972         explicitly the unknown a_type display mechanism is used.
17973         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
17974         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
17975         struct member.
17976         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
17977         to macro prototype for AT_HWCAP2 support.
17978         * sysdeps/i386/dl-procinfo.h: Likewise.
17979         * sysdeps/s390/dl-procinfo.h: Likewise.
17980         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
17981         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
17982         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
17983         return -1 for unknown a_type display fallback.
17984         * sysdeps/sparc/dl-procinfo.h: Likewise.
17985         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
17986         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
17987
17988 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
17989
17990         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
17991         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
17992
17993 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
17994
17995         [BZ #12492]
17996         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
17997         mprotect making __stack_prot writable.
17998
17999 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18000             Joseph Myers  <joseph@codesourcery.com>
18001
18002         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18003         as being properly aligned.
18004
18005 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18006
18007         * dlfcn/modstatic5.c: New file.
18008         * dlfcn/tststatic5.c: New file.
18009         * dlfcn/Makefile (tests): Add tststatic5.
18010         (tests-static): Likewise.
18011         (modules-names): Add modstatic5.
18012         (tststatic5-ENV): New variable.
18013         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18014
18015         [BZ #15022]
18016         * elf/dl-support.c (_dl_main_map): New variable.
18017         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18018         (_dl_nns, _dl_load_adds): Set to 1.
18019         (_dl_initial_searchlist): Refer to _dl_main_map.
18020         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18021         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18022         call to _dl_get_origin.
18023         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18024         around call_map.
18025         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18026         * dlfcn/modstatic3.c: New file.
18027         * dlfcn/tststatic3.c: New file.
18028         * dlfcn/tststatic4.c: New file.
18029         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18030         (tests-static): Likewise.
18031         (modules-names): Add modstatic3.
18032         (tststatic3-ENV, tststatic4-ENV): New variables.
18033         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18034         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18035
18036 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18037
18038         * configure.in (CC): Require GCC version 4.4 or later.
18039         * configure: Regenerated.
18040         * manual/install.texi (Tools for Compilation): Update GCC version
18041         requirement.
18042         * INSTALL: Regenerated.
18043
18044 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18045
18046         [BZ #15674]
18047         * string/test-memcmp.c (check2): New.
18048         (main): Call check2.
18049
18050         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18051
18052 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18053
18054         [BZ #15022]
18055         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18056         over to...
18057         (dl_open_worker) [!SHARED]: ... here.
18058
18059 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18060
18061         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18062
18063 2013-06-25  Richard Henderson  <rth@redhat.com>
18064
18065         * locale/programs/locarchive.c: Include <libc-internal.h>
18066
18067 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18068
18069         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18070         trailing whitespace removed.
18071
18072 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18073
18074         [BZ #10283]
18075         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18076         * locale/programs/locarchive.c: Include libc-mmap.h.
18077         (prepare_address_space): Take two new outputs (the mmap base and len).
18078         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18079         values.
18080         (create_archive): Declare new mmap base and len values for
18081         prepare_address_space, and store the result in ah.
18082         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18083         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18084         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18085         Declare new mmap base and len values for
18086         prepare_address_space, and store the result in new_ah.
18087         (open_archive): Declare new mmap base and len values for
18088         prepare_address_space, and store the result in ah.
18089         (close_archive): If ah->mmap_base is not NULL, use that and
18090         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18091         * sysdeps/generic/libc-mmap.h: New file.
18092
18093 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18094
18095         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18096         (ALIGN_UP): Likewise.
18097         (PTR_ALIGN_DOWN): Likewise.
18098         (PTR_ALIGN_UP): Likewise.
18099
18100 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18101
18102         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18103         entry mapped to PPC_PLATFORM_POWER8.
18104         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18105         POWER8.
18106         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18107         (_dl_string_platform): Add case for exporting platform position for
18108         POWER8.
18109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18110         search path to sysdeps/powerpc/powerpc32/power8 directory.
18111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18112         search path to sysdeps/powerpc/powerpc64/power8 directory.
18113         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18114         power7 directories.
18115         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18116         power7 directories.
18117
18118 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18119
18120         * INSTALL: Regenerate.
18121
18122         * nscd/connections.c (nscd_init): Fix comment.
18123
18124 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18125
18126         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18127
18128         [BZ #15667]
18129         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18130         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18131
18132 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18133
18134         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18135         DL_DST_REQ_STATIC.
18136         (DL_DST_REQ_STATIC): Remove macro.
18137
18138 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18139
18140         [BZ #7006]
18141         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18142         with a shift of 0 bits.
18143
18144 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18145
18146         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18147         $(tststatic-ENV).
18148
18149 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18150
18151         [BZ #15655]
18152         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18153
18154 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18155
18156         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18157         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18158         accepts -fno-tree-loop-distribute-patterns.
18159         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18160         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18161         recursive call.
18162         * string/memset.c (memset): Likewise.
18163         * string/test-memmove.c (simple_memmove): Disable loop transformation
18164         to library calls.
18165         * string/test-memset.c (simple_memset): Likewise.
18166         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18167         * benchtests/bench-memset.c (simple_memset): Likewise.
18168         * configure: Regenerated.
18169
18170 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18171
18172         * math/test-misc.c (main): Ignore fesetround failure when failures
18173         of subsequent rounding tests would be ignored.
18174
18175         [BZ #15654]
18176         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18177         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18178         * math/fegetenv.c (__fegetenv): Return 0.
18179         * math/fegetexcept.c (fegetexcept): Return 0.
18180         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18181         FE_TONEAREST.
18182         * math/feholdexcpt.c (feholdexcept): Return 0.
18183         * math/fesetenv.c (__fesetenv): Return 0.
18184         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18185         argument FE_TONEAREST.
18186         * math/feupdateenv.c (__feupdateenv): Return 0.
18187         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18188
18189 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18190
18191         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18192         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18193         ($(objpfx)rtld-%.os rules): Use them.
18194
18195 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18196
18197         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18198         fields.
18199
18200 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18201
18202         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18203         length of target pattern, then descending length of dependency pattern.
18204         * configure.in (AWK): Require gawk 3.1.2 or newer.
18205         * manual/install.texi (Tools for Compilation): Say that we do.
18206         * configure: Regenerated.
18207
18208         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18209         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18210         * scripts/sysd-rules.awk: ... this new script.
18211         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18212         than a glob-style pattern.
18213
18214 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18215
18216         * math/test-misc.c (main): Do not treat incorrectly rounded
18217         conversions as failure unless ROUNDING_TESTS passes.
18218
18219 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18220
18221         [BZ #15631]
18222         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18223         restore exception state around main square root computation, then
18224         check for inexactness explicitly.
18225
18226         * math/libm-test.inc (fma_test_data): Add another test.
18227
18228 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18229
18230         * manual/threads.texi (Non-POSIX Extensions): New document
18231         node.  Document pthread_getattr_default_np and
18232         pthread_setattr_default_np.
18233
18234         * Versions.def (libpthread): Add GLIBC_2.18.
18235         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18237         Likewise.
18238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18239         Likewise.
18240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18241         Likewise.
18242         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18243         Likewise.
18244         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18245         Likewise.
18246         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18247         Likewise.
18248         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18249         Likewise.
18250         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18251         Likewise.
18252         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18253         Likewise.
18254
18255 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18256
18257         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18258         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18259
18260 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18261             H.J. Lu  <hjl.tools@gmail.com>
18262
18263         [BZ #15627]
18264         * sysdeps/x86_64/rtld-memset.c: Remove file.
18265         * sysdeps/x86_64/rtld-memset.S: New file.
18266
18267 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18268
18269         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18270         (test_in_one_mode): Take arguments for whether the rounding mode
18271         is supported for each floating-point type.
18272         (do_test): Pass new arguments to test_in_one_mode using
18273         ROUNDING_TESTS.
18274
18275 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18276
18277         * posix/tst-waitid.c (do_test): Distinguish different instances of
18278         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18279         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18280         before entering the kernel for waitpid.
18281
18282 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18283
18284         * NEWS: Fix note on clock function precision.  Text by Roland
18285         McGrath.
18286
18287 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18288
18289         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18290         it into place only when and if the sanity check passes.
18291
18292 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18293
18294         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18295         output for whether conversion result is exact.  Take argument
18296         indicating whether type is IBM long double.
18297         (round_for_all): Change need_exact field to ibm_ld.
18298         * stdlib/tst-strtod-round.c (struct exactness): New type.
18299         (struct test): Change bool ld_ok field to struct exactness exact.
18300         (TEST): Update all definitions for change to field.
18301         (tests): Regenerate array contents.
18302         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18303         field value.  Check for IBM long double here.
18304         (do_test): Update calls to test_in_one_mode.
18305
18306 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18307
18308         [BZ #12515]
18309         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18310         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18311
18312 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18313
18314         [BZ #15605]
18315         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18316         generated by the compiler on loop optimizations.
18317         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18318         general definitions.
18319
18320 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18321
18322         * math/bug-nextafter.c: Include <math-tests.h>.
18323         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18324         the relevant type.
18325         * math/bug-nexttoward.c: Include <math-tests.h>.
18326         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18327         the relevant type.
18328         * math/test-misc.c: Include <math-tests.h>.
18329         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18330         the relevant type.
18331
18332 2013-06-12  Andreas Jaeger  <aj@suse.de>
18333
18334         * po/ia.po: Update Interlingua translation from translation
18335         project.
18336
18337 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18338
18339         * include/fenv.h: Include stdbool.h.
18340         (struct rm_ctx): New structure.
18341         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18342         Define macro.
18343         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18344         (SET_RESTORE_ROUNDF): Likewise.
18345         (SET_RESTORE_ROUNDL): Likewise.
18346         (SET_RESTORE_ROUND_NOEX): Likewise.
18347         (SET_RESTORE_ROUND_NOEXF): Likewise.
18348         (SET_RESTORE_ROUND_NOEXL): Likewise.
18349         (SET_RESTORE_ROUND_53BIT): Likewise.
18350         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18351         (libc_feresetround_noexf_ctx): Likewise.
18352         (libc_feresetround_noexl_ctx): Likewise.
18353         (libc_feholdsetround_53bit_ctx): Likewise.
18354         (libc_feresetround_53bit_ctx): Likewise.
18355         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18356         (libc_feholdexcept_setround_sse_ctx): New function.
18357         (libc_fesetenv_sse_ctx): Likewise.
18358         (libc_feupdateenv_sse_ctx): Likewise.
18359         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18360         (libc_feholdexcept_setround_387_ctx): Likewise.
18361         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18362         (libc_feholdsetround_387_prec_ctx): Likewise.
18363         (libc_feholdsetround_387_ctx): Likewise.
18364         (libc_feholdsetround_387_53bit_ctx): Likewise.
18365         (libc_feholdsetround_sse_ctx): Likewise.
18366         (libc_feresetround_sse_ctx): Likewise.
18367         (libc_feresetround_387_ctx): Likewise.
18368         (libc_feupdateenv_387_ctx): Likewise.
18369         (libc_feholdexcept_setroundf_ctx): Define macro.
18370         (libc_fesetenvf_ctx): Likewise.
18371         (libc_feupdateenvf_ctx): Likewise.
18372         (libc_feholdsetroundf_ctx): Likewise.
18373         (libc_feresetroundf_ctx): Likewise.
18374         (libc_feholdexcept_setround_ctx): Likewise.
18375         (libc_fesetenv_ctx): Likewise.
18376         (libc_feupdateenv_ctx): Likewise.
18377         (libc_feholdsetround_ctx): Likewise.
18378         (libc_feresetround_ctx): Likewise.
18379         (libc_feholdexcept_setroundl_ctx): Likewise.
18380         (libc_feupdateenvl_ctx): Likewise.
18381         (libc_feholdsetroundl_ctx): Likewise.
18382         (libc_feresetroundl_ctx): Likewise.
18383         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18384         (libc_feresetround_53bit_ctx): Likewise.
18385
18386 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18387
18388         * locale/iso-639.def: Convert to UTF-8.
18389
18390 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18391
18392         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18393         (EXCEPTION_TESTS_double): Likewise.
18394         (EXCEPTION_TESTS_long_double): Likewise.
18395         (EXCEPTION_TESTS): Likewise.
18396         * math/libm-test.inc (test_exceptions): Only test exceptions if
18397         EXCEPTION_TESTS (FLOAT).
18398
18399 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18400
18401         * benchtests/Makefile (string-bench): Add strcpy_chk and
18402         stpcpy_chk.
18403         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18404         * benchtests/bench-stpcpy_chk.c: New file.
18405         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18406         * benchtests/bench-strcpy_chk.c: New file.
18407         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18408         code.
18409         (do_test): Likewise.
18410
18411 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18412
18413         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18414         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18415         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18416         with tabs where appropriate.
18417         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18418         dl-procinfo.h.
18419         [PPC_PLATFORM_PPC440]: Likewise.
18420         [PPC_PLATFORM_PPC464]: Likewise.
18421         [PPC_PLATFORM_PPC476]: Likewise.
18422         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18423         ppc464, and ppc476 platform strings merging from ports/
18424         dl-procinfo.h.
18425
18426 2013-06-11  Andreas Schwab  <schwab@suse.de>
18427
18428         [BZ #14991]
18429         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18430         (from_ucs4_idx): Regenerate.
18431         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18432         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18433         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18434         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18435         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18436         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18437         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18438         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18439         from FROM_LOOP and TO_LOOP specific macros.
18440         (BODY): Handle combining characters.
18441         * iconvdata/BIG5HKSCS.irreversible: Update.
18442         * iconvdata/BIG5HKSCS.precomposed: New file.
18443         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18444         characters.
18445         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18446
18447 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18448
18449         * include/sys/time.h: Fix indentation and add copyright header.
18450
18451         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18452         (do_test): Likewise.
18453         * string/test-memchr.c (do_one_test): Likewise.
18454         (do_test): Likewise.
18455         * string/test-memcmp.c (do_one_test): Likewise.
18456         (do_test): Likewise.
18457         * string/test-memcpy.c (do_one_test): Likewise.
18458         (do_test): Likewise.
18459         * string/test-memmem.c (do_one_test): Likewise.
18460         (do_test): Likewise.
18461         (do_random_tests): Likewise.
18462         * string/test-memmove.c (do_one_test): Likewise.
18463         (do_test): Likewise.
18464         * string/test-memset.c (do_one_test): Likewise.
18465         (do_test): Likewise.
18466         * string/test-rawmemchr.c (do_one_test): Likewise.
18467         (do_test): Likewise.
18468         * string/test-strcasecmp.c (do_one_test): Likewise.
18469         (do_test): Likewise.
18470         * string/test-strcasestr.c (do_one_test): Likewise.
18471         (do_test): Likewise.
18472         * string/test-strcat.c (do_one_test): Likewise.
18473         (do_test): Likewise.
18474         * string/test-strchr.c (do_one_test): Likewise.
18475         (do_test): Likewise.
18476         * string/test-strcmp.c (do_one_test): Likewise.
18477         (do_test): Likewise.
18478         * string/test-strcpy.c (do_one_test): Likewise.
18479         (do_test): Likewise.
18480         * string/test-string.h: Likewise.
18481         (test_init): Likewise.
18482         * string/test-strlen.c (do_one_test): Likewise.
18483         (do_test): Likewise.
18484         * string/test-strncasecmp.c (do_one_test): Likewise.
18485         (do_test): Likewise.
18486         * string/test-strncat.c (do_one_test): Likewise.
18487         (do_test): Likewise.
18488         * string/test-strncmp.c (do_one_test): Likewise.
18489         (do_test_limit): Likewise.
18490         (do_test): Likewise.
18491         * string/test-strncpy.c (do_one_test): Likewise.
18492         (do_test): Likewise.
18493         * string/test-strnlen.c (do_one_test): Likewise.
18494         (do_test): Likewise.
18495         * string/test-strpbrk.c (do_one_test): Likewise.
18496         (do_test): Likewise.
18497         * string/test-strrchr.c (do_one_test): Likewise.
18498         (do_test): Likewise.
18499         * string/test-strspn.c (do_one_test): Likewise.
18500         (do_test): Likewise.
18501         * string/test-strstr.c (do_one_test): Likewise.
18502         (do_test): Likewise.
18503
18504         * benchtests/Makefile (string-bench): Add string benchmarks.
18505         * benchtests/bench-bcopy-ifunc.c: New file.
18506         * benchtests/bench-bcopy.c: New file.
18507         * benchtests/bench-bzero-ifunc.c: New file.
18508         * benchtests/bench-bzero.c: New file.
18509         * benchtests/bench-memccpy-ifunc.c: New file.
18510         * benchtests/bench-memccpy.c: New file.
18511         * benchtests/bench-memchr-ifunc.c: New file.
18512         * benchtests/bench-memchr.c: New file.
18513         * benchtests/bench-memcmp-ifunc.c: New file.
18514         * benchtests/bench-memcmp.c: New file.
18515         * benchtests/bench-memmem-ifunc.c: New file.
18516         * benchtests/bench-memmem.c: New file.
18517         * benchtests/bench-memmove-ifunc.c: New file.
18518         * benchtests/bench-memmove.c: New file.
18519         * benchtests/bench-mempcpy-ifunc.c: New file.
18520         * benchtests/bench-mempcpy.c: New file.
18521         * benchtests/bench-memset-ifunc.c: New file.
18522         * benchtests/bench-memset.c: New file.
18523         * benchtests/bench-rawmemchr-ifunc.c: New file.
18524         * benchtests/bench-rawmemchr.c: New file.
18525         * benchtests/bench-stpcpy-ifunc.c: New file.
18526         * benchtests/bench-stpcpy.c: New file.
18527         * benchtests/bench-stpncpy-ifunc.c: New file.
18528         * benchtests/bench-stpncpy.c: New file.
18529         * benchtests/bench-strcasecmp-ifunc.c: New file.
18530         * benchtests/bench-strcasecmp.c: New file.
18531         * benchtests/bench-strcasestr-ifunc.c: New file.
18532         * benchtests/bench-strcasestr.c: New file.
18533         * benchtests/bench-strcat-ifunc.c: New file.
18534         * benchtests/bench-strcat.c: New file.
18535         * benchtests/bench-strchr-ifunc.c: New file.
18536         * benchtests/bench-strchr.c: New file.
18537         * benchtests/bench-strchrnul-ifunc.c: New file.
18538         * benchtests/bench-strchrnul.c: New file.
18539         * benchtests/bench-strcmp-ifunc.c: New file.
18540         * benchtests/bench-strcmp.c: New file.
18541         * benchtests/bench-strcpy-ifunc.c: New file.
18542         * benchtests/bench-strcpy.c: New file.
18543         * benchtests/bench-strcspn-ifunc.c: New file.
18544         * benchtests/bench-strcspn.c: New file.
18545         * benchtests/bench-strlen-ifunc.c: New file.
18546         * benchtests/bench-strlen.c: New file.
18547         * benchtests/bench-strncasecmp-ifunc.c: New file.
18548         * benchtests/bench-strncasecmp.c: New file.
18549         * benchtests/bench-strncat-ifunc.c: New file.
18550         * benchtests/bench-strncat.c: New file.
18551         * benchtests/bench-strncmp-ifunc.c: New file.
18552         * benchtests/bench-strncmp.c: New file.
18553         * benchtests/bench-strncpy-ifunc.c: New file.
18554         * benchtests/bench-strncpy.c: New file.
18555         * benchtests/bench-strnlen-ifunc.c: New file.
18556         * benchtests/bench-strnlen.c: New file.
18557         * benchtests/bench-strpbrk-ifunc.c: New file.
18558         * benchtests/bench-strpbrk.c: New file.
18559         * benchtests/bench-strrchr-ifunc.c: New file.
18560         * benchtests/bench-strrchr.c: New file.
18561         * benchtests/bench-strspn-ifunc.c: New file.
18562         * benchtests/bench-strspn.c: New file.
18563         * benchtests/bench-strstr-ifunc.c: New file.
18564         * benchtests/bench-strstr.c: New file.
18565
18566         * benchtests/Makefile: Disable parallel execution of targets.
18567         (string-bench): Add memcpy.
18568         (benchset): New variable to store a list of benchmark sets.
18569         (bench-func): Renamed from bench.
18570         (bench-set): New target.
18571         (bench): Depend on bench-func and bench-set.
18572         * benchtests/README: Add section on benchmark sets.
18573         * benchtests/bench-memcpy-ifunc.c: New file.
18574         * benchtests/bench-memcpy.c: New file.
18575         * benchtests/bench-string.h: New file.
18576
18577 2013-06-11  Andreas Schwab  <schwab@suse.de>
18578
18579         [BZ #15577]
18580         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
18581         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
18582         values in the triple.
18583         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
18584         terminator in the group key.
18585
18586 2013-06-11  Andreas Jaeger  <aj@suse.de>
18587
18588         * po/zh_TW.po: Update Chinese (traditional) translation from
18589         translation project.
18590
18591 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18592
18593         * include/time.h (__clock_gettime): Add libc_hidden_proto.
18594         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
18595         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
18596         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
18597         (clock_getcpuclockid): Likewise.
18598         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
18599         Add weak_alias and libc_hidden_def.
18600         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
18601         * rt/clock_gettime.c (clock_gettime): Rename to
18602         __clock_gettime.  Add weak_alias and libc_hidden_def.
18603         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
18604         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
18605         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
18606         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
18607         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
18608         Likewise.
18609         * rt/clock_settime.c (clock_settime): Rename to
18610         __clock_settime.  Add weak_alias and libc_hidden_def.
18611         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
18612
18613 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
18614
18615         * mach/err_boot.sub: Remove trailing whitespace.
18616         * mach/err_ipc.sub: Likewise.
18617         * mach/err_mach.sub: Likewise.
18618
18619         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
18620         (ROUNDING_TESTS_double): Likewise.
18621         (ROUNDING_TESTS_long_double): Likewise.
18622         (ROUNDING_TESTS): Likewise.
18623         * math/libm-test.inc: Include <math-tests.h>.
18624         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
18625         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
18626         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
18627         (IF_ROUND_INIT_FE_UPWARD): Likewise.
18628
18629 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18630
18631         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
18632         of assigning.
18633
18634 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
18635
18636         * sysdeps/gnu/errlist.awk: Do not generate space at end of
18637         otherwise empty TRANS lines.
18638         * sysdeps/gnu/errlist.c: Regenerated.
18639
18640         * catgets/gencat.c (error_print): Use (void) in function
18641         definition.
18642         * crypt/crypt_util.c (__init_des): Likewise.
18643         * crypt/speeds.c (Stop): Likewise.
18644         (main): Likewise.
18645         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
18646         * inet/ruserpass.c (token): Likewise.
18647         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
18648         * intl/localealias.c (extend_alias_table): Likewise.
18649         * intl/plural-exp.c (init_germanic_plural): Likewise.
18650         * libio/fcloseall.c (__fcloseall): Likewise.
18651         * libio/genops.c (_IO_flush_all): Likewise.
18652         (_IO_flush_all_linebuffered): Likewise.
18653         (_IO_cleanup): Likewise.
18654         (_IO_iter_begin): Likewise.
18655         (_IO_iter_end): Likewise.
18656         (_IO_list_lock): Likewise.
18657         (_IO_list_unlock): Likewise.
18658         (_IO_list_resetlock): Likewise.
18659         * libio/getchar.c (getchar): Likewise.
18660         * libio/getchar_u.c (getchar_unlocked): Likewise.
18661         * libio/getwchar.c (getwchar): Likewise.
18662         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
18663         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
18664         * login/getpt.c (__getpt): Likewise.
18665         * login/tst-utmp.c (main): Likewise.
18666         * malloc/hooks.c (__malloc_check_init): Likewise.
18667         * malloc/malloc.c (__malloc_stats): Likewise.
18668         * malloc/mtrace.c (tr_break): Likewise.
18669         (mtrace): Likewise.
18670         (muntrace): Likewise.
18671         * misc/fstab.c (endfsent): Likewise.
18672         * misc/getclktck.c (__getclktck): Likewise.
18673         * misc/getdtsz.c (__getdtablesize): Likewise.
18674         * misc/gethostid.c (gethostid): Likewise.
18675         * misc/getpagesize.c (__getpagesize): Likewise.
18676         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
18677         (__get_nprocs): Likewise.
18678         (__get_phys_pages): Likewise.
18679         (__get_avphys_pages): Likewise.
18680         * misc/getttyent.c (getttyent): Likewise.
18681         (setttyent): Likewise.
18682         (endttyent): Likewise.
18683         * misc/getusershell.c (getusershell): Likewise.
18684         (endusershell): Likewise.
18685         (setusershell): Likewise.
18686         (initshells): Likewise.
18687         * misc/hsearch.c (__hdestroy): Likewise.
18688         * misc/sync.c (sync): Likewise.
18689         * misc/syslog.c (closelog_internal): Likewise.
18690         (closelog): Likewise.
18691         * misc/ttyslot.c (ttyslot): Likewise.
18692         * misc/vhangup.c (vhangup): Likewise.
18693         * posix/fork.c (__fork): Likewise.
18694         * posix/getegid.c (__getegid): Likewise.
18695         * posix/geteuid.c (__geteuid): Likewise.
18696         * posix/getgid.c (__getgid): Likewise.
18697         * posix/getpid.c (__getpid): Likewise.
18698         * posix/getppid.c (__getppid): Likewise.
18699         * posix/getuid.c (__getuid): Likewise.
18700         * posix/pause.c (pause): Likewise.
18701         * posix/setpgrp.c (setpgrp): Likewise.
18702         * posix/setsid.c (__setsid): Likewise.
18703         * posix/test-vfork.c (noop): Likewise.
18704         * resolv/gethnamaddr.c (_endhtent): Likewise.
18705         (_gethtent): Likewise.
18706         (ht_endhostent): Likewise.
18707         (gethostent): Likewise.
18708         (dns_service): Likewise.
18709         * stdlib/drand48.c (drand48): Likewise.
18710         * stdlib/lrand48.c (lrand48): Likewise.
18711         * stdlib/mrand48.c (mrand48): Likewise.
18712         * stdlib/rand.c (rand): Likewise.
18713         * stdlib/random.c (__random): Likewise.
18714         * stdlib/setenv.c (clearenv): Likewise.
18715         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
18716         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
18717         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
18718         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
18719         (__get_nprocs): Likewise.
18720         (__get_phys_pages): Likewise.
18721         (__get_avphys_pages): Likewise.
18722         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
18723         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
18724         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
18725         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
18726         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
18727         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
18728         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
18729         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
18730         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
18731         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
18732         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
18733         * sysdeps/mach/hurd/sync.c (sync): Likewise.
18734         * sysdeps/posix/clock.c (clock): Likewise.
18735         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
18736         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
18737         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
18738         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
18739         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
18740         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
18741         (__get_nprocs_conf): Likewise.
18742         (__get_phys_pages): Likewise.
18743         (__get_avphys_pages): Likewise.
18744         * time/clock.c (clock): Likewise.
18745         * time/tzset.c (__tzname_max): Likewise.
18746
18747 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
18748
18749         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
18750         (__bswap_32): Do not use "register".
18751         * crypt/crypt.c (_ufc_doit_r): Likewise.
18752         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18753         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18754         * gmon/gmon.c (__monstartup): Likewise.
18755         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
18756         * hurd/hurdmalloc.c (more_memory): Likewise.
18757         (malloc): Likewise.
18758         (free): Likewise.
18759         (realloc): Likewise.
18760         (malloc_fork_prepare): Likewise.
18761         (malloc_fork_parent): Likewise.
18762         (malloc_fork_child): Likewise.
18763         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
18764         (_svcauth_des): Likewise.
18765         * inet/inet_lnaof.c (inet_lnaof): Likewise.
18766         * inet/inet_net.c (inet_network): Likewise.
18767         * inet/inet_netof.c (inet_netof): Likewise.
18768         * inet/rcmd.c (__validuser2_sa): Likewise.
18769         * io/fts.c (fts_open): Likewise.
18770         (fts_load): Likewise.
18771         (fts_close): Likewise.
18772         (fts_read): Likewise.
18773         (fts_children): Likewise.
18774         (fts_build): Likewise.
18775         (fts_stat): Likewise.
18776         (fts_sort): Likewise.
18777         (fts_alloc): Likewise.
18778         (fts_lfree): Likewise.
18779         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
18780         (_IO_file_xsgetn): Likewise.
18781         (_IO_file_xsgetn_mmap): Likewise.
18782         * libio/iofopncook.c (_IO_cookie_read): Likewise.
18783         (_IO_cookie_write): Likewise.
18784         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
18785         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
18786         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
18787         * malloc/obstack.c (_obstack_begin): Likewise.
18788         (_obstack_begin_1): Likewise.
18789         (_obstack_newchunk): Likewise.
18790         (_obstack_allocated_p): Likewise.
18791         (obstack_free): Likewise.
18792         (_obstack_memory_used): Likewise.
18793         * misc/getttyent.c (getttynam): Likewise.
18794         (getttyent): Likewise.
18795         (skip): Likewise.
18796         (value): Likewise.
18797         * misc/getusershell.c (initshells): Likewise.
18798         * misc/syslog.c (__vsyslog_chk): Likewise.
18799         * misc/ttyslot.c (ttyslot): Likewise.
18800         * nis/nis_hash.c (__nis_hash): Likewise.
18801         * posix/fnmatch_loop.c (FCT): Likewise.
18802         * posix/getconf.c (print_all): Likewise.
18803         (main): Likewise.
18804         * posix/getopt.c (exchange): Likewise.
18805         * posix/glob.c (globfree): Likewise.
18806         (prefix_array): Likewise.
18807         (__glob_pattern_type): Likewise.
18808         * resolv/arpa/nameser.h (NS_GET16): Likewise.
18809         (NS_GET32): Likewise.
18810         (NS_PUT16): Likewise.
18811         (NS_PUT32): Likewise.
18812         * resolv/gethnamaddr.c (getanswer): Likewise.
18813         (gethostbyname2): Likewise.
18814         (gethostbyaddr): Likewise.
18815         (_gethtent): Likewise.
18816         (_gethtbyname2): Likewise.
18817         (_gethtbyaddr): Likewise.
18818         * resolv/ns_print.c (dst_s_get_int16): Likewise.
18819         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
18820         * resolv/res_init.c (__res_vinit): Likewise.
18821         (net_mask): Likewise.
18822         * resolv/res_mkquery.c (outchar): Likewise.
18823         (PRINT): Likewise.
18824         * stdio-common/printf_fp.c (outchar): Likewise.
18825         (PRINT): Likewise.
18826         * stdio-common/printf_fphex.c (outchar): Likewise.
18827         (PRINT): Likewise.
18828         * stdio-common/printf_size.c (outchar): Likewise.
18829         (PRINT): Likewise.
18830         * stdio-common/test_rdwr.c (main): Likewise.
18831         * stdio-common/tfformat.c (matches): Likewise.
18832         * stdio-common/vfprintf.c (outchar): Likewise.
18833         (printf_unknown): Likewise.
18834         (buffered_vfprintf): Likewise.
18835         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18836         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18837         (ReadFile): Likewise.
18838         * stdlib/qsort.c (SWAP): Likewise.
18839         (_quicksort): Likewise.
18840         * stdlib/setenv.c (__add_to_environ): Likewise.
18841         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18842         * stdlib/strtol_l.c (__strtol_l): Likewise.
18843         * stdlib/tst-strtod.c (main): Likewise.
18844         * stdlib/tst-strtol.c (main): Likewise.
18845         * stdlib/tst-strtoll.c (main): Likewise.
18846         * string/bits/string2.h (__strcmp_cc): Likewise.
18847         (__strcmp_cg): Likewise.
18848         (__strcspn_c1): Likewise.
18849         (__strcspn_c2): Likewise.
18850         (__strcspn_c3): Likewise.
18851         (__strspn_c1): Likewise.
18852         (__strspn_c2): Likewise.
18853         (__strspn_c3): Likewise.
18854         (__strsep_1c): Likewise.
18855         (__strsep_2c): Likewise.
18856         (__strsep_3c): Likewise.
18857         * string/memccpy.c (__memccpy): Likewise.
18858         * string/stpcpy.c (__stpcpy): Likewise.
18859         * string/strcmp.c (strcmp): Likewise.
18860         * string/strrchr.c (strrchr): Likewise.
18861         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18862         Likewise.
18863         * sysdeps/mach/hurd/getcwd.c
18864         (_hurd_canonicalize_directory_name_internal): Likewise.
18865         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
18866         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
18867         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
18868         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
18869         Likewise, in both definitions.
18870         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
18871         definitions.
18872         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
18873         64] (__bswap_64): Likewise.
18874         * time/test_time.c (main): Likewise.
18875         * time/tzfile.c (__tzfile_read): Likewise.
18876         (__tzfile_compute): Likewise.
18877         * time/tzset.c (__tzset_parse_tz): Likewise.
18878         (tzset_internal): Likewise.
18879         (compute_change): Likewise.
18880         * wcsmbs/wcscat.c (__wcscat): Likewise.
18881         * wcsmbs/wcschr.c (wcschr): Likewise.
18882         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
18883         * wcsmbs/wcscspn.c (wcscspn): Likewise.
18884         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
18885         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
18886         * wcsmbs/wcsspn.c (wcsspn): Likewise.
18887         * wcsmbs/wcsstr.c (wcsstr): Likewise.
18888         * wcsmbs/wmemchr.c (wmemchr): Likewise.
18889         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
18890         * wcsmbs/wmemset.c (wmemset): Likewise.
18891
18892 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
18893
18894         * scripts/config.guess: Update to version 2013-05-16.
18895         * scripts/config.sub: Update to version 2013-04-24.
18896         * scripts/install-sh: Update to version 2011-11-20.07.
18897         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
18898         * scripts/move-if-change: Update to version 2012-01-06 07:23.
18899
18900 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
18901
18902         * debug/fgetws_u_chk.c: Fix leading whitespaces.
18903         * elf/sln.c: Likewise.
18904         * hurd/hurd/ioctl.h: Likewise.
18905         * hurd/hurdmalloc.c: Likewise.
18906         * hurd/xattr.c: Likewise.
18907         * include/shlib-compat.h: Likewise.
18908         * inet/ruserpass.c: Likewise.
18909         * libio/iofgets_u.c: Likewise.
18910         * libio/iofgetws_u.c: Likewise.
18911         * locale/programs/ld-identification.c: Likewise.
18912         * locale/programs/ld-time.c: Likewise.
18913         * mach/msg-destroy.c: Likewise.
18914         * nss/nss_files/files-netgrp.c: Likewise.
18915         * resolv/res_data.c: Likewise.
18916         * soft-fp/op-1.h: Likewise.
18917         * soft-fp/op-2.h: Likewise.
18918         * soft-fp/op-4.h: Likewise.
18919         * soft-fp/op-common.h: Likewise.
18920         * stdio-common/printf_fphex.c: Likewise.
18921         * stdlib/strtod_l.c: Likewise.
18922         * sunrpc/rpc/clnt.h: Likewise.
18923         * sysdeps/generic/framestate.c: Likewise.
18924         * sysdeps/i386/bsd-_setjmp.S: Likewise.
18925         * sysdeps/i386/bsd-setjmp.S: Likewise.
18926         * sysdeps/i386/__longjmp.S: Likewise.
18927         * sysdeps/i386/setjmp.S: Likewise.
18928         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18929         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
18930         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18931         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18932         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18933         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
18934         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
18935         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
18936         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18937         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
18938         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
18939         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
18940         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
18941         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
18942         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
18943         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
18944         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
18945         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
18946         * sysdeps/ieee754/support.c: Likewise.
18947         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18948         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
18949         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
18950         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
18951         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
18952         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
18953         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
18954         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
18955         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
18956         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
18957         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
18958         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
18959         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
18960         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
18961         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
18962         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
18963         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
18964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
18965
18966 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
18967
18968         * posix/transbug.c: Remove executable mode.
18969
18970 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
18971
18972         * crypt/speeds.c: Remove trailing whitespace.
18973         * dlfcn/default.c: Likewise.
18974         * elf/ifuncdep2.c: Likewise.
18975         * elf/ifuncmain1.c: Likewise.
18976         * elf/ifuncmain1vis.c: Likewise.
18977         * elf/testobj.h: Likewise.
18978         * elf/tst-stackguard1.c: Likewise.
18979         * gmon/sys/gmon.h: Likewise.
18980         * hurd/hurdmsg.c: Likewise.
18981         * hurd/new-fd.c: Likewise.
18982         * hurd/ports-get.c: Likewise.
18983         * iconvdata/ibm1008_420.c: Likewise.
18984         * inet/tst-getni1.c: Likewise.
18985         * inet/tst-getni2.c: Likewise.
18986         * libio/ioungetc.c: Likewise.
18987         * libio/wfiledoalloc.c: Likewise.
18988         * manual/libm-err-tab.pl: Likewise.
18989         * math/w_dremf.c: Likewise.
18990         * misc/ftruncate.c: Likewise.
18991         * posix/bug-glob2.c: Likewise.
18992         * posix/tst-pcre.c: Likewise.
18993         * posix/wait4.c: Likewise.
18994         * resolv/README: Likewise.
18995         * resolv/res_debug.h: Likewise.
18996         * resolv/tst-inet_ntop.c: Likewise.
18997         * setjmp/bug269-setjmp.c: Likewise.
18998         * soft-fp/extended.h: Likewise.
18999         * soft-fp/op-1.h: Likewise.
19000         * soft-fp/op-2.h: Likewise.
19001         * soft-fp/op-4.h: Likewise.
19002         * soft-fp/op-8.h: Likewise.
19003         * soft-fp/testit.c: Likewise.
19004         * stdio-common/bug16.c: Likewise.
19005         * stdlib/random.c: Likewise.
19006         * sunrpc/rpcsvc/rquota.x: Likewise.
19007         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19008         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19009         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19010         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19011         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19012         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19013         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19014         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19015         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19016         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19017         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19018         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19019         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19020         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19021         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19022         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19023         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19024         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19025         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19026         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19027         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19028         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19029         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19030         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19031         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19032         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19033         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19034         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19035         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19036         * sysdeps/ieee754/s_lib_version.c: Likewise.
19037         * sysdeps/mach/hurd/check_fds.c: Likewise.
19038         * sysdeps/mach/hurd/getsockname.c: Likewise.
19039         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19040         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19041         * sysdeps/powerpc/bits/link.h: Likewise.
19042         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19043         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19044         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19045         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19046         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19047         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19048         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19049         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19050         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19051         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19052         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19053         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19054         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19055         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19056         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19057         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19058         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19059         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19060         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19061         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19062         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19063         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19064         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19065         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19066         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19067         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19068         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19069         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19070         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19071         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19072         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19073         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19074         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19075         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19076         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19077         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19078         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19079         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19080         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19081         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19082         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19083         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19084         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19085         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19086         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19087         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19088         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19089         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19090         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19091         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19092         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19093         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19094         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19095         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19096         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19097         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19098         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19099         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19100         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19101         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19102         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19103         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19104         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19105         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19106         * sysdeps/powerpc/sysdep.h: Likewise.
19107         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19108         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19109         * sysdeps/sh/dl-trampoline.S: Likewise.
19110         * sysdeps/sh/memset.S: Likewise.
19111         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19112         * sysdeps/sh/strlen.S: Likewise.
19113         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19114         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19115         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19116         * sysdeps/sparc/sparc32/rem.S: Likewise.
19117         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19118         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19119         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19120         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19121         * sysdeps/sparc/sparc32/urem.S: Likewise.
19122         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19123         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19124         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19125         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19126         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19127         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19128         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19129         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19130         * sysdeps/unix/bsd/times.c: Likewise.
19131         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19132         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19136         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19137         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19138         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19139         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19140         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19141         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19142         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19143         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19144         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19145         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19146         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19147         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19148         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19149         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19150         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19151         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19152         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19153         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19154         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19155         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19156         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19157         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19158         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19159         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19160         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19161         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19162         * sysdeps/x86_64/strcspn.S: Likewise.
19163
19164 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19165
19166         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19167         generated file.  Regenerate properly from gen-translit.pl.
19168         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19169         locale/C-translit.h.
19170
19171 2013-06-05  Andreas Schwab  <schwab@suse.de>
19172
19173         [BZ #15100]
19174         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19175         week as 6 instead of -1.
19176         * time/tst-strptime.c (day_tests): Add test case.
19177
19178 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19179
19180         * sysdeps/generic/math_private.h
19181         (libc_feholdexcept_setround_53bit): Replace with
19182         libc_feholdsetround_53bit.
19183         (libc_feupdateenv_53bit): Replace with
19184         libc_feresetround_53bit.
19185         (SET_RESTORE_ROUND_53BIT): Adjust.
19186
19187 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19188
19189         * string/test-strchrnul.c: Add copyright header.
19190
19191         * posix/tst-getaddrinfo4.c: Increase test timeout.
19192
19193 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19194
19195         [BZ #15536]
19196         * math/libm-test.inc (MAX_EXP): Remove
19197         (MIN_EXP): Define.
19198         (ulp): Use MIN_EXP - MANT_DIG.
19199         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19200
19201 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19202
19203         * po/be.po: Revert last change.
19204         * po/zh_CN.po: Likewise.
19205         * po/header.pot: Likewise.
19206
19207 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19208
19209         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19210         link-libc-deps to empty as target-specific variable.
19211         * Makerules (link-libc-args): New variable.
19212         (libc-for-link): Likewise.
19213         (link-libc-deps): Likewise.
19214         (lib%.so): Depend on $(link-libc-deps).  Link with
19215         $(link-libc-args).
19216         (build-module): Link with $(link-libc-args).
19217         (build-module-asneeded): Likewise.
19218         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19219         list of objects.
19220         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19221         target-specific variable.
19222         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19223         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19224         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19225         libc.
19226         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19227         libc and ld.so.
19228         ($(objpfx)libpcprofile.so): Likewise.
19229         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19230         libc_nonshared.a.
19231         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19232         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19233         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19234         $(link-libc-deps).
19235         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19236         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19237         * login/Makefile ($(objpfx)libutil.so): Likewise.
19238         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19239         * math/Makefile ($(objpfx)libm.so): Likewise.
19240         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19241         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19242         variable instead of depending directly on libc.
19243         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19244         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19245         $(link-libc-deps).
19246         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19247         libc.
19248         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19249         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19250         ($(objpfx)libanl.so): Likewise.
19251         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19252         ld.so.
19253         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19254         $(link-libc-deps).
19255         * sysdeps/i386/fpu/Makefile: Remove file.
19256         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19257         ($(objpfx)libm.so): Remove dependency on ld.so.
19258
19259 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19260
19261         [BZ # 15553]
19262         * nis/yp_xdr.c (XDRMAXNAME): Define.
19263         (XDRMAXRECORD): Define.
19264         (xdr_domainname): Use XDRMAXNAME.
19265         (xdr_mapname): Likewise.
19266         (xdr_peername): Likewise.
19267         (xdr_keydat): Use XDRMAXRECORD.
19268         (xdr_valdat): Likewise.
19269
19270 2013-05-30  Jeff Law  <law@redhat.com>
19271
19272         [BZ #14256]
19273         * manual/errno.texi (ESTALE): Update to account for more than
19274         just NFS file systems.
19275         * sysdeps/gnu/errlist.c: Regenerated.
19276
19277 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19278
19279         [BZ #15465]
19280         * elf/Makefile (tests): Add tst-null-argv.
19281         (modules-names):  Add tst-null-argv-lib.
19282         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19283         (tst-null-argv-ENV): Set environment for tst-null-argv.
19284         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19285         (RTLD_PROGNAME): New macro.
19286         * elf/tst-null-argv.c: New test case.
19287         * elf/tst-null-argv-lib.c: Library for test case.
19288         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19289         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19290         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19291         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19292         * elf/dl-init.c (call_init): Likewise.
19293         (_dl_init): Likewise.
19294         * elf/dl-load.c (print_search_path): Likewise.
19295         (_dl_map_object): Likewise.
19296         * elf/dl-lookup.c (do_lookup_x): Likewise.
19297         (add_dependency): Likewise.
19298         (_dl_lookup_symbol_x): Likewise.
19299         (_dl_debug_bindings): Likewise.
19300         * elf/dl-open.c (_dl_show_scope): Likewise.
19301         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19302         * elf/dl-version.c (match_symbol): Likewise.
19303         (_dl_check_map_versions): Likewise.
19304         * elf/rtld.c (dl_main): Likewise.
19305         (print_unresolved): Use RTLD_PROGNAME.
19306         (print_missing_version): Likewise.
19307         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19308         (elf_machine_rela): Likewise.
19309         * sysdeps/powerpc/powerpc32/dl-machine.c
19310         (__process_machine_rela): Likewise.
19311         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19312         Likewise.
19313         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19314         Likewise.
19315         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19316         Likewise.
19317         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19318         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19319         Likewise.
19320         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19321         Likewise.
19322         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19323
19324 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19325
19326         * po/be.po: Add descriptive title.
19327         * po/zh_CN.po: Likewise.
19328         * po/header.pot: Likewise.
19329
19330 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19331
19332         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19333         error message.
19334         (enlarge_archive): Likewise.
19335
19336 2013-05-28  Ben North  <ben@redfrontdoor.org>
19337
19338         * manual/arith.texi (frexp): It is the magnitude of the return
19339         value which lies in [0.5, 1), not the return value itself.
19340
19341 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19342
19343         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19344
19345 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19346
19347         * stdio-common/bug26.c (main): Correct fscanf template.
19348
19349         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19350         declare _dl_skip_args.
19351
19352         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19353         Don't declare.
19354
19355         * manual/platform.texi: Add missing @end deftypefun.
19356
19357 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19358
19359         [BZ #15529]
19360         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19361         bit of mantissa of 2^16382.
19362         * math/libm-test.inc (hypot_test_data): Add more tests.
19363
19364         * math/libm-test.inc: Add drem and pow10 to list of tested
19365         functions.
19366         (pow10_test): New function.
19367         (drem_test): Likewise.
19368         (drem_test_tonearest): Likewise.
19369         (drem_test_towardzero): Likewise.
19370         (drem_test_downward): Likewise.
19371         (drem_test_upward): Likewise.
19372         (main): Call the new functions.
19373
19374         * math/libm-test.inc (finite_test_data): Remove.
19375         (finite_test): Run tests from isfinite_test_data.
19376         (gamma_test_data): Remove.
19377         (gamma_test): Run tests from lgamma_test_data.
19378         * sysdeps/i386/fpu/libm-test-ulps: Update.
19379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19380
19381 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19382
19383         * manual/platform.texi: Add PowerPC PPR function set documentation.
19384         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19385         implementation.
19386
19387 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19388
19389         * math/libm-test.inc (MAX_EXP): Define.
19390         (ULPDIFF): Define.
19391         (ulp): New function.
19392         (check_float_internal): Use ULPDIFF.
19393         (cpow_test): Disable failing test.
19394         (check_ulp): Test ulp() implemetnation.
19395         (main): Call check_ulp before starting tests.
19396
19397 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19398
19399         * math/gen-libm-test.pl (generate_testfile): Do not handle
19400         START_DATA and END_DATA.
19401         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19402         END_DATA.
19403         (acos_tonearest_test_data): Likewise.
19404         (acos_towardzero_test_data): Likewise.
19405         (acos_downward_test_data): Likewise.
19406         (acos_upward_test_data): Likewise.
19407         (acosh_test_data): Likewise.
19408         (asin_test_data): Likewise.
19409         (asin_tonearest_test_data): Likewise.
19410         (asin_towardzero_test_data): Likewise.
19411         (asin_downward_test_data): Likewise.
19412         (asin_upward_test_data): Likewise.
19413         (asinh_test_data): Likewise.
19414         (atan_test_data): Likewise.
19415         (atanh_test_data): Likewise.
19416         (atan2_test_data): Likewise.
19417         (cabs_test_data): Likewise.
19418         (cacos_test_data): Likewise.
19419         (cacosh_test_data): Likewise.
19420         (carg_test_data): Likewise.
19421         (casin_test_data): Likewise.
19422         (casinh_test_data): Likewise.
19423         (catan_test_data): Likewise.
19424         (catanh_test_data): Likewise.
19425         (cbrt_test_data): Likewise.
19426         (ccos_test_data): Likewise.
19427         (ccosh_test_data): Likewise.
19428         (ceil_test_data): Likewise.
19429         (cexp_test_data): Likewise.
19430         (cimag_test_data): Likewise.
19431         (clog_test_data): Likewise.
19432         (clog10_test_data): Likewise.
19433         (conj_test_data): Likewise.
19434         (copysign_test_data): Likewise.
19435         (cos_test_data): Likewise.
19436         (cos_tonearest_test_data): Likewise.
19437         (cos_towardzero_test_data): Likewise.
19438         (cos_downward_test_data): Likewise.
19439         (cos_upward_test_data): Likewise.
19440         (cosh_test_data): Likewise.
19441         (cosh_tonearest_test_data): Likewise.
19442         (cosh_towardzero_test_data): Likewise.
19443         (cosh_downward_test_data): Likewise.
19444         (cosh_upward_test_data): Likewise.
19445         (cpow_test_data): Likewise.
19446         (cproj_test_data): Likewise.
19447         (creal_test_data): Likewise.
19448         (csin_test_data): Likewise.
19449         (csinh_test_data): Likewise.
19450         (csqrt_test_data): Likewise.
19451         (ctan_test_data): Likewise.
19452         (ctan_tonearest_test_data): Likewise.
19453         (ctan_towardzero_test_data): Likewise.
19454         (ctan_downward_test_data): Likewise.
19455         (ctan_upward_test_data): Likewise.
19456         (ctanh_test_data): Likewise.
19457         (ctanh_tonearest_test_data): Likewise.
19458         (ctanh_towardzero_test_data): Likewise.
19459         (ctanh_downward_test_data): Likewise.
19460         (ctanh_upward_test_data): Likewise.
19461         (erf_test_data): Likewise.
19462         (erfc_test_data): Likewise.
19463         (exp_test_data): Likewise.
19464         (exp_tonearest_test_data): Likewise.
19465         (exp_towardzero_test_data): Likewise.
19466         (exp_downward_test_data): Likewise.
19467         (exp_upward_test_data): Likewise.
19468         (exp10_test_data): Likewise.
19469         (exp2_test_data): Likewise.
19470         (expm1_test_data): Likewise.
19471         (fabs_test_data): Likewise.
19472         (fdim_test_data): Likewise.
19473         (finite_test_data): Likewise.
19474         (floor_test_data): Likewise.
19475         (fma_test_data): Likewise.
19476         (fma_towardzero_test_data): Likewise.
19477         (fma_downward_test_data): Likewise.
19478         (fma_upward_test_data): Likewise.
19479         (fmax_test_data): Likewise.
19480         (fmin_test_data): Likewise.
19481         (fmod_test_data): Likewise.
19482         (fpclassify_test_data): Likewise.
19483         (frexp_test_data): Likewise.
19484         (gamma_test_data): Likewise.
19485         (hypot_test_data): Likewise.
19486         (ilogb_test_data): Likewise.
19487         (isfinite_test_data): Likewise.
19488         (isgreater_test_data): Likewise.
19489         (isgreaterequal_test_data): Likewise.
19490         (isinf_test_data): Likewise.
19491         (isless_test_data): Likewise.
19492         (islessequal_test_data): Likewise.
19493         (islessgreater_test_data): Likewise.
19494         (isnan_test_data): Likewise.
19495         (isnormal_test_data): Likewise.
19496         (issignaling_test_data): Likewise.
19497         (isunordered_test_data): Likewise.
19498         (j0_test_data): Likewise.
19499         (j1_test_data): Likewise.
19500         (jn_test_data): Likewise.
19501         (ldexp_test_data): Likewise.
19502         (lgamma_test_data): Likewise.
19503         (lrint_test_data): Likewise.
19504         (lrint_tonearest_test_data): Likewise.
19505         (lrint_towardzero_test_data): Likewise.
19506         (lrint_downward_test_data): Likewise.
19507         (lrint_upward_test_data): Likewise.
19508         (llrint_test_data): Likewise.
19509         (llrint_tonearest_test_data): Likewise.
19510         (llrint_towardzero_test_data): Likewise.
19511         (llrint_downward_test_data): Likewise.
19512         (llrint_upward_test_data): Likewise.
19513         (log_test_data): Likewise.
19514         (log10_test_data): Likewise.
19515         (log1p_test_data): Likewise.
19516         (log2_test_data): Likewise.
19517         (logb_test_data): Likewise.
19518         (logb_downward_test_data): Likewise.
19519         (lround_test_data): Likewise.
19520         (llround_test_data): Likewise.
19521         (modf_test_data): Likewise.
19522         (nearbyint_test_data): Likewise.
19523         (nextafter_test_data): Likewise.
19524         (nexttoward_test_data): Likewise.
19525         (pow_test_data): Likewise.
19526         (pow_tonearest_test_data): Likewise.
19527         (pow_towardzero_test_data): Likewise.
19528         (pow_downward_test_data): Likewise.
19529         (pow_upward_test_data): Likewise.
19530         (remainder_test_data): Likewise.
19531         (remainder_tonearest_test_data): Likewise.
19532         (remainder_towardzero_test_data): Likewise.
19533         (remainder_downward_test_data): Likewise.
19534         (remainder_upward_test_data): Likewise.
19535         (remquo_test_data): Likewise.
19536         (rint_test_data): Likewise.
19537         (rint_tonearest_test_data): Likewise.
19538         (rint_towardzero_test_data): Likewise.
19539         (rint_downward_test_data): Likewise.
19540         (rint_upward_test_data): Likewise.
19541         (round_test_data): Likewise.
19542         (scalb_test_data): Likewise.
19543         (scalbn_test_data): Likewise.
19544         (scalbln_test_data): Likewise.
19545         (signbit_test_data): Likewise.
19546         (sin_test_data): Likewise.
19547         (sin_tonearest_test_data): Likewise.
19548         (sin_towardzero_test_data): Likewise.
19549         (sin_downward_test_data): Likewise.
19550         (sin_upward_test_data): Likewise.
19551         (sincos_test_data): Likewise.
19552         (sinh_test_data): Likewise.
19553         (sinh_tonearest_test_data): Likewise.
19554         (sinh_towardzero_test_data): Likewise.
19555         (sinh_downward_test_data): Likewise.
19556         (sinh_upward_test_data): Likewise.
19557         (sqrt_test_data): Likewise.
19558         (tan_test_data): Likewise.
19559         (tan_tonearest_test_data): Likewise.
19560         (tan_towardzero_test_data): Likewise.
19561         (tan_downward_test_data): Likewise.
19562         (tan_upward_test_data): Likewise.
19563         (tanh_test_data): Likewise.
19564         (tgamma_test_data): Likewise.
19565         (trunc_test_data): Likewise.
19566         (y0_test_data): Likewise.
19567         (y1_test_data): Likewise.
19568         (yn_test_data): Likewise.
19569         (significand_test_data): Likewise.
19570
19571         * math/gen-libm-test.pl (@functions): Remove variable.
19572         (generate_testfile): Don't handle START and END lines.
19573         * math/libm-test.inc (START): New macro.
19574         (END): Likewise.
19575         (END_COMPLEX): Likewise.
19576         (acos_test): Use END macro without arguments.
19577         (acos_test_tonearest): Likewise.
19578         (acos_test_towardzero): Likewise.
19579         (acos_test_downward): Likewise.
19580         (acos_test_upward): Likewise.
19581         (acosh_test): Likewise.
19582         (asin_test): Likewise.
19583         (asin_test_tonearest): Likewise.
19584         (asin_test_towardzero): Likewise.
19585         (asin_test_downward): Likewise.
19586         (asin_test_upward): Likewise.
19587         (asinh_test): Likewise.
19588         (atan_test): Likewise.
19589         (atanh_test): Likewise.
19590         (atan2_test): Likewise.
19591         (cabs_test): Likewise.
19592         (cacos_test): Use END_COMPLEX macro without arguments.
19593         (cacosh_test): Likewise.
19594         (carg_test): Use END macro without arguments.
19595         (casin_test): Use END_COMPLEX macro without arguments.
19596         (casinh_test): Likewise.
19597         (catan_test): Likewise.
19598         (catanh_test): Likewise.
19599         (cbrt_test): Use END macro without arguments.
19600         (ccos_test): Use END_COMPLEX macro without arguments.
19601         (ccosh_test): Likewise.
19602         (ceil_test): Use END macro without arguments.
19603         (cexp_test): Use END_COMPLEX macro without arguments.
19604         (cimag_test): Use END macro without arguments.
19605         (clog_test): Use END_COMPLEX macro without arguments.
19606         (clog10_test): Likewise.
19607         (conj_test): Likewise.
19608         (copysign_test): Use END macro without arguments.
19609         (cos_test): Likewise.
19610         (cos_test_tonearest): Likewise.
19611         (cos_test_towardzero): Likewise.
19612         (cos_test_downward): Likewise.
19613         (cos_test_upward): Likewise.
19614         (cosh_test): Likewise.
19615         (cosh_test_tonearest): Likewise.
19616         (cosh_test_towardzero): Likewise.
19617         (cosh_test_downward): Likewise.
19618         (cosh_test_upward): Likewise.
19619         (cpow_test): Use END_COMPLEX macro without arguments.
19620         (cproj_test): Likewise.
19621         (creal_test): Use END macro without arguments.
19622         (csin_test): Use END_COMPLEX macro without arguments.
19623         (csinh_test): Likewise.
19624         (csqrt_test): Likewise.
19625         (ctan_test): Likewise.
19626         (ctan_test_tonearest): Likewise.
19627         (ctan_test_towardzero): Likewise.
19628         (ctan_test_downward): Likewise.
19629         (ctan_test_upward): Likewise.
19630         (ctanh_test): Likewise.
19631         (ctanh_test_tonearest): Likewise.
19632         (ctanh_test_towardzero): Likewise.
19633         (ctanh_test_downward): Likewise.
19634         (ctanh_test_upward): Likewise.
19635         (erf_test): Use END macro without arguments.
19636         (erfc_test): Likewise.
19637         (exp_test): Likewise.
19638         (exp_test_tonearest): Likewise.
19639         (exp_test_towardzero): Likewise.
19640         (exp_test_downward): Likewise.
19641         (exp_test_upward): Likewise.
19642         (exp10_test): Likewise.
19643         (exp2_test): Likewise.
19644         (expm1_test): Likewise.
19645         (fabs_test): Likewise.
19646         (fdim_test): Likewise.
19647         (finite_test): Likewise.
19648         (floor_test): Likewise.
19649         (fma_test): Likewise.
19650         (fma_test_towardzero): Likewise.
19651         (fma_test_downward): Likewise.
19652         (fma_test_upward): Likewise.
19653         (fmax_test): Likewise.
19654         (fmin_test): Likewise.
19655         (fmod_test): Likewise.
19656         (fpclassify_test): Likewise.
19657         (frexp_test): Likewise.
19658         (gamma_test): Likewise.
19659         (hypot_test): Likewise.
19660         (ilogb_test): Likewise.
19661         (isfinite_test): Likewise.
19662         (isgreater_test): Likewise.
19663         (isgreaterequal_test): Likewise.
19664         (isinf_test): Likewise.
19665         (isless_test): Likewise.
19666         (islessequal_test): Likewise.
19667         (islessgreater_test): Likewise.
19668         (isnan_test): Likewise.
19669         (isnormal_test): Likewise.
19670         (issignaling_test): Likewise.
19671         (isunordered_test): Likewise.
19672         (j0_test): Likewise.
19673         (j1_test): Likewise.
19674         (jn_test): Likewise.
19675         (ldexp_test): Likewise.
19676         (lgamma_test): Likewise.
19677         (lrint_test): Likewise.
19678         (lrint_test_tonearest): Likewise.
19679         (lrint_test_towardzero): Likewise.
19680         (lrint_test_downward): Likewise.
19681         (lrint_test_upward): Likewise.
19682         (llrint_test): Likewise.
19683         (llrint_test_tonearest): Likewise.
19684         (llrint_test_towardzero): Likewise.
19685         (llrint_test_downward): Likewise.
19686         (llrint_test_upward): Likewise.
19687         (log_test): Likewise.
19688         (log10_test): Likewise.
19689         (log1p_test): Likewise.
19690         (log2_test): Likewise.
19691         (logb_test): Likewise.
19692         (logb_test_downward): Likewise.
19693         (lround_test): Likewise.
19694         (llround_test): Likewise.
19695         (modf_test): Likewise.
19696         (nearbyint_test): Likewise.
19697         (nextafter_test): Likewise.
19698         (nexttoward_test): Likewise.
19699         (pow_test): Likewise.
19700         (pow_test_tonearest): Likewise.
19701         (pow_test_towardzero): Likewise.
19702         (pow_test_downward): Likewise.
19703         (pow_test_upward): Likewise.
19704         (remainder_test): Likewise.
19705         (remainder_test_tonearest): Likewise.
19706         (remainder_test_towardzero): Likewise.
19707         (remainder_test_downward): Likewise.
19708         (remainder_test_upward): Likewise.
19709         (remquo_test): Likewise.
19710         (rint_test): Likewise.
19711         (rint_test_tonearest): Likewise.
19712         (rint_test_towardzero): Likewise.
19713         (rint_test_downward): Likewise.
19714         (rint_test_upward): Likewise.
19715         (round_test): Likewise.
19716         (scalb_test): Likewise.
19717         (scalbn_test): Likewise.
19718         (scalbln_test): Likewise.
19719         (signbit_test): Likewise.
19720         (sin_test): Likewise.
19721         (sin_test_tonearest): Likewise.
19722         (sin_test_towardzero): Likewise.
19723         (sin_test_downward): Likewise.
19724         (sin_test_upward): Likewise.
19725         (sincos_test): Likewise.
19726         (sinh_test): Likewise.
19727         (sinh_test_tonearest): Likewise.
19728         (sinh_test_towardzero): Likewise.
19729         (sinh_test_downward): Likewise.
19730         (sinh_test_upward): Likewise.
19731         (sqrt_test): Likewise.
19732         (tan_test): Likewise.
19733         (tan_test_tonearest): Likewise.
19734         (tan_test_towardzero): Likewise.
19735         (tan_test_downward): Likewise.
19736         (tan_test_upward): Likewise.
19737         (tanh_test): Likewise.
19738         (tgamma_test): Likewise.
19739         (trunc_test): Likewise.
19740         (y0_test): Likewise.
19741         (y1_test): Likewise.
19742         (yn_test): Likewise.
19743         (significand_test): Likewise.
19744
19745 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
19746
19747         [BZ #15381]
19748         * libio/genops.c (_IO_no_init): Initialize wide struct info.
19749
19750 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19751
19752         [BZ #14894]
19753         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
19754         __ppc_mdoio and __ppc_mdoom.
19755         * manual/platform.texi: Document new functions __ppc_yield,
19756         __ppc_mdoio and __ppc_mdoom.
19757
19758 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
19759
19760         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
19761         (main): Mention "tls" pseudo-hwcap is legacy.
19762         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
19763
19764 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19765
19766         * math/gen-libm-test.pl (parse_args): Output only string of
19767         arguments as text for test name, not full call or descriptions of
19768         tests for extra outputs.
19769         (generate_testfile): Do not pass function name to parse_args.
19770         Generate this_func variable from START.
19771         * math/libm-test.inc (struct test_f_f_data): Rename test_name
19772         field to arg_str.
19773         (struct test_ff_f_data): Likewise.
19774         (test_ff_f_data_nexttoward): Likewise.
19775         (struct test_fi_f_data): Likewise.
19776         (struct test_fl_f_data): Likewise.
19777         (struct test_if_f_data): Likewise.
19778         (struct test_fff_f_data): Likewise.
19779         (struct test_c_f_data): Likewise.
19780         (struct test_f_f1_data): Likewise.  Remove field extra_name.
19781         (struct test_fF_f1_data): Likewise.
19782         (struct test_ffI_f1_data): Likewise.
19783         (struct test_c_c_data): Rename test_name field to arg_str.
19784         (struct test_cc_c_data): Likewise.
19785         (struct test_f_i_data): Likewise.
19786         (struct test_ff_i_data): Likewise.
19787         (struct test_f_l_data): Likewise.
19788         (struct test_f_L_data): Likewise.
19789         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
19790         and extra2_name.
19791         (COMMON_TEST_SETUP): New macro.
19792         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
19793         (COMMON_TEST_CLEANUP): Likewise.
19794         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
19795         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
19796         macros.
19797         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
19798         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
19799         macros.
19800         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
19801         (RUN_TEST_fff_f): Take argument string.  Call new setup and
19802         cleanup macros.
19803         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
19804         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
19805         macros.
19806         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
19807         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
19808         macros.
19809         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19810         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
19811         cleanup macros.
19812         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19813         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
19814         cleanup macros.
19815         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19816         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
19817         cleanup macros.
19818         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19819         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
19820         macros.
19821         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
19822         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
19823         macros.
19824         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
19825         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
19826         macros.
19827         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
19828         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
19829         cleanup macros.
19830         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19831         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19832         cleanup macros.
19833         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19834         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19835         macros.
19836         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19837         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19838         cleanup macros.
19839         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19840         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19841         macros.
19842         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19843         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19844         macros.
19845         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19846         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19847         cleanup macros.
19848         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19849
19850 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19851
19852         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19853         to _sifields.sigfault.
19854         (si_addr_lsb): Define new macro.
19855         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19856         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19857         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19858
19859 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19860
19861         [BZ #15441]
19862         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19863         returns -1.
19864         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
19865         null return -1.
19866         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
19867         loading the domain.
19868
19869 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19870
19871         * math/gen-libm-test.pl (parse_args): Do not include expected
19872         result in test name.
19873         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
19874         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19875         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19876         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19877         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19879
19880 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
19881
19882         * benchtests/Makefile: Sort function entries.
19883
19884         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
19885         tanh, asinh, acosh, atanh.
19886         * benchtests/acos-inputs: New file.
19887         * benchtests/acosh-inputs: New file.
19888         * benchtests/asin-inputs: New file.
19889         * benchtests/asinh-inputs: New file.
19890         * benchtests/atanh-inputs: New file.
19891         * benchtests/cosh-inputs: New file.
19892         * benchtests/log-inputs: New file.
19893         * benchtests/sinh-inputs: New file.
19894         * benchtests/tanh-inputs: New file.
19895
19896 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
19897
19898         [BZ #15339]
19899         * posix/tst-getaddrinfo4.c: New test.
19900         * posix/Makefile (tests): Add it.
19901
19902 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19903
19904         [BZ #15339]
19905         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
19906         when no services were used.
19907         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
19908         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
19909
19910 2013-05-21  Andreas Schwab  <schwab@suse.de>
19911
19912         [BZ #15014]
19913         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
19914         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
19915         successful.
19916         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
19917         redundant variable declarations and reallocation of buffer when
19918         parsing as IPv6 address.  Always set NSS status when called from
19919         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
19920         buffer too small.  Correct computation of needed size.
19921         * nss/Makefile (tests): Add test-digits-dots.
19922         * nss/test-digits-dots.c: New test.
19923
19924 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19925
19926         * benchtests/Makefile: Remove instructions for adding
19927         benchmark tests.
19928         * benchtests/README: New file to explain how to execute and
19929         enhance the benchmark tests.
19930
19931 2013-05-21  Andreas Schwab  <schwab@suse.de>
19932
19933         [BZ #15493]
19934         * setjmp/Makefile (tests): Add tst-sigsetjmp.
19935         * setjmp/tst-sigsetjmp.c: New test.
19936
19937 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19938
19939         * sysdeps/x86_64/memset.S (memset): New implementation.
19940         (__bzero): Likewise.
19941         (__memset_tail): New function.
19942
19943 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19944
19945         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
19946         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
19947         __memcpy_sse2_unaligned ifunc selection.
19948         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19949         Add memcpy-sse2-unaligned.S.
19950         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19951         Add: __memcpy_sse2_unaligned.
19952
19953 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
19954
19955         [BZ #15490]
19956         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
19957         math_force_eval before restoring floating-point envrionment.
19958         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
19959         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
19960         Likewise.
19961         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
19962         <math_private.h>.
19963         (__nearbyintl): Use math_force_eval before restoring
19964         floating-point environment.
19965         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
19966
19967         * math/gen-libm-test.pl (special_functions): Remove.
19968         (parse_args): Don't handle TEST_extra.  Handle functions with no
19969         return value.
19970         * math/libm-test.inc (struct test_sincos_data): Replace with
19971         struct test_fFF_11_data.
19972         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
19973         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
19974         (sincos_test_data): Change element type to struct
19975         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
19976         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
19977         RUN_TEST_LOOP_sincos.
19978         * math/README.libm-test: Don't mention special handling of
19979         individual functions.
19980         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
19981         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19982         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19983         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19984         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19986
19987         * math/gen-libm-test.pl (get_variable): Remove function.
19988         (parse_args): Don't show pointer parameters to call in test
19989         names.  Use "extra output N" in test names for extra outputs
19990         rather than naming variables.
19991
19992 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
19993
19994         [BZ #15488]
19995         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
19996         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
19997         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
19998         double tests.
19999         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20000         disable.
20001         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20002         check_long_double.
20003
20004         * math/gen-libm-test.pl (@tests): Remove variable.
20005         ($count): Likewise.
20006         (new_test): Remove function.
20007         (show_exceptions): New function.
20008         (special_functions): Use show_exceptions instead of new_test.
20009         (parse_args): Likewise.
20010         (generate_testfile): Pass only function name in generated call to
20011         print_max_error or print_complex_max_error.
20012         (get_ulps): Do not handle complex tests specially.
20013         (output_test): Rename to ...
20014         (get_all_ulps_for_test): ... this.  Return a string rather than
20015         printing to a file.  Require ulps to be present.
20016         (output_ulps): Generate arrays rather than #defines.
20017         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20018         (struct ulp_data): New type.
20019         (BUILD_COMPLEX_ULP): Remove macro.
20020         (compare_ulp_data): New function.
20021         (find_ulps): Likewise.
20022         (find_test_ulps): Likewise.
20023         (find_function_ulps): Likewise.
20024         (find_complex_function_ulps): Likewise.
20025         (print_max_error): Determine allowed ulps using
20026         find_function_ulps.
20027         (print_complex_max_error): Determine allowed ulps using
20028         find_complex_function_ulps.
20029         (check_float_internal): Determine max ulps using find_test_ulps.
20030         (check_float): Do not take max_ulp parameter.  Update call to
20031         check_float_internal.
20032         (check_complex): Likewise.
20033         (check_int): Do not take max_ulp parameter.
20034         (check_long): Likewise.
20035         (check_bool): Likewise.
20036         (check_longlong): Likewise.
20037         (struct test_f_f_data): Remove max_ulp field.
20038         (struct test_ff_f_data): Likewise.
20039         (struct test_ff_f_data_nexttoward): Likewise.
20040         (struct test_fi_f_data): Likewise.
20041         (struct test_fl_f_data): Likewise.
20042         (struct test_if_f_data): Likewise.
20043         (struct test_fff_f_data): Likewise.
20044         (struct test_c_f_data): Likewise.
20045         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20046         (struct test_fF_f1_data): Likewise.
20047         (struct test_ffI_f1_data): Likewise.
20048         (struct test_c_c_data): Remove max_ulp field.
20049         (struct test_cc_c_data): Likewise.
20050         (struct test_f_i_data): Likewise.
20051         (struct test_ff_i_data): Likewise.
20052         (struct test_f_l_data): Likewise.
20053         (struct test_f_L_data): Likewise.
20054         (struct test_sincos_data): Likewise.
20055         (RUN_TEST_f_f): Do not handle ulps.
20056         (RUN_TEST_LOOP_f_f): Likewise.
20057         (RUN_TEST_2_f): Likewise.
20058         (RUN_TEST_LOOP_2_f): Likewise.
20059         (RUN_TEST_fff_f): Likewise.
20060         (RUN_TEST_LOOP_fff_f): Likewise.
20061         (RUN_TEST_c_f): Likewise.
20062         (RUN_TEST_LOOP_c_f): Likewise.
20063         (RUN_TEST_f_f1): Likewise.
20064         (RUN_TEST_LOOP_f_f1): Likewise.
20065         (RUN_TEST_fF_f1): Likewise.
20066         (RUN_TEST_LOOP_fF_f1): Likewise.
20067         (RUN_TEST_fI_f1): Likewise.
20068         (RUN_TEST_LOOP_fI_f1): Likewise.
20069         (RUN_TEST_ffI_f1): Likewise.
20070         (RUN_TEST_LOOP_ffI_f1): Likewise.
20071         (RUN_TEST_c_c): Likewise.
20072         (RUN_TEST_LOOP_c_c): Likewise.
20073         (RUN_TEST_cc_c): Likewise.
20074         (RUN_TEST_LOOP_cc_c): Likewise.
20075         (RUN_TEST_f_i): Likewise.
20076         (RUN_TEST_LOOP_f_i): Likewise.
20077         (RUN_TEST_f_i_tg): Likewise.
20078         (RUN_TEST_LOOP_f_i_tg): Likewise.
20079         (RUN_TEST_ff_i_tg): Likewise.
20080         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20081         (RUN_TEST_f_b): Likewise.
20082         (RUN_TEST_LOOP_f_b): Likewise.
20083         (RUN_TEST_f_b_tg): Likewise.
20084         (RUN_TEST_LOOP_f_b_tg): Likewise.
20085         (RUN_TEST_f_l): Likewise.
20086         (RUN_TEST_LOOP_f_l): Likewise.
20087         (RUN_TEST_f_L): Likewise.
20088         (RUN_TEST_LOOP_f_L): Likewise.
20089         (RUN_TEST_sincos): Likewise.
20090         (RUN_TEST_LOOP_sincos): Likewise.
20091
20092 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20093
20094         [BZ #15480]
20095         [BZ #15485]
20096         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20097         main case of finite arguments, set rounding mode to FE_TONEAREST
20098         and discard exceptions.
20099         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20100         exceptions.
20101         (remainder_tonearest_test_data): New variable.
20102         (remainder_test_tonearest): New function.
20103         (remainder_towardzero_test_data): New variable.
20104         (remainder_test_towardzero): New function.
20105         (remainder_downward_test_data): New variable.
20106         (remainder_test_downward): New function.
20107         (remainder_upward_test_data): New variable.
20108         (remainder_test_upward): New function.
20109         (main): Call the new test functions.
20110
20111         * math/libm-test.inc (struct test_f_f1_data): Remove field
20112         extra_init.
20113         (struct test_fF_f1_data): Likewise.
20114         (struct test_ffI_f1_data): Likewise.
20115         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20116         based on value of EXTRA_EXPECTED.
20117         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20118         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20119         EXTRA_VAR based on value of EXTRA_EXPECTED.
20120         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20121         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20122         EXTRA_VAR based on value of EXTRA_EXPECTED.
20123         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20124         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20125         EXTRA_VAR based on value of EXTRA_EXPECTED.
20126         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20127         * math/gen-libm-test.pl (parse_args): Don't output initializers
20128         for extra output values.
20129
20130         * math/libm-test.inc (check_int): Expect result to be exactly
20131         equal to expected value and do not handle ulps.
20132         (check_long): Likewise.
20133         (check_longlong): Likewise.
20134
20135         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20136         exceptions.
20137         (cimag_test_data): Likewise.
20138         (conj_test_data): Likewise.
20139         (copysign_test_data): Likewise.
20140         (cproj_test_data): Likewise.
20141         (creal_test_data): Likewise.
20142         (fabs_test_data): Likewise.
20143         (fdim_test_data): Likewise.
20144         (finite_test_data): Likewise.
20145         (floor_test_data): Likewise.
20146         (fmax_test_data): Likewise.
20147         (fmin_test_data): Likewise.
20148         (fmod_test_data): Likewise.
20149         (fpclassify_test_data): Likewise.
20150         (frexp_test_data): Likewise.
20151         (ilogb_test_data): Likewise.
20152         (isfinite_test_data): Likewise.
20153         (isgreater_test_data): Likewise.
20154         (isgreaterequal_test_data): Likewise.
20155         (isinf_test_data): Likewise.
20156         (isless_test_data): Likewise.
20157         (islessequal_test_data): Likewise.
20158         (islessgreater_test_data): Likewise.
20159         (isnan_test_data): Likewise.
20160         (isnormal_test_data): Likewise.
20161         (issignaling_test_data): Likewise.
20162         (isunordered_test_data): Likewise.
20163         (ldexp_test_data): Likewise.
20164         (lrint_test_data): Likewise.
20165         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20166         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20167         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20168         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20169         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20170         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20171         test input.
20172         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20173         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20174         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20175         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20176         that test input.
20177         (lrint_downward_test_data): Test for "inexact" exceptions.
20178         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20179         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20180         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20181         test input.
20182         (lrint_upward_test_data): Test for "inexact" exceptions.
20183         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20184         test input.
20185         (llrint_test_data): Test for "inexact" exceptions.
20186         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20187         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20188         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20189         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20190         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20191         (llrint_downward_test_data): Test for "inexact" exceptions.
20192         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20193         (llrint_upward_test_data): Test for "inexact" exceptions.
20194         (logb_test_data): Likewise.
20195         (logb_downward_test_data): Likewise.
20196         (nextafter_test_data): Likewise.
20197         (nexttoward_test_data): Likewise.
20198         (remainder_test_data): Likewise.
20199         (remquo_test_data): Likewise.
20200         (scalbn_test_data): Likewise.
20201         (scalbln_test_data): Likewise.
20202         (signbit_test_data): Likewise.
20203         (sqrt_test_data): Likewise.
20204         (significand_test_data): Likewise.
20205
20206 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20207
20208         [BZ #15424]
20209         * benchtests/bench-modf.c (struct args): Mark arg0 as
20210         volatile.
20211         * scripts/bench.pl: Mark members of struct args as volatile.
20212
20213 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20214
20215         [BZ # 15497]
20216         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20217         negative infinity on POWER6 or lower.
20218         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20219
20220 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20221
20222         [BZ #15442]
20223         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20224         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20225         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20226         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20227         (_FP_SETQNAN): New macro.
20228         (_FP_SETQNAN_SEMIRAW): Likewise.
20229         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20230         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20231         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20232         (FP_EXTEND): Use _FP_FRAC_SNANP.
20233         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20234         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20235         into account.
20236         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20237         New macro.
20238         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20239         Likewise.
20240
20241 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20242
20243         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20244         with DIVIDE_BY_ZERO_EXCEPTION.
20245         (gamma_test_data): Likewise.
20246         (lgamma_test_data): Likewise.
20247         (log_test_data): Likewise.
20248         (log10_test_data): Likewise.
20249         (log2_test_data): Likewise.
20250         (tgamma_test_data): Likewise.
20251
20252         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20253         (acos_test_tonearest): Likewise.
20254         (acos_test_towardzero): Likewise.
20255         (acos_test_downward): Likewise.
20256         (acos_test_upward): Likewise.
20257         (acosh_test): Likewise.
20258         (asin_test): Likewise.
20259         (asin_test_tonearest): Likewise.
20260         (asin_test_towardzero): Likewise.
20261         (asin_test_downward): Likewise.
20262         (asin_test_upward): Likewise.
20263         (asinh_test): Likewise.
20264         (atan_test): Likewise.
20265         (atanh_test): Likewise.
20266         (atan2_test): Likewise.
20267         (cabs_test): Likewise.
20268         (cacos_test): Likewise.
20269         (cacosh_test): Likewise.
20270         (casin_test): Likewise.
20271         (casinh_test): Likewise.
20272         (catan_test): Likewise.
20273         (catanh_test): Likewise.
20274         (cbrt_test): Likewise.
20275         (ccos_test): Likewise.
20276         (ccosh_test): Likewise.
20277         (cexp_test): Likewise.
20278         (clog_test): Likewise.
20279         (clog10_test): Likewise.
20280         (cos_test): Likewise.
20281         (cos_test_tonearest): Likewise.
20282         (cos_test_towardzero): Likewise.
20283         (cos_test_downward): Likewise.
20284         (cos_test_upward): Likewise.
20285         (cosh_test): Likewise.
20286         (cosh_test_tonearest): Likewise.
20287         (cosh_test_towardzero): Likewise.
20288         (cosh_test_downward): Likewise.
20289         (cosh_test_upward): Likewise.
20290         (cpow_test): Likewise.
20291         (csin_test): Likewise.
20292         (csinh_test): Likewise.
20293         (csqrt_test): Likewise.
20294         (ctan_test): Likewise.
20295         (ctan_test_tonearest): Likewise.
20296         (ctan_test_towardzero): Likewise.
20297         (ctan_test_downward): Likewise.
20298         (ctan_test_upward): Likewise.
20299         (ctanh_test): Likewise.
20300         (ctanh_test_tonearest): Likewise.
20301         (ctanh_test_towardzero): Likewise.
20302         (ctanh_test_downward): Likewise.
20303         (ctanh_test_upward): Likewise.
20304         (erf_test): Likewise.
20305         (erfc_test): Likewise.
20306         (exp_test): Likewise.
20307         (exp_test_tonearest): Likewise.
20308         (exp_test_towardzero): Likewise.
20309         (exp_test_downward): Likewise.
20310         (exp_test_upward): Likewise.
20311         (exp10_test): Likewise.
20312         (exp2_test): Likewise.
20313         (expm1_test): Likewise.
20314         (fmod_test): Likewise.
20315         (gamma_test): Likewise.
20316         (hypot_test): Likewise.
20317         (j0_test): Likewise.
20318         (j1_test): Likewise.
20319         (jn_test): Likewise.
20320         (lgamma_test): Likewise.
20321         (log_test): Likewise.
20322         (log10_test): Likewise.
20323         (log1p_test): Likewise.
20324         (log2_test): Likewise.
20325         (logb_test_downward): Likewise.
20326         (pow_test): Likewise.
20327         (pow_test_tonearest): Likewise.
20328         (pow_test_towardzero): Likewise.
20329         (pow_test_downward): Likewise.
20330         (pow_test_upward): Likewise.
20331         (remainder_test): Likewise.
20332         (remquo_test): Likewise.
20333         (sin_test): Likewise.
20334         (sin_test_tonearest): Likewise.
20335         (sin_test_towardzero): Likewise.
20336         (sin_test_downward): Likewise.
20337         (sin_test_upward): Likewise.
20338         (sincos_test): Likewise.
20339         (sinh_test): Likewise.
20340         (sinh_test_tonearest): Likewise.
20341         (sinh_test_towardzero): Likewise.
20342         (sinh_test_downward): Likewise.
20343         (sinh_test_upward): Likewise.
20344         (sqrt_test): Likewise.
20345         (tan_test): Likewise.
20346         (tan_test_tonearest): Likewise.
20347         (tan_test_towardzero): Likewise.
20348         (tan_test_downward): Likewise.
20349         (tan_test_upward): Likewise.
20350         (tanh_test): Likewise.
20351         (tgamma_test): Likewise.
20352         (y0_test): Likewise.
20353         (y1_test): Likewise.
20354         (yn_test): Likewise.
20355
20356         * math/gen-libm-test.pl (adjust_arg): Remove function.
20357         (special_function): Remove argument $in_func.  Only handle
20358         generating output for tables of tests, not inside functions.
20359         (parse_args): Likewise.
20360         (generate_testfile): Remove variable $in_func.  Update call to
20361         parse_args.
20362         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20363         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20364         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20365         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20366         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20367         (MAX_VALUE_INIT): Rename macro to max_value.
20368         (MIN_VALUE_INIT): Rename macro to min_value.
20369         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20370         (plus_zero): Remove variable.
20371         (minus_zero): Likewise.
20372         (plus_infty): Likewise.
20373         (minus_infty): Likewise.
20374         (qnan_value): Likewise.
20375         (max_value): Likewise.
20376         (min_value): Likewise.
20377         (min_subnorm_value): Likewise.
20378
20379 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20380
20381         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20382         uint64_t or uint32_t usage.
20383         * crypt/sha256-block.c: Likewise.
20384         * crypt/sha256-crypt.c: Likewise.
20385         * crypt/sha256.c: Likewise.
20386         * crypt/sha512-block.c: Likewise.
20387         * crypt/sha512-crypt.c: Likewise.
20388         * crypt/sha512.c: Likewise.
20389         * debug/backtrace-tst.c: Likewise.
20390         * debug/pcprofiledump.c: Likewise.
20391         * elf/cache.c: Likewise.
20392         * elf/dl-cache.c: Likewise.
20393         * elf/dl-misc.c: Likewise.
20394         * elf/dl-profile.c: Likewise.
20395         * elf/dl-support.c: Likewise.
20396         * elf/ldconfig.c: Likewise.
20397         * elf/sprof.c: Likewise.
20398         * iconv/dummy-repertoire.c: Likewise.
20399         * iconv/iconv_charmap.c: Likewise.
20400         * iconv/skeleton.c: Likewise.
20401         * iconvdata/8bit-generic.c: Likewise.
20402         * iconvdata/cp737.h: Likewise.
20403         * iconvdata/cp775.h: Likewise.
20404         * iconvdata/ibm1008.h: Likewise.
20405         * iconvdata/ibm1025.h: Likewise.
20406         * iconvdata/ibm1046.h: Likewise.
20407         * iconvdata/ibm1097.h: Likewise.
20408         * iconvdata/ibm1112.h: Likewise.
20409         * iconvdata/ibm1122.h: Likewise.
20410         * iconvdata/ibm1123.h: Likewise.
20411         * iconvdata/ibm1124.h: Likewise.
20412         * iconvdata/ibm1129.h: Likewise.
20413         * iconvdata/ibm1130.h: Likewise.
20414         * iconvdata/ibm1132.h: Likewise.
20415         * iconvdata/ibm1133.h: Likewise.
20416         * iconvdata/ibm1137.h: Likewise.
20417         * iconvdata/ibm1140.h: Likewise.
20418         * iconvdata/ibm1141.h: Likewise.
20419         * iconvdata/ibm1142.h: Likewise.
20420         * iconvdata/ibm1143.h: Likewise.
20421         * iconvdata/ibm1144.h: Likewise.
20422         * iconvdata/ibm1145.h: Likewise.
20423         * iconvdata/ibm1146.h: Likewise.
20424         * iconvdata/ibm1147.h: Likewise.
20425         * iconvdata/ibm1148.h: Likewise.
20426         * iconvdata/ibm1149.h: Likewise.
20427         * iconvdata/ibm1153.h: Likewise.
20428         * iconvdata/ibm1154.h: Likewise.
20429         * iconvdata/ibm1155.h: Likewise.
20430         * iconvdata/ibm1156.h: Likewise.
20431         * iconvdata/ibm1157.h: Likewise.
20432         * iconvdata/ibm1158.h: Likewise.
20433         * iconvdata/ibm1160.h: Likewise.
20434         * iconvdata/ibm1161.h: Likewise.
20435         * iconvdata/ibm1162.h: Likewise.
20436         * iconvdata/ibm1163.h: Likewise.
20437         * iconvdata/ibm1164.h: Likewise.
20438         * iconvdata/ibm1166.h: Likewise.
20439         * iconvdata/ibm1167.h: Likewise.
20440         * iconvdata/ibm12712.h: Likewise.
20441         * iconvdata/ibm1390.h: Likewise.
20442         * iconvdata/ibm1399.h: Likewise.
20443         * iconvdata/ibm16804.h: Likewise.
20444         * iconvdata/ibm4517.h: Likewise.
20445         * iconvdata/ibm4899.h: Likewise.
20446         * iconvdata/ibm4909.h: Likewise.
20447         * iconvdata/ibm4971.h: Likewise.
20448         * iconvdata/ibm5347.h: Likewise.
20449         * iconvdata/ibm803.h: Likewise.
20450         * iconvdata/ibm856.h: Likewise.
20451         * iconvdata/ibm901.h: Likewise.
20452         * iconvdata/ibm902.h: Likewise.
20453         * iconvdata/ibm9030.h: Likewise.
20454         * iconvdata/ibm9066.h: Likewise.
20455         * iconvdata/ibm921.h: Likewise.
20456         * iconvdata/ibm922.h: Likewise.
20457         * iconvdata/ibm9448.h: Likewise.
20458         * iconvdata/isiri-3342.h: Likewise.
20459         * iconvdata/jis0201.h: Likewise.
20460         * include/link.h: Likewise.
20461         * include/netdb.h: Likewise.
20462         * inet/check_native.c: Likewise.
20463         * inet/check_pf.c: Likewise.
20464         * inet/getipv4sourcefilter.c: Likewise.
20465         * inet/getnameinfo.c: Likewise.
20466         * inet/getsourcefilter.c: Likewise.
20467         * inet/htonl.c: Likewise.
20468         * inet/setipv4sourcefilter.c: Likewise.
20469         * inet/setsourcefilter.c: Likewise.
20470         * inet/test-inet6_opt.c: Likewise.
20471         * inet/tst-network.c: Likewise.
20472         * locale/C-collate.c: Likewise.
20473         * locale/C-ctype.c: Likewise.
20474         * locale/C-time.c: Likewise.
20475         * locale/C-translit.h: Likewise.
20476         * locale/loadarchive.c: Likewise.
20477         * locale/programs/3level.h: Likewise.
20478         * locale/programs/charmap.c: Likewise.
20479         * locale/programs/charmap.h: Likewise.
20480         * locale/programs/ld-address.c: Likewise.
20481         * locale/programs/ld-collate.c: Likewise.
20482         * locale/programs/ld-ctype.c: Likewise.
20483         * locale/programs/ld-identification.c: Likewise.
20484         * locale/programs/ld-measurement.c: Likewise.
20485         * locale/programs/ld-messages.c: Likewise.
20486         * locale/programs/ld-monetary.c: Likewise.
20487         * locale/programs/ld-name.c: Likewise.
20488         * locale/programs/ld-numeric.c: Likewise.
20489         * locale/programs/ld-paper.c: Likewise.
20490         * locale/programs/ld-telephone.c: Likewise.
20491         * locale/programs/ld-time.c: Likewise.
20492         * locale/programs/linereader.c: Likewise.
20493         * locale/programs/locale.c: Likewise.
20494         * locale/programs/locarchive.c: Likewise.
20495         * locale/programs/locfile.h: Likewise.
20496         * locale/programs/repertoire.c: Likewise.
20497         * locale/programs/simple-hash.c: Likewise.
20498         * locale/programs/simple-hash.h: Likewise.
20499         * malloc/memusage.c: Likewise.
20500         * malloc/memusagestat.c: Likewise.
20501         * nis/nis_defaults.c: Likewise.
20502         * nis/nis_hash.c: Likewise.
20503         * nis/nis_print.c: Likewise.
20504         * nis/nis_xdr.c: Likewise.
20505         * nscd/connections.c: Likewise.
20506         * nscd/hstcache.c: Likewise.
20507         * nscd/nscd_gethst_r.c: Likewise.
20508         * nscd/nscd_getserv_r.c: Likewise.
20509         * nscd/nscd_helper.c: Likewise.
20510         * nscd/servicescache.c: Likewise.
20511         * nss/makedb.c: Likewise.
20512         * nss/nss_db/db-XXX.c: Likewise.
20513         * nss/nss_db/db-initgroups.c: Likewise.
20514         * nss/nss_db/db-netgrp.c: Likewise.
20515         * nss/nss_files/files-network.c: Likewise.
20516         * nss/nss_files/files-parse.c: Likewise.
20517         * posix/bug-regex5.c: Likewise.
20518         * posix/fnmatch_loop.c: Likewise.
20519         * posix/regcomp.c: Likewise.
20520         * posix/regexec.c: Likewise.
20521         * posix/tst-rfc3484-2.c: Likewise.
20522         * posix/tst-rfc3484-3.c: Likewise.
20523         * posix/tst-rfc3484.c: Likewise.
20524         * resolv/nss_dns/dns-canon.c: Likewise.
20525         * resolv/nss_dns/dns-network.c: Likewise.
20526         * resolv/res_init.c: Likewise.
20527         * resolv/res_mkquery.c: Likewise.
20528         * resolv/tst-aton.c: Likewise.
20529         * stdlib/cxa_atexit.c: Likewise.
20530         * stdlib/cxa_finalize.c: Likewise.
20531         * stdlib/gen-fpioconst.c: Likewise.
20532         * stdlib/strtol_l.c: Likewise.
20533         * string/tst-endian.c: Likewise.
20534         * sunrpc/auth_des.c: Likewise.
20535         * sunrpc/clnt_udp.c: Likewise.
20536         * sunrpc/rtime.c: Likewise.
20537         * sunrpc/svcauth_des.c: Likewise.
20538         * sunrpc/xdr.c: Likewise.
20539         * sunrpc/xdr_intXX_t.c: Likewise.
20540         * sunrpc/xdr_rec.c: Likewise.
20541         * sysdeps/generic/ldconfig.h: Likewise.
20542         * sysdeps/generic/ldsodefs.h: Likewise.
20543         * sysdeps/generic/memusage.h: Likewise.
20544         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20545         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20546         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20547         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20548         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20549         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20550         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20551         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20552         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20553         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20554         * sysdeps/posix/getaddrinfo.c: Likewise.
20555         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20556         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20557         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20558         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20559         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20560         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20561         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20562         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20563         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20564         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20565         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20566         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20567         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
20568         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
20569         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
20570         * sysdeps/x86_64/dl-tls.h: Likewise.
20571         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
20572         * time/alt_digit.c: Likewise.
20573         * time/era.c: Likewise.
20574         * wcsmbs/tst-c16c32-1.c: Likewise.
20575
20576 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20577
20578         * math/libm-test.inc (struct test_sincos_data): New type.
20579         (RUN_TEST_LOOP_sincos): New macro.
20580         (sincos_test_data): New variable.
20581         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
20582
20583 2013-05-16  Richard Henderson  <rth@redhat.com>
20584
20585         * math/atest-exp2.c (LIMB64): New macro.
20586         (CONSTSZ): New macro.
20587         (mp_exp1, mp_exp_m1, mp_log2): New variables.
20588         (hexdig): Move ...
20589         (print_mpn_fp): ... to function scope.
20590         (read_mpn_hex): Remove.
20591         (get_log2): Remove.
20592         (exp2_mpn): Use mp_log2.
20593         (main): Use mp_exp1.
20594
20595 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20596
20597         * math/libm-test.inc: Remove comment about not testing "inexact"
20598         exceptions.
20599         (INEXACT_EXCEPTION): New macro.
20600         (NO_INEXACT_EXCEPTION): Likewise.
20601         (INVALID_EXCEPTION_OK): Update value.
20602         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
20603         (OVERFLOW_EXCEPTION_OK): Likewise.
20604         (UNDERFLOW_EXCEPTION_OK): Likewise.
20605         (IGNORE_ZERO_INF_SIGN): Likewise.
20606         (ERRNO_UNCHANGED): Likewise.
20607         (ERRNO_EDOM): Likewise.
20608         (ERRNO_ERANGE): Likewise.
20609         (test_exceptions): Handle testing "inexact" exceptions.
20610         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
20611         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
20612         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
20613         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
20614         INEXACT_EXCEPTION.
20615         (rint_towardzero_test_data): Likewise.
20616         (rint_downward_test_data): Likewise.
20617         (rint_upward_test_data): Likewise.
20618
20619         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
20620         with OVERFLOW_EXCEPTION.
20621         (exp10_test_data): Likewise.
20622         (exp2_test_data): Likewise.
20623         (expm1_test_data): Likewise.
20624         (lgamma_test_data): Likewise.
20625         (pow_test_data): Likewise.
20626         (tgamma_test_data): Likewise.
20627         (yn_test_data): Remove duplicate test of overflow.
20628
20629         * math/libm-test.inc (struct test_cc_c_data): New type.
20630         (RUN_TEST_LOOP_cc_c): New macro.
20631         (cpow_test_data): New variable.
20632         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
20633
20634         * math/libm-test.inc (struct test_f_L_data): New type.
20635         (RUN_TEST_LOOP_f_L): New macro.
20636         (llrint_test_data): New variable.
20637         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
20638         (llrint_tonearest_test_data): New variable.
20639         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
20640         (llrint_towardzero_test_data): New variable.
20641         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
20642         (llrint_downward_test_data): New variable.
20643         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
20644         (llrint_upward_test_data): New variable.
20645         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
20646         (llround_test_data): New variable.
20647         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
20648
20649 2013-05-13  Peter Collingbourne  <pcc@google.com>
20650
20651         * math/atest-exp2.c (get_log2): Remove const attribute.
20652
20653 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20654
20655         * math/libm-test.inc (struct test_f_l_data): New type.
20656         (RUN_TEST_LOOP_f_l): New macro.
20657         (lrint_test_data): New variable.
20658         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
20659         (lrint_tonearest_test_data): New variable.
20660         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
20661         (lrint_towardzero_test_data): New variable.
20662         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
20663         (lrint_downward_test_data): New variable.
20664         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
20665         (lrint_upward_test_data): New variable.
20666         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
20667         (lround_test_data): New variable.
20668         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
20669
20670 2013-05-15  Peter Collingbourne  <pcc@google.com>
20671
20672         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
20673         (EXTRACT_WORDS64) Use where appropriate.
20674         (INSERT_WORDS64) Likewise.
20675
20676         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
20677         constraints with x constraints.
20678         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
20679
20680         * malloc/obstack.c (_obstack_compat): Add initializer.
20681
20682 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20683
20684         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
20685         si_trapno and add si_addr_lsb to _sifields.sigfault.
20686         (si_trapno): Remove macro.
20687         (si_addr_lsb): Define new macro.
20688         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20689
20690 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20691
20692         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
20693         instead of TEST_f_l.
20694         (llrint_test_tonearest): Likewise.
20695         (llrint_test_towardzero): Likewise.
20696         (llrint_test_downward): Likewise.
20697         (llrint_test_upward): Likewise.
20698         (llround_test): Likewise.
20699
20700         * math/libm-test.inc (struct test_f_i_data): Add comment.
20701         (RUN_TEST_LOOP_f_b): New macro.
20702         (RUN_TEST_LOOP_f_b_tg): Likewise.
20703         (finite_test_data): New variable.
20704         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
20705         (isfinite_test_data): New variable.
20706         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20707         (isinf_test_data): New variable.
20708         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20709         (isnan_test_data): New variable.
20710         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20711         (isnormal_test_data): New variable.
20712         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20713         (issignaling_test_data): New variable.
20714         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20715         (signbit_test_data): New variable.
20716         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20717
20718         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
20719         with INVALID_EXCEPTION.
20720         (acosh_test_data): Likewise.
20721         (asin_test_data): Likewise.
20722         (atanh_test_data): Likewise.
20723         (fmod_test_data): Likewise.
20724         (log_test_data): Likewise.
20725         (log10_test_data): Likewise.
20726         (log2_test_data): Likewise.
20727         (pow_test_data): Likewise.
20728         (sqrt_test_data): Likewise.
20729         (y0_test_data): Likewise.
20730         (y1_test_data): Likewise.
20731         (yn_test_data): Likewise.
20732
20733         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
20734         function contents.
20735
20736         * math/libm-test.inc (struct test_ff_i_data): New type.
20737         (RUN_TEST_LOOP_ff_i_tg): New macro.
20738         (isgreater_test_data): New variable.
20739         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20740         (isgreaterequal_test_data): New variable.
20741         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20742         (isless_test_data): New variable.
20743         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20744         (islessequal_test_data): New variable.
20745         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20746         (islessgreater_test_data): New variable.
20747         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20748         (isunordered_test_data): New variable.
20749         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20750
20751 2013-05-14  David S. Miller  <davem@davemloft.net>
20752
20753         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20754
20755 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
20756
20757         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
20758
20759         * math/libm-test.inc (struct test_fF_f1_data): Change type of
20760         extra_test to int.
20761         (struct test_f_i_data): Change type of max_ulp to int.
20762
20763         * math/libm-test.inc (test_ffI_f1_data): New type.
20764         (RUN_TEST_LOOP_ffI_f1): New macro.
20765         (remquo_test_data): New variable.
20766         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
20767
20768         * setjmp/tst-setjmp-fp.c: New file.
20769         * setjmp/Makefile (tests): Add tst-setjmp-fp.
20770         (link-libm): New variable.
20771         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
20772
20773         * math/libm-test.inc (struct test_f_i_data): New type.
20774         (RUN_TEST_LOOP_f_i): New macro.
20775         (RUN_TEST_LOOP_f_i_tg): Likewise.
20776         (fpclassify_test_data): New variable.
20777         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
20778         (ilogb_test_data): New variable.
20779         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
20780
20781         * math/libm-test.inc (scalbln_test): Correct function name in END
20782         call.
20783
20784         * math/libm-test.inc (struct test_f_f1_data): Add comment.
20785         (RUN_TEST_LOOP_fI_f1): New macro.
20786         (frexp_test_data): New variable.
20787         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
20788
20789         * math/libm-test.inc (struct test_fF_f1_data): New type.
20790         (RUN_TEST_LOOP_fF_f1): New macro.
20791         (modf_test_data): New variable.
20792         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
20793
20794         * math/libm-test.inc (struct test_f_f1_data): New type.
20795         (RUN_TEST_LOOP_f_f1): New macro.
20796         (gamma_test_data): New variable.
20797         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20798         (lgamma_test_data): New variable.
20799         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20800
20801 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
20802
20803         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
20804         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
20805         (main): Comment "tls" pseudo-hwcap.
20806
20807 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
20808
20809         * math/libm-test.inc (struct test_fl_f_data): New type.
20810         (RUN_TEST_LOOP_fl_f): New variable.
20811         (scalbln_test_data): New variable.
20812         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
20813
20814         * math/libm-test.inc (struct test_fi_f_data): New type.
20815         (RUN_TEST_LOOP_fi_f): New macro.
20816         (ldexp_test_data): New variable.
20817         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
20818         (scalbn_test_data): New variable.
20819         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
20820
20821         * math/libm-test.inc (struct test_c_f_data): New type.
20822         (RUN_TEST_LOOP_c_f): New macro.
20823         (cabs_test_data): New variable.
20824         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
20825         (carg_test_data): New variable.
20826         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
20827         (cimag_test_data): New variable.
20828         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
20829         (creal_test_data): New variable.
20830         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20831
20832         * math/libm-test.inc (struct test_if_f_data): New type.
20833         (RUN_TEST_LOOP_if_f): New macro.
20834         (jn_test_data): New variable.
20835         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20836         (yn_test_data): New variable.
20837         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20838
20839         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20840
20841 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20842
20843         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20844         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20845
20846 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20847
20848         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20849         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20850         (bench-deps): Add bench-timing.h.
20851         * benchtests-bench-skeleton.c: Include bench-timing.h.
20852         (main): Use TIMING_* macros instead of clock_gettime.
20853         * benchtests/bench-timing.h: New file.
20854
20855         [BZ #14582]
20856         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20857         Renamed from _LIB_VERSION.
20858         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20859
20860 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20861
20862         * math/libm-test.inc (struct test_fff_f_data): New type.
20863         (RUN_TEST_LOOP_fff_f): New macro.
20864         (fma_test_data): New variable.
20865         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
20866         (fma_towardzero_test_data): New variable.
20867         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
20868         (fma_downward_test_data): New variable.
20869         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
20870         (fma_upward_test_data): New variable.
20871         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
20872
20873         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
20874         (struct test_c_c_data): New type.
20875         (RUN_TEST_LOOP_c_c): New macro.
20876         (cacos_test_data): New variable.
20877         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
20878         (cacosh_test_data): New variable.
20879         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
20880         (casin_test_data): New variable.
20881         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
20882         (casinh_test_data): New variable.
20883         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
20884         (catan_test_data): New variable.
20885         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
20886         (catanh_test_data): New variable.
20887         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
20888         (ccos_test_data): New variable.
20889         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
20890         (ccosh_test_data): New variable.
20891         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
20892         (cexp_test_data): New variable.
20893         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
20894         (clog_test_data): New variable.
20895         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
20896         (clog10_test_data): New variable.
20897         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
20898         (conj_test_data): New variable.
20899         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
20900         (cproj_test_data): New variable.
20901         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
20902         (csin_test_data): New variable.
20903         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
20904         (csinh_test_data): New variable.
20905         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
20906         (csqrt_test_data): New variable.
20907         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
20908         (ctan_test_data): New variable.
20909         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
20910         (ctan_tonearest_test_data): New variable.
20911         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20912         (ctan_towardzero_test_data): New variable.
20913         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20914         (ctan_downward_test_data): New variable.
20915         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20916         (ctan_upward_test_data): New variable.
20917         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20918         (ctanh_test_data): New variable.
20919         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
20920         (ctanh_tonearest_test_data): New variable.
20921         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20922         (ctanh_towardzero_test_data): New variable.
20923         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20924         (ctanh_downward_test_data): New variable.
20925         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20926         (ctanh_upward_test_data): New variable.
20927         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20928         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
20929         of BUILD_COMPLEX.
20930
20931         * math/libm-test.inc (struct test_ff_f_data): New type.
20932         (struct test_ff_f_data_nexttoward): Likewise.
20933         (RUN_TEST_LOOP_2_f): New macro.
20934         (RUN_TEST_LOOP_ff_f): Likewise.
20935         (atan2_test_data): New variable.
20936         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
20937         (copysign_test_data): New variable.
20938         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
20939         (fdim_test_data): New variable.
20940         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
20941         (fmax_test_data): New variable.
20942         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
20943         (fmin_test_data): New variable.
20944         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
20945         (fmod_test_data): New variable.
20946         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
20947         (hypot_test_data): New variable.
20948         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
20949         (nextafter_test_data): New variable.
20950         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
20951         (nexttoward_test_data): New variable.
20952         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
20953         (pow_test_data): New variable.
20954         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
20955         (pow_tonearest_test_data): New variable.
20956         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
20957         (pow_towardzero_test_data): New variable.
20958         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
20959         (pow_downward_test_data): New variable.
20960         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
20961         (pow_upward_test_data): New variable.
20962         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
20963         (remainder_test_data): New variable.
20964         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
20965         (scalb_test_data): New variable.
20966         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
20967         * sysdeps/i386/fpu/libm-test-ulps: Update.
20968
20969 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
20970
20971         * math/libm-test.inc (fma_test): Use max_value instead of local
20972         variable fltmax.
20973         (nextafter_test): Likewise.
20974
20975         * math/libm-test.inc (acos_towardzero_test_data): New variable.
20976         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20977         (acos_downward_test_data): New variable.
20978         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20979         (acos_upward_test_data): New variable.
20980         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20981         (acosh_test_data): New variable.
20982         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
20983         (asin_test_data): New variable.
20984         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
20985         (asin_tonearest_test_data): New variable.
20986         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20987         (asin_towardzero_test_data): New variable.
20988         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20989         (asin_downward_test_data): New variable.
20990         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20991         (asin_upward_test_data): New variable.
20992         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20993         (asinh_test_data): New variable.
20994         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
20995         (atan_test_data): New variable.
20996         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
20997         (atanh_test_data): New variable.
20998         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
20999         (cbrt_test_data): New variable.
21000         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21001         (ceil_test_data): New variable.
21002         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21003         (cos_test_data): New variable.
21004         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21005         (cos_tonearest_test_data): New variable.
21006         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21007         (cos_towardzero_test_data): New variable.
21008         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21009         (cos_downward_test_data): New variable.
21010         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21011         (cos_upward_test_data): New variable.
21012         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21013         (cosh_test_data): New variable.
21014         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21015         (cosh_tonearest_test_data): New variable.
21016         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21017         (cosh_towardzero_test_data): New variable.
21018         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21019         (cosh_downward_test_data): New variable.
21020         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21021         (cosh_upward_test_data): New variable.
21022         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21023         (erf_test_data): New variable.
21024         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21025         (erfc_test_data): New variable.
21026         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21027         (exp_test_data): New variable.
21028         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21029         (exp_tonearest_test_data): New variable.
21030         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21031         (exp_towardzero_test_data): New variable.
21032         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21033         (exp_downward_test_data): New variable.
21034         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21035         (exp_upward_test_data): New variable.
21036         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21037         (exp10_test_data): New variable.
21038         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21039         (exp2_test_data): New variable.
21040         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21041         (expm1_test_data): New variable.
21042         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21043         (fabs_test_data): New variable.
21044         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21045         (floor_test_data): New variable.
21046         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21047         (j0_test_data): New variable.
21048         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21049         (j1_test_data): New variable.
21050         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21051         (log_test_data): New variable.
21052         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21053         (log10_test_data): New variable.
21054         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21055         (log1p_test_data): New variable.
21056         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21057         (log2_test_data): New variable.
21058         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21059         (logb_test_data): New variable.
21060         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21061         (logb_downward_test_data): New variable.
21062         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21063         (nearbyint_test_data): New variable.
21064         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21065         (rint_test_data): New variable.
21066         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21067         (rint_tonearest_test_data): New variable.
21068         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21069         (rint_towardzero_test_data): New variable.
21070         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21071         (rint_downward_test_data): New variable.
21072         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21073         (rint_upward_test_data): New variable.
21074         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21075         (round_test_data): New variable.
21076         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21077         (sin_test_data): New variable.
21078         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21079         (sin_tonearest_test_data): New variable.
21080         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21081         (sin_towardzero_test_data): New variable.
21082         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21083         (sin_downward_test_data): New variable.
21084         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21085         (sin_upward_test_data): New variable.
21086         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21087         (sinh_test_data): New variable.
21088         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21089         (sinh_tonearest_test_data): New variable.
21090         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21091         (sinh_towardzero_test_data): New variable.
21092         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21093         (sinh_downward_test_data): New variable.
21094         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21095         (sinh_upward_test_data): New variable.
21096         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21097         (sqrt_test_data): New variable.
21098         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21099         (tan_test_data): New variable.
21100         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21101         (tan_tonearest_test_data): New variable.
21102         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21103         (tan_towardzero_test_data): New variable.
21104         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21105         (tan_downward_test_data): New variable.
21106         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21107         (tan_upward_test_data): New variable.
21108         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21109         (tanh_test_data): New variable.
21110         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21111         (tgamma_test_data): New variable.
21112         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21113         (trunc_test_data): New variable.
21114         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21115         (y0_test_data): New variable.
21116         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21117         (y1_test_data): New variable.
21118         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21119         (significand_test_data): New variable.
21120         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21121
21122 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21123
21124         [BZ #12387]
21125         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21126
21127 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21128
21129         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21130
21131 2013-05-10  Andreas Jaeger  <aj@suse.de>
21132
21133         [BZ #15448]
21134         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21135         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21136
21137 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21138
21139         * math/gen-libm-test.pl (adjust_arg): New function.
21140         (special_functions): Handle generating output in both functions
21141         and arrays.
21142         (parse_args): Likewise.
21143         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21144         $in_func argument to parse_args.
21145         * math/libm-test.inc (struct test_f_f_data): New type.
21146         (IF_ROUND_INIT_): New macro.
21147         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21148         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21149         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21150         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21151         (ROUND_RESTORE_): Likewise.
21152         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21153         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21154         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21155         (ROUND_RESTORE_FE_UPWARD): Likewise.
21156         (RUN_TEST_LOOP_f_f): New macro.
21157         (acos_test_data): New variable.
21158         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21159         (acos_tonearest_test_data): New variable.
21160         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21161
21162 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21163
21164         * benchtests/bench-skeleton.c (startup): Fix coding style.
21165
21166 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21167
21168         [BZ #6809]
21169         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21170         negative infinity argument.
21171         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21172         negative infinity argument.
21173         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21174         negative infinity argument.
21175         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21176         domain errors.
21177
21178 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21179
21180         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21181         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21182         * iconv/iconv_prog.c (main): Likewise.
21183         * locale/programs/charmap-dir.c (charmap_readdir)
21184         (fopen_uncompressed): Likewise.
21185         * locale/programs/locfile.c (siblings_uncached)
21186         (write_locale_data): Use lstat64 instead of lstat.
21187         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21188         stat.
21189
21190 2013-05-10  Andreas Jaeger  <aj@suse.de>
21191
21192         [BZ #15395]
21193         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21194         localization.
21195         Include <locale.h>.
21196
21197 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21198
21199         * elf/dl-close.c (_dl_close_worker): Add comments.
21200
21201 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21202
21203         [BZ #15359]
21204         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21205         high part of pi/2.
21206         (__ieee754_rem_pio2l): Update comments.
21207
21208         [BZ #15429]
21209         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21210         high part of pi/2.
21211         (__ieee754_rem_pio2l): Update comments.
21212
21213         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21214         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21215
21216         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21217         M_PI_4l.
21218
21219         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21220         (M_PI_34_LOG10El): Likewise.
21221         (M_PI2_LOG10El): Likewise.
21222         (M_PI4_LOG10El): Likewise.
21223         (M_PI_LOG10El): Likewise.
21224
21225 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21226
21227         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21228
21229 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21230
21231         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21232         (MINUS_ZERO_INIT): Likewise.
21233         (PLUS_INFTY_INIT): Likewise.
21234         (MINUS_INFTY_INIT): Likewise.
21235         (QNAN_VALUE_INIT): Likewise.
21236         (MAX_VALUE_INIT): Likewise.
21237         (MIN_VALUE_INIT): Likewise.
21238         (MIN_SUBNORM_VALUE_INIT): Likewise.
21239         (plus_zero): Initialize with PLUS_ZERO_INIT.
21240         (minus_zero): Initialize with MINUS_ZERO_INIT.
21241         (plus_infty): Initialize with PLUS_INFTY_INIT.
21242         (minus_infty): Initialize with MINUS_INFTY_INIT.
21243         (qnan_value): Initialize with QNAN_VALUE_INIT.
21244         (max_value): Initialize with MAX_VALUE_INIT.
21245         (min_value): Initialize with MIN_VALUE_INIT.
21246         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21247
21248         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21249         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21250         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21251         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21252
21253         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21254         (RUN_TEST_2_f): Likewise.
21255         (RUN_TEST_ff_f): Likewise.
21256         (RUN_TEST_fi_f): Likewise.
21257         (RUN_TEST_fl_f): Likewise.
21258         (RUN_TEST_fff_f): Likewise.
21259         (RUN_TEST_c_f): Likewise.
21260         (RUN_TEST_f_f1): Likewise.
21261         (RUN_TEST_fF_f1): Likewise.
21262         (RUN_TEST_fI_f1): Likewise.
21263         (RUN_TEST_ffI_f1): Likewise.
21264         (RUN_TEST_c_c): Likewise.
21265         (RUN_TEST_cc_c): Likewise.
21266         (RUN_TEST_f_i): Likewise.
21267         (RUN_TEST_f_i_tg): Likewise.
21268         (RUN_TEST_ff_i_tg): Likewise.
21269         (RUN_TEST_f_b): Likewise.
21270         (RUN_TEST_f_b_tg): Likewise.
21271         (RUN_TEST_f_l): Likewise.
21272         (RUN_TEST_f_L): Likewise.
21273         (RUN_TEST_sincos): Likewise.
21274         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21275         whether to show exceptions.  Do not include ");\n" in return
21276         value.
21277         (special_functions): Output call to RUN_TEST_sincos instead of
21278         check_float calls.  Update calls to new_test.
21279         (parse_args): Output call to single RUN_TEST_* macro instead of
21280         check_* calls and other assignments.  Update calls to new_test.
21281
21282         [BZ #2546]
21283         [BZ #2560]
21284         [BZ #5159]
21285         [BZ #15426]
21286         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21287         input to result for tgamma overflow.
21288         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21289         (gamma_coeff): New variable.
21290         (NCOEFF): New macro.
21291         (gamma_positive): New function.
21292         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21293         underflow here.  Use gamma_positive instead of exp (lgamma) for
21294         other arguments.
21295         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21296         (gamma_coeff): New variable.
21297         (NCOEFF): New macro.
21298         (gammaf_positive): New function.
21299         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21300         underflow here.  Use gamma_positive instead of exp (lgamma) for
21301         other arguments.
21302         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21303         (gamma_coeff): New variable.
21304         (NCOEFF): New macro.
21305         (gammal_positive): New function.
21306         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21307         underflow here.  Use gamma_positive instead of exp (lgamma) for
21308         other arguments.
21309         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21310         (gamma_coeff): New variable.
21311         (NCOEFF): New macro.
21312         (gammal_positive): New function.
21313         (__ieee754_gammal_r): Handle positive infinity, overflow and
21314         underflow here.  Handle NaN the same as positive infinity.  Remove
21315         check x < 0xffffffff for negative integers.  Use gamma_positive
21316         instead of exp (lgamma) for other arguments.
21317         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21318         (gamma_coeff): New variable.
21319         (NCOEFF): New macro.
21320         (gammal_positive): New function.
21321         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21322         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21323         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21324         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21325         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21326         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21327         * sysdeps/generic/math_private.h (__gamma_productf): New
21328         prototype.
21329         (__gamma_product): Likewise.
21330         (__gamma_productl): Likewise.
21331         * math/Makefile (libm-calls): Add gamma_product.
21332         * math/libm-test.inc (tgamma_test): Add more tests.
21333         * sysdeps/i386/fpu/libm-test-ulps: Update.
21334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21335
21336 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21337
21338         * benchtests/bench-skeleton.c (main): Preheat CPU.
21339
21340 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21341
21342         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21343
21344 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21345
21346         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21347         and _dl_skip_args_internal.
21348
21349 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21350
21351         * manual/message.texi (Message Translation): Talk about users.
21352         Message to key mapping impacts design.
21353
21354 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21355
21356         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21357
21358         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21359
21360         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21361         * sysdeps/wordsize-64/glob64.c: ... here.
21362
21363         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21364         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21365         New macros.
21366
21367         * debug/getlogin_r_chk.c: Moved to ...
21368         * login/getlogin_r_chk.c: ... here.
21369         * debug/Makefile (routines): Move getlogin_r_chk to ...
21370         * login/Makefile (routines): ... here.
21371         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21372         * login/Versions (libc: GLIBC_2.4): ... here.
21373
21374         * io/poll.c (__poll): Renamed from poll.
21375         Add libc_hidden_def.
21376         (poll): Define as weak alias.
21377
21378         * debug/ptsname_r_chk.c: Moved to ...
21379         * login/ptsname_r_chk.c: ... here.
21380         * debug/Makefile (routines): Move ptsname_r_chk to ...
21381         * login/Makefile (routines): ... here.
21382         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21383         * login/Versions (libc: GLIBC_2.4): ... here.
21384
21385         * posix/getlogin.c: Moved to ...
21386         * login/getlogin.c: ... here.
21387         * posix/getlogin_r.c: Moved to ...
21388         * login/getlogin_r.c: ... here.
21389         * posix/getlogin_r.c: Moved to ...
21390         * login/getlogin_r.c: ... here.
21391         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21392         * login/Makefile (routines): ... here.
21393         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21394         * login/Versions (libc: GLIBC_2.0): ... here.
21395
21396         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21397         (setrlimit): Define as weak alias.
21398
21399         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21400         Call __ names for open, ftruncate, and close.
21401         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21402         (truncate): Define as weak alias.
21403
21404 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21405
21406         * math/gen-libm-test.pl (parse_args): Initialize x before each
21407         test of frexp, modf and remquo.
21408
21409         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21410         test signgam value.
21411
21412 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21413
21414         [BZ #15418]
21415         [BZ #15419]
21416         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21417         internal tests.
21418         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21419
21420 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21421
21422         * elf/dl-writev.h: New file.
21423         * elf/dl-misc.c: Include it.
21424         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21425         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21426
21427 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21428
21429         * math/libm-test.inc (noXFails): Remove variable.
21430         (noXPasses): Likewise.
21431         (BUILD_COMPLEX_INT): Remove macro.
21432         (print_screen): Remove xfail argument.
21433         (print_screen_max_error): Likewise.
21434         (update_stats): Likewise.
21435         (print_max_error): Likewise.  Update calls to other affected
21436         functions.
21437         (print_complex_max_error): Likewise.
21438         (test_single_exception): Update calls to print_screen.
21439         (test_single_errno): Likewise.
21440         (check_float_internal): Remove xfail argument.  Update calls to
21441         other affected functions.
21442         (check_float): Likewise.
21443         (check_complex): Likewise.
21444         (check_int): Likewise.
21445         (check_long): Likewise.
21446         (check_bool): Likewise.
21447         (check_longlong): Likewise.
21448         (main): Don't print noXFails and noXPasses.
21449         * math/gen-libm-test.pl (top level): Don't mention expected
21450         failure handling in comment.
21451         (new_test): Don't handle expected failures.
21452         (parse_args): Don't mention expected failure handling in comment.
21453         (generate_testfile): Don't handle expected failures.
21454         (parse_ulps): Likewise.
21455         (print_ulps_file): Likewise.
21456         (get_failure): Remove function.
21457         (output_test): Don't handle expected failures.
21458         * make/README.libm-test: Don't mention expected failure handling.
21459
21460         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21461         (minus_zero): Likewise.
21462         (plus_infty): Likewise.
21463         (minus_infty): Likewise.
21464         (qnan_value): Likewise.
21465         (max_value): Likewise.
21466         (min_value): Likewise.
21467         (min_subnorm_value): Likewise.
21468         (initialize): Do not initialize those variables dynamically.
21469
21470 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21471
21472         * io/open.c (__open_2): Moved to ...
21473         * io/open_2.c: ... this new file.
21474         * io/open64.c (__open64_2): Moved to ...
21475         * io/open64_2.c: ... this new file.
21476         * io/openat.c (__openat_2): Moved to ...
21477         * io/openat_2.c: ... this new file.
21478         * io/openat64.c (__openat64_2): Moved to ...
21479         * io/openat64_2.c: ... this new file.
21480         * io/Makefile (routines): Add them.
21481         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21482         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21483         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21484         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21485         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21486         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21487         (__openat64): Add hidden_ver.
21488         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21489         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21490
21491         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21492         Separately conditionalize setting of GLRO(dl_sysinfo) so
21493         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21494         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21495
21496 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21497
21498         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21499         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21500         definition.
21501         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21502         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21503         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21504         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21505         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21506
21507 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21508
21509         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21510         test signgam value.
21511
21512         * math/libm-test.inc (hypot_test): Do not use
21513         IGNORE_ZERO_INF_SIGN.
21514
21515 2013-05-03  Andreas Jaeger  <aj@suse.de>
21516
21517         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21518         Linux 3.9.
21519         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21520         (PF_MAX): Adjust for VSOCK change.
21521
21522 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21523
21524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21525
21526 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21527
21528         [BZ #15264]
21529         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21530         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21531         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21532
21533 2013-05-02  David S. Miller  <davem@davemloft.net>
21534
21535         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21536
21537 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21538
21539         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21540
21541 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21542
21543         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21544
21545 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21546
21547         [BZ #14952]
21548         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21549         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21550         Use __attribute__ ((__gnu_inline__)).
21551         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21552         Don't use __attribute__ ((__gnu_inline__)).
21553
21554 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21555
21556         [BZ #15423]
21557         * math/s_catan.c (__catan): Handle small real or imaginary part of
21558         input specially to avoid spurious underflow.
21559         * math/s_catanf.c (__catanf): Likewise.
21560         * math/s_catanh.c (__catanh): Likewise.
21561         * math/s_catanhf.c (__catanhf): Likewise.
21562         * math/s_catanhl.c (__catanhl): Likewise.
21563         * math/s_catanl.c (__catanl): Likewise.
21564         * math/libm-test.inc (catan_test): Add more tests.
21565         (catanh_test): Likewise.
21566         * sysdeps/i386/fpu/libm-test-ulps: Update.
21567         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21568
21569 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21570
21571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21572
21573 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
21574
21575         [BZ #15416]
21576         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
21577         accurately for denominator in atan2.
21578         * math/s_catanf.c (__catanf): Likewise.
21579         * math/s_catanh.c (__catanh): Likewise.
21580         * math/s_catanhf.c (__catanhf): Likewise.
21581         * math/s_catanhl.c (__catanhl): Likewise.
21582         * math/s_catanl.c (__catanl): Likewise.
21583         * math/libm-test.inc (catan_test): Add more tests.
21584         (catanh_test): Likewise.
21585         * sysdeps/i386/fpu/libm-test-ulps: Update.
21586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21587
21588 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21589
21590         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
21591
21592         * benchtests/Makefile (bench): Remove slow benchmarks.
21593         * benchtests/atan-inputs: Add slow benchmark inputs.
21594         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
21595         (BENCH_FUNC): Accept variant offset.
21596         (VARIANT): Define.
21597         * benchtests/bench-skeleton.c (main): Run benchmark for each
21598         variant.
21599         * benchtests/cos-inputs: Add slow benchmark inputs.
21600         * benchtests/exp-inputs: Likewise.
21601         * benchtests/pow-inputs: Likewise.
21602         * benchtests/sin-inputs: Likewise.
21603         * benchtests/slowatan-inputs: Remove.
21604         * benchtests/slowatan.c: Remove.
21605         * benchtests/slowcos-inputs: Remove.
21606         * benchtests/slowcos.c: Remove.
21607         * benchtests/slowexp-inputs: Remove.
21608         * benchtests/slowexp.c: Remove.
21609         * benchtests/slowpow-inputs: Remove.
21610         * benchtests/slowpow.c: Remove.
21611         * benchtests/slowsin-inputs: Remove.
21612         * benchtests/slowsin.c: Remove.
21613         * benchtests/slowtan-inputs: Remove.
21614         * benchtests/slowtan.c: Remove.
21615         * benchtests/tan-inputs: Add slow benchmark inputs.
21616         * scripts/bench.pl: Parse comments and directives.
21617
21618         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
21619         in CPPFLAGS.
21620         ($(objpfx)bench-%.c): Remove *-ITER.
21621         * benchtests/bench-modf.c: Remove definition of ITER.
21622         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
21623         (main): Loop for DURATION seconds instead of fixed number of
21624         iterations.
21625         * scripts/bench.pl: Don't expect iterations in parameters.
21626
21627 2013-04-29  Roland McGrath  <roland@hack.frob.com>
21628
21629         * io/fchdir.c (__fchdir): Renamed from fchdir.
21630         (fchdir): Define as weak alias.
21631
21632 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21633
21634         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
21635         (ERRNO_EDOM): Likewise.
21636         (ERRNO_ERANGE): Likewise.
21637         (noErrnoTests): New variable.
21638         (init_max_error): Set errno to 0.
21639         (test_single_errno): New function.
21640         (test_errno): Likewise.
21641         (check_float_internal): Call test_errno.  Set errno to 0.
21642         (check_complex): Refer to errno tests in comment.
21643         (check_int): Call test_errno.  Set errno to 0.
21644         (check_long): Likewise.
21645         (check_bool): Likewise.
21646         (check_longlong): Likewise.
21647         (cos_test): Use ERRNO_* flags for errno tests instead of
21648         check_int.
21649         (expm1_test): Likewise.
21650         (fmod_test): Likewise.
21651         (ilogb_test): Likewise.
21652         (lgamma_test): Likewise.
21653         (pow_test): Likewise.
21654         (remainder_test): Likewise.
21655         (sin_test): Likewise.
21656         (tan_test): Likewise.
21657         (yn_test): Likewise.
21658         (initialize): Set errno to 0.
21659         (main): Print number of errno tests.
21660         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
21661
21662 2013-04-29  Andreas Jaeger  <aj@suse.de>
21663
21664         [BZ #15084]
21665         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
21666         and RES_USEVC.
21667
21668         [BZ #15085]
21669         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
21670         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
21671         unimplemented.
21672
21673         [BZ #15380]
21674         * stdlib/random.c (__initstate): Return NULL if
21675         __initstate fails.
21676
21677         [BZ #15086]
21678         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
21679         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
21680         RES_SNGLKUPREOP.
21681
21682 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21683
21684         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21685
21686 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21687
21688         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
21689         of individual tests.
21690         (casin_test): Likewise.
21691         (casinh_test): Likewise.
21692
21693 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
21694
21695         [BZ #15409]
21696         * math/s_catan.c (__catan): Handle arguments with large real or
21697         imaginary part separately without squaring.
21698         * math/s_catanf.c (__catanf): Likewise.
21699         * math/s_catanh.c (__catanh): Likewise.
21700         * math/s_catanhf.c (__catanhf): Likewise.
21701         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21702         and redefine.
21703         (__catanhl): Handle arguments with large real or imaginary part
21704         separately without squaring.
21705         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21706         and redefine.
21707         (__catanl): Handle arguments with large real or imaginary part
21708         separately without squaring.
21709         * math/libm-test.inc (catan_test): Add more tests.
21710         (catanh_test): Likewise.
21711         * sysdeps/i386/fpu/libm-test-ulps: Update.
21712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21713
21714 2013-04-27  Andreas Jaeger  <aj@suse.de>
21715
21716         [BZ #15007]
21717         * stdlib/stdlib.h: Update guards for qecvt.
21718         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
21719         <stdlib.h>.
21720
21721 2013-04-27  Allan McRae  <allan@archlinux.org>
21722
21723         * sysdeps/i386/fpu/libm-test-ulps: Update.
21724
21725 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
21726
21727         [BZ #15406]
21728         * math/s_catan.c: Include <float.h>.
21729         (__catan): Ensure underflow exception occurs for underflowed
21730         result.
21731         * math/s_catanf.c: Include <float.h>.
21732         (__catanf): Ensure underflow exception occurs for underflowed
21733         result.
21734         * math/s_catanh.c: Include <float.h>.
21735         (__catanh): Ensure underflow exception occurs for underflowed
21736         result.
21737         * math/s_catanhf.c: Include <float.h>.
21738         (__catanhf): Ensure underflow exception occurs for underflowed
21739         result.
21740         * math/s_catanhl.c: Include <float.h>.
21741         (__catanhl): Ensure underflow exception occurs for underflowed
21742         result.
21743         * math/s_catanl.c: Include <float.h>.
21744         (__catanl): Ensure underflow exception occurs for underflowed
21745         result.
21746         * math/libm-test.inc (catan_test): Add more tests.
21747         (catanh_test): Likewise.
21748
21749         [BZ #15405]
21750         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
21751         underflowed result.
21752         * math/s_ccoshf.c (__ccoshf): Likewise.
21753         * math/s_ccoshl.c (__ccoshl): Likewise.
21754         * math/s_csin.c (__csin): Likewise.
21755         * math/s_csinf.c (__csinf): Likewise.
21756         * math/s_csinh.c (__csinh): Likewise.
21757         * math/s_csinhf.c (__csinhf): Likewise.
21758         * math/s_csinhl.c (__csinhl): Likewise.
21759         * math/s_csinl.c (__csinl): Likewise.
21760         * math/libm-test.inc (ccos_test): Add more tests.
21761         (ccosh_test): Likewise.
21762         (csin_test): Likewise.
21763         (csinh_test): Likewise.
21764
21765 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21766
21767         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
21768         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
21769         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
21770         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
21771         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
21772         powerpc/power5+/fpu folders.
21773         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
21774
21775
21776 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
21777
21778         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21779
21780 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
21781
21782         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
21783         additions to variable.
21784         [$(config-machine) = x86_64] (modules-names): Likewise.
21785         ($(objpfx)tst-audit3): Remove dependency.
21786         ($(objpfx)tst-audit3.out): Likewise.
21787         ($(objpfx)tst-audit4): Likewise.
21788         ($(objpfx)tst-audit4.out): Likewise.
21789         ($(objpfx)tst-audit5): Likewise.
21790         ($(objpfx)tst-audit5.out): Likewise.
21791         ($(objpfx)tst-audit6): Likewise.
21792         ($(objpfx)tst-audit6.out): Likewise.
21793         ($(objpfx)tst-audit7): Likewise.
21794         ($(objpfx)tst-audit7.out): Likewise.
21795         (tst-audit3-ENV): Remove variable.
21796         (tst-audit4-ENV): Likewise.
21797         (tst-audit5-ENV): Likewise.
21798         (tst-audit6-ENV): Likewise.
21799         (tst-audit7-ENV): Likewise.
21800         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
21801         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
21802         addition to variable.
21803         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
21804         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
21805         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
21806         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
21807         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
21808         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
21809         tst-audit3, tst-audit4 and tst-audit5.
21810         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
21811         tst-audit6 and tst-audit7.
21812         [$(subdir) = elf] (modules-names): Add audit modules for those
21813         tests.
21814         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
21815         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
21816         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
21817         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
21818         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
21819         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
21820         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
21821         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
21822         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
21823         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
21824         [$(subdir) = elf] (tst-audit3-ENV): New variable.
21825         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
21826         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
21827         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
21828         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
21829         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21830         Likewise.
21831         [$(subdir) = elf && $(config-cflags-avx) = yes]
21832         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21833         [$(subdir) = elf && $(config-cflags-avx) = yes]
21834         (CFLAGS-tst-auditmod4a.c): Likewise.
21835         [$(subdir) = elf && $(config-cflags-avx) = yes]
21836         (CFLAGS-tst-auditmod4b.c): Likewise.
21837         [$(subdir) = elf && $(config-cflags-avx) = yes]
21838         (CFLAGS-tst-auditmod6b.c): Likewise.
21839         [$(subdir) = elf && $(config-cflags-avx) = yes]
21840         (CFLAGS-tst-auditmod6c.c): Likewise.
21841         [$(subdir) = elf && $(config-cflags-avx) = yes]
21842         (CFLAGS-tst-auditmod7b.c): Likewise.
21843         * elf/tst-audit3.c: Move to ...
21844         * sysdeps/x86_64/tst-audit3.c: ... here.
21845         * elf/tst-audit4.c: Move to ...
21846         * sysdeps/x86_64/tst-audit4.c: ... here.
21847         * elf/tst-audit5.c: Move to ...
21848         * sysdeps/x86_64/tst-audit5.c: ... here.
21849         * elf/tst-audit6.c: Move to ...
21850         * sysdeps/x86_64/tst-audit6.c: ... here.
21851         * elf/tst-audit7.c: Move to ...
21852         * sysdeps/x86_64/tst-audit7.c: ... here.
21853         * elf/tst-auditmod3a.c: Move to ...
21854         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21855         * elf/tst-auditmod3b.c: Move to ...
21856         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21857         * elf/tst-auditmod4a.c: Move to ...
21858         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21859         * elf/tst-auditmod4b.c: Move to ...
21860         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21861         * elf/tst-auditmod5a.c: Move to ...
21862         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21863         * elf/tst-auditmod5b.c: Move to ...
21864         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
21865         * elf/tst-auditmod6a.c: Move to ...
21866         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
21867         * elf/tst-auditmod6b.c: Move to ...
21868         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
21869         * elf/tst-auditmod6c.c: Move to ...
21870         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
21871         * elf/tst-auditmod7a.c: Move to ...
21872         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
21873         * elf/tst-auditmod7b.c: Move to ...
21874         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
21875
21876 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
21877
21878         [BZ #15366]
21879         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
21880         define unconditionally.
21881         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
21882         define unconditionally.
21883         (INT8_C, INT16_C, etc.): Likewise.
21884
21885 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
21886
21887         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
21888         __ehdr_start with hidden visibility.
21889
21890         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
21891
21892 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
21893
21894         * math/libm-test.inc (cos_test): Use accurate hex constants.
21895         (sincost_test): Likewise.
21896
21897 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
21898
21899         * math/libm-test.inc (catan_test): Add more tests.
21900         (catanh_test): Likewise.
21901
21902         * math/s_catanf.c (__catanf): Use suffixed floating-point
21903         constants.
21904         * math/s_catanhf.c (__catanhf): Likewise.
21905         * math/s_catanhl.c (__catanhl): Likewise.
21906         * math/s_catanl.c (__catanl): Likewise.
21907
21908         [BZ #15394]
21909         * math/s_catan.c (__catan): Calculate imaginary part of result
21910         with log1p not log unless computing log of number close to 0.
21911         * math/s_catanf.c (__catanf): Likewise.
21912         * math/s_catanl.c (__catanl): Likewise.
21913         * math/s_catanh.c (__catanh): Calculate real part of result with
21914         log1p not log unless computing log of number close to 0.
21915         * math/s_catanhf.c (__catanhf): Likewise.
21916         * math/s_catanhl.c (__catanhl): Likewise.
21917         * math/libm-test.inc (catan_test): Add more tests.
21918         (catanh_test): Likewise.
21919         * sysdeps/i386/fpu/libm-test-ulps: Update.
21920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21921
21922 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21923
21924         * benchtests/Makefile: Mention files in which fast and slow
21925         paths of math functions are implemented.
21926
21927 2013-04-23  Roland McGrath  <roland@hack.frob.com>
21928
21929         * sysdeps/posix/timespec_get.c: New file.
21930
21931 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21932
21933         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
21934         POWER.
21935         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
21936         for POWER.
21937         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
21938         powerpc/power5/fpu folders.
21939         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
21940         * benchtests/Makefile: Add modf testcase.
21941         * benchtests/bench-modf.c: New file: Benchmark test for mo
21942
21943 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21944
21945         [BZ #14888]
21946         * time/Makefile (tests): Add tst-strptime-whitespace.
21947         * time/strptime_l.c (get_number): Use ISSPACE.
21948         (__strptime_internal): Likewise.
21949         * time/tst-strptime-whitespace.c: New test case.
21950
21951 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
21952
21953         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
21954         member.
21955         (_nss_files_init): Set it here.
21956
21957 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
21958
21959         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
21960         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
21961         unsigned.
21962
21963 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
21964
21965         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
21966
21967 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21968
21969         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
21970         size just once.
21971
21972 2013-04-21  David S. Miller  <davem@davemloft.net>
21973
21974         * po/ru.po: Update Russion translation from translation project.
21975
21976 2013-04-17  Adam Conrad  <adconrad@0c3.net>
21977
21978         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
21979         and setfsgid.
21980
21981 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
21982
21983         * configure.in: Remove i386 configure warning. Remove i386 case.
21984         * configure: Regenerate.
21985         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
21986         Add example to error message.
21987         * sysdeps/i386/configure: Regenerate.
21988
21989 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21990
21991         * benchtests/Makefile (bench): Add cos, tan, slowcos and
21992         slowtan.
21993         * benchtests/cos-inputs: New file.
21994         * benchtests/slowcos-inputs: New file.
21995         * benchtests/slowcos.c: New file.
21996         * benchtests/slowtan-inputs: New file.
21997         * benchtests/slowtan.c: New file.
21998         * benchtests/tan-inputs: New file.
21999
22000 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22001
22002         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22003         considered kosher.
22004
22005 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22006
22007         * benchtests/Makefile: Include cppflags-iterator.mk to add
22008         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22009
22010         * Makefile.in (bench-clean): New target.
22011         * benchtests/Makefile (bench-clean): Likewise.
22012
22013 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22014
22015         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22016
22017 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22018
22019         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22020
22021 2013-04-15  Andreas Schwab  <schwab@suse.de>
22022
22023         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22024         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22025         * nscd/pwdcache.c (cache_addpw): Likewise.
22026         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22027         more than recsize.
22028
22029 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22030
22031         * benchtests/Makefile (bench): Write all output to
22032         bench-out.tmp together.
22033
22034 2013-04-15  Andreas Schwab  <schwab@suse.de>
22035
22036         * nscd/nscd.c (main): Don't fork again after closing files.
22037
22038 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22039
22040         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22041
22042         * benchtests/Rules (bench-deps): Collect dependencies into a
22043         single variable.  Add Makefile to dependencies.
22044         ($(objpfx)bench-%.c): Depend on bench-deps.
22045
22046 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22047             Xavier Roche  <roche+kml2@exalead.com>
22048
22049         [BZ #15361]
22050         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22051         just that it's a file descriptor.
22052         * manual/llio.texi (Synchronizing AIO Operations): Update description
22053         for EBADF error from aio_fsync.
22054
22055 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22056
22057         * Rules (bench): Move target definition...
22058         * benchtests/Makefile: ... here.
22059
22060 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22061
22062         * math/libm-test.inc (cos_test): Fix PI/2 test.
22063         (sincos_test): Likewise.
22064         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22065         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22066
22067 2013-04-11  Andreas Schwab  <schwab@suse.de>
22068
22069         [BZ #13988]
22070         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22071         accept exponent character only when digits were seen.
22072         * stdio-common/Makefile (tests): Add bug26.
22073         * stdio-common/bug26.c: New file.
22074
22075         [BZ #14293]
22076         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22077         non-freeable.
22078
22079 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22080
22081         * Makeconfig (rtld-prefix): Define built linker prefix.
22082         * Rules (run-bench): Use it.
22083         * math/Makefile (run-regen-ulps): Likewise.
22084
22085         * Rules (bench): Remove eval.
22086
22087 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22088             Roland McGrath  <roland@hack.frob.com>
22089             Ondrej Bilka  <neleai@seznam.cz>
22090
22091         [BZ #15346]
22092         * time/getdate.c: Include ctype.h and alloca.h.
22093         (__getdate_r): Trim leading and trailing spaces of input.
22094         * time/tst-getdate.c (tests): Add tests with leading and
22095         trailing spaces.
22096
22097 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22098
22099         [BZ #14280]
22100         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22101         when computing value.
22102
22103 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22104
22105         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22106         Use testrun.sh to run libm tests.
22107
22108         [BZ #15309]
22109         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22110
22111 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22112
22113         [BZ #15264]
22114         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22115
22116 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22117
22118         * Makefile.in (regen-ulps): New target.
22119         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22120         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22121         [ifneq (no,$(PERL)] (regen-ulps): New target.
22122         [ifeq (no,$(PERL)] (regen-ulps): New target.
22123         * math/libm-test.inc (ulps_file_name): Define.
22124         (output_dir): New variable.
22125         (options): Add "output-dir" option.
22126         (parse_opt): Handle 'o' case.
22127         (main): If output_dir is non-NULL use it as a prefix
22128         otherwise use "".
22129         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22130
22131 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22132
22133         [BZ #10060, #10062]
22134         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22135         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22136         fail configure if __sync_val_compare_and_swap is not inlined.
22137         * sysdeps/i386/configure: Regenerate.
22138         * configure.in: Build for i686 when configured for i386.
22139         * configure: Regenerate.
22140         * README: Remove i386 reference.
22141
22142 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22143
22144         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22145         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22146
22147 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22148
22149         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22150         (lmsnanval): New variables.
22151         (F): Add conversion tests.
22152         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22153         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22154
22155         * stdio-common/tstdiomisc.c (F): Properly collect individual
22156         tests' results.
22157
22158         [BZ #14686, #15336]
22159         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22160         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22161         Instead, use input NaN values or generate a qNaN by arithmetic
22162         operation.  Also fix bugs to comply with the standard.
22163         * math/libm-test.inc (remainder_test): Add more tests.
22164
22165         [BZ #15335, #15342]
22166         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22167         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22168         input NaN values or generate a qNaN by arithmetic operation.
22169
22170         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22171         unreachable code.
22172
22173         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22174         definitions.
22175
22176 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22177
22178         [BZ #14478]
22179         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22180         underflowed result.
22181         * math/s_cexpf.c (__cexpf): Likewise.
22182         * math/s_cexpl.c (__cexpl): Likewise.
22183         * math/libm-test.inc (cexp_test): Add more tests.
22184
22185 2013-04-03  Andreas Schwab  <schwab@suse.de>
22186
22187         [BZ #15330]
22188         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22189         order arrays from heap if bigger than alloca cutoff.
22190
22191 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22192
22193         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22194         (SNAN_TESTS_double): Refer to GCC PR56831.
22195         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22196         GCC PR56828.
22197
22198 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22199
22200         * Rules (bench): Move bench.out after the run is complete.
22201
22202         * Rules (bench): Echo currently running benchmark.
22203
22204         * benchtests/Makefile (bench): Add atan and slowatan.
22205         * benchtests/atan-inputs: New file.
22206         * benchtests/slowatan-inputs: New file.
22207         * benchtests/slowatan.c: New file.
22208
22209         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22210         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22211         its value.
22212
22213         [BZ #15305]
22214         * sysdeps/unix/sysv/linux/kernel-features.h
22215         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22216         __ASSUME_XFS_RESTRICTED_CHOWN.
22217         * sysdeps/unix/sysv/linux/pathconf.c
22218         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22219         Save and restore errno.
22220
22221 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22222
22223         [BZ #15327]
22224         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22225         arguments using __kernel_casinh.
22226         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22227         arguments using __kernel_casinhf.
22228         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22229         arguments using __kernel_casinhl.
22230         * math/libm-test.inc (cacosh_test): Add more tests.
22231         * sysdeps/i386/fpu/libm-test-ulps: Update.
22232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22233
22234 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22235
22236         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22237         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22238
22239         * bench/Makefile (bench): Add sin and slowsin.
22240         * benchtests/sin-inputs: New file.
22241         * benchtests/slowsin-inputs: New file.
22242         * benchtests/slowsin.c: New file.
22243
22244         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22245         (bench): Add slowexp and slowpow.
22246         (exp-ITER): Increase iterations.
22247         (pow-ITER): Likewise.
22248         * benchtests/exp-inputs: Change input.
22249         * benchtests/pow-inputs: Likewise.
22250         * benchtests/slowexp-inputs: New file.
22251         * benchtests/slowexp.c: New file.
22252         * benchtests/slowpow-inputs: New file.
22253         * benchtests/slowpow.c: New file.
22254
22255 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22256
22257         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22258         instructions.
22259         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22260         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22261         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22262         * benchtests/Makefile: Add rint benchtest.
22263         * benchtests/rint-inputs: Input for rint benchtest.
22264
22265 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22266
22267         * Versions.def (libm): Add GLIBC_2.18.
22268         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22269         hidden libm prototypes.
22270         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22271         * math/Makefile (libm-calls): Add s_issignaling.
22272         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22273         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22274         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22275         declaration.
22276         * math/math.h [__USE_GNU] (issignaling): New macro.
22277         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22278         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22279         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22280         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22281         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22282         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22283         * manual/arith.texi (issignaling): New section.
22284         * manual/libm-err-tab.pl (@all_functions): Update comment.
22285         * math/gen-libm-test.pl (parse_args): Apply special handling for
22286         issignaling.
22287         * math/libm-test.inc (print_float, issignaling_test): New
22288         functions.
22289         (check_float_internal): Add issignaling checks.
22290         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22291         default definition.
22292         * sysdeps/powerpc/math-tests.h: New file.
22293         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22294         tests.
22295         * math/test-snan.c (TEST_FUNC): Likewise.
22296
22297 2013-03-30  David S. Miller  <davem@davemloft.net>
22298
22299         * po/de.po: Update from translation team.
22300
22301 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22302
22303         [BZ #10357]
22304         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22305         imaginary part less than 1.0 and real part less than 0.5
22306         specially.
22307         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22308         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22309         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22310         (cacos_test): Add more tests.
22311         (casin_test): Likewise.
22312         (casinh_test): Likewise.
22313         * sysdeps/i386/fpu/libm-test-ulps: Update.
22314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22315
22316 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22317
22318         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22319         ONE with its value.
22320
22321         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22322         (__pow_mp): Replace ONE and MONE with their values.
22323         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22324         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22325         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22326         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22327         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22328         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22329
22330         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22331
22332         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22333         (__pow_mp): Replace ZERO and MZERO with their values.
22334         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22335         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22336         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22337         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22338         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22339         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22340         (__sqr): Likewise.
22341
22342         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22343
22344         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22345
22346 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22347
22348         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22349         Declare with __attribute__ ((weak)).
22350         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22351         Call __call_tls_dtors only if it's not NULL.
22352
22353 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22354
22355         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22356         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22357         magic __ehdr_start linker symbol if it's defined.
22358         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22359         them up here if it was already done.
22360
22361         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22362         (_dl_aux_init): Use const in cast when setting it.
22363         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22364         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22365         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22366
22367         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22368         Declare them here.
22369         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22370         * csu/libc-tls.c: Nor here.
22371         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22372
22373         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22374         (__libc_message): Never call vsyslog.
22375
22376 2013-03-28  Alan Modra  <amodra@gmail.com>
22377
22378         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22379         Define as empty.
22380         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22381         Likewise.
22382
22383 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22384
22385         [BZ #15214]
22386         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22387         underflow.
22388         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22389
22390 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22391
22392         [BZ #15304]
22393         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22394         Don't add gid passed as argument.
22395
22396         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22397
22398 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22399
22400         [BZ #15307]
22401         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22402         imaginary part between 1.0 and 1.5 and real part less than 0.5
22403         specially.
22404         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22405         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22406         * math/libm-test.inc (cacos_test): Add more tests.
22407         (casin_test): Likewise.
22408         (casinh_test): Likewise.
22409         * sysdeps/i386/fpu/libm-test-ulps: Update.
22410         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22411
22412 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22413
22414         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22415         constants.
22416         (norm): Likewise.
22417         (denorm): Likewise.
22418         (__dbl_mp): Likewise.
22419         (add_magnitudes): Likewise.
22420         (sub_magnitudes): Likewise.
22421         (__add): Likewise.
22422         (__sub): Likewise.
22423         (__mul): Likewise.
22424         (__sqr): Likewise.
22425         (__inv): Likewise.
22426         (__dvd): Likewise.
22427
22428         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22429         commented code.
22430         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22431         (__dubcos): Likewise.
22432         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22433         (__ieee754_acos): Likewise.
22434         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22435         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22436         (__exp1): Likewise.
22437         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22438         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22439         (log1): Likewise.
22440         (my_log2): Likewise.
22441         (checkint): Likewise.
22442         * sysdeps/ieee754/dbl-64/e_remainder.c
22443         (__ieee754_remainder): Likewise.
22444         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22445         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22446         (bsloww): Likewise.
22447         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22448
22449         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22450         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22451         MANTISSA_STORE_T to store computations on mantissa.  Use
22452         macros for rounding and division.
22453         (denorm): Likewise.
22454         (__dbl_mp): Likewise.
22455         (add_magnitudes): Likewise.
22456         (sub_magnitudes): Likewise.
22457         (__mul): Likewise.
22458         (__sqr): Likewise.
22459         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22460         powers of two in terms of TWOPOW macro.
22461         (mp_no): Make type of mantissa as MANTISSA_T.
22462         [!RADIXI]: Define RADIXI.
22463         [!TWO52]: Define TWO52.
22464         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22465
22466 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22467
22468         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22469         llroundl symbol when building for PPC32.
22470
22471 2013-03-24  Mark H Weaver  <mhw@netris.org>
22472
22473         * manual/arith.texi (Normalization Functions): Fix prototypes for
22474         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22475
22476 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22477
22478         [BZ #13889]
22479         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22480         high value to check if expl overflow.
22481         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22482         to check for underflow and overflow.
22483         * math/libm-test.inc: Add exp test.
22484
22485 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22486
22487         [BZ #11120]
22488         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22489         with NOT_IN_libc.
22490
22491 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22492
22493         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22494         symbol.
22495
22496 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22497
22498         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22499         wrap blocks consisting of several statements.
22500
22501         * sysdeps/generic/math-tests.h: New file.
22502         * sysdeps/i386/fpu/math-tests.h: Likewise.
22503         * math/test-snan.c: Include it.
22504         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22505
22506 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22507
22508         [BZ #15285]
22509         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22510         (__ieee754_j0l): Do not improve calculations using cos of twice
22511         input for inputs above LDBL_MAX / 2.0L.
22512         (__ieee754_y0l): Likewise.
22513         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22514         (__ieee754_j1l): Do not improve calculations using cos of twice
22515         input for inputs above LDBL_MAX / 2.0L.
22516         (__ieee754_y1l): Likewise.
22517         * math/libm-test.inc (j0_test): Add another test.
22518         (j1_test): Likewise.
22519         (y0_test): Likewise.
22520         (y1_test): Likewise.
22521         * sysdeps/i386/fpu/libm-test-ulps: Update.
22522
22523 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22524
22525         * Rules ($(objpfx)bench-%.c): Include code from a C source
22526         file.
22527
22528 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22529
22530         [BZ #15287]
22531         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22532         imaginary part 1.0 and real part less than 0.5 specially.
22533         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22534         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22535         * math/libm-test.inc (cacos_test): Add more tests.
22536         (casin_test): Likewise.
22537         (casinh_test): Likewise.
22538         * sysdeps/i386/fpu/libm-test-ulps: Update.
22539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22540
22541 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22542
22543         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22544         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22545
22546 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22547
22548         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22549         * config.make.in (config-cflags-sse4): Remove variable.
22550         (config-cflags-avx): Likewise.
22551         (config-cflags-sse2avx): Likewise.
22552         (config-cflags-novzeroupper): Likewise.
22553         (config-asflags-i686): Likewise.
22554         (have-mfma4): Likewise.
22555         (have-as-vis3): Likewise.
22556         (MIG): Likewise.
22557         * configure.in (MIG): Do not AC_SUBST.
22558         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22559         (libc_cv_cc_sse4): Do not AC_SUBST.
22560         (libc_cv_cc_avx): Likewise.
22561         (libc_cv_cc_sse2avx): Likewise.
22562         (libc_cv_cc_novzeroupper): Likewise.
22563         (libc_cv_cc_fma4): Likewise.
22564         (libc_cv_as_i686): Likewise.
22565         (libc_cv_sparc_as_vis3): Likewise.
22566         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
22567         LIBC_CONFIG_VAR.
22568         (config-asflags-i686): Likewise.
22569         (config-cflags-avx): Likewise.
22570         (config-cflags-sse2avx): Likewise.
22571         (have-mfma4): Likewise.
22572         (config-cflags-novzeroupper): Likewise.
22573         * sysdeps/mach/configure.in (MIG): Likewise.
22574         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
22575         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
22576         LIBC_CONFIG_VAR.
22577         (config-cflags-avx): Likewise.
22578         (config-cflags-sse2avx): Likewise.
22579         (have-mfma4): Likewise.
22580         (config-cflags-novzeroupper): Likewise.
22581         * configure: Regenerated.
22582         * sysdeps/i386/configure: Likewise.
22583         * sysdeps/mach/configure: Likewise.
22584         * sysdeps/sparc/configure: Likewise.
22585         * sysdeps/x86_64/configure: Likewise.
22586
22587 2013-03-20  Roland McGrath  <roland@hack.frob.com>
22588
22589         [BZ #14812]
22590         * locale/programs/localedef.c (options): Put N_ translation marker
22591         on argument names, not just descriptions.
22592
22593 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22594
22595         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
22596
22597 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
22598
22599         [BZ #14176]
22600         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
22601
22602 2013-03-19  Roland McGrath  <roland@hack.frob.com>
22603
22604         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
22605         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
22606         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
22607         [!BEFORE_ABORT] (before_abort): New function.
22608         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
22609         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
22610         (writev_for_fatal): New function.
22611         (WRITEV_FOR_FATAL): New macro; call that.
22612         (backtrace_and_maps): New function.
22613         (BEFORE_ABORT): New macro; call that.
22614         (struct str_list): Type removed.
22615         (__libc_message, __libc_fatal): Functions removed.
22616         Include <sysdeps/posix/libc_fatal.c> instead.
22617
22618 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
22619
22620         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
22621         constants.
22622         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
22623         double constants.
22624
22625 2013-03-19  Andreas Schwab  <schwab@suse.de>
22626
22627         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
22628         * sysdeps/gnu/configure: Regenerate.
22629
22630         * configure.in: Substitute libc_cv_rtlddir.
22631         * configure: Regenerate.
22632         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
22633         * Makeconfig (rtlddir, inst_rtlddir): New variables.
22634         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
22635         * elf/Makefile (install-others, CFLAGS-interp.c)
22636         (ldso_install, common-ldd-rewrite): Likewise.
22637         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
22638         $(inst_slibdir)/$(rtld-installed-name).
22639         * scripts/rellns-sh: Add -p option.
22640         * Makerules (make-shlib-link): Use rellns-sh to get relative name
22641         for source.
22642
22643 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22644
22645         * manual/nptl.texi: Renamed to ...
22646         * manual/threads.texi: ... this.
22647         * manual/Makefile (chapters): Update.
22648
22649 2013-03-18  Roland McGrath  <roland@hack.frob.com>
22650
22651         [BZ #14812]
22652         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
22653         on argument names, not just descriptions.
22654         * malloc/memusagestat.c (options): Likewise.
22655         * nss/getent.c (options): Likewise.
22656
22657 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
22658
22659         [BZ #14812]
22660         * iconv/iconv_prog.c (options): Put N_ translation marker
22661         on argument names, not just descriptions.
22662         * iconv/iconvconfig.c (options): Likewise.
22663
22664 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
22665
22666         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
22667         implementation which is faster on all x86_64 architectures.
22668         Tested on AMD, Intel Nehalem, SNB, IVB.
22669         * sysdeps/x86_64/strnlen.S: Likewise.
22670
22671         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22672         Remove all multiarch strlen and strnlen versions.
22673         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
22674         Remove strlen and strnlen related parts.
22675
22676         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
22677         Inline strlen part.
22678         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
22679
22680         * sysdeps/x86_64/multiarch/strlen.S: Remove.
22681         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
22682         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
22683         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
22684         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
22685         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
22686
22687 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
22688
22689         * manual/memory.texi (Malloc Tunable Parameters):
22690         Sort parameters alphabetically. Add comments for missing entries.
22691
22692 2013-03-17  David S. Miller  <davem@davemloft.net>
22693
22694         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22695
22696 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
22697
22698         [BZ #15283]
22699         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
22700         for arguments at most half maximum finite value.
22701         * math/libm-test.inc (j0_test): Add more tests.
22702         (j1_test): Likewise.
22703         (y0_test): Likewise.
22704         (y1_test): Likewise.
22705         * sysdeps/i386/fpu/libm-test-ulps: Update.
22706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22707
22708         [BZ #14155]
22709         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
22710         1 / x and functions P and Q for arguments above 0x1p256L.
22711         (__ieee754_y0l): Likewise.
22712         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
22713         (__ieee754_y1l): Likewise.
22714         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
22715         (j1_test): Likewise.
22716         (y0_test): Likewise.
22717         (y1_test): Likewise.
22718
22719 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
22720
22721         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
22722         variable.
22723
22724 2013-03-15  Roland McGrath  <roland@hack.frob.com>
22725
22726         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
22727         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
22728         zero since it's initialized to EXEC_PAGESIZE.
22729
22730         * sysdeps/unix/sysv/linux/ldsodefs.h
22731         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
22732         * sysdeps/generic/ldsodefs.h: ... here.
22733
22734 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
22735
22736         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
22737
22738         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
22739         math/test-snan.c.
22740         * math/test-snan.c: Renamed from
22741         sysdeps/powerpc/fpu/test-powerpc-snan.c.
22742         * math/Makefile (tests): Add test-snan.
22743         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
22744         test-powerpc-snan.
22745
22746         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
22747         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
22748         functions.
22749         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
22750         __builtin_nan family of functions.
22751         * math/libm-test.inc (initialize): Initialize qnan_value with
22752         __builtin_nan family of functions.
22753         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
22754         Remove variables.
22755         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
22756         Remove functions.
22757         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
22758         storage class.  Initialize qNaN_var and sNaN_var with
22759         __builtin_nan and __builtin_nans families of functions,
22760         respectively.
22761
22762         * math/libm-test.inc (acosh_test): Also test with qNaN input.
22763         (sqrt_test): Remove duplicate test with qNaN input.
22764         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
22765         (round_test, signbit_test, significand_test): Note missing +/-Inf
22766         as well as qNaN tests.
22767
22768         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
22769         qNaN_var.  Fix a few strings, too.
22770         * math/libm-test.inc (nan_value): Rename to qnan_value.
22771         * math/gen-libm-test.pl (%beautify): Adjust to that.
22772         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
22773         * math/test-misc.c (main): Likewise.
22774         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
22775         to __qnan_bytes, and __qnan_union, respectively.
22776         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
22777         Likewise.
22778         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
22779         and lqnanval, respectively.
22780         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
22781         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
22782         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
22783         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
22784
22785         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
22786         * math/test-misc.c (main) [__x86_64__]: Enable test for long
22787         doubles.
22788
22789         * math/test-misc.c (main): Fix copy'n'pastos.
22790         * misc/tst-efgcvt.c (special): Likewise.
22791
22792         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
22793         Remove declarations.
22794
22795 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22796
22797         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
22798         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
22799         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
22800         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
22801
22802 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22803
22804         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
22805         macro to return vdso values correctly in IFUNC implementations.
22806         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
22807         Optimization by using IFUNC.
22808
22809 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22810             Richard Henderson  <rth@redhat.com>
22811             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22812
22813         * Makefile.in (bench): New target.
22814         * NEWS: Mention the benchmark framework.
22815         * Rules (bench): Likewise.
22816         (binaries-bench): Generate binaries for functions to
22817         benchmark.
22818         * benchtests/Makefile: New makefile for benchmark tests.
22819         * benchtests/bench-skeleton.c: New skeleton file for benchmark
22820         programs.
22821         * benchtests/exp-inputs: New input file for EXP function.
22822         * benchtests/pow-inputs: New input file for POW function.
22823         * scripts/bench.pl: New script to generate source files for
22824         benchmark programs.
22825
22826 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22827
22828         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22829         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22830         computations on mantissa.  Use macros for rounding and
22831         division.
22832         (denorm): Likewise.
22833         (__dbl_mp): Likewise.
22834         (add_magnitudes): Likewise.
22835         (sub_magnitudes): Likewise.
22836         (__mul): Likewise.
22837         (__sqr): Likewise.
22838         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22839         powers of two in terms of TWOPOW macro.
22840         (mp_no): Make type of mantissa as MANTISSA_T.
22841         [!RADIXI]: Define RADIXI.
22842         [!TWO52]: Define TWO52.
22843         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22844
22845         * manual/nptl.texi (cindex): Modify threads to pthreads.
22846
22847 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22848
22849         * sysdeps/x86_64/preconfigure: Regenerated.
22850
22851 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22852
22853         [BZ #14155]
22854         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22855         0x1p28 and above.
22856         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22857         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22858         0x1p28 and above.
22859         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22860         * math/libm-test.inc (j0_test): Do not allow one spurious
22861         underflow exception.
22862         (y1_test): Likewise.
22863
22864 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22865
22866         * manual/Makefile (chapters): Add nptl.
22867         * manual/debug.texi (Debugging Support): Add link to Threads
22868         chapter.
22869         * manual/nptl.texi: New file.
22870
22871         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
22872
22873 2013-03-14  Petr Baudis  <pasky@ucw.cz>
22874
22875         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
22876         for non-NULL pointer before the memory validity test. Pointed
22877         out by Holger Brunck <holger.brunck@keymile.com>.
22878
22879 2013-03-13  Andreas Schwab  <schwab@suse.de>
22880
22881         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
22882         instead of .os.
22883
22884 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
22885
22886         * timezone/zic.c: Update from tzcode 2013b.
22887
22888 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
22889
22890         * manual/install.texi (Configuring and compiling):
22891         Mention i686 and i586.
22892         * INSTALL: Regenerate.
22893
22894 2013-03-12  Roland McGrath  <roland@hack.frob.com>
22895
22896         * sysdeps/init_array/elf-init.c: New file.
22897         * csu/elf-init.c
22898         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
22899         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
22900
22901         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
22902         __gmon_start__ as global, but as static with a .preinit_array pointer.
22903         * sysdeps/init_array/gmon-start.c: New file.  Use that.
22904         * sysdeps/init_array/crti.S: New file, empty except for comments.
22905         * sysdeps/init_array/crtn.S: Likewise.
22906
22907 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
22908
22909         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
22910         definining bcopy.
22911         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22912         Remove Prefer_SSE_for_memop.
22913         * sysdeps/x86_64/multiarch/init-arch.h: Remove
22914         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
22915         HAS_PREFER_SSE_FOR_MEMOP.
22916         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
22917         memset-x86-64.
22918         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22919         Remove bzero, memset ifunc support.
22920         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
22921         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
22922         * sysdeps/x86_64/multiarch/memset.S: Likewise.
22923         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22924
22925 2013-03-11  Andreas Schwab  <schwab@suse.de>
22926
22927         [BZ #15234]
22928         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
22929         by SHLIB_COMPAT.
22930         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
22931         (GLIBC_2.16): Remove pthread_atfork.
22932
22933 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
22934
22935         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
22936         (ptestcases.h): Likewise.
22937
22938 2013-03-08  Roland McGrath  <roland@hack.frob.com>
22939
22940         * Makeconfig ($(common-objpfx)config.status): Depend on
22941         sysdeps/*/preconfigure{,.in} too.
22942
22943 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
22944
22945         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
22946         (__free_hook): Use void * instead of __malloc_ptr_t.
22947         (__malloc_hook): Likewise.
22948         (__realloc_hook): Likewise.
22949         (__memalign_hook): Likewise.
22950         (__after_morecore_hook): Likewise.
22951         * malloc/arena.c (save_malloc_hook): Likewise.
22952         (save_free_hook): Likewise.
22953         * malloc/hooks.c (malloc_hook_ini): Likewise.
22954         (realloc_hook_ini): Likewise.
22955         (memalign_hook_ini): Likewise.
22956         * malloc/malloc.c (malloc_hook_ini): Likewise.
22957         (realloc_hook_ini): Likewise.
22958         (memalign_hook_ini): Likewise.
22959         (__free_hook): Likewise.
22960         (__malloc_hook): Likewise.
22961         (__realloc_hook): Likewise.
22962         (__memalign_hook): Likewise.
22963         (__libc_malloc): Likewise.
22964         (__libc_free): Likewise.
22965         (__libc_realloc): Likewise.
22966         (__libc_memalign): Likewise.
22967         (__libc_valloc): Likewise.
22968         (__libc_pvalloc): Likewise.
22969         (__libc_calloc): Likewise.
22970         (__posix_memalign): Likewise.
22971         * malloc/morecore.c (__sbrk): Likewise.
22972         (__default_morecore): Likewise.
22973
22974         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
22975
22976         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
22977         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
22978         __malloc_ptrdiff_t.
22979
22980         * malloc/malloc.h (__malloc_size_t): Remove macro.
22981         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
22982         __malloc_size_t.
22983         (old_memalign_hook): Likewise.
22984         (old_realloc_hook): Likewise.
22985         (struct hdr): Likewise.
22986         (flood): Likewise.
22987         (mallochook): Likewise.
22988         (memalignhook): Likewise.
22989         (reallochook): Likewise.
22990         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
22991         (tr_old_realloc_hook): Likewise.
22992         (tr_old_memalign_hook): Likewise.
22993         (tr_mallochook): Likewise.
22994         (tr_reallochook): Likewise.
22995         (tr_memalignhook): Likewise.
22996
22997 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22998
22999         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23000         default_ldbl_pack and using as default implementation.
23001         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23002         implementation.
23003         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23004         redundant definition.
23005         (ldbl_insert_mantissa): Likewise.
23006         (ldbl_canonicalize): Likewise.
23007         (ldbl_nearbyint): Likewise.
23008         (ldbl_pack): Rename to ldbl_pack_ppc.
23009         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23010         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23011         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23012
23013 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23014
23015         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23016         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23017         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23018         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23019         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23020         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23021         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23022         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23023
23024 2013-03-07  Andreas Jaeger  <aj@suse.de>
23025
23026         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23027         bits/mman-linux.h.
23028
23029 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23030
23031         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23032         Include mpa.h and declare __MPEXP.
23033         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23034         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23035         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23036         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23037         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23038         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23039         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23040
23041         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23042         (__slowpow): Use long double EXPL and LOGL functions to
23043         compute POW.
23044         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23045         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23046         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23047         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23048         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23049         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23050
23051         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23052         intermediate variable to calculate exponent.
23053         (__sqr): Likewise.
23054         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23055         Likewise.
23056         (__sqr): Likewise.
23057
23058         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23059         [!NO__SQR]: Define __sqr.
23060         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23061         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23062         sysdeps/ieee754/dbl-64/mpa.c.
23063         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23064
23065         [BZ #12723]
23066         * posix/Makefile (tests): Add tst-pathconf.
23067         * posix/tst-pathconf.c: New test case.
23068         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23069         _PC_PIPE_BUF.
23070         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23071
23072 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23073
23074         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23075
23076 2013-03-06  Andreas Jaeger  <aj@suse.de>
23077
23078         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23079         definition via __MAP_ANONYMOUS.
23080
23081         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23082         it's not part of Linux headers.
23083
23084         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23085         (MAP_HUGE_MASK): Define.
23086
23087         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23088         Define.
23089         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23090         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23091         Define.
23092         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23093         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23094         Define.
23095         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23096         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23097         Define.
23098         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23099
23100         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23101         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23102         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23103         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23104         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23105         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23106
23107         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23108         Handle f2fs.
23109
23110         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23111         Handle f2fs and efivarfs.
23112
23113         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23114         f2fs.
23115
23116         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23117         (EFIVARFS_MAGIC): Add.
23118         (F2FS_LINK_MAX): Add.
23119
23120 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23121
23122         * stdio-common/vfprintf.c: Replace __builtin_expect with
23123         __glibc_unlikely.
23124
23125 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23126
23127         [BZ #13550]
23128         * sysdeps/generic/bp-sym.h: Remove file.
23129         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23130         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23131         <bp-sym.h> and <bp-asm.h>.
23132         (__longjmp): Don't use BP_SYM.
23133         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23134         and <bp-asm.h>.
23135         (memcpy): Don't use BP_SYM.
23136         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23137         <bp-sym.h> and <bp-asm.h>.
23138         (memcpy): Don't use BP_SYM.
23139         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23140         <bp-asm.h>.
23141         (memcpy): Don't use BP_SYM.
23142         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23143         <bp-asm.h>.
23144         (memset): Don't use BP_SYM.
23145         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23146         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23147         (__bzero): Don't use BP_SYM.
23148         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23149         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23150         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23151         <bp-sym.h> and <bp-asm.h>.
23152         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23153         pointers.
23154         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23155         <bp-sym.h> and <bp-asm.h>.
23156         (memcpy): Don't use BP_SYM.
23157         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23158         <bp-sym.h> and <bp-asm.h>.
23159         (memset): Don't use BP_SYM.
23160         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23161         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23162         (__bzero): Don't use BP_SYM.
23163         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23164         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23165         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23166         <bp-sym.h> and <bp-asm.h>.
23167         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23168         pointers.
23169         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23170         <bp-sym.h> and <bp-asm.h>.
23171         (memcpy): Don't use BP_SYM.
23172         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23173         <bp-sym.h> and <bp-asm.h>.
23174         (memset): Don't use BP_SYM.
23175         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23176         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23177         (__bzero): Don't use BP_SYM.
23178         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23179         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23180         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23181         <bp-sym.h> and <bp-asm.h>.
23182         (__memchr): Don't use BP_SYM.
23183         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23184         <bp-sym.h> and <bp-asm.h>.
23185         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23186         pointers.
23187         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23188         <bp-sym.h> and <bp-asm.h>.
23189         (memcpy): Don't use BP_SYM.
23190         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23191         <bp-sym.h> and <bp-asm.h>.
23192         (__mempcpy): Don't use BP_SYM.
23193         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23194         <bp-sym.h> and <bp-asm.h>.
23195         (__memrchr): Don't use BP_SYM.
23196         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23197         <bp-sym.h> and <bp-asm.h>.
23198         (memset): Don't use BP_SYM.
23199         (__bzero): Likewise.
23200         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23201         <bp-sym.h> and <bp-asm.h>.
23202         (__rawmemchr): Don't use BP_SYM.
23203         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23204         <bp-sym.h> and <bp-asm.h>.
23205         (__STRCMP): Don't use BP_SYM.
23206         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23207         <bp-sym.h> and <bp-asm.h>.
23208         (strchr): Don't use BP_SYM.
23209         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23210         <bp-sym.h> and <bp-asm.h>.
23211         (__strchrnul): Don't use BP_SYM.
23212         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23213         <bp-sym.h> and <bp-asm.h>.
23214         (strlen): Don't use BP_SYM.
23215         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23216         <bp-sym.h> and <bp-asm.h>.
23217         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23218         pointers.
23219         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23220         <bp-sym.h> and <bp-asm.h>.
23221         (__strnlen): Don't use BP_SYM.
23222         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23223         <bp-sym.h> and <bp-asm.h>.
23224         (__GI__setjmp): Don't use BP_SYM.
23225         (_setjmp): Likewise.
23226         (__sigsetjmp): Likewise.
23227         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23228         (L(start_addresses)): Don't use BP_SYM.
23229         (_start): Likewise.
23230         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23231         <bp-asm.h>.
23232         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23233         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23234         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23235         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23236         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23237         <bp-asm.h>.
23238         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23239         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23240         about bounded pointers.
23241         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23242         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23243         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23244         <bp-asm.h>.
23245         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23246         about bounded pointers.  Remove GKM FIXME comments.
23247         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23248         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23249         <bp-asm.h>.
23250         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23251         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23252         Remove GKM FIXME comments.
23253         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23254         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23255         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23256         <bp-asm.h>.
23257         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23258         about bounded pointers.  Remove GKM FIXME comment.
23259         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23260         and <bp-asm.h>.
23261         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23262         pointers.
23263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23264         <bp-sym.h> and <bp-asm.h>.
23265         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23267         <bp-sym.h> and <bp-asm.h>.
23268         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23269         comment.
23270
23271 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23272
23273         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23274         call free(NULL).
23275
23276 2013-03-05  David S. Miller  <davem@davemloft.net>
23277
23278         * po/es.po: Update from translation team.
23279
23280 2013-03-05  Andreas Jaeger  <aj@suse.de>
23281
23282         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23283         <bits/mman-linux.h>.
23284         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23285         is fine.
23286         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23287         <bits/mman-linux.h> to end of file.
23288         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23289         is fine.
23290         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23291         <bits/mman-linux.h> to end of file.
23292         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23293         is fine.
23294         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23295         <bits/mman-linux.h> to end of file.
23296
23297         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23298         (MCL_CURRENT, MCL_FUTURE): Define here.
23299
23300 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23301
23302         [BZ #15232]
23303         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23304         attribute_hidden.
23305         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23306
23307 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23308
23309         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23310         fourth parameter needed for rt_sigprocmask syscall.
23311         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23312         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23313         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23314         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23315         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23316         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23317
23318 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23319
23320         [BZ #13550]
23321         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23322         comment about bounded pointers.
23323         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23324         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23325
23326 2013-03-04  Andreas Jaeger  <aj@suse.de>
23327
23328         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23329         common definitions.
23330
23331         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23332         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23333         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23334         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23335         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23336         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23337
23338 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23339
23340         [BZ #15055]
23341         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23342         __ieee754_sqrl instead of __sqrl.
23343
23344 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23345
23346         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23347         * sysdeps/powerpc/fpu_control.h: ... here.
23348         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23349         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23350         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23351         * sysdeps/powerpc/bits/mathinline.h: ... here.
23352
23353 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23354
23355         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23356         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23357         to just [NEED_DL_SYSINFO_DSO].
23358         * elf/dl-support.c: Likewise.
23359         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23360         * elf/rtld.c (dl_main): Likewise.
23361         * elf/setup-vdso.h (setup_vdso): Likewise.
23362         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23363         * sysdeps/unix/sysv/linux/dl-sysdep.c
23364         (_dl_discover_osversion): Likewise.
23365
23366 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23367
23368         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23369         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23370
23371 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23372
23373         * NEWS: Mention libm performance improvements and non-x86 PI
23374         futex support.
23375
23376         * csu/libc-start.c (__pthread_initialize_minimal): Change
23377         function arguments.
23378         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23379
23380 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23381
23382         [BZ #13550]
23383         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23384         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23385         <bp-sym.h> and <bp-asm.h>.
23386         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23387         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23388         and <bp-asm.h>.
23389         (memcpy): Don't use BP_SYM.
23390         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23391         <bp-asm.h>.
23392         (__mpn_add_n): Don't use BP_SYM.
23393         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23394         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23395         and <bp-asm.h>.
23396         (__mpn_addmul_1): Don't use BP_SYM.
23397         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23398         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23399         <bp-sym.h>.
23400         (_setjmp): Don't use BP_SYM.
23401         (__novmx_setjmp): Likewise.
23402         (__GI__setjmp): Likewise.
23403         (__vmx_setjmp): Likewise.
23404         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23405         <bp-sym.h>.
23406         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23407         (__bzero): Don't use BP_SYM.
23408         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23409         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23410         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23411         <bp-sym.h> and <bp-asm.h>.
23412         (memcpy): Don't use BP_SYM.
23413         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23414         <bp-sym.h> and <bp-asm.h>.
23415         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23416         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23417         <bp-sym.h> and <bp-asm.h>.
23418         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23419         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23420         <bp-asm.h>.
23421         (__mpn_lshift): Don't use BP_SYM.
23422         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23423         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23424         <bp-asm.h>.
23425         (memset): Don't use BP_SYM.
23426         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23427         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23428         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23429         <bp-asm.h>.
23430         (__mpn_mul_1): Don't use BP_SYM.
23431         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23432         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23433         <bp-sym.h> and <bp-asm.h>.
23434         (memcmp): Don't use BP_SYM.
23435         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23436         <bp-sym.h> and <bp-asm.h>.
23437         (memcpy): Don't use BP_SYM.
23438         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23439         <bp-sym.h> and <bp-asm.h>.
23440         (memset): Don't use BP_SYM.
23441         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23442         <bp-sym.h> and <bp-asm.h>.
23443         (strncmp): Don't use BP_SYM.
23444         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23445         <bp-sym.h> and <bp-asm.h>.
23446         (memcpy): Don't use BP_SYM.
23447         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23448         <bp-sym.h> and <bp-asm.h>.
23449         (memset): Don't use BP_SYM.
23450         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23451         <bp-sym.h> and <bp-asm.h>.
23452         (__memchr): Don't use BP_SYM.
23453         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23454         <bp-sym.h> and <bp-asm.h>.
23455         (memcmp): Don't use BP_SYM.
23456         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23457         <bp-sym.h> and <bp-asm.h>.
23458         (memcpy): Don't use BP_SYM.
23459         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23460         <bp-sym.h> and <bp-asm.h>.
23461         (__mempcpy): Don't use BP_SYM.
23462         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23463         <bp-sym.h> and <bp-asm.h>.
23464         (__memrchr): Don't use BP_SYM.
23465         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23466         <bp-sym.h> and <bp-asm.h>.
23467         (memset): Don't use BP_SYM.
23468         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23469         <bp-sym.h> and <bp-asm.h>.
23470         (__rawmemchr): Don't use BP_SYM.
23471         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23472         <bp-sym.h> and <bp-asm.h>.
23473         (__STRCMP): Don't use BP_SYM.
23474         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23475         <bp-sym.h> and <bp-asm.h>.
23476         (strchr): Don't use BP_SYM.
23477         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23478         <bp-sym.h> and <bp-asm.h>.
23479         (__strchrnul): Don't use BP_SYM.
23480         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23481         <bp-sym.h> and <bp-asm.h>.
23482         (strlen): Don't use BP_SYM.
23483         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23484         <bp-sym.h> and <bp-asm.h>.
23485         (strncmp): Don't use BP_SYM.
23486         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23487         <bp-sym.h> and <bp-asm.h>.
23488         (__strnlen): Don't use BP_SYM.
23489         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23490         <bp-asm.h>.
23491         (__mpn_rshift): Don't use BP_SYM.
23492         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23493         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23494         <bp-sym.h> and <bp-asm.h>.
23495         (__sigsetjmp): Don't use BP_SYM.
23496         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23497         (L(start_addresses)): Don't use BP_SYM.
23498         (_start): Likewise.
23499         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23500         <bp-asm.h>.
23501         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23502         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23503         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23504         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23505         <bp-asm.h>.
23506         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23507         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23508         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23509         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23510         <bp-asm.h>.
23511         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23512         comments.
23513         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23514         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23515         <bp-asm.h>.
23516         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23517         FIXME comments.
23518         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23519         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23520         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23521         <bp-asm.h>.
23522         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23523         comment.
23524         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23525         and <bp-asm.h>.
23526         (strncmp): Don't use BP_SYM,
23527         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23528         <bp-asm.h>.
23529         (__mpn_sub_n): Don't use BP_SYM.
23530         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23531         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23532         and <bp-asm.h>.
23533         (__mpn_submul_1): Don't use BP_SYM.
23534         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23536         <bp-sym.h> and <bp-asm.h>.
23537         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23539         <bp-sym.h> and <bp-asm.h>.
23540         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23541         comment.
23542
23543 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23544
23545         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23546         Use ZK to minimize writes to Z.
23547         (sub_magnitudes): Simplify code a bit.
23548         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23549         Use ZK to minimize writes to Z.
23550         (sub_magnitudes): Simplify code a bit.
23551
23552 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23553
23554         * csu/gmon-start.c: Add special exception to license text.
23555
23556 2013-02-27  Richard Henderson  <rth@redhat.com>
23557
23558         * scripts/config.guess: Update from config.git.
23559         * scripts/config.sub: Likewise.
23560
23561 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23562
23563         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23564
23565         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
23566
23567         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
23568
23569         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
23570
23571         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
23572
23573 2013-02-26  Roland McGrath  <roland@hack.frob.com>
23574
23575         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
23576         [$(build-shared = yes].
23577
23578 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23579
23580         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
23581         (__mul): Reduce iterations for calculating mantissa.
23582
23583         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
23584         MPTWO.
23585         (__mpranred): Likewise.
23586
23587         [BZ #15160]
23588         * malloc/memusagestat.c (main): Draw graphs for heap and stack
23589         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
23590
23591 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23592
23593         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
23594         Define __attribute__.
23595
23596 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23597
23598         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
23599         unused.
23600         * posix/regex_internal.h (__attribute): Remove.
23601         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
23602         (re_string_context_at): Likewise.
23603         (bitset_not): Use __attribute__ and mark function as possibly
23604         unused.
23605         (bitset_merge): Likewise.
23606         (bitset_mask): Likewise.
23607         (re_string_char_size_at): Likewise.
23608         (re_string_wchar_at): Likewise.
23609         (re_string_elem_size_at): Likewise.
23610
23611 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23612
23613         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
23614         code.
23615         (cc32): Likewise.
23616
23617         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
23618         (__acr): Likewise.
23619         (__cpy): Likewise.
23620         (norm): Likewise.
23621         (denorm): Likewise.
23622         (__dbl_mp): Likewise.
23623         (add_magnitudes): Likewise.
23624         (sub_magnitudes): Likewise.
23625         (__mul): Likewise.
23626         (__inv): Likewise.
23627
23628         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
23629         style.
23630
23631         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
23632         style.
23633
23634         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
23635         code.
23636
23637         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
23638         up changes with default code.
23639         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
23640         Likewise.
23641
23642 2013-02-24  Allan McRae  <allan@archlinux.org>
23643
23644         * manual/socket.texi (The Internet Namespace): Order menu items
23645         to match that in the file.
23646
23647         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
23648         node listing of the info page menu.
23649
23650 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
23651
23652         [BZ #13550]
23653         * sysdeps/i386/bp-asm.h: Remove file.
23654         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23655         (PARMS): Do not use macros from bp-asm.h.
23656         (S1): Likewise.
23657         (S2): Likewise.
23658         (SIZE): Likewise.
23659         (__mpn_add_n): Do not use BP_SYM
23660         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
23661         "bp-asm.h".
23662         (PARMS): Do not use macros from bp-asm.h.
23663         (S1): Likewise.
23664         (SIZE): Likewise.
23665         (__mpn_addmul_1): Do not use BP_SYM
23666         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
23667         "bp-asm.h".
23668         (PARMS): Do not use macros from bp-asm.h.
23669         (SIGMSK): Likewise.
23670         (_setjmp): Likewise.  Do not use BP_SYM.
23671         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
23672         "bp-asm.h".
23673         (PARMS): Do not use macros from bp-asm.h.
23674         (SIGMSK): Likewise.
23675         (setjmp): Likewise.  Do not use BP_SYM.
23676         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
23677         "bp-asm.h".
23678         (PARMS): Do not use macros from bp-asm.h.
23679         (__frexp): Do not use BP_SYM.
23680         (frexp): Likewise.
23681         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
23682         "bp-asm.h".
23683         (PARMS): Do not use macros from bp-asm.h.
23684         (__frexpf): Do not use BP_SYM.
23685         (frexpf): Likewise.
23686         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
23687         "bp-asm.h".
23688         (PARMS): Do not use macros from bp-asm.h.
23689         (__frexpl): Do not use BP_SYM.
23690         (frexpl): Likewise.
23691         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
23692         "bp-asm.h".
23693         (PARMS): Do not use macros from bp-asm.h.
23694         (__remquo): Do not use BP_SYM.
23695         (remquo): Likewise.
23696         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
23697         "bp-asm.h".
23698         (PARMS): Do not use macros from bp-asm.h.
23699         (__remquof): Do not use BP_SYM.
23700         (remquof): Likewise.
23701         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
23702         "bp-asm.h".
23703         (PARMS): Do not use macros from bp-asm.h.
23704         (__remquol): Do not use BP_SYM.
23705         (remquol): Likewise.
23706         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
23707         "bp-asm.h".
23708         (PARMS): Do not use macros from bp-asm.h.
23709         (DEST): Likewise.
23710         (SRC): Likewise.
23711         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
23712         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
23713         "bp-asm.h".
23714         (PARMS): Do not use macros from bp-asm.h.
23715         (strlen): Do not use BP_SYM.
23716         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
23717         "bp-asm.h".
23718         (PARMS): Do not use macros from bp-asm.h.
23719         (S1): Likewise.
23720         (S2): Likewise.
23721         (SIZE): Likewise.
23722         (__mpn_add_n): Do not use BP_SYM.
23723         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
23724         "bp-asm.h".
23725         (PARMS): Do not use macros from bp-asm.h.
23726         (S1): Likewise.
23727         (SIZE): Likewise.
23728         (__mpn_addmul_1): Do not use BP_SYM.
23729         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
23730         weak_alias.
23731         (bzero): Likewise.
23732         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
23733         "bp-asm.h".
23734         (PARMS): Do not use macros from bp-asm.h.
23735         (S): Likewise.
23736         (SIZE): Likewise.
23737         (__mpn_lshift): Do not use BP_SYM.
23738         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
23739         "bp-asm.h".
23740         (PARMS): Do not use macros from bp-asm.h.
23741         (DEST): Likewise.
23742         (SRC): Likewise.
23743         (LEN): Likewise.
23744         (memcpy): Likewise.  Do not use BP_SYM.
23745         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
23746         libc_hidden_def and weak_alias.
23747         (mempcpy): Do not use BP_SYM in weak_alias.
23748         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
23749         "bp-asm.h".
23750         (PARMS): Do not use macros from bp-asm.h.
23751         (DEST): Likewise.
23752         (LEN): Likewise.
23753         [!BZERO_P] (CHR): Likewise.
23754         (memset): Likewise.  Do not use BP_SYM.
23755         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
23756         "bp-asm.h".
23757         (PARMS): Do not use macros from bp-asm.h.
23758         (S1): Likewise.
23759         (SIZE): Likewise.
23760         (__mpn_mul_1): Do not use BP_SYM.
23761         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
23762         "bp-asm.h".
23763         (PARMS): Do not use macros from bp-asm.h.
23764         (S): Likewise.
23765         (SIZE): Likewise.
23766         (__mpn_rshift): Do not use BP_SYM.
23767         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
23768         "bp-asm.h".
23769         (PARMS): Do not use macros from bp-asm.h.
23770         (STR): Likewise.
23771         (CHR): Likewise.
23772         (strchr): Likewise.  Do not use BP_SYM.
23773         (index): Do not use BP_SYM in weak_alias.
23774         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
23775         "bp-asm.h".
23776         (PARMS): Do not use macros from bp-asm.h.
23777         (DEST): Likewise.
23778         (SRC): Likewise.
23779         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
23780         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
23781         "bp-asm.h".
23782         (PARMS): Do not use macros from bp-asm.h.
23783         (strlen): Do not use BP_SYM.
23784         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
23785         "bp-asm.h".
23786         (PARMS): Do not use macros from bp-asm.h.
23787         (S1): Likewise.
23788         (S2): Likewise.
23789         (SIZE): Likewise.
23790         (__mpn_sub_n): Do not use BP_SYM.
23791         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
23792         "bp-asm.h".
23793         (PARMS): Do not use macros from bp-asm.h.
23794         (S1): Likewise.
23795         (SIZE): Likewise.
23796         (__mpn_submul_1): Do not use BP_SYM.
23797         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
23798         "bp-asm.h".
23799         (PARMS): Do not use macros from bp-asm.h.
23800         (S1): Likewise.
23801         (S2): Likewise.
23802         (SIZE): Likewise.
23803         (__mpn_add_n): Do not use BP_SYM.
23804         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
23805         weak_alias.
23806         (bzero): Likewise.
23807         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
23808         "bp-asm.h".
23809         (PARMS): Do not use macros from bp-asm.h.
23810         (BLK2): Likewise.
23811         (LEN): Likewise.
23812         (memcmp): Do not use BP_SYM.
23813         (bcmp): Do not use BP_SYM in weak_alias.
23814         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
23815         "bp-asm.h".
23816         (PARMS): Do not use macros from bp-asm.h.
23817         (DEST): Likewise.
23818         (SRC): Likewise.
23819         (LEN): Likewise.
23820         (memcpy): Likewise.  Do not use BP_SYM.
23821         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
23822         "bp-asm.h".
23823         (PARMS): Do not use macros from bp-asm.h.
23824         (DEST): Likewise.
23825         (SRC): Likewise.
23826         (LEN): Likewise.
23827         (memmove): Likewise.  Do not use BP_SYM.
23828         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
23829         "bp-asm.h".
23830         (PARMS): Do not use macros from bp-asm.h.
23831         (DEST): Likewise.
23832         (SRC): Likewise.
23833         (LEN): Likewise.
23834         (__mempcpy): Likewise.  Do not use BP_SYM.
23835         (mempcpy): Do not use BP_SYM in weak_alias.
23836         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
23837         "bp-asm.h".
23838         (PARMS): Do not use macros from bp-asm.h.
23839         (DEST): Likewise.
23840         (LEN): Likewise.
23841         [!BZERO_P] (CHR): Likewise.
23842         (memset): Likewise.  Do not use BP_SYM.
23843         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23844         "bp-asm.h".
23845         (PARMS): Do not use macros from bp-asm.h.
23846         (STR2): Likewise.
23847         (strcmp): Do not use BP_SYM.
23848         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23849         "bp-asm.h".
23850         (PARMS): Do not use macros from bp-asm.h.
23851         (STR): Likewise.
23852         (DELIM): Likewise.
23853         [USE_AS_STRTOK_R] (SAVE): Likewise.
23854         (FUNCTION): Likewise.  Do not use BP_SYM.
23855         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23856         aliases.
23857         (strtok_r): Likewise.
23858         (__GI___strtok_r): Likewise.
23859         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23860         (PARMS): Do not use macros from bp-asm.h.
23861         (S): Likewise.
23862         (SIZE): Likewise.
23863         (__mpn_lshift): Do not use BP_SYM.
23864         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23865         (PARMS): Do not use macros from bp-asm.h.
23866         (STR): Likewise.
23867         (CHR): Likewise.
23868         (__memchr): Do not use BP_SYM.
23869         (memchr): Do not use BP_SYM in weak_alias.
23870         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23871         (PARMS): Do not use macros from bp-asm.h.
23872         (BLK2): Likewise.
23873         (LEN): Likewise.
23874         (memcmp): Do not use BP_SYM.
23875         (bcmp): Do not use BP_SYM in weak_alias.
23876         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
23877         (PARMS): Do not use macros from bp-asm.h.
23878         (S1): Likewise.
23879         (SIZE): Likewise.
23880         (__mpn_mul_1): Do not use BP_SYM.
23881         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
23882         "bp-asm.h".
23883         (PARMS): Do not use macros from bp-asm.h.
23884         (STR): Likewise.
23885         (CHR): Likewise.
23886         (__rawmemchr): Do not use BP_SYM.
23887         (rawmemchr): Do not use BP_SYM in weak_alias.
23888         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23889         (PARMS): Do not use macros from bp-asm.h.
23890         (S): Likewise.
23891         (SIZE): Likewise.
23892         (__mpn_rshift): Do not use BP_SYM.
23893         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23894         (PARMS): Do not use macros from bp-asm.h.
23895         (SIGMSK): Likewise.
23896         (__sigsetjmp): Likewise.  Do not use BP_SYM.
23897         * sysdeps/i386/start.S: Do not include "bp-sym.h".
23898         (_start): Do not use BP_SYM.
23899         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
23900         (PARMS): Do not use macros from bp-asm.h.
23901         (DEST): Likewise.
23902         (SRC): Likewise.
23903         (__stpcpy): Likewise.  Do not use BP_SYM.
23904         (stpcpy): Do not use BP_SYM in weak_alias.
23905         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
23906         "bp-asm.h".
23907         (PARMS): Do not use macros from bp-asm.h.
23908         (DEST): Likewise.
23909         (SRC): Likewise.
23910         (LEN): Likewise.
23911         (__stpncpy): Likewise.  Do not use BP_SYM.
23912         (stpncpy): Do not use BP_SYM in weak_alias.
23913         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23914         (PARMS): Do not use macros from bp-asm.h.
23915         (STR): Likewise.
23916         (CHR): Likewise.
23917         (strchr): Likewise.  Do not use BP_SYM.
23918         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
23919         "bp-asm.h".
23920         (PARMS): Do not use macros from bp-asm.h.
23921         (STR): Likewise.
23922         (CHR): Likewise.
23923         (__strchrnul): Likewise.  Do not use BP_SYM.
23924         (strchrnul): Do not use BP_SYM in weak_alias.
23925         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
23926         "bp-asm.h".
23927         (PARMS): Do not use macros from bp-asm.h.
23928         (STOP): Likewise.
23929         (strcspn): Do not use BP_SYM.
23930         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
23931         "bp-asm.h".
23932         (PARMS): Do not use macros from bp-asm.h.
23933         (STR): Likewise.
23934         (STOP): Likewise.
23935         (strpbrk): Likewise.  Do not use BP_SYM.
23936         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
23937         "bp-asm.h".
23938         (PARMS): Do not use macros from bp-asm.h.
23939         (STR): Likewise.
23940         (CHR): Likewise.
23941         (strrchr): Likewise.  Do not use BP_SYM.
23942         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
23943         (PARMS): Do not use macros from bp-asm.h.
23944         (SKIP): Likewise.
23945         (strspn): Do not use BP_SYM.
23946         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
23947         (PARMS): Do not use macros from bp-asm.h.
23948         (STR): Likewise.
23949         (DELIM): Likewise.
23950         (SAVE): Likewise.
23951         (FUNCTION): Likewise.  Do not use BP_SYM.
23952         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
23953         aliases.
23954         (strtok_r): Likewise.
23955         (__GI___strtok_r): Likewise.
23956         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23957         (PARMS): Do not use macros from bp-asm.h.
23958         (S1): Likewise.
23959         (S2): Likewise.
23960         (SIZE): Likewise.
23961         (__mpn_sub_n): Do not use BP_SYM.
23962         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
23963         "bp-asm.h".
23964         (PARMS): Do not use macros from bp-asm.h.
23965         (S1): Likewise.
23966         (SIZE): Likewise.
23967         (__mpn_submul_1): Do not use BP_SYM.
23968         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
23969         <bp-sym.h>.
23970         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
23971         and <bp-asm.h>.
23972         (PARMS): Do not use macros from bp-asm.h.
23973         (FLAGS): Likewise.
23974         (PTID): Likewise.
23975         (TLS): Likewise.
23976         (CTID): Likewise.
23977         (__clone): Do not use BP_SYM.
23978         (clone): Do not use BP_SYM in weak_alias.
23979         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
23980         and <bp-asm.h>.
23981         (PARMS): Do not use macros from bp-asm.h.
23982         (LEN): Likewise.
23983         (__mmap64): Do not use BP_SYM.
23984         (mmap64): Do not use BP_SYM in weak_alias.
23985         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
23986         <bp-sym.h> and <bp-asm.h>.
23987         (PARMS): Do not use macros from bp-asm.h.
23988         (__posix_fadvise64_l64): Do not use BP_SYM.
23989         * sysdeps/unix/sysv/linux/i386/semtimedop.S
23990         (PARMS): Do not use macros from bp-asm.h.
23991         (NSOPS): Likewise.
23992         (semtimedop): Do not use BP_SYM.
23993         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
23994         and <bp-asm.h>.
23995
23996 2013-02-21  Allan McRae  <allan@archlinux.org>
23997
23998         * manual/message.texi (Charset conversion in gettext):
23999         Move @end statement to beginning of line.
24000
24001 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24002
24003         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24004         static.
24005         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24006         Likewise.
24007
24008         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24009         (denorm): Likewise.
24010         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24011         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24012
24013 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24014
24015         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24016         tail-call to the resolved function if pltexit isn't needed.
24017
24018 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24019
24020         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24021         or Y being zero as being unlikely.
24022         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24023         Likewise.
24024
24025 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24026
24027         * manual/nss.texi (System Databases and Name Service Switch):
24028         Remove frobnicate @pxref.
24029
24030 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24031
24032         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24033         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24034
24035 2013-02-20  Petr Machata  <pmachata@redhat.com>
24036
24037         * elf/elf.h (R_ARM_TARGET1): New macro.
24038         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24039         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24040         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24041         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24042         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24043         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24044         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24045         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24046         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24047         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24048         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24049         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24050         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24051         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24052         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24053         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24054         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24055         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24056         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24057         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24058         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24059         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24060         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24061         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24062         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24063         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24064         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24065         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24066         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24067         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24068         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24069         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24070         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24071         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24072         (R_ARM_THM_GOT_BREL12): Likewise.
24073         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24074         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24075         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24076         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24077         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24078         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24079         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24080         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24081         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24082
24083 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24084
24085         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24086         __attribute_used__ to __attribute__ ((unused)).
24087
24088 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24089
24090         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24091         powerpc mpa.c.
24092         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24093         comment formatting.
24094         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24095
24096 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24097
24098         [BZ #13550]
24099         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24100         Remove macro.
24101         (ENTER): Remove both macro definitions.
24102         (LEAVE): Likewise.
24103         (CHECK_BOUNDS_LOW): Likewise.
24104         (CHECK_BOUNDS_HIGH): Likewise.
24105         (CHECK_BOUNDS_BOTH): Likewise.
24106         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24107         (RETURN_BOUNDED_POINTER): Likewise.
24108         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24109         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24110         (POP_ERRNO_LOCATION_RETURN): Likewise.
24111         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24112         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24113         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24114         macros.
24115         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24116         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24117         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24118         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24119         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24120         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24121         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24122         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24123         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24124         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24125         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24126         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24127         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24128         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24129         removed macros.
24130         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24131         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24132         macros.
24133         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24134         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24135         * sysdeps/i386/i586/memset.S (memset): Likewise.
24136         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24137         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24138         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24139         macros.
24140         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24141         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24142         Change uses of L(2) to L(out).
24143         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24144         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24145         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24146         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24147         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24148         removed macros.
24149         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24150         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24151         macros.
24152         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24153         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24154         (RETURN): Do not use macro LEAVE.
24155         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24156         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24157         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24158         * sysdeps/i386/i686/memset.S (memset): Likewise.
24159         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24160         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24161         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24162         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24163         Likewise.
24164         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24165         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24166         L(1_2) and L(1_3) into L(1).
24167         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24168         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24169         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24170         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24171         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24172         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24173         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24174         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24175         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24176         macros.
24177         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24178         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24179         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24180         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24181         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24182         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24183         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24184         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24185         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24186         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24187         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24188         * sysdeps/i386/strspn.S (strspn): Likewise.
24189         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24190         conditional code.
24191         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24192         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24193         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24194         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24195         L(1_3) into L(1_1).
24196         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24197         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24198         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24199         macros.
24200         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24201
24202 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24203
24204         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24205         macro.
24206
24207 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24208
24209         * math/atest-exp.c (exp_mpn): Remove ROUND.
24210         * math/atest-exp2.c (exp_mpn): Likewise.
24211         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24212
24213         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24214         * stdlib/tst-tls-atexit-lib.c: Likewise.
24215         * stdlib/tst-tls-atexit.c: Likewise.
24216
24217 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24218
24219         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24220         and __attribute_alloc_size__.
24221
24222 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24223
24224         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24225         __attribute_alloc_size__.
24226         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24227         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24228
24229 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24230
24231         * include/programs/xmalloc.h: New file.
24232         * catgets/gencat.c: Include it.
24233         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24234         * elf/pldd.c: Likewise.
24235         * iconv/iconv_charmap.c: Likewise.
24236         * iconv/iconvconfig.c: Likewise.
24237         * iconv/strtab.c: Likewise.
24238         * locale/programs/locale.c: Likewise.
24239         * locale/programs/localedef.h: Likewise.
24240         * locale/programs/simple-hash.c: Likewise.
24241         * nscd/nscd.h: Likewise.
24242         * nss/makedb.c: Likewise.
24243         * sysdeps/generic/ldconfig.h: Likewise.
24244
24245 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24246
24247         * Versions.def: Add GLIBC_2.18.
24248         * include/link.h (struct link_map): New member l_tls_dtor_count.
24249         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24250         (__call_tls_dtors): Likewise.
24251         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24252         __cxa_thread_atexit_impl.
24253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24254         Likewise.
24255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24256         Likewise.
24257         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24258         Likewise.
24259         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24260         Likewise.
24261         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24262         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24263         Likewise.
24264         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24265         Likewise.
24266         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24267         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24268         Likewise.
24269         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24270         (tests): Add test case tst-tls-atexit.
24271         (modules-names): Add shared library for tst-tls-atexit.
24272         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24273         (GLIBC_PRIVATE): Add __call_tls_dtors.
24274         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24275         for libstdc++.
24276         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24277         * stdlib/tst-tls-atexit.c: New test case.
24278         * stdlib/tst-tls-atexit-lib.c: New test case.
24279
24280         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24281
24282         * elf/Versions (ld): Add _dl_find_dso_for_object.
24283         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24284         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24285         (dl_open_worker): Use _dl_find_dso_for_object.
24286         * elf/dl-sym.c (do_sym): Likewise.
24287         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24288
24289 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24290
24291         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24292         Syntactic changes only.
24293         (_dl_runtime_profile): Do a tail-call to the resolved function.
24294
24295 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24296
24297         [BZ #13550]
24298         * sysdeps/x86_64/bp-asm.h: Remove file.
24299         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24300         <bp-sym.h> and <bp-asm.h>.
24301         (__clone): Do not use BP_SYM.
24302         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24303         <bp-sym.h> and <bp-asm.h>.
24304         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24305         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24306         "bp-asm.h".
24307         (_setjmp): Do not use BP_SYM.
24308         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24309         "bp-asm.h".
24310         (setjmp): Do not use BP_SYM.
24311         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24312         libc_hidden_def.
24313         (mempcpy): Do not use BP_SYM in weak_alias.
24314         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24315         "bp-asm.h".
24316         (strchr): Do not use BP_SYM.
24317         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24318         "bp-asm.h".
24319         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24320         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24321         (_start): Do not use BP_SYM.
24322         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24323         "bp-asm.h".
24324         (strcat): Do not use BP_SYM.
24325         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24326         "bp-asm.h".
24327         (STRCMP): Do not use BP_SYM.
24328         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24329         "bp-asm.h".
24330         (STRCPY): Do not use BP_SYM.
24331         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24332         "bp-asm.h".
24333         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24334         "bp-asm.h".
24335         (FUNCTION): Do not use BP_SYM.
24336         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24337         weak_alias.
24338         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24339
24340 2013-02-17  Andreas Jaeger  <aj@suse.de>
24341
24342         * time/Versions: Sort entries.
24343         * string/Versions: Likewise.
24344         * resolv/Versions: Likewise.
24345         * posix/Versions: Likewise.
24346         * iconv/Versions: Likewise.
24347         * elf/Versions: Likewise.
24348         * wcsmbs/Versions: Likewise.
24349
24350 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24351
24352         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24353         loop termination condition.
24354
24355         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24356         variable to calculate EZ.
24357         (__sqr): Likewise.
24358
24359         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24360         the lower precision input.
24361
24362 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24363
24364         [BZ #13550]
24365         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24366         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24367         (run-via-rtld-prefix): Do not handle %-bp tests.
24368         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24369         (all-object-suffixes): Remove .ob.
24370         (bppfx): Remove variable.
24371         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24372         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24373         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24374         [$(build-bounded) = yes] (libtype.ob): Likewise.
24375         * Makerules (elide-routines.ob): Remove variable.
24376         (do-tests-clean): Do not handle *-bp.out.
24377         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24378         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24379         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24380         (tests): Do not include $(tests-bp.out).
24381         (xtests): Do not include $(xtests-bp.out).
24382         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24383         [$(build-bounded) = yes] ($(addprefix
24384         $(objpfx),$(binaries-bounded))): Remove rule.
24385         ($(objpfx)%-bp.out): Remove rule.
24386         * config.make.in (build-bounded): Remove variable.
24387         * crypt/Makefile [$(build-bounded) = yes]
24388         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24389         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24390         append to variable.
24391         [$(build-bounded) = yes] (install-lib): Likewise.
24392         [$(build-bounded) = yes] (generated): Likewise.
24393         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24394         Remove rule.
24395         * intl/Makefile [$(build-bounded) = yes]
24396         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24397         * math/Makefile [$(build-bounded) = yes]
24398         ($(tests:%=$(objpfx)%-bp): Likewise.
24399         * misc/Makefile [$(build-bounded) = yes]
24400         ($(objpfx)tst-tsearch-bp): Likewise.
24401         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24402         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24403         Remove dependency.
24404         * string/Makefile (o-objects.ob): Remove variable.
24405         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24406         (CFLAGS-.ob): Remove variable.
24407         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24408         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24409         both definitions of variable.
24410         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24411         (ASFLAGS-.ob): Remove variable.
24412
24413 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24414
24415         [BZ #13550]
24416         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24417         Remove __BOUNDED_POINTERS__ from condition.
24418         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24419         * string/bits/string2.h [!__NO_STRING_INLINES &&
24420         !__BOUNDED_POINTERS__]: Likewise.
24421         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24422         Likewise.
24423         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24424         Remove conditional code.
24425         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24426         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24427         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24428         condition.
24429
24430         [BZ #13550]
24431         * csu/libc-start.c: Do not include <bp-sym.h>.
24432         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24433         * elf/dl-open.c: Do not include <bp-sym.h>.
24434         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24435         * math/fegetenv.c: Do not include <bp-sym.h>.
24436         (fegetenv): Do not use BP_SYM in versioned symbols.
24437         * nptl/sysdeps/pthread/bits/libc-lockP.h
24438         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24439         <bp-sym.h>.
24440         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24441         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24442         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24443         (__pthread_mutex_destroy): Likewise.
24444         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24445         (__pthread_mutex_lock): Likewise.
24446         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24447         (__pthread_mutex_trylock): Likewise.
24448         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24449         (__pthread_mutex_unlock): Likewise.
24450         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24451         (__pthread_mutexattr_init): Likewise.
24452         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24453         (__pthread_mutexattr_destroy): Likewise.
24454         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24455         (__pthread_mutexattr_settype): Likewise.
24456         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24457         (__pthread_rwlock_init): Likewise.
24458         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24459         (__pthread_rwlock_destroy): Likewise.
24460         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24461         (__pthread_rwlock_rdlock): Likewise.
24462         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24463         (__pthread_rwlock_tryrdlock): Likewise.
24464         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24465         (__pthread_rwlock_wrlock): Likewise.
24466         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24467         (__pthread_rwlock_trywrlock): Likewise.
24468         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24469         (__pthread_rwlock_unlock): Likewise.
24470         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24471         (__pthread_key_create): Likewise.
24472         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24473         (__pthread_setspecific): Likewise.
24474         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24475         (__pthread_getspecific): Likewise.
24476         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24477         Likewise.
24478         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24479         (_pthread_cleanup_push_defer): Likewise.
24480         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24481         (_pthread_cleanup_pop_restore): Likewise.
24482         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24483         (pthread_setcancelstate): Likewise.
24484         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24485         <bp-sym.h>.
24486         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24487         (memchr): Do not use BP_SYM in weak_alias.
24488         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24489         (fegetenv): Do not use BP_SYM in versioned symbols.
24490         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24491         (fesetenv): Do not use BP_SYM in versioned symbols.
24492         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24493         (feupdateenv): Do not use BP_SYM in versioned symbols.
24494         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24495         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24496         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24497         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24498         (open64): Do not use BP_SYM in weak_alias.
24499         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24500         (fegetenv): Do not use BP_SYM in versioned symbols.
24501         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24502         (fesetenv): Do not use BP_SYM in versioned symbols.
24503         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24504         (feupdateenv): Do not use BP_SYM in versioned symbols.
24505         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24506         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24507         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24508         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24509         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24510         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24511         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24512         <bp-sym.h>.
24513         (__libc_start_main): Do not use BP_SYM.
24514
24515 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24516
24517         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24518         redundant return line.
24519         (norm): Likewise.
24520         (denorm): Likewise.
24521         (dbl_mp): Likewise.
24522         (sub_magnitudes): Likewise.
24523         (__add): Likewise.
24524         (__sub): Likewise.
24525         (__mul): Likewise.
24526         (__inv): Likewise.
24527         (__dvd): Likewise.
24528         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24529         (norm): Likewise.
24530         (denorm): Likewise.
24531         (dbl_mp): Likewise.
24532         (sub_magnitudes): Likewise.
24533         (__add): Likewise.
24534         (__sub): Likewise.
24535         (__mul): Likewise.
24536         (__inv): Likewise.
24537         (__dvd): Likewise.
24538
24539         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24540         instead of __mul.
24541         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24542         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24543         (cc32): Likewise.
24544
24545         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24546         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24547         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24548         of __mul for squares.
24549         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24550         function
24551         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24552         Likewise.
24553         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24554         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24555
24556 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24557
24558         [BZ #13550]
24559         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24560         code.
24561         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24562         prototype or function definition.  Rename ubp_* variables and
24563         parameters.  Remove argv definitions conditional on
24564         [__BOUNDED_POINTERS__].
24565         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24566         * elf/dl-runtime.c (_dl_fixup): Likewise.
24567         * include/set-hooks.h (RUN_HOOK): Likewise.
24568         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
24569         definition.
24570         * string/strcpy.c (strcpy): Do not use __unbounded.
24571         * sysdeps/generic/frame.h (struct layout): Likewise.
24572         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
24573         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
24574         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
24575         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
24576         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
24577         (__backtrace): Likewise.
24578         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
24579         use __ptrvalue.
24580         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24581         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24582         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24583         Likewise.
24584         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
24585         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
24586         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24587         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24588         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
24589         Do not use __unbounded.
24590         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
24591         Rename __unboundedrlimits parameter to rlimits in prototype.
24592         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
24593         Do not use __unbounded.
24594         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
24595         not use __ptrvalue.
24596         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24597         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
24598         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24599         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
24600         __ptrvalue or __unbounded.
24601         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
24602         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
24603         use __unbounded.
24604         (__new_msgctl): Do not use __ptrvalue.
24605         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
24606         __unbounded.
24607         (__libc_msgrcv): Do not use __ptrvalue.
24608         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
24609         startup_info): Do not use __unbounded.
24610         (__libc_start_main): Likewise.  Rename ubp_* variables and
24611         parameters.  Remove argv definitions conditional on
24612         [__BOUNDED_POINTERS__].
24613         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
24614         __ptrvalue.
24615         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
24616         use __unbounded.
24617         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
24618         or __ptrvalue.
24619         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
24620         use __unbounded.
24621         (__new_shmctl): Do not use __ptrvalue.
24622         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
24623         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
24624         Likewise.
24625         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
24626         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
24627         (__libc_sigaction): Likewise.
24628         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
24629         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
24630         Likewise.
24631         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24632
24633 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
24634
24635         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
24636
24637         * string/mempcpy.c: Implement by calling memcpy.
24638
24639 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24640
24641         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
24642
24643         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
24644         evaluation.
24645
24646         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
24647         values in the mantissa.
24648
24649         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
24650         minimize writes to Z.
24651         (sub_magnitudes): Simplify code a bit.
24652
24653 2013-02-12  Roland McGrath  <roland@hack.frob.com>
24654
24655         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
24656         from the message.  The linker prefixes all warnings with that already.
24657
24658 2013-02-12  Andreas Schwab  <schwab@suse.de>
24659
24660         [BZ #15078]
24661         * posix/regexec.c (extend_buffers): Add parameter min_len.
24662         (check_matching): Pass minimum needed length.
24663         (clean_state_log_if_needed): Likewise.
24664         (get_subexp): Likewise.
24665         * posix/Makefile (tests): Add bug-regex34.
24666         (bug-regex34-ENV): Define.
24667         * posix/bug-regex34.c: New file.
24668
24669         [BZ #11561]
24670         * posix/regcomp.c (parse_bracket_exp): When looking up collating
24671         elements compare against the byte sequence of it, not its name.
24672         * posix/Makefile (tests): Add bug-regex35.
24673         (bug-regex35-ENV): Define.
24674         * posix/bug-regex35.c: New file.
24675
24676 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24677
24678         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
24679         comment.
24680         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
24681         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
24682         (CHECK_EOL): Add undef.
24683
24684 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
24685
24686         * bits/stdlib-bsearch.h: New file.
24687         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
24688         * stdlib/stdlib.h: Likewise.
24689
24690 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24691
24692         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
24693         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
24694         declaration.
24695         * manual/search.texi (Array Search Function): Add missing const in
24696         lfind prototype.
24697         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
24698         declaration to use rlim_t.
24699         (Basic Scheduling Functions): Remove erroneous const from
24700         sched_getparam prototype.  Remove erroneous * from
24701         sched_get_priority_max and sched_get_priority_min prototypes.
24702         (Resource Usage): Fix summary @comment on vtimes to refer to
24703         sys/vtimes.h rather than vtimes.h.
24704         Add missing *s in vtimes prototype.
24705         (Limits on Resources): Fix ulimit prototype to return long int.
24706         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
24707         prototypes to use long int rather than double.
24708         (BSD Random): Fix initstate and setstate to use char *, not void *.
24709         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
24710         prototype to make second argument 'struct aiocb64 *const[]'.
24711         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
24712         (Status of AIO Operations): Remove erroneous const in aio_return and
24713         aio_return64 prototypes.
24714         (Synchronizing I/O): Fix sync prototype to return void.
24715         * manual/startup.texi (Suboptions): Remove an erroneous const in
24716         getsubopt prototype.
24717         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
24718         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
24719         use size_t rather than int.
24720         (Scanning All Users): Likewise for getpwent_r.
24721         (Setting Groups): Add missing const to setgroups prototype.
24722         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
24723         * manual/socket.texi (Host Names): Fix gethostbyaddr and
24724         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
24725         'const void *' rather than 'const char *'.
24726         (Host Address Functions): Likewise for inet_ntop.
24727         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
24728         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
24729         ssize_t for return value.
24730         (Sending Data): Likewise for send, sendto, sendmsg.
24731         (Socket Option Functions): Add a missing const in setsockopt prototype.
24732         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
24733         use wchar_t for the argument.
24734         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
24735         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
24736         take no arguments.
24737         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
24738         double/float/long double for second argument.
24739         Fix return types of significand, significandf, significandl.
24740         * manual/filesys.texi (Setting Permissions): Use mode_t for second
24741         argument in fchmod prototype.
24742         (File Owner): Use uid_t and gid_t in fchown prototype.
24743         (File Times): Add const to utimes, futimes, and lutimes prototypes.
24744         (Making Special Files): Use mode_t and dev_t in mknod prototype.
24745         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
24746         use 'const struct dirent **' as argument types to CMP function pointer
24747         argument.
24748         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
24749         (File Times): Fix summary magic @comment for struct utimbuf and utime
24750         to refer to utime.h, not time.h.
24751         * manual/string.texi (Argz Functions): Add missing const in
24752         argz_extract and argz_next prototypes.
24753         (Finding Tokens in a String): Likewise for basename.
24754         (String/Array Comparison): Fix typo in wcscasecmp prototype.
24755         (Copying and Concatenation): Fix typo in wmemmove prototype.
24756         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
24757         (Signal Stack): Remove erroneous const in sigstack prototype.
24758         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
24759         prototype.
24760         (Simple Calendar Time): Likewise for stime.
24761         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
24762         prototype.
24763         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
24764         say sys/sysctl.h instead.
24765         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
24766         and vsyslog prototypes.
24767
24768 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24769
24770         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
24771         Remove.
24772
24773 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24774
24775         * misc/sys/mman.h: Fix typo in mremap comment.
24776
24777 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24778
24779         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
24780         the '\0' terminator.
24781
24782 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24783
24784         [BZ #13550]
24785         * debug/segfault.c: Don't include <bp-checks.h>.
24786         * sysdeps/generic/bp-checks.h: Remove file.
24787         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
24788         (__GETDENTS): Don't use CHECK_N.
24789         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
24790         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
24791         (__getgroups): Don't use CHECK_N.
24792         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
24793         (setgroups): Don't use CHECK_N.
24794         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
24795         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
24796         (__libc_msgrcv): Don't use CHECK_N.
24797         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
24798         (__libc_msgsnd): Don't use CHECK_N.
24799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
24800         <bp-checks.h>.
24801         (__libc_pread): Don't use CHECK_N.
24802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
24803         include <bp-checks.h>.
24804         (__libc_pread64): Don't use CHECK_N.
24805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
24806         include <bp-checks.h>.
24807         (__libc_pwrite): Don't use CHECK_N.
24808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
24809         include <bp-checks.h>.
24810         (__libc_pwrite64): Don't use CHECK_N.
24811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
24812         <bp-checks.h>.
24813         (__libc_pread): Don't use CHECK_N.
24814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
24815         include <bp-checks.h>.
24816         (__libc_pread64): Don't use CHECK_N.
24817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
24818         include <bp-checks.h>.
24819         (__libc_pwrite): Don't use CHECK_N.
24820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
24821         include <bp-checks.h>.
24822         (__libc_pwrite64): Don't use CHECK_N.
24823         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
24824         (do_pread): Don't use CHECK_N.
24825         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
24826         (do_pread64): Don't use CHECK_N.
24827         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
24828         (do_pwrite): Don't use CHECK_N.
24829         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24830         (do_pwrite64): Don't use CHECK_N.
24831         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24832         (__libc_readv): Don't use CHECK_N.
24833         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24834         (semop): Don't use CHECK_N.
24835         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24836         <bp-checks.h>.
24837         (semtimedop): Don't use CHECK_N.
24838         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24839         (__libc_pread): Don't use CHECK_N.
24840         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24841         <bp-checks.h>.
24842         (__libc_pread64): Don't use CHECK_N.
24843         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24844         <bp-checks.h>.
24845         (__libc_pwrite): Don't use CHECK_N.
24846         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24847         <bp-checks.h>.
24848         (__libc_pwrite64): Don't use CHECK_N.
24849         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24850         <bp-checks.h>.
24851         (__libc_msgrcv): Don't use CHECK_N.
24852         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24853         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24854         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24855         (__libc_writev): Don't use CHECK_N.
24856
24857 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24858
24859         * string/strcpy.c: Removed unused variable.
24860
24861         * Makeconfig (+sysdep-includes): Define with := rather than =.
24862         Use an existing include/ subdir of each sysdeps dir before it.
24863
24864 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24865
24866         * nscd/connection.c (register_traced_file): Comment function.
24867         [HAVE_INOTIFY] (union __inev): Define.
24868         [HAVE_INOTIFY] (inotify_check_files): New function.
24869         [HAVE_INOTIFY] (clear_db_cache): Likewise.
24870         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
24871         clear_db_cache.
24872         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
24873
24874 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24875
24876         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
24877         loaded if not already and that a failure is permanent.
24878
24879 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24880
24881         [BZ #15006]
24882         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
24883         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
24884
24885 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24886
24887         [BZ #13550]
24888         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
24889         (CHECK_1_NULL_OK): Likewise.
24890         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
24891         (__fxstat): Do not use CHECK_1.
24892         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
24893         <bp-checks.h>.
24894         (___fxstat64): Do not use CHECK_1.
24895         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
24896         <bp-checks.h>.
24897         (__fxstatat): Do not use CHECK_1.
24898         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
24899         <bp-checks.h>.
24900         (__fxstatat64): Do not use CHECK_1.
24901         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
24902         <bp-checks.h>.
24903         (__fxstat): Do not use CHECK_1.
24904         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
24905         <bp-checks.h>.
24906         (__fxstatat): Do not use CHECK_1.
24907         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
24908         <bp-checks.h>.
24909         (__getresgid): Do not use CHECK_1.
24910         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
24911         <bp-checks.h>.
24912         (__getresuid): Do not use CHECK_1.
24913         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
24914         <bp-checks.h>.
24915         (__lxstat): Do not use CHECK_1.
24916         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
24917         <bp-checks.h>.
24918         (__old_msgctl): Do not use CHECK_1.
24919         (__new_msgctl): Likewise.
24920         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
24921         <bp-checks.h>.
24922         (__new_setrlimit): Do not use CHECK_1.
24923         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
24924         <bp-checks.h>.
24925         (__old_shmctl): Do not use CHECK_1.
24926         (__new_shmctl): Likewise.
24927         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
24928         <bp-checks.h>.
24929         (__xstat): Do not use CHECK_1.
24930         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
24931         (__lxstat): Do not use CHECK_1.
24932         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
24933         <bp-checks.h>.
24934         (___lxstat64): Do not use CHECK_1.
24935         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
24936         (__old_msgctl): Do not use CHECK_1.
24937         (__new_msgctl): Likewise.
24938         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
24939         <bp-checks.h>.
24940         (__gettimeofday): Do not use CHECK_1.
24941         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
24942         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
24943         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
24944         <bp-checks.h>.
24945         (__gettimeofday): Do not use CHECK_1.
24946         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
24947         (__old_shmctl): Do not use CHECK_1_NULL_OK.
24948         (__new_shmctl): Do not use CHECK_1.
24949         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
24950         <bp-checks.h>.
24951         (do_sigtimedwait): Do not use CHECK_1.
24952         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
24953         <bp-checks.h>.
24954         (do_sigwaitinfo): Do not use CHECK_1.
24955         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
24956         <bp-checks.h>.
24957         (msgctl): Do not use CHECK_1.
24958         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
24959         <bp-checks.h>.
24960         (shmctl): Do not use CHECK_1.
24961         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
24962         (ustat): Do not use CHECK_1.
24963         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
24964         <bp-checks.h>.
24965         (__fxstat): Do not use CHECK_1.
24966         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
24967         <bp-checks.h>.
24968         (__fxstatat): Do not use CHECK_1.
24969         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
24970         <bp-checks.h>.
24971         (__lxstat): Do not use CHECK_1.
24972         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
24973         <bp-checks.h>.
24974         (__xstat): Do not use CHECK_1.
24975         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
24976         (__xstat): Do not use CHECK_1.
24977         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
24978         (___xstat64): Do not use CHECK_1.
24979
24980         [BZ #13550]
24981         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
24982         definitions.
24983         (CHECK_BOUNDS_HIGH): Likewise.
24984         * string/strcpy.c: Do not include <bp-checks.h>.
24985         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
24986
24987 2013-02-07  Roland McGrath  <roland@hack.frob.com>
24988
24989         * nscd/nscd-client.h (__nscd_drop_map_ref):
24990         Add __attribute__ ((unused)).
24991         * nis/nss-nisplus.h (niserr2nss): Likewise.
24992
24993         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
24994         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
24995
24996         * csu/libc-tls.c (init_static_tls, init_slotinfo):
24997         Remove inline keyword.
24998         * include/rounding-mode.h (round_away): Likewise.
24999         * libio/wfileops.c (adjust_wide_data): Likewise.
25000         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25001         (__m128i_strloadu_tolower): Likewise.
25002         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25003         (__m128i_strloadu_tolower): Likewise.
25004         * time/mktime.c (ydhms_diff): Likewise.
25005         * locale/elem-hash.h (elem_hash): Likewise.
25006         * locale/setlocale.c (setdata): Likewise.
25007         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25008         (re_string_wchar_at): Likewise.
25009         (bitset_not, bitset_merge, bitset_mask): Likewise.
25010         [!(__GNUC__ > 3)] (inline): Remove macro.
25011         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25012         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25013         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25014         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25015         * string/memcmp.c (memcmp_bytes): Likewise.
25016         * locale/programs/locarchive.c (compute_hashval): Likewise.
25017         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25018         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25019         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25020         * nss/getent.c (print_rpc, print_protocols): Likewise.
25021         (print_passwd, print_group, print_aliases): Likewise.
25022         * nis/nss-nisplus.h (niserr2nss): Likewise.
25023         * nscd/connections.c (restart_p): Likewise.
25024         Change return type to bool.
25025
25026 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25027
25028         * Makeconfig (all-Depend-files): Add existing
25029         $(sorted-subdirs:=/Depend) files.
25030         (all-subdirs): Remove nss.
25031         * sysdeps/unix/inet/Subdirs: Add it here instead.
25032         * hesiod/Depend: New file.
25033
25034         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25035         instead of calling alloca.
25036
25037         * io/lseek.c (__lseek): Rename to __libc_lseek.
25038         Define __lseek as an alias.
25039
25040         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25041
25042 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25043
25044         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25045         else clause and remove check for non-standard endianness.
25046
25047 2013-02-04  David S. Miller  <davem@davemloft.net>
25048
25049         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25050
25051 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25052
25053         [BZ #13550]
25054         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25055         (__ubp_memchr): Remove prototype.
25056         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25057         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25058         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25059         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25060         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25061         Remove alias.
25062         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25063         (__ubp_memchr): Likewise.
25064         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25065         (__ubp_memchr): Likewise.
25066         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25067         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25068         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25069         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25070         CHECK_STRING.
25071         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25072         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25073         (__getcwd): Do not use CHECK_STRING.
25074         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25075         <bp-checks.h>.
25076         (__real_chown): Do not use CHECK_STRING.
25077         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25078         <bp-checks.h>.
25079         (fchownat): Do not use CHECK_STRING.
25080         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25081         CHECK_STRING.
25082         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25083         <bp-checks.h>.
25084         (__lchown): Do not use CHECK_STRING.
25085         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25086         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25087         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25088         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25090         include <bp-checks.h>.
25091         (truncate64): Do not use CHECK_STRING.
25092         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25093         <bp-checks.h>.
25094         (__real_chown): Do not use CHECK_STRING.
25095         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25096         <bp-checks.h>.
25097         (__lchown): Do not use CHECK_STRING.
25098         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25099         <bp-checks.h>.
25100         (__chown): Do not use CHECK_STRING.
25101         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25102         <bp-checks.h>.
25103         (truncate64): Do not use CHECK_STRING.
25104         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25105         Likewise.
25106         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25107         (__xmknod): Do not use CHECK_STRING.
25108         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25109         <bp-checks.h>.
25110         (__xmknodat): Do not use CHECK_STRING.
25111         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25112         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25113
25114 2013-02-04  Andreas Schwab  <schwab@suse.de>
25115
25116         [BZ #14142]
25117         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25118         * include/netdb.h: Likewise for h_errno.
25119         * elf/tst-stackguard1.c: Include <tls.h>.
25120
25121 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25122
25123         * elf/link.h (struct link_map): Extend the l_addr comment.
25124         * include/link.h (struct link_map): Likewise.
25125
25126 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25127
25128         [BZ #13550]
25129         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25130         (BOUNDED_1): Remove macro.
25131         * debug/backtrace.c: Don't include <bp-checks.h>.
25132         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25133         (__backtrace): Likewise.
25134         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25135         <bp-checks.h>.
25136         (__backtrace): Don't use BOUNDED_1.
25137         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25138         <bp-checks.h>.
25139         (__backtrace): Don't use BOUNDED_1.
25140         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25141         (__backtrace): Don't use BOUNDED_1.
25142         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25143         (shmat): Don't use BOUNDED_N.
25144
25145 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25146
25147         [BZ #13550]
25148         * sysdeps/generic/bp-start.h: Remove file.
25149         * csu/libc-start.c: Don't include <bp-start.h>.
25150         (LIBC_START_MAIN): Set up __environ directly instead of using
25151         INIT_ARGV_and_ENVIRON.
25152         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25153         <bp-start.h>.
25154
25155         [BZ #13550]
25156         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25157         definitions.
25158         (CHECK_FCNTL): Likewise.
25159         (CHECK_N_PAGES): Likewise.
25160
25161         [BZ #13550]
25162         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25163         definitions.
25164         (CHECK_SIGSET_NULL_OK): Likewise.
25165         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25166         <bp-checks.h>.
25167         (sigpending): Don't use CHECK_SIGSET.
25168         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25169         <bp-checks.h>.
25170         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25171         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25172         <bp-checks.h>.
25173         (do_sigsuspend): Don't use CHECK_SIGSET.
25174         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25175         use CHECK_SIGSET.
25176         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25177         (do_sigwait): Don't use CHECK_SIGSET.
25178         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25179         use CHECK_SIGSET.
25180         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25181         include <bp-checks.h>.
25182         (sigpending): Don't use CHECK_SIGSET.
25183         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25184         include <bp-checks.h>.
25185         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25186         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25187         <bp-checks.h>.
25188         (sigpending): Don't use CHECK_SIGSET.
25189         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25190         <bp-checks.h>.
25191         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25192
25193         [BZ #13550]
25194         * sysdeps/generic/bp-semctl.h: Remove file.
25195         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25196         <bp-checks.h> and <bp-semctl.h>.
25197         (__old_semctl): Don't use CHECK_SEMCTL.
25198         (__new_semctl): Likewise.
25199         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25200         and <bp-semctl.h>.
25201         (__old_semctl): Don't use CHECK_SEMCTL.
25202         (__new_semctl): Likewise.
25203         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25204         <bp-checks.h> and <bp-semctl.h>.
25205         (__old_semctl): Don't use CHECK_SEMCTL.
25206         (__new_semctl): Likewise.
25207         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25208         <bp-checks.h> and <bp-semctl.h>.
25209         (semctl): Don't use CHECK_SEMCTL.
25210
25211         [BZ #13550]
25212         * Makerules (elide-bp-thunks): Remove variable.
25213         (elide-routines.oS): Don't use $(elide-bp-thunks).
25214         (elide-routines.os): Likewise.
25215         (elide-routines.o): Likewise.
25216         (elide-routines.op): Likewise.
25217         (elide-routines.og): Likewise.
25218         (objects): Don't use $(bp-thunks).
25219         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25220         include.
25221         (common-generated): Do not add s-proto-bp.d.
25222         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25223         (int): Likewise.
25224         (typ): Likewise.
25225         Do not generate makefile rules for bounded-pointer thunks.
25226         * sysdeps/generic/bp-thunks.h: Remove file.
25227         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25228         * sysdeps/unix/s-proto-bp.S: Likewise.
25229
25230         [BZ #15062]
25231         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25232         parts of result separately when argument is not close to line from
25233         -i to i and one part of argument is small.
25234         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25235         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25236         * math/libm-test.inc (cacos_test): Add more tests.
25237         (casin_test): Likewise.
25238         (casinh_test): Likewise.
25239         * sysdeps/i386/fpu/libm-test-ulps: Update.
25240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25241
25242 2013-01-31  David S. Miller  <davem@davemloft.net>
25243
25244         * po/de.po: Update from translation team.
25245
25246 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25247
25248         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25249
25250 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25251
25252         * configure.in (_AC_PROG_CC_C89): New definition.
25253         * configure: Regenerate.
25254
25255         * configure.in (AC_PROG_CPP): New definition.
25256         * configure: Regenerate.
25257
25258 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25259
25260         * debug/tst-backtrace.h: New file.
25261         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25262         (ret): Remove variable.
25263         (x): Likewise.
25264         (FAIL): Remove macro.
25265         (NO_INLINE): Likewise.
25266         (fn1): Use match function instead of strstr.
25267         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25268         (ret): Remove variable.
25269         (x): Likewise.
25270         (FAIL): Remove macro.
25271         (NO_INLINE): Likewise.
25272         (fn): Use match function instead of strstr.
25273         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25274         (ret): Remove variable.
25275         (x): Likewise.
25276         (FAIL): Remove macro.
25277         (NO_INLINE): Likewise.
25278         (handle_signal): Use match function instead of strstr.
25279         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25280         (ret): Remove variable.
25281         (x): Likewise.
25282         (FAIL): Remove macro.
25283         (NO_INLINE): Likewise.
25284         (handle_signal): Use match function instead of strstr.
25285
25286 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25287
25288         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25289
25290 2013-01-23  David S. Miller  <davem@davemloft.net>
25291
25292         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25293         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25294         argument of CAS if possible.
25295         * sysdeps/sparc/sparc64/bits/atomic.h
25296         (__arch_compare_and_exchange_val_32_acq): Likewise.
25297         (__arch_compare_and_exchange_val_64_acq): Likewise.
25298
25299 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25300
25301         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25302         * sysdeps/posix/ulimit.c: ... this.
25303         Include <limits.h>.
25304         * sysdeps/unix/bsd/ulimit.c: Remove file.
25305
25306 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25307
25308         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25309         (LDFLAGS-tst-array5): Likewise.
25310
25311 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25312
25313         [BZ #15036]
25314         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25315         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25316         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25317         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25318
25319 2013-01-21  David S. Miller  <davem@davemloft.net>
25320
25321         * sysdeps/sparc/backtrace.c: New file.
25322         * sysdeps/sparc/sparc32/backtrace.h: New file.
25323         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25324         * sysdeps/sparc/sparc64/backtrace.h: New file.
25325         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25326         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25327         -funwind-tables.
25328
25329 2013-01-21  Andreas Schwab  <schwab@suse.de>
25330
25331         [BZ #15020]
25332         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25333         closed its stdout.
25334
25335 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25336
25337         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25338         "mpa2.h".
25339         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25340
25341 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25342             Mark Mitchell  <mark@codesourcery.com>
25343             Tom de Vries  <tom@codesourcery.com>
25344             Paul Pluzhnikov  <ppluzhnikov@google.com>
25345
25346         * debug/tst-backtrace2.c: New file.
25347         * debug/tst-backtrace3.c: Likewise.
25348         * debug/tst-backtrace4.c: Likewise.
25349         * debug/tst-backtrace5.c: Likewise.
25350         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25351         (CFLAGS-tst-backtrace3.c): Likewise.
25352         (CFLAGS-tst-backtrace4.c): Likewise.
25353         (CFLAGS-tst-backtrace5.c): Likewise.
25354         (LDFLAGS-tst-backtrace2): Likewise.
25355         (LDFLAGS-tst-backtrace3): Likewise.
25356         (LDFLAGS-tst-backtrace4): Likewise.
25357         (LDFLAGS-tst-backtrace5): Likewise.
25358         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25359         tst-backtrace4 and tst-backtrace5.
25360
25361 2013-01-18  Anton Blanchard  <anton@samba.org>
25362             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25363
25364         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25365         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25366         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25367         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25369         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25370         "+r" and remove output regs list as redundant.  Add explicit inline
25371         asm to specify register of return val to work around compiler codegen
25372         bug.  Remove (int) cast on return value.  Add return type parameter to
25373         use in macro so that this macro does not truncate return value for
25374         64-bit values.
25375         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25376         pass to INTERNAL_VSYSCALL_NCS.
25377         (INLINE_VSYSCALL): Add 'long int' as return type to
25378         INTERNAL_VSYSCALL_NCS macro invocation.
25379         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25380         INTERNAL_VSYSCALL_NCS macro invocation.
25381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25382
25383 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25384
25385         [BZ #14496]
25386         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25387         Fix application of SIMD FP exception mask.
25388
25389         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25390         mp_no from a power of two.
25391         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25392         __mpexp_twomm1.  Use __pow_mp.
25393
25394         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25395         multiplication.
25396
25397 2013-01-17  David S. Miller  <davem@davemloft.net>
25398
25399         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25400
25401 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25402
25403         [BZ #15023]
25404         * include/complex.h: Condition contents on [!_COMPLEX_H].
25405         (__kernel_casinhf): New prototype.
25406         (__kernel_casinh): Likewise.
25407         (__kernel_casinhl): Likewise.
25408         * math/Makefile (libm_calls): Add k_casinh.
25409         * math/k_casinh.c: New file.
25410         * math/k_casinhf.c: Likewise.
25411         * math/k_casinhl.c: Likewise.
25412         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25413         finite nonzero arguments.
25414         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25415         finite nonzero arguments.
25416         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25417         finite nonzero arguments.
25418         * math/s_casinh.c: Do not include <float.h>.
25419         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25420         * math/s_casinhf.c: Do not include <float.h>.
25421         (__casinhf): Move code for finite nonzero arguments to
25422         k_casinhf.c.
25423         * math/s_casinhl.c: Do not include <float.h>.
25424         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25425         redefine.
25426         (__casinhl): Move code for finite nonzero arguments to
25427         k_casinhl.c.
25428         * math/libm-test.inc (cacos_test): Add more tests.
25429         * sysdeps/i386/fpu/libm-test-ulps: Update.
25430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25431
25432 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25433
25434         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25435         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25436         [!HAVE_MREMAP]: Remove [defined linux] case.
25437         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25438
25439 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25440
25441         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25442
25443 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25444
25445         * elf/elf.h (R_386_SIZE32): New relocation.
25446         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25447         R_386_SIZE32.
25448         (elf_machine_rela): Likewise.
25449         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25450         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25451
25452 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25453
25454         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25455         (FP_FAST_FMA): Do not define.
25456         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25457         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25458         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25459         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25460         !_SOFT_FLOAT]: Likewise.
25461         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25462         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25463         value.
25464         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25465         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25466         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25467         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25468         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25469         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25470         file.
25471
25472 2013-01-16  Andreas Schwab  <schwab@suse.de>
25473
25474         [BZ #14327]
25475         * include/stdlib.h (__mktemp): Add declaration.
25476         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25477         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25478
25479 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25480
25481         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25482         definitions.
25483         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25484         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25485         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25486         definitions here.
25487         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25488         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25489         definitions.
25490         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25491         and ONE.
25492         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25493         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25494         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25495         definitions.
25496         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25497         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25498         definitions.
25499         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25500
25501         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25502
25503 2013-01-15  David S. Miller  <davem@davemloft.net>
25504
25505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25506         trunc{,f} to libm-sysdep_routes.
25507         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25509         file.
25510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25512         file.
25513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25514         file.
25515         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25516         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25517         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25518         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25519         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25520         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25521         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25522         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25523
25524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25525         nearbyint{,f} to libm-sysdep_routes.
25526         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25528         New file.
25529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25530         file.
25531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25532         New file.
25533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25534         file.
25535         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25536         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25537         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25538         file.
25539         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25540         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25541         file.
25542         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25543         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25544         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25545
25546         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25547         libc_feholdexcept and libc_fesetenv.
25548
25549 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25550
25551         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25552
25553 2013-01-14  David S. Miller  <davem@davemloft.net>
25554
25555         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25556         (SPARC_ASM_VIS2_IFUNC): Likewise.
25557         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25559         use of 'siam' instruction.
25560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25561         Likewise.
25562         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25563         Likewise.
25564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25565         Likewise.
25566         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
25567         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
25568         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
25569         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
25570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
25571         file.
25572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
25573         file.
25574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
25575         file.
25576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
25577         file.
25578         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
25579         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
25580         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
25581         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
25582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
25583         new VIS2 routines.
25584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25587         Likewise.
25588         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25589         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25590         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25591         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
25593         routines to libm-sysdep_routines.
25594         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25595
25596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25597         fdim/fdimf to libm-sysdep_routines.
25598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
25599         file.
25600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
25601         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
25602         file.
25603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
25604         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
25605         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
25606         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
25607         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
25608         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
25609         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
25610
25611 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25612
25613         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
25614         to optimize copies.
25615
25616         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
25617         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25618         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25619
25620         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
25621         local variable MPTWO.
25622         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25623         Likewise.
25624
25625 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25626
25627         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
25628         GLOB_NOESCAPE.
25629
25630 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25631
25632         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
25633
25634 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25635
25636         * manual/pattern.texi (glob_t): Document gl_flags.
25637         (glob64_t): Likewise.
25638
25639 2013-01-11  David S. Miller  <davem@davemloft.net>
25640
25641         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
25642         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
25643         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
25644         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
25645         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
25646         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
25647         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
25648         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
25649         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
25650         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
25651         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
25652         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
25653         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
25654
25655         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25656         sparc V9 rather than using V8 code.
25657         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25658         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25659
25660         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
25661         Move to...
25662         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
25663         Here.
25664
25665 2013-01-11  Roland McGrath  <roland@hack.frob.com>
25666
25667         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
25668         not in the main loop.
25669         * configure: Regenerated.
25670
25671 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
25672
25673         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
25674         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
25675         to just #else.
25676         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
25677         [!__GLIBC_HAVE_LONG_LONG] case.
25678         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
25679         condition to just #else.
25680         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
25681         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
25682         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
25683         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
25684         unconditional.
25685         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
25686         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25687         #elif condition to just #else.
25688         * sysdeps/unix/sysv/linux/sys/sysmacros.h
25689         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
25690         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25691         #elif condition to just #else.
25692
25693 2013-01-11  Steve Ellcey  <sellcey@mips.com>
25694
25695         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
25696         (EF_MIPS_ARCH_64): Fix value.
25697         (EF_MIPS_ARCH_32R2): New.
25698         (EF_MIPS_ARCH_64R2): New.
25699
25700 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
25701
25702         * Makeconfig (+link-pie-before-libc): New.
25703         (+link-pie-after-libc): Likewise.
25704         (+link-pie-tests): Likewise.
25705         (+link-pie): Rewritten.
25706         (link-before-libc): Remove $(config-LDFLAGS).
25707         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
25708         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
25709         (config-LDFLAGS): Renamed to ...
25710         (rtld-LDFLAGS): This.
25711         (rtld-tests-LDFLAGS): New macro.
25712         (link-libc-rpath-link): Likewise.
25713         (link-libc-tests-rpath-link): Likewise.
25714         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
25715         (link-libc): Prepand $(link-libc-rpath-link).
25716         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
25717         (test-program-prefix): New macro.
25718         (test-via-rtld-prefix): Likewise.
25719         (test-program-cmd): Likewise.
25720         (host-test-program-cmd): Likewise.
25721         * Makefile ($(common-objpfx)testrun.sh): Replace
25722         $(run-program-prefix) with $(test-program-prefix).
25723         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
25724         $(rtld-LDFLAGS).
25725         ($(common-objpfx)shlib.lds): Likewise.
25726         (build-module-helper): Likewise.
25727         ($(common-objpfx)format.lds): Likewise.
25728         * Rules (binaries-pie-tests): New.
25729         (binaries-pie-notests): Likewise.
25730         (binaries-pie): Rewritten.
25731         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
25732         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
25733         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
25734         (make-test-out): Replace $(host-built-program-cmd) with
25735         $(host-test-program-cmd).
25736         * config.make.in (build-hardcoded-path-in-tests): New variable.
25737         * configure.in (--enable-hardcoded-path-in-tests): New configure
25738         option.
25739         (hardcoded_path_in_tests): New AC_SUBST.
25740         * configure: Regenerated.
25741         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
25742         $(built-program-cmd) with $(test-program-cmd).
25743         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
25744         (test_program_cmd): This.
25745         * elf/Makefile ($(objpfx)order.out): Run test with
25746         $(test-program-prefix).
25747         ($(objpfx)order2.out): Likewise.
25748         ($(objpfx)tst-initorder.out): Likewise.
25749         ($(objpfx)tst-initorder2.out): Likewise.
25750         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
25751         $(test-program-cmd).
25752         ($(objpfx)tst-array1-static.out): Likewise.
25753         ($(objpfx)tst-array2.out): Likewise.
25754         ($(objpfx)tst-array3.out): Likewise.
25755         ($(objpfx)tst-array4.out): Likewise.
25756         ($(objpfx)tst-array5.out): Likewise.
25757         ($(objpfx)tst-array5-static.out): Likewise.
25758         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
25759         $(test-program-cmd).
25760         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
25761         $(run-program-prefix) with $(test-program-prefix).
25762         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
25763         (test_program_prefix): This.
25764         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
25765         $(run-program-prefix) with $(test-program-prefix).
25766         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
25767         (test_program_prefix): This.
25768         * iconvdata/tst-tables.sh: Likewise.
25769         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
25770         $(run-program-prefix) with $(test-program-prefix).
25771         ($(objpfx)tst-translit.out): Likewise.
25772         ($(objpfx)tst-gettext2.out): Likewise.
25773         ($(objpfx)tst-gettext4.out): Likewise.
25774         ($(objpfx)tst-gettext6.out): Likewise.
25775         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
25776         (test_program_prefix): This.
25777         * intl/tst-gettext2.sh: Likewise.
25778         * intl/tst-gettext4.sh  Likewise.
25779         * intl/tst-gettext6.sh: Likewise.
25780         * intl/tst-translit.sh: Likewise.
25781         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
25782         with $(test-program-cmd).
25783         * libio/Makefile ($(objpfx)test-freopen.out): Replace
25784         $(run-program-prefix) with $(test-program-prefix).
25785         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
25786         (test_program_prefix): This.
25787         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
25788         $(run-program-prefix) with $(test-program-prefix).
25789         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
25790         (test_program_prefix): This.
25791         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
25792         * posix/Makefile ($(objpfx)globtest.out): Replace
25793         $(run-via-rtld-prefix) and $(test-wrapper) with
25794         $(test-program-prefix) and $(test-via-rtld-prefix).
25795         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
25796         $(test-program-prefix).
25797         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
25798         $(host-test-program-cmd).
25799         (tst-spawn-ARGS): Likewise.
25800         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
25801         $(test-program-prefix).
25802         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
25803         (test_via_rtld_prefix): This.
25804         (test_wrapper): Renamed to ...
25805         (test_program_prefix): This.
25806         (run_program_prefix): Replaced by test_program_prefix.
25807         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
25808         (test_program_prefix): This.
25809         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
25810         with $(host-test-program-cmd).
25811         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
25812         $(run-program-prefix) with $(test-program-prefix).
25813         ($(objpfx)tst-printf.out): Likewise.
25814         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
25815         $(test-program-cmd).
25816         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
25817         (test_program_prefix): This.
25818         * stdio-common/tst-unbputc.sh: Likewise.
25819         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
25820         $(run-program-prefix) with $(test-program-prefix).
25821         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
25822         (test_program_prefix): This.
25823         * string/Makefile ($(objpfx)tst-svc.out):  Replace
25824         $(built-program-cmd) with $(test-program-cmd).
25825
25826 2013-01-11  Andreas Jaeger  <aj@suse.de>
25827
25828         [BZ #15003]
25829         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25830         value. Sync with Linux 3.7.
25831
25832 2013-01-10  David S. Miller  <davem@davemloft.net>
25833
25834         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25835         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25836         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25837
25838 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25839
25840         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25841         never set.
25842         * configure: Regenerated.
25843
25844 2013-01-10  David S. Miller  <davem@davemloft.net>
25845
25846         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25847         sparc V9 rather than using V8 code.
25848         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25849         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25850
25851 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25852
25853         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25854         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25855         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25856         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25857         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25858         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25859         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25860         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25861         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25862         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25863         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
25864         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
25865         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
25866         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
25867         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
25868         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
25869         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
25870         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
25871         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
25872         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
25873         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
25874         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
25875         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
25876         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
25877         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
25878         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
25879         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
25880
25881 2013-01-10  David S. Miller  <davem@davemloft.net>
25882
25883         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25884
25885 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25886
25887         * posix/Makefile (tests-static): New variable.
25888         (tests): Add $(tests-static).
25889         (tst-exec-static-ARGS): New variable.
25890         (tst-spawn-static-ARGS): Likewise.
25891         * posix/tst-exec-static.c: New file.
25892         * posix/tst-spawn-static.c: Likewise.
25893         * posix/tst-exec.c: Support run directly.
25894         * posix/tst-spawn.c: Likewise.
25895
25896 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
25897
25898         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
25899         long.
25900         * math/bits/mathcalls.h (llrint): Likewise.
25901         (llround): Likewise.
25902         * stdlib/stdlib.h (struct drand48_data): Likewise.
25903         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
25904         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
25905         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
25906         Likewise.
25907         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
25908         Likewise.
25909         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
25910         (elf_greg_t): Likewise.
25911         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
25912         (__jmp_buf): Likewise.
25913         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
25914         definitions.
25915         (llrint): Likewise, for all definitions.
25916         (llrintl): Likewise.
25917
25918         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
25919         Remove [__GNUC__] condition.
25920         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
25921         condition to just [__USE_ISOC99].
25922         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
25923
25924 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25925
25926         [BZ #14200]
25927         * sysdeps/unix/sysv/linux/x86/bits/environments.h
25928         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
25929         defined.
25930         (_POSIX_V6_ILP32_OFF32): Likewise.
25931         (_XBS5_ILP32_OFF32): Likewise.
25932         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
25933         (__ILP32_OFFBIG_LDFLAGS): Likewise.
25934
25935 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25936
25937         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
25938
25939         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
25940         doubles __mpexp_twomm1.  Adjust usage.
25941         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
25942         Remove.
25943
25944 2013-01-10  Andreas Schwab  <schwab@suse.de>
25945
25946         [BZ #14964]
25947         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
25948         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
25949
25950 2013-01-09  David S. Miller  <davem@davemloft.net>
25951
25952         [BZ #15003]
25953         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
25954         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
25955         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
25956         (TCP_FASTOPEN): Define.
25957         (tcp_repair_opt): New structure.
25958         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
25959         enum values.
25960         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
25961         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
25962         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
25963         (tcp_cookie_transactions): New structure.
25964
25965 2013-01-09  Anton Blanchard  <anton@samba.org>
25966
25967         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
25968         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
25969         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
25970         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
25971
25972 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
25973
25974         * include/features.h (__USE_ANSI): Remove.
25975
25976 2013-01-09  Roland McGrath  <roland@hack.frob.com>
25977
25978         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
25979
25980         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
25981
25982 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
25983
25984         * sysdeps/s390/fpu/libm-test-ulps: Update.
25985
25986         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25987
25988         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
25989         (__acr): Likewise.
25990         (__cpy): Likewise.
25991         (norm): Likewise.
25992         (denorm): Likewise.
25993         (__mp_dbl): Likewise.
25994         (__dbl_mp): Likewise.
25995         (add_magnitudes): Likewise.
25996         (sub_magnitudes): Likewise.
25997         (__add): Likewise.
25998         (__sub): Likewise.
25999         (__mul): Likewise.
26000         (__inv): Likewise.
26001         (__dvd): Likewise.
26002         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26003         (__acr): Likewise.
26004         (__cpy): Likewise.
26005         (norm): Likewise.
26006         (denorm): Likewise.
26007         (__mp_dbl): Likewise.
26008         (__dbl_mp): Likewise.
26009         (add_magnitudes): Likewise.
26010         (sub_magnitudes): Likewise.
26011         (__add): Likewise.
26012         (__sub): Likewise.
26013         (__mul): Likewise.
26014         (__inv): Likewise.
26015         (__dvd): Likewise.
26016         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26017         (__acr): Likewise.
26018         (__cpy): Likewise.
26019         (norm): Likewise.
26020         (denorm): Likewise.
26021         (__mp_dbl): Likewise.
26022         (__dbl_mp): Likewise.
26023         (add_magnitudes): Likewise.
26024         (sub_magnitudes): Likewise.
26025         (__add): Likewise.
26026         (__sub): Likewise.
26027         (__mul): Likewise.
26028         (__inv): Likewise.
26029         (__dvd): Likewise.
26030
26031 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26032
26033         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26034         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26035         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26036         2 && __USE_EXTERN_INLINES]: Likewise.
26037
26038 2013-01-08  Andreas Jaeger  <aj@suse.de>
26039
26040         [BZ# 14985]
26041         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26042         Remove.
26043         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26044         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26045
26046 2013-01-07  Anton Blanchard  <anton@samba.org>
26047
26048         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26049         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26050         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26051         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26052         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26053         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26054         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26055         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26056         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26057         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26058         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26059         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26060         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26061         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26062         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26063         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26064         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26065         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26066         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26067         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26068         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26069         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26070         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26071         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26072         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26073         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26074         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26075         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26076         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26077         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26078         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26079         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26080         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26081         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26082         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26083         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26084         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26085         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26086         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26087         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26088         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26089         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26090         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26091
26092 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26093
26094         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26095         (__MALLOC_PMT): Likewise.
26096         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26097         [__GNUC__], only on [_LIBC].
26098         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26099         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26100         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26101         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26102         forward declaration.
26103         (realloc_hook_ini): Likewise.
26104         (memalign_hook_ini): Likewise.
26105         (__libc_memalign): Do not use __MALLOC_PMT in variable
26106         declaration.
26107         (__libc_valloc): Likewise.
26108         (__libc_pvalloc): Likewise.
26109         (__libc_calloc): Likewise.
26110         (__posix_memalign): Likewise.
26111
26112         [BZ #14996]
26113         * math/s_casinh.c: Include <float.h>.
26114         (__casinh): Do not do computation with squaring and square root
26115         for large arguments.
26116         * math/s_casinhf.c: Include <float.h>.
26117         (__casinhf): Do not do computation with squaring and square root
26118         for large arguments.
26119         * math/s_casinhl.c: Include <float.h>.
26120         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26121         (__casinhl): Do not do computation with squaring and square root
26122         for large arguments.
26123         * math/libm-test.inc (casin_test): Add more tests.
26124         (casinh_test): Likewise.
26125         * sysdeps/i386/fpu/libm-test-ulps: Update.
26126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26127
26128 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26129
26130         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26131         (__x86_64_raw_data_cache_size): Likewise.
26132         (__x86_64_data_cache_size_half): Likewise.
26133         (__x86_64_raw_data_cache_size_half): Likewise.
26134         (__x86_64_shared_cache_size): Likewise.
26135         (__x86_64_raw_shared_cache_size): Likewise.
26136         (__x86_64_shared_cache_size_half): Likewise.
26137         (__x86_64_raw_shared_cache_size_half): Likewise.
26138         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26139         to ...
26140         (__x86_data_cache_size): This.
26141         (__x86_64_raw_data_cache_size): Renamed to ...
26142         (__x86_raw_data_cache_size): This.
26143         (__x86_64_data_cache_size_half): Renamed to ...
26144         (__x86_data_cache_size_half): This.
26145         (__x86_64_raw_data_cache_size_half): Renamed to ...
26146         (__x86_raw_data_cache_size_half): This.
26147         (__x86_64_shared_cache_size): Renamed to ...
26148         (__x86_shared_cache_size): This.
26149         (__x86_64_raw_shared_cache_size): Renamed to ...
26150         (__x86_raw_shared_cache_size): This.
26151         (__x86_64_shared_cache_size_half): Renamed to ...
26152         (__x86_shared_cache_size_half): This.
26153         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26154         (__x86_raw_shared_cache_size_half): This.
26155         * sysdeps/x86_64/memcpy.S: Updated.
26156         * sysdeps/x86_64/memset.S: Likewise.
26157         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26158         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26159         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26160
26161 2013-01-04  David S. Miller  <davem@davemloft.net>
26162
26163         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26164
26165 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26166
26167         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26168         1 to avoid redefinition warning.
26169         (__USE_GNU): Don't define.
26170         (init_signaling_nan): Protoize.
26171
26172         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26173
26174 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26175
26176         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26177         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26178         (__cpymn): Likewise.
26179         (norm): Remove commented code.
26180         (denorm): Likewise.
26181         (__mp_dbl): Likewise.
26182         (__inv): Likewise.
26183         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26184         (__cpymn): Likewise.
26185         (norm): Remove commented code.
26186         (denorm): Likewise.
26187         (__mp_dbl): Likewise.
26188         (__inv): Likewise.
26189
26190         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26191         mp_no value for 1.0 and 2.0.
26192         (norm): Use RADIXI instead of radixi.d.
26193         (denorm): Likewise.
26194         (__mul): Use 0.0 instead of zero.d.
26195         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26196         mp_no value for 1.0 and 2.0.
26197         (norm): Use RADIXI instead of radixi.d.
26198         (denorm): Likewise.
26199         (__mul): Use 0.0 instead of zero.d.
26200
26201 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26202
26203         [BZ #14994]
26204         * math/s_casinh.c (__casinh): Reduce finite argument to first
26205         quadrant then set signs of results at the end.
26206         * math/s_casinhf.c (__casinhf): Likewise.
26207         * math/s_casinhl.c (__casinhl): Likewise.
26208         * math/libm-test.inc (casin_test): Add more tests.
26209         (casinh_test): Likewise.
26210         * sysdeps/i386/fpu/libm-test-ulps: Update.
26211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26212
26213 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26214
26215         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26216
26217         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26218
26219         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26220         declarations.
26221         (denorm): Likewise.
26222         (__mp_dbl): Likewise.
26223         (__inv): Likewise.
26224
26225         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26226         and adjust the header comment.
26227
26228         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26229         variable name from declaration.
26230
26231 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26232
26233         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26234         Initialize COMMON_CPUID_INDEX_7 element.
26235         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26236         (CPUID_RTM): Likewise.
26237         (HAS_RTM): Likewise.
26238         (COMMON_CPUID_INDEX_7): New enum.
26239
26240 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26241
26242         [BZ #14981]
26243         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26244         size is zero, record memory as freed.
26245
26246 2013-01-03  Andreas Jaeger  <aj@suse.de>
26247
26248         * po/ia.po: Add new Interlingua translation.
26249
26250 2012-01-03  Allan McRae  <allan@archlinux.org>
26251
26252         * locale/programs/localedef.c: Fix description of '--posix' flag.
26253
26254 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26255
26256         * NEWS: Update dates in second copyright notice.
26257         * README: Update copyright dates in example.
26258         * manual/libc.texinfo: Update copyright dates.
26259         * scripts/test-installation.pl: Update copyright date in --version
26260         output.
26261
26262         * hurd/ctty-input.c: Fix copyright notice formatting.
26263         * hurd/ctty-output.c: Likewise.
26264         * hurd/dtable.c: Likewise.
26265         * hurd/hurd-raise.c: Likewise.
26266         * hurd/hurdprio.c: Likewise.
26267         * hurd/msgportdemux.c: Likewise.
26268         * misc/sys/file.h: Likewise.
26269         * misc/sys/ioctl.h: Likewise.
26270         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26271         * sysdeps/mach/hurd/chdir.c: Likewise.
26272         * sysdeps/mach/hurd/fchdir.c: Likewise.
26273         * sysdeps/mach/hurd/rename.c: Likewise.
26274         * sysdeps/mach/hurd/rmdir.c: Likewise.
26275         * sysdeps/mach/hurd/seekdir.c: Likewise.
26276         * sysdeps/mach/hurd/setsid.c: Likewise.
26277         * sysdeps/posix/wait3.c: Likewise.
26278
26279         * All files with FSF copyright notices: Update copyright dates
26280         using scripts/update-copyrights.
26281         * intl/plural.c: Regenerated.
26282         * locale/programs/charmap-kw.h: Likewise.
26283         * locale/programs/locfile-kw.h: Likewise.
26284
26285 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26286
26287         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26288         four values.
26289
26290         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26291         calculation loop and add branch prediction.
26292
26293         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26294         check access beyond bounds of m1np.
26295
26296         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26297         MPTWO.
26298         (__inv): Remove local variable MPTWO to use the global
26299         constant.
26300         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26301         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26302         variable MPTWO.
26303         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26304         MP3HALFS static const.
26305
26306 2013-01-01  David S. Miller  <davem@davemloft.net>
26307
26308         * po/ca.po: Update from translation team.
26309
26310 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26311
26312         * scripts/update-copyrights: New file.
26313         * Makeconfig: Reformat copyright notice.
26314         * ctype/ctype.h: Likewise.
26315         * debug/swprintf_chk.c: Likewise.
26316         * elf/dl-cache.c: Likewise.
26317         * elf/dl-debug.c: Likewise.
26318         * elf/dl-object.c: Likewise.
26319         * grp/initgroups.c: Likewise.
26320         * hurd/Makefile: Likewise.
26321         * hurd/hurd/signal.h: Likewise.
26322         * hurd/hurdfault.c: Likewise.
26323         * hurd/hurdioctl.c: Likewise.
26324         * hurd/hurdlookup.c: Likewise.
26325         * hurd/intr-msg.c: Likewise.
26326         * iconv/gconv_open.c: Likewise.
26327         * libio/swprintf.c: Likewise.
26328         * locale/lc-ctype.c: Likewise.
26329         * locale/nl_langinfo.c: Likewise.
26330         * mach/Machrules: Likewise.
26331         * mach/Makefile: Likewise.
26332         * malloc/obstack.h: Likewise.
26333         * manual/Makefile: Likewise.
26334         * manual/tsort.awk: Likewise.
26335         * misc/bits/stab.def: Likewise.
26336         * nis/nis_print_group_entry.c: Likewise.
26337         * nis/nis_table.c: Likewise.
26338         * nis/nss_compat/compat-pwd.c: Likewise.
26339         * nis/nss_compat/compat-spwd.c: Likewise.
26340         * po/Makefile: Likewise.
26341         * posix/fnmatch.c: Likewise.
26342         * posix/regex.h: Likewise.
26343         * resolv/Makefile: Likewise.
26344         * resolv/nss_dns/dns-network.c: Likewise.
26345         * resolv/res_hconf.c: Likewise.
26346         * scripts/gen-sorted.awk: Likewise.
26347         * soft-fp/soft-fp.h: Likewise.
26348         * stdio-common/printf.h: Likewise.
26349         * stdlib/monetary.h: Likewise.
26350         * stdlib/random.c: Likewise.
26351         * stdlib/random_r.c: Likewise.
26352         * sysdeps/generic/Makefile: Likewise.
26353         * sysdeps/gnu/Makefile: Likewise.
26354         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26355         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26356         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26357         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26358         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26359         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26360         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26361         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26362         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26363         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26364         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26365         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26366         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26367         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26368         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26369         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26370         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26371         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26372         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26373         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26374         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26375         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26376         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26377         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26378         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26379         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26380         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26381         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26382         * sysdeps/mach/hurd/errnos.awk: Likewise.
26383         * sysdeps/mach/hurd/fork.c: Likewise.
26384         * sysdeps/mach/hurd/getcwd.c: Likewise.
26385         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26386         * sysdeps/mach/hurd/mmap.c: Likewise.
26387         * sysdeps/mach/hurd/utimes.c: Likewise.
26388         * sysdeps/mach/hurd/xmknod.c: Likewise.
26389         * sysdeps/posix/profil.c: Likewise.
26390         * sysdeps/posix/readdir_r.c: Likewise.
26391         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26392         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26393         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26394         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26395         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26396         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26397         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26398         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26399         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26400         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26401         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26402         * sysdeps/pthread/lio_listio.c: Likewise.
26403         * sysdeps/sparc/dl-procinfo.h: Likewise.
26404         * sysdeps/unix/i386/sysdep.S: Likewise.
26405         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26406         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26407         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26408         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26410         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26411         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26412         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26413         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26414         * sysdeps/wordsize-32/divdi3.c: Likewise.
26415         * time/sys/time.h: Likewise.
26416         * wcsmbs/Makefile: Likewise.
26417
26418 2013-01-01  David S. Miller  <davem@davemloft.net>
26419
26420         * po/fr.po: Update from translation team.
26421
26422         * catgets/gencat.c: Update copyright year.
26423         * csu/version.c: Likewise.
26424         * debug/catchsegv.sh: Likewise.
26425         * debug/pcprofiledump.c: Likewise.
26426         * debug/xtrace.sh: Likewise.
26427         * elf/ldconfig.c: Likewise.
26428         * elf/ldd.bash.in: Likewise.
26429         * elf/pldd.c: Likewise.
26430         * elf/sotruss.ksh: Likewise.
26431         * elf/sprof.c: Likewise.
26432         * iconv/iconv_prog.c: Likewise.
26433         * iconv/iconvconfig.c: Likewise.
26434         * locale/programs/locale.c: Likewise.
26435         * locale/programs/localedef.c: Likewise.
26436         * login/programs/pt_chown.c: Likewise.
26437         * malloc/memusage.sh: Likewise.
26438         * malloc/memusagestat.c: Likewise.
26439         * malloc/mtrace.pl: Likewise.
26440         * nscd/nscd.c: Likewise.
26441         * nss/getent.c: Likewise.
26442         * nss/makedb.c: Likewise.
26443         * posix/getconf.c: Likewise.
26444
26445 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26446
26447         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26448         numbers.
26449
26450 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26451
26452         * math/bits/mathcalls.h (modf): Use __nonnull.
26453
26454 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26455
26456         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26457         (split): Use macro CN instead of the bare value.
26458         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26459         could be used.
26460         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26461         instead of the bare value.
26462         (power1): Likewise.
26463
26464 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26465
26466         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26467         __ATAN_TWOM.
26468         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26469
26470         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26471         their values.
26472         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26473         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26474         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26475         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26476
26477 2012-12-28  Andreas Jaeger  <aj@suse.de>
26478
26479         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26480         values are from Linux 3.7.
26481
26482         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26483         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26484
26485 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26486
26487         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26488         TRUE case.
26489
26490         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26491         (norm): Likewise.
26492         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26493         variables with preprocessor constants.
26494         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26495         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26496         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26497
26498 2012-12-27  Bruno Haible  <bruno@clisp.org>
26499
26500         [BZ #14317]
26501         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26502         only if needed.
26503
26504 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26505
26506         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26507         and use variable directly.
26508         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26509
26510         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26511         MPONE.
26512         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26513         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26514         variable MPONE.
26515         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26516         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26517         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26518         include directive.  Remove local variable MPONE.
26519         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26520         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26521         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26522
26523 2012-12-25  David S. Miller  <davem@davemloft.net>
26524
26525         * version.h (RELEASE): Set to "development".
26526         (VERSION): Set to "2.17.90".
26527         * NEWS: Add 2.18 section.
26528
26529 2012-12-21  David S. Miller  <davem@davemloft.net>
26530
26531         * po/hr.po: Update from translation team.
26532
26533 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26534
26535         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26536
26537 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26538
26539         * NEWS:  Mention new memcpy for MIPS.
26540
26541 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26542
26543         * manual/contrib.texi (Contributors): Spelling correction.
26544
26545 2012-12-15  David S. Miller  <davem@davemloft.net>
26546
26547         * po/ru.po: Update from translation team.
26548
26549 2012-12-13  David S. Miller  <davem@davemloft.net>
26550
26551         * NEWS: Mention IFUNC testsuite enhancements.
26552
26553         * po/pl.po: Update from translation team.
26554         * po/bg.po: Likewise.
26555
26556         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26557         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26558
26559 2012-12-11  David S. Miller  <davem@davemloft.net>
26560
26561         * po/sv.po: Update from translation team.
26562
26563         * po/vi.po: Update from translation team.
26564
26565         * po/cs.po: Update from translation team.
26566
26567         * po/de.po: Update from translation team.
26568         * po/eo.po: Likewise.
26569         * po/nl.po: Likewise.
26570
26571 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26572
26573         [BZ #14246]
26574         * manual/argp.texi (Argp Helper Functions): Move node to follow
26575         Argp Parsing State.
26576
26577         [BZ #14872]
26578         * manual/conf.texi (Limits on File System Capacity): Mention if
26579         terminating null is included in the max size.
26580
26581 2012-12-10  Andreas Jaeger  <aj@suse.de>
26582
26583         * po/cs.po: Update from translation team.
26584
26585 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26586
26587         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
26588         void pointer and cast to uintptr_t.
26589         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
26590         path.
26591         * sysdeps/s390/s390-64/memcpy.S: Likewise.
26592         * sysdeps/s390/s390-64/memset.S: Likewise.
26593
26594 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
26595
26596         [BZ #14833]
26597         * menual/message.texi (Message Translation): Fix typos.
26598         (Helper programs for gettext): Likewise.
26599
26600 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
26601
26602         [BZ #14898]
26603         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
26604         Change to -1.
26605
26606 2012-12-07  David S. Miller  <davem@davemloft.net>
26607
26608         * po/libc.pot: Update.
26609
26610 2012-12-07  Richard Henderson  <rth@redhat.com>
26611
26612         [BZ #10114]
26613         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
26614         normal/normal case to before the switch.
26615         (_FP_DIV): Likewise.
26616
26617 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
26618             Mike Frysinger  <vapier@gentoo.org>
26619
26620         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
26621         check for __NR_fadvise64_64.
26622
26623 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
26624
26625         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
26626         0, not just to plain "0" as a statement.
26627         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
26628         with cw.
26629
26630 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
26631
26632         * NEWS: Use sourceware.org in Bugzilla URL.
26633
26634 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
26635
26636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
26637         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26638
26639         * stdio-common/tst-put-error.c (do_test): Add newline to the
26640         padded test to ensure flush.
26641
26642 2012-12-05  Jeff Law  <law@redhat.com>
26643
26644         * sunrpc/etc.rpc (fedfs_admin): Add entry.
26645
26646 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
26647
26648         * README: Don't refer to ports add-on as distributed separately.
26649         Mention AArch64 in list of systems supported in the ports add-on.
26650
26651         * LICENSES: Add more non-FSF copyright and license notices.
26652
26653         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
26654         ((unused)).
26655
26656         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
26657
26658         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
26659         10000 as width of padded output.
26660
26661 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26662
26663         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
26664
26665         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
26666         variable LX with __attribute__ ((unused)).
26667         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
26668         Likewise.
26669         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
26670         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26671         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
26672         with __attribute__ ((unused)).
26673
26674 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
26675
26676         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
26677
26678 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26679
26680         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
26681         (CFLAGS-nldbl-acos.c): New variable.
26682         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
26683         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
26684         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
26685         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
26686         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
26687         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
26688         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
26689         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
26690         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
26691         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
26692         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
26693         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
26694         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
26695         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
26696         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
26697         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
26698         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
26699         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
26700         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
26701         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
26702         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
26703         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
26704         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
26705         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
26706         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
26707         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
26708         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
26709         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
26710         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
26711         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
26712         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
26713         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
26714         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
26715         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
26716         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
26717         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
26718         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
26719         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
26720         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
26721         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
26722         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
26723         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
26724         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
26725         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
26726         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
26727         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
26728         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
26729         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
26730         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
26731         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
26732         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
26733         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
26734         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
26735         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
26736         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
26737         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
26738         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
26739         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
26740         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
26741         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
26742         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
26743         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
26744         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
26745         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
26746         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
26747         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
26748         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
26749         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
26750         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
26751         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
26752         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
26753         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
26754         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
26755         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
26756         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
26757         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
26758         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
26759         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
26760         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
26761         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
26762         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
26763         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
26764         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
26765         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
26766         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
26767         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
26768         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
26769         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
26770         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
26771         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
26772         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
26773         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
26774         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
26775         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
26776         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
26777         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
26778         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
26779
26780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26781         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26782
26783         [BZ #14914]
26784         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
26785         whole low double instead of just low 47 bits when splitting values
26786         into two parts.
26787
26788 2012-12-03  Allan McRae  <allan@archlinux.org>
26789
26790         * manual/stdio.texi (Predefined Printf Handlers): Remove
26791         @hsep and @vsep usage.
26792
26793 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
26794
26795         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
26796         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
26797
26798 2012-12-03  Jeff Law  <law@redhat.com>
26799
26800         * time/sys/time.h (settimeofday): Do not mark TV argument
26801         as __nonnull.
26802
26803 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
26804
26805         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
26806         when currently writing and seek to current position when not.
26807         * libio/Makefile (tests): Remove bug-fclose1.
26808         * libio/bug-fclose1.c: Delete.
26809
26810 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
26811
26812         * manual/arith.texi (feenableexcept): Fix typo.
26813         (fedisableexcept): Likewise.
26814
26815 2012-11-30  Roland McGrath  <roland@hack.frob.com>
26816
26817         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
26818         second, differently-typed declaration, rather than a cast.
26819
26820 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26821
26822         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
26823         * include/rpc/svc.h: ... here.
26824
26825 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
26826
26827         [BZ #13013]
26828         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
26829         depending n and resplen2 to catch cases where answer
26830         equals answerp2.
26831
26832 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26833
26834         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26835         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26836
26837 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26838
26839         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26840
26841 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26842
26843         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26844
26845 2012-11-28  Jeff Law  <law@redhat.com>
26846
26847         [BZ #13761]
26848         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26849         dataset_temporary.  Track alloca usage into alloca_used.
26850         If dataset is large allocate and release it via malloc/free.
26851
26852 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26853
26854         [BZ #14197]
26855         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26856
26857 2012-11-28  David S. Miller  <davem@davemloft.net>
26858
26859         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26860
26861 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26862
26863         [BZ #14803]
26864         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
26865         of pi/2 rounded to nearest to 64 bits.
26866         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
26867         nearest to 64 bits.
26868         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
26869         bits.
26870
26871 2012-11-28  Jeff Law <law@redhat.com>
26872             Martin Osvald <mosvald@redhat.com>
26873
26874         [BZ #14889]
26875         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
26876         * sunrpc/svc.c: Include time.h.
26877         (__svc_accept_failed): New function.
26878         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
26879         any reason other than EINTR, call __svc_accept_failed.
26880         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
26881         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
26882
26883 2012-11-28  Andreas Schwab  <schwab@suse.de>
26884
26885         * scripts/abilist.awk: Also handle indirect functions in .opd
26886         section.
26887
26888 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26889
26890         [BZ #13881]
26891         * sysdeps/x86/fpu/powl_helper.c: New file.
26892         * sysdeps/x86/fpu/Makefile: Likewise.
26893         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
26894         (p3): New object.
26895         (__ieee754_powl): Use __powl_helper for finite arguments except
26896         integer exponents below 8.
26897         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
26898         (p3): New object.
26899         (__ieee754_powl): Use __powl_helper for finite arguments except
26900         integer exponents below 8.
26901         * math/libm-test.inc (pow_test): Add more tests and enable some
26902         previously disabled tests.
26903         * sysdeps/i386/fpu/libm-test-ulps: Update.
26904         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26905
26906 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26907             Carlos O'Donell  <carlos_odonell@mentor.com>
26908
26909         * nss/makedb.c (is_prime): Assert that input is odd and greater
26910         than 4.  Note that fact in a comment too.
26911         (next_prime): Add 4 to input.
26912
26913 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26914
26915         [BZ #11741]
26916         * libio/Makefile (tests): Add test case tst-fwrite-error.
26917         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
26918         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
26919         * libio/tst-fwrite-error.c: New test case.
26920
26921 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
26922
26923         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
26924         before casting to void *.
26925         * include/libc-internal.h (__pointer_type): New macro.
26926         (__integer_if_pointer_type_sub): Likewise.
26927         (__integer_if_pointer_type): Likewise.
26928         (cast_to_integer): Likewise.
26929         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
26930         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
26931         before casting to atomic64_t.
26932         (atomic_exchange_acq): Likewise.
26933         (__arch_exchange_and_add_body): Likewise.
26934         (__arch_add_body): Likewise.
26935         (atomic_add_negative): Likewise.
26936         (atomic_add_zero): Likewise.
26937
26938 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
26939
26940         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
26941         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
26942         (add_fdes): Likewise.
26943         (linear_search_fdes): Likewise.
26944         (binary_search_unencoded_fdes): Likewise.
26945
26946 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
26947
26948         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
26949
26950 2012-11-24  Adam Conrad  <adconrad@0c3.net>
26951
26952         * configure.in: Autodetect C++ header directories.
26953         * configure: Regenerated.
26954
26955 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
26956
26957         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
26958
26959 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
26960
26961         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26962
26963 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
26964
26965         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
26966         LDBL_MANT_DIG == 106]: Disable some tests.
26967         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26968         Likewise.
26969         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26970         Likewise.
26971
26972         [BZ #14871]
26973         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
26974         input for small inputs.  Return +/- pi/2 for large inputs.
26975         * math/libm-test.inc (atan_test): Add more tests.
26976
26977         * sysdeps/generic/unwind-dw2-fde-glibc.c
26978         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
26979         __attribute__ ((unused)).
26980
26981         [BZ #14645]
26982         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
26983         x * y if x and y are nonzero and z is zero.
26984
26985         [BZ #14811]
26986         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
26987         nonzero exponents with absolute value below 0x1p-117 to +/-
26988         0x1p-117.
26989
26990         [BZ #14869]
26991         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
26992         up arguments below 2**-450, not just those below 2**-500.
26993         * math/libm-test.inc (hypot_test): Add another test.
26994
26995         [BZ #14868]
26996         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
26997         Return a+b for ratio over 2**120, not 2**60.
26998         * math/libm-test.inc (hypot_test): Add another test.
26999
27000         * math/libm-test.inc (clog_test): Use
27001         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27002         (clog10_test): Likewise.
27003
27004         [BZ #6778]
27005         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27006
27007 2012-11-22  Andreas Schwab  <schwab@suse.de>
27008
27009         * sysdeps/i386/fpu/libm-test-ulps: Update.
27010
27011 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27012
27013         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27014         printf output with newline.
27015
27016 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27017
27018         [BZ #14865]
27019         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27020         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27021         -z nodlopen, -z initfirst and -z execstack support.
27022         * configure: Regenerated.
27023
27024         * elf/elf.h (DF_1_NODIRECT): New macro.
27025         (DF_1_IGNMULDEF): Likewise.
27026         (DF_1_NOKSYMS): Likewise.
27027         (DF_1_NOHDR): Likewise.
27028         (DF_1_EDITED): Likewise.
27029         (DF_1_NORELOC): Likewise.
27030         (DF_1_SYMINTPOSE): Likewise.
27031         (DF_1_GLOBAUDIT): Likewise.
27032         (DF_1_SINGLETON): Likewise.
27033         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27034         DT_1_SUPPORTED_MASK bits.
27035         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27036
27037 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27038
27039         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27040
27041 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27042
27043         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27044         macro.
27045
27046         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27047         (sendmmsg): Move declarations...
27048         * socket/sys/socket.h: ... here.
27049         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27050         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27051         include it from...
27052         * socket/recvmmsg.c: ... this new file.
27053         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27054         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27055         definition of __sendmmsg hidden.
27056         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27057         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27058         Move ENOSYS stub into and include it from...
27059         * socket/sendmmsg.c: ... this new file.
27060         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27061         (sysdep_routines): Move recvmmsg and sendmmsg...
27062         * socket/Makefile (routines): ... here.
27063         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27064         (GLIBC_PRIVATE): Add __sendmmsg.
27065         * include/sys/socket.h (__sendmmsg): Add declarations.
27066         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27067         sendmmsg.
27068
27069 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27070
27071         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27072         variable I1 with __attribute__ ((unused)).
27073         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27074
27075 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27076
27077         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27078         DUMMY variables with __attribute__ ((unused)).
27079
27080         * bits/byteswap.h: Include <bits/types.h>.
27081         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27082
27083 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27084
27085         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27086         string_t.  Do not manually set errno.
27087         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27088         length with __strnlen.  Make sure to both set errno and return it on
27089         failure.
27090
27091 2012-11-19  David S. Miller  <davem@davemloft.net>
27092
27093         With help from Joseph Myers.
27094         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27095         very large arguments properly.
27096         * math/libm-test.inc (atan_test): New tests.
27097         (atan2_test): New tests.
27098         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27099         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27100
27101 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27102
27103         [BZ #14856]
27104         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27105         Define to 3.
27106
27107         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27108         [POSIX] (EADDRNOTAVAIL): Likewise.
27109         [POSIX] (EAFNOSUPPORT): Likewise.
27110         [POSIX] (EALREADY): Likewise.
27111         [POSIX] (ECONNABORTED): Likewise.
27112         [POSIX] (ECONNREFUSED): Likewise.
27113         [POSIX] (ECONNRESET): Likewise.
27114         [POSIX] (EDESTADDRREQ): Likewise.
27115         [POSIX] (EDQUOT): Likewise.
27116         [POSIX] (EHOSTUNREACH): Likewise.
27117         [POSIX] (EIDRM): Likewise.
27118         [POSIX] (EISCONN): Likewise.
27119         [POSIX] (ELOOP): Likewise.
27120         [POSIX] (EMULTIHOP): Likewise.
27121         [POSIX] (ENETDOWN): Likewise.
27122         [POSIX] (ENETUNREACH): Likewise.
27123         [POSIX] (ENOBUFS): Likewise.
27124         [POSIX] (ENODATA): Likewise.
27125         [POSIX] (ENOLINK): Likewise.
27126         [POSIX] (ENOMSG): Likewise.
27127         [POSIX] (ENOPROTOOPT): Likewise.
27128         [POSIX] (ENOSR): Likewise.
27129         [POSIX] (ENOSTR): Likewise.
27130         [POSIX] (ENOTCONN): Likewise.
27131         [POSIX] (ENOTSOCK): Likewise.
27132         [POSIX] (EOPNOTSUPP): Likewise.
27133         [POSIX] (EOVERFLOW): Likewise.
27134         [POSIX] (EPROTO): Likewise.
27135         [POSIX] (EPROTONOSUPPORT): Likewise.
27136         [POSIX] (EPROTOTYPE): Likewise.
27137         [POSIX] (ESTALE): Likewise.
27138         [POSIX] (ETIME): Likewise.
27139         [POSIX] (ETXTBSY): Likewise.
27140         [POSIX] (EWOULDBLOCK): Likewise.
27141         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27142         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27143         [POSIX] (SEEK_CUR): Likewise.
27144         [POSIX] (SEEK_END): Likewise.
27145         [POSIX || UNIX98] (mode_t): Do not require.
27146         [POSIX] (off_t): Likewise.
27147         [POSIX] (pid_t): Likewise.
27148         [POSIX] (sys/stat.h): Do not allow header.
27149         [POSIX] (unistd.h): Likewise.
27150         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27151         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27152         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27153         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27154         require.
27155         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27156         sigevent): Specify elements.
27157         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27158         entry.
27159         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27160         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27161
27162         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27163         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27164         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27165         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27166         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27167         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27168         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27169         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27170         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27171         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27172         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27173         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27174         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27175         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27176         Likewise.
27177         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27178         Likewise.
27179         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27180         Likewise.
27181         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27182         Likewise.
27183         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27184         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27185         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27186         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27187         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27188         Specify lower bound on value.
27189         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27190         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27191         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27192         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27193         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27194         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27195         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27196         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27197         value.
27198         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27199         as optional.
27200         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27201         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27202         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27203         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27204         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27205         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27206         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27207         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27208         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27209         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27210         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27211         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27212         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27213         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27214         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27215         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27216         entry.
27217         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27218         optional.
27219         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27220         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27221         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27222         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27223         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27224         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27225         Likewise.
27226         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27227         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27228         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27229         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27230         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27231         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27232         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27233         as optional.
27234         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27235         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27236         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27237         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27238         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27239         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27240         specify as optional.
27241         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27242         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27243         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27244         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27245         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27246         [XPG3] (NL_LANGMAX): Likewise.
27247         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27248         [POSIX || XPG3] (NL_NMAX): Likewise.
27249         [POSIX || XPG3] (NL_SETMAX): Likewise.
27250         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27251         [XPG3] (NZERO): Likewise.
27252         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27253         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27254         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27255         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27256         (REG_ERANGE): Expect.
27257         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27258         optional-constant.
27259         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27260         Use (void) in prototype.
27261         [POSIX] (*_t): Allow.
27262         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27263         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27264         (WRDE_BADVAL): Expect.
27265
27266         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27267         expect.
27268         [XPG3 || XPG4] (O_RSYNC): Likewise.
27269         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27270         Likewise.
27271         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27272         [XPG3 || XPG4] (sigqueue): Likewise.
27273         [XPG3 || XPG4] (sigtimedwait): Likewise.
27274         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27275         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27276         [XPG3 || XPG4] (vsnprintf): Likewise.
27277         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27278         Likewise.
27279         [XPG3 || XPG4] (blksize_t): Likewise.
27280         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27281         Likewise.
27282         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27283         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27284         [XPG3 || XPG4] (struct itimerspec): Likewise.
27285         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27286         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27287         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27288         [XPG3 || XPG4] (clockid_t): Likewise.
27289         [XPG3 || XPG4] (timer_t): Likewise.
27290         [XPG3 || XPG4] (clock_getres): Likewise.
27291         [XPG3 || XPG4] (clock_gettime): Likewise.
27292         [XPG3 || XPG4] (clock_settime): Likewise.
27293         [XPG3 || XPG4] (nanosleep): Likewise.
27294         [XPG3 || XPG4] (timer_create): Likewise.
27295         [XPG3 || XPG4] (timer_delete): Likewise.
27296         [XPG3 || XPG4] (timer_gettime): Likewise.
27297         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27298         [XPG3 || XPG4] (timer_settime): Likewise.
27299         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27300         [XPG3 || XPG4] (getlogin_r): Likewise.
27301         [XPG3 || XPG4] (pread): Likewise.
27302         [XPG3 || XPG4] (pthread_atfork): Likewise.
27303         [XPG3 || XPG4] (pwrite): Likewise.
27304
27305         [BZ #14835]
27306         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27307         <bits/siginfo.h>.
27308
27309 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27310
27311         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27312         finalizing MALLSTREAM.
27313
27314         * sysdeps/mach/hurd/syncfs.c: New file.
27315
27316 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27317
27318         [BZ #14719]
27319         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27320         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27321         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27322         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27323         (_nss_dns_gethostbyname4_r): Likewise.
27324         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27325         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27326
27327 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27328
27329         [BZ #13763]
27330         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27331
27332 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27333
27334         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27335         * elf/cache.c (print_entry): Print ",AArch64" for
27336         FLAG_AARCH64_LIB64
27337
27338         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27339         * elf/cache.c (print_entry): Print ",hard-float" for
27340         FLAG_ARM_LIBHF.
27341
27342 2012-11-18  David S. Miller  <davem@davemloft.net>
27343
27344         With help from Joseph Myers.
27345         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27346         cutoff to 2**-13.
27347         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27348         cutoff to 2**-25.
27349         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27350         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27351         small.
27352         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27353         * math/libm-test.inc (y0_test): New tests.
27354         (y1_test): New tests.
27355         * sysdeps/i386/fpu/libm-test-ulps: Update.
27356         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27357         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27358
27359 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27360
27361         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27362         64-bit targets.
27363         * configure: Regenerated.
27364
27365 2012-11-17  David S. Miller  <davem@davemloft.net>
27366
27367         [BZ #14811]
27368         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27369         nonzero exponents with absolute value below 0x1p-128 to +/-
27370         0x1p-128.
27371
27372 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27373
27374         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27375
27376         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27377
27378         * posix/getconf-speclist.c: New file.
27379         * posix/posix-envs.def: Likewise.
27380         * posix/confstr.c (START_ENV_GROUP): New macro.
27381         (END_ENV_GROUP): Likewise.
27382         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27383         (KNOWN_PRESENT_ENV_STRING): Likewise.
27384         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27385         (UNKNOWN_ENVIRONMENT): Likewise.
27386         (confstr): Include posix-envs.def instead of handling
27387         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27388         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27389         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27390         (END_ENV_GROUP): Likewise.
27391         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27392         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27393         (UNKNOWN_ENVIRONMENT): Likewise.
27394         (__sysconf): Include posix-envs.def instead of handling associated
27395         cases directly here.
27396         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27397         preprocessing getconf-speclist.c rather than running getconf or
27398         generating empty file.
27399
27400 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27401
27402         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27403
27404 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27405
27406         [BZ #14672]
27407         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27408
27409 2012-11-16  David S. Miller  <davem@davemloft.net>
27410
27411         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27412         smaller than LDBL_EPSILON/2.0L, just return xm1.
27413
27414 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27415
27416         * elf/tst-array1.c (init): Set constructor priority to 1000.
27417         (fini): Set destructor priority to 1000.
27418         * elf/tst-array2dep.c: Likewise.
27419
27420 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27421
27422         [BZ #11741]
27423         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27424         (_IO_new_file_xsputn): Also return EOF if none of the input
27425         data was written when overflow failed.
27426         * libio/iopadn.c (_IO_padn): Likewise.
27427         * libio/iowpadn.c (_IO_wpadn): Likewise.
27428         * stdio-common/tst-put-error.c: Add copyright notice.
27429         (do_test): Add case for printing padded string.
27430         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27431         _IO_padn returned error.
27432         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27433         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27434         return EOF.
27435
27436 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27437
27438         * libio/libioP.h: Add comment note that the references to C++
27439         bits are now obsolete.
27440
27441 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27442
27443         * math/libm-test.inc (check_complex): Use asprintf.
27444
27445 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27446
27447         * debug/pcprofiledump.c (print_version): Update copyright year.
27448         * malloc/memusagestat.c (print_version): Likewise.
27449
27450 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27451
27452         [BZ #14831]
27453         * elf/Makefile (tests): Add tst-audit8.
27454         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27455         ($(objpfx)tst-audit8.out): New target.
27456         (tst-audit8-ENV): New variable.
27457         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27458         audit if l_reloc_result is NULL.
27459         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27460         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27461         * elf/tst-audit8.c: New file.
27462
27463 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27464
27465         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27466         * misc/Makefile (CFLAGS-select.c): Define.
27467         * posix/Makefile (CFLAGS-pause.c): Define.
27468
27469 2012-11-13  David S. Miller  <davem@davemloft.net>
27470
27471         * crypt/Makefile: Move test targets after toplevel Rules
27472         inclusion.  Grab any necessary sysdep routines when linking.
27473         * crypt/md5.c (md5_process_block): Remove define, we will always
27474         name it __md5_process_block.
27475         (md5_finish_ctx): Update md5_process_block call.
27476         (md5_stream): Likewise.
27477         (md5_process_bytes): Likewise.
27478         (md5_process_block): Rename to __md5_process_block and move to ...
27479         * crypt/md5-block.c: ... here.
27480         * crypt/sha256.c (sha256_process_block): Move to ...
27481         * crypt/sha256-block.c: ... here.
27482         * crypt/sha512.c (sha512_process_block): Move to ...
27483         * crypt/sha512-block.c: ... here.
27484         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27485         path.
27486         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27487         * sysdeps/sparc/sparc64/multiarch/Makefile
27488         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27489         crypt subdir.
27490         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27491         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27492         multiarch changes.
27493         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27494         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27495         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27496         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27497         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27498         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27499         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27500         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27501         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27502         file.
27503         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27504         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27505         file.
27506         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27507
27508 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27509
27510         * timezone/tzselect.ksh: Update from tzcode git revision
27511         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27512         * timezone/zdump.c: Likewise.
27513         * timezone/zic.c: Likewise.
27514         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27515         in TZVERSION setting, not $(PKGVERSION).
27516         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27517         REPORT_BUGS_TO settings.
27518
27519         [BZ #14838]
27520         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27521         macro.
27522
27523 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27524
27525         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27526         detection to immediately after _FP_ROUND().
27527         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27528         bits are 0.
27529
27530 2012-11-11  David S. Miller  <davem@davemloft.net>
27531
27532         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27533         inttypes.h
27534         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27535         __close rather than their public counterparts.
27536
27537 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27538
27539         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27540         file.
27541         [UNIX98] (sem_timedwait): Do not expect.
27542         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27543         [XPG4 || UNIX98] (sockatmark): Do not expect.
27544         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27545         (clock_getcpuclockid): Do not expect.
27546         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27547         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27548         Do not expect.
27549         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27550         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27551         [UNIX98] (vwscanf): Likewise.
27552         [UNIX98] (vswscanf): Likewise.
27553
27554 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27555
27556         * timezone/version.h: Remove file.
27557         * timezone/README: Do not refer to version.h.
27558         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27559         $(objpfx)version.h.
27560         ($(objpfx)zdump.o): Likewise.
27561         ($(objpfx)version.h): New target.
27562
27563         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27564         2012i.
27565         * timezone/README: Don't mention modification to tzselect.ksh.
27566         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
27567         work on unmodified tzselect.ksh.  Substitute version numbers in
27568         tzselect.ksh.
27569
27570         * Makefile (format-me): Remove.
27571         (INSTALL): Adjust indentation.  Use commands directly instead of
27572         using $(format-me).
27573
27574         * aclocal.m4 (ACX_PKGVERSION): New macro.
27575         (ACX_BUGURL): Likewise.
27576         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
27577         (PKGVERSION): New AC_DEFINE_UNQUOTED.
27578         (REPORT_BUGS_TO): Likewise.
27579         * configure: Regenerated.
27580         * config.h.in (PKGVERSION): New macro.
27581         (REPORT_BUGS_TO): Likewise.
27582         * config.make.in (PKGVERSION): New variable.
27583         (PKGVERSION_TEXI): Likewise.
27584         (REPORT_BUGS_TO): Likewise.
27585         (REPORT_BUGS_TEXI): Likewise.
27586         * Makefile (format-me): Use -I$(common-objpfx)manual.
27587         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
27588         ($(common-objpfx)manual/%): New target.
27589         (manual/%): Remove target.
27590         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
27591         (print_version): Use PKGVERSION.
27592         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
27593         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
27594         and REPORT_BUGS_TO.
27595         ($(objpfx)xtrace): Likewise.
27596         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
27597         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
27598         (print_version): Use PKGVERSION.
27599         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
27600         (do_version): Use PKGVERSION.
27601         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
27602         REPORT_BUGS_TO.
27603         (common-ldd-rewrite): Likewise.
27604         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
27605         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
27606         (print_version): Use PKGVERSION.
27607         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
27608         * elf/pldd.c (argp_program_bug_address): Remove variable.
27609         (more_help): New function.
27610         (argp): Use more_help.
27611         (print_version): Use PKGVERSION.
27612         * elf/sln.c (main): Use PKGVERSION.
27613         (usage): Use REPORT_BUGS_TO.
27614         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
27615         (top level): Use PKGVERSION.
27616         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
27617         (print_version): Use PKGVERSION.
27618         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
27619         (print_version): Use PKGVERSION.
27620         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
27621         (print_version): Use PKGVERSION.
27622         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
27623         (print_version): Use PKGVERSION.
27624         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
27625         (print_version): Use PKGVERSION.
27626         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
27627         (print_version): Use PKGVERSION.
27628         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
27629         and BUGURL.
27630         ($(objpfx)memusage): Likewise.
27631         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
27632         (do_version): Use PKGVERSION.
27633         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
27634         (print_version): Use PKGVERSION.
27635         * malloc/mtrace.pl ($PACKAGE): Remove variable.
27636         ($PKGVERSION): New variable.
27637         ($REPORT_BUGS_TO): Likewise.
27638         (usage): Use $REPORT_BUGS_TO.
27639         (top level): Use $PKGVERSION.
27640         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
27641         ($(objpfx)pkgvers.texi): New rule.
27642         ($(objpfx)stamp-pkgvers): Likewise.
27643         * manual/install.texi: Include pkgvers.texi.
27644         (--with-pkgversion): Document new configure option.
27645         (--with-bugurl): Likewise.
27646         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
27647         than necessarily for this particular distribution.  Use
27648         REPORT_BUGS_TO for where to report bugs.
27649         * INSTALL: Regenerated.
27650         * manual/libc.texinfo: Include pkgvers.texi.
27651         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
27652         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
27653         (print_version): Use PKGVERSION.
27654         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
27655         (print_version): Use PKGVERSION.
27656         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
27657         (print_version): Use PKGVERSION.
27658         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
27659         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
27660         macro.
27661         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
27662         (print_version): Use PKGVERSION.
27663         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
27664         (print_version): Use PKGVERSION.
27665         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
27666         and PKGVERSION.
27667
27668         * timezone/checktab.awk: Update from tzcode 2012i.
27669         * timezone/ialloc.c: Likewise.
27670         * timezone/private.h: Likewise.
27671         * timezone/scheck.c: Likewise.
27672         * timezone/tzfile.h: Likewise.
27673         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
27674         (TZVERSION): Hardcode tzcode version number.
27675         * timezone/zdump.c: Update from tzcode 2012i.
27676         * timezone/zic.c: Likewise.
27677         * timezone/version.h: New file.
27678         * timezone/README: Describe version.h.  Update upstream location.
27679
27680         [BZ #14824]
27681         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
27682         (mktemp): Enable declaration.
27683         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
27684         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
27685         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
27686         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
27687         Likewise.
27688         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
27689         Likewise.
27690         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
27691         Likewise.
27692         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
27693         Likewise.
27694         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
27695         Likewise.
27696         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
27697         Likewise.
27698
27699         [BZ #14821]
27700         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
27701         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
27702         for copies of such integer values.
27703         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
27704         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
27705
27706 2012-11-09  Andreas Jaeger  <aj@suse.de>
27707
27708         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
27709         definitions and declarations that are provided by
27710         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
27711
27712 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27713
27714         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
27715         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
27716         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
27717         definition.
27718
27719 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27720
27721         * elf/elf.h: Update comment before AArch64 relocations.
27722
27723 2012-11-07  David S. Miller  <davem@davemloft.net>
27724
27725         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
27726         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
27727         (__start_context): Declare.
27728         (__makecontext_ret): Delete.
27729         (__makecontext): Hook up __start_context instead of
27730         __makecontext_ret.
27731         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
27732         (sysdep_routines): Add __start_context when in stdlib.
27733
27734 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27735
27736         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
27737         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
27738         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
27739         hardcoded "nm".
27740         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
27741         (READELF): New variable.  Use it instead of hardcoded "readelf".
27742
27743 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
27744
27745         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
27746         * sysdeps/x86/Makefile: Here.
27747         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
27748         * sysdeps/x86/tst-xmmymm.sh: This.
27749
27750 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27751
27752         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
27753         expectations.
27754         [UNIX98] (pthread_barrier_t): Do not expect.
27755         [UNIX98] (pthread_barrierattr_t): Likewise.
27756         [UNIX98] (pthread_spinlock_t): Likewise.
27757         [UNIX98] (pthread_barrier_destroy): Likewise.
27758         [UNIX98] (pthread_barrier_init): Likewise.
27759         [UNIX98] (pthread_barrier_wait): Likewise.
27760         [UNIX98] (pthread_barrierattr_destroy): Likewise.
27761         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
27762         [UNIX98] (pthread_barrierattr_init): Likewise.
27763         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
27764         [UNIX98] (pthread_getcpuclockid): Likewise.
27765         [UNIX98] (pthread_mutex_timedlock): Likewise.
27766         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
27767         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
27768         [UNIX98] (pthread_sigmask): Likewise.
27769         [UNIX98] (pthread_spin_destroy): Likewise.
27770         [UNIX98] (pthread_spin_init): Likewise.
27771         [UNIX98] (pthread_spin_lock): Likewise.
27772         [UNIX98] (pthread_spin_trylock): Likewise.
27773         [UNIX98] (pthread_spin_unlock): Likewise.
27774         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
27775         Do not expect.
27776         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
27777         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
27778         [XPG3 || XPG4] (pthread_cond_t): Likewise.
27779         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
27780         [XPG3 || XPG4] (pthread_key_t): Likewise.
27781         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
27782         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
27783         [XPG3 || XPG4] (pthread_once_t): Likewise.
27784         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
27785         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
27786         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
27787         [XPG3 || XPG4] (pthread_t): Likewise.
27788
27789         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
27790         not expect.
27791         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
27792
27793         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
27794         Change function return type to int.
27795
27796         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
27797         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
27798         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
27799         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
27800         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
27801         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
27802         [!POSIX] (posix_madvise): Likewise.
27803         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
27804         && !UNIX98].
27805         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
27806         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
27807         (mode_t): Likewise.
27808         (posix_mem_offset): Likewise.
27809         (posix_typed_mem_get_info): Likewise.
27810         (posix_typed_mem_open): Likewise.
27811
27812         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
27813         Change condition to [XOPEN2K8].
27814
27815         * conform/conformtest.pl: Preprocess allow-header data with -x c
27816         instead of from stdin.
27817         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
27818         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
27819         [C99-based standards] (cerfc): Likewise.
27820         [C99-based standards] (cexp2): Likewise.
27821         [C99-based standards] (cexpm1): Likewise.
27822         [C99-based standards] (clog10): Likewise.
27823         [C99-based standards] (clog1p): Likewise.
27824         [C99-based standards] (clog2): Likewise.
27825         [C99-based standards] (clgamma): Likewise.
27826         [C99-based standards] (ctgamma): Likewise.
27827         [C99-based standards] (cerff): Likewise.
27828         [C99-based standards] (cerfcf): Likewise.
27829         [C99-based standards] (cexp2f): Likewise.
27830         [C99-based standards] (cexpm1f): Likewise.
27831         [C99-based standards] (clog10f): Likewise.
27832         [C99-based standards] (clog1pf): Likewise.
27833         [C99-based standards] (clog2f): Likewise.
27834         [C99-based standards] (clgammaf): Likewise.
27835         [C99-based standards] (ctgammaf): Likewise.
27836         [C99-based standards] (cerfl): Likewise.
27837         [C99-based standards] (cerfcl): Likewise.
27838         [C99-based standards] (cexp2l): Likewise.
27839         [C99-based standards] (cexpm1l): Likewise.
27840         [C99-based standards] (clog10l): Likewise.
27841         [C99-based standards] (clog1pl): Likewise.
27842         [C99-based standards] (clog2l): Likewise.
27843         [C99-based standards] (clgammal): Likewise.
27844         [C99-based standards] (ctgammal): Likewise.
27845         * conform/data/inttypes.h-data [C99-based standards]: Include
27846         stdint.h-data.  Remove all expectations for stdint.h contents.
27847         [C99-based standards] (PRI*): Do not allow.
27848         [C99-based standards] (SCN*): Likewise.
27849         [C99-based standards] (*_t): Likewise.
27850         [C99-based-standards] (PRId8): Expect macro.
27851         [C99-based-standards] (PRIi8): Likewise.
27852         [C99-based-standards] (PRIo8): Likewise.
27853         [C99-based-standards] (PRIu8): Likewise.
27854         [C99-based-standards] (PRIx8): Likewise.
27855         [C99-based-standards] (PRIX8): Likewise.
27856         [C99-based-standards] (SCNd8): Likewise.
27857         [C99-based-standards] (SCNi8): Likewise.
27858         [C99-based-standards] (SCNo8): Likewise.
27859         [C99-based-standards] (SCNu8): Likewise.
27860         [C99-based-standards] (SCNx8): Likewise.
27861         [C99-based-standards] (PRIdLEAST8): Likewise.
27862         [C99-based-standards] (PRIiLEAST8): Likewise.
27863         [C99-based-standards] (PRIoLEAST8): Likewise.
27864         [C99-based-standards] (PRIuLEAST8): Likewise.
27865         [C99-based-standards] (PRIxLEAST8): Likewise.
27866         [C99-based-standards] (PRIXLEAST8): Likewise.
27867         [C99-based-standards] (SCNdLEAST8): Likewise.
27868         [C99-based-standards] (SCNiLEAST8): Likewise.
27869         [C99-based-standards] (SCNoLEAST8): Likewise.
27870         [C99-based-standards] (SCNuLEAST8): Likewise.
27871         [C99-based-standards] (SCNxLEAST8): Likewise.
27872         [C99-based-standards] (PRIdFAST8): Likewise.
27873         [C99-based-standards] (PRIiFAST8): Likewise.
27874         [C99-based-standards] (PRIoFAST8): Likewise.
27875         [C99-based-standards] (PRIuFAST8): Likewise.
27876         [C99-based-standards] (PRIxFAST8): Likewise.
27877         [C99-based-standards] (PRIXFAST8): Likewise.
27878         [C99-based-standards] (SCNdFAST8): Likewise.
27879         [C99-based-standards] (SCNiFAST8): Likewise.
27880         [C99-based-standards] (SCNoFAST8): Likewise.
27881         [C99-based-standards] (SCNuFAST8): Likewise.
27882         [C99-based-standards] (SCNxFAST8): Likewise.
27883         [C99-based-standards] (PRId16): Likewise.
27884         [C99-based-standards] (PRIi16): Likewise.
27885         [C99-based-standards] (PRIo16): Likewise.
27886         [C99-based-standards] (PRIu16): Likewise.
27887         [C99-based-standards] (PRIx16): Likewise.
27888         [C99-based-standards] (PRIX16): Likewise.
27889         [C99-based-standards] (SCNd16): Likewise.
27890         [C99-based-standards] (SCNi16): Likewise.
27891         [C99-based-standards] (SCNo16): Likewise.
27892         [C99-based-standards] (SCNu16): Likewise.
27893         [C99-based-standards] (SCNx16): Likewise.
27894         [C99-based-standards] (PRIdLEAST16): Likewise.
27895         [C99-based-standards] (PRIiLEAST16): Likewise.
27896         [C99-based-standards] (PRIoLEAST16): Likewise.
27897         [C99-based-standards] (PRIuLEAST16): Likewise.
27898         [C99-based-standards] (PRIxLEAST16): Likewise.
27899         [C99-based-standards] (PRIXLEAST16): Likewise.
27900         [C99-based-standards] (SCNdLEAST16): Likewise.
27901         [C99-based-standards] (SCNiLEAST16): Likewise.
27902         [C99-based-standards] (SCNoLEAST16): Likewise.
27903         [C99-based-standards] (SCNuLEAST16): Likewise.
27904         [C99-based-standards] (SCNxLEAST16): Likewise.
27905         [C99-based-standards] (PRIdFAST16): Likewise.
27906         [C99-based-standards] (PRIiFAST16): Likewise.
27907         [C99-based-standards] (PRIoFAST16): Likewise.
27908         [C99-based-standards] (PRIuFAST16): Likewise.
27909         [C99-based-standards] (PRIxFAST16): Likewise.
27910         [C99-based-standards] (PRIXFAST16): Likewise.
27911         [C99-based-standards] (SCNdFAST16): Likewise.
27912         [C99-based-standards] (SCNiFAST16): Likewise.
27913         [C99-based-standards] (SCNoFAST16): Likewise.
27914         [C99-based-standards] (SCNuFAST16): Likewise.
27915         [C99-based-standards] (SCNxFAST16): Likewise.
27916         [C99-based-standards] (PRId32): Likewise.
27917         [C99-based-standards] (PRIi32): Likewise.
27918         [C99-based-standards] (PRIo32): Likewise.
27919         [C99-based-standards] (PRIu32): Likewise.
27920         [C99-based-standards] (PRIx32): Likewise.
27921         [C99-based-standards] (PRIX32): Likewise.
27922         [C99-based-standards] (SCNd32): Likewise.
27923         [C99-based-standards] (SCNi32): Likewise.
27924         [C99-based-standards] (SCNo32): Likewise.
27925         [C99-based-standards] (SCNu32): Likewise.
27926         [C99-based-standards] (SCNx32): Likewise.
27927         [C99-based-standards] (PRIdLEAST32): Likewise.
27928         [C99-based-standards] (PRIiLEAST32): Likewise.
27929         [C99-based-standards] (PRIoLEAST32): Likewise.
27930         [C99-based-standards] (PRIuLEAST32): Likewise.
27931         [C99-based-standards] (PRIxLEAST32): Likewise.
27932         [C99-based-standards] (PRIXLEAST32): Likewise.
27933         [C99-based-standards] (SCNdLEAST32): Likewise.
27934         [C99-based-standards] (SCNiLEAST32): Likewise.
27935         [C99-based-standards] (SCNoLEAST32): Likewise.
27936         [C99-based-standards] (SCNuLEAST32): Likewise.
27937         [C99-based-standards] (SCNxLEAST32): Likewise.
27938         [C99-based-standards] (PRIdFAST32): Likewise.
27939         [C99-based-standards] (PRIiFAST32): Likewise.
27940         [C99-based-standards] (PRIoFAST32): Likewise.
27941         [C99-based-standards] (PRIuFAST32): Likewise.
27942         [C99-based-standards] (PRIxFAST32): Likewise.
27943         [C99-based-standards] (PRIXFAST32): Likewise.
27944         [C99-based-standards] (SCNdFAST32): Likewise.
27945         [C99-based-standards] (SCNiFAST32): Likewise.
27946         [C99-based-standards] (SCNoFAST32): Likewise.
27947         [C99-based-standards] (SCNuFAST32): Likewise.
27948         [C99-based-standards] (SCNxFAST32): Likewise.
27949         [C99-based-standards] (PRId64): Likewise.
27950         [C99-based-standards] (PRIi64): Likewise.
27951         [C99-based-standards] (PRIo64): Likewise.
27952         [C99-based-standards] (PRIu64): Likewise.
27953         [C99-based-standards] (PRIx64): Likewise.
27954         [C99-based-standards] (PRIX64): Likewise.
27955         [C99-based-standards] (SCNd64): Likewise.
27956         [C99-based-standards] (SCNi64): Likewise.
27957         [C99-based-standards] (SCNo64): Likewise.
27958         [C99-based-standards] (SCNu64): Likewise.
27959         [C99-based-standards] (SCNx64): Likewise.
27960         [C99-based-standards] (PRIdLEAST64): Likewise.
27961         [C99-based-standards] (PRIiLEAST64): Likewise.
27962         [C99-based-standards] (PRIoLEAST64): Likewise.
27963         [C99-based-standards] (PRIuLEAST64): Likewise.
27964         [C99-based-standards] (PRIxLEAST64): Likewise.
27965         [C99-based-standards] (PRIXLEAST64): Likewise.
27966         [C99-based-standards] (SCNdLEAST64): Likewise.
27967         [C99-based-standards] (SCNiLEAST64): Likewise.
27968         [C99-based-standards] (SCNoLEAST64): Likewise.
27969         [C99-based-standards] (SCNuLEAST64): Likewise.
27970         [C99-based-standards] (SCNxLEAST64): Likewise.
27971         [C99-based-standards] (PRIdFAST64): Likewise.
27972         [C99-based-standards] (PRIiFAST64): Likewise.
27973         [C99-based-standards] (PRIoFAST64): Likewise.
27974         [C99-based-standards] (PRIuFAST64): Likewise.
27975         [C99-based-standards] (PRIxFAST64): Likewise.
27976         [C99-based-standards] (PRIXFAST64): Likewise.
27977         [C99-based-standards] (SCNdFAST64): Likewise.
27978         [C99-based-standards] (SCNiFAST64): Likewise.
27979         [C99-based-standards] (SCNoFAST64): Likewise.
27980         [C99-based-standards] (SCNuFAST64): Likewise.
27981         [C99-based-standards] (SCNxFAST64): Likewise.
27982         [C99-based-standards] (PRIdMAX): Likewise.
27983         [C99-based-standards] (PRIiMAX): Likewise.
27984         [C99-based-standards] (PRIoMAX): Likewise.
27985         [C99-based-standards] (PRIuMAX): Likewise.
27986         [C99-based-standards] (PRIxMAX): Likewise.
27987         [C99-based-standards] (PRIXMAX): Likewise.
27988         [C99-based-standards] (SCNdMAX): Likewise.
27989         [C99-based-standards] (SCNiMAX): Likewise.
27990         [C99-based-standards] (SCNoMAX): Likewise.
27991         [C99-based-standards] (SCNuMAX): Likewise.
27992         [C99-based-standards] (SCNxMAX): Likewise.
27993         [C99-based-standards] (PRIdPTR): Likewise.
27994         [C99-based-standards] (PRIiPTR): Likewise.
27995         [C99-based-standards] (PRIoPTR): Likewise.
27996         [C99-based-standards] (PRIuPTR): Likewise.
27997         [C99-based-standards] (PRIxPTR): Likewise.
27998         [C99-based-standards] (PRIXPTR): Likewise.
27999         [C99-based-standards] (SCNdPTR): Likewise.
28000         [C99-based-standards] (SCNiPTR): Likewise.
28001         [C99-based-standards] (SCNoPTR): Likewise.
28002         [C99-based-standards] (SCNuPTR): Likewise.
28003         [C99-based-standards] (SCNxPTR): Likewise.
28004         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28005         allow.
28006         * conform/data/stdint.h-data: Update comments to clarify
28007         requirements.
28008         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28009         type.
28010         [C99-based standards] (INT8_MAX): Likewise.
28011         [C99-based standards] (INT16_MIN): Likewise.
28012         [C99-based standards] (INT16_MAX): Likewise.
28013         [C99-based standards] (INT32_MIN): Likewise.
28014         [C99-based standards] (INT32_MAX): Likewise.
28015         [C99-based standards] (INT64_MIN): Likewise.
28016         [C99-based standards] (INT64_MAX): Likewise.
28017         [C99-based standards] (UINT8_MAX): Likewise.
28018         [C99-based standards] (UINT16_MAX): Likewise.
28019         [C99-based standards] (UINT32_MAX): Likewise.
28020         [C99-based standards] (UINT64_MAX): Likewise.
28021         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28022         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28023         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28024         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28025         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28026         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28027         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28028         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28029         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28030         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28031         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28032         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28033         [C99-based standards] (INT_FAST8_MIN): Likewise.
28034         [C99-based standards] (INT_FAST8_MAX): Likewise.
28035         [C99-based standards] (INT_FAST16_MIN): Likewise.
28036         [C99-based standards] (INT_FAST16_MAX): Likewise.
28037         [C99-based standards] (INT_FAST32_MIN): Likewise.
28038         [C99-based standards] (INT_FAST32_MAX): Likewise.
28039         [C99-based standards] (INT_FAST64_MIN): Likewise.
28040         [C99-based standards] (INT_FAST64_MAX): Likewise.
28041         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28042         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28043         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28044         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28045         [C99-based standards] (INTPTR_MIN): Likewise.
28046         [C99-based standards] (INTPTR_MAX): Likewise.
28047         [C99-based standards] (UINTPTR_MAX): Likewise.
28048         [C99-based standards] (INTMAX_MIN): Likewise.
28049         [C99-based standards] (INTMAX_MAX): Likewise.
28050         [C99-based standards] (UINTMAX_MAX): Likewise.
28051         [C99-based standards] (PTRDIFF_MIN): Likewise.
28052         [C99-based standards] (PTRDIFF_MAX): Likewise.
28053         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28054         [C99-based standards] (SIZE_MAX): Likewise.
28055         [C99-based standards] (WCHAR_MAX): Likewise.
28056         [C99-based standards] (WINT_MAX): Likewise.
28057         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28058         constraint on value.
28059         [C99-based standards] (WCHAR_MIN): Likewise.
28060         [C99-based standards] (WINT_MIN): Likewise.
28061         [C99-based standards] (*_t): Allow.
28062         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28063         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28064         Include math.h-data and complex.h-data.  Remove all expectations
28065         of math.h and complex.h contents.
28066         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28067         at end of line.
28068         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28069         (struct tm): Expect tag.
28070         [C99-based-standards] (wcstof): Expect function.
28071         [C99-based-standards] (wcstold): Likewise.
28072         [C99-based-standards] (wcstoll): Likewise.
28073         [C99-based-standards] (wcstoull): Likewise.
28074         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28075         macro-int-constant.  Specify type.
28076         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28077         constraint on value.
28078         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28079         Specify type.
28080         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28081         Specify value.
28082         [ISO C standards]: Do not allow headers.
28083         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28084         wcs[abcdefghijklmnopqrstuvwxyz]*.
28085         [ISO C standards] (*_t): Do not allow.
28086         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28087         Expect function.
28088         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28089         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28090         Specify type.
28091         [ISO C standards]: Do not allow headers.
28092         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28093         is[abcdefghijklmnopqrstuvwxyz]*.
28094         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28095         to[abcdefghijklmnopqrstuvwxyz]*.
28096         [ISO C standards] (*_t): Do not allow.
28097         * conform/data/stdalign.h-data: New file.
28098         * conform/data/stdbool.h-data: Likewise.
28099         * conform/data/stdnoreturn.h-data: Likewise.
28100
28101 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28102
28103         [BZ #14815]
28104         * manual/filesys.texi (Directory Entries): Typo fix.
28105         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28106
28107 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28108
28109         * elf/elf.h (EM_AARCH64): New macro.
28110         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28111         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28112         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28113         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28114         (R_AARCH64_TLSDESC): Likewise.
28115         (NT_ARM_TLS): Likewise.
28116         (NT_ARM_HW_BREAK): Likewise.
28117         (NT_ARM_HW_WATCH): Likewise.
28118
28119 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28120
28121         [BZ #14811]
28122         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28123         (__ieee754_powl): Saturate nonzero exponents with absolute value
28124         below 0x1p-79 to +/- 0x1p-79.
28125         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28126         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28127         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28128         nonzero exponents with absolute value below 0x1p-32 to +/-
28129         0x1p-32.
28130         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28131         (__ieee754_powl): Saturate nonzero exponents with absolute value
28132         below 0x1p-79 to +/- 0x1p-79.
28133         * math/libm-test.inc (pow_test): Add more tests.
28134
28135 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28136
28137         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28138         _dl_s390_cap_flags with kernel. Increase string length.
28139         (_dl_s390_platforms): Add z196 and zEC12.
28140
28141 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28142
28143         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28144         Change XOPEN21K to XOPEN2K.
28145
28146 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28147
28148         * string/memmove.c: Use memcpy when possible.
28149
28150 2012-11-06  Andreas Jaeger  <aj@suse.de>
28151
28152         * po/eo.po: Update from translation team.
28153
28154 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28155
28156         [BZ #14793]
28157         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28158         exponent and small x and y exponents, scale x or y up.  Increase
28159         by 2 the exponent used in scaling up.
28160         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28161         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28162         * math/libm-test.inc (fma_test): Add more tests.
28163         (fma_test_towardzero): Likewise.
28164         (fma_test_downward): Likewise.
28165         (fma_test_upward): Likewise.
28166
28167 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28168
28169         [BZ #14805]
28170         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28171         fenv_t *.
28172
28173         [BZ #14801]
28174         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28175         namespace for names of struct fields.
28176         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28177         fenv_t fields.
28178         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28179         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28180
28181 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28182
28183         [BZ #3665]
28184         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28185
28186 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28187
28188         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28189         PTR_DEMANGLE.
28190
28191         [BZ #5246]
28192         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28193         PTR_DEMANGLE.
28194
28195 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28196
28197         [BZ #14797]
28198         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28199         definitely overflow as x * y not x * y + z.
28200         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28201         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28202         * math/libm-test.inc (fma_test): Add more tests.
28203         (fma_test_towardzero): Likewise.
28204         (fma_test_downward): Likewise.
28205         (fma_test_upward): Likewise.
28206
28207 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28208
28209         [BZ #157]
28210
28211         * include/stub-tag.h: Remove file.
28212         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28213         '#include' of it.
28214         * manual/maint.texi (Porting): Don't reference it.
28215         * Makerules ($(objpfx)stubs): Likewise.
28216         * dirent/closedir.c: Don't include <stub-tag.h>.
28217         * dirent/dirfd.c: Likewise.
28218         * dirent/fdopendir.c: Likewise.
28219         * dirent/getdents.c: Likewise.
28220         * dirent/getdents64.c: Likewise.
28221         * dirent/opendir.c: Likewise.
28222         * dirent/readdir.c: Likewise.
28223         * dirent/readdir64.c: Likewise.
28224         * dirent/readdir64_r.c: Likewise.
28225         * dirent/readdir_r.c: Likewise.
28226         * dirent/rewinddir.c: Likewise.
28227         * dirent/seekdir.c: Likewise.
28228         * dirent/telldir.c: Likewise.
28229         * gmon/profil.c: Likewise.
28230         * grp/setgroups.c: Likewise.
28231         * inet/if_index.c: Likewise.
28232         * io/access.c: Likewise.
28233         * io/chdir.c: Likewise.
28234         * io/chmod.c: Likewise.
28235         * io/chown.c: Likewise.
28236         * io/close.c: Likewise.
28237         * io/dup.c: Likewise.
28238         * io/dup2.c: Likewise.
28239         * io/dup3.c: Likewise.
28240         * io/euidaccess.c: Likewise.
28241         * io/faccessat.c: Likewise.
28242         * io/fchdir.c: Likewise.
28243         * io/fchmod.c: Likewise.
28244         * io/fchmodat.c: Likewise.
28245         * io/fchown.c: Likewise.
28246         * io/fchownat.c: Likewise.
28247         * io/fcntl.c: Likewise.
28248         * io/flock.c: Likewise.
28249         * io/fstatfs.c: Likewise.
28250         * io/fstatfs64.c: Likewise.
28251         * io/fstatvfs.c: Likewise.
28252         * io/fstatvfs64.c: Likewise.
28253         * io/futimens.c: Likewise.
28254         * io/fxstat.c: Likewise.
28255         * io/fxstat64.c: Likewise.
28256         * io/fxstatat.c: Likewise.
28257         * io/fxstatat64.c: Likewise.
28258         * io/getcwd.c: Likewise.
28259         * io/isatty.c: Likewise.
28260         * io/lchmod.c: Likewise.
28261         * io/lchown.c: Likewise.
28262         * io/link.c: Likewise.
28263         * io/linkat.c: Likewise.
28264         * io/lseek.c: Likewise.
28265         * io/lseek64.c: Likewise.
28266         * io/lxstat64.c: Likewise.
28267         * io/mkdir.c: Likewise.
28268         * io/mkdirat.c: Likewise.
28269         * io/mkfifo.c: Likewise.
28270         * io/mkfifoat.c: Likewise.
28271         * io/open.c: Likewise.
28272         * io/open64.c: Likewise.
28273         * io/openat.c: Likewise.
28274         * io/openat64.c: Likewise.
28275         * io/pipe.c: Likewise.
28276         * io/pipe2.c: Likewise.
28277         * io/poll.c: Likewise.
28278         * io/posix_fadvise.c: Likewise.
28279         * io/posix_fadvise64.c: Likewise.
28280         * io/posix_fallocate.c: Likewise.
28281         * io/posix_fallocate64.c: Likewise.
28282         * io/read.c: Likewise.
28283         * io/readlink.c: Likewise.
28284         * io/readlinkat.c: Likewise.
28285         * io/rmdir.c: Likewise.
28286         * io/sendfile.c: Likewise.
28287         * io/sendfile64.c: Likewise.
28288         * io/statfs.c: Likewise.
28289         * io/statfs64.c: Likewise.
28290         * io/statvfs.c: Likewise.
28291         * io/statvfs64.c: Likewise.
28292         * io/symlink.c: Likewise.
28293         * io/symlinkat.c: Likewise.
28294         * io/ttyname.c: Likewise.
28295         * io/ttyname_r.c: Likewise.
28296         * io/umask.c: Likewise.
28297         * io/unlink.c: Likewise.
28298         * io/unlinkat.c: Likewise.
28299         * io/utime.c: Likewise.
28300         * io/utimensat.c: Likewise.
28301         * io/write.c: Likewise.
28302         * io/xmknod.c: Likewise.
28303         * io/xmknodat.c: Likewise.
28304         * io/xstat.c: Likewise.
28305         * io/xstat64.c: Likewise.
28306         * login/getpt.c: Likewise.
28307         * login/grantpt.c: Likewise.
28308         * login/unlockpt.c: Likewise.
28309         * math/e_acoshl.c: Likewise.
28310         * math/e_acosl.c: Likewise.
28311         * math/e_asinl.c: Likewise.
28312         * math/e_atan2l.c: Likewise.
28313         * math/e_atanhl.c: Likewise.
28314         * math/e_coshl.c: Likewise.
28315         * math/e_expl.c: Likewise.
28316         * math/e_fmodl.c: Likewise.
28317         * math/e_gammal_r.c: Likewise.
28318         * math/e_hypotl.c: Likewise.
28319         * math/e_j0l.c: Likewise.
28320         * math/e_j1l.c: Likewise.
28321         * math/e_jnl.c: Likewise.
28322         * math/e_lgammal_r.c: Likewise.
28323         * math/e_log10l.c: Likewise.
28324         * math/e_log2l.c: Likewise.
28325         * math/e_logl.c: Likewise.
28326         * math/e_powl.c: Likewise.
28327         * math/e_rem_pio2l.c: Likewise.
28328         * math/e_sinhl.c: Likewise.
28329         * math/e_sqrtl.c: Likewise.
28330         * math/fclrexcpt.c: Likewise.
28331         * math/fedisblxcpt.c: Likewise.
28332         * math/feenablxcpt.c: Likewise.
28333         * math/fegetenv.c: Likewise.
28334         * math/fegetexcept.c: Likewise.
28335         * math/fegetround.c: Likewise.
28336         * math/feholdexcpt.c: Likewise.
28337         * math/fesetenv.c: Likewise.
28338         * math/fesetround.c: Likewise.
28339         * math/feupdateenv.c: Likewise.
28340         * math/fgetexcptflg.c: Likewise.
28341         * math/fraiseexcpt.c: Likewise.
28342         * math/fsetexcptflg.c: Likewise.
28343         * math/ftestexcept.c: Likewise.
28344         * math/k_cosl.c: Likewise.
28345         * math/k_rem_pio2l.c: Likewise.
28346         * math/k_sinl.c: Likewise.
28347         * math/k_tanl.c: Likewise.
28348         * math/s_asinhl.c: Likewise.
28349         * math/s_atanl.c: Likewise.
28350         * math/s_cbrtl.c: Likewise.
28351         * math/s_erfl.c: Likewise.
28352         * math/s_expm1l.c: Likewise.
28353         * math/s_log1pl.c: Likewise.
28354         * math/s_tanhl.c: Likewise.
28355         * misc/acct.c: Likewise.
28356         * misc/brk.c: Likewise.
28357         * misc/chflags.c: Likewise.
28358         * misc/chroot.c: Likewise.
28359         * misc/fchflags.c: Likewise.
28360         * misc/fgetxattr.c: Likewise.
28361         * misc/flistxattr.c: Likewise.
28362         * misc/fremovexattr.c: Likewise.
28363         * misc/fsetxattr.c: Likewise.
28364         * misc/fsync.c: Likewise.
28365         * misc/ftruncate.c: Likewise.
28366         * misc/futimes.c: Likewise.
28367         * misc/futimesat.c: Likewise.
28368         * misc/getdomain.c: Likewise.
28369         * misc/getdtsz.c: Likewise.
28370         * misc/gethostid.c: Likewise.
28371         * misc/gethostname.c: Likewise.
28372         * misc/getloadavg.c: Likewise.
28373         * misc/getpagesize.c: Likewise.
28374         * misc/getsysstats.c: Likewise.
28375         * misc/getxattr.c: Likewise.
28376         * misc/gtty.c: Likewise.
28377         * misc/ioctl.c: Likewise.
28378         * misc/lgetxattr.c: Likewise.
28379         * misc/listxattr.c: Likewise.
28380         * misc/llistxattr.c: Likewise.
28381         * misc/lremovexattr.c: Likewise.
28382         * misc/lsetxattr.c: Likewise.
28383         * misc/lutimes.c: Likewise.
28384         * misc/madvise.c: Likewise.
28385         * misc/mincore.c: Likewise.
28386         * misc/mlock.c: Likewise.
28387         * misc/mlockall.c: Likewise.
28388         * misc/mmap.c: Likewise.
28389         * misc/mprotect.c: Likewise.
28390         * misc/msync.c: Likewise.
28391         * misc/munlock.c: Likewise.
28392         * misc/munlockall.c: Likewise.
28393         * misc/munmap.c: Likewise.
28394         * misc/preadv.c: Likewise.
28395         * misc/preadv64.c: Likewise.
28396         * misc/ptrace.c: Likewise.
28397         * misc/pwritev.c: Likewise.
28398         * misc/pwritev64.c: Likewise.
28399         * misc/readv.c: Likewise.
28400         * misc/reboot.c: Likewise.
28401         * misc/remap_file_pages.c: Likewise.
28402         * misc/removexattr.c: Likewise.
28403         * misc/revoke.c: Likewise.
28404         * misc/select.c: Likewise.
28405         * misc/setdomain.c: Likewise.
28406         * misc/setegid.c: Likewise.
28407         * misc/seteuid.c: Likewise.
28408         * misc/sethostid.c: Likewise.
28409         * misc/sethostname.c: Likewise.
28410         * misc/setregid.c: Likewise.
28411         * misc/setreuid.c: Likewise.
28412         * misc/setxattr.c: Likewise.
28413         * misc/sstk.c: Likewise.
28414         * misc/stty.c: Likewise.
28415         * misc/swapoff.c: Likewise.
28416         * misc/swapon.c: Likewise.
28417         * misc/sync.c: Likewise.
28418         * misc/syncfs.c: Likewise.
28419         * misc/syscall.c: Likewise.
28420         * misc/truncate.c: Likewise.
28421         * misc/ualarm.c: Likewise.
28422         * misc/usleep.c: Likewise.
28423         * misc/ustat.c: Likewise.
28424         * misc/utimes.c: Likewise.
28425         * misc/vhangup.c: Likewise.
28426         * misc/writev.c: Likewise.
28427         * posix/_exit.c: Likewise.
28428         * posix/alarm.c: Likewise.
28429         * posix/execve.c: Likewise.
28430         * posix/fexecve.c: Likewise.
28431         * posix/fork.c: Likewise.
28432         * posix/fpathconf.c: Likewise.
28433         * posix/getaddrinfo.c: Likewise.
28434         * posix/getegid.c: Likewise.
28435         * posix/geteuid.c: Likewise.
28436         * posix/getgid.c: Likewise.
28437         * posix/getgroups.c: Likewise.
28438         * posix/getlogin.c: Likewise.
28439         * posix/getlogin_r.c: Likewise.
28440         * posix/getpgid.c: Likewise.
28441         * posix/getpid.c: Likewise.
28442         * posix/getppid.c: Likewise.
28443         * posix/getresgid.c: Likewise.
28444         * posix/getresuid.c: Likewise.
28445         * posix/getsid.c: Likewise.
28446         * posix/getuid.c: Likewise.
28447         * posix/glob64.c: Likewise.
28448         * posix/nanosleep.c: Likewise.
28449         * posix/pathconf.c: Likewise.
28450         * posix/pause.c: Likewise.
28451         * posix/posix_madvise.c: Likewise.
28452         * posix/pread.c: Likewise.
28453         * posix/pread64.c: Likewise.
28454         * posix/pwrite.c: Likewise.
28455         * posix/pwrite64.c: Likewise.
28456         * posix/sched_getaffinity.c: Likewise.
28457         * posix/sched_getp.c: Likewise.
28458         * posix/sched_gets.c: Likewise.
28459         * posix/sched_primax.c: Likewise.
28460         * posix/sched_primin.c: Likewise.
28461         * posix/sched_rr_gi.c: Likewise.
28462         * posix/sched_setaffinity.c: Likewise.
28463         * posix/sched_setp.c: Likewise.
28464         * posix/sched_sets.c: Likewise.
28465         * posix/sched_yield.c: Likewise.
28466         * posix/setgid.c: Likewise.
28467         * posix/setlogin.c: Likewise.
28468         * posix/setpgid.c: Likewise.
28469         * posix/setresgid.c: Likewise.
28470         * posix/setresuid.c: Likewise.
28471         * posix/setsid.c: Likewise.
28472         * posix/setuid.c: Likewise.
28473         * posix/sleep.c: Likewise.
28474         * posix/spawni.c: Likewise.
28475         * posix/sysconf.c: Likewise.
28476         * posix/times.c: Likewise.
28477         * posix/wait.c: Likewise.
28478         * posix/wait3.c: Likewise.
28479         * posix/wait4.c: Likewise.
28480         * posix/waitpid.c: Likewise.
28481         * resolv/gai_sigqueue.c: Likewise.
28482         * resource/getpriority.c: Likewise.
28483         * resource/getrlimit.c: Likewise.
28484         * resource/getrusage.c: Likewise.
28485         * resource/nice.c: Likewise.
28486         * resource/setpriority.c: Likewise.
28487         * resource/setrlimit.c: Likewise.
28488         * resource/ulimit.c: Likewise.
28489         * rt/aio_cancel.c: Likewise.
28490         * rt/aio_fsync.c: Likewise.
28491         * rt/aio_read.c: Likewise.
28492         * rt/aio_sigqueue.c: Likewise.
28493         * rt/aio_suspend.c: Likewise.
28494         * rt/aio_write.c: Likewise.
28495         * rt/clock_getres.c: Likewise.
28496         * rt/clock_gettime.c: Likewise.
28497         * rt/clock_nanosleep.c: Likewise.
28498         * rt/clock_settime.c: Likewise.
28499         * rt/lio_listio.c: Likewise.
28500         * rt/mq_close.c: Likewise.
28501         * rt/mq_getattr.c: Likewise.
28502         * rt/mq_notify.c: Likewise.
28503         * rt/mq_open.c: Likewise.
28504         * rt/mq_receive.c: Likewise.
28505         * rt/mq_send.c: Likewise.
28506         * rt/mq_setattr.c: Likewise.
28507         * rt/mq_timedreceive.c: Likewise.
28508         * rt/mq_timedsend.c: Likewise.
28509         * rt/mq_unlink.c: Likewise.
28510         * rt/shm_open.c: Likewise.
28511         * rt/shm_unlink.c: Likewise.
28512         * rt/timer_create.c: Likewise.
28513         * rt/timer_delete.c: Likewise.
28514         * rt/timer_getoverr.c: Likewise.
28515         * rt/timer_gettime.c: Likewise.
28516         * rt/timer_settime.c: Likewise.
28517         * setjmp/__longjmp.c: Likewise.
28518         * setjmp/setjmp.c: Likewise.
28519         * signal/kill.c: Likewise.
28520         * signal/killpg.c: Likewise.
28521         * signal/raise.c: Likewise.
28522         * signal/sigaction.c: Likewise.
28523         * signal/sigaltstack.c: Likewise.
28524         * signal/sigblock.c: Likewise.
28525         * signal/sigignore.c: Likewise.
28526         * signal/sigintr.c: Likewise.
28527         * signal/signal.c: Likewise.
28528         * signal/sigpause.c: Likewise.
28529         * signal/sigpending.c: Likewise.
28530         * signal/sigqueue.c: Likewise.
28531         * signal/sigreturn.c: Likewise.
28532         * signal/sigset.c: Likewise.
28533         * signal/sigsetmask.c: Likewise.
28534         * signal/sigstack.c: Likewise.
28535         * signal/sigsuspend.c: Likewise.
28536         * signal/sigtimedwait.c: Likewise.
28537         * signal/sigvec.c: Likewise.
28538         * signal/sigwait.c: Likewise.
28539         * signal/sigwaitinfo.c: Likewise.
28540         * signal/sysv_signal.c: Likewise.
28541         * socket/accept.c: Likewise.
28542         * socket/accept4.c: Likewise.
28543         * socket/bind.c: Likewise.
28544         * socket/connect.c: Likewise.
28545         * socket/getpeername.c: Likewise.
28546         * socket/getsockname.c: Likewise.
28547         * socket/getsockopt.c: Likewise.
28548         * socket/isfdtype.c: Likewise.
28549         * socket/listen.c: Likewise.
28550         * socket/recv.c: Likewise.
28551         * socket/recvfrom.c: Likewise.
28552         * socket/recvmsg.c: Likewise.
28553         * socket/send.c: Likewise.
28554         * socket/sendmsg.c: Likewise.
28555         * socket/sendto.c: Likewise.
28556         * socket/setsockopt.c: Likewise.
28557         * socket/shutdown.c: Likewise.
28558         * socket/sockatmark.c: Likewise.
28559         * socket/socket.c: Likewise.
28560         * socket/socketpair.c: Likewise.
28561         * stdio-common/ctermid.c: Likewise.
28562         * stdio-common/cuserid.c: Likewise.
28563         * stdio-common/remove.c: Likewise.
28564         * stdio-common/rename.c: Likewise.
28565         * stdio-common/renameat.c: Likewise.
28566         * stdio-common/tempname.c: Likewise.
28567         * stdlib/getcontext.c: Likewise.
28568         * stdlib/makecontext.c: Likewise.
28569         * stdlib/setcontext.c: Likewise.
28570         * stdlib/swapcontext.c: Likewise.
28571         * stdlib/system.c: Likewise.
28572         * streams/fattach.c: Likewise.
28573         * streams/fdetach.c: Likewise.
28574         * streams/getmsg.c: Likewise.
28575         * streams/getpmsg.c: Likewise.
28576         * streams/putmsg.c: Likewise.
28577         * streams/putpmsg.c: Likewise.
28578         * sysdeps/unix/bsd/getpt.c: Likewise.
28579         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
28580         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
28581         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
28583         Likewise.
28584         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
28585         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
28586         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
28587         * sysvipc/msgctl.c: Likewise.
28588         * sysvipc/msgget.c: Likewise.
28589         * sysvipc/msgrcv.c: Likewise.
28590         * sysvipc/msgsnd.c: Likewise.
28591         * sysvipc/semctl.c: Likewise.
28592         * sysvipc/semget.c: Likewise.
28593         * sysvipc/semop.c: Likewise.
28594         * sysvipc/semtimedop.c: Likewise.
28595         * sysvipc/shmat.c: Likewise.
28596         * sysvipc/shmctl.c: Likewise.
28597         * sysvipc/shmdt.c: Likewise.
28598         * sysvipc/shmget.c: Likewise.
28599         * termios/tcdrain.c: Likewise.
28600         * termios/tcflow.c: Likewise.
28601         * termios/tcflush.c: Likewise.
28602         * termios/tcgetattr.c: Likewise.
28603         * termios/tcgetpgrp.c: Likewise.
28604         * termios/tcsendbrk.c: Likewise.
28605         * termios/tcsetattr.c: Likewise.
28606         * termios/tcsetpgrp.c: Likewise.
28607         * time/adjtime.c: Likewise.
28608         * time/clock.c: Likewise.
28609         * time/getitimer.c: Likewise.
28610         * time/gettimeofday.c: Likewise.
28611         * time/setitimer.c: Likewise.
28612         * time/settimeofday.c: Likewise.
28613         * time/stime.c: Likewise.
28614         * time/time.c: Likewise.
28615
28616 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
28617
28618         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
28619         /usr/old/bin.
28620
28621         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
28622         instead of spaces.
28623         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
28624
28625 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
28626
28627         [BZ #14796]
28628         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
28629         FE_TONEAREST before applying Dekker multiplication and Knuth
28630         addition.  Clear inexact exceptions and check for exact zero
28631         results afterwards.
28632         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28633         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
28634         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28635         * math/libm-test.inc (fma_test): Add more tests.
28636         (fma_test_towardzero): Likewise.
28637         (fma_test_downward): Likewise.
28638         (fma_test_upward): Likewise.
28639         * sysdeps/generic/math_private.h (default_libc_fesetround): New
28640         function.
28641         (libc_fesetround): New macro.
28642         (libc_fesetroundf): Likewise.
28643         (libc_fesetroundl): Likewise.
28644         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
28645         function.
28646         (libc_fesetround_387): Likewise.
28647         (libc_fesetroundf): New macro.
28648         (libc_fesetround): Likewise.
28649         (libc_fesetroundl): Likewise.
28650         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
28651         function.
28652         (libc_fesetroundf): New macro.
28653         (libc_fesetround): Likewise.
28654         (libc_fesetroundl): Likewise.
28655         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
28656         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
28657         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
28658         libm_hidden_ver.
28659         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
28660         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
28661         libm_hidden_def.
28662         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
28663         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
28664         libm_hidden_ver.
28665         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
28666         libm_hidden_def.
28667
28668         [BZ #3439]
28669         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
28670         integer constant usable in #if and use that to give value to enum
28671         constant.
28672         (FE_DIVBYZERO): Likewise.
28673         (FE_UNDERFLOW): Likewise.
28674         (FE_OVERFLOW): Likewise.
28675         (FE_INVALID): Likewise.
28676         (FE_INVALID_SNAN): Likewise.
28677         (FE_INVALID_ISI): Likewise.
28678         (FE_INVALID_IDI): Likewise.
28679         (FE_INVALID_ZDZ): Likewise.
28680         (FE_INVALID_IMZ): Likewise.
28681         (FE_INVALID_COMPARE): Likewise.
28682         (FE_INVALID_SOFTWARE): Likewise.
28683         (FE_INVALID_SQRT): Likewise.
28684         (FE_INVALID_INTEGER_CONVERSION): Likewise.
28685         (FE_TONEAREST): Likewise.
28686         (FE_TOWARDZERO): Likewise.
28687         (FE_UPWARD): Likewise.
28688         (FE_DOWNWARD): Likewise.
28689         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
28690         (FE_DIVBYZERO): Likewise.
28691         (FE_OVERFLOW): Likewise.
28692         (FE_UNDERFLOW): Likewise.
28693         (FE_INEXACT): Likewise.
28694         (FE_TONEAREST): Likewise.
28695         (FE_DOWNWARD): Likewise.
28696         (FE_UPWARD): Likewise.
28697         (FE_TOWARDZERO): Likewise.
28698         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
28699         (FE_UNDERFLOW): Likewise.
28700         (FE_OVERFLOW): Likewise.
28701         (FE_DIVBYZERO): Likewise.
28702         (FE_INVALID): Likewise.
28703         (FE_TONEAREST): Likewise.
28704         (FE_TOWARDZERO): Likewise.
28705         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
28706         (FE_OVERFLOW): Likewise.
28707         (FE_UNDERFLOW): Likewise.
28708         (FE_DIVBYZERO): Likewise.
28709         (FE_INEXACT): Likewise.
28710         (FE_TONEAREST): Likewise.
28711         (FE_TOWARDZERO): Likewise.
28712         (FE_UPWARD): Likewise.
28713         (FE_DOWNWARD): Likewise.
28714         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
28715         (FE_DIVBYZERO): Likewise.
28716         (FE_OVERFLOW): Likewise.
28717         (FE_UNDERFLOW): Likewise.
28718         (FE_INEXACT): Likewise.
28719         (FE_TONEAREST): Likewise.
28720         (FE_DOWNWARD): Likewise.
28721         (FE_UPWARD): Likewise.
28722         (FE_TOWARDZERO): Likewise.
28723
28724 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
28725
28726         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
28727
28728 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
28729
28730         * scripts/cross-test-ssh.sh (command): Use newlines to separate
28731         commands.  Quote $PWD.
28732         (blacklist_exports): Don't use remove_newlines.  Replace "declare
28733         -x" by "export".
28734         (remove_newlines): Remove.
28735
28736 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
28737
28738         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
28739         * stdlib/stdlib.h (atof): Moved to ...
28740         * include/bits/stdlib-float.h: Here.  New file.
28741         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
28742         * stdlib/bits/stdlib-float.h: New file.
28743         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
28744         -mno-sse -mno-mmx.
28745         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
28746         <xmmintrin.h>.
28747
28748 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28749
28750         * conform/conformtest.pl (@headers): Add fenv.h.
28751         * conform/data/fenv.h-data: New file.
28752         * include/fenv.h [_ISOMAC]: Disable all contents of file except
28753         include of <math/fenv.h>.
28754
28755         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
28756         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
28757         && !UNIX98].  Enables tests for XOPEN2K8.
28758         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
28759         POSIX2008]: Likewise.
28760
28761         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
28762         (struct rusage): Do not expect type or its members.
28763
28764         [BZ #3439]
28765         * math/math.h (FP_NAN): Define macro to integer constant usable in
28766         #if and use that to give value to enum constant.
28767         (FP_INFINITE): Likewise.
28768         (FP_ZERO): Likewise.
28769         (FP_SUBNORMAL): Likewise.
28770         (FP_NORMAL): Likewise.
28771
28772 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
28773
28774         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
28775         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
28776         arguments.
28777
28778 2012-11-02  Roland McGrath  <roland@hack.frob.com>
28779
28780         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
28781         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
28782         autoconf-time if not.
28783         * configure.in: Remove AC_PREREQ.
28784
28785 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28786
28787         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
28788         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
28789         of the internal implementation.
28790
28791 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28792
28793         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
28794         except include of <misc/sys/syslog.h>.
28795
28796 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28797
28798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
28799         function returns with a NULL context exit with zero.
28800
28801 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28802
28803         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
28804
28805 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
28806
28807         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
28808         (run_program_cmd): This.
28809         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
28810         (tst_langinfo): New variable.  Use it.
28811
28812 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
28813
28814         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
28815         floating point opcodes.
28816
28817 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28818
28819         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
28820         variable.
28821
28822         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
28823
28824         * sysdeps/mach/hurd/powerpc: Remove directory.
28825         * sysdeps/mach/powerpc: Likewise.
28826
28827 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28828
28829         * scripts/check-local-headers.sh: Ignore c++ headers.
28830
28831 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28832
28833         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28834         __libc_cleanup_region_start argument.
28835
28836 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28837
28838         [BZ #14784]
28839         [BZ #14785]
28840         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28841         x * y using scaling, not as x * y + z.
28842         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28843         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28844         * math/libm-test.inc (fma_test): Add more tests.
28845         (fma_test_towardzero): Likewise.
28846         (fma_test_downward): Likewise.
28847         (fma_test_upward): Likewise.
28848
28849 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28850
28851         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28852
28853 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28854
28855         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28856         New variable.
28857
28858 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28859
28860         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28861
28862 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28863
28864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28865         Fix sort order.
28866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28867         Likewise.
28868
28869 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28870
28871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28872         Fix the order of the list for glibc 2.17.
28873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28874         Likewise.
28875
28876 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28877
28878         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28879
28880 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28881
28882         [BZ #14610]
28883         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
28884         for low part of x being zero before using __atanl (y).
28885         * math/libm-test.inc (atan2_test): Add another test.
28886
28887         * manual/install.texi (Configuring and compiling): Document
28888         general use of test-wrapper and test-wrapper-env.
28889         * INSTALL: Regenerated.
28890
28891         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
28892         (__fma): Do not extract and scale down low bits on after-rounding
28893         systems when result rounded to normal precision would have normal
28894         exponent.
28895         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
28896         (__fmal): Do not extract and scale down low bits on after-rounding
28897         systems when result rounded to normal precision would have normal
28898         exponent.
28899         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
28900         (__fmal): Do not extract and scale down low bits on after-rounding
28901         systems when result rounded to normal precision would have normal
28902         exponent.
28903         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
28904         macro.
28905         (fma_test): Add more tests.
28906         (fma_test_towardzero): Likewise.
28907         (fma_test_downward): Likewise.
28908         (fma_test_upward): Likewise.
28909
28910 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
28911
28912         * sysdeps/i386/tininess.h: Renamed to ...
28913         * sysdeps/x86/tininess.h: This.
28914         * sysdeps/x86_64/tininess.h: Removed.
28915
28916 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28917
28918         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
28919         input.  Use $(build-program-cmd).
28920         ($(objpfx)tst-array1-static.out): Likewise.
28921         ($(objpfx)tst-array2.out): Likewise.
28922         ($(objpfx)tst-array3.out): Likewise.
28923         ($(objpfx)tst-array4.out): Likewise.
28924         ($(objpfx)tst-array5.out): Likewise.
28925         ($(objpfx)tst-array5-static.out): Likewise.
28926
28927 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
28928
28929         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
28930         if defined.
28931
28932         * nss/nsswitch.h (nss_interface_function): Provide new
28933         macro for use with NSS functions.
28934         * grp/initgroups.c: Use new macro.
28935         * nss/getXXbyYY.c: Likewise.
28936         * nss/getXXbyYY_r.c: Likewise.
28937         * nss/getXXent.c: Likewise.
28938         * nss/getXXent_r.c: Likewise.
28939         * sysdeps/posix/getaddrinfo.c: Likewise.
28940
28941 2012-10-30  Andreas Jaeger  <aj@suse.de>
28942
28943         * po/ru.po: Update Russion translation from translation project.
28944
28945 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28946
28947         [BZ #14152]
28948         [BZ #14783]
28949         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
28950         result and shift together with sticky bit instead of replicating
28951         round-to-nearest rounding.
28952         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28953         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28954         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
28955         missing underflow exceptions.
28956         (fma_test_towardzero): Add more tests.
28957         (fma_test_downward): Likewise.
28958         (fma_test_upward): Likewise.
28959
28960         [BZ #14047]
28961         * sysdeps/generic/tininess.h: New file.
28962         * sysdeps/i386/tininess.h: Likewise.
28963         * sysdeps/sh/tininess.h: Likewise.
28964         * sysdeps/x86_64/tininess.h: Likewise.
28965         * stdlib/tst-strtod-underflow.c: Likewise.
28966         * stdlib/tst-tininess.c: Likewise.
28967         * stdlib/strtod_l.c: Include <tininess.h>.
28968         (round_and_return): Do not set errno for exact underflow cases.
28969         Force an underflow exception when setting errno for underflow.
28970         Determine underflow based on rounding to normal precision if
28971         TININESS_AFTER_ROUNDING.
28972         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
28973         ERANGE for exact underflow cases.
28974         * stdlib/Makefile (tests): Add tst-tininess and
28975         tst-strtod-underflow.
28976         ($(objpfx)tst-tininess): Use $(link-libm).
28977         ($(objpfx)tst-strtod-underflow): Likewise.
28978
28979 2012-10-30  Andreas Jaeger  <aj@suse.de>
28980
28981         [BZ#14767]
28982         * elf/Makefile (tests): Remove conditional for have-initfini-array
28983         since this is now always required and the variable does not exist
28984         anymore.
28985         (tests-static): Likewise.
28986         (modules-names): Likewise.
28987
28988         * po/eo.po: Add Esperanto translation from translation project.
28989
28990         * elf/tst-array1.c (fini_array): Make writeable so that it can be
28991         merged with constructor/destructor.
28992         (init_array): Likewise.
28993         * elf/tst-array2dep.c (fini_array): Likewise.
28994         (init_array): Likewise.
28995
28996 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
28997
28998         * manual/message.texi: Delete @cartouche tags.
28999
29000 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29001
29002         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29003         EOPNOTSUPP.
29004         * sysdeps/mach/hurd/fsync.c: Likewise.
29005
29006         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29007         [_POSIX_REALTIME_SIGNALS]: Change condition to
29008         [_POSIX_REALTIME_SIGNALS > 0].
29009
29010 2012-10-27  Andreas Jaeger  <aj@suse.de>
29011
29012         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29013         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29014         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29015         [__WORDSIZE != 64]: Likewise.
29016
29017 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29018
29019         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29020         *  iconvdata/tst-tables.sh: Likewise.
29021
29022 2012-10-25  David S. Miller  <davem@davemloft.net>
29023
29024         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29025         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29026         of strtoull.
29027
29028         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29029         ifunc-impl-list.c
29030         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29031         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29032         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29033         file.
29034
29035 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29036
29037         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29038         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29039         __getdirentries.
29040
29041 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29042             Jim Blandy  <jimb@codesourcery.com>
29043
29044         * scripts/cross-test-ssh.sh: New file.
29045         * manual/install.texi (Configuring and compiling): Document use of
29046         cross-test-ssh.sh.
29047         * INSTALL: Regenerated.
29048
29049 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29050
29051         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29052         EOPNOTSUPP.
29053
29054 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29055
29056         * Makeconfig (run-program-prefix): Fix comment.
29057
29058 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29059             Jim Blandy  <jimb@codesourcery.com>
29060
29061         * Makeconfig (test-wrapper): New variable,
29062         (test-wrapper-env): Likewise.
29063         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29064         (run-built-tests): Define to yes.
29065         (run-program-prefix): Use $(test-wrapper).
29066         (built-program-cmd): Likewise.
29067         * Rules (make-test-out): Use $(test-wrapper-env) and
29068         $(host-built-program-cmd).
29069         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29070         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29071         tst-pathopt.sh.
29072         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29073         $(test-wrapper-env) to tst-rtld-load-self.sh.
29074         ($(objpfx)order2.out): Use $(test-wrapper).
29075         ($(objpfx)tst-initorder.out): Likewise.
29076         ($(objpfx)tst-initorder2.out): Likewise.
29077         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29078         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29079         (test_wrapper_env): New variable.  Use it to run ld.so.
29080         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29081         Use it to run ld.so.
29082         (test_wrapper_env): Likewise.
29083         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29084         $(test-wrapper) to run-iconv-test.sh.
29085         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29086         (ICONV): Use $test_wrapper.
29087         * posix/Makefile ($(objpfx)globtest.out): Pass
29088         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29089         globtest.sh, not $(run-program-prefix).
29090         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29091         (test_wrapper): Likewise.
29092         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29093         set together with run_via_rtld_prefix.
29094         (run_program_prefix): Define in terms of test_wrapper and
29095         run_via_rtld_prefix.
29096
29097 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29098
29099         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29100         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29101         Targets removed.
29102
29103         [BZ #14743]
29104         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29105         Declare __clock_getres, __clock_gettime, __clock_settime,
29106         __clock_nanosleep, and __clock_getcpuclockid.
29107         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29108         Remove librt_hidden_def (clock_gettime).
29109         * sysdeps/unix/clock_gettime.c: Likewise.
29110         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29111         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29112         * rt/clock_getres.c: Define __clock_getres as an alias.
29113         * sysdeps/posix/clock_getres.c: Likewise.
29114         * rt/clock_settime.c: Define __clock_settime as an alias.
29115         * sysdeps/unix/clock_settime.c: Likewise.
29116         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29117         * sysdeps/unix/clock_nanosleep.c: Likewise.
29118         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29119         * rt/clock-compat.c: New file.
29120         * rt/Makefile (librt-routines): Add clock-compat and move
29121         $(clock-routines) to ...
29122         (routines): ... here, new variable.
29123         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29124         Don't add get_clockfreq here.
29125         * rt/Versions (libc: GLIBC_2.17): New version set.
29126         Add clock_* symbols here.
29127         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29128         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29129         (GLIBC_2.17): Add clock_* symbols.
29130         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29131         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29132         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29134         Likewise.
29135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29136         Likewise.
29137         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29138         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29139         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29140         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29141         * NEWS: Mention the move.
29142
29143         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29144         Use __open, __read, __close rather than their public counterparts.
29145         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29146         (__get_clockfreq_via_cpuinfo): Likewise.
29147         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29148         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29149
29150         * config.h.in (HAVE_IFUNC): New #undef.
29151         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29152         was successful.
29153         * configure: Regenerated.
29154
29155 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29156
29157         * configure.in: Move READELF check to start of file.
29158         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29159         libc_cv_asm_gnu_indirect_function in the process.
29160         * configure: Regenerated.
29161
29162 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29163
29164         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29165         send the output to /dev/null.
29166         (libc_cv_cc_with_libunwind): Likewise.
29167         (libc_cv_as_noexecstack): Likewise.
29168         * configure: Regenerate.
29169
29170 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29171
29172         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29173
29174         * posix/globtest.sh (TMPDIR): Do not set.
29175         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29176         (testout): Likewise.
29177
29178 2012-10-24  Andreas Jaeger  <aj@suse.de>
29179
29180         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29181         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29182         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29183         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29184         posix_fadvise64, posix_fallocate64.
29185
29186         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29187         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29188         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29189         Likewise.
29190         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29191         Likewise.
29192         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29193
29194         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29195         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29196         <bits/fcntl-linux.h>.
29197         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29198
29199         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29200         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29201         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29202         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29203         [__WORDSIZE != 64]: Likewise.
29204
29205 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29206
29207         * Makeconfig (run-built-tests): New variable.
29208         * Rules [$(cross-compiling) = yes]: Change condition to
29209         [$(run-built-tests) = no].
29210         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29211         to [$(run-built-tests) = yes].
29212         * elf/Makefile [$(cross-compiling) = no]: Likewise
29213         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29214         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29215         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29216         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29217         * io/Makefile [$(cross-compiling) = no]: Likewise.
29218         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29219         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29220         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29221         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29222         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29223         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29224         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29225         * string/Makefile [$(cross-compiling) = no]: Likewise.
29226
29227         * posix/Makefile ($(objpfx)globtest.out): Pass
29228         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29229         $(rtld-installed-name).
29230         * posix/globtest.sh (elf_objpfx): Remove variable.
29231         (rtld_installed_name): Likewise.
29232         (library_path): Likewise.
29233         (run_program_prefix): New variable.  Use for running globtest
29234         binary.
29235
29236 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29237             Joseph Myers  <joseph@codesourcery.com>
29238
29239         * Makeconfig (host-built-program-cmd): New variable.
29240         * elf/Makefile (tst-stackguard1-ARGS): Use
29241         $(host-built-program-cmd).
29242         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29243         (tst-spawn-ARGS): Likewise.
29244         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29245
29246 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29247             Jim Blandy  <jimb@codesourcery.com>
29248
29249         * Makeconfig (run-via-rtld-prefix): New variable.
29250         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29251         (built-program-cmd): Likewise.
29252
29253 2012-10-22  Andreas Jaeger  <aj@suse.de>
29254
29255         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29256         __O_RSYNC if it exists, otherwise to O_SYNC.
29257
29258 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29259             Joseph Myers  <joseph@codesourcery.com>
29260
29261         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29262         /dev/null.
29263         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29264         from /dev/null
29265         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29266         /dev/null.
29267
29268 2012-10-22  Andreas Jaeger  <aj@suse.de>
29269
29270         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29271         Define always.
29272         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29273
29274         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29275         bits/fcntl-linux.h.
29276
29277         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29278         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29279
29280         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29281         to __O_LARGEFILE.
29282         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29283         to __O_LARGEFILE.
29284
29285 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29286             Joseph Myers  <joseph@codesourcery.com>
29287
29288         * config.make.in (NM): New variable.
29289
29290 2012-10-21  Andreas Jaeger  <aj@suse.de>
29291
29292         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29293         definitions and declarations that are provided by
29294         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29295
29296 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29297
29298         [BZ #14683]
29299         * elf/Makefile (tests-static): Add tst-leaks1-static.
29300         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29301         ($(objpfx)tst-leaks1-static): New rule.
29302         ($(objpfx)tst-leaks1-static-mem): Likewise.
29303         (tst-leaks1-static-ENV): New macro.
29304         * elf/dl-open.c (dl_open_worker): Check the main application
29305         only if SHARED is defined.
29306         * elf/tst-leaks1-static.c: New file.
29307
29308 2012-10-20  Andreas Jaeger  <aj@suse.de>
29309
29310         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29311         generic values for Linux.
29312         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29313         and declarations that are provided by <bits/fcntl-linux.h> and
29314         include <bits/fcntl-linux.h>.
29315         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29316         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29317
29318 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29319
29320         * io/fcntl.h: Move include of <bits/types.h> to the top and
29321         include it unconditionally.
29322
29323 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29324
29325         * wcsmbs/Makefile (tests-ifunc): New variable.
29326         (tests): Add $(tests-ifunc).
29327         * wcsmbs/test-wcschr-ifunc.c: New file.
29328         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29329         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29330         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29331         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29332         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29333
29334         * string/Makefile (tests-ifunc): New variable.
29335         (tests): Add $(tests-ifunc).
29336         * string/test-memccpy.c (TEST_NAME): New macro.
29337         * string/test-memchr.c (TEST_NAME): Likewise.
29338         * string/test-memcmp.c (TEST_NAME): Likewise.
29339         * string/test-memcpy.c (TEST_NAME): Likewise.
29340         * string/test-memmem.c (TEST_NAME): Likewise.
29341         * string/test-memmove.c (TEST_NAME): Likewise.
29342         * string/test-memset.c (TEST_NAME): Likewise.
29343         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29344         * string/test-stpcpy.c (TEST_NAME): Likewise.
29345         * string/test-stpncpy.c (TEST_NAME): Likewise.
29346         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29347         * string/test-strcasestr.c (TEST_NAME): Likewise.
29348         * string/test-strcat.c (TEST_NAME): Likewise.
29349         * string/test-strchr.c (TEST_NAME): Likewise.
29350         * string/test-strcmp.c(TEST_NAME): Likewise.
29351         * string/test-strcpy.c (TEST_NAME): Likewise.
29352         * string/test-strcspn.c (TEST_NAME): Likewise.
29353         * string/test-strlen.c (TEST_NAME): Likewise.
29354         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29355         * string/test-strncmp.c (TEST_NAME): Likewise.
29356         * string/test-strncpy.c (TEST_NAME): Likewise.
29357         * string/test-strnlen.c (TEST_NAME): Likewise.
29358         * string/test-strpbrk.c (TEST_NAME): Likewise.
29359         * string/test-strrchr.c (TEST_NAME): Likewise.
29360         * string/test-strspn.c (TEST_NAME): Likewise.
29361         * string/test-strstr.c (TEST_NAME): Likewise.
29362         * string/test-bcopy-ifunc.c: New file.
29363         * string/test-bzero-ifunc.c: Likewise.
29364         * string/test-memccpy-ifunc.c: Likewise.
29365         * string/test-memchr-ifunc.c: Likewise.
29366         * string/test-memcmp-ifunc.c: Likewise.
29367         * string/test-memcpy-ifunc.c: Likewise.
29368         * string/test-memmem-ifunc.c: Likewise.
29369         * string/test-memmove-ifunc.c: Likewise.
29370         * string/test-mempcpy-ifunc.c: Likewise.
29371         * string/test-memset-ifunc.c: Likewise.
29372         * string/test-rawmemchr-ifunc.c: Likewise.
29373         * string/test-stpcpy-ifunc.c: Likewise.
29374         * string/test-stpncpy-ifunc.c: Likewise.
29375         * string/test-strcasecmp-ifunc.c: Likewise.
29376         * string/test-strcasestr-ifunc.c: Likewise.
29377         * string/test-strcat-ifunc.c: Likewise.
29378         * string/test-strchr-ifunc.c: Likewise.
29379         * string/test-strchrnul-ifunc.c: Likewise.
29380         * string/test-strcmp-ifunc.c: Likewise.
29381         * string/test-strcpy-ifunc.c: Likewise.
29382         * string/test-strcspn-ifunc.c: Likewise.
29383         * string/test-strlen-ifunc.c: Likewise.
29384         * string/test-strncasecmp-ifunc.c: Likewise.
29385         * string/test-strncat-ifunc.c: Likewise.
29386         * string/test-strncmp-ifunc.c: Likewise.
29387         * string/test-strncpy-ifunc.c: Likewise.
29388         * string/test-strnlen-ifunc.c: Likewise.
29389         * string/test-strpbrk-ifunc.c: Likewise.
29390         * string/test-strrchr-ifunc.c: Likewise.
29391         * string/test-strspn-ifunc.c: Likewise.
29392         * string/test-strstr-ifunc.c: Likewise.
29393
29394         * debug/Makefile (tests-ifunc): New variable.
29395         (tests): Add $(tests-ifunc).
29396         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29397         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29398         * debug/test-stpcpy_chk-ifunc.c: New file.
29399         * debug/test-strcpy_chk-ifunc.c: Likewise.
29400
29401 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29402
29403         [BZ #13601]
29404         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29405         header is not read in.
29406
29407 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29408
29409         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29410         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29411         directly.  Pass built executable to script as
29412         $(built-program-cmd).
29413         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29414         $testprogram without using LD_LIBRARY_PATH and $ldso.
29415
29416         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29417         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29418         $(rtld-installed-name).
29419         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29420         (rtld_installed_name): Likewise.
29421         (library_path): Likewise.
29422         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29423         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29424         $(run-program-prefix) to tst-tables.sh.
29425         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29426         it to run tst-table-from and tst-table-to.
29427         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29428         Pass it to tst-table.sh.
29429         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29430         $(run-program-prefix) to tst-gettext.sh.
29431         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29432         tst-translit.sh.
29433         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29434         tst-gettext2.sh.
29435         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29436         to run tst-gettext.
29437         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29438         to run tst-gettext2.
29439         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29440         to run tst-translit.
29441         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29442         $(run-program-prefix) to tst-mtrace.sh.
29443         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29444         to run tst-mtrace.
29445         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29446         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29447         $(rtld-installed-name).
29448         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29449         (rtld_installed_name): Likewise.
29450         (run_program_prefix): New variable.  Use it to run wordexp-test.
29451
29452         * Makeconfig (ARCH): Remove all definitions.
29453         (machine): Likewise.
29454         [ARCH]: Remove conditional code.
29455         [!objdir]: Give error.
29456         [!objdir] (objpfx): Remove.
29457         [!objdir] (common-objpfx): Likewise.
29458         [!objdir] (common-objdir): Likewise.
29459         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29460         AC_CONFIG_FILES call.
29461         * configure: Regenerated.
29462
29463         [BZ #13888]
29464         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29465         or TMPDIR.
29466         (testout): Likewise.
29467
29468         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29469         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29470         $(rtld-installed-name).
29471         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29472         (rtld_installed_name): Likwise.
29473         (runit): Remove function.
29474         (run_getconf): New variable,  Use it for running getconf binary.
29475
29476 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29477
29478         [BZ #14716]
29479         * string/test-memmem.c (check_result): New function.
29480         (do_one_test): Use it.
29481         (check1): New function.
29482         (test_main): Use it.
29483
29484 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29485
29486         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29487
29488 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29489
29490         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29491         (_G_LSEEK64): Likewise.
29492         (_G_MMAP64): Likewise.
29493         (_G_FSTAT64): Likewise.
29494         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29495         (_G_LSEEK64): Likewise.
29496         (_G_MMAP64): Likewise.
29497         (_G_FSTAT64): Likewise.
29498         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29499         unconditional.  Call __mmap64 directly.
29500         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29501         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29502         __lseek64 directly.
29503         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29504         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29505         __mmap64 directly.
29506         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29507         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29508         __lseek64 directly.
29509         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29510         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29511         __lseek64 directly.
29512         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29513         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29514         __lseek64 directly.
29515         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29516         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29517         __fxstat64 directly.
29518         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29519         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29520         unconditional.
29521         (freopen64) [!_G_OPEN64]: Remove conditional code.
29522         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29523         unconditional.
29524         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29525         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29526         unconditional.
29527         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29528         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29529         unconditional.
29530         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29531         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29532         unconditional.
29533         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29534         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29535         unconditional.
29536         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29537         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29538         unconditional.
29539         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29540         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29541         unconditional.
29542         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29543
29544 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29545
29546         [BZ #12140]
29547         * manual/memory.texi (Malloc Tunable Parameters): Add note
29548         about free list pointers overwriting some perturb bytes.
29549         Wording suggested by Roland McGrath.
29550
29551 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29552
29553         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29554         (lgamma_test): Likewise.
29555         (tgamma_test): Likewise.
29556
29557 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29558
29559         [BZ #14700]
29560         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29561         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29562
29563 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29564
29565         * NEWS: Mention BZ #14716.
29566         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
29567         when removing AVAILABLE1_USES_J macro.
29568
29569 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
29570
29571         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
29572         (__bswap_64): __uint64_t for unsigned 64-bit int.
29573
29574 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
29575
29576         * include/string.h (memmem): Declare libc hidden alias.
29577         * string/memmem.c (memmem): Define libc hidden alias.
29578         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
29579         __read, __close instead of open, read, close.
29580
29581 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
29582
29583         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
29584         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
29585         global and hidden.
29586         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
29587         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
29588         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
29589         Likewise.
29590         (__rawmemchr_sse2): Likewise.
29591         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
29592         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
29593         (__strchr_sse2): Likewise.
29594         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
29595         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
29596         (__strcasecmp_sse2): Likewise.
29597         (__strncasecmp_sse2): Likewise.
29598         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
29599         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
29600         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
29601         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
29602         (__strrchr_sse2): Likewise.
29603         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
29604         ifunc-impl-list.c.
29605         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
29606         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
29607         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
29608         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
29609         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
29610         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
29611         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29612         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29613         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
29614         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
29615         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
29616         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
29617         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
29618         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
29619         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
29620         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29621         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
29622         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
29623         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
29624         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
29625         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
29626         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
29627         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
29628         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29629         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
29630         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
29631         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
29632         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
29633         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
29634         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
29635
29636         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
29637         global and hidden.
29638         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
29639         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
29640         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
29641         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
29642         Likewise.
29643         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
29644         Likewise.
29645         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
29646         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
29647         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
29648         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
29649         ifunc-impl-list.c.
29650         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
29651         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
29652         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
29653         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
29654         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
29655         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
29656         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
29657         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
29658         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
29659         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
29660         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
29661         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
29662         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
29663         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
29664         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
29665         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29666         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
29667         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
29668         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
29669         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
29670         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29671         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
29672         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
29673         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
29674         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29675         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
29676         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
29677         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
29678         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
29679         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
29680         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
29681         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
29682         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
29683         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
29684         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
29685         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
29686         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
29687         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
29688         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
29689         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
29690         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
29691
29692         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
29693         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
29694         * include/ifunc-impl-list.h: New file.
29695         * misc/ifunc-impl-list.c: Likewise.
29696         * misc/Makefile (routines): Add ifunc-impl-list.
29697         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
29698         * string/test-string.h: Include <ifunc-impl-list.h>.
29699         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
29700         TEST_NAME]: New variables.
29701         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
29702         are defined.
29703         (test_init): Call __libc_ifunc_impl_list to initialize
29704         func_list if TEST_IFUNC and TEST_NAME are defined.
29705
29706         * string/Makefile (strop-tests): Add bcopy and bzero.
29707         * string/test-bcopy.c: New file.
29708         * string/test-bzero.c: Likewise.
29709         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
29710         defined.
29711         * string/test-memset.c: Support bzero test if TEST_BZERO is
29712         defined.
29713         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
29714         __libc_memmove.
29715         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
29716         __libc_memset.
29717         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
29718         of memset.
29719
29720 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
29721
29722         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
29723         * configure: Regenerated.
29724
29725         * Makeconfig (+link-static-before-libc): Don't include
29726         $(link-static-libc).
29727
29728         * libio/libio.h (_IO_pos_t): Remove.
29729
29730 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29731
29732         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
29733         McGrath.
29734
29735 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29736
29737         * crypt/crypt-entry.c: Include fips-private.h.
29738         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
29739         * crypt/md5c-test.c (main): Tolerate disabled MD5.
29740         * sysdeps/unix/sysv/linux/fips-private.h: New file.
29741         * sysdeps/generic/fips-private.h: New file, dummy fallback.
29742
29743 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29744
29745         * crypt/crypt-private.h: Include stdbool.h.
29746         (_ufc_setup_salt_r): Return bool.
29747         * crypt/crypt-entry.c: Include errno.h.
29748         (__crypt_r): Return NULL with EINVAL for bad salt.
29749         * crypt/crypt_util.c (bad_for_salt): New.
29750         (_ufc_setup_salt_r): Check that salt is long enough and within
29751         the specified alphabet.
29752         * crypt/badsalttest.c: New file.
29753         * crypt/Makefile (tests): Add it.
29754         ($(objpfx)badsalttest): New.
29755
29756 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
29757
29758         * NEWS: Add entry for BZ #14602.
29759
29760 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29761
29762         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
29763         type-generic.
29764         * math/libm-test.inc: Update comment listing what functions and
29765         macros are tested.
29766         (isgreater_test): New function.
29767         (isgreaterequal_test): Likewise.
29768         (isless_test): Likewise.
29769         (islessequal_test): Likewise.
29770         (islessgreater_test): Likewise.
29771         (isunordered_test): Likewise.
29772         (main): Call the new functions.
29773
29774 2012-10-09  Roland McGrath  <roland@hack.frob.com>
29775
29776         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
29777         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
29778         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
29779         * sysdeps/i386/configure: Regenerated.
29780         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
29781         * sysdeps/mach/configure: Regenerated.
29782         * sysdeps/mach/hurd/configure: Regenerated.
29783         * sysdeps/powerpc/configure: Regenerated.
29784         * sysdeps/powerpc/powerpc32/configure: Regenerated.
29785         * sysdeps/powerpc/powerpc64/configure: Regenerated.
29786         * sysdeps/s390/s390-32/configure: Regenerated.
29787         * sysdeps/s390/s390-64/configure: Regenerated.
29788         * sysdeps/sh/configure: Regenerated.
29789         * sysdeps/sparc/configure: Regenerated.
29790         * sysdeps/unix/sysv/linux/configure: Regenerated.
29791         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
29792         * sysdeps/x86_64/configure: Regenerated.
29793
29794         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
29795         defined.  Don't check if MAP is NULL.
29796
29797 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29798
29799         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
29800         (_G_stat64): Likewise.
29801         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
29802         (_G_stat64): Likewise.
29803         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
29804         instead of struct _G_stat64.
29805         * libio/fileops.c (mmap_remap_check): Likewise.
29806         (decide_maybe_mmap): Likewise.
29807         (_IO_new_file_seekoff): Likewise.
29808         (_IO_file_stat): Likewise.
29809         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
29810         _G_off64_t.
29811         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
29812         instead of struct _G_stat64.
29813         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29814
29815 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
29816
29817         [BZ #14602]
29818         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29819         Replace with ...
29820         (CHECK_EOL): New macro.
29821         (two_way_short_needle): Check beginning of haystack for EOL.  Use
29822         CHECK_EOL.
29823         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29824         Replace with CHECK_EOL.
29825         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29826         Replace with CHECK_EOL.
29827
29828 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
29829
29830         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29831         type-generic.
29832         * math/libm-test.inc: Update comment listing what functions and
29833         macros are tested.
29834         (finite_test): New function.
29835         (isinf_test): Likewise.
29836         (isnan_test): Likewise.
29837         (fpclassify_test): Test subnormal input.
29838         (isfinite_test): Likewise.
29839         (isnormal_test): Likewise.
29840         (main): Call the new functions.
29841
29842 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29843
29844         [BZ #14660]
29845         * Makerules (%.dynsym): Force C locale when running
29846         $(OBJDUMP) --dynamic-syms.
29847
29848 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29849
29850         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29851         <stdint.h>.
29852
29853 2012-10-06  David S. Miller  <davem@davemloft.net>
29854
29855         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29856         upper 32-bits of the length value in %o2 since we use branch-on-register
29857         tests which consider the entire 64-bit register.
29858
29859 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29860
29861         * string/test-strstr.c (check2): Add a test for page boundary.
29862
29863 2012-10-05  David S. Miller  <davem@davemloft.net>
29864
29865         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
29866         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
29867         file.
29868         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29869         sysdep_routines.
29870         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29871         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
29872         and bzero when HWCAP_SPARC_CRYPTO is present.
29873
29874 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
29875
29876         [BZ #14602]
29877         * string/test-strstr.c (check2): New function.
29878         (test_main): Call check2.
29879
29880         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
29881         and bug-strchr1.
29882         * string/bug-strcasestr1.c (do_test): Moved to ...
29883         * string/test-strcasestr.c (check1): Here.  New function.
29884         (do_one_test): Break out result checking code into ...
29885         (check_result): This.  New function.
29886         (do_one_test): Call check_result.
29887         (test_main): Call check1.
29888         * string/bug-strchr1.c (do_test): Moved to ...
29889         * string/test-strchr.c (check1): Here.  New function.
29890         (do_one_test): Break out result checking code into ...
29891         (check_result): This.  New function.
29892         (do_one_test): Call check_result.
29893         (test_main): Call check1.
29894         * string/bug-strstr1.c (main): Moved to ...
29895         * string/test-strstr.c (check1): Here.  New function.
29896         (do_one_test): Break out result checking code into ...
29897         (check_result): This.  New function.
29898         (do_one_test): Call check_result.
29899         (test_main): Call check1.
29900         * string/bug-strcasestr1.c: Removed.
29901         * string/bug-strchr1.c: Likewise.
29902         * string/bug-strstr1.c: Likewise.
29903
29904         * elf/Makefile (dl-routines): Add hwcaps.
29905         * elf/dl-support.c (_dl_important_hwcaps): Removed.
29906         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
29907         (_dl_important_hwcaps): Moved to ...
29908         * elf/dl-hwcaps.c: Here.  New file.
29909         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
29910
29911         [BZ #14557]
29912         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
29913         if IS_IN_rtld isn't defined.
29914
29915         * elf/dl-support.c (_dl_sysinfo_map): New.
29916         Include "get-dynamic-info.h" and "setup-vdso.h".
29917         (_dl_non_dynamic_init): Call setup_vdso.
29918         * elf/dynamic-link.h: Don't include <assert.h>.
29919         (elf_get_dynamic_info): Moved to ...
29920         * elf/get-dynamic-info.h: Here.  New file.
29921         * elf/dynamic-link.h: Include "get-dynamic-info.h".
29922         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
29923         * elf/setup-vdso.h: Here.  New file.
29924         * elf/rtld.c: Include "setup-vdso.h".
29925         (dl_main): Call setup_vdso.
29926
29927 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
29928
29929         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
29930         creal in comment listing functions tested.  List finite, isinf,
29931         isnan, isless, islessequal, isgreater, isgreaterequal,
29932         islessgreater, isunordered, lgamma_r and pow10 as functions and
29933         macros not tested.  Mention which functions not tested are aliases
29934         for other functions.  Fix typo.  Note that signs of NaNs are not
29935         tested.
29936
29937         * scripts/config.guess: Update from config.git.
29938         * scripts/config.sub: Likewise.
29939
29940 2012-10-04  Roland McGrath  <roland@hack.frob.com>
29941
29942         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
29943         * misc/madvise.c (madvise): Renamed to __madvise.
29944         Make madvise a weak alias.
29945         * include/sys/mman.h: Declare __madvise.
29946         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
29947         * sysdeps/unix/syscalls.list
29948         (madvise): Make __madvise the strong name, and madvise a weak alias.
29949         * sysdeps/unix/sysv/linux/syscalls.list
29950         (madvise, mmap): Remove redundant entries.
29951         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
29952         * malloc/malloc.c (mtrim): Likewise.
29953         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
29954
29955 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29956
29957         * sysdeps/mach/hurd/dl-cache.c: File removed.
29958         * config.h.in (USE_LDCONFIG): New #undef.
29959         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
29960         * configure: Regenerated.
29961         * elf/Makefile (dl-routines): Add dl-cache only under
29962         [$(use-ldconfig) = yes].
29963         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
29964         cache on [USE_LDCONFIG].
29965         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
29966         [USE_LDCONFIG].
29967         * elf/rtld.c (dl_main): Likewise.
29968
29969 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
29970
29971         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
29972         _SC_LEVEL4_CACHE_LINESIZE.
29973
29974 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29975
29976         * sysdeps/unix/bsd/confstr.h: File removed.
29977
29978 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
29979
29980         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
29981         sys/sdt-config.h.
29982
29983 2012-10-02  Roland McGrath  <roland@hack.frob.com>
29984
29985         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
29986         Make 'mapoff' field ElfW(Off) rather than off_t.
29987
29988 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29989
29990         * nscd/Makefile: Remove nscd-cflags and all its users.
29991         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
29992         (CFLAGS-nonlib): Add compiler flags for nscd modules.
29993
29994         [BZ #10631]
29995         * malloc.c (malloc_printerr): Clarify error message.
29996
29997 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
29998
29999         [BZ #14648]
30000         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30001         Set bit_FMA_Usable if FMA is supported.
30002         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30003         macro.
30004         (bit_FMA4_Usable): Updated.
30005         (index_FMA_Usable): New macro.
30006         (CPUID_FMA): Likewise
30007         (HAS_FMA): Defined with bit_FMA_Usable.
30008
30009 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30010
30011         * bits/types.h (__swblk_t): Type removed.
30012         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30013         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30014         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30015         (__SWBLK_T_TYPE): Likewise.
30016         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30017         (__SWBLK_T_TYPE): Likewise.
30018         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30019         (__SWBLK_T_TYPE): Likewise.
30020         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30021         (__SWBLK_T_TYPE): Likewise.
30022
30023 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30024             Honza Horak <hhorak@redhat.com>
30025
30026         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30027         (xdr_mapname): Use YPMAXMAP as maxsize.
30028         (xdr_peername): Use YPMAXPEER as maxsize.
30029         (xdr_keydat): Use YPAXRECORD as maxsize.
30030         (xdr_valdat): Use YPMAXRECORD as maxsize.
30031
30032 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30033
30034         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30035
30036         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30037         * csu/init-first.c: ... here.
30038         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30039         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30040         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30041         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30042         * sysdeps/i386/init-first.c: File removed.
30043         * sysdeps/sh/init-first.c: File removed.
30044
30045 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30046
30047         [BZ #14645]
30048         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30049         if x * y might underflow to zero and z is zero.
30050         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30051         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30052         * math/libm-test.inc (min_subnorm_value): New variable.
30053         (fma_test): Add more tests.
30054         (fma_test_towardzero): Likewise.
30055         (fma_test_downward): Likewise
30056         (fma_test_upward): Likewise.
30057         (initialize): Set min_subnorm_value.
30058
30059 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30060
30061         [BZ #14638]
30062         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30063         0 + 0.
30064         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30065         mode for addition resulting in exact zero.
30066         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30067         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30068         exact 0 + 0.
30069         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30070         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30071         * math/libm-test.inc (fma_test): Add more tests.
30072         (fma_test_towardzero): New function.
30073         (fma_test_downward): Likewise.
30074         (fma_test_upward): Likewise.
30075         (main): Call the new functions.
30076
30077 2012-09-28  David S. Miller  <davem@davemloft.net>
30078
30079         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30080
30081 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30082
30083         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30084         instead of SIGALRM.
30085
30086         * sysdeps/gnu/_G_config.h: Moved to ...
30087         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30088         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30089         * sysdeps/generic/_G_config.h: ... here.
30090
30091         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30092
30093         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30094
30095         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30096         Conditionalize target on [libnss_test1.so-version].
30097
30098         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30099
30100         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30101         (elfobjdir): Move out of conditionals.
30102
30103         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30104         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30105         (__nss_lookup_function): Conditionalize label remove_from_tree on
30106         [!DO_STATIC_NSS || SHARED], matching its only use.
30107
30108 2012-09-28  David S. Miller  <davem@davemloft.net>
30109
30110         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30111         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30112         file.
30113         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30114         sysdep_routines.
30115         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30116         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30117         when HWCAP_SPARC_CRYPTO is present.
30118
30119 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30120
30121         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30122
30123 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30124
30125         [BZ #6530]
30126         * stdio-common/vfprintf.c (process_string_arg): Revert
30127         2000-07-22 change.
30128
30129 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30130
30131         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30132         for testcase.
30133         * stdio-common/tst-sprintf.c: Include <locale.h>
30134         (main): Test sprintf's handling of incomplete multibyte
30135         characters.
30136
30137 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30138
30139         * elf/dl-runtime.c (VERSYMIDX): Removed.
30140         * elf/dl-version.c (VERSYMIDX): Likewise.
30141         * elf/do-rel.h (VERSYMIDX): Likewise.
30142         (VALIDX): Likewise.
30143         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30144         * elf/rtld.c (VALIDX): Likewise.
30145         (ADDRIDX): Likewise.
30146         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30147         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30148         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30149         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30150         (VALIDX): Likewise.
30151         (ADDRIDX): Likewise.
30152
30153 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30154
30155         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30156
30157 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30158
30159         [BZ #11438]
30160         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30161         to global scope.
30162         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30163         addresses are in the same scope as 192.0.2/24.
30164         * posix/gai.conf: Document new scope table defaults.
30165
30166 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30167
30168         [BZ #5298]
30169         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30170         for ftell.  Compute offsets from write pointers instead.
30171         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30172
30173 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30174
30175         [BZ #14543]
30176         * libio/Makefile (tests): New test case tst-fseek.
30177         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30178         combination works in wide mode.
30179         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30180         state when the external buffer state changes.
30181
30182 2012-09-27  David S. Miller  <davem@davemloft.net>
30183
30184         [BZ #14376]
30185         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30186         pass reloc->r_addend in as the 'high' argument to
30187         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30188
30189         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30190
30191 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30192
30193         * rt/tst-aio2.c: Include <pthread.h>.
30194         * rt/tst-aio3.c: Likewise.
30195
30196 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30197
30198         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30199
30200 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30201
30202         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30203         contents on [SHARED].
30204
30205 2012-09-26  Marek Polacek  <polacek@redhat.com>
30206
30207         [BZ #14530]
30208         [BZ #13741]
30209         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30210         for C++ and GCC <4.3 as well as for non GCC compilers.
30211
30212 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30213
30214         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30215
30216 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30217
30218         * Makefile.in (all, install): Declare with .PHONY.
30219         Reported by Michael Hope <michael.hope@linaro.org>.
30220
30221 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30222
30223         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30224         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30225         system header.
30226         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30227         Likewise.
30228         (sydep_routines): Add the new and the internal functions.
30229         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30230         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30232         (GLIBC_2.17): Add the new function.
30233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30234         (GLIBC_2.17): Likewise.
30235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30236         (GLIBC_2.17): Likewise.
30237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30238         (GLIBC_2.17): Likewise.
30239         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30240
30241 2012-09-25  Alan Modra  <amodra@gmail.com>
30242
30243         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30244         Add release barrier before setting once_control to say
30245         initialisation is done.  Add hints on lwarx.  Use macro in
30246         place of isync.
30247         (clear_once_control): Add release barrier.
30248
30249 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30250
30251         [BZ #13629]
30252         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30253         specially.
30254         * math/s_clog10.c (__clog10): Likewise.
30255         * math/s_clog10f.c (__clog10f): Likewise.
30256         * math/s_clog10l.c (__clog10l): Likewise.
30257         * math/s_clogf.c (__clogf): Likewise.
30258         * math/s_clogl.c (__clogl): Likewise.
30259         * math/Makefile (libm-calls): Add x2y2m1.
30260         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30261         (__x2y2m1): Likewise.
30262         (__x2y2m1l): Likewise.
30263         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30264         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30265         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30266         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30267         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30268         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30269         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30270         * sysdeps/i386/fpu/libm-test-ulps: Update.
30271         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30272
30273         [BZ #14621]
30274         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30275         int as type of variable DEPTH.
30276         (glob): Use size_t instead of int as type of variables NEWCOUNT
30277         and OLD_PATHC.
30278
30279 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30280
30281         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30282         Add s_sincosf-sse2.
30283         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30284         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30285         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30286         macros for using routine as __sincosf_ia32.
30287         Use macro for function declaration and weak_alias.
30288         * sysdeps/i386/fpu/libm-test-ulps: Update.
30289
30290         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30291         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30292
30293         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30294         subnormal argument.
30295         * math/s_cexpf.c (__cexpf): Likewise.
30296         * math/s_csinf.c (__csinf): Likewise.
30297         * math/s_csinhf.c (__csinhf): Likewise.
30298         * math/s_ctanf.c (__ctanf): Likewise.
30299         * math/s_ctanhf.c (__ctanhf): Likewise.
30300         * math/s_ccosh.c (__ccoshf): Likewise.
30301         * math/s_cexp.c (__cexpl): Likewise.
30302         * math/s_csin.c (__csin): Likewise.
30303         * math/s_csinh.c (__csinh): Likewise.
30304         * math/s_ctan.c (__ctan): Likewise.
30305         * math/s_ctanh.c (ctanh): Likewise.
30306         * math/s_ccoshl.c (__ccoshl): Likewise.
30307         * math/s_cexpl.c (__cexpl): Likewise.
30308         * math/s_csinl.c (__csinl): Likewise.
30309         * math/s_csinhl.c (__csinhl): Likewise.
30310         * math/s_ctanl.c (__ctanl): Likewise.
30311         * math/s_ctanhl.c (__ctanhl): Likewise.
30312
30313 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30314
30315         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30316         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30317         (_IO_off_t): Define to __off_t, not _G_off_t.
30318         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30319         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30320         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30321         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30322         type of __dummy and __dummy2 fields.
30323         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30324         (_G_ssize_t): Likewise.
30325         (_G_off_t): Likewise.
30326         (_G_pid_t): Likewise.
30327         (_G_uid_t): Likewise.
30328         (_G_wchar_t): Likewise.
30329         (_G_wint_t): Likewise.
30330         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30331         (_G_ssize_t): Likewise.
30332         (_G_off_t): Likewise.
30333         (_G_pid_t): Likewise.
30334         (_G_uid_t): Likewise.
30335         (_G_wchar_t): Likewise.
30336         (_G_wint_t): Likewise.
30337         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30338         (_G_ssize_t): Likewise.
30339         (_G_off_t): Likewise.
30340         (_G_pid_t): Likewise.
30341         (_G_uid_t): Likewise.
30342         (_G_wchar_t): Likewise.
30343         (_G_wint_t): Likewise.
30344
30345 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30346
30347         * malloc/arena.c: Include malloc-sysdep.h.
30348         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30349         is sufficient to shrink the heap or an unmap is needed.
30350         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30351         new function check_may_shrink_heap.
30352         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30353         new function check_may_shrink_heap.
30354
30355 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30356
30357         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30358         comments.
30359
30360 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30361
30362         * catgets/test-gencat.sh: Add "set -e".
30363         * elf/tst-pathopt.sh: Likewise.
30364         * grp/tst_fgetgrent.sh: Likewise.
30365         * iconvdata/run-iconv-test.sh: Likewise.
30366         * intl/tst-gettext.sh: Likewise.
30367         * intl/tst-gettext2.sh: Likewise.
30368         * intl/tst-gettext4.sh: Likewise.
30369         * intl/tst-gettext6.sh: Likewise.
30370         * intl/tst-translit.sh: Likewise.
30371         * io/ftwtest-sh: Likewise.
30372         * libio/test-freopen.sh: Likewise.
30373         * malloc/tst-mtrace.sh: Likewise.
30374         * posix/globtest.sh: Likewise.
30375         * posix/tst-getconf.sh: Likewise.
30376         * posix/wordexp-tst.sh: Likewise.
30377         * stdio-common/tst-printf.sh: Likewise.
30378         * stdio-common/tst-unbputc.sh: Likewise.
30379         * stdlib/tst-fmtmsg.sh: Likewise.
30380         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30381         * catgets/Makefile: Do not specify -e option when running
30382         testsuite shell scripts.
30383         * elf/Makefile: Likewise.
30384         * grp/Makefile: Likewise.
30385         * iconvdata/Makefile: Likewise.
30386         * intl/Makefile: Likewise.
30387         * io/Makefile: Likewise.
30388         * libio/Makefile: Likewise.
30389         * malloc/Makefile: Likewise.
30390         * posix/Makefile: Likewise.
30391         * stdio-common/Makefile: Likewise.
30392         * stdlib/Makefile: Likewise.
30393         * sysdeps/x86_64/Makefile: Likewise.
30394
30395         * io/ftwtest-sh: Add copyright header.
30396         * posix/globtest.sh: Likewise.
30397         * posix/tst-getconf.sh: Likewise.
30398         * posix/wordexp-tst.sh: Likewise.
30399         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30400
30401 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30402
30403         [BZ #13679]
30404         * Makeconfig (+link): Defined as $(+link-static) if
30405         $(build-shared) isn't yes.
30406         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30407         isn't yes.
30408         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30409
30410         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30411
30412         [BZ #14562]
30413         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30414         new chunk size with MALLOC_ALIGN_MASK.
30415
30416 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30417
30418         [BZ #5044]
30419         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30420         <rounding-mode.h>.
30421         (__printf_fphex): Determine rounding using get_rounding_mode and
30422         round_away.
30423         * stdio-common/tst-printf-round.c (struct hex_test): New
30424         structure.
30425         (hex_tests): New variable.
30426         (test_hex_in_one_mode): New function.
30427         (do_test): Also run tests for hex float output.
30428
30429 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30430
30431         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30432         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30433         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30434         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30435         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30436         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30437         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30438         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30439
30440 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30441
30442         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30443         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30444         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30445         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30446
30447 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30448
30449         [BZ #14579]
30450         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30451         mode only.
30452         * elf/tst-rtld-load-self.sh: New test.
30453         * elf/Makefile: Run it.
30454
30455 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30456
30457         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30458         (tst-writev-ENV): Remove.
30459         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30460
30461 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30462
30463         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30464
30465 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30466
30467         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30468         unconditional.
30469         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30470         Likewise.
30471         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30472         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30473         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30474         Likewise.
30475
30476 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30477
30478         [BZ #14587]
30479         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30480         * config.make.in (have-cpp-asm-debuginfo): Removed.
30481         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30482         * configure: Regenerated.
30483
30484 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30485
30486         [BZ #5044]
30487         * stdio-common/printf_fp.c: Include <stdbool.h> and
30488         <rounding-mode.h>.
30489         (___printf_fp): Determine rounding using get_rounding_mode and
30490         round_away.
30491         * stdio-common/tst-printf-round.c: New file.
30492         * stdio-common/Makefile (tests): Add tst-printf-round.
30493         (link-libm): New variable.
30494         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30495
30496 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30497
30498         [BZ #14576]
30499         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30500         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30501         Likewise.
30502         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30503         Likewise.
30504
30505 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30506
30507         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30508         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30509         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30510         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30511
30512 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30513
30514         [BZ #14518]
30515         * include/rounding-mode.h: New file.
30516         * sysdeps/generic/get-rounding-mode.h: Likewise.
30517         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30518         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30519         (MAX_VALUE): New macro.
30520         (MIN_VALUE): Likewise.
30521         (overflow_value): New function.
30522         (underflow_value): Likewise.
30523         (round_and_return): Use overflow_value and underflow_value to
30524         determine return values in overflow and underflow cases.  Use
30525         round_away to determine rounding depending on rounding mode.
30526         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30527         determine return values in overflow and underflow cases.
30528         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30529         (struct test_results): New structure.
30530         (struct test): Use struct test_results to store expected results
30531         for all rounding modes.
30532         (TEST): Include expected results for all rounding modes.
30533         (test_in_one_mode): New function.
30534         (do_test): Use test_in_one_mode to compute and check results.
30535         Check results for all rounding modes.
30536         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30537         $(link-libm).
30538
30539 2012-12-09  Allan McRae  <allan@archlinux.org>
30540
30541         * sysdeps/i386/fpu/libm-test-ulps: Update
30542
30543 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30544
30545         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30546         (_G_int32_t): Likewise.
30547         (_G_uint16_t): Likewise.
30548         (_G_uint32_t): Likewise.
30549         (_G_HAVE_BOOL): Likewise.
30550         (_G_HAVE_ATEXIT): Likewise.
30551         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30552         (_G_HAVE_IO_FILE_OPEN): Likewise.
30553         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30554         (_G_int32_t): Likewise.
30555         (_G_uint16_t): Likewise.
30556         (_G_uint32_t): Likewise.
30557         (_G_HAVE_BOOL): Likewise.
30558         (_G_HAVE_ATEXIT): Likewise.
30559         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30560         (_G_HAVE_IO_FILE_OPEN): Likewise.
30561         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30562         (_G_int32_t): Likewise.
30563         (_G_uint16_t): Likewise.
30564         (_G_uint32_t): Likewise.
30565         (_G_HAVE_BOOL): Likewise.
30566         (_G_HAVE_ATEXIT): Likewise.
30567         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30568         (_G_HAVE_IO_FILE_OPEN): Likewise.
30569
30570 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
30571
30572         * csu/libc-tls.c: Update copyright years.
30573
30574 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
30575
30576         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
30577         [!_G_USING_THUNKS]: Remove conditional code.
30578         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
30579         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
30580
30581         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
30582         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
30583         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30584         (_G_VTABLE_LABEL_PREFIX): Likewise.
30585         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30586         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30587         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30588         (_G_VTABLE_LABEL_PREFIX): Likewise.
30589         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30590         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30591         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30592         (_G_VTABLE_LABEL_PREFIX): Likewise.
30593         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30594
30595 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
30596
30597         * libio/Makefile: Include ../Makeconfig before tests.
30598         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
30599         only if $(build-shared) is yes.
30600
30601         * iconv/gconv_db.c: Update copyright years.
30602
30603 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30604
30605         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
30606         unwind info if defined PIC. Fix special cases description.
30607         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
30608
30609         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
30610         DP_HI_MASK entry.
30611         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
30612
30613 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
30614
30615         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
30616
30617         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
30618         is NULL.
30619
30620         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
30621         (LDLIBS-tst-chk4): This.
30622         (LDFLAGS-tst-chk5): Renamed to ...
30623         (LDLIBS-tst-chk5): This.
30624         (LDFLAGS-tst-chk6): Renamed to ...
30625         (LDLIBS-tst-chk6): This.
30626         (LDFLAGS-tst-lfschk4): Renamed to ...
30627         (LDLIBS-tst-lfschk4): This.
30628         (LDFLAGS-tst-lfschk5): Renamed to ...
30629         (LDLIBS-tst-lfschk5): This.
30630         (LDFLAGS-tst-lfschk6): Renamed to ...
30631         (LDLIBS-tst-lfschk6): This.
30632
30633         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
30634         on $(common-objpfx)soversions.mk.
30635
30636 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
30637
30638         [BZ #10014]
30639         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
30640         example host name.
30641
30642 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30643
30644         * malloc/arena.c (arena_get_retry): New function that gets
30645         another arena for the caller to try its request on.
30646         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
30647         current arena cannot fulfill the request.
30648         (__libc_memalign): Likewise.
30649         (__libc_memalign): Likewise.
30650         (__libc_pvalloc): Likewise.
30651         (__libc_calloc): Likewise.
30652
30653 2012-09-05  John Tobey  <john.tobey@gmail.com>
30654
30655         [BZ #13542]
30656         * manual/arith.texi (Operations on Complex): Fix description
30657         of carg branch cut.
30658
30659 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30660
30661         [BZ #10014]
30662         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
30663         host name.
30664
30665         [BZ #10038]
30666         * manual/memory.texi (Memory): Make order of menu items match
30667         order of sections.
30668
30669 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30670
30671         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
30672         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
30673         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
30674
30675 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30676
30677         * csu/libc-tls.c (static_dtv): Renamed to ...
30678         (_dl_static_dtv): This.  Make it global.
30679         (_dl_initial_dtv): Removed.
30680         (__libc_setup_tls): Updated.
30681         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
30682         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
30683         DL_INITIAL_DTV.
30684
30685 2012-09-06  Petr Machata  <pmachata@redhat.com>
30686
30687         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
30688         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
30689         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
30690         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
30691
30692 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30693
30694         [BZ #14545]
30695         * csu/libc-tls.c (_dl_initial_dtv): New variable.
30696         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
30697         freeing dtv[-1].
30698
30699 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30700
30701         [BZ #14544]
30702         * Makeconfig (link-static-before-libc): Replace $(+prector)
30703         with $(+prectorT).
30704         (link-static-after-libc): Replace $(+postctor) with
30705         $(+postctorT).
30706         (link-bounded): Replace $(+prector)/$(+postctor) with
30707         $(+prectorT)/$(+postctorT).
30708         (+prectorT): New macro.
30709         (+postctorT): Likewise.
30710
30711 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30712
30713         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
30714         (round_str): Handle values above the maximum for IBM long double
30715         as inexact.
30716         * stdlib/tst-strtod-round.c (tests): Regenerated.
30717
30718 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30719
30720         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
30721         assembler flag.
30722         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
30723         zarch_nohighgprs around the zarch optimized routines.
30724         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
30725         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
30726         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
30727         for zarch.
30728
30729 2012-09-05  David S. Miller  <davem@davemloft.net>
30730
30731         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30732
30733         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
30734         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
30735         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
30736         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
30737         entries.
30738
30739 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30740
30741         * malloc/arena.c: Fold copyright years.
30742         * malloc/mcheck.c, malloc/memusage.c: Likewise.
30743
30744 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30745
30746         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
30747
30748 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30749
30750         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
30751
30752 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30753
30754         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
30755         change internal state upon failure.
30756
30757 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30758
30759         * malloc/mcheck.c (mcheck_check_all): Fix typo.
30760         * malloc/memusage.c (mmap): Likewise.
30761         (mmap64, mremap): Likewise.  Adjust name in comment.
30762
30763 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30764
30765         * libio/fileops.c: Fix typos in comments.
30766         * libio/oldfileops.c: Likewise.
30767         * libio/wfileops.c: Likewise.
30768
30769 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30770
30771         [BZ #1349]
30772         * malloc/Makefile (tests): Add tst-malloc-usable test case.
30773         (tst-malloc-usable-ENV): Set environment for test case.
30774         * malloc/hooks.c (malloc_check_get_size): New function to get
30775         requested size.
30776         * malloc/malloc.c (musable): Use malloc_check_get_size.
30777         * malloc/tst-malloc-usable.c: New test case.
30778
30779 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30780
30781         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
30782
30783 2012-09-05  Allan McRae  <allan@archlinux.org>
30784
30785         [BZ #13966]
30786         * configure.in (CXX_SYSINCLUDES): Use compiler output to
30787         determine header location.
30788         * configure: Regenerated.
30789
30790 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30791
30792         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
30793         float format.
30794         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
30795         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
30796         format.
30797         (test): Regenerate.
30798
30799 2012-09-04  David S. Miller  <davem@davemloft.net>
30800
30801         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
30802         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
30803         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
30804
30805 2012-09-04  Florian Weimer  <fweimer@redhat.com>
30806
30807         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
30808         failures.
30809
30810         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
30811
30812 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
30813
30814         [BZ #9914]
30815         * libio/iogetdelim.c: Include <limits.h>.
30816         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
30817         + len + 1 would overflow.
30818
30819 2012-09-03  Andreas Jaeger  <aj@suse.de>
30820
30821         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30822         * sysdeps/i386/fpu/libm-test-ulps: Update.
30823
30824 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30825
30826         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30827         Add s_sinf-sse2, s_conf-sse2.
30828
30829         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30830         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30831         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30832         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30833
30834         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30835         for using routine as __sinf_ia32.
30836         Use macro for function declaration and weak_alias.
30837         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30838         for using routine as __cosf_ia32.
30839         Use macro for function declaration and weak_alias.
30840
30841         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30842         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30843
30844         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30845         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30846         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30847
30848         * math/libm-test.inc (cos_test): Add more test cases.
30849         (sin_test): Likewise.
30850         (sincos_test): Likewise.
30851
30852 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30853
30854         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30855         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30856         hidden.
30857         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30858
30859 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30860
30861         [BZ #14538]
30862         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30863         first element of the GOT.
30864         (elf_machine_load_address): Return the difference between
30865         the runtime address of _DYNAMIC and elf_machine_dynamic ().
30866
30867 2012-09-01  Allan McRae  <allan@archlinux.org>
30868
30869         [BZ #13412]
30870         * configure.in (AWK): Require gawk version 3.0 or later.
30871         * configure: Regenerated.
30872
30873 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
30874
30875         * sysdeps/unix/sysv/linux/kernel-features.h
30876         (__ASSUME_POSIX_CPU_TIMERS): Remove.
30877         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30878         [__NR_clock_getres]: Make code unconditional.
30879         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
30880         (clock_getcpuclockid): Remove code left unreachable by removal of
30881         conditionals.
30882         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
30883         code unconditional.
30884         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30885         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30886         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
30887         Make code unconditional.
30888         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30889         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30890         * sysdeps/unix/sysv/linux/clock_settime.c
30891         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
30892         conditional code.
30893         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
30894         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30895
30896 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
30897
30898         [BZ #14476]
30899         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
30900         scripts/test-installation.pl.
30901
30902         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
30903         and $ld_so_version if it is set.
30904
30905 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30906
30907         [BZ #14516]
30908         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
30909         failure if reading from procfs failed.
30910         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
30911
30912 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30913
30914         * sysdeps/unix/sysv/linux/kernel-features.h
30915         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
30916         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30917         Remove conditional code.
30918         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30919         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
30920         Remove conditional code.
30921         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30922         * sysdeps/unix/sysv/linux/i386/fxstat.c
30923         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30924         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30925         * sysdeps/unix/sysv/linux/i386/fxstatat.c
30926         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30927         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30928         * sysdeps/unix/sysv/linux/i386/lxstat.c
30929         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30930         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30931         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
30932         Remove conditional code.
30933         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30934         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30935         Remove conditional code.
30936         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30937         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
30938         <kernel-features.h>.
30939         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
30940         Remove.
30941         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
30942         Remove conditional code.
30943         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30944         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
30945         Remove conditional.
30946
30947 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
30948
30949         [BZ #5400]
30950         * NEWS: Add fixed bug number.
30951
30952 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30953
30954         [BZ #14519]
30955         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
30956         underflowing exponent in case of negative sign.
30957         * stdlib/tst-strtod-round-data: Add more tests.
30958         * stdlib/tst-strtod-round.c (tests): Regenerated.
30959
30960         [BZ #3479]
30961         * stdlib/strtod_l.c (NDIG): Remove.
30962         (HEXNDIG): Likewise.
30963         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
30964         smallest representable value.
30965         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
30966         lie within an exact representation of 1/2 ulp of the result.
30967         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
30968         unconditionally.
30969         (TENS_P9_IDX): Define unconditionally.
30970         (TENS_P9_SIZE): Likewise.
30971         (TENS_P10_IDX): Likewise.
30972         (TENS_P10_SIZE): Likewise.
30973         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
30974         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
30975         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
30976         entries for 10^2^13 and 10^2^14.
30977         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
30978         (TENS_P13_IDX): Define.
30979         (TENS_P13_SIZE): Likewise.
30980         (TENS_P14_IDX): Likewise.
30981         (TENS_P14_SIZE): Likewise.
30982         (_fpioconst_pow10): Change array size to
30983         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
30984         unconditional.
30985         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
30986         1024]: Add entries for 10^2^13 and 10^2^14.
30987         [LAST_POW10 > _LAST_POW10]: Remove #error.
30988         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
30989         (_fpioconst_pow10): Change array size to
30990         FPIOCONST_POW10_ARRAY_SIZE.
30991         * stdlib/gen-fpioconst.c: New file.
30992         * stdlib/gen-tst-strtod-round.c: Likewise.
30993         * stdlib/tst-strtod-round-data: Likewise.
30994         * stdlib/tst-strtod-round.c: Likewise.
30995         * stdlib/Makefile (tests): Add tst-strtod-round.
30996
30997         [BZ #14459]
30998         * stdlib/strtod_l.c: Include <stdint.h>.
30999         (NDEBUG): Do not define.
31000         (round_and_return): Change EXPONENT parameter to type intmax_t.
31001         Rearrange calculations to avoid internal overflow possibilities.
31002         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31003         Rearrange calculations to avoid internal overflow possibilities.
31004         Assert that number fits inside MPNSIZE limbs.
31005         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31006         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31007         calculations and add assertions to avoid internal overflow
31008         possibilities.  Add casts to avoid signed/unsigned operations.
31009         * stdlib/tst-strtod-overflow.c: New file.
31010         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31011
31012 2012-08-25  Marek Polacek  <polacek@redhat.com>
31013
31014         * time/time.h: Fix some typos in comments.
31015
31016 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31017
31018         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31019         * posix/tst-rfc3484-2.c: Likewise.
31020         * posix/tst-rfc3484-3.c: Likewise.
31021
31022 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31023
31024         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31025         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31026
31027 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31028
31029         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31030         #include of fxstatat64.c.
31031
31032 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31033
31034         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31035         * shadow/getspent_r.c: Likewise.
31036         * shadow/getspnam.c: Likewise.
31037         * shadow/getspnam_r.c: Likewise.
31038         * gshadow/getsgent.c: Likewise.
31039         * gshadow/getsgent_r.c: Likewise.
31040         * gshadow/getsgnam.c: Likewise.
31041         * gshadow/getsgnam_r.c: Likewise.
31042         * inet/getnetbyad.c: Likewise.
31043         * inet/getnetbyad_r.c: Likewise.
31044         * inet/getnetbynm.c: Likewise.
31045         * inet/getnetbynm_r.c: Likewise.
31046         * inet/getnetent.c: Likewise.
31047         * inet/getnetent_r.c: Likewise.
31048         * inet/getproto.c: Likewise.
31049         * inet/getproto_r.c: Likewise.
31050         * inet/getprtent.c: Likewise.
31051         * inet/getprtent_r.c: Likewise.
31052         * inet/getprtname.c: Likewise.
31053         * inet/getprtname_r.c: Likewise.
31054         * inet/getrpcbyname.c: Likewise.
31055         * inet/getrpcbyname_r.c: Likewise.
31056         * inet/getrpcbynumber.c: Likewise.
31057         * inet/getrpcbynumber_r.c: Likewise.
31058         * inet/getrpcent.c: Likewise.
31059         * inet/getrpcent_r.c: Likewise.
31060         * inet/getaliasent.c: Likewise.
31061         * inet/getaliasent_r.c: Likewise.
31062         * inet/getaliasname.c: Likewise.
31063         * inet/getaliasname_r.c: Likewise.
31064         * nscd/getgrgid_r.c: Likewise.
31065         * nscd/getgrnam_r.c: Likewise.
31066         * nscd/gethstbyad_r.c: Likewise.
31067         * nscd/gethstbynm3_r.c: Likewise.
31068         * nscd/getpwnam_r.c: Likewise.
31069         * nscd/getpwuid_r.c: Likewise.
31070         * nscd/getsrvbynm_r.c: Likewise.
31071         * nscd/getsrvbypt_r.c: Likewise.
31072         * nscd/gai.c: Likewise.
31073
31074         * configure.in (build_nscd): New substituted variable, set
31075         by --disable-build-nscd and defaults to $use_nscd.
31076         * configure: Regenerated.
31077         * config.make.in (build-nscd): New substituted variable.
31078         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31079         Change conditional to require [$(build-nscd) = yes] as well.
31080         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31081
31082         [BZ# 13696]
31083         * configure.in (use_nscd): New substituted variable, set by
31084         --disable-nscd.  If enabled, define USE_NSCD.
31085         * configure: Regenerated.
31086         * config.h.in: Add USE_NSCD.
31087         * config.make.in (use-nscd): New substituted variable.
31088         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31089         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31090         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31091         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31092         (CFLAGS-getgrnam_r.c): Likewise.
31093         (CFLAGS-initgroups.c): Likewise.
31094         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31095         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31096         Variables removed.
31097         * inet/getnetgrent_r.c
31098         (nscd_setnetgrent): New function, broken out of ...
31099         (setnetgrent): ... here.  Call it.
31100         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31101         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31102         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31103         * nscd/Makefile (routines, aux): Move definitions after include of
31104         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31105         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31106         Conditionalize on [USE_NSCD].
31107         (is_nscd, nscd_init_cb): Likewise.
31108         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31109         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31110         * nss/nss_db/db-init.c: Likewise.
31111         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31112         [USE_NSCD].
31113         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31114         (make_request): Use it.
31115         (cache_valid_p): New function.
31116         (__check_pf): Use it.
31117         * NEWS: Add item for --disable-nscd.
31118
31119 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31120
31121         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31122         to support sed >= 4.2.1-20-ga9bf076.
31123         * configure: Regenerated.
31124
31125 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31126
31127         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31128         Conditionalize whole body on [IREL].
31129
31130 2012-08-22  Jeff Law <law@redhat.com>
31131
31132         [BZ #14505]
31133         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31134         if the family is PF_UNSPEC.
31135
31136 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31137
31138         * Makerules (lib-version): Rename from V.
31139         (install-lib-nosubdir): Change V to lib-version.
31140
31141 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31142
31143         [BZ #14252]
31144         * powerpc32/power6/wcschr.c: New file.
31145         * powerpc32/power6/wcscpy.c: New file.
31146         * powerpc32/power6/wcsrchr.c: New file.
31147         * powerpc64/power6/wcschr.c: New file.
31148         * powerpc64/power6/wcscpy.c: New file.
31149         * powerpc64/power6/wcsrchr.c: New file.
31150
31151 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31152
31153         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31154         (two_way_short_needle): Use it.
31155         * string/strstr.c (AVAILABLE1_USES_J): Define.
31156         * string/strcasestr.c: Likewise.
31157
31158         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31159         array references.
31160         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31161
31162         [BZ #11607]
31163         * NEWS: Add an entry.
31164         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31165         define their defaults.
31166         (two_way_short_needle): Detect end-of-string on-the-fly.
31167         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31168         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31169         * string/bug-strcasestr1.c: New test.
31170         * string/Makefile: Run it.
31171
31172 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31173
31174         [BZ #11607]
31175         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31176         the first character.
31177
31178 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31179
31180         * csu/elf-init.c (__libc_csu_irel): Function removed.
31181         * csu/libc-start.c (apply_irel): New function.
31182         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31183
31184 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31185
31186         * sysdeps/unix/sysv/linux/kernel-features.h
31187         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31188         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31189         <kernel-features.h>.
31190         [__NR_fadvise64_64]: Make code unconditional.
31191         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31192         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31193         !__NR_fadvise64_64)]: Likewise.
31194         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31195         !__NR_fadvise64_64))]: Likewise.
31196         [__NR_fadvise64]: Make code unconditional.
31197         [!__NR_fadvise64]: Remove conditional code.
31198         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31199         <kernel-features.h>.
31200         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31201         unconditional.
31202         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31203         conditional code.
31204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31205         not include <kernel-features.h>.
31206         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31207         unconditional.
31208         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31209         conditional code.
31210         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31211         include <kernel-features.h>.
31212         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31213         unconditional.
31214         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31215         conditional code.
31216
31217 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31218
31219         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31220         slight instruction rearrangements per scrollpipe analysis.
31221         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31222
31223 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31224
31225         * manual/syslog.texi (syslog; vsyslog, closelog):
31226         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31227         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31228
31229         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31230         DSOCAPS to match condition on defining it.
31231
31232 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31233
31234         * sysdeps/unix/sysv/linux/kernel-features.h
31235         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31237         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31238         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31240         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31241         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31243         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31244         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31245
31246         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31247         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31248
31249         * sysdeps/unix/sysv/linux/kernel-features.h
31250         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31251         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31252         unconditional.
31253         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31254         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31255         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31256         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31257         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31258         Make code unconditional.
31259         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31260         (__mmap64) [!__NR_mmap2]: Likewise.
31261         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31262         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31263         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31264         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31265         [__NR_mmap2]: Make code unconditional.
31266         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31267         (__mmap64) [!__NR_mmap2]: Likewise.
31268
31269 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31270
31271         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31272
31273 2012-08-18  Andreas Jaeger  <aj@suse.de>
31274
31275         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31276
31277 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31278
31279         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31280         * include/unistd.h (__have_sock_cloexec): Likewise.
31281         (__have_pipe2): Likewise.
31282         (__have_dup3): Likewise.
31283
31284 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31285
31286         [BZ #9685]
31287         * include/unistd.h (__have_pipe2): Change define into an extern int.
31288         (__have_dup3): Likewise.
31289         * socket/have_sock_cloexec.c: Include fcntl.h.
31290         (__have_pipe2): New variable.
31291         (__have_dup3): Likewise.
31292
31293 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31294
31295         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31296
31297 2012-08-17  Marek Polacek  <polacek@redhat.com>
31298
31299         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31300         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31301
31302 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31303
31304         * configure.in: Add AC_SUBST for sysheaders.
31305         * configure: Regenerated.
31306         * config.make.in (sysheaders): New substituted variable.
31307
31308         * sysdeps/unix/mkfifo.c: Moved ...
31309         * sysdeps/posix/mkfifo.c: ... here.
31310         * sysdeps/unix/mkfifoat.c: Moved ...
31311         * sysdeps/posix/mkfifoat.c: ... here.
31312
31313         * sysdeps/unix/utime.c: Moved ...
31314         * sysdeps/posix/utime.c: ... here.
31315
31316         * sysdeps/unix/time.c: Moved ...
31317         * sysdeps/posix/time.c: ... here.
31318         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31319         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31320
31321         * sysdeps/unix/nice.c: Moved ...
31322         * sysdeps/posix/nice.c: ... here.
31323
31324         * sysdeps/unix/alarm.c: Moved ...
31325         * sysdeps/posix/alarm.c: ... here.
31326
31327         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31328
31329 2012-08-17  Jeff Law <law@redhat.com>
31330
31331         * intl/Makefile (codeset_mo): New variable.
31332         ($(codeset_mo)): New target.
31333         (tst-codeset.out): Depend on that.  Remove explicit rule.
31334         (tst-gettext3.out, tst-gettext5.out): Likewise.
31335         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31336         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31337         * intl/tst-codeset.sh: Remove.
31338         * intl/tst-gettext3.sh: Likewise.
31339         * intl/tst-gettext5.sh: Likewise.
31340
31341 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31342
31343         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31344         * sysdeps/unix/syscalls.list: ... here.
31345
31346         * sysdeps/posix/getaddrinfo.c
31347         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31348         (gaiconf_init, gaiconf_reload): Use them.
31349         [!_STATBUF_ST_NSEC]
31350         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31351         Define using time_t rather than struct timespec.
31352
31353         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31354         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31355         Macros removed.
31356         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31357         [!NO_THREADS].
31358         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31359         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31360         Likewise.
31361
31362         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31363         __libc_cleanup_push argument.
31364
31365         * bits/param.h: New file.
31366         * misc/sys/param.h: New file.
31367         * include/sys/param.h: New file.
31368         * misc/Makefile (headers): Add bits/param.h.
31369         * sysdeps/generic/sys/param.h: File removed.
31370         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31371         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31372         * sysdeps/mach/hurd/bits/param.h: New file.
31373         * sysdeps/mach/hurd/sys/param.h: File removed.
31374
31375         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31376         last change.
31377
31378         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31379         [_IO_MTSAFE_IO].
31380         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31381         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31382         New macros.
31383
31384         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31385         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31386         rather than -D_IO_MTSAFE_IO conditionally.
31387         * stdio-common/Makefile (CPPFLAGS): Likewise.
31388         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31389         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31390         Use $(libio-mtsafe).
31391         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31392         of -D_IO_MTSAFE_IO.
31393         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31394         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31395         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31396         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31397         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31398         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31399         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31400         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31401         (CFLAGS-fread_u_chk.c): Likewise.
31402         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31403         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31404         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31405         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31406         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31407         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31408         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31409         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31410         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31411
31412         * libio/Makefile: Test [$(libc-reentrant) = yes]
31413         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31414
31415         * Makeconfig
31416         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31417         * sysdeps/pthread/configure: File removed.
31418         * sysdeps/pthread/Makeconfig: New file.
31419         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31420         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31421
31422 2012-08-16  Gary Benson  <gbenson@redhat.com>
31423
31424         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31425         unmapping the first object in a namespace.
31426
31427 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31428
31429         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31430         (__internal_setnetgrent): ... this.  Add internal_function to
31431         definition.  Add libc_hidden_def.
31432         (setnetgrent): Update caller.
31433         (internal_endnetgrent): Renamed to ...
31434         (__internal_endnetgrent): ... this.  Add internal_function to
31435         definition.  Add libc_hidden_def.
31436         (endnetgrent): Update caller.
31437         (internal_getnetgrent_r): Renamed to ...
31438         (__internal_getnetgrent_r): ... this.  Add internal_function to
31439         definition.  Add libc_hidden_def.
31440         (__getnetgrent_r): Update caller.
31441         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31442
31443 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31444
31445         * stdlib/longlong.h: Update from GCC.
31446
31447 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31448
31449         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31450         on _QL, which is set by umul_ppmm but never used.
31451         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31452         variables, which are set by GMP macros but never used.
31453         * stdio-common/_itowa.c (_itowa): Likewise.
31454         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31455         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31456
31457 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31458
31459         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31460         struct La_sh_regs is not constant.
31461         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31462         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31463         and struct La_sparc64_regs are not constant.
31464
31465 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31466
31467         * sysdeps/unix/sysv/linux/kernel-features.h
31468         (__ASSUME_POSIX_TIMERS): Remove.
31469         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31470         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31471         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31472         Make code unconditional.
31473         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31474         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31475         Make code unconditional.
31476         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31477         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31478         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31479         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31480         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31481         Make code unconditional.
31482         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31483         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31484         (__libc_missing_posix_timers): Remove.
31485
31486 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31487
31488         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31489         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31490
31491         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31492
31493         * elf/dl-sym.c: Include <stdlib.h>.
31494
31495         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31496         constants, which avoids warnings in 32-bit builds.
31497
31498         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31499         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31500
31501         * misc/lseek.c: File moved to ...
31502         * io/lseek.c: ... here.
31503
31504         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31505
31506         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31507         shifting LEN more than 31 bits at once.
31508
31509 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31510
31511         [BZ #14195]
31512         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31513         segmentation fault for a case of two empty input strings.
31514         * string/test-strncasecmp.c (check1): Renamed to...
31515         (bz12205): ...this.
31516         (bz14195): Add new testcase for two empty input strings and N > 0.
31517         (test_main): Call new testcase, adapt for renamed function.
31518
31519 2012-08-15  Andreas Jaeger  <aj@suse.de>
31520
31521         [BZ #14090]
31522         * crypt/md5test2.c: New test, based on test supplied by Serge
31523         Belyshev <belyshev@depni.sinp.msu.ru>.
31524         * crypt/Makefile (xtests): Add md5test-giant..
31525         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31526
31527 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31528
31529         [BZ #14090]
31530         * crypt/md5.c (md5_process_block): Don't assume the buffer
31531         length is less than 2**32.
31532         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31533         length is less than 2**64.
31534
31535 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31536
31537         * string/str-two-way.h: Include <sys/param.h>.
31538         (MAX): Macro removed.
31539
31540         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31541         Move #define and #undef of memmove to just before and after
31542         including <string.h>.
31543
31544         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31545         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31546         and after including <string.h>.  Move declarations of
31547         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31548         to before #include "string/memmove.c".
31549
31550         * include/dirent.h: Declare __getdirentries.
31551
31552         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31553         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31554
31555 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31556
31557         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31558         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31559         * sysdeps/i386/configure: Regenerated.
31560         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31561         STABS_CURRENT_FILE, and STABS_FUN.
31562         (END): Remove call to STABS_FUN_END.
31563         (STABS_CURRENT_FILE1): Delete.
31564         (STABS_CURRENT_FILE): Likewise.
31565         (STABS_FUN): Likewise.
31566         (STABS_FUN_END): Likewise.
31567         (STABS_FUN2): Likewise.
31568         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
31569         * sysdeps/x86_64/configure: Regenerated.
31570
31571 2012-08-14  Roland McGrath  <roland@hack.frob.com>
31572
31573         * elf/dl-open.c: Include <atomic.h>.
31574         * elf/dl-lookup.c: Likewise.
31575
31576 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
31577
31578         * sysdeps/unix/sysv/linux/kernel-features.h
31579         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
31580         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
31581         unconditionally.
31582         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
31583         unconditionally.
31584         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
31585         condition on __ASSUME_CLONE_THREAD_FLAGS.
31586
31587 2012-08-14  Andreas Jaeger  <aj@suse.de>
31588
31589         * sysdeps/i386/fpu/libm-test-ulps: Update.
31590
31591 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
31592
31593         * include/atomic.h (atomic_exchange_and_add): Split into ...
31594         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
31595         New atomic macros.
31596
31597 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
31598
31599         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31600
31601 2012-08-13  Jeff Law <law@redhat.com>
31602
31603         * manual/stdio.texi (snprintf): Clarify handling of the trailing
31604         null byte in the output string.
31605
31606 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
31607
31608         * sysdeps/unix/sysv/linux/kernel-features.h
31609         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
31610         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
31611         (__ASSUME_ARG_MAX_STACK_BASED): Define.
31612         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
31613         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
31614         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
31615         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
31616
31617 2012-08-09  Jeff Law <law@redhat.com>
31618
31619         [BZ #13939]
31620         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
31621         When avoid_arena is set, don't retry in the that arena.  Pick the
31622         next one, whatever it might be.
31623         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
31624         (arena_lock): Pass in new parameter to arena_get2.
31625         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
31626         arena_get2.
31627         (__libc_malloc): Unify retrying after main arena failure with
31628         __libc_memalign version.
31629         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
31630
31631 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
31632
31633         [BZ #14166]
31634         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
31635         to __redirect_strstr.
31636         (__strstr_sse42): Use typeof __redirect_strstr.
31637         (__strstr_ia32): Likewise.
31638         (__libc_strstr): New prototype.
31639         (strstr): Renamed to ...
31640         (__libc_strstr): This.
31641         (strstr): New strong alias of __libc_strstr.
31642         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31643         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
31644         __redirect_time.
31645         Include <time.h>.
31646         (__libc_time): New prototype.
31647         (time_ifunc): Replace time with __libc_time.
31648         (time): New strong alias and hidden definition of __libc_time.
31649         (__GI_time): Remove strong alias.
31650         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
31651         Include <stddef.h>.
31652         (memmove): Redefined to __redirect_memmove.
31653         (__memmove_sse2): Use typeof __redirect_memmove.
31654         (__memmove_ssse3): Likewise.
31655         (__memmove_ssse3_back): Likewise.
31656         (__libc_memmove): New prototype.
31657         (memmove): Renamed to ...
31658         (__libc_memmove): This.
31659         (memmove): New strong alias of __libc_memmove.
31660
31661 2012-08-08  Mark Salter  <msalter@redhat.com>
31662
31663         * elf/elf.h
31664         (R_MN10300_TLS_GD): Define.
31665         (R_MN10300_TLS_LD): Likewise.
31666         (R_MN10300_TLS_LDO): Likewise.
31667         (R_MN10300_TLS_GOTIE): Likewise.
31668         (R_MN10300_TLS_IE): Likewise.
31669         (R_MN10300_TLS_LE): Likewise.
31670         (R_MN10300_TLS_DTPMOD): Likewise.
31671         (R_MN10300_TLS_DTPOFF): Likewise.
31672         (R_MN10300_TLS_TPOFF): Likewise.
31673         (R_MN10300_SYM_DIFF): Likewise.
31674         (R_MN10300_ALIGN): Likewise.
31675         (R_MN10300_NUM): Update.
31676
31677 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
31678
31679         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
31680         Remove.
31681
31682 2012-08-08  Roland McGrath  <roland@hack.frob.com>
31683
31684         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
31685
31686         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
31687         sysdeps/unix -> sysdeps/posix move.
31688         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
31689
31690 2012-08-07      Allan McRae     <allan@archlinux.org>
31691
31692         [BZ #14303]
31693         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
31694         (SUNOS_CPP): Likewise.
31695         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
31696         not found.
31697         (open_input): Call CPP using execvp.
31698
31699 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31700
31701         * sysdeps/unix/sysv/linux/kernel-features.h
31702         (__ASSUME_PROT_GROWSUPDOWN): Remove.
31703         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31704         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31705         (__ASSUME_WAITID_SYSCALL): Likewise.
31706         * sysdeps/unix/sysv/linux/dl-execstack.c
31707         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
31708         code unconditional.
31709         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
31710         conditional code.
31711         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
31712         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
31713         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
31714         code.
31715         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
31716         unconditional.
31717         [__ASSUME_WAITID_SYSCALL]: Likewise.
31718         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
31719
31720 2012-08-07  Roland McGrath  <roland@hack.frob.com>
31721
31722         * sysdeps/unix/closedir.c: Renamed to ...
31723         * sysdeps/posix/closedir.c: ... here.
31724         * sysdeps/unix/dirfd.c: Renamed to ...
31725         * sysdeps/posix/dirfd.c: ... here.
31726         * sysdeps/unix/dirstream.h: Renamed to ...
31727         * sysdeps/posix/dirstream.h: ... here.
31728         * sysdeps/unix/fdopendir.c: Renamed to ...
31729         * sysdeps/posix/fdopendir.c: ... here.
31730         * sysdeps/unix/opendir.c: Renamed to ...
31731         * sysdeps/posix/opendir.c: ... here.
31732         * sysdeps/unix/readdir.c: Renamed to ...
31733         * sysdeps/posix/readdir.c: ... here.
31734         * sysdeps/unix/readdir_r.c: Renamed to ...
31735         * sysdeps/posix/readdir_r.c: ... here.
31736         * sysdeps/unix/rewinddir.c: Renamed to ...
31737         * sysdeps/posix/rewinddir.c: ... here.
31738         * sysdeps/unix/seekdir.c: Renamed to ...
31739         * sysdeps/posix/seekdir.c: ... here.
31740         * sysdeps/unix/telldir.c: Renamed to ...
31741         * sysdeps/posix/telldir.c: ... here.
31742         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
31743         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
31744         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
31745         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
31746
31747         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
31748         * bits/fcntl.h: ... here.
31749
31750         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
31751         not 0.
31752         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
31753         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
31754         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
31755         (struct flock): Move l_start, l_len to the beginning.
31756         Use __pid_t for l_pid.
31757         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
31758         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
31759         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
31760         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
31761         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
31762         [__USE_LARGEFILE64] (struct flock64): New type.
31763         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
31764
31765         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
31766         * bits/dirent.h: ... here.
31767
31768         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
31769         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
31770
31771 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31772
31773         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31774         Change from 2.6.0 to 2.6.16.
31775         * sysdeps/unix/sysv/linux/configure: Regenerated.
31776         * sysdeps/unix/sysv/linux/kernel-features.h
31777         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
31778         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
31779         version.
31780         (__ASSUME_UTIMES): Likewise.
31781         (__ASSUME_CLONE_STOPPED): Remove.
31782         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
31783         architectures, not kernel version.
31784         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
31785         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31786         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31787         (__ASSUME_WAITID_SYSCALL): Likewise.
31788         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
31789         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
31790         * README: State 2.6.16 as minimum Linux kernel version.  Do not
31791         refer to older versions.
31792
31793 2012-08-06  Roland McGrath  <roland@hack.frob.com>
31794
31795         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
31796         Define alphasort64 as an alias.
31797         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
31798         Define versionsort64 as an alias.
31799         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
31800         Define scandir64 as an alias.
31801         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
31802         Define scandirat64 as an alias.
31803         * dirent/alphasort64.c (alphasort64):
31804         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
31805         * dirent/versionsort64.c: Likewise.
31806         * dirent/scandir64.c: Likewise.
31807         * dirent/scandirat64.c: Likewise.
31808         * sysdeps/wordsize-64/alphasort.c: File removed.
31809         * sysdeps/wordsize-64/alphasort64.c: File removed.
31810         * sysdeps/wordsize-64/scandir.c: File removed.
31811         * sysdeps/wordsize-64/scandir64.c: File removed.
31812         * sysdeps/wordsize-64/scandirat.c: File removed.
31813         * sysdeps/wordsize-64/scandirat64.c: File removed.
31814         * sysdeps/wordsize-64/versionsort.c: File removed.
31815         * sysdeps/wordsize-64/versionsort64.c: File removed.
31816         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
31817         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
31818         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
31819         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
31820         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
31821         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
31822         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
31823         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
31824
31825         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
31826         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31827         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
31828         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31829         [defined __arch64__ || defined __sparcv9]
31830         (__INO_T_MATCHES_INO64_T): New macro.
31831         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31832         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31833         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31834         * sysdeps/unix/sysv/linux/bits/dirent.h
31835         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31836         (_DIRENT_MATCHES_DIRENT64): New macro.
31837
31838         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31839         Define lockf64 as an alias.
31840         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31841         Define fseeko64 as an alias.
31842         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31843         Define ftello64 as an alias.
31844         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31845         Define _IO_fgetpos64 and fgetpos64 as aliases.
31846         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31847         Define _IO_fsetpos64 and fsetpos64 as aliases.
31848         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31849         Conditionalize body on this.
31850         * libio/fseeko64.c: Likewise.
31851         * libio/ftello64.c: Likewise.
31852         * libio/iofgetpos64.c: Likewise.
31853         * libio/iofsetpos64.c: Likewise.
31854         * sysdeps/wordsize-64/lockf.c: File removed.
31855         * sysdeps/wordsize-64/lockf64.c: File removed.
31856         * sysdeps/wordsize-64/fseeko.c: File removed.
31857         * sysdeps/wordsize-64/fseeko64.c: File removed.
31858         * sysdeps/wordsize-64/ftello.c: File removed.
31859         * sysdeps/wordsize-64/ftello64.c: File removed.
31860         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31861         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31862         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31863         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
31864         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
31865         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
31866         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
31867         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
31868         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
31869         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
31870         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
31871         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
31872         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
31873         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
31874
31875         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31876         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31877         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
31878         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31879         [defined __arch64__ || defined __sparcv9]
31880         (__OFF_T_MATCHES_OFF64_T): New macro.
31881         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31882         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31883         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31884         (__OFF_T_MATCHES_OFF64_T): New macro.
31885
31886 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31887
31888         * stdlib/secure-getenv.c (__secure_getenv): Replace
31889         GLIBC_2_16 with GLIBC_2_17.
31890
31891 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31892
31893         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
31894         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
31895
31896 2012-08-03  David S. Miller  <davem@davemloft.net>
31897
31898         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31899
31900 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31901
31902         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
31903         Remove.
31904         (__ASSUME_CORRECT_SI_PID): Likewise.
31905         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
31906         (__ASSUME_TMPFS_NAME): Likewise.
31907         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
31908         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
31909         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
31910         (HAVE_AUX_SECURE): Make definition unconditional.
31911         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
31912         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
31913
31914 2012-08-03  Roland McGrath  <roland@hack.frob.com>
31915
31916         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
31917         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
31918         * sysdeps/mach/hurd/eloop-threshold.h: New file.
31919         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
31920         __eloop_threshold instead of SYMLOOP_MAX.
31921
31922         * sysdeps/generic/eloop-threshold.h: New file.
31923         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
31924         of MAXSYMLINKS.
31925         * elf/chroot_canon.c (chroot_canon): Likewise.
31926
31927 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31928
31929         [BZ #13717]
31930         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31931         Change to 2.6.0 everywhere.
31932         * sysdeps/unix/sysv/linux/configure: Regenerated.
31933         * sysdeps/unix/sysv/linux/kernel-features.h
31934         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
31935         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
31936         kernel versions.
31937         (__ASSUME_POSIX_TIMERS): Define unconditionally.
31938         (__ASSUME_FUTEX_REQUEUE): Remove.
31939         (__ASSUME_STATFS64): Define unconditionally.
31940         (__ASSUME_AT_SECURE): Likewise.
31941         (__ASSUME_CORRECT_SI_PID): Likewise.
31942         (__ASSUME_TGKILL): Define without depending on kernel version for
31943         i386.
31944         (__ASSUME_UTIMES): Likewise.
31945         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
31946         kernel version.
31947         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
31948         (__ASSUME_TMPFS_NAME): Likewise.
31949         * README: Update reference to Linux kernel versions.
31950
31951 2012-08-02  Marek Polacek  <polacek@redhat.com>
31952
31953         [BZ# 14150]
31954         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
31955         libc_cv_asm_type_prefix with %.
31956         * configure: Regenerated.
31957         * include/libc-symbols.h: Remove comment about
31958         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31959         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
31960         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
31961         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
31962         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
31963         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31964         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
31965         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
31966         * elf/tst-unique2mod1.c: Likewise.
31967         * elf/tst-unique1mod2.c: Likewise.
31968         * elf/tst-unique1mod1.c: Likewise.
31969         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
31970         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
31971         Replace ASM_TYPE_DIRECTIVE with .type.
31972         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31973         * sysdeps/i386/sysdep.h: Likewise.
31974         * sysdeps/x86_64/sysdep.h: Likewise.
31975         * sysdeps/sh/sysdep.h: Likewise.
31976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
31977         Do not define ASM_TYPE_DIRECTIVE.
31978         * sysdeps/powerpc/sysdep.h: Likewise.
31979         * sysdeps/powerpc/powerpc32/sysdep.h:
31980         Replace ASM_TYPE_DIRECTIVE with .type.
31981         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
31982         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31983         * sysdeps/i386/fpu/e_powf.S: Likewise.
31984         * sysdeps/i386/fpu/e_expl.S: Likewise.
31985         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31986         * sysdeps/i386/fpu/e_acosh.S: Likewise.
31987         * sysdeps/i386/fpu/e_pow.S: Likewise.
31988         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
31989         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31990         * sysdeps/i386/fpu/s_expm1.S: Likewise.
31991         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
31992         * sysdeps/i386/fpu/e_log2.S: Likewise.
31993         * sysdeps/i386/fpu/e_log2l.S: Likewise.
31994         * sysdeps/i386/fpu/e_scalb.S: Likewise.
31995         * sysdeps/i386/fpu/e_powl.S: Likewise.
31996         * sysdeps/i386/fpu/e_log10f.S: Likewise.
31997         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
31998         * sysdeps/i386/fpu/e_logl.S: Likewise.
31999         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32000         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32001         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32002         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32003         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32004         * sysdeps/i386/fpu/e_log.S: Likewise.
32005         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32006         * sysdeps/i386/fpu/e_logf.S: Likewise.
32007         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32008         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32009         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32010         * sysdeps/i386/fpu/e_log10.S: Likewise.
32011         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32012         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32013         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32014         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32015         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32016         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32017         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32018         * sysdeps/i386/i686/strtok.S: Likewise.
32019         * sysdeps/i386/i386-mcount.S: Likewise.
32020         * sysdeps/i386/strtok.S: Likewise.
32021         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32022         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32023         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32024         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32025         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32026         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32027         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32028         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32029         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32030         * sysdeps/x86_64/_mcount.S: Likewise.
32031         * sysdeps/x86_64/strtok.S: Likewise.
32032         * sysdeps/sh/_mcount.S: Likewise.
32033
32034 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32035
32036         * libio/iofopen.c: Include <fcntl.h>.
32037         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32038         (_IO_fopen64, fopen64): Define as aliases.
32039         * libio/iofopen64.c: Include <fcntl.h>.
32040         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32041         Conditionalize body on this.
32042         * sysdeps/wordsize-64/iofopen.c: File removed.
32043         * sysdeps/wordsize-64/iofopen64.c: File removed.
32044
32045 2012-08-01  Marek Polacek  <polacek@redhat.com>
32046
32047         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32048         Use dlfcn directly instead of a variable.
32049         (binfmt-subdir): Do not define.
32050         (dlfcn): Likewise.
32051
32052 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32053
32054         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32055         Remove all definitions.
32056         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32057         <kernel-features.h>.
32058         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32059         (miss_F_GETOWN_EX): Remove all definitions.
32060         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32061         macro definition.
32062         [!__ASSUME_FCNTL64]: Remove conditional code.
32063         [__ASSUME_FCNTL64]: Make code unconditional.
32064         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32065         <kernel-features.h>.
32066         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32067         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32068         (lockf64) [__NR_fcntl64]: Make code unconditional.
32069         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32070
32071         * sysdeps/unix/sysv/linux/kernel-features.h
32072         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32073         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32074         Make code unconditional.
32075         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32076         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32078         [__NR_vfork]: Make code unconditional.
32079         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32080         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32082         [__NR_vfork]: Make code unconditional.
32083         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32084         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32085
32086 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32087
32088         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32089         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32090
32091         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32092         Define mkstemp64 as an alias.
32093         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32094         Define mkstemps64 as an alias.
32095         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32096         Define mkostemp64 as an alias.
32097         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32098         Define mkostemps64 as an alias.
32099         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32100         Conditionalize body on this.
32101         * misc/mkostemp64.c: Likewise.
32102         * misc/mkostemps64.c: Likewise.
32103         * misc/mkstemps64.c: Likewise.
32104         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32105         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32106         * sysdeps/wordsize-64/mkostemp.c: File removed.
32107         * sysdeps/wordsize-64/mkstemp.c: File removed.
32108         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32109         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32110         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32111         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32112
32113         [BZ #14138]
32114         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32115         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32116         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32117         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32118
32119         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32120         compat_symbol macros from <shlib-compat.h> rather than the underlying
32121         default_symbol_version and symbol_version macros, so that DEFAULT
32122         lines in shlib-versions are respected.
32123         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32124
32125 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32126
32127         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32128         Declare with warn_unused_result.
32129         (setgid, setregid, setegid, setresgid): Likewise.
32130         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32131         Likewise.
32132         * WUR-REPORT: Remove set*id functions.
32133
32134 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32135
32136         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32137
32138 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32139
32140         [BZ #10191]
32141         * include/sys/socket.h (__libc_accept, __libc_accept4):
32142         Add attribute_hidden.
32143         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32144
32145         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32146         use of PTR_MANGLE.
32147         * inet/getnetgrent_r.c (setup): Likewise.
32148
32149         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32150
32151 2012-07-31  David S. Miller  <davem@davemloft.net>
32152
32153         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32154
32155 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32156
32157         [BZ #13629]
32158         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32159         value between 1.0 and 2.0 and smaller part has absolute value less
32160         than 1.0.
32161         * math/s_clog10.c (__clog10): Likewise.
32162         * math/s_clog10f.c (__clog10f): Likewise.
32163         * math/s_clog10l.c (__clog10l): Likewise.
32164         * math/s_clogf.c (__clogf): Likewise.
32165         * math/s_clogl.c (__clogl): Likewise.
32166         * math/libm-test.inc (clog_test): Add more tests.
32167         (clog10_test): Likewise.
32168         * sysdeps/i386/fpu/libm-test-ulps: Update.
32169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32170
32171 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32172
32173         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32174         Exit with zero in case no suitable GID is found, and write a
32175         message to standard error.
32176
32177 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32178
32179         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32180         rather than to 1.
32181         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32182         (MAXPATHLEN): Removed.
32183         (NOGROUP, NODEV): New macros.
32184         (setbit, clrbit, isset, isclr): New macros.
32185         (howmany, roundup, powerof2): New macros.
32186         (DEV_BSIZE): New macro.
32187
32188         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32189         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32190
32191         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32192         definition on [!__NO_LONG_DOUBLE_MATH].
32193
32194         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32195         PTR_MANGLE and PTR_DEMANGLE.
32196
32197         * socket/accept4.c (accept4): Rename to __libc_accept4.
32198         Define accept4 as a weak alias.
32199
32200         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32201         on [_DIRENT_HAVE_D_TYPE].
32202         * io/ftw.c (ftw_dir): Likewise.
32203
32204         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32205
32206         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32207
32208         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32209         Use the BSD numbers rather than the arbitrary ones we had.
32210         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32211         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32212         (SIGXCPU, SIGXFSZ): New macros.
32213         (_NSIG): Now 32.
32214
32215         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32216         initializer on [_LIBC_REENTRANT].
32217
32218         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32219         definitions inside [_POSIX_MAPPED_FILES].
32220
32221         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32222
32223         * dirent/opendir.c: Include <fcntl.h>.
32224
32225         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32226         (__libc_getspecific): Likewise.
32227         (__libc_key_create): Likewise.
32228
32229         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32230         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32231         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32232         (tmpfile64): Define as alias.
32233         * sysdeps/wordsize-64/tmpfile.c: File removed.
32234         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32235         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32236         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32237
32238         * stdio-common/vfscanf.c: Include <stdbool.h>.
32239         * nss/makedb.c: Likewise.
32240         * stdio-common/_i18n_number.h: Likewise.
32241         * argp/argp-help.c: Likewise.
32242         * posix/wordexp.c: Likewise.
32243         * sysdeps/posix/spawni.c: Likewise.
32244         * nss/nss_files/files-initgroups.c: Likewise.
32245         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32246         * nss/nss_files/files-initgroups.c: Likewise.
32247         * nss/nss_db/db-netgrp.c: Likewise.
32248         * nss/nss_db/db-initgroups.c: Likewise.
32249         * io/fchmodat.c: Include <sys/stat.h>.
32250
32251         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32252         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32253
32254         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32255         [HAVE_MMAP].
32256
32257         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32258         Add multiple inclusion protection.
32259
32260 2012-07-27  David S. Miller  <davem@davemloft.net>
32261
32262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32263
32264 2012-07-27  Gary Benson  <gbenson@redhat.com>
32265
32266         [BZ #14298]
32267         * elf/rtld.c: Include <stap-probe.h>.
32268         (dl_main): Added static probes "init_start" and "init_complete".
32269         * elf/dl-load.c: Include <stap-probe.h>.
32270         (lose): Take new parameter "nsid".
32271         Added static probe "map_failed".
32272         (_dl_map_object_from_fd): Pass namespace id to lose.
32273         Added static probe "map_start".
32274         (open_verify): Pass namespace id to lose.
32275         * elf/dl-open.c: Include <stap-probe.h>.
32276         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32277         and "reloc_complete".
32278         * elf/dl-close.c: Include <stap-probe.h>.
32279         (_dl_close_worker): Added static probes "unmap_start" and
32280         "unmap_complete".
32281         * elf/rtld-debugger-interface.txt: New file documenting the above.
32282
32283 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32284
32285         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32286         rather than a string variable.
32287         * sunrpc/rpc_main.c (h_output): Likewise.
32288         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32289
32290 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32291
32292         * inet/check_native.c: New file.
32293
32294 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32295
32296         [BZ #13629]
32297         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32298         if larger part has absolute value 1.0.
32299         * math/s_clog10.c (__clog10): Likewise.
32300         * math/s_clog10f.c (__clog10f): Likewise.
32301         * math/s_clog10l.c (__clog10l): Likewise.
32302         * math/s_clogf.c (__clogf): Likewise.
32303         * math/s_clogl.c (__clogl): Likewise.
32304         * math/libm-test.inc (clog_test): Add more tests.
32305         (clog10_test): Likewise.
32306         * sysdeps/i386/fpu/libm-test-ulps: Update.
32307         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32308
32309         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32310         (pltexit): Likewise.
32311         (La_regs): Likewise.
32312         (La_retval): Likewise.
32313         (int_retval): Likewise.
32314         Update #error for removed macros to refer only to definitions in
32315         tst-audit.h.
32316         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32317         macro.
32318         (pltexit): Likewise.
32319         (La_regs): Likewise.
32320         (La_retval): Likewise.
32321         (int_retval): Likewise.
32322         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32323         macro.
32324         (pltexit): Likewise.
32325         (La_regs): Likewise.
32326         (La_retval): Likewise.
32327         (int_retval): Likewise.
32328         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32329         macro.
32330         (pltexit): Likewise.
32331         (La_regs): Likewise.
32332         (La_retval): Likewise.
32333         (int_retval): Likewise.
32334         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32335         macro.
32336         (pltexit): Likewise.
32337         (La_regs): Likewise.
32338         (La_retval): Likewise.
32339         (int_retval): Likewise.
32340         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32341         macro.
32342         (pltexit): Likewise.
32343         (La_regs): Likewise.
32344         (La_retval): Likewise.
32345         (int_retval): Likewise.
32346         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32347         macro.
32348         (pltexit): Likewise.
32349         (La_regs): Likewise.
32350         (La_retval): Likewise.
32351         (int_retval): Likewise.
32352         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32353         macro definitions in tst-audit.h.
32354         * sysdeps/i386/tst-audit.h: New file.
32355         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32356         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32357         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32358         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32359         * sysdeps/sh/tst-audit.h: Likewise.
32360         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32361         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32362         * sysdeps/x86_64/tst-audit.h: Likewise.
32363
32364 2012-07-26  Andreas Jaeger  <aj@suse.de>
32365
32366         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32367         ptrace.
32368
32369         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32370         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32371         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32372         PTRACE_O_MASK.
32373         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32374         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32375         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32376
32377         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32378         value.
32379
32380         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32381         _sigsys.
32382         (si_call_addr, si_syscall, si_arch): Define new macro.
32383         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32384         _sigsys.
32385         (si_call_addr, si_syscall, si_arch): Define new marcro.
32386         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32387         _sigsys.
32388         (si_call_addr, si_syscall, si_arch): Define new macro.
32389         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32390         _sigsys.
32391         (si_call_addr, si_syscall, si_arch): Define new macro.
32392
32393 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32394
32395         [BZ #13717]
32396         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32397         Change to 2.4.21 where previously 2.4.1.
32398         * sysdeps/unix/sysv/linux/configure: Regenerated.
32399         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32400         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32401         Linux kernel version.
32402         (__ASSUME_STD_AUXV): Remove.
32403         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32404         kernel version.
32405         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32406         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32407         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32408         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32409         (__ASSUME_NETLINK_SUPPORT): Likewise.
32410         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32411         (__no_netlink_support): Remove conditional definition.
32412         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32413         Remove.
32414         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32415         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32416         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32417         (if_nameindex_ioctl): Remove.
32418         (if_nameindex_netlink): Do not handle __no_netlink_support.
32419         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32420         code.
32421         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32422         Remove conditional code.
32423         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32424         code.
32425         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32426         unconditional.
32427         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32428         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32429         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32430         Remove.
32431         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32432         [!__ASSUME_STD_AUXV]: Remove conditional code.
32433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32434         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32435         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32437         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32438         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32439         code.
32440         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32442         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32443         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32444         conditional code.
32445         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32447         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32448         code.
32449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32450         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32451         conditional code.
32452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32453         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32454         code unconditional.
32455         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32456         conditional code.
32457         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32458         unconditional.
32459         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32460         conditional code.
32461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32462         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32463         unconditional.
32464         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32465         conditional code.
32466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32467         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32468         code unconditional.
32469         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32470         conditional code.
32471         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32472         unconditional.
32473         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32474         conditional code.
32475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32476         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32477         code unconditional.
32478         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32479         conditional code.
32480         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32481         unconditional.
32482         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32483         conditional code.
32484
32485 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32486
32487         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32488         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32489         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32490         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32491         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32492         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32493         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32494         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32495         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32496         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32497         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32498         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32499         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32500         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32501         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32502         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32503         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32504         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32505         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32506         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32507         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32508         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32509         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32510
32511 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32512
32513         * Versions.def: Add GLIBC_2.17.
32514         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32515         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32516         Introduce __libc_secure_getenv.
32517         * stdlib/Versions (2.17): Add secure_getenv
32518         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32519         * stdlib/secure-getenv.c: Rename __secure_getenv to
32520         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32521         symbol __secure_getenv for GLIBC_2.0.
32522         * stdlib/tst-secure-getenv.c: New.
32523         * stdlib/Makefile (tests): Add testcase.
32524         * manual/startup.texi (Environment Access): Document
32525         secure_getenv.
32526         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32527         __libc_secure_getenv.
32528         * inet/ruserpass.c (ruserpass): Likewise.
32529         * malloc/mtrace.c (mtrace): Likewise.
32530         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32531         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32532         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32533         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32534         HAVE_SECURE_GETENV.
32535         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32536         __secure_getenv to __libc_secure_getenv.
32537         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32539         Likewise.
32540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32541         Likewise.
32542         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32543         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32544         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32545         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32546         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32547         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32548         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32549
32550 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32551
32552         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32553         (struct La_i86_retval): Likewise.
32554         (struct La_x86_64_regs): Likewise.
32555         (struct La_x86_64_retval): Likewise.
32556         (struct La_x32_regs): Likewise.
32557         (struct La_x32_retval): Likewise.
32558         (struct La_ppc32_regs): Likewise.
32559         (struct La_ppc32_retval): Likewise.
32560         (struct La_ppc64_regs): Likewise.
32561         (struct La_ppc64_retval): Likewise.
32562         (struct La_sh_regs): Likewise.
32563         (struct La_sh_retval): Likewise.
32564         (struct La_s390_32_regs): Likewise.
32565         (struct La_s390_32_retval): Likewise.
32566         (struct La_s390_64_regs): Likewise.
32567         (struct La_s390_64_retval): Likewise.
32568         (struct La_sparc32_regs): Likewise.
32569         (struct La_sparc32_retval): Likewise.
32570         (struct La_sparc64_regs): Likewise.
32571         (struct La_sparc64_retval): Likewise.
32572         (struct audit_ifaces): Remove architecture-specific pltenter and
32573         pltexit members.
32574         * sysdeps/i386/ldsodefs.h: New file.
32575         * sysdeps/powerpc/ldsodefs.h: Likewise.
32576         * sysdeps/s390/ldsodefs.h: Likewise.
32577         * sysdeps/sh/ldsodefs.h: Likewise.
32578         * sysdeps/sparc/ldsodefs.h: Likewise.
32579         * sysdeps/x86_64/ldsodefs.h: Likewise.
32580
32581 2012-07-25  Marek Polacek  <polacek@redhat.com>
32582
32583         [BZ #6808]
32584         * math/libm-test.inc (yn_test): Add another test.
32585         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
32586         to ERANGE when the result is +-Inf.
32587         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
32588         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32589         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
32590         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
32591
32592 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
32593
32594         * conform/data/time.h-data (NULL): Use macro-constant.  Require
32595         equal to 0.
32596         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
32597         clock_t.
32598         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
32599
32600 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
32601
32602         * configure.in <sysdeps resolving>: Correct printing
32603         Implies_before.
32604         * configure: Regenerate.
32605
32606 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
32607
32608         * math/w_ilogb.c: Include <limits.h>.
32609         * math/w_ilogbl.c: Likewise.
32610
32611 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32612
32613         * manual/lang.texi (__va_copy): Document primarily as ISO C99
32614         va_copy.  Document allowing for unavailable va_copy only as
32615         pre-C99 compatibility.
32616         * manual/string.texi (Copying and Concatenation): Use va_copy
32617         instead of __va_copy in concat example.
32618
32619 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
32620
32621         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
32622         (__sendto): Use create_address_port.  Initialize APORT and deallocate
32623         it if not null.
32624
32625         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
32626         with O_NOLINK passed to __file_name_lookup.
32627
32628         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
32629         with O_NOLINK passed to __file_name_lookup.
32630
32631         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
32632         negative N or less than NGIDS.
32633
32634         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
32635         type to string_t.  Set ERANGE as errno and return it if NAME is not big
32636         enough.  Use memcpy instead of strncpy.
32637
32638 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32639
32640         * elf/Makefile (check-data): Remove.
32641         (localplt.data): New vpath directive.
32642         ($(objpfx)check-localplt.out): Use localplt.data from vpath
32643         instead of $(check-data).
32644         * scripts/data/localplt-generic.data: Move to ...
32645         * sysdeps/generic/localplt.data: ... here.
32646         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
32647         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
32648         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
32649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
32650         ... here.
32651         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
32652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
32653         ... here.
32654         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
32655         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
32656         ... here.
32657         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
32658         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
32659         ... here.
32660         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
32661         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
32662         ... here.
32663         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
32664         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
32665         ... here.
32666
32667 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32668
32669         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
32670         PPC32 and PPC64 files.
32671         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
32672         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
32673
32674 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32675
32676         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
32677         __makecontext_ret to ...
32678         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
32679         ... here and call exit if uc_link is NULL.  New file.
32680         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
32681         __makecontext_ret.S.
32682         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
32683         __makecontext_ret to ...
32684         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
32685         ... here and call exit if uc_link is NULL.  New file.
32686         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
32687         __makecontext_ret.S.
32688
32689 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32690
32691         * elf/elf.h (R_390_IRELATIVE): New definition.
32692         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
32693         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
32694         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
32695         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
32696         (elf_machine_lazy_rel): Likewise.
32697         * sysdeps/s390/dl-irel.h: New file.
32698         * sysdeps/s390/s390-64/memcpy.S: New asm code.
32699         * sysdeps/s390/s390-64/memset.S: New asm code.
32700         * sysdeps/s390/s390-64/memcmp.S: New asm code.
32701         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
32702         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
32703         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
32704         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
32705         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
32706         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
32707         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
32708         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
32709         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
32710         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
32711         * sysdeps/s390/s390-32/memcpy.S: New asm code.
32712         * sysdeps/s390/s390-32/memset.S: New asm code.
32713         * sysdeps/s390/s390-32/memcmp.S: New asm code.
32714
32715 2012-07-17  Marek Polacek  <polacek@redhat.com>
32716
32717         [BZ #14349]
32718         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
32719         * sysdeps/s390/s390-64/configure.in: Likewise.
32720         * sysdeps/sparc/configure.in: Likewise.
32721         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
32722         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
32723         * sysdeps/i386/configure.in: Likewise.
32724         * sysdeps/x86_64/configure.in: Likewise.
32725         * sysdeps/sh/configure.in: Likewise.
32726         * sysdeps/s390/s390-32/configure: Regenerated.
32727         * sysdeps/s390/s390-64/configure: Likewise.
32728         * sysdeps/x86_64/configure: Likewise.
32729         * sysdeps/sh/configure: Likewise.
32730         * sysdeps/powerpc/powerpc64/configure: Likewise.
32731         * sysdeps/powerpc/powerpc32/configure: Likewise.
32732         * sysdeps/sparc/configure: Likwise.
32733         * sysdeps/i386/configure: Likewise.
32734
32735         * elf/dl-open.c: Comment fixes.
32736
32737 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
32738
32739         * Makefile [CXX] (check-data): Remove.
32740         [CXX] (c++-types.data): New vpath directive.
32741         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
32742         vpath.  Do not allow for C++ type data being missing.
32743         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
32744         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
32745         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
32746         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
32747         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
32748         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
32749         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
32750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
32751         ... here.
32752         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
32753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
32754         ... here.
32755         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
32756         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
32757         ... here.
32758         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
32759         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
32760         ... here.
32761         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
32762         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
32763         ... here.
32764         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
32765         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
32766         ... here.
32767         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
32768         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
32769         ... here.
32770         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
32771         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
32772
32773         * elf/tls-macros.h (TLS_LE): Move architecture-specific
32774         definitions to architecture-specific files.
32775         (TLS_IE): Likewise.
32776         (TLS_LD): Likewise.
32777         (TLS_GD): Likewise.
32778         * sysdeps/i386/tls-macros.h: New file.
32779         * sysdeps/powerpc/tls-macros.h: Likewise.
32780         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
32781         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
32782         * sysdeps/sh/tls-macros.h: Likewise.
32783         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
32784         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
32785         * sysdeps/x86_64/tls-macros.h: Likewise.
32786
32787 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32788
32789         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
32790         zero value for regular exit case.
32791
32792         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
32793         (__start_context): Preserve zero value for regular exit case.
32794
32795 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32796             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32797
32798         * manual/setjmp.texi (setcontext): Clarify normal process
32799         termination when uc_link is the null pointer.
32800         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
32801         exit call.
32802
32803 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
32804
32805         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
32806         preprocessor.  Test for each exception mask separately.
32807
32808 2012-07-16  Andreas Jaeger  <aj@suse.de>
32809
32810         * po/ru.po: Update from translation team.
32811
32812 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
32813
32814         * conform/data/string.h-data (NULL): Use macro-constant.  Require
32815         equal to 0.
32816         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
32817         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
32818         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
32819         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
32820         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32821
32822 2012-07-13  Andreas Jaeger  <aj@suse.de>
32823
32824         * po/fr.po: Update from translation team.
32825
32826 2012-07-12  Marek Polacek  <polacek@redhat.com>
32827
32828         [BZ #14173]
32829         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32830         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32831         loop condition.
32832
32833 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32834
32835         [BZ #13717]
32836         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32837         Change to 2.4.1 where previously 2.4.0.
32838         * sysdeps/unix/sysv/linux/configure: Regenerated.
32839         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32840         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32841         version.
32842         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32843         (__ASSUME_AT_CLKTCK): Remove.
32844         (__ASSUME_AT_PAGESIZE): Likewise.
32845         (__ASSUME_AT_XID): Likewise.
32846         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32847         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32848         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32849         unconditionally.
32850         (HAVE_AUX_PAGESIZE): Likewise.
32851         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32852         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32853         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32854
32855 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32856
32857         [BZ #14307]
32858         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32859         the temporary buffer used to invoke __gethostbyname2_r,
32860         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32861         host_data / struct gaih_addrtuple.
32862         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32863         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
32864         header file nss/nsswitch.h.
32865         * nss/nsswitch.h (global scope): Add definition of implementation
32866         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
32867         resolv/nss_dns/dns-host.c).
32868
32869 2012-07-11  Andreas Jaeger  <aj@suse.de>
32870
32871         * po/fr.po: Update from translation team.
32872
32873         * po/sv.po: Update from translation team
32874         * po/fr.po: Another update from translation team.
32875
32876 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32877
32878         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
32879         for subnormals or multiply small sinh result by itself.
32880         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
32881         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32882
32883 2012-07-11  David S. Miller  <davem@davemloft.net>
32884
32885         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32886
32887 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
32888
32889         [BZ #14347]
32890         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
32891         (INTERNAL_MARK): Shift it here.
32892
32893 2012-07-10  Marek Polacek  <polacek@redhat.com>
32894
32895         [BZ #14151]
32896         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
32897         libc_cv_asm_global_directive with .globl.
32898         * configure: Regenerated.
32899         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
32900         with .globl.
32901         * sysdeps/i386/configure: Regenerated.
32902         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
32903         with .globl.
32904         * sysdeps/x86_64/configure: Regenerated.
32905         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
32906         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
32907         * elf/tst-unique2mod2.c: Likewise.
32908         * elf/tst-unique2mod1.c: Likewise.
32909         * elf/tst-unique1mod2.c: Likewise.
32910         * elf/tst-unique1mod1.c: Likewise.
32911         * sysdeps/s390/s390-32/sysdep.h: Likewise.
32912         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32913         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32914         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32915         * sysdeps/mach/sysdep.h: Likewise.
32916         * sysdeps/i386/sysdep.h: Likewise.
32917         * sysdeps/i386/i386-mcount.S: Likewise.
32918         * sysdeps/x86_64/_mcount.S: Likewise.
32919         * sysdeps/x86_64/sysdep.h: Likewise.
32920         * sysdeps/sh/_mcount.S: Likewise.
32921         * sysdeps/sh/sysdep.h: Likewise.
32922         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
32923         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
32924         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
32925         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32926         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
32927         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
32928         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
32929         * locale/localeinfo.h: Likewise.
32930         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
32931         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
32932
32933 2012-07-09  Roland McGrath  <roland@hack.frob.com>
32934
32935         [BZ #14336]
32936         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
32937         system".
32938         * manual/message.texi (The Uniforum approach): Likewise.
32939         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
32940         (glibc iconv Implementation): Likewise.
32941
32942 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
32943
32944         [BZ #14337]
32945         * math/s_clog.c (__clog): Avoid scaling a value down where that
32946         could result in underflow.
32947         * math/s_clog10.c (__clog10): Likewise.
32948         * math/s_clog10f.c (__clog10f): Likewise.
32949         * math/s_clog10l.c (__clog10l): Likewise.
32950         * math/s_clogf.c (__clogf): Likewise.
32951         * math/s_clogl.c (__clogl): Likewise.
32952         * math/libm-test.inc (clog_test): Add more tests.
32953         (clog10_test): Likewise.
32954         * sysdeps/i386/fpu/libm-test-ulps: Update.
32955         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32956
32957 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
32958
32959         [BZ #14283]
32960         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
32961         by 7 not 8 to examine high bit of fractional part.
32962
32963         [BZ #14042]
32964         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
32965         for call to __mcount_internal.
32966         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
32967         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
32968         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
32969
32970 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
32971
32972         [BZ #14154]
32973         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
32974         approximation for values within 0x1p-13f of an odd multiple of
32975         pi/4.
32976         * math/libm-test.inc (tan_test): Do not allow spurious underflow
32977         exception.  Add more tests.
32978         * sysdeps/i386/fpu/libm-test-ulps: Update.
32979
32980         [BZ #6778]
32981         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
32982         inputs and return -1 for them.  Do not check for +Inf in case not
32983         reachable for +Inf.
32984         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
32985         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
32986         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32987         and return -1 for them.  Do not check for +Inf in case not
32988         reachable for +Inf.
32989         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
32990         define.
32991         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32992         and return -1 for them.  Do not check for +Inf in case not
32993         reachable for +Inf.
32994         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
32995         spurious underflow.
32996         * sysdeps/i386/fpu/libm-test-ulps: Update.
32997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32998
32999 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33000
33001         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33002
33003 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33004
33005         [BZ #14157]
33006         [BZ #14331]
33007         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33008         could result in spurious underflow.  Scale down values above
33009         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33010         * math/s_csqrtf.c (__csqrtf): Likewise.
33011         * math/s_csqrtl.c (__csqrtl): Likewise.
33012         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33013         spurious underflow.
33014         * sysdeps/i386/fpu/libm-test-ulps: Update.
33015         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33016
33017 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33018
33019         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33020         xopen-msg.sed.
33021         * catgets/xopen-msg.awk: New file.
33022         * catgets/xopen-msg.sed: Removed.
33023
33024         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33025         po2text.sed.
33026         * intl/po2test.awk: New file.
33027         * intl/po2test.sed: Removed.
33028
33029 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33030
33031         [BZ #14328]
33032         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33033         or multiply small sinh result by itself.
33034         * math/s_ctanf.c (__ctanf): Likewise.
33035         * math/s_ctanh.c (__ctanh): Likewise.
33036         * math/s_ctanhf.c (__ctanhf): Likewise.
33037         * math/s_ctanhl.c (__ctanhl): Likewise.
33038         * math/s_ctanl.c (__ctanl): Likewise.
33039         * math/libm-test.inc (ctan_test_tonearest): New function.
33040         (ctan_test_towardzero): Likewise.
33041         (ctan_test_downward): Likewise.
33042         (ctan_test_upward): Likewise.
33043         (ctanh_test_tonearest): Likewise.
33044         (ctanh_test_towardzero): Likewise.
33045         (ctanh_test_downward): Likewise.
33046         (ctanh_test_upward): Likewise.
33047         (main): Call these new functions.
33048         * sysdeps/i386/fpu/libm-test-ulps: Update.
33049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33050
33051 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33052
33053         * .gitignore: Delete /ports entry.
33054
33055 2012-07-03  Andreas Jaeger  <aj@suse.de>
33056
33057         * po/bg.po: Update from translation team.
33058         * po/cs.po: Likewise.
33059         * po/de.po: Likewise.
33060         * po/hr.po: Likewise.
33061         * po/nl.pl: Likewise.
33062         * po/pl.po: Likewise.
33063         * po/vi.po: Likewise.
33064
33065 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33066
33067         * Makeconfig [!+link] (+link-before-libc): New variable.
33068         [!+link] (+link-after-libc): Likewise.
33069         [!+link] (+link-tests): Likewise.
33070         [!+link] (+link): Define in terms of $(+link-before-libc) and
33071         $(+link-after-libc).
33072         [!+link-static] (+link-static-before-libc): New variable.
33073         [!+link-static] (+link-static-after-libc): Likewise.
33074         [!+link-static] (+link-static-tests): Likewise.
33075         [!+link-static] (+link-static): Define in terms of
33076         $(+link-static-before-libc) and $(+link-static-after-libc).
33077         [build-shared] (link-libc-before-gnulib): New variable.
33078         [build-shared] (link-libc-tests): Likewise.
33079         [build-shared] (link-libc): Define in terms of
33080         $(link-libc-before-gnulib).
33081         [!build-shared] (link-libc-tests): New variable.
33082         (link-libc-static-tests): New variable.
33083         [!gnulib] (gnulib-arch): New variable.
33084         [!gnulib] (gnulib-tests): Likewise.
33085         [!gnulib] (static-gnulib-arch): Likewise.
33086         [!gnulib] (static-gnulib-tests): Likewise.
33087         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33088         Define with "=" instead of ":=".
33089         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33090         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33091         * Rules (binaries-all-notests): New variable.
33092         (binaries-all-tests): Likewise.
33093         (binaries-static-notests): Likewise.
33094         (binaries-static-tests): Likewise.
33095         (binaries-all): Define using $(binaries-all-notests) and
33096         $(binaries-all-tests).
33097         (binaries-static): Define using $(binaries-static-notests) and
33098         $(binaries-static-tests).
33099         (binaries-shared-tests): New variable.
33100         (binaries-shared-notests): Likewise.
33101         (binaries-shared): Remove variable.
33102         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33103         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33104         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33105         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33106         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33107         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33108         * elf/Makefile (sln-modules): New variable.
33109         (extra-objs): Add $(sln-modules:=.o).
33110         (ldconfig-modules): Add static-stubs.
33111         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33112         * elf/static-stubs.c: New file.
33113
33114         [BZ #14283]
33115         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33116         by 7 not 8 to examine high bit of fractional part.  Use volatile
33117         variables when splitting into final array of floats if
33118         __FLT_EVAL_METHOD__ != 0.
33119         * math/libm-test.inc (cos_test): Add another test.
33120         (sin_test): Likewise.
33121         * sysdeps/i386/fpu/libm-test-ulps: Update.
33122
33123         [BZ #14273]
33124         * math/libm-test.inc (cosh_test): Add more tests.
33125
33126         * version.h (RELEASE): Set to "development".
33127         (VERSION): Set to "2.16.90".
33128
33129 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33130
33131         * NEWS: Update copyright. Remove last-updated date.
33132         Mention math library bug fixes and timezone data changes.
33133         * README: Mention GNU/Hurd, x32, and HPPA support status.
33134
33135 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33136
33137         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33138
33139 2012-06-27  Andreas Jaeger  <aj@suse.de>
33140
33141         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33142
33143 2012-06-25  Andreas Jaeger  <aj@suse.de>
33144
33145         * sysdeps/s390/fpu/libm-test-ulps: Update.
33146
33147 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33148             Thomas Schwinge  <thomas@codesourcery.com>
33149
33150         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33151         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33152         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33153         fanotify_mark.
33154
33155 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33156
33157         * sysdeps/mach/start.c: Remove file.
33158         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33159         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33160         * sysdeps/sh/init-first.c: Likewise.
33161
33162         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33163         registers for frame unwinding purposes, add CFI directives.
33164         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33165         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33166         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33167         Likewise.
33168
33169         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33170         __fortify_fail returning.
33171         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33172
33173         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33174         sysdeps/sh/____longjmp_chk.S.
33175         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33176         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33177         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33178         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33179
33180         * sysdeps/sh/abort-instr.h: New file.
33181         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33182         process in case exit returns.
33183
33184         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33185         initialize the GOT register before use.
33186
33187         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33188         calculation of ARGC > 4.
33189
33190         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33191         meaningful names to some local labels.
33192
33193 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33194             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33195
33196         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33197         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33198         (__arch_compare_and_exchange_val_16_acq): Likewise.
33199         (__arch_compare_and_exchange_val_32_acq): Likewise.
33200         (atomic_exchange_and_add): Fix gUSA sequence.
33201         (atomic_add): Likewise.
33202         (atomic_add_negative): Likewise.
33203         (atomic_add_zero): Likewise.
33204         (atomic_bit_test_set): Likewise.
33205
33206 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33207
33208         [BZ #13579]
33209         * include/link.h (struct link_map): Add l_free_initfini.
33210         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33211         l_initfini.
33212         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33213         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33214         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33215         set.
33216
33217 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33218
33219         * configure.in: Use AC_LANG_SOURCE.
33220         * configure: Regenerate.
33221
33222 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33223
33224         * configure.in (libc_cv_localstatedir): New substituted variable.
33225         * configure: Regenerated.
33226         * config.make.in (localstatedir): New variable, substituted from
33227         libc_cv_localstatedir.
33228         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33229         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33230         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33231         * sysdeps/gnu/configure: Regenerated.
33232
33233 2012-06-21  Jeff Law  <law@redhat.com>
33234
33235         [BZ #14277]
33236         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33237         free.  Simplify list management for _LIBC case.
33238
33239 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33240
33241         [BZ #14273]
33242         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33243         Clear sign bit of 64-bit integer value before comparing against
33244         overflow value.
33245
33246         * sysdeps/mach/configure: Regenerated.
33247
33248 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33249
33250         [BZ #14278]
33251         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33252
33253 2012-06-21  Jeff Law  <law@redhat.com>
33254
33255         [BZ #13882]
33256         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33257         uint16_t for elements in the "seen" array to avoid char overflows.
33258         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33259         * elf/dl-open.c (dl_open_worker): Likewise.
33260
33261 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33262
33263         * scripts/list-sources.sh: Scan PORTS for translations.
33264         * po/libc.pot: Regenerated.
33265
33266 2012-06-21  Andreas Jaeger  <aj@suse.de>
33267
33268         [BZ #12194]
33269         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33270         warning.
33271         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33272         * bits/byteswap-16.h (__bswap_16): Likewise.
33273         * bits/byteswap.h (__bswap_constant_16): Likewise.
33274
33275 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33276
33277         [BZ #14117]
33278         * sysdeps/i386/fpu_control.h: Removed.
33279         * sysdeps/x86_64/fpu_control.h: Moved to ...
33280         * sysdeps/x86/fpu_control.h: Here.
33281
33282         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33283         (_FPU_SETCW): Likewise.
33284
33285 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33286
33287         [BZ #14117]
33288         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33289         * sysdeps/x86/fpu/bits/mathinline.h: This.
33290         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33291
33292         [BZ #14050]
33293         [BZ #14117]
33294         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33295         functions if __x86_64__ is defined.
33296
33297 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33298
33299         * string/endian.h: Add !__ASSEMBLER__ condition for including
33300         conversion interfaces.
33301
33302 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33303
33304         [BZ #14241]
33305         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33306         of ABS(x) in calculating zero to negative powers other than odd
33307         integers.
33308         * math/libm-test.inc (pow_test): Add more tests.
33309
33310 2012-06-15  Andreas Jaeger  <aj@suse.de>
33311
33312         * manual/contrib.texi (Contributors): Update entry of Liubov
33313         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33314         Machado Filho.
33315
33316 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33317
33318         * string/string.h: Add __wur to GNU version of strerror_r.
33319
33320 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33321
33322         [BZ #14229]
33323         * string/Makefile (tests): Add tst-strtok_r.
33324         * string/tst-strtok_r.c: New file.
33325         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33326         RAX_LP/RDX_LP on SAVE_PTR.
33327
33328 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33329
33330         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33331
33332 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33333
33334         * libm_test.inc (csqrt_test): Allow more spurious underflow
33335         exceptions.
33336         (j0_test): Likewise.
33337         (j1_test): Likewise.
33338         (y0_test): Likewise.
33339         (y1_test): Likewise.
33340
33341 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33342
33343         * po/Makefile (libc.pot): Use UTF-8 charset.
33344
33345 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33346
33347         [BZ #14210]
33348         Suppress sign-conversion warning from FD_SET.
33349         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33350         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33351         not unsigned long int.
33352         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33353
33354 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33355
33356         [BZ #14050]
33357         [BZ #14117]
33358         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33359         __extern_always_inline instead of __extern_inline.
33360         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33361         (__signbit): Likewise.
33362         (__signbitl): Support C++ namespace.
33363         (lrintf): New inline function.
33364         (lrint): Likewise.
33365         (llrintf): Likewise.
33366         (llrint): Likewise.
33367         (fmaxf): Likewise.
33368         (fmax): Likewise.
33369         (fminf): Likewise.
33370         (fmin): Likewise.
33371         (rint): Likewise.
33372         (rintf): Likewise.
33373         (ceil): Likewise.
33374         (ceilf): Likewise.
33375         (floor): Likewise.
33376         (floorf): Likewise.
33377         (nearbyint): Likewise.
33378         (nearbyintf): Likewise.
33379
33380 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33381
33382         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33383         non-default versions.
33384
33385 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33386
33387         [BZ #14218]
33388         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33389
33390 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33391
33392         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33393         (FE_UPWARD, FE_DOWNWARD): Don't define.
33394         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33395         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33396
33397         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33398         reading it.
33399         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33400         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33401
33402 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33403
33404         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33405         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33406         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33407         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33408
33409 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33410
33411         [BZ #14117]
33412         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33413         * sysdeps/i386/fpu/Implies: New file.
33414         * sysdeps/x86_64/fpu/Implies: Likewise.
33415         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33416         * sysdeps/x86/fpu/bits/fenv.h: This.
33417
33418         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33419         __SSE_MATH__.
33420
33421 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33422
33423         [BZ #14134]
33424         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33425         character 0xffff that matches the last element of the
33426         conversion table.
33427
33428 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33429
33430         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33431         fmodl commit.
33432
33433 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33434
33435         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33436         values higher than 25.6283.
33437
33438 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33439
33440         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33441         subnormal exponent extraction and add some __builtin_expect.
33442         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33443         Fix for subnormal mantissa calculation.
33444
33445 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33446
33447         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33448         cpu2 is -1 and errno is not ENOSYS.
33449
33450 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33451
33452         [BZ #14117]
33453         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33454         * sysdeps/x86/bits/string.h: This.
33455         * sysdeps/x86_64/bits/string.h: Removed.
33456
33457         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33458         if not compiling for x86-64, but compiling for >= i486.
33459
33460         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33461         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33462
33463         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33464         New macro from Linux kernel 3.4.0.
33465         (FP_XSTATE_MAGIC2): Likewise.
33466         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33467         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33468         (struct _fpx_sw_bytes): New struct.
33469         (struct _xsave_hdr): Likewise.
33470         (struct _ymmh_state): Likewise.
33471         (struct _xstate): Likewise.
33472
33473         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33474         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33475         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33476         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33477         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33478         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33479
33480         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33481         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33482         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33483         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33484         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33485         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33486
33487 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33488
33489         [BZ #13743]
33490         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33491         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33492         (sysdep_headers): Include sys/platform/ppc.h.
33493         * sysdeps/powerpc/test-gettimebase.c: Test for
33494         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33495         * manual/Makefile (appendices): Include platform.texi.
33496         * manual/contrib.texi (Contributors): Update @node pointers.
33497         * manual/maint.texi (Maintenance): Likewise.
33498         (Platform): New node.
33499         * manual/platform.texi: New file.  Document the new features.
33500
33501 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33502             Jakub Jelinek  <jakub@redhat.com>
33503
33504         [BZ #14188]
33505         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33506         where __builtin_expect is unavailable.
33507
33508 2012-06-03  David S. Miller  <davem@davemloft.net>
33509
33510         * stdlib/longlong.h: Updated from GCC.
33511
33512 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33513
33514         [BZ #14042]
33515         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33516         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33517         __mcount_internal.
33518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33519         (GLIBC_2.16): Likewise.
33520
33521 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33522
33523         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33524
33525 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33526
33527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33528         (default-abi): New variable.
33529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33530         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33531         variable.
33532         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33533         Likewise.
33534         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33535         Likewise.
33536         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33537         Likewise.
33538
33539         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33540         definition.  Document in comment.
33541
33542 2012-06-01  David S. Miller  <davem@davemloft.net>
33543
33544         * stdlib/longlong.h: Updated from GCC.
33545
33546 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33547
33548         [BZ #14117]
33549         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33550         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33551         sys/debugreg.h sys/io.h here.
33552         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33553         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33554         sys/io.h.
33555         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33556         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33557         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33558         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33559         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33560         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33561
33562         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33563         Define only if __x86_64__ is defined.
33564
33565 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33566
33567         [BZ #14048]
33568         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
33569         Use int64_t for variable i.
33570         * math/libm-test.inc (fmod_test): Add more tests.
33571
33572         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
33573         z computation is not scheduled after fetestexcept.
33574         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
33575         Use math_force_eval instead of asm to ensure calculation scheduled
33576         before exception test.
33577         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
33578         Ensure a1 + u.d computation is not scheduled after fetestexcept.
33579
33580 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
33581
33582         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
33583         computation is not scheduled after fetestexcept.
33584
33585 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33586
33587         [BZ #14117]
33588         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
33589         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
33590
33591 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33592
33593         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
33594         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
33595
33596 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33597
33598         [BZ #14117]
33599         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
33600         <bits/wordsize.h>.
33601         (__WCHAR_MIN): Support __WORDSIZE == 64.
33602         (__WCHAR_MAX): Likewise.
33603
33604         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
33605         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
33606
33607         [BZ #14183]
33608         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
33609         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
33610
33611         [BZ #14117]
33612         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
33613         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
33614
33615         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
33616         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
33617
33618         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
33619         Defined to 1 if __x86_64__ isn't defined.
33620         (_STAT_VER_LINUX_OLD): New.
33621         (st_atime): Remove duplicate.
33622         (st_mtime): Likewise.
33623         (st_ctime): Likewise.
33624
33625 2012-05-31  David S. Miller  <davem@davemloft.net>
33626
33627         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
33628         entries.
33629
33630 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
33631
33632         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
33633         gen-libm-test.pl.
33634
33635         [BZ #14132]
33636         * elf/dl-reloc.c: Include <_itoa.h>.
33637         (_dl_reloc_bad_type): Remove use of INTUSE.
33638         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
33639         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
33640         * stdio-common/psiginfo.c (psiginfo): Likewise.
33641         * stdio-common/psignal.c (psignal): Likewise.
33642         * string/strsignal.c (strsignal): Likewise.
33643         * include/signal.h (_sys_siglist): Declare hidden proto.
33644         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
33645         INTVARDEF with libc_hidden_data_def.
33646         * stdio-common/itoa-udigits.c: Likewise.
33647         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
33648         (_itoa_lower_digits_internal): Remove declaration.
33649         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
33650         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
33651         (_sys_sigabbrev_internal): Remove aliases.
33652         (_sys_siglist): Define hidden alias.
33653
33654 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
33655
33656         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33657         bits/sysctl.h.
33658
33659 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33660
33661         [BZ #14117]
33662         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
33663         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
33664
33665         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
33666         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
33667         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
33668         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
33669         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
33670         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
33671
33672         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
33673         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
33674         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
33675
33676         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
33677         with __addr.
33678         (insw): Likewise.
33679         (insl): Likewise.
33680         (outsb): Likewise.
33681         (outsw): Likewise.
33682         (outsl): Likewise.
33683
33684         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
33685         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
33686         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
33687
33688         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
33689         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
33690         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
33691         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
33692         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
33693         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
33694
33695         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
33696         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
33697
33698         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
33699         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
33700
33701         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
33702         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
33703         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
33704
33705         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
33706         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
33707         to ...
33708         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
33709
33710         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
33711         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
33712         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
33713
33714         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
33715         for x86-64.
33716         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
33717
33718 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
33719
33720         * math/math.h (M_El): Use two more decimal places.
33721         (M_LOG2El): Likewise.
33722         (M_LOG10El): Likewise.
33723         (M_LN2l): Likewise.
33724         (M_LN10l): Likewise.
33725         (M_PIl): Likewise.
33726         (M_PI_2l): Likewise.
33727         (M_PI_4l): Likewise.
33728         (M_1_PIl): Likewise.
33729         (M_2_PIl): Likewise.
33730         (M_2_SQRTPIl): Likewise.
33731         (M_SQRT2l): Likewise.
33732         (M_SQRT1_2l): Likewise.
33733
33734 2012-05-31  David S. Miller  <davem@davemloft.net>
33735
33736         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
33737         values between float registers.
33738         * sysdeps/sparc/sparc64/memset.S: Likewise.
33739         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
33740
33741 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
33742
33743         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
33744         -D_FORTIFY_SOURCE=1.
33745         (CPPFLAGS-tst-longjmp_chk.c): Define.
33746         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
33747         (CPPFLAGS-tst-longjmp_chk2.c): Define.
33748         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
33749         CFLAGS-tst-wchar-h.c.
33750
33751 2012-05-31  Marek Polacek  <polacek@redhat.com>
33752
33753         [BZ #14132]
33754         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
33755         __endmntent_internal): Remove declaration.
33756         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
33757         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
33758         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
33759
33760 2012-05-30  David S. Miller  <davem@davemloft.net>
33761
33762         * sysdeps/sparc/sparc32/soft-fp/q_util.c
33763         (___Q_simulate_exceptions): Use real FP ops rather than writing
33764         into the %fsr.
33765         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
33766         Likewise.
33767
33768 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33769
33770         [BZ #14117]
33771         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
33772         * sysdeps/x86/bits/xtitypes.h: This.
33773
33774         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
33775         * sysdeps/x86/bits/wordsize.h: This.
33776
33777         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
33778         * sysdeps/x86/bits/huge_vall.h: This.
33779
33780         * sysdeps/i386/bits/select.h: Removed.
33781         * sysdeps/x86_64/bits/select.h: Renamed to ...
33782         * sysdeps/x86/bits/select.h: This.
33783
33784         * sysdeps/i386/bits/setjmp.h: Removed.
33785         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
33786         * sysdeps/x86/bits/setjmp.h: This.
33787
33788         * sysdeps/i386/bits/mathdef.h: Removed.
33789         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
33790         * sysdeps/x86/bits/mathdef.h: This.
33791
33792 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
33793
33794         [BZ #14132]
33795         * include/sys/socket.h (__connect_internal)
33796         (__libc_sa_len_internal): Remove declaration.
33797         (__connect, __libc_sa_len): Declare hidden_proto.
33798         (SA_LEN): Remove use of INTUSE.
33799         * socket/connect.c: Add libc_hidden_def.
33800         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
33801         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
33802         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
33803         alias.
33804         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
33805         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
33806         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
33807         of adding _internal alias.
33808
33809 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33810
33811         [BZ #14117]
33812         * sysdeps/i386/bits/link.h: Removed.
33813         * sysdeps/i386/bits/linkmap.h: Likewise.
33814         * sysdeps/x86_64/bits/link.h: Renamed to ...
33815         * sysdeps/x86/bits/link.h: This.
33816         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
33817         * sysdeps/x86/bits/linkmap.h: This.
33818
33819         * sysdeps/i386/bits/endian.h: Removed.
33820         * sysdeps/x86_64/bits/endian.h: Renamed to ...
33821         * sysdeps/x86/bits/endian.h: This.
33822
33823         * sysdeps/i386/bits/byteswap.h: Removed.
33824         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33825         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
33826         * sysdeps/x86/bits/byteswap.h: This.
33827         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
33828         * sysdeps/x86/bits/byteswap-16.h: This.
33829         * sysdeps/i386/Implies: Add x86.
33830         * sysdeps/x86_64/Implies: Likewise.
33831
33832 2012-05-30  David S. Miller  <davem@davemloft.net>
33833
33834         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33835         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33836         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33837         (FP_TRAPPING_EXCEPTIONS): Define.
33838         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33839         (FP_TRAPPING_EXCEPTIONS): Define.
33840         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33841         subnormals only when inexact has been signalled or underflow
33842         exceptions are enabled.
33843         (_FP_PACK_CANONICAL): Likewise.
33844
33845 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33846
33847         [BZ #14183]
33848         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33849         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33850
33851 2012-05-30  Richard Henderson  <rth@twiddle.net>
33852
33853         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33854         with #ifndef NOT_IN_libc.
33855
33856         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33857         marked to avoid plt entry.
33858
33859 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33860
33861         [BZ #14112]
33862         * Makeconfig (default-abi): New macro.
33863         (abi-includes): Likewise.
33864         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
33865         $(abi-$(default-abi)-lib-soname) for soname if defined.
33866         ($(common-objpfx)gnu/lib-names.stmp): Generate from
33867         abi-variants.
33868         * Makefile (installed-stubs): Likewise.
33869         * include/stubs-biarch.h: Removed.
33870         * scripts/lib-names.awk: Only handle one library at a time.
33871         * scripts/soversions.awk: Remove WORDSIZE support.
33872         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
33873         entries.
33874         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
33875         Removed.
33876         (syscall-list-default-condition): Likewise.
33877         (syscall-list-default-condition): Likewise.
33878         (syscall-list-includes): Likewise.
33879         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
33880         syscall-list-* with abi-*.  Handle undefined abi-variants.
33881         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
33882         * sysdeps/unix/sysv/linux/i386/Implies: New file.
33883         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
33884         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
33885         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
33886         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
33887         Removed.
33888         (syscall-list-32-options): Likewise.
33889         (syscall-list-32-condition): Likewise.
33890         (syscall-list-64-options): Likewise.
33891         (syscall-list-64-condition): Likewise.
33892         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
33893         macro.
33894         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
33895         Renamed to ...
33896         (abi-*): This.
33897         (abi-64-ld-soname): New macro.
33898         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
33899         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
33900         Renamed to ...
33901         (abi-*): This.
33902         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
33903         * sysdeps/x86_64/x32/shlib-versions: Likewise.
33904
33905 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
33906
33907         * sysdeps/unix/sysv/linux/kernel-features.h
33908         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
33909         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
33910         include <kernel-features.h>.
33911         [!__NR_ftruncate64]: Remove conditional code.
33912         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33913         [__NR_ftruncate64]: Make code unconditional.
33914         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33915         * sysdeps/unix/sysv/linux/truncate64.c: Do not
33916         include <kernel-features.h>.
33917         [!__NR_ftruncate64]: Remove conditional code.
33918         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33919         [__NR_ftruncate64]: Make code unconditional.
33920         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
33922         include <kernel-features.h>.
33923         [!__NR_ftruncate64]: Remove conditional code.
33924         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33925         [__NR_ftruncate64]: Make code unconditional.
33926         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33928         include <kernel-features.h>.
33929         [!__NR_ftruncate64]: Remove conditional code.
33930         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33931         [__NR_ftruncate64]: Make code unconditional.
33932         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33933
33934         * configure.in (libc_cv_fpie): Weaken to a compile test using
33935         LIBC_TRY_CC_OPTION.
33936         * configure: Regenerated.
33937
33938 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33939
33940         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
33941         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
33942         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
33943         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33944         Refreshed.
33945         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
33946         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
33947         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
33948         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
33949         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
33950         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33951         Refreshed.
33952
33953 2012-05-27  David S. Miller  <davem@davemloft.net>
33954
33955         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
33956         (___Q_zero): New.
33957         (__Q_simulate_exceptions): Return void.  Change to simulate
33958         exceptions by writing into the %fsr.
33959         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
33960         (__Qp_handle_exceptions): Likewise.
33961         (numbers): Delete.
33962         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
33963         __Qp_handle_exceptions.
33964         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
33965         __Qp_handle_exceptions.
33966         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33967         as unused and give dummy FP_RND_NEAREST initializer.
33968         (FP_INHIBIT_RESULTS): Define.
33969         (___Q_simulate_exceptions): Update declaration.
33970         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
33971         formatting.
33972         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33973         as unused and give dummy FP_RND_NEAREST initializer.
33974         (__Qp_handle_exceptions): Update declaration.
33975         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
33976         formatting.
33977
33978 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
33979
33980         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
33981         the temporary FPU control word.
33982         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
33983         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
33984         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
33985         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33986         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
33987         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
33988         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
33989         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33990         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
33991         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
33992         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33993
33994 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33995
33996         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
33997         fields.
33998
33999 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34000
34001         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34002         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34003         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34004         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34005         Likewise.
34006         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34007         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34008         Likewise.
34009
34010 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34011
34012         * po/h.po: Update from translation team.
34013
34014 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34015
34016         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34017
34018         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34019         handling of denormals.
34020         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34021         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34022         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34023         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34024         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34025         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34026         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34027         Likewise.
34028
34029 2012-05-26  Marek Polacek  <polacek@redhat.com>
34030
34031         [BZ #14152]
34032         * math/libm-test.inc (fma_test): Don't always expect underflow
34033         exception.
34034
34035 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34036
34037         [BZ #12416]
34038         * elf/tst-execstack.c: Include stackinfo.h.
34039         (do_test): Adjust test case to ensure that pthread_getattr_np
34040         behaviour remains the same after marking stack executable.
34041
34042 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34043
34044         * sysdeps/unix/sysv/linux/kernel-features.h
34045         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34046         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34047         kernel-features.h.
34048         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34049         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34050         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34051         kernel-features.h.
34052         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34053         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34054
34055 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34056
34057         * configure.in: Define the default includes to being none.
34058         * configure: Regenerated.
34059
34060 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34061
34062         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34063         * sysdeps/x86_64/setjmp.S: Likewise.
34064         * sysdeps/i386/bsd-setjmp.S: Likewise.
34065         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34066         * sysdeps/i386/setjmp.S: Likewise.
34067         * sysdeps/i386/__longjmp.S: Likewise.
34068         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34069         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34070
34071         * include/stap-probe.h: New file.
34072         * configure.in: Handle --enable-systemtap.
34073         * configure: Regenerated.
34074         * config.h.in (USE_STAP_PROBE): New #undef.
34075         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34076         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34077         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34078
34079 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34080
34081         [BZ #13717]
34082         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34083         to 2.4.0 where earlier.
34084         * sysdeps/unix/sysv/linux/configure: Regenerated.
34085         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34086         <kernel-features.h>.
34087         [__ASSUME_32BITUIDS]: Make code unconditional.
34088         [!__ASSUME_32BITUIDS]: Remove conditional code.
34089         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34090         <kernel-features.h>.
34091         [__ASSUME_32BITUIDS]: Make code unconditional.
34092         [!__ASSUME_32BITUIDS]: Remove conditional code.
34093         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34094         [__ASSUME_32BITUIDS]: Make code unconditional.
34095         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34096         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34097         <kernel-features.h>.
34098         [__ASSUME_32BITUIDS]: Make code unconditional.
34099         [!__ASSUME_32BITUIDS]: Remove conditional code.
34100         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34101         <kernel-features.h>.
34102         [__ASSUME_32BITUIDS]: Make code unconditional.
34103         [!__ASSUME_32BITUIDS]: Remove conditional code.
34104         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34105         <kernel-features.h>.
34106         [__ASSUME_32BITUIDS]: Make code unconditional.
34107         [!__ASSUME_32BITUIDS]: Remove conditional code.
34108         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34109         <kernel-features.h>.
34110         [__ASSUME_32BITUIDS]: Make code unconditional.
34111         [!__ASSUME_32BITUIDS]: Remove conditional code.
34112         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34113         <kernel-features.h>.
34114         [__ASSUME_32BITUIDS]: Make code unconditional.
34115         [!__ASSUME_32BITUIDS]: Remove conditional code.
34116         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34117         <kernel-features.h>.
34118         [__ASSUME_32BITUIDS]: Make code unconditional.
34119         [!__ASSUME_32BITUIDS]: Remove conditional code.
34120         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34121         <kernel-features.h>.
34122         [__ASSUME_32BITUIDS]: Make code unconditional.
34123         [!__ASSUME_32BITUIDS]: Remove conditional code.
34124         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34125         <kernel-features.h>.
34126         [__ASSUME_32BITUIDS]: Make code unconditional.
34127         [!__ASSUME_32BITUIDS]: Remove conditional code.
34128         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34129         <kernel-features.h>.
34130         [__ASSUME_32BITUIDS]: Make code unconditional.
34131         [!__ASSUME_32BITUIDS]: Remove conditional code.
34132         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34133         <kernel-features.h>.
34134         [__ASSUME_32BITUIDS]: Make code unconditional.
34135         [!__ASSUME_32BITUIDS]: Remove conditional code.
34136         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34137         <kernel-features.h>.
34138         [__NR_setresgid] (__setresgid): Do not declare.
34139         [__ASSUME_32BITUIDS]: Make code unconditional.
34140         [!__ASSUME_32BITUIDS]: Remove conditional code.
34141         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34142         <kernel-features.h>.
34143         [__NR_setresuid] (__setresuid): Do not declare.
34144         [__ASSUME_32BITUIDS]: Make code unconditional.
34145         [!__ASSUME_32BITUIDS]: Remove conditional code.
34146         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34147         <kernel-features.h>.
34148         [__ASSUME_32BITUIDS]: Make code unconditional.
34149         [!__ASSUME_32BITUIDS]: Remove conditional code.
34150         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34151         <kernel-features.h>.
34152         [__ASSUME_32BITUIDS]: Make code unconditional.
34153         [!__ASSUME_32BITUIDS]: Remove conditional code.
34154         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34155         <kernel-features.h>.
34156         [__ASSUME_32BITUIDS]: Make code unconditional.
34157         [!__ASSUME_32BITUIDS]: Remove conditional code.
34158         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34159         <kernel-features.h>.
34160         [__ASSUME_32BITUIDS]: Make code unconditional.
34161         [!__ASSUME_32BITUIDS]: Remove conditional code.
34162         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34163         <kernel-features.h>.
34164         [__ASSUME_32BITUIDS]: Make code unconditional.
34165         [!__ASSUME_32BITUIDS]: Remove conditional code.
34166         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34167         <kernel-features.h>.
34168         [__ASSUME_32BITUIDS]: Make code unconditional.
34169         [!__ASSUME_32BITUIDS]: Remove conditional code.
34170         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34171         <kernel-features.h>.
34172         [__ASSUME_32BITUIDS]: Make code unconditional.
34173         [!__ASSUME_32BITUIDS]: Remove conditional code.
34174         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34175         <kernel-features.h>.
34176         [__ASSUME_32BITUIDS]: Make code unconditional.
34177         [!__ASSUME_32BITUIDS]: Remove conditional code.
34178         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34179         <kernel-features.h>.
34180         [__ASSUME_32BITUIDS]: Make code unconditional.
34181         [!__ASSUME_32BITUIDS]: Remove conditional code.
34182         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34183         <kernel-features.h>.
34184         [__ASSUME_32BITUIDS]: Make code unconditional.
34185         [!__ASSUME_32BITUIDS]: Remove conditional code.
34186         * sysdeps/unix/sysv/linux/kernel-features.h
34187         (__ASSUME_SETRESUID_SYSCALL): Remove.
34188         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34189         (__ASSUME_32BITUIDS): Likewise.
34190         (__ASSUME_LDT_WORKS): Likewise.
34191         (__ASSUME_O_DIRECTORY): Likewise.
34192         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34193         architecture but not kernel version.
34194         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34195         (__ASSUME_MMAP2_SYSCALL): Likewise.
34196         (__ASSUME_STAT64_SYSCALL): Likewise.
34197         (__ASSUME_IPC64): Likewise.
34198         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34199         <kernel-features.h>.
34200         [__ASSUME_32BITUIDS]: Make code unconditional.
34201         [!__ASSUME_32BITUIDS]: Remove conditional code.
34202         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34203         <kernel-features.h>.
34204         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34205         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34206         132096]: Remove conditional code.
34207         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34208         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34209         <kernel-features.h>.
34210         [__ASSUME_32BITUIDS]: Make code unconditional.
34211         [!__ASSUME_32BITUIDS]: Remove conditional code.
34212         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34213         <kernel-features.h>.
34214         [__ASSUME_32BITUIDS]: Make code unconditional.
34215         [!__ASSUME_32BITUIDS]: Remove conditional code.
34216         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34217         <kernel-features.h>.
34218         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34219         unconditional.
34220         (__setresgid): Do not declare.
34221         [__ASSUME_32BITUIDS]: Make code unconditional.
34222         [!__ASSUME_32BITUIDS]: Remove conditional code.
34223         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34224         <kernel-features.h>.
34225         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34226         unconditional.
34227         (__setresuid): Do not declare.
34228         [__ASSUME_32BITUIDS]: Make code unconditional.
34229         [!__ASSUME_32BITUIDS]: Remove conditional code.
34230         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34231         <kernel-features.h>.
34232         [__ASSUME_32BITUIDS]: Make code unconditional.
34233         [!__ASSUME_32BITUIDS]: Remove conditional code.
34234         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34235         <kernel-features.h>.
34236         [__ASSUME_32BITUIDS]: Make code unconditional.
34237         [!__ASSUME_32BITUIDS]: Remove conditional code.
34238
34239 2012-05-25  Richard Henderson  <rth@twiddle.net>
34240
34241         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34242         dl_hwcap to ifunc resolver.
34243         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34244         elf_ifunc_invoke.
34245         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34246         dl_hwcap to ifunc resolver.
34247         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34248
34249 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34250
34251         [BZ #14153]
34252         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34253         for |x| <= 2**-26, not 2**-57.
34254         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34255         exception.
34256
34257 2012-05-24  Jeff Law  <law@redhat.com>
34258
34259         * stdio-common/Makefile (tests): Add bug25.
34260         * stdio-common/bug25.c: New test.
34261
34262 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34263
34264         [BZ #13576]
34265         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34266         multiple of MALLOC_ALIGNMENT in size.
34267         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34268
34269 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34270
34271         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34272         Require >= 256.
34273         (FILENAME_MAX): Use macro-int-constant.
34274         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34275         (_IOFBF): Use macro-int-constant.
34276         (_IOLBF): Likewise.
34277         (_IONBF): Likewise.
34278         (SEEK_CUR): Likewise.
34279         (SEEK_END): Likewise.
34280         (SEEK_SET): Likewise.
34281         (TMP_MAX): Likewise.
34282         (EOF): Use macro-int-constant.  Require < 0.
34283         (NULL): Use macro-constant.  Require == 0.
34284         (stdin): Require type to be FILE *.
34285         (stdout): Likewise.
34286         (stderr): Likewise.
34287         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34288         macro-int-constant.
34289         (EXIT_SUCCESS): Likewise.
34290         (NULL): Use macro-constant.  Require == 0.
34291         (RAND_MAX): Use macro-int-constant.
34292         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34293         [C99-based standards] (strtof): Require function.
34294         [C99-based standards] (strtold): Likewise.
34295         [C99-based standards] (strtoll): Likewise.
34296         [C99-based standards] (strtoull): Likewise.
34297         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34298         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34299         [ISO || ISO99 || ISO11] (math.h): Likewise.
34300         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34301         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34302         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34303
34304 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34305
34306         [BZ #14132]
34307         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34308         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34309         * intl/dgettext.c (DCGETTEXT): Likewise.
34310         * intl/gettext.c (DCGETTEXT): Likewise.
34311         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34312         * posix/regex_internal.h (gettext): Likewise.
34313         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34314         Remove declaration.
34315         * include/argz.h (__argz_count_internal)
34316         (__argz_stringify_internal): Remove declaration.
34317         (__argz_count, __argz_stringify): Declare hidden proto.
34318         * intl/dcgettext.c: Remove use of INTDEF.
34319         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34320         * string/argz-stringify.c: Likewise.
34321         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34322         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34323         Declare hidden proto.
34324         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34325         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34326         Declare hidden proto.
34327         * include/stdio.h (__asprintf_internal): Don't declare.
34328         (__asprintf): Don't define as macro.  Declare hidden proto.
34329         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34330         (__fsetlocking): Declare hidden proto.
34331         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34332         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34333         hidden proto.
34334         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34335         (_IO_setlinebuf): Remove use of INTUSE.
34336         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34337         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34338         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34339         Remove declaration.
34340         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34341         (_IO_do_flush): Remove use of INTUSE.
34342         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34343         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34344         (_IO_adjust_column, _IO_least_wmarker)
34345         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34346         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34347         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34348         (_IO_default_doallocate, _IO_wdefault_doallocate)
34349         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34350         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34351         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34352         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34353         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34354         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34355         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34356         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34357         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34358         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34359         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34360         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34361         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34362         proto.
34363         (_IO_flush_all_internal, _IO_adjust_column_internal)
34364         (_IO_default_uflow_internal, _IO_default_finish_internal)
34365         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34366         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34367         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34368         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34369         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34370         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34371         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34372         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34373         (_IO_file_close_internal, _IO_file_close_it_internal)
34374         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34375         (_IO_file_init_internal, _IO_file_attach_internal)
34376         (_IO_file_fopen_internal, _IO_file_read_internal)
34377         (_IO_file_sync_internal, _IO_file_seek_internal)
34378         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34379         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34380         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34381         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34382         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34383         (_IO_list_all_internal, _IO_link_in_internal)
34384         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34385         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34386         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34387         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34388         (_IO_do_write_internal, _IO_padn_internal)
34389         (_IO_getline_info_internal, _IO_getline_internal)
34390         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34391         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34392         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34393         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34394         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34395         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34396         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34397         with libc_hidden_ver, remove use of INTUSE.
34398         * libio/genops.c: Likewise.
34399         * libio/freopen.c: Likewise.
34400         * libio/freopen64.c: Likewise.
34401         * libio/iofclose.c: Likewise.
34402         * libio/iofdopen.c: Likewise.
34403         * libio/iofflush.c: Likewise.
34404         * libio/iofflush_u.c: Likewise.
34405         * libio/iofgets.c: Likewise.
34406         * libio/iofgets_u.c: Likewise.
34407         * libio/iofopen.c: Likewise.
34408         * libio/iofopncook.c: Likewise.
34409         * libio/iofread.c: Likewise.
34410         * libio/iofread_u.c: Likewise.
34411         * libio/ioftell.c: Likewise.
34412         * libio/iofwrite.c: Likewise.
34413         * libio/iogetline.c: Likewise.
34414         * libio/iogets.c: Likewise.
34415         * libio/iogetwline.c: Likewise.
34416         * libio/iopadn.c: Likewise.
34417         * libio/iopopen.c: Likewise.
34418         * libio/ioseekoff.c: Likewise.
34419         * libio/ioseekpos.c: Likewise.
34420         * libio/iosetbuffer.c: Likewise.
34421         * libio/iosetvbuf.c: Likewise.
34422         * libio/ioungetc.c: Likewise.
34423         * libio/ioungetwc.c: Likewise.
34424         * libio/iovdprintf.c: Likewise.
34425         * libio/iovsprintf.c: Likewise.
34426         * libio/iovsscanf.c: Likewise.
34427         * libio/memstream.c: Likewise.
34428         * libio/obprintf.c: Likewise.
34429         * libio/oldfileops.c: Likewise.
34430         * libio/oldiofclose.c: Likewise.
34431         * libio/oldiofdopen.c: Likewise.
34432         * libio/oldiofopen.c: Likewise.
34433         * libio/oldiopopen.c: Likewise.
34434         * libio/oldstdfiles.c: Likewise.
34435         * libio/putc.c: Likewise.
34436         * libio/setbuf.c: Likewise.
34437         * libio/setlinebuf.c: Likewise.
34438         * libio/stdfiles.c: Likewise.
34439         * libio/strops.c: Likewise.
34440         * libio/vasprintf.c: Likewise.
34441         * libio/vscanf.c: Likewise.
34442         * libio/vsnprintf.c: Likewise.
34443         * libio/vswprintf.c: Likewise.
34444         * libio/wfiledoalloc.c: Likewise.
34445         * libio/wfileops.c: Likewise.
34446         * libio/wgenops.c: Likewise.
34447         * libio/wmemstream.c: Likewise.
34448         * libio/wstrops.c: Likewise.
34449         * libio/__fpurge.c: Likewise.
34450         * libio/__fsetlocking.c: Likewise.
34451         * assert/assert.c: Likewise.
34452         * debug/fgets_chk.c: Likewise.
34453         * debug/fgets_u_chk.c: Likewise.
34454         * debug/fread_chk.c: Likewise.
34455         * debug/fread_u_chk.c: Likewise.
34456         * debug/gets_chk.c: Likewise.
34457         * debug/obprintf_chk.c: Likewise.
34458         * debug/vasprintf_chk.c: Likewise.
34459         * debug/vdprintf_chk.c: Likewise.
34460         * debug/vsnprintf_chk.c: Likewise.
34461         * debug/vsprintf_chk.c: Likewise.
34462         * malloc/mtrace.c: Likewise.
34463         * misc/error.c: Likewise.
34464         * misc/syslog.c: Likewise.
34465         * stdio-common/asprintf.c: Likewise.
34466         * stdio-common/fxprintf.c: Likewise.
34467         * stdio-common/getw.c: Likewise.
34468         * stdio-common/isoc99_fscanf.c: Likewise.
34469         * stdio-common/isoc99_scanf.c: Likewise.
34470         * stdio-common/isoc99_vfscanf.c: Likewise.
34471         * stdio-common/isoc99_vscanf.c: Likewise.
34472         * stdio-common/isoc99_vsscanf.c: Likewise.
34473         * stdio-common/printf-prs.c: Likewise.
34474         * stdio-common/printf_fp.c: Likewise.
34475         * stdio-common/printf_fphex.c: Likewise.
34476         * stdio-common/printf_size.c: Likewise.
34477         * stdio-common/putw.c: Likewise.
34478         * stdio-common/scanf.c: Likewise.
34479         * stdio-common/sprintf.c: Likewise.
34480         * stdio-common/tmpfile.c: Likewise.
34481         * stdio-common/vfprintf.c: Likewise.
34482         * stdio-common/vfscanf.c: Likewise.
34483         * stdlib/strfmon_l.c: Likewise.
34484         * sunrpc/openchild.c: Likewise.
34485         * sunrpc/xdr_stdio.c: Likewise.
34486         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34487         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34488
34489 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34490
34491         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34492
34493         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34494         in the third column, to generate for the shared library an IFUNC
34495         that uses _dl_vdso_vsym.
34496         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34497         * Makeconfig (object-suffixes-noshared): New variable.
34498
34499         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34500         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34501         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34502         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34503
34504         [BZ #14132]
34505         * include/sys/time.h (__gettimeofday): Remove macro.
34506         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34507         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34508         Remove INTDEF.
34509         (__gettimeofday): Add libc_hidden_def.
34510         (gettimeofday): Add libc_hidden_weak.
34511         * sysdeps/mach/gettimeofday.c: Likewise.
34512         * sysdeps/posix/gettimeofday.c: Likewise.
34513         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34514         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34515         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34516         (__gettimeofday_internal): Remove strong_alias.
34517         (__gettimeofday): Add libc_hidden_def.
34518         (gettimeofday): Add libc_hidden_weak.
34519         * sysdeps/unix/syscalls.list (gettimeofday):
34520         Remove __gettimeofday_internal alias.
34521
34522 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34523             H.J. Lu  <hongjiu.lu@intel.com>
34524
34525         [BZ #12495]
34526         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34527         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34528         (largebin_index_32_big): New.
34529         (largebin_index): Use it for 16-byte alignment.
34530         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34531         correction with front_misalign.
34532
34533 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34534
34535         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34536         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34537         Likewise.
34538         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34539         Likewise.
34540         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34541         Likewise.
34542         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34543         Likewise.
34544         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34545         Likewise.
34546         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34547         Likewise.
34548         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34549         Likewise.
34550         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34551         Likewise.
34552         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34553         Likewise.
34554         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34555         Likewise.
34556         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34557         Likewise.
34558         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34559         Likewise.
34560
34561         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34562         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34563
34564 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34565
34566         [BZ #10846]
34567         [BZ #14036]
34568         * math/libm-test.inc (exp_test): Add test from bug 14036.
34569         (pow_test): Add test from bug 10846.
34570
34571         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
34572         and other flags.
34573         (special_function): Do not include flags in test name.
34574         (parse_args): Likewise.
34575         * sysdeps/i386/fpu/libm-test-ulps: Update.
34576         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34577         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
34578         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
34579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34580
34581         * math/gen-libm-test.pl (%beautify): Add entries for underflow
34582         exceptions.
34583         * math/libm-test.inc ("Philosophy"): Update comment about
34584         exception testing.
34585         (UNDERFLOW_EXCEPTION): New macro.
34586         (UNDERFLOW_EXCEPTION_OK): Likewise.
34587         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
34588         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
34589         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
34590         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
34591         (INVALID_EXCEPTION_OK): Update value.
34592         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34593         (OVERFLOW_EXCEPTION_OK): Likewise.
34594         (IGNORE_ZERO_INF_SIGN): Likewise.
34595         (test_exceptions): Handle underflow exceptions.
34596         (acos_test): Update for underflow exception expectations.
34597         (cexp_test): Likewise.
34598         (clog_test): Likewise.
34599         (clog10_test): Likewise.
34600         (csqrt_test): Likewise.
34601         (ctan_test): Likewise.
34602         (ctanh_test): Likewise.
34603         (exp_test): Likewise.
34604         (exp10_test): Likewise.
34605         (exp2_test): Likewise.
34606         (expm1_test): Likewise.
34607         (fma_test): Likewise.
34608         (j0_test): Likewise.
34609         (jn_test): Likewise.
34610         (nexttoward_test): Likewise.
34611         (pow_test): Likewise.
34612         (scalbn_test): Likewise.
34613         (scalbln_test): Likewise.
34614         (tan_test): Likewise.
34615         (y1_test): Likewise.
34616         * sysdeps/i386/fpu/libm-test-ulps: Update.
34617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34618
34619 2012-05-23  David S. Miller  <davem@davemloft.net>
34620
34621         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
34622         (__libc_sigaction): Remove unused local variables.
34623
34624 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34625
34626         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
34627
34628 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
34629
34630         mktime: avoid signed integer overflow
34631         * time/mktime.c (__mktime_internal): Do not mishandle the case
34632         where diff == INT_MIN.
34633
34634         mktime: simplify computation of average
34635         * time/mktime.c (ranged_convert): Use new time_t_avg function
34636         instead of rolling our own (probably-slower) code.
34637
34638         mktime: do not assume signed right shift propagates sign bit
34639         * time/mktime.c (isdst_differ): New static function.
34640         (__mktime_internal): No need to normalize tm_isdst now.
34641         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
34642         tm_isdst values.
34643
34644         mktime: merge another wrapv change from gnulib
34645         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
34646         from some compilers.
34647
34648         mktime: remove incorrect attempt at unusual arithmetics
34649         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
34650         The code didn't really work on such machines anyway.
34651         (TYPE_MINIMUM): Assume two's complement.
34652         (twos_complement_arithmetic): Verify that long_int and time_t
34653         are two's complement (or unsigned, in the latter case).
34654
34655         mktime: check signed shifts on long_int and time_t, too
34656         * time/mktime.c (SHR): Check that shifts work as desired
34657         on the types long_int and time_t too, as SHR is used on
34658         such types.
34659
34660         mktime: do not assume 'long' is wide enough
34661         * time/mktime.c (verify): Move decl up.
34662         (long_int): New type.
34663         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
34664         to remove assumption in the code that 'long' is wide enough to
34665         store year values.  This assumption is not true on x32 and on
34666         some non-glibc platforms.
34667
34668         mktime: merge wrapv change from gnulib
34669         * time/mktime.c (WRAPV): New macro.
34670         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
34671         (guess_time_tm, __mktime_internal): Do not assume that signed
34672         integer overflow wraps around; modern compilers generate code
34673         where this assumption is no longer valid.
34674
34675 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34676
34677         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34678         Replace "jmp L(pseudo_end)" with "ret".
34679         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
34680         Likewise.
34681
34682 2012-05-23  Andreas Jaeger  <aj@suse.de>
34683
34684         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
34685         * sysdeps/unix/sysv/linux/poll.c: Remove file.
34686
34687 2012-05-23  Andreas Jaeger  <aj@suse.de>
34688             Maximilian Attems  <max@stro.at>
34689
34690         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
34691         New macros.
34692
34693 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34694
34695         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
34696         code so that pseudo_end is just ret and the stack pointer is
34697         correct also for static library in error case.
34698
34699 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
34700
34701         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
34702         move to syscalls.list.
34703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
34704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
34705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
34706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
34707
34708         * manual/install.texi (Running make install): Do not mention Linux
34709         kernel version for which pt_chown is not needed.
34710         (Linux): Do not mention problems with nscd with 2.0 kernels.
34711         * INSTALL: Regenerated.
34712
34713 2012-05-23  Andreas Jaeger  <aj@suse.de>
34714
34715         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
34716         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
34717         macro.
34718         * sysdeps/unix/sysv/linux/s390/bits/mman.h
34719         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34720         * sysdeps/unix/sysv/linux/sh/bits/mman.h
34721         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34722         * sysdeps/unix/sysv/linux/i386/bits/mman.h
34723         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34724         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
34725         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34726         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
34727         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34728         * sysdeps/unix/sysv/linux/bits/in.h
34729         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
34730
34731 2012-05-22  Roland McGrath  <roland@hack.frob.com>
34732
34733         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
34734         (PREPARE_VERSION): Just use assert instead, it will be elided
34735         under [NDEBUG] anyway.
34736
34737 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34738
34739         * sysdeps/unix/sysv/linux/Makefile: Include
34740         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
34741         (sysdep_routines): Remove sysctl.
34742         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
34743         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
34744         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
34745         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
34746         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
34747
34748 2012-05-22  Andreas Jaeger  <aj@suse.de>
34749
34750         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
34751         that pseudo_end is just ret and the stack pointer is correct also
34752         for static library in error case.
34753
34754 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
34755
34756         [BZ #14122]
34757         * nss/nsswitch.c (defconfig_entries): New variable.
34758         (__nss_database_lookup): Don't leak defconfig entries.
34759         (nss_parse_service_list): Don't leak on error paths.
34760         (free_database_entries): New function.
34761         (free_defconfig): New function.
34762         (free_mem): Move common code to free_database_entries.
34763
34764 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34765
34766         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
34767         Add arch_prctl.
34768         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
34769
34770         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
34771         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
34772         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
34773         New macro.
34774         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
34775         (INTERNAL_SYSCALL_TYPES): Likewise.
34776         (LOAD_ARGS_TYPES_[1-6]): Likewise.
34777         (LOAD_REGS_TYPES_[1-6]): Likewise.
34778         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
34779         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
34780
34781 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34782
34783         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
34784         copysignl for GLIBC_2_0.
34785         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
34786         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
34787         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
34788         logbl for GLIBC_2_0.
34789         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
34790         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
34791
34792 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34793
34794         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
34795         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34796
34797         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34798         Use "neg %eax".
34799
34800         * time/mktime.c: Update copyright years.
34801
34802 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34803
34804         mktime: merge comment-quoting-style change from gnulib
34805         * time/mktime.c: Quote 'like this' in comments.
34806         The GNU coding standards suggest that we no longer quote `like this',
34807         as "`" and "'" are typically rendered asymmetrically nowadays.
34808         The typical gnulib style is to quote 'like this' when quoting
34809         code, and "like this" when quoting English.
34810
34811         * time/mktime.c (compile-command): Add "-I.".
34812
34813         mktime: merge mktime-internal.h change from gnulib
34814         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
34815
34816         mktime: merge time_r change from gnulib
34817         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
34818
34819         mktime: merge DEBUG change from gnulib
34820         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
34821         case system <time.h> has a #define.
34822
34823         mktime: merge <sys/types.h> change from gnulib
34824         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
34825         since <time.t> is now guaranteed to define time_t.
34826
34827         mktime: merge HAVE_CONFIG_H change from gnulib
34828         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
34829
34830 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34831
34832         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34833         Use "neg %eax".
34834
34835         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34836         __rlim_t cast.
34837         (struct rusage): Use anonymous union to pad each field to
34838         __syscall_slong_t.
34839
34840 2012-05-21  David S. Miller  <davem@davemloft.net>
34841
34842         * Makefules (o-iterator): Remove .s cases.
34843         (compile-command.s): Delete.
34844         (COMPILE.s): Delete.
34845         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34846
34847 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34848
34849         * configure.in (libc_cv_predef_stack_protector): Only consider
34850         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34851         * configure: Regenerated.
34852
34853 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34854
34855         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34856         New macro.  Use R*LP on int and pointer.
34857         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34858         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34859         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34860         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34861
34862         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34863         [__WORDSIZE_TIME64_COMPAT32] instead of
34864         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
34865         (struct utmp): Likewise.
34866         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
34867         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
34868         Renamed to ...
34869         (__WORDSIZE_TIME64_COMPAT32): This.
34870         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
34871         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
34872         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
34873         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
34874         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
34875         (__WORDSIZE_TIME64_COMPAT32): New macro.
34876
34877 2012-05-21  Andreas Jaeger  <aj@suse.de>
34878
34879         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
34880         only if [SHARED]. Add prototype for __wcschr_ia32.
34881
34882 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34883
34884         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
34885         of %rbp unmolested in the jmp_buf while mangling the low bits.
34886         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
34887         unmolested high bits of %rbp while demangling the low bits.
34888         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34889
34890 2012-05-21  Andreas Jaeger  <aj@suse.de>
34891
34892         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
34893         * sunrpc/svc_simple.c: Use it for registerrpc.
34894         * sunrpc/xcrypt.c: Use it for passwd2des.
34895
34896         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
34897
34898 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34899
34900         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
34901         Don't define if [__SYSCALL_WORDSIZE != 32].
34902         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
34903         New macro.
34904
34905 2012-05-21  Bruno Haible  <bruno@clisp.org>
34906             Andreas Jaeger  <aj@suse.de>
34907
34908         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
34909         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
34910         inptr and inend for must_buffer_ch.
34911         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
34912         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
34913         * stdio-common/Makefile (tests): Remove bug15.
34914         (bug15-ENV): Remove macro.
34915         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
34916         anymore.
34917
34918 2012-05-19  Andreas Jaeger  <aj@suse.de>
34919             Roland McGrath  <roland@hack.frob.com>
34920
34921         * manual/contrib.texi: Completely rewritten. It contains now an
34922         alphabetical list of contributors and their contributions.
34923
34924 2012-05-21  Richard Henderson  <rth@twiddle.net>
34925
34926         * misc/getauxval.c (__getauxval): Use unsigned long int.
34927         * misc/sys/auxv.h: Include <sys/cdefs.h>.
34928         (getauxval): Use unsigned long int.
34929
34930 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34931
34932         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34933
34934 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34935
34936         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
34937         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
34938         __alignof__ (long double).
34939
34940 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34941
34942         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34943
34944 2012-05-20  Richard Henderson  <rth@twiddle.net>
34945
34946         * misc/getauxval.c: New file.
34947         * misc/sys/auxv.h: New file.
34948         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
34949         (routines): Add getauxval.
34950         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
34951         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
34952         * elf/dl-sysdep.c (_dl_auxv): Remove.
34953         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
34954         * elf/dl-support.c (_dl_auxv): New variable.
34955         (_dl_aux_init): Initialize it.
34956         * manual/startup.texi (Auxiliary Vector): New node.
34957         * sysdeps/generic/bits/hwcap.h: New file.
34958         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
34959         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
34960         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
34961         * sysdeps/sparc/sysdep.h: ... here.  Include it.
34962         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
34963         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
34964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34965         Update.
34966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
34967         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
34968         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
34969         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
34970         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34971         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34972         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
34973         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
34974
34975 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34976
34977         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34978
34979 2012-05-19  David S. Miller  <davem@davemloft.net>
34980
34981         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34982
34983 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34984
34985         [BZ #14123]
34986         * math/s_ccosh.c: Include <float.h>
34987         (__ccosh): Avoid internal overflow calculating sinh and cosh
34988         values before multiplying by sin and cos values.
34989         * math/s_ccoshf.c: Likewise.
34990         * math/s_ccoshl.c: Likewise.
34991         * math/s_csin.c: Likewise.
34992         * math/s_csinf.c: Likewise.
34993         * math/s_csinl.c: Likewise.
34994         * math/s_csinh.c: Likewise.
34995         * math/s_csinhf.c: Likewise.
34996         * math/s_csinhl.c: Likewise.
34997         * math/libm-test.inc (ccos_test): Add more tests.
34998         (ccosh_test): Likewise.
34999         (csin_test): Likewise.
35000         (csinh_test): Likewise.
35001         * sysdeps/i386/fpu/libm-test-ulps: Update.
35002         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35003
35004 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35005
35006         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35007         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35008
35009         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35010
35011 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35012
35013         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35014         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35015         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35016         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35017         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35018         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35019         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35020         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35021         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35022         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35023         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35024         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35025         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35026         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35027         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35028         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35029         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35030         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35031         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35032         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35033         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35034         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35035         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35036         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35037         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35038         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35039         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35040         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35041         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35042         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35043         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35044
35045 2012-05-18  Andreas Jaeger  <aj@suse.de>
35046
35047         * csu/.gitignore: Delete.
35048
35049 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35050
35051         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35052         (timex): Use __syscall_slong_t.
35053
35054 2012-05-18  Andreas Jaeger  <aj@suse.de>
35055             Carlos O'Donell  <carlos_odonell@mentor.com>
35056
35057         * manual/install.texi (Configuring and compiling): Update
35058         description about files modified in the source directory.
35059         * INSTALL: Regenerated.
35060
35061 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35062
35063         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35064         value.  Use "or" to set return value to -1.
35065         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35066         negate return value.
35067
35068 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35069
35070         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35071         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35072         failure if the compiler has Graphite support disabled.
35073         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35074         Likewise.
35075         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35076         (CFLAGS-memmove.c): Likewise.
35077         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35078         Likewise.
35079
35080 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35081
35082         * sysdeps/x86_64/x32/_itoa.h: New file.
35083
35084         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35085         getdents system call only if kernel and user dirents have the
35086         same d_ino and d_off.
35087
35088         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35089         LLONG_MAX != LONG_MAX.
35090         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35091         (_fitoa_word): Likewise.
35092
35093         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35094         years.
35095         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35096         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35097         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35098
35099         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35100         include <bits/wordsize.h>.  Check __x86_64__ instead of
35101         __WORDSIZE.
35102         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35103         if __x86_64__ is defined.  Use anonymous union on fpstate.
35104
35105         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35106         anonymous union.
35107
35108 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35109
35110         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35111         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35112         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35113         Refer to _rtld_local_ro instead of _rtld_global_ro.
35114         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35115         Likewise.
35116         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35117         Likewise.
35118         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35119         Likewise.
35120         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35121         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35122         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35123
35124         * sysdeps/powerpc/powerpc32/dl-machine.c
35125         (__elf_machine_runtime_setup) [PROF]: Don't reference
35126         _dl_prof_resolve.
35127
35128 2012-05-18  Andreas Jaeger  <aj@suse.de>
35129
35130         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35131         function only available for GCCs before 3.4 since GCC 3.4
35132         introduced a builtin.
35133         (lrint): Likewise.
35134         (llrintf): Likewise.
35135         (llrint): Likewise.
35136         (fmaxf): Likewise.
35137         (fmax): Likewise.
35138         (fminf): Likewise.
35139         (fmin): Likewise.
35140         (rint): Likewise.
35141         (rintf): Likewise.
35142         (nearbyint): Likewise.
35143         (nearbyintf): Likewise.
35144         (ceil): Likewise.
35145         (ceilf): Likewise.
35146         (floor): Likewise.
35147         (floorf): Likewise.
35148
35149 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35150
35151         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35152         on both fields and cast pointer to __syscall_ulong_t.
35153
35154         * bits/types.h (__fsword_t): New type.
35155         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35156         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35157         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35158         (__FSWORD_T_TYPE): Likewise.
35159         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35160         (__FSWORD_T_TYPE): Likewise.
35161         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35162         (__FSWORD_T_TYPE): Likewise.
35163         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35164         (__FSWORD_T_TYPE): Likewise.
35165         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35166         __SWORD_TYPE with __fsword_t.
35167         (statfs64): Likewise.
35168
35169 2012-05-17  David S. Miller  <davem@davemloft.net>
35170
35171         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35172
35173 2012-05-17  Andreas Jaeger  <aj@suse.de>
35174
35175         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35176         warning.
35177
35178 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35179
35180         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35181
35182 2012-05-17  Andreas Jaeger  <aj@suse.de>
35183
35184         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35185         when it is used.
35186
35187 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35188
35189         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35190
35191 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35192
35193         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35194         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35195
35196 2012-05-17  Andreas Jaeger  <aj@suse.de>
35197             Carlos O'Donell  <carlos_odonell@mentor.com>
35198
35199         [BZ #14059]
35200         * sysdeps/x86_64/multiarch/init-arch.h
35201         (bit_YMM_Usable): Rename to...
35202         (bit_AVX_Usable): ... this.
35203         (bit_FMA4_Usable): New macro.
35204         (bit_XMM_state): New macro.
35205         (bit_YMM_state): New macro.
35206         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35207         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35208         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35209         (CPUID_OSXSAVE): New macro.
35210         (CPUID_AVX): New macro.
35211         (CPUID_FMA4): New macro.
35212         (index_YMM_Usable): Rename to...
35213         (index_AVX_Usable): ... this.
35214         (HAS_AVX): Use HAS_ARCH_FEATURE.
35215         (HAS_FMA4): Likewise.
35216         (HAS_YMM_USABLE): Remove.
35217         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35218         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35219         are present.
35220         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35221         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35222         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35223         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35224         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35225
35226 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35227
35228         * math/libm-test.c: Support platforms without multiple rounding modes.
35229         * math/bug-nextafter.c: Support platforms without FP exceptions.
35230         * math/bug-nexttoward.c: Likewise.
35231         * math/test-fenv.c: Likewise.
35232         * math/test-misc.c: Likewise.
35233         * stdlib/bug-getcontext.c: Likewise.
35234
35235 2012-05-17  Andreas Jaeger  <aj@suse.de>
35236
35237         * manual/examples/search.c (critter_cmp): Change signature to
35238         avoid warnings.
35239         * manual/string.texi (Collation Functions): Likewise.
35240
35241 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35242
35243         * bits/types.h: Fold copyright years.
35244         * bits/typesizes.h: Likewise.
35245         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35246         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35247         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35248         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35249         * time/time.h: Likewise.
35250
35251 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35252
35253         [BZ #208]
35254         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35255         in instead of returning them.  Return void.
35256         (__libc_mallinfo): Accumulate over all arenas.
35257         (__malloc_stats): Adjust for change in int_mallinfo interface.
35258
35259 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35260
35261         [BZ #10375]
35262         * configure.in (NM): Add AC_CHECK_TOOL for it.
35263         (libc_extra_cflags): New substituted variable.
35264         Check for -fstack-protector being used implicitly.
35265         * configure: Regenerated.
35266         * config.make.in (config-extra-cflags): New variable,
35267         gets @libc_extra_cflags@.
35268         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35269
35270         [BZ #10375]
35271         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35272         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35273         * configure: Regenerated.
35274         * config.make.in (CPPUNDEFS): New substituted variable.
35275         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35276         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35277         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35278
35279 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35280
35281         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35282         (mq_attr): Use __syscall_slong_t.
35283
35284 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35285
35286         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35287         Check __x86_64__ instead of __WORDSIZE.
35288         (_STAT_VER_LINUX): Likewise.
35289         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35290         __syscall_ulong_t and __syscall_slong_t.
35291         (stat64): Likewise.
35292
35293 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35294
35295         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35296
35297 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35298
35299         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35300
35301 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35302
35303         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35304         __syscall_ulong_t.
35305
35306         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35307         include <bits/wordsize.h>.  Check __x86_64__ instead of
35308         __WORDSIZE.
35309         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35310         defined.
35311         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35312
35313         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35314         include <bits/wordsize.h>.  Check __x86_64__ instead of
35315         __WORDSIZE.
35316         (user_regs_struct): Use "__extension__ unsigned long long"
35317         instead of "unsigned long" if __x86_64__ is defined.
35318         (user): Likewise.  Pad after pointer field if __ILP32__ is
35319         defined.
35320
35321 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35322
35323         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35324         versions 5 to 9.
35325         * configure: Regenerated.
35326         * manual/install.texi (texinfo): Increase version requirement to
35327         4.5 or later.
35328         * INSTALL: Regenerated.
35329
35330         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35331
35332 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35333
35334         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35335
35336         * sysdeps/x86_64/x32/ffs.c: New file.
35337
35338         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35339         __syscall_ulong_t.
35340         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35341         defined.  Use __syscall_ulong_t.
35342         (shminfo): Use __syscall_ulong_t.
35343         (shm_info): Likewise.
35344
35345         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35346         __syscall_ulong_t.
35347
35348         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35349         <bits/wordsize.h>.
35350         (msgqnum_t): Use __syscall_ulong_t.
35351         (msglen_t): Likewise.
35352         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35353         __syscall_ulong_t.
35354
35355         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35356         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35357
35358         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35359
35360         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35361         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35362
35363         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35364         __syscall_slong_t.
35365
35366         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35367         include <bits/wordsize.h>.  Check __x86_64__ instead of
35368         __WORDSIZE.
35369
35370         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35371         "unsigned long long int" if __x86_64__ is defined.
35372         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35373
35374         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35375         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35376         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35377
35378         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35379         <stdint.h>.
35380         (GET_PC): Cast to uintptr_t first.
35381         (GET_FRAME): Likewise.
35382         (GET_STACK): Likewise.
35383
35384         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35385         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35386         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35387         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35388         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35389         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35390         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35391         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35392         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35393         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35394         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35395         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35396         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35397         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35398         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35399         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35400         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35401         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35402         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35403         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35404         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35405         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35406         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35407         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35408         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35409         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35410         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35411         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35412         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35413
35414 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35415
35416         * Makerules (+depfiles): Also collect depfiles from .oS in
35417         $(extra-objs).
35418         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35419         .oS, $(libnldbl-routines)).
35420
35421         * Makerules (native-compile-mkdep-flags): Define.
35422         * sunrpc/Makefile (extra-objs): Add $(addprefix
35423         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35424         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35425         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35426         calling $(make-target-directory).
35427
35428 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35429
35430         * bits/types.h (__snseconds_t): Removed.
35431         * time/time.h (struct timespec): Replace __snseconds_t with
35432         __syscall_slong_t.
35433         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35434         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35435         Likewise.
35436         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35437         (__SNSECONDS_T_TYPE): Likewise.
35438         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35439         (__SNSECONDS_T_TYPE): Likewise.
35440         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35441         (__SNSECONDS_T_TYPE): Likewise.
35442
35443 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35444
35445         * sysdeps/mach/hurd/bits/typesizes.h
35446         (__SYSCALL_SLONG_TYPE): New macro.
35447         (__SYSCALL_ULONG_TYPE): Likewise.
35448
35449 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35450
35451         * bits/types.h (__syscall_slong_t): New type.
35452         (__syscall_ulong_t): Likewise.
35453
35454         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35455         (__SYSCALL_ULONG_TYPE): Likewise.
35456         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35457         (__SYSCALL_SLONG_TYPE): Likewise.
35458         (__SYSCALL_ULONG_TYPE): Likewise.
35459         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35460         (__SYSCALL_SLONG_TYPE): Likewise.
35461         (__SYSCALL_ULONG_TYPE): Likewise.
35462         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35463         (__SYSCALL_SLONG_TYPE): Likewise.
35464         (__SYSCALL_ULONG_TYPE): Likewise.
35465
35466 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35467
35468         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35469         Add sigaltstack-offsets.sym.
35470         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35471         <sigaltstack-offsets.h>.
35472         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35473         longjmp_msg pointer.
35474         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35475         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35476         signal stack.
35477         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35478
35479 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35480
35481         * elf/stackguard-macros.h: Remove file.
35482         * sysdeps/generic/stackguard-macros.h: New file.
35483         * sysdeps/i386/stackguard-macros.h: Likewise.
35484         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35485         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35486         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35487         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35488         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35489         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35490         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35491         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35492         <elf/stackguard-macros.h>.
35493
35494         [BZ #14109]
35495         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35496         __aligned__ in attribute.
35497         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35498         (gregset_t): Likewise.
35499
35500 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35501
35502         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35503         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35504         * sysdeps/x86_64/x32/Implies-after: New file.
35505
35506 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35507
35508         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35509         and access return value for _dl_profile_fixup.  Use R10_LP to
35510         load frame size.
35511
35512 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35513
35514         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35515
35516 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35517
35518         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35519         * sysdeps/x86_64/x32/sysdep.h: New file.
35520
35521 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35522
35523         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35524         * sysdeps/x86_64/setjmp.S: Likewise.
35525
35526 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35527
35528         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35529         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35530         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35531         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35532         remove unused global constant.
35533
35534 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35535
35536         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35537         include of <not-cancel.h>.
35538
35539 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35540
35541         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35542
35543 2012-05-15  Jeff Law  <law@redhat.com>
35544             Andreas Jaeger  <aj@suse.de>
35545
35546         [BZ #13594]
35547         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35548         out from...
35549         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35550         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35551         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35552         code changing __hst_map_handle.map.
35553
35554 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35555
35556         * configure.in (sysnames): Look for Implies-before and Implies-after
35557         files.
35558         * configure: Regenerated.
35559
35560 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35561
35562         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35563         8-byte data alignment with LP_SIZE alignment.
35564
35565 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35566
35567         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
35568         into R10_LP.
35569
35570 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35571
35572         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
35573
35574 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35575
35576         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
35577         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
35578         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
35579         Likewise.
35580         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
35581
35582 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35583
35584         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
35585         (stackinfo_sub_sp): Likewise.
35586
35587 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35588
35589         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
35590         RAX_LP.
35591
35592 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35593
35594         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
35595         into R*_LP.
35596
35597 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35598
35599         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
35600         sizes into R*_LP.
35601
35602 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35603
35604         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
35605
35606 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35607
35608         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
35609         into R11_LP and load __x86_64_shared_cache_size_half into
35610         R8_LP.
35611
35612 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35613
35614         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
35615         R8_LP.
35616
35617 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35618
35619         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
35620         logb for POWER7.
35621         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
35622         logbf for POWER7.
35623         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
35624         logbl for POWER7.
35625         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
35626         powerpc32/power7/fpu/s_logb.c via #include.
35627         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
35628         powerpc32/power7/fpu/s_logbf.c via #include.
35629         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
35630         powerpc32/power7/fpu/s_logbl.c via #include.
35631
35632 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35633
35634         * README.libm: Remove file.
35635
35636 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35637
35638         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
35639         count for x32.  Use R*_LP and omit operand-size suffix.
35640
35641 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35642
35643         * shlib-versions: Move x86_64-.*-linux.* entries to ...
35644         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
35645         * sysdeps/x86_64/x32/shlib-versions: New file.
35646
35647 2012-05-14  Roland McGrath  <roland@hack.frob.com>
35648
35649         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
35650         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
35651         Use _dl_fatal_printf instead.
35652
35653 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35654
35655         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
35656         set if not set by the user.  Do not allow for being unset.
35657         * sysdeps/unix/sysv/linux/configure: Regenerated.
35658
35659 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35660
35661         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
35662         the `q' suffix from lea and replace .quad with ASM_ADDR.
35663
35664 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35665
35666         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
35667         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
35668         instead of $17.
35669         (PTR_DEMANGLE): Likewise.
35670
35671 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35672
35673         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
35674         (LP_OP): Likewise.
35675         (ASM_ADDR): Likewise.
35676         (RAX_LP): Likewise.
35677         (RBP_LP): Likewise.
35678         (RBX_LP): Likewise.
35679         (RCX_LP): Likewise.
35680         (RDI_LP): Likewise.
35681         (RSI_LP): Likewise.
35682         (RSP_LP): Likewise.
35683         (R8_LP): Likewise.
35684         (R9_LP): Likewise.
35685         (R10_LP): Likewise.
35686         (R10_LP): Likewise.
35687         (R11_LP): Likewise.
35688         (R12_LP): Likewise.
35689         (R13_LP): Likewise.
35690         (R14_LP): Likewise.
35691         (R15_LP): Likewise.
35692
35693 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35694
35695         * sysdeps/x86_64/x32/dl-machine.h: New file.
35696
35697 2012-05-14  Andreas Jaeger  <aj@suse.de>
35698
35699         * manual/Makefile (subdir): Remove export of subdir.
35700         (all): Remove target.
35701         (.PHONY): Remove all from list.
35702         (mkinstalldirs): Remove.
35703         (.PHONY): Remove installdirs from list.
35704         ($(inst_infodir)/libc.info): Use make-target-directory.
35705         (installdirs): Remove.
35706         (subdir_%): Remove.
35707         (glibc-targets): Remove.
35708         (lib): Remove.
35709         (stubs): Remove.
35710         ($(objpfx)stubs ../po/manual.pot): Remove.
35711         ($(objpfx)stamp%): Remove.
35712         (make-target-directory): Remove.
35713         (subdir_install): Remove.
35714         (routines): Remove.
35715         (aux): Remove.
35716         (sources): Remove.
35717         (objects): Remove.
35718         (headers): Remove.
35719
35720         [BZ #13750]
35721         * manual/.gitignore: Remove, it's not needed anymore.
35722         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
35723         all files in it.
35724         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
35725         directory.
35726         (texis): Renamed to $(objpfx)texis.
35727         (texis-path): New, contains path to generated files.
35728         (chapters.%): Use texis-path for complete path, add extra argument
35729         libc-texinfo.sh.
35730         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
35731         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
35732         (summary,texi, stamp-summary): Use complete path of
35733         files. Generate files in build dir.
35734         (dir-add.texi): Build in build dir.
35735         (libm-err.texi,stamp-libm-err): Likewise.
35736         (version.texi, stamp-version): Likewise.
35737         (.%c.texi): Likewise.
35738         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
35739         (mostlyclean): Remove target.
35740         (realclean): Remove target.
35741         (generated): Add new variable with contents from mostlyclean and
35742         realclean, remove entries duplicated in common-mostlyclean, add
35743         stamp-libm-err and stamp-version.
35744         (generated-dirs): Add libc directory.
35745         ($(inst_infodir)/libc.info): Install files from build dir.
35746
35747         * manual/install.texi (Configuring and compiling): Adjust since
35748         the info files are not part of the tar ball anymore.
35749
35750 2012-05-14  Andreas Jaeger  <aj@suse.de>
35751
35752         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
35753         variable.
35754
35755 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35756
35757         [BZ #13717]
35758         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35759         to 2.2.0 where earlier.
35760         * sysdeps/unix/sysv/linux/configure: Regenerated.
35761         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
35762         Remove conditional code.
35763         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
35764         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
35765         Remove conditional code.
35766         [!__NR_lchown]: Likewise.
35767         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35768         [__NR_lchown]: Likewise.
35769         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
35770         comment referencing __ASSUME_LCHOWN_SYSCALL.
35771         * sysdeps/unix/sysv/linux/i386/sigaction.c
35772         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35773         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35774         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
35775         Remove conditional code.
35776         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
35777         (__protocol_available): Remove #if 0 code.
35778         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
35779         conditional code.
35780         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
35781         * sysdeps/unix/sysv/linux/kernel-features.h
35782         (__ASSUME_GETCWD_SYSCALL): Don't define.
35783         (__ASSUME_REALTIME_SIGNALS): Likewise.
35784         (__ASSUME_PREAD_SYSCALL): Likewise.
35785         (__ASSUME_PWRITE_SYSCALL): Likewise.
35786         (__ASSUME_POLL_SYSCALL): Likewise.
35787         (__ASSUME_LCHOWN_SYSCALL): Likewise.
35788         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
35789         non-SPARC.
35790         (__ASSUME_SIOCGIFNAME): Don't define.
35791         (__ASSUME_MSG_NOSIGNAL): Likewise.
35792         (__ASSUME_SENDFILE): Define unconditionally.
35793         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
35794         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
35795         conditional code.
35796         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
35797         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
35798         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35799         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35800         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
35801         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35802         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
35804         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35805         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
35807         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35808         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
35810         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35811         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
35813         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35814         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
35816         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35817         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
35819         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35820         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
35822         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35823         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
35825         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35826         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35827         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
35828         Remove conditional code.
35829         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35830         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35831         Remove conditional code.
35832         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35833         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35834         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35835         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35836         Remove conditional code.
35837         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35838         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35839         Remove conditional code.
35840         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35841         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35842         Remove conditional code.
35843         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35844         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35845         Remove conditional code.
35846         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35847         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35848         Remove conditional code.
35849         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35850         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35851         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35852         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35853         * sysdeps/unix/sysv/linux/sigaction.c
35854         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35855         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35856         * sysdeps/unix/sysv/linux/sigpending.c
35857         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35858         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35859         * sysdeps/unix/sysv/linux/sigprocmask.c
35860         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35861         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35862         * sysdeps/unix/sysv/linux/sigsuspend.c
35863         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35864         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35865         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35866         (__libc_missing_rt_sigs): Remove.
35867         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
35868         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
35869         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
35870         Remove conditional code.
35871         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
35872         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
35873         return 1.
35874         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
35875         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
35876         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
35877         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
35878
35879 2012-05-14  Andreas Jaeger  <aj@suse.de>
35880
35881         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
35882         it's not used in glibc.
35883         (__coshm1): Likewise.
35884         (__acosh1p): Likewise.
35885         (__sgn): Likewise.
35886
35887         * manual/string.texi (Copying and Concatenation): Add missing
35888         variable in concat example.
35889         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
35890
35891 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35892
35893         [BZ #14103]
35894         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
35895         __builtin_clzl with __builtin_clzll.
35896
35897 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35898
35899         [BZ #14104]
35900         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
35901         libc_freeres_ptr.
35902
35903 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35904
35905         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
35906         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
35907         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
35908         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
35909
35910 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
35911
35912         * NEWS: Update ia64 info.
35913
35914 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
35915
35916         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
35917         used as bcopy.
35918
35919 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
35920
35921         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
35922         * sysdeps/unix/syscalls.list (dup3): Likewise.
35923         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
35924         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
35925
35926 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35927
35928         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
35929         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
35930
35931 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35932
35933         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
35934         thread pointer.
35935         (TLS_IE): Use mov/add instead of movq/addq to load thread
35936         pointer.
35937         (TLS_GD_PREFIX): New.
35938         (TLS_GD): Use it.
35939
35940 2012-05-11  David S. Miller  <davem@davemloft.net>
35941
35942         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
35943         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
35944         (_FPU_SETCW): Likewise.
35945
35946 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35947
35948         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
35949         is 32-byte aligned.
35950
35951 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
35952
35953         [BZ #11837]
35954         * iconvdata/gb18030.c: Update tables.
35955         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
35956         characters specially.
35957         (BODY for TO_LOOP): Add encoding of missing ranges.
35958
35959 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
35960
35961         [BZ #13673]
35962         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
35963         * sysdeps/mach/hurd/dup3.c: Likewise.
35964         * sysdeps/mach/hurd/readlinkat.c: Likewise.
35965         * sysdeps/powerpc/memmove.c:: Likewise.
35966
35967 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35968
35969         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
35970         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
35971
35972 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35973
35974         * elf/elf.h (R_X86_64_RELATIVE64): New.
35975         (R_X86_64_NUM): Updated.
35976         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35977         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
35978         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
35979         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
35980         tst-quad1pie tst-quad2pie
35981         (modules-names): Add tst-quadmod1 tst-quadmod2.
35982         ($(objpfx)tst-quad1): New dependency.
35983         ($(objpfx)tst-quad2): Likewise.
35984         ($(objpfx)tst-quad1pie): Likewise.
35985         ($(objpfx)tst-quad2pie): Likewise.
35986         * sysdeps/x86_64/tst-quad1.c: New file.
35987         * sysdeps/x86_64/tst-quad1pie.c: New file.
35988         * sysdeps/x86_64/tst-quad2.c: Likewise.
35989         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
35990         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
35991         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
35992         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
35993         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
35994
35995 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35996
35997         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
35998         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
35999         * streams/stropts.h (t_scalar_t): Define type.
36000
36001         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36002         (_PATH_PRESERVE): Set to "/var/lib".
36003         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36004
36005         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36006         instead of int.
36007
36008         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36009         if __dir_mkfile succeeded.
36010
36011         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36012         checking for _hurd_dtablesize.  Unlock it right after having
36013         finished _hurd_dtable allocation.
36014
36015 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36016
36017         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36018         * sysdeps/mach/hurd/configure: Regenerated.
36019         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36020         special-casing to...
36021         * sysdeps/gnu/configure.in: ... this new file.
36022         * sysdeps/unix/sysv/linux/configure: Regenerated.
36023         * sysdeps/gnu/configure: New generated file.
36024
36025         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36026         for Linux: use nsec instead of usec, as well as:
36027         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36028         members of type struct timespec.
36029         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36030         New macros.
36031         (struct stat64): Likewise.
36032         (_STATBUF_ST_NSEC): New macro.
36033         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36034
36035         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36036         __strtoul_internal rather than strtoul.
36037
36038 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36039
36040         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36041         and reject them.
36042
36043 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36044
36045         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36046         which preserves existing values.
36047         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36048
36049 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36050
36051         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36052         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36053         greater than FD_SETSIZE.
36054
36055 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36056
36057         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36058         allocated, call __vm_protect to finish enabling the existing space, and
36059         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36060         allocate the remainder.
36061
36062 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36063
36064         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36065         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36066
36067 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36068
36069         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36070         sysdeps/mach/hurd/readlink.c.
36071
36072         * posix/tst-sysconf.c (posix_options): Only use
36073         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36074         _POSIX_SYNCHRONIZED_IO when they are defined
36075         * sysdeps/mach/hurd/bits/posix_opt.h:
36076         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36077         (_XOPEN_REALTIME): Undefine macro.
36078         (_XOPEN_REALTIME_THREADS): Undefine macro.
36079         (_XOPEN_SHM): Undefine macro.
36080         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36081         macro to -1.
36082         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36083         macro to -1.
36084         (_POSIX_ASYNC_IO): Undefine macro.
36085         (_POSIX_PRIORITIZED_IO): Undefine macro.
36086         (_POSIX_SPIN_LOCKS): Define macro to -1.
36087
36088         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36089         SA_NODEFER, SA_RESETHAND.
36090         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36091         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36092         F_DUPFD_CLOEXEC.
36093
36094 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36095
36096         * elf/Makefile (pldd-modules): Define unconditionally.
36097
36098 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36099
36100         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36101
36102 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36103
36104         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36105         Return ENOENT when name is empty.
36106         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36107
36108 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36109
36110         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36111
36112         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36113
36114 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36115
36116         Fix mlock in all cases except non-readable pages.
36117         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36118         instead of VM_PROT_ALL as parameter to __vm_wire function.
36119
36120         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36121         (__mkdir): When path is `/', just fail with EEXIST.
36122         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36123
36124 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36125
36126         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36127         <sys/uio.h> (for writev).
36128         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36129         and <sys/param.h> (for MIN).
36130
36131 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36132
36133         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36134         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36135         if interrupted.
36136
36137 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36138
36139         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36140         Depend on against $(link-rpcuserlibs).
36141
36142 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36143
36144         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36145         (__libc_stack_end): Do not use attribute_relro.
36146         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36147         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36148         to libthread-provided value.
36149         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36150         attribute_relro.
36151
36152 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36153
36154         [BZ #3748]
36155         * bits/libc-lock.h (__libc_once_get): New macro.
36156         * sysdeps/mach/bits/libc-lock.h: Likewise.
36157         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36158         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36159         instead of using implementation details.
36160
36161         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36162         * libio/freopen.c: Likewise.
36163         * libio/freopen64.c: Likewise.
36164         * misc/syslog.c: Likewise.
36165         * nscd/connections.c: Likewise.
36166         * nscd/netgroupcache.c: Likewise.
36167         * sysdeps/posix/getcwd.c: Likewise.
36168
36169 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36170
36171         * math/w_ilogbf.c: Add #include <limits.h>.
36172
36173 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36174
36175         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36176         path instead of returning without unlocking.
36177
36178         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36179         immediate-write ioctls.
36180         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36181
36182 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36183
36184         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36185         __builtin_frame_address instead of making assumptions about the
36186         location of the return address relative to DATA.  Force early load of
36187         the return address.
36188         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36189         __builtin_frame_address.
36190
36191         dup3 for GNU Hurd.
36192         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36193         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36194         implement dup3 and do some further code clean-ups.
36195         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36196         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36197
36198 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36199
36200         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36201
36202         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36203         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36204         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36205         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36206         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36207         d->port.lock.
36208
36209         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36210         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36211         when handler == SIG_ERR, not when handler != SIG_ERR.
36212
36213 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36214
36215         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36216         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36217         definitions.
36218
36219         accept4 for GNU Hurd.
36220         * include/sys/socket.h (__libc_accept4): New prototype.
36221         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36222         to implement __libc_accept4.
36223         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36224         __libc_accept4.
36225         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36226
36227         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36228         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36229         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36230         signal-defines.sym.
36231
36232 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36233
36234         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36235
36236 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36237
36238         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36239         assertion on O_CLOEXEC flag.
36240         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36241         * hurd/intern-fd.c: Likewise.
36242         * hurd/port2fd.c: Likewise.
36243
36244 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36245
36246         [BZ #3906]
36247         * bits/in.h (IPV6_PKTINFO): Define new macro.
36248         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36249
36250 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36251
36252         [BZ #13954]
36253         [BZ #13955]
36254         [BZ #13956]
36255         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36256         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36257         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36258         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36259         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36260         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36261         * math/libm-test.inc (logb_test) : Additional logb tests.
36262
36263 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36264             Andreas Jaeger  <aj@suse.de>
36265
36266         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36267         * configure: Regenerated.
36268         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36269         * config.make.in (link-obsolete-rpc): New substituted variable.
36270         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36271         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36272         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36273         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36274         so that libc.a contains the symbols.
36275         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36276         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36277         * sunrpc/auth_none.c: Likewise.
36278         * sunrpc/auth_unix.c: Likewise.
36279         * sunrpc/authdes_prot.c: Likewise.
36280         * sunrpc/authuxprot.c: Likewise.
36281         * sunrpc/clnt_gen.c: Likewise.
36282         * sunrpc/clnt_perr.c: Likewise.
36283         * sunrpc/clnt_raw.c: Likewise.
36284         * sunrpc/clnt_simp.c: Likewise.
36285         * sunrpc/clnt_tcp.c: Likewise.
36286         * sunrpc/clnt_udp.c: Likewise.
36287         * sunrpc/clnt_unix.c: Likewise.
36288         * sunrpc/des_crypt.c: Likewise.
36289         * sunrpc/des_soft.c: Likewise.
36290         * sunrpc/get_myaddr.c: Likewise.
36291         * sunrpc/key_call.c: Likewise.
36292         * sunrpc/key_prot.c: Likewise.
36293         * sunrpc/netname.c: Likewise.
36294         * sunrpc/pm_getmaps.c: Likewise.
36295         * sunrpc/pm_getport.c: Likewise.
36296         * sunrpc/pmap_clnt.c: Likewise.
36297         * sunrpc/pmap_prot.c: Likewise.
36298         * sunrpc/pmap_prot2.c: Likewise.
36299         * sunrpc/pmap_rmt.c: Likewise.
36300         * sunrpc/publickey.c: Likewise.
36301         * sunrpc/rpc_cmsg.c: Likewise.
36302         * sunrpc/rpc_common.c: Likewise.
36303         * sunrpc/rpc_dtable.c: Likewise.
36304         * sunrpc/rpc_prot.c: Likewise.
36305         * sunrpc/rpc_thread.c: Likewise.
36306         * sunrpc/rtime.c: Likewise.
36307         * sunrpc/svc.c: Likewise.
36308         * sunrpc/svc_auth.c: Likewise.
36309         * sunrpc/svc_raw.c: Likewise.
36310         * sunrpc/svc_run.c: Likewise.
36311         * sunrpc/svc_tcp.c: Likewise.
36312         * sunrpc/svc_udp.c: Likewise.
36313         * sunrpc/svc_unix.c: Likewise.
36314         * sunrpc/svcauth_des.c: Likewise.
36315         * sunrpc/xcrypt.c: Likewise.
36316         * sunrpc/xdr.c: Likewise.
36317         * sunrpc/xdr_array.c: Likewise.
36318         * sunrpc/xdr_float.c: Likewise.
36319         * sunrpc/xdr_intXX_t.c: Likewise.
36320         * sunrpc/xdr_mem.c: Likewise.
36321         * sunrpc/xdr_rec.c: Likewise.
36322         * sunrpc/xdr_ref.c: Likewise.
36323         * sunrpc/xdr_sizeof.c: Likewise.
36324         * sunrpc/xdr_stdio.c: Likewise.
36325
36326 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36327
36328         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36329         change.  Update copyright years.
36330
36331 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36332
36333         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36334
36335 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36336             Joseph Myers  <joseph@codesourcery.com>
36337             Paul Pluzhnikov  <ppluzhnikov@google.com>
36338
36339         [BZ #14012]
36340         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36341         requiring rpcgen.
36342         [cross-compiling] (extra-libs): Likewise.
36343         [cross-compiling] (extra-libs-others): Likewise.
36344         [cross-compiling] (librpcsvc-routines): Likewise.
36345         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36346         [cross-compiling] (omit-deps): Likewise.
36347         (sunrpc-CPPFLAGS): New variable.
36348         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36349         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36350         (cross-rpcgen-objs): New variable.
36351         (extra-objs): Append $(cross-rpcgen-objs).
36352         ($(cross-rpcgen-objs)): New rule.
36353         ($(objpfx)cross-rpcgen): Likewise.
36354         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36355         comment.
36356         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36357         ($(objpfx)x%.stmp): Likewise.
36358         * sunrpc/proto.h [IS_IN_build] (_): Define.
36359         [IS_IN_build] (_libc_intl_domainname): Likewise.
36360
36361 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36362
36363         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36364         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36365         and R_X86_64_TPOFF64.
36366
36367 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36368
36369         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36370         sysdeps/unix/sysv/syscalls.list.
36371         (stime): Likewise.
36372         (utime): Likewise.
36373         * sysdeps/unix/sysv/syscalls.list: Remove file.
36374
36375 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36376
36377         [BZ #3440]
36378         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36379         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36380         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36381         (__LC_IDENTIFICATION): Make these macros useful in #if
36382         expressions, as required by C99.
36383
36384 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36385
36386         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36387         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36388         after this.
36389
36390 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36391
36392         * stdlib/longlong.h: Updated from GCC.
36393
36394 2012-05-09  Andreas Jaeger  <aj@suse.de>
36395
36396         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36397         default is first entry.
36398         (run_mode): Set type.
36399         (main): Remove informal message about syslog.
36400         (options): Fix typo.
36401
36402         [BZ #14053]
36403         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36404         to asm.
36405         (lrint): Likewise.
36406         (llrintf): Likewise.
36407         (llrint): Likewise.
36408         (rint): Likewise.
36409         (rintf): Likewise.
36410         (nearbyint): Likewise.
36411         (nearbyintf): Likewise.
36412
36413 2012-05-09  Andreas Jaeger  <aj@suse.de>
36414             Pedro Alves  <palves@redhat.com>
36415
36416         * nscd/nscd.c (run_mode): Use enum.
36417         (main): Cleanup coding style issue.
36418
36419 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36420             Andreas Jaeger  <aj@suse.de>
36421
36422         * nscd/nscd.c (go_background): Replaced with...
36423         (run_mode): ... this.
36424         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36425         (options): Add -F --foreground.
36426         (main): Implement it.
36427         (parse_opt): Parse it.
36428
36429 2012-05-09  Andreas Jaeger  <aj@suse.de>
36430
36431         [BZ #14083]
36432         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36433         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36434         -Wconversion warning.
36435         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36436         Likewise.
36437
36438 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36439
36440         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36441         == 0.
36442         (LC_ALL): Use macro-int-constant.
36443         (LC_COLLATE): Likewise.
36444         (LC_CTYPE): Likewise.
36445         (LC_MESSAGES): Likewise.
36446         (LC_MONETARY): Likewise.
36447         (LC_NUMERIC): Likewise.
36448         (LC_TIME): Likewise.
36449         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36450         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36451         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36452         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36453         Specify type.
36454         [C99-based standards] (float_t): Expect type.
36455         [C99-based standards] (double_t): Expect type.
36456         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36457         type.
36458         [C99-based standards] (HUGE_VALL): Likewise.
36459         [C99-based standards] (INFINITY): Likewise.
36460         [C99-based standards] (NAN): Likewise.
36461         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36462         [C99-based standards] (FP_NAN): Likewise.
36463         [C99-based standards] (FP_NORMAL): Likewise.
36464         [C99-based standards] (FP_SUBNORMAL): Likewise.
36465         [C99-based standards] (FP_ZERO): Likewise.
36466         [C99-based standards] (FP_FAST_FMA): Use
36467         optional-macro-int-constant.  Specify type.  Require == 1.
36468         [C99-based standards] (FP_FAST_FMAF): Likewise.
36469         [C99-based standards] (FP_FAST_FMAL): Likewise.
36470         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36471         [C99-based standards] (FP_ILOGBNAN): Likewise.
36472         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36473         Specify type.
36474         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36475         [C99-based standards] (math_errhandling): Specify type.
36476         [ISO99 || ISO11] (signgam): Do not allow.
36477         [non-C99-based standards] (copysignf): Do not allow.
36478         [non-C99-based standards] (exp2f): Likewise.
36479         [non-C99-based standards] (log2f): Likewise.
36480         [non-C99-based standards] (modff): Allow.
36481         [non-C99-based standards] (erff): Do not allow.
36482         [non-C99-based standards] (erfcf): Likewise.
36483         [non-C99-based standards] (gammaf): Likewise.
36484         [non-C99-based standards] (hypotf): Likewise.
36485         [non-C99-based standards] (j0f): Likewise.
36486         [non-C99-based standards] (j1f): Likewise.
36487         [non-C99-based standards] (jnf): Likewise.
36488         [non-C99-based standards] (lgammaf): Likewise.
36489         [non-C99-based standards] (tgammaf): Likewise.
36490         [non-C99-based standards] (y0f): Likewise.
36491         [non-C99-based standards] (y1f): Likewise.
36492         [non-C99-based standards] (ynf): Likewise.
36493         [non-C99-based standards] (isnanf): Likewise.
36494         [non-C99-based standards] (acoshf): Likewise.
36495         [non-C99-based standards] (asinhf): Likewise.
36496         [non-C99-based standards] (atanhf): Likewise.
36497         [non-C99-based standards] (cbrtf): Likewise.
36498         [non-C99-based standards] (expm1f): Likewise.
36499         [non-C99-based standards] (ilogbf): Likewise.
36500         [non-C99-based standards] (log1pf): Likewise.
36501         [non-C99-based standards] (logbf): Likewise.
36502         [non-C99-based standards] (nextafterf): Likewise.
36503         [non-C99-based standards] (remainderf): Likewise.
36504         [non-C99-based standards] (rintf): Likewise.
36505         [non-C99-based standards] (scalbf): Likewise.
36506         [non-C99-based standards] (copysignl): Likewise.
36507         [non-C99-based standards] (exp2l): Likewise.
36508         [non-C99-based standards] (log2l): Likewise.
36509         [non-C99-based standards] (modfl): Allow.
36510         [non-C99-based standards] (erfl): Do not allow.
36511         [non-C99-based standards] (erfcl): Likewise.
36512         [non-C99-based standards] (gammal): Likewise.
36513         [non-C99-based standards] (hypotl): Likewise.
36514         [non-C99-based standards] (j0l): Likewise.
36515         [non-C99-based standards] (j1l): Likewise.
36516         [non-C99-based standards] (jnl): Likewise.
36517         [non-C99-based standards] (lgammal): Likewise.
36518         [non-C99-based standards] (tgammal): Likewise.
36519         [non-C99-based standards] (y0l): Likewise.
36520         [non-C99-based standards] (y1l): Likewise.
36521         [non-C99-based standards] (ynl): Likewise.
36522         [non-C99-based standards] (isnanl): Likewise.
36523         [non-C99-based standards] (acoshl): Likewise.
36524         [non-C99-based standards] (asinhl): Likewise.
36525         [non-C99-based standards] (atanhl): Likewise.
36526         [non-C99-based standards] (cbrtl): Likewise.
36527         [non-C99-based standards] (expm1l): Likewise.
36528         [non-C99-based standards] (ilogbl): Likewise.
36529         [non-C99-based standards] (log1pl): Likewise.
36530         [non-C99-based standards] (logbl): Likewise.
36531         [non-C99-based standards] (nextafterl): Likewise.
36532         [non-C99-based standards] (remainderl): Likewise.
36533         [non-C99-based standards] (rintl): Likewise.
36534         [non-C99-based standards] (scalbl): Likewise.
36535         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36536         [non-C99-based standards] (FP_*): Do not allow.
36537         [C99-based standards] (FP_*): Change to
36538         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36539         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36540         allow.
36541         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36542         (SIG_ERR): Likewise.
36543         [X/Open-based standards] (SIG_HOLD): Likewise.
36544         (SIG_IGN): Likewise.
36545         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36546         positive value.
36547         (SIGFPE): Likewise.
36548         (SIGILL): Likewise.
36549         (SIGINT): Likewise.
36550         (SIGSEGV): Likewise.
36551         (SIGTER): Likewise.
36552         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36553         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36554         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36555         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36556         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36557         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36558         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36559         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36560         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36561         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36562         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36563         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36564         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36565         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36566         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
36567         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
36568         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
36569         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
36570         [X/Open-based standards] (SIGTRAP): Likewise.
36571         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
36572         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
36573         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
36574         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
36575         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36576         allow.
36577
36578 2012-05-08  Ian Wienand  <ianw@vmware.com>
36579
36580         [BZ #14080]
36581         * time/tzset.c (__tzset_parse_tz): Update default rules for
36582         daylight time changes in the Energy Policy Act of 2005.
36583
36584 2012-05-09  Andreas Jaeger  <aj@suse.de>
36585
36586         [BZ #13983]
36587         * elf/ldconfig.c (parse_conf): Change string to make clear that
36588         ldconfig only issued a warning if ld.so.conf does not exist.
36589
36590 2012-05-08  David S. Miller  <davem@davemloft.net>
36591
36592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
36593         movxtod instead of popping the value on the stack.
36594
36595         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36596
36597 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
36598
36599         * config.h.in: Add HAVE_ARM_PCS_VFP.
36600
36601 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
36602
36603         [BZ #13979]
36604         * include/features.h: Warn if user requests __FORTIFY_SOURCE
36605         checking but the checks are disabled for any reason.
36606
36607 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
36608
36609         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
36610         and ELF64_R_TYPE with ELFW(R_TYPE).
36611
36612 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
36613
36614         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
36615         (ulimit): Likewise.
36616
36617         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
36618         (settimeofday): Likewise.
36619
36620 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
36621
36622         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
36623         a struct th_u2 inside the union, and move tu_block/tu_code into
36624         a new th_u3 union of tu_block/tu_code inside of that.  Move
36625         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
36626         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
36627         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
36628         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
36629         (th_stuff): Change to th_u1.tu_stuff.
36630         (th_data): Define.
36631         (th_msg): Change to th_u1.th_u2.tu_data.
36632
36633 2012-05-07  David S. Miller  <davem@davemloft.net>
36634
36635         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36636
36637         [BZ #14074]
36638         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
36639         (SETUP_PIC_REG): Use it.
36640         (SETUP_PIC_REG_LEAF): Use it.
36641
36642 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
36643
36644         [BZ #13885]
36645         [BZ #13923]
36646         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36647         USE_AS_EXPM1L.
36648         (EXPL_FINITE): Likewise.
36649         (FLDLOG): Likewise.
36650         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36651         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36652         e_expl.S.
36653         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36654         USE_AS_EXPM1L.
36655         (EXPL_FINITE): Likewise.
36656         (FLDLOG): Likewise.
36657         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36658         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36659         e_expl.S.
36660         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
36661         test of -max_value argument for long double.
36662         * sysdeps/i386/fpu/libm-test-ulps: Update.
36663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36664
36665 2012-05-06  David S. Miller  <davem@davemloft.net>
36666
36667         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
36668         quad soft-float symbols whose references which are compiler
36669         generated.
36670         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
36671
36672 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
36673
36674         [BZ #13884]
36675         [BZ #13914]
36676         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36677         USE_AS_EXP10L.
36678         (EXPL_FINITE): Likewise.
36679         (FLDLOG): Likewise.
36680         (c0): Likewise.
36681         (c1): Likewise.
36682         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36683         Adjust comments for base varying.
36684         (__expl_finite): Change alias to EXPL_FINITE.
36685         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
36686         e_expl.S.
36687         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
36688         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
36689         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
36690         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
36691         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36692         USE_AS_EXP10L.
36693         (EXPL_FINITE): Likewise.
36694         (FLDLOG): Likewise.
36695         (c0): Likewise.
36696         (c1): Likewise.
36697         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36698         Adjust comments for base varying.
36699         (__expl_finite): Change alias to EXPL_FINITE.
36700         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
36701         tests for bugs.
36702         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36703
36704         [BZ #14064]
36705         * math/libm-test.inc (check_float_internal): Correct ulp
36706         calculation for subnormal expected results.
36707
36708 2012-05-06  Andreas Jaeger  <aj@suse.de>
36709
36710         * Makeconfig (+math-flags): New, set to -frounding-math.
36711         (+cflags): Add +math-flags so that all of glibc gets compiled with
36712         it.
36713
36714         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
36715
36716 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
36717
36718         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
36719         Disable one test.
36720
36721         [BZ #13787]
36722         [BZ #13922]
36723         [BZ #14036]
36724         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
36725         (__ieee754_expl): Allow for and saturate large arguments.
36726         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
36727         (u_threshold): Likewise.
36728         (__exp): Call __ieee754_exp before checking for overflow and
36729         underflow.
36730         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
36731         (u_threshold): Likewise.
36732         (__expf): Call __ieee754_expf before checking for overflow and
36733         underflow.
36734         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
36735         (u_threshold): Likewise.
36736         (__expl): Call __ieee754_expl before checking for overflow and
36737         underflow.
36738         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
36739         (__ieee754_expl): Allow for and saturate large arguments.
36740         * math/libm-test.inc (exp_test): Add another test.  Do not allow
36741         missing overflow exception on overflow.
36742         (expm1_test): Do not allow missing overflow exception on overflow.
36743
36744         * sysdeps/i386/fpu/e_expl.c: Move to ...
36745         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
36746         rather than using inline asm.
36747         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
36748         * sysdeps/x86_64/fpu/e_expl.S: Copy from
36749         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
36750
36751         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
36752         (nice): Likewise.
36753         (poll): Likewise.
36754         (signal): Likewise.
36755         (time): Likewise.
36756         (times): Likewise.
36757
36758 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36759
36760         * sysdeps/unix/syscalls.list (adjtime): Add entry from
36761         sysdeps/unix/common/syscalls.list.
36762         (fchmod): Likewise.
36763         (fchown): Likewise.
36764         (ftruncate): Likewise.
36765         (getrusage): Likewise.
36766         (gettimeofday): Likewise.
36767         (setpgid): Likewise.
36768         (setregid): Likewise.
36769         (setreuid): Likewise.
36770         (sigaction): Likewise.
36771         (truncate): Likewise.
36772         (vhangup): Likewise.
36773         * sysdeps/unix/common/syscalls.list: Remove file.
36774         * sysdeps/unix/bsd/Implies: Don't include unix/common.
36775         * sysdeps/unix/sysv/linux/Implies: Likewise.
36776
36777 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
36778
36779         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
36780         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
36781         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
36782         Moved to ...
36783         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
36784         Here.
36785         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
36786         to ...
36787         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
36788         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
36789         to ...
36790         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
36791         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
36792         to ...
36793         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
36794         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
36795         to ...
36796         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
36797         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
36798         to ...
36799         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
36800         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
36801         to ...
36802         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
36803         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
36804         to ...
36805         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
36806         Here.
36807         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
36808         to ...
36809         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
36810         Here.
36811         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
36812         to ...
36813         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
36814         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
36815         Moved to ...
36816         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
36817         Here.
36818         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
36819         to ...
36820         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
36821
36822 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36823
36824         * sysdeps/unix/common/bits/dirent.h: Remove file.
36825         * sysdeps/unix/common/bits/fcntl.h: Likewise.
36826
36827         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
36828         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
36829         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36830         * sysdeps/unix/bsd/isatty.c: Likewise.
36831         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36832         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36833         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36834
36835 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36836
36837         [BZ #13563]
36838         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36839         long double comparison inaccuracies.
36840         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36841         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36842
36843 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36844
36845         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36846         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36847
36848 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36849
36850         [BZ #14049]
36851         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36852         nonzero digits before rounding a hex value.
36853         * stdlib/tst-strtod.c (tests): Add another test.
36854
36855 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36856
36857         * sysdeps/s390/fpu/libm-test-ulps: Update.
36858
36859 2012-05-03  Andreas Jaeger  <aj@suse.de>
36860
36861         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36862         does not get optimized out.
36863         (malloc_opt_barrier): New.
36864
36865 2012-05-03  Andreas Jaeger  <aj@suse.de>
36866             Roland McGrath  <roland@hack.frob.com>
36867
36868         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
36869         intermediate file deletion.
36870         (generated): Add .symlist files.
36871
36872 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
36873
36874         [BZ #13775]
36875         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
36876         Redirect under this condition.
36877         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36878         [__USE_GNU] (__dprintf_chk): Not under this condition.
36879         [__USE_GNU] (__vdprintf_chk): Likewise.
36880         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
36881         under this condition.
36882         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36883         [__USE_XOPEN2K8] (dprintf): Define under this condition.
36884         [__USE_XOPEN2K8] (vdprintf): Likewise.
36885         [__USE_GNU] (__dprintf_chk): Not under this condition.
36886         [__USE_GNU] (__vdprintf_chk): Likewise.
36887         [__USE_GNU] (dprintf): Likewise.
36888         [__USE_GNU] (vdprintf): Likewise.
36889
36890 2012-05-03  Roland McGrath  <roland@hack.frob.com>
36891
36892         * elf/Makefile (common-generated): Set this instead of generated for
36893         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
36894         $(all-built-dso)-derived lists.
36895
36896 2012-05-03  Andreas Jaeger  <aj@suse.de>
36897
36898         * sysdeps/i386/fpu/libm-test-ulps: Update.
36899
36900         * FAQ: Removed.
36901         * FAQ.in: Likewise.
36902         * scripts/gen-FAQ.pl: Likewise.
36903         * manual/install.texi (Installation): Point to online location of
36904         FAQ.
36905         * Makefile (files-for-dist): Remove FAQ.
36906         (FAQ): Remove.
36907
36908 2012-05-02  Allan McRae  <allan@archlinux.org>
36909
36910         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
36911         (LDFLAGS-reldepmod5.so): Likewise.
36912         (LDFLAGS-reldep6mod1.so): Likewise.
36913         (LDFLAGS-reldep6mod4.so): Likewise.
36914         (LDFLAGS-reldep8mod3.so): Likewise.
36915         (LDFLAGS-unload4mod1.so): Likewise.
36916         (LDFLAGS-unload4mod2.so): Likewise.
36917         (LDFLAGS-tst-initorder): Likewise.
36918         (LDFLAGS-tst-initordera2.so): Likewise.
36919         (LDFLAGS-tst-initordera3.so): Likewise.
36920         (LDFLAGS-tst-initordera4.so): Likewise.
36921         (LDFLAGS-tst-initorderb2.so): Likewise.
36922         (LDFLAGS-noload): Likewise.
36923         (LDFLAGS-next): Likewise.
36924         (LDFLAGS-order2mod1.so): Likewise.
36925         (LDFLAGS-order2mod2.so): Likewise.
36926         (LDFLAGS-tst-initorder2): Likewise.
36927         (LDFLAGS-tst-initorder2a.so): Likewise.
36928         (LDFLAGS-tst-initorder2b.so): Likewise.
36929         (LDFLAGS-tst-initorder2c.so): Likewise.
36930         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
36931
36932 2012-05-02  David S. Miller  <davem@davemloft.net>
36933
36934         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36935
36936 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
36937
36938         [BZ #14055]
36939         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
36940
36941 2012-05-02  Andreas Jaeger  <aj@suse.de>
36942
36943         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
36944         since we manipulate rounding mode.
36945         (CPPFLAGS-test-idouble.c): Likewise.
36946         (CPPFLAGS-test-ifloat.c): Likewise.
36947         (CFLAGS-test-ldouble.c): Likewise.
36948         (CFLAGS-test-double.c): Likewise.
36949         (CFLAGS-test-float.c): Likewise.
36950         (CFLAGS-test-misc.c): Likewise.
36951         (CFLAGS-test-test-fenv.c): Likewise.
36952
36953 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36954
36955         [BZ #2550]
36956         [BZ #2570]
36957         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
36958         comparisons to determine direction to adjust input.
36959
36960 2012-05-01  Roland McGrath  <roland@hack.frob.com>
36961
36962         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
36963         output to the target.
36964
36965         * scripts/localplt.awk: New file.
36966         * elf/Makefile ($(objpfx)check-localplt): Target removed.
36967         (check-localplt-CFLAGS): Variable removed.
36968         ($(all-built-dso:=.jmprel)): New static pattern rule.
36969         (generated): Add those targets.
36970         (localplt-built-dso): New variable.
36971         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
36972
36973         * elf/check-localplt.c: File removed.
36974
36975         * scripts/check-execstack.awk: New file.
36976         * elf/Makefile ($(objpfx)check-execstack): Target removed.
36977         (check-execstack-CFLAGS): Variable removed.
36978         ($(objpfx)check-execstack.h): Target removed.
36979         ($(objpfx)execstack-default): New target.
36980         (generated): Add that instead of check-execstack.h.
36981         ($(all-built-dso:=.phdr)): New static pattern rule.
36982         (generated): Add those targets.
36983         * elf/check-execstack.c: File removed.
36984
36985         * scripts/check-textrel.awk: New file.
36986         * elf/Makefile ($(objpfx)check-textrel): Target removed.
36987         (check-textrel-CFLAGS): Variable removed.
36988         (all-built-dso): Use := to define.o
36989         ($(all-built-dso:=.dyn)): New static pattern rule.
36990         (generated): Add those targets.
36991         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
36992         * config.make.in (READELF): New substituted variable.
36993         * elf/check-textrel.c: File removed.
36994
36995 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36996
36997         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36998         allow.
36999         * conform/data/ctype.h-data [C99-based standards] (isblank):
37000         Expect function.
37001         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37002         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37003         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37004         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37005         Specify type.  Require positive value.
37006         (EILSEQ): Likewise.
37007         (ERANGE): Likewise.
37008         [ISO || POSIX] (EILSEQ): Do not expect.
37009         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37010         Specify type.  Require positive value.
37011         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37012         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37013         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37014         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37015         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37016         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37017         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37018         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37019         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37020         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37021         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37022         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37023         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37024         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37025         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37026         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37027         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37028         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37029         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37030         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37031         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37032         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37033         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37034         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37035         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37036         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37037         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37038         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37039         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37040         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37041         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37042         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37043         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37044         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37045         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37046         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37047         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37048         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37049         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37050         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37051         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37052         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37053         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37054         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37055         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37056         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37057         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37058         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37059         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37060         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37061         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37062         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37063         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37064         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37065         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37066         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37067         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37068         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37069         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37070         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37071         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37072         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37073         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37074         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37075         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37076         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37077         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37078         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37079         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37080         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37081         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37082         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37083         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37084         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37085         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37086         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37087         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37088         Require >= 2.
37089         (FLT_ROUNDS): Expect as macro, not constant.
37090         (FLT_MANT_DIG): Use macro-int-constant.
37091         (DBL_MANT_DIG): Likewise.
37092         (LDBL_MANT_DIG): Likewise.
37093         (FLT_DIG): Likewise.
37094         (DBL_DIG): Likewise.
37095         (LDBL_DIG): Likewise.
37096         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37097         (DBL_MIN_EXP): Likewise.
37098         (LDBL_MIN_EXP): Likewise.
37099         (FLT_MAX_EXP): Use macro-int-constant.
37100         (DBL_MAX_EXP): Likewise.
37101         (LDBL_MAX_EXP): Likewise.
37102         (FLT_MAX_10_EXP): Likewise.
37103         (DBL_MAX_10_EXP): Likewise.
37104         (LDBL_MAX_10_EXP): Likewise.
37105         (FLT_MAX): Use macro-constant.
37106         (DBL_MAX): Likewise.
37107         (LDBL_MAX): Likewise.
37108         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37109         (DBL_EPSILON): Likewise.
37110         (LDBL_EPSILON): Likewise.
37111         (FLT_MIN): Likewise.
37112         (DBL_MIN): Likewise.
37113         (LDBL_MIN): Likewise.
37114         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37115         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37116         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37117         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37118         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37119         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37120         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37121         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37122         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37123         [ISO11] (FLT_TRUE_MIN): Likewise.
37124         [ISO11] (LDBL_TRUE_MIN): Likewise.
37125         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37126         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37127         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37128         (SCHAR_MAX): Likewise.
37129         (UCHAR_MAX): Likewise.
37130         (CHAR_MIN): Likewise.
37131         (CHAR_MAX): Likewise.
37132         (MB_LEN_MAX): Use macro-int-constant.
37133         (SHRT_MIN): Use macro-int-constant.  Specify type.
37134         (SHRT_MAX): Likewise.
37135         (USHRT_MAX): Likewise.
37136         (INT_MAX): Likewise.
37137         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37138         bound negative.
37139         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37140         bound with "U".
37141         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37142         bound with "L".
37143         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37144         bound negative.  Suffix upper bound with "L".
37145         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37146         bound with "UL".
37147         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37148         Specify type.
37149         [C99-based standards] (LLONG_MAX): Likewise.
37150         [C99-based standards] (ULLONG_MAX): Likewise.
37151         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37152         == 0.
37153         [ISO11] (max_align_t): Require type.
37154         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37155
37156         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37157         from $CFLAGS, without defining away __attribute__ calls.
37158         (checknamespace): Use $CFLAGS_namespace.
37159
37160         * conform/conformtest.pl (@keywords): Only include C99 keywords
37161         for standards based on C99 or C11.
37162
37163         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37164         Disable tests.
37165         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37166         UNIX98]: Likewise.
37167
37168         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37169         usability of symbols in #if.
37170
37171         * conform/conformtest.pl: If macro or constant types start
37172         "promoted:", expect the symbol to be of the following type
37173         promoted by the integer promotions.
37174
37175         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37176         in one place.  Also handle "macro-constant".
37177
37178         * conform/conformtest.pl: Only accept expected macro values with
37179         "==".  Parse all "macro" lines in one place.
37180         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37181
37182         * conform/conformtest.pl: Handle braced types on "constant" lines
37183         instead of handling "typed-constant".
37184         * conform/data/signal.h-data: Use "constant" instead of
37185         "typed-constant".
37186
37187         * conform/conformtest.pl: Handle "optional-" at start of lines in
37188         one place rather than duplicating several cases.  Handle each
37189         format of "macro" line with initial "optional-".
37190
37191         * conform/conformtest.pl: Only accept expected constant or
37192         optional-constant values with "==".  Parse all "constant" lines in
37193         one place.  Parse all "optional-constant" lines in one place.
37194         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37195         * conform/data/fmtmsg.h-data: Likewise.
37196         * conform/data/netinet/in.h-data: Likewise.
37197         * conform/data/tar.h-data: Likewise.
37198         * conform/data/limits.h-data: Use "==" form on "constant" and
37199         "optional-constant" lines.
37200
37201         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37202         Use -std=c99 for XOPEN2K.
37203         (@knownproblems): Remove.
37204         (newtoken): Don't check %isknown.
37205
37206         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37207         Do not expect macro.
37208         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37209         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37210         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37211         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37212         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37213         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37214         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37215         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37216         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37217         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37218         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37219         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37220         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37221         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37222         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37223         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37224         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37225         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37226         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37227         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37228         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37229         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37230         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37231         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37232         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37233         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37234         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37235         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37236         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37237         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37238         [XPG3] (acosh): Likewise.
37239         [XPG3] (asinh): Likewise.
37240         [XPG3] (atanh): Likewise.
37241         [XPG3] (cbrt): Likewise.
37242         [XPG3] (expm1): Likewise.
37243         [XPG3] (ilogb): Likewise.
37244         [XPG3] (log1p): Likewise.
37245         [XPG3] (logb): Likewise.
37246         [XPG3] (nextafter): Likewise.
37247         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37248         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37249         [XPG3] (remainder): Likewise.
37250         [XPG3] (rint): Likewise.
37251         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37252         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37253         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37254         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37255         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37256         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37257         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37258         [UNIX98 || XOPEN2K] (scalb): Expect.
37259         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37260         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37261         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37262         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37263         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37264         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37265         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37266         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37267         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37268         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37269         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37270         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37271         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37272         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37273         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37274         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37275         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37276         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37277         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37278         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37279         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37280         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37281         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37282         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37283         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37284         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37285         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37286         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37287         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37288         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37289         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37290         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37291         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37292         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37293         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37294         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37295         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37296         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37297         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37298         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37299         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37300         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37301         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37302         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37303         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37304         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37305         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37306         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37307         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37308         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37309         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37310         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37311         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37312         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37313         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37314         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37315         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37316         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37317         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37318         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37319         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37320         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37321         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37322         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37323         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37324         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37325         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37326         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37327         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37328         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37329         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37330         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37331         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37332         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37333         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37334         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37335         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37336         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37337         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37338         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37339         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37340         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37341         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37342         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37343         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37344         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37345         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37346         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37347         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37348         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37349         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37350         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37351         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37352         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37353         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37354         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37355         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37356         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37357         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37358         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37359         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37360         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37361         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37362         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37363         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37364         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37365         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37366         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37367         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37368         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37369         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37370         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37371         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37372         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37373         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37374         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37375         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37376         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37377         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37378         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37379         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37380         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37381         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37382         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37383         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37384         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37385         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37386         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37387         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37388         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37389         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37390         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37391         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37392         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37393         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37394         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37395         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37396
37397         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37398         _XOPEN_SOURCE_EXTENDED for XPG4.
37399
37400         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37401
37402         * Makeconfig (localtime): Remove variable.
37403         (inst_localtime-file): Likewise.
37404
37405 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37406
37407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37408         Update.
37409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37410         Update.
37411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37412         Update.
37413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37414         Update.
37415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37416         Update.
37417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37418         Update.
37419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37420         Update.
37421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37422         Update.
37423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37424         Update.
37425
37426 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37427
37428         [BZ #2550]
37429         [BZ #2570]
37430         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37431         comparisons to determine direction to adjust input.
37432         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37433         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37434         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37435         Likewise.
37436         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37437         Likewise.
37438         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37439         Likewise.
37440         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37441         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37442         Likewise.
37443         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37444         Likewise.
37445         * math/libm-test.inc (nexttoward_test): Add more tests.
37446
37447 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37448
37449         [BZ #14040]
37450         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37451         in version GLIBC_2.1, not GLIBC_2.0.
37452         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37453         Likewise.
37454
37455 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37456
37457         [BZ #13942]
37458         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37459         (1 - x) * (1 + x).
37460         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37461         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37462         * math/libm-test.inc (acos_test): Add more tests.
37463         (asin_test): Likewise.
37464         * sysdeps/i386/fpu/libm-test-ulps: Update.
37465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37466
37467         [BZ #14034]
37468         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37469         of square root.
37470         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37471         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37472         * math/libm-test.inc (acos_test_tonearest): New function.
37473         (acos_test_towardzero): Likewise.
37474         (acos_test_downward): Likewise.
37475         (acos_test_upward): Likewise.
37476         (asin_test_tonearest): Likewise.
37477         (asin_test_towardzero): Likewise.
37478         (asin_test_downward): Likewise.
37479         (asin_test_upward): Likewise.
37480         (main): Call the new functions.
37481         * sysdeps/i386/fpu/libm-test-ulps: Update.
37482         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37483
37484         [BZ #13884]
37485         [BZ #13924]
37486         * math/e_exp10.c: Include <float.h>.
37487         (__ieee754_exp10): Handle underflow here rather than multiplying
37488         large negative argument by M_LN10.
37489         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37490         of __ieee754_expf.
37491         * math/e_exp10l.c: Include <float.h>.
37492         (__ieee754_exp10l): Handle underflow here rather than multiplying
37493         large negative argument by M_LN10l.
37494         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37495         spurious overflow exception on underflow.
37496
37497 2012-04-29  Marek Polacek  <polacek@redhat.com>
37498
37499         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37500         (__fortify_function): New macro.
37501         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37502         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37503         __extern_always_inline.
37504         * libio/bits/stdio2.h: Likewise.
37505         * libio/bits/stdio.h: Likewise.
37506         * string/string.h: Likewise.
37507         * string/bits/string3.h: Likewise.
37508         * include/stdio.h: Likewise.
37509         * stdlib/bits/stdlib.h: Likewise.
37510         * stdlib/stdlib.h: Likewise.
37511         * rt/bits/mqueue2.h: Likewise.
37512         * rt/mqueue.h: Likewise.
37513         * posix/bits/unistd.h: Likewise.
37514         * posix/unistd.h: Likewise.
37515         * io/bits/poll2.h: Likewise.
37516         * io/bits/fcntl2.h: Likewise.
37517         * io/fcntl.h: Likewise.
37518         * io/sys/poll.h: Likewise.
37519         * misc/bits/syslog.h: Likewise.
37520         * misc/bits/syslog-ldbl.h: Likewise.
37521         * misc/sys/syslog.h: Likewise.
37522         * socket/bits/socket2.h: Likewise.
37523         * socket/sys/socket.h: Likewise.
37524         * debug/tst-chk1.c: Likewise.
37525         * wcsmbs/bits/wchar2.h: Likewise.
37526         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37527         * wcsmbs/wchar.h: Likewise.
37528
37529 2012-04-29  Andreas Jaeger  <aj@suse.de>
37530
37531         * Makerules (tests): Remove enable-check-abi protection.
37532         (check-abi-warn): Remove.
37533         (check-abi-%): Remove check-abi-warn usage.
37534
37535         * configure.in: Remove check-abi configure option.
37536         * configure: Regenerated.
37537         * config.make.in (enable-check-abi): Remove.
37538
37539 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37540
37541         [BZ #14033]
37542         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37543         double functions to double *_finite functions.
37544
37545         [BZ #13941]
37546         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37547         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37548         LDBL_MIN_EXP.
37549         * stdio-common/Makefile (tests): Add tst-sprintf3.
37550         * stdio-common/tst-sprintf3.c: New file.
37551
37552         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37553         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37554
37555 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37556
37557         * conform/conformtest.pl: Remove duplicate typed-constant
37558         handling.
37559
37560 2012-04-28  David S. Miller  <davem@davemloft.net>
37561
37562         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37563         (check-abi-%): Remove AWK script prerequisite and explicit
37564         abilist directory.
37565         (check-abi): Rewrite to just diff the symlist with the abilist.
37566         (config-tls, config-abi-config): Delete, no longer used.
37567         (update-abi-%): Remove AWK script and explicit abilist directory.
37568         (update-abi): Rewrite to simply compare and conditionally copy the
37569         symlist and the sysdep abilist file.  Remove update-abi-config
37570         checks.
37571         * abilist/ld.abilist: Remove.
37572         * abilist/libBrokenLocale.abilist: Remove.
37573         * abilist/libanl.abilist: Remove.
37574         * abilist/libcrypt.abilist: Remove.
37575         * abilist/libdl.abilist: Remove.
37576         * abilist/librt.abilist: Remove.
37577         * abilist/libthread_db.abilist: Remove.
37578         * abilist/libutil.abilist: Remove.
37579         * scripts/extract-abilist.awk: Remove.
37580         * scripts/merge-abilist.awk: Remove.
37581         * sysdeps/generic/libcidn.abilist: New file.
37582         * sysdeps/generic/libnss_compat.abilist: New file.
37583         * sysdeps/generic/libnss_db.abilist: New file.
37584         * sysdeps/generic/libnss_dns.abilist: New file.
37585         * sysdeps/generic/libnss_files.abilist: New file.
37586         * sysdeps/generic/libnss_hesiod.abilist: New file.
37587         * sysdeps/generic/libnss_nis.abilist: New file.
37588         * sysdeps/generic/libnss_nisplus.abilist: New file.
37589         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
37590         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
37591         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
37592         file.
37593         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
37594         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
37595         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
37596         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
37597         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
37598         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
37599         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
37600         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
37601         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
37602         file.
37603         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
37604         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
37605         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
37606         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
37607         file.
37608         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
37609         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
37610         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
37611         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
37612         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
37613         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
37614         file.
37615         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
37616         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
37617         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
37618         file.
37619         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
37620         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
37621         New file.
37622         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
37623         New file.
37624         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
37625         New file.
37626         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
37627         New file.
37628         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
37629         New file.
37630         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
37631         New file.
37632         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
37633         New file.
37634         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
37635         New file.
37636         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
37637         New file.
37638         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
37639         New file.
37640         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
37641         New file.
37642         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
37643         New file.
37644         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
37645         New file.
37646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
37647         file.
37648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
37649         New file.
37650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
37651         New file.
37652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
37653         file.
37654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
37655         New file.
37656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
37657         New file.
37658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
37659         file.
37660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
37661         New file.
37662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37663         New file.
37664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
37665         New file.
37666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
37667         New file.
37668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
37669         New file.
37670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
37671         New file.
37672         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
37673         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
37674         file.
37675         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
37676         New file.
37677         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
37678         file.
37679         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
37680         file.
37681         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
37682         file.
37683         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
37684         file.
37685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
37686         file.
37687         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37688         New file.
37689         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
37690         file.
37691         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
37692         file.
37693         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
37694         New file.
37695         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
37696         file.
37697         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
37698         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
37699         file.
37700         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
37701         New file.
37702         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
37703         file.
37704         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
37705         file.
37706         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
37707         file.
37708         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
37709         file.
37710         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
37711         file.
37712         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37713         New file.
37714         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
37715         file.
37716         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
37717         file.
37718         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
37719         New file.
37720         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
37721         file.
37722         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37723         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
37724         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
37725         file.
37726         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
37727         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
37728         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
37729         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
37730         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
37731         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
37732         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
37733         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
37734         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
37735         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
37736         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
37737         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
37738         file.
37739         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
37740         New file.
37741         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
37742         file.
37743         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
37744         file.
37745         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
37746         file.
37747         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
37748         file.
37749         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
37750         file.
37751         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
37752         New file.
37753         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
37754         New file.
37755         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
37756         file.
37757         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
37758         New file.
37759         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
37760         file.
37761         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
37762         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
37763         file.
37764         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
37765         New file.
37766         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
37767         file.
37768         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
37769         file.
37770         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
37771         file.
37772         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
37773         file.
37774         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
37775         file.
37776         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
37777         New file.
37778         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
37779         New file.
37780         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
37781         file.
37782         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
37783         New file.
37784         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
37785         file.
37786
37787 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37788
37789         * conform/conformtest.pl: Fix typo in handling typed-constant from
37790         allow-header.
37791
37792 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37793
37794         * README: Cut down references to pre-2.6 Linux kernels and
37795         Linuxthreads.  Update lists of configurations in libc and ports
37796         and sort alphabetically.  Say "or newer" with Linux kernel version
37797         requirements.
37798
37799         * config.h.in [IS_IN_build]: Allow compiling without optimization.
37800
37801 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
37802
37803         [BZ #887]
37804         * math/libm-test.inc (logb_test_downward): New test to expose
37805         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
37806         rounding mode.
37807
37808 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37809
37810         [BZ #14027]
37811         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
37812         to be done.
37813         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
37814         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
37815
37816 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
37817
37818         * sysdeps/unix/i386/brk.S: Remove file.
37819         * sysdeps/unix/i386/dl-brk.S: Likewise.
37820         * sysdeps/unix/i386/pipe.S: Likewise.
37821         * sysdeps/unix/i386/sigreturn.S: Likewise.
37822         * sysdeps/unix/i386/syscall.S: Likewise.
37823         * sysdeps/unix/i386/vfork.S: Likewise.
37824         * sysdeps/unix/i386/wait.S: Likewise.
37825
37826         * sysdeps/unix/common/tcsendbrk.c: Move to ...
37827         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
37828
37829         * configure.in (arm*-none*): Do not allow without
37830         --enable-hacker-mode.
37831         (netbsd*): Remove case setting base_os.
37832         (386bsd*): Likewise.
37833         (freebsd*): Likewise.
37834         (bsdi*): Likewise.
37835         (osf*): Likewise.
37836         (sunos*): Likewise.
37837         (ultrix*): Likewise.
37838         (newsos*): Likewise.
37839         (dynix*): Likewise.
37840         (*bsd*): Likewise.
37841         (sysv*): Likewise.
37842         (isc*): Likewise.
37843         (esix*): Likewise.
37844         (sco*): Likewise.
37845         (minix*): Likewise.
37846         (irix4*): Likewise.
37847         (irix6*): Likewise.
37848         (solaris[2-9]*): Likewise.
37849         (none): Likewise.
37850         * configure: Regenerated.
37851
37852 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37853
37854         [BZ #11521]
37855         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37856         overflow or cancellation in calculating denominator.
37857         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37858         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37859         down expression to avoid unexpected rounding in newer GCCs.
37860         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37861
37862 2012-04-26  David S. Miller  <davem@davemloft.net>
37863
37864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
37865         long-double compat symbols.
37866         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
37870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37871         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
37872         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
37873         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
37874         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
37875         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
37876         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
37877         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
37878         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
37879
37880 2012-04-25  David S. Miller  <davem@davemloft.net>
37881
37882         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
37883         HWCAP_* values only after the memory barriers have been defined.
37884         (atomic_full_barrier): Define.
37885         (atomic_read_barrier): Define.
37886         (atomic_write_barrier): Define.
37887
37888 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37889
37890         * shlib-versions: Add libgcc_s version information.
37891         * sysdeps/generic/libgcc_s.h: Remove.
37892         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
37893         libgcc_s.h.
37894         * sysdeps/gnu/unwind-resume.c: Likewise.
37895         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
37896
37897 2012-04-25  David S. Miller  <davem@davemloft.net>
37898
37899         * sysdeps/unix/sparc/brk.S: Delete.
37900         * sysdeps/unix/sparc/dl-brk.S: Delete.
37901         * sysdeps/unix/sparc/pipe.S: Delete.
37902         * sysdeps/unix/sparc/sysdep.S: Delete.
37903         * sysdeps/unix/sparc/sysdep.h: Delete.
37904         * sysdeps/unix/sparc/vfork.S: Delete.
37905         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
37906         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
37907         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
37908         (ret_ERRVAL, r0, r1, MOVE): Define.
37909         (JUMPTARGET): Remove.
37910         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
37911         sysdeps/unix/sparc/sysdep.h
37912         (ENTRY, END): Remove.
37913         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
37914
37915 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
37916
37917         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
37918         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
37919         -DIS_IN_build.
37920
37921         * timezone/README: Update upstream location and email address for
37922         tzcode and tzdata.
37923         * timezone/zdump.c: Update from tzcode 2012b.
37924         * timezone/zic.c: Likewise.
37925
37926         * configure.in (libc_cv_as_needed): Remove test.
37927         * configure: Regenerated.
37928         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
37929         conditional definition.
37930         [$(have-as-needed) != yes] (no-as-needed): Likewise.
37931         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
37932         * config.make.in (have-as-needed): Remove variable.
37933
37934 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37935             Paul Pluzhnikov  <ppluzhnikov@google.com>
37936
37937         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
37938         strings correctly.
37939
37940 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
37941
37942         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
37943         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
37944         * sysdeps/sh/strlen.S: Likewise.
37945
37946 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37947
37948         * sysdeps/unix/fork.S: Remove file.
37949         * sysdeps/unix/i386/fork.S: Likewise.
37950         * sysdeps/unix/sparc/fork.S: Likewise.
37951
37952         * sysdeps/unix/system.c: Remove file.
37953         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
37954
37955         * sysdeps/unix/getegid.S: Remove file.
37956         * sysdeps/unix/geteuid.S: Likewise.
37957
37958 2012-04-24  Roland McGrath  <roland@hack.frob.com>
37959
37960         * scripts/check-localplt.awk: New file.
37961         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
37962         of diff.
37963         * scripts/data/localplt-generic.data: Add a comment.
37964
37965         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
37966         NODE when __dir_mkfile failed.
37967         * sysdeps/mach/hurd/symlinkat.c: Likewise.
37968         Reported by Ludovic Courtès <ludo@gnu.org>.
37969
37970 2012-04-24  Andreas Jaeger  <aj@suse.de>
37971
37972         * Makerules (common-clean): Also remove gen-as-const-headers
37973         files.
37974
37975 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37976
37977         * Makerules (native-compile): Do not change working directory for
37978         build.  Use $(OUTPUT_OPTION) in command.
37979         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
37980
37981 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37982
37983         [BZ #13886]
37984         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
37985         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
37986         * math/libm-test.inc (floor_test): Add more tests.
37987         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
37988
37989 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37990
37991         * sysdeps/unix/getdents.c: Remove file.
37992         * sysdeps/unix/sysv/getdents.c: Likewise.
37993         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
37994
37995         * sysdeps/unix/syscalls.list (madvise): Add syscall from
37996         sysdeps/unix/mman/syscalls.list.
37997         (mmap): Likewise.
37998         (mprotect): Likewise.
37999         (msync): Likewise.
38000         (munmap): Likewise.
38001         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38002         * sysdeps/unix/mman/syscalls.list: Remove.
38003         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38004
38005         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38006         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38007         * configure: Regenerated.
38008         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38009         $(libgcc_s_suffix).
38010         * config.make.in (libgcc_s_suffix): Remove variable.
38011
38012 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38013
38014         * sysdeps/unix/sysv/gethostname.c: Move to ...
38015         * sysdeps/posix/gethostname.c: ... here.
38016
38017         * sysdeps/unix/execve.S: Remove file.
38018
38019         * sysdeps/unix/_exit.S: Remove file.
38020
38021 2012-04-23  Andreas Jaeger  <aj@suse.de>
38022
38023         [BZ #13739]
38024         * manual/Makefile: Remove make dist support, there's no
38025         need for a stand-alone documentation tar ball.
38026         (TEXI2DVI): Define always, it's not in Makeconfig.
38027         (dist): Removed.
38028         (tar-it): Removed.
38029         (edition): Removed.
38030         (glibc-doc-$(edition).tar): Removed
38031         (%.Z): Removed.
38032         (%.gz): Removed.
38033         (%.uu): Removed.
38034         (ETAGS): Remove, it's in Makeconfig.
38035         (move-if-change): Remove, it's in Makeconfig.
38036
38037 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38038
38039         [BZ #13970]
38040         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38041         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38042         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38043         (strtod_l, strtof_l, strtold_l): Remove __wur.
38044         It is not necessarily an error to ignore strtol's return value.
38045         One can reliably look at the stored endptr to decide whether
38046         the number had valid syntax.
38047
38048 2012-04-21  Andreas Jaeger  <aj@suse.de>
38049
38050         [BZ #13739]
38051         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38052
38053 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38054
38055         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38056         * sysdeps/unix/sysv/Versions: Remove file.
38057
38058 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38059
38060         [BZ #13927]
38061         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38062
38063 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38064
38065         [BZ #7064]
38066         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38067         version from __vm86.
38068
38069 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38070
38071         * sysdeps/unix/common/lxstat.c: Remove file.
38072         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38073
38074         * sysdeps/unix/sysv/Makefile: Remove file.
38075
38076         * sysdeps/unix/sysv/direct.h: Remove file.
38077
38078         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38079         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38080         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38081         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38082         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38083         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38084         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38085
38086         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38087
38088         * sysdeps/unix/xmknod.c: Remove file.
38089         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38090
38091         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38092
38093         * sysdeps/unix/sysv/i386/time.S: Remove file.
38094
38095         * sysdeps/unix/fxstat.c: Remove file.
38096         * sysdeps/unix/xstat.c: Likewise.
38097         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38098
38099         * sysdeps/unix/sysv/sigaction.c: Remove file.
38100
38101         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38102         (sysdep_headers): Remove variable.
38103         [termio.h not in sysdep_headers] (generated): Likewise.
38104         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38105         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38106         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38107         * sysdeps/unix/sysv/tcflow.c: Likewise.
38108         * sysdeps/unix/sysv/tcflush.c: Likewise.
38109         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38110         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38111         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38112         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38113         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38114
38115         * sysdeps/unix/siglist.c: Remove file.
38116
38117         * sysdeps/unix/getppid.S: Remove file.
38118
38119         * sysdeps/unix/mkdir.c: Remove file.
38120         * sysdeps/unix/rmdir.c: Likewise.
38121
38122 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38123
38124         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38125         ERR_MAX value.
38126         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38127         errlist-compat value.
38128
38129 2012-04-18  David S. Miller  <davem@davemloft.net>
38130
38131         * sysdeps/generic/memcopy.h (reg_char): Delete.
38132         * debug/strcat_chk.c: Use char, not reg_char.
38133         * debug/strcpy_chk.c: Likewise.
38134         * debug/strncat_chk.c: Likewise.
38135         * debug/strncpy_chk.c: Likewise.
38136         * string/memchr.c: Likewise.
38137         * string/memrchr.c: Likewise.
38138         * string/rawmemchr.c: Likewise.
38139         * string/strcat.c: Likewise.
38140         * string/strchr.c: Likewise.
38141         * string/strchrnul.c: Likewise.
38142         * string/strcmp.c: Likewise.
38143         * string/strcpy.c: Likewise.
38144         * string/strncat.c: Likewise.
38145         * string/strncmp.c: Likewise.
38146         * string/strncpy.c: Likewise.
38147
38148 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38149
38150         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38151         __builtin_memcopy is called when src and dest ranges are known to not
38152         overlap.
38153
38154 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38155
38156         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38157         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38158         fwd_align_merge macro call.
38159         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38160         bwd_align_merge macro call.
38161         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38162
38163 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38164
38165         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38166         bwd_align_merge macros.
38167         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38168         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38169         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38170
38171 2012-04-18  David S. Miller  <davem@davemloft.net>
38172
38173         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38174
38175 2012-04-18  Andreas Jaeger  <aj@suse.de>
38176
38177         [BZ# 6794]
38178         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38179         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38180         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38181
38182         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38183         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38184         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38185
38186         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38187         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38188         Adjust for changed ldbl-128 files.
38189
38190         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38191         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38192         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38193
38194 2012-04-17  David S. Miller  <davem@davemloft.net>
38195
38196         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38197
38198 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38199
38200         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38201         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38202         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38203         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38204         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38205         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38206
38207 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38208
38209         [BZ #6794]
38210         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38211         * math/libm-test.inc: Add ilogb errno and exception tests.
38212         * math/w_ilogb.c: New file: ilogb wrapper.
38213         * math/w_ilogbf.c: New file: ilogbf wrapper.
38214         * math/w_ilogbl.c: New file: ilogbl wrapper.
38215         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38216         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38217         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38218         exception being thrown with 0.0 as argument.
38219         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38220         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38221         exception being thrown with 0.0 as argument.
38222         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38223         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38224         exception being thrown with 0.0 as argument.
38225         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38226         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38227         exception being thrown with 0.0 as argument.
38228         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38229         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38230         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38231         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38232         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38233         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38234         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38235         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38236         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38237
38238 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38239
38240         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38241         with altivec.
38242
38243 2012-04-16  Marek Polacek  <polacek@redhat.com>
38244
38245         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38246
38247 2012-04-16  Marek Polacek  <polacek@redhat.com>
38248
38249         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38250         operands of fdivp instruction.
38251
38252 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38253
38254         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38255         * elf/tst-auditmod3b.c: Likewise.
38256         * elf/tst-auditmod4b.c: Likewise.
38257         * elf/tst-auditmod5b.c: Likewise.
38258         * elf/tst-auditmod6b.c: Likewise.
38259         * elf/tst-auditmod6c.c: Likewise.
38260         * elf/tst-auditmod7b.c: Likewise.
38261         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38262         * sysdeps/x86_64/preconfigure.in: Likewise.
38263         * sysdeps/x86_64/preconfigure: Regenerated.
38264
38265 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38266
38267         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38268         __ILP32__.
38269
38270 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38271
38272         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38273         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38274
38275 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38276
38277         [BZ #13973]
38278         * locale/iso-639.def: Fix gl language name. Spotted by
38279         Yaron Shahrabani.
38280
38281 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38282
38283         [BZ #2074]
38284         * libio/libio.h (__io_write_fn): Update comment.
38285
38286 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38287
38288         [BZ #2074]
38289         * stdio.texi (Hook Functions): The user provided writer function
38290         is not allowed to return -1.
38291
38292 2012-04-11  David S. Miller  <davem@davemloft.net>
38293
38294         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38295
38296 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38297
38298         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38299         Add a leading slash to rtkaio.
38300
38301 2012-04-11  Jim Meyering  <meyering@redhat.com>
38302
38303         [BZ #11959]
38304         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38305         It is not necessarily an error to ignore fwrite's return
38306         value.  One can reliably use ferror to test for errors after
38307         the fact.
38308
38309 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38310
38311         * bits/types.h (__snseconds_t): New type.
38312         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38313
38314         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38315         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38316         (__SNSECONDS_T_TYPE): Likewise.
38317         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38318         (__SNSECONDS_T_TYPE): Likewise.
38319         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38320         (__SNSECONDS_T_TYPE): Likewise.
38321
38322 2012-04-10  Andreas Jaeger  <aj@suse.de>
38323
38324         [BZ #2636]
38325         * manual/time.texi (Processor Time): Return type of times is
38326         elapsed real time since an arbitrary point in the past.
38327         (CPU Time): Move CLK_TCK from here...
38328         (Processor Time): ...to here.  Correct description.
38329         * manual/conf.texi (Constants for Sysconf): Correct description of
38330         _SC_CLK_TCK.
38331
38332 2012-04-10  David S. Miller  <davem@davemloft.net>
38333
38334         [BZ #13967]
38335         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38336         where the is a gap between DT_REL(A) and DT_JMPREL.
38337
38338 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38339
38340         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38341         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38342         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38343
38344 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38345
38346         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38347         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38348         (dl_main): Handle --inhibit-cache.
38349         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38350         _dl_inhibit_cache.
38351         * elf/dl-load.c (_dl_map_object): Use it.
38352         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38353
38354 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38355
38356         [BZ #13872]
38357         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38358         (__ieee754_powl): Saturate large exponents rather than testing for
38359         overflow of y*log2(x).
38360         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38361         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38362         exceptions.
38363
38364         [BZ #11521]
38365         * math/s_ctan.c: Include <float.h>.
38366         (__ctan): Avoid internal overflow or cancellation in calculating
38367         denominator.
38368         * math/s_ctanf.c: Likewise.
38369         * math/s_ctanl.c: Likewise.
38370         * math/s_ctanh.c: Likewise.
38371         * math/s_ctanhf.c: Likewise.
38372         * math/s_ctanhl.c: Likewise.
38373         * math/libm-test.inc (ctan_test): Add more tests.
38374         (ctanh_test): Likewise.
38375         * sysdeps/i386/fpu/libm-test-ulps: Update.
38376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38377
38378 2012-04-09  Andreas Jaeger  <aj@suse.de>
38379
38380         [BZ #6894]
38381         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38382         is an optional BSD extension.
38383
38384         [BZ #10254]
38385         * manual/stdio.texi (Opening Streams): Document additional fopen
38386         parameters.
38387
38388 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38389
38390         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38391         %eax without telling the compiler.
38392
38393 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38394
38395         [BZ # 13963]
38396         * manual/install.texi: Use sourceware.org.
38397
38398 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38399
38400         [BZ #13873]
38401         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38402         (__ieee754_pow): Generate overflow and underflow using huge*huge
38403         and tiny*tiny rather than just returning constant infinity or zero
38404         for large exponents.
38405         * math/libm-test.inc (pow_test): Require overflow exceptions for
38406         applicable cases of large exponents.
38407
38408         [BZ #706]
38409         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38410         (__ieee754_pow): Use iterative multiplication algorithm only for
38411         integer exponents with absolute value below 1024.  Check for odd
38412         integer exponents when using algorithm for real exponents.
38413         * math/libm-test.inc (pow_test): Add more tests.
38414         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38415
38416 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38417
38418         [BZ #13705]
38419         * math/libm-test.inc (exp_test): Do not allow overflow exception
38420         on underflow test.
38421
38422 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38423
38424         [BZ #13705]
38425         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38426         instead of __kernel_standard_f.
38427
38428 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38429
38430         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38431         * sysdeps/x86_64/memset_chk.S: Likewise.
38432
38433 2012-04-08  Andreas Jaeger  <aj@suse.de>
38434
38435         [BZ #10153]
38436         * manual/startup.texi (Environment Access): Describe return value
38437         for putenv and setenv.
38438
38439         [BZ #6895]
38440         * manual/filesys.texi (Directory Entries): Add description for
38441         DT_LNK.
38442
38443         [BZ #6890]
38444         * manual/filesys.texi (Directory Entries): Clarify that it's file
38445         system not operating system in the description of DT_UNKNOWN.
38446
38447         [BZ #6578]
38448         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38449
38450 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38451
38452         [BZ #6649]
38453         * manual/llio.texi (Opening and Closing Files): Add cross
38454         reference to explain mode argument.
38455
38456 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38457
38458         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38459         * sysdeps/x86_64/memset_chk.S: Likewise.
38460
38461 2012-04-07  David S. Miller  <davem@davemloft.net>
38462
38463         * elf/elf.h (R_SPARC_WDISP10): Define.
38464         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38465         R_SPARC_SIZE32.
38466         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38467         R_SPARC_SIZE64 and R_SPARC_H34.
38468
38469 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38470
38471         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38472         conditions and remove no longer applicable assertion.
38473
38474 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38475
38476         * 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-06  H.J. Lu  <hongjiu.lu@intel.com>
38481
38482         * bits/byteswap.h (__bswap_16): Removed.
38483         Include <bits/byteswap-16.h> to get __bswap_16.
38484         * sysdeps/i386/bits/byteswap.h: Likewise.
38485         * sysdeps/s390/bits/byteswap.h: Likewise.
38486         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38487         * bits/byteswap-16.h: New file.
38488         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38489         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38490         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38491         * string/Makefile (headers): Add bits/byteswap-16.h.
38492
38493 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38494
38495         [BZ #13895]
38496         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38497         extra indirection.
38498         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38499         * nss/tst-nss-static.c: New.
38500
38501 2012-04-06  Robert Millan  <rmh@gnu.org>
38502
38503         [BZ #6486]
38504         * manual/llio.texi (File Position Primitive): lseek
38505         refers to WHENCE when it really means OFFSET.
38506
38507 2012-04-06  Andreas Jaeger  <aj@suse.de>
38508
38509         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38510         strncmp declarations.
38511
38512         * abilist/libc.abilist: Add __poll and __ppoll.
38513
38514 2012-04-05  David S. Miller  <davem@davemloft.net>
38515
38516         * scripts/check-local-headers.sh: Accept a host triplet in the
38517         path matched by the exclude regexp.
38518
38519         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38520         definition.
38521         * sysdeps/powerpc/powerpc32/dl-machine.h
38522         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38523         * sysdeps/s390/s390-32/dl-machine.h
38524         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38525         * sysdeps/sparc/sparc32/dl-machine.h
38526         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38527         * sysdeps/sparc/sparc64/dl-machine.h
38528         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38529
38530         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38531         lazy binding.
38532         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38533         undefined symbol errors.
38534
38535         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38536         DT_NEEDED entries.
38537
38538 2012-04-05  Michael Matz  <matz@suse.de>
38539
38540         [BZ #13592]
38541         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38542
38543 2012-04-05  Andreas Jaeger  <aj@suse.de>
38544
38545         [BZ #13908]
38546         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38547         comment.
38548
38549 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38550
38551         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38552         which ROUND is no valid rounding mode.
38553
38554 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38555
38556         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38557         read again.
38558         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38559
38560 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38561
38562         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38563         an exception using FPU order intentionally.
38564
38565 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38566
38567         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
38568         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
38569         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
38570         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
38571
38572 2012-04-05  Simon Josefsson  <simon@josefsson.org>
38573
38574         [BZ #12340]
38575         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
38576         EINVAL when BUFLEN is too smal.
38577
38578 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
38579
38580         [BZ #13553]
38581         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
38582         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
38583
38584 2012-04-03  Andreas Jaeger  <aj@suse.de>
38585
38586         [BZ #13938]
38587         * manual/setjmp.texi (System V contexts): Fix sentence.
38588
38589         [BZ #13926]
38590         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
38591         New macro for this case.
38592         [!__GNUC__] (__bswap_64): New inline function for this case.
38593         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38594         * bits/byteswap.h: Likewise.
38595         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
38596         ull, guard with __GLIBC_HAVE_LONG_LONG.
38597
38598         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
38599         __GLIBC_HAVE_LONG_LONG.
38600
38601         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
38602         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
38603
38604 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38605
38606         [BZ #13691]
38607         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
38608         inptr and inend, rather than using last_ch.
38609
38610 2012-04-02  David S. Miller  <davem@davemloft.net>
38611
38612         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
38613         * stdio-common/printf-parse.h (read_int): Change return type to
38614         'int', return -1 on INT_MAX overflow.
38615         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
38616         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
38617         overflows INT_MAX.  Check for overflow of in-format-string precision
38618         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
38619         SIZE_MAX not INT_MAX for integer overflow test.
38620         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
38621         skip the construct in the format string but do not record anything.
38622         * stdio-common/bug22.c: Adjust to test both width/prevision
38623         INT_MAX overflow as well as total length INT_MAX overflow.  Check
38624         explicitly for proper errno values.
38625
38626 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
38627
38628         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
38629         CHAR_MAX.
38630         * string/test-strcmp.c [! WIDE]: Likewise.
38631         * time/tst-mktime2.c: Likewise for INT_MAX.
38632         * string/test-string.h: #include <sys/param.h> for MIN.
38633
38634         * csu/init-first.c (__libc_init_first): Call __ctype_init.
38635         * sysdeps/i386/init-first.c (init): Likewise.
38636         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
38637         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
38638         * sysdeps/sh/init-first.c (init): Likewise.
38639
38640 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
38641
38642         * po/ru.po: Update from translation team.
38643         * po/vi.po: Likewise.
38644
38645 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
38646
38647         * resolv/nss_dns/dns-host.c: Merge copyright years.
38648
38649 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38650
38651         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
38652         Optimize memcpy with prefetch if
38653         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
38654         src, dst pointers have unequal 16 byte alignments.
38655
38656 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
38657
38658         [BZ #13928]
38659         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
38660         from a CNAME entry and return the minimum ttl for the query.
38661         (gaih_getanswer_slice): Likewise.
38662
38663 2012-03-30  Jeff Law  <law@redhat.com>
38664
38665         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
38666         due to long keys.
38667         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
38668         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
38669
38670         * resolv/nss_dns/dns-host.c: Update copyright year.
38671
38672 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
38673
38674         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
38675         requests to save a system call.  Fix check that all bytes are sent.
38676
38677         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
38678         comments for sendmmsg.
38679
38680 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38681
38682         [BZ #13691]
38683         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
38684         with only 1 character between 0x0041 and 0x01b0.
38685         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
38686         * wcsmbs/tst-mbsnrtowcs.c: New file.
38687
38688 2012-03-29  David S. Miller  <davem@davemloft.net>
38689
38690         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
38691         small copies by hand.
38692
38693 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38694
38695         [BZ #13761]
38696         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
38697         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
38698         group memberships.
38699
38700 2012-03-28  David S. Miller  <davem@davemloft.net>
38701
38702         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
38703         that branches into memcpy.
38704         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
38705         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
38706         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38707         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
38708         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
38709         bits.
38710         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
38711         implementation too.
38712         * sysdeps/sparc/mempcpy.S: New file.
38713
38714         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
38715         the IFUNC routine in the libc case.
38716         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
38717
38718         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
38719         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
38720         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
38721         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
38722         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
38723         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
38724         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
38725         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
38726
38727         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
38728         loop to 256 bytes instead of 64 bytes and fix test signedness.
38729
38730         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
38731         * sysdeps/sparc/sparc32/Makefile: rather than here...
38732         * sysdeps/sparc/sparc64/Makefile: and here.
38733
38734 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
38735
38736         * malloc/mallocbug.c: Avoid warnings about unused variables.
38737
38738 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
38739
38740         [BZ #13760]
38741         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
38742         in the right place. Discard and retry query if response is
38743         larger than input buffer size.
38744
38745 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
38746
38747         [BZ #369]
38748         [BZ #2678]
38749         [BZ #3866]
38750         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
38751         x for large integer exponent.
38752         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
38753         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
38754         sign of result as needed afterwards.
38755         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
38756         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
38757         result for underflowing pow the same as for overflow.
38758         (__kernel_standard_l): Handle powl overflow and underflow here
38759         rather than calling __kernel_standard.
38760         * math/libm-test.inc (pow_test): Add more tests.
38761
38762         [BZ #3868]
38763         [BZ #13879]
38764         [BZ #13910]
38765         [BZ #13911]
38766         [BZ #13912]
38767         [BZ #13913]
38768         [BZ #13915]
38769         [BZ #13916]
38770         [BZ #13917]
38771         [BZ #13918]
38772         [BZ #13919]
38773         [BZ #13920]
38774         [BZ #13921]
38775         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
38776         * sysdeps/ieee754/k_standard.c: Include <float.h>.
38777         (__kernel_standard_l): New function.
38778         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
38779         __kernel_standard.
38780         * math/w_acosl.c (__acosl): Likewise.
38781         * math/w_asinl.c (__asinl): Likewise.
38782         * math/w_atan2l.c (__atan2l): Likewise.
38783         * math/w_atanhl.c (__atanhl): Likewise.
38784         * math/w_coshl.c (__coshl): Likewise.
38785         * math/w_exp10l.c (__exp10l): Likewise.
38786         * math/w_exp2l.c (__exp2l): Likewise.
38787         * math/w_fmodl.c (__fmodl): Likewise.
38788         * math/w_hypotl.c (__hypotl): Likewise.
38789         * math/w_j0l.c (__j0l, __y0l): Likewise.
38790         * math/w_j1l.c (__j1l, __y1l): Likewise.
38791         * math/w_jnl.c (__jnl, __ynl): Likewise.
38792         * math/w_lgammal.c (__lgammal): Likewise.
38793         * math/w_log10l.c (__log10l): Likewise.
38794         * math/w_log2l.c (__log2l): Likewise.
38795         * math/w_logl.c (__logl): Likewise.
38796         * math/w_powl.c (__powl): Likewise.
38797         * math/w_remainderl.c (__remainderl): Likewise.
38798         * math/w_scalbl.c (sysv_scalbl): Likewise.
38799         * math/w_sinhl.c (__sinhl): Likewise.
38800         * math/w_sqrtl.c (__sqrtl): Likewise.
38801         * math/w_tgammal.c (__tgammal): Likewise.
38802         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
38803         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
38804         * math/libm-test.inc (acos_test): Add more tests.
38805         (acosh_test): Likewise.
38806         (asin_test): Likewise.
38807         (atanh_test): Likewise.
38808         (exp_test): Likewise.
38809         (exp10_test): Likewise.
38810         (exp2_test): Likewise.
38811         (expm1_test): Likewise.
38812         (lgamma_test): Likewise.
38813         (log_test): Likewise.
38814         (log10_test): Likewise.
38815         (log1p_test): Likewise.
38816         (log2_test): Likewise.
38817         (pow_test): Do not allow some spurious overflow exceptions.
38818         (sqrt_test): Add more tests.
38819         (tgamma_test): Likewise.
38820         (y0_test): Likewise.
38821         (y1_test): Likewise.
38822         (yn_test): Likewise.
38823
38824 2012-03-27  Anton Blanchard  <anton@samba.org>
38825
38826         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
38827         MAP_HUGETLB.
38828         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
38829         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38830         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38831
38832 2012-03-27  David S. Miller  <davem@davemloft.net>
38833
38834         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38835
38836         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38837         have-as-vis3 check.
38838
38839 2012-03-27  Andreas Jaeger  <aj@suse.de>
38840
38841         * sysdeps/x86_64/elf/configure.in: Moved to ...
38842         * sysdeps/x86_64/configure.in: ... here.
38843         * sysdeps/x86_64/elf/start.S: Moved to ...
38844         * sysdeps/x86_64/start.S: ... here.
38845         * sysdeps/x86_64/elf/configure: Delete.
38846
38847         * sysdeps/x86_64/configure.in: Merge contents from
38848         sysdeps/i386/configure.in (without i686 check).
38849
38850         * sysdeps/i386/elf/Versions: Merge into ...
38851         * sysdeps/i386/Versions: ... this.
38852         * sysdeps/i386/elf/Versions: Delete file.
38853         * sysdeps/i386/elf/start.S: Moved to ...
38854         * sysdeps/i386/start.S: ...here.
38855         * sysdeps/i386/elf/configure.in: Merge into...
38856         * sysdeps/i386/configure.in: ...here.
38857         * sysdeps/i386/elf/configure.in: Delete file.
38858         * sysdeps/i386/elf/configure: Delete file.
38859
38860         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38861         * debug/backtracesyms.c: ... here.
38862         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38863         * debug/backtracesymsfd.c: ... here.
38864         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
38865         * sysdeps/generic/ifunc-sel.h: ... here.
38866
38867         * sysdeps/unix/i386/start.c: Delete file.
38868         * sysdeps/unix/sparc/start.c: Delete file.
38869         * sysdeps/unix/start.c: Delete file.
38870
38871         * sysdeps/sh/elf/configure.in: Moved to ...
38872         * sysdeps/sh/configure.in: ... here.
38873         * sysdeps/sh/elf/start.S: Moved to ...
38874         * sysdeps/sh/start.S: ... here.
38875         * sysdeps/sh/elf/configure: Delete file.
38876
38877         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
38878         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
38879         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
38880         * sysdeps/powerpc/powerpc64/entry.h: ... here.
38881         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
38882         * sysdeps/powerpc/powerpc64/start.S: here.
38883         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
38884         * sysdeps/powerpc/powerpc64/Makefile: ... this.
38885         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
38886         * sysdeps/powerpc/powerpc64/configure.in: ... this.
38887         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
38888
38889         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
38890         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
38891         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
38892         * sysdeps/powerpc/powerpc32/start.S: ... here.
38893         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
38894         * sysdeps/powerpc/powerpc32/configure.in: ... this.
38895         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
38896
38897         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
38898         * sysdeps/powerpc/ifunc-sel.h: ... here.
38899         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
38900         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
38901
38902         * sysdeps/sparc/elf/configure.in: Moved to ...
38903         * sysdeps/sparc/configure.in: ... here.
38904         * sysdeps/sparc/elf/configure: Delete file.
38905         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
38906         * sysdeps/sparc/sparc32/start.S: ... here.
38907         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
38908         * sysdeps/sparc/sparc64/start.S: ... here.
38909         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
38910         * sysdeps/sparc/sparc32/Makefile: ... this.
38911         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
38912         * sysdeps/sparc/sparc64/Makefile: ... this.
38913
38914         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
38915         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
38916         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
38917         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
38918         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
38919         * sysdeps/s390/s390-32/setjmp.S: ... here.
38920         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
38921         * sysdeps/s390/s390-32/configure.in: ... here.
38922         * sysdeps/s390/s390-32/elf/configure: Delete file.
38923         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
38924         * sysdeps/s390/s390-32/start.S: ... here.
38925
38926         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
38927         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
38928         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
38929         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
38930         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
38931         * sysdeps/s390/s390-64/setjmp.S: ... here.
38932         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
38933         * sysdeps/s390/s390-64/configure.in: ... here
38934         * sysdeps/s390/s390-64/elf/configure: Delete file.
38935         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
38936         * sysdeps/s390/s390-64/start.S: ... here.
38937         * sysdeps/s390/s390-64/elf/configure: Delete.
38938
38939         * configure.in: Remove support for elf directories in sysdeps.
38940
38941         * configure: Regenerated.
38942         * sysdeps/i386/configure: Regenerated.
38943         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38944         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38945         * sysdeps/s390/s390-32/configure: Regenerated.
38946         * sysdeps/s390/s390-64/configure: Regenerated.
38947         * sysdeps/sh/configure: Regenerated.
38948         * sysdeps/sparc/configure: Regenerated.
38949         * sysdeps/x86_64/configure: Regenerated.
38950
38951 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
38952
38953         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38954
38955         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
38956         denormal result into account.
38957
38958 2012-03-25  Roland McGrath  <roland@hack.frob.com>
38959
38960         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
38961         Reported by Allan McRae <allan@archlinux.org>.
38962
38963 2012-03-23  Jeff Law  <law@redhat.com>
38964
38965         * nss/getnssent.c (__nss_getent): Fix typo.
38966
38967 2012-03-23  David S. Miller  <davem@davemloft.net>
38968
38969         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38970
38971 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
38972
38973         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
38974         to pad to uint64_t for each field.
38975         (dl_tls_index): Replace unsigned long with uint64_t.
38976
38977 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
38978         Paul Pluzhnikov  <ppluzhnikov@google.com>
38979
38980         [BZ #6528]
38981         * grp/Makefile (otherlibs): Don't set it.
38982         * inet/Makefile (otherlibs): Likewise.
38983         * login/Makefile (otherlibs): Likewise.
38984         * nscd/Makefile (otherlibs): Likewise.
38985         * posix/Makefile (otherlibs): Likewise.
38986         * pwd/Makefile (otherlibs): Likewise.
38987         * rt/Makefile (otherlibs): Likewise.
38988         * sunrpc/Makefile (otherlibs): Likewise.
38989         * nss/Makefile (otherlibs): Likewise.
38990         Add libnss_files to routines and static-only-routines.
38991         ($(objpfx)getent): Remove rule.
38992         * resolv/Makefile: Add libnss_dns and libresolv to routines and
38993         static-only-routines.
38994
38995 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38996
38997         [BZ #13892]
38998         * math/s_cexp.c: Include <float.h>.
38999         (__cexp): Handle exp result overflowing not necessarily
39000         overflowing both real and imaginary parts of result.
39001         * math/s_cexpf.c: Likewise.
39002         * math/s_cexpl.c: Likewise.
39003         * math/libm-test.inc (cexp_test): Add more tests.
39004         * sysdeps/i386/fpu/libm-test-ulps: Update.
39005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39006
39007 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39008
39009         * include/link.h (ELFW): New macro.
39010         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39011         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39012
39013 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39014
39015         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39016         with uint64_t.
39017
39018 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39019
39020         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39021         declaration.
39022         (struct La_x32_retval): Likewise.
39023
39024 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39025
39026         * sysdeps/x86_64/preconfigure.in: New file.
39027         * sysdeps/x86_64/preconfigure: New generated file.
39028
39029 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39030
39031         [BZ #13824]
39032         * math/e_exp2l.c: Include <float.h>.
39033         (__ieee754_exp2l): Handle overflow and underflow cases
39034         separately.  Only pass fractional part of argument to
39035         __ieee754_expl.
39036         * math/libm-test.inc (exp2_test): Add more tests.
39037
39038         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39039         negating x to take absolute value.
39040         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39041         Likewise.
39042         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39043         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39044         Likewise.
39045         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39046         computing low part if x was negated.
39047         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39048
39049 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39050
39051         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39052         la_x32_gnu_pltexit.
39053         (pltexit): Cast int_retval to ptrdiff_t.
39054         * elf/tst-auditmod3b.c: Likewise.
39055         * elf/tst-auditmod4b.c: Likewise.
39056         * elf/tst-auditmod5b.c: Likewise.
39057         * elf/tst-auditmod6b.c: Likewise.
39058         * elf/tst-auditmod6c.c: Likewise.
39059         * elf/tst-auditmod7b.c: Likewise.
39060
39061         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39062         and x32_gnu_pltexit.
39063
39064         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39065         __ELF_NATIVE_CLASS.
39066         (La_x32_regs): New macro.
39067         (La_x32_retval): Likewise.
39068         (la_x32_gnu_pltenter): New function prototype.
39069         (la_x32_gnu_pltexit): Likewise.
39070
39071 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39072
39073         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39074         exponent.
39075
39076         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39077
39078         * configure.in (libc_cv_cc_nofma): Check for option to disable
39079         generation of FMA instructions.
39080         * configure: Regenerate.
39081         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39082         * sysdeps/ieee754/dbl-64/Makefile: New file.
39083         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39084         Remove brandred-fma4.
39085         (CFLAGS-brandred-fma4.c): Remove.
39086         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39087         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39088         define.
39089         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39090         define.
39091
39092 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39093
39094         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39095         LLONG_MAX != LONG_MAX.
39096         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39097         (_fitoa_word): Likewise.
39098         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39099         LLONG_MAX != LONG_MAX.
39100         * stdio-common/_itowa.h: Include <_itoa.h>.
39101         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39102         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39103         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39104         only if not defined.
39105         (_ITOA_WORD_TYPE): Likewise.
39106         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39107         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39108
39109 2012-03-21  David S. Miller  <davem@davemloft.net>
39110
39111         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39112
39113 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39114
39115         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39116         of x86_64 when setting libc_cv_slibdir, libdir and
39117         libc_cv_localedir.
39118         * sysdeps/unix/sysv/linux/configure: Regenerated.
39119
39120 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39121
39122         * manual/lang.texi (Old Varargs): Remove section.
39123         (How Variadic): Update menu.
39124         (va_start): Do not mention varargs.h.
39125
39126 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39127             Joseph Myers  <joseph@codesourcery.com>
39128
39129         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39130         link test.
39131         * configure: Regenerated.
39132
39133 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39134
39135         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39136         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39137         conformtest.pl
39138
39139 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39140
39141         * NOTES: Remove.
39142         * Makefile (files-for-dist): Remove NOTES.
39143         (NOTES): Remove rule.
39144         * README: Don't refer to NOTES.
39145         * manual/creature.texi: Don't include macros.texi.
39146         * manual/intro.texi (creature.texi): Remove comment referring to
39147         NOTES.
39148
39149         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39150         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39151         * configure: Regenerated.
39152         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39153         LIBC_TRY_CC_OPTION.
39154         (libc_cv_as_i686): Likewise.
39155         (libc_cv_cc_avx): Likewise.
39156         (libc_cv_cc_sse2avx): Likewise.
39157         (libc_cv_cc_fma4): Likewise.
39158         (libc_cv_cc_novzeroupper): Likewise.
39159         * sysdeps/i386/configure: Regenerated.
39160
39161         [BZ #13883]
39162         * sysdeps/i386/fpu/s_cexp.S: Remove.
39163         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39164         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39165         * math/libm-test.inc (cexp_test): Add more tests.
39166         * sysdeps/i386/fpu/libm-test-ulps: Update.
39167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39168
39169 2012-03-21  Allan McRae  <allan@archlinux.org>
39170
39171         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39172
39173 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39174
39175         [BZ #13871]
39176         * math/w_exp2.c: Do not include <float.h>.
39177         (o_threshold, u_threshold): Remove.
39178         (__exp2): Calculate result before checking finiteness and calling
39179         __kernel_standard.
39180         * math/w_exp2f.c: Likewise.
39181         * math/w_exp2l.c: Likewise.
39182         * math/libm-test.inc (exp2_test): Require overflow exception for
39183         1e6 input.
39184
39185         [BZ #3866]
39186         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39187         range of signed 64-bit integers before using fistpll.  Remove
39188         checks for whether integers fit in mantissa bits.
39189         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39190         the range of signed 32-bit integers before using fistpl.  Remove
39191         checks for whether integers fit in mantissa bits.
39192         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39193         (__ieee754_powl): Test for y outside the range of signed 64-bit
39194         integers before using fistpll.  Reduce 64-bit values to 63-bit
39195         ones as needed.
39196         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39197         divide-by-zero is raised for zero to large negative powers.
39198         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39199         (__ieee754_powl): Test for y outside the range of signed 64-bit
39200         integers before using fistpll.  Reduce 64-bit values to 63-bit
39201         ones as needed.
39202         * math/libm-test.inc (pow_test): Add more tests.
39203
39204 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39205
39206         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39207         <stdio-common/_itoa.h>.
39208         * debug/segfault.c: Likewise.
39209         * elf/dl-cache.c: Likewise.
39210         * elf/dl-minimal.c: Likewise.
39211         * elf/dl-misc.c: Likewise.
39212         * elf/dl-sysdep.c: Likewise.
39213         * elf/dl-version.c: Likewise.
39214         * elf/rtld.c: Likewise.
39215         * hurd/hurdsock.c: Likewise.
39216         * hurd/lookup-retry.c: Likewise.
39217         * malloc/malloc.c: Likewise.
39218         * malloc/mtrace.c: Likewise.
39219         * nscd/nscd_getgr_r.c: Likewise.
39220         * nscd/nscd_getpw_r.c: Likewise.
39221         * nscd/nscd_getserv_r.c: Likewise.
39222         * posix/getopt_init.c: Likewise.
39223         * posix/wordexp.c: Likewise.
39224         * stdio-common/_itoa.c: Likewise.
39225         * stdio-common/printf_fphex.c: Likewise.
39226         * stdio-common/vfprintf.c: Likewise.
39227         * string/_strerror.c: Likewise.
39228         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39229         * sysdeps/i386/i686/hp-timing.h: Likewise.
39230         * sysdeps/mach/_strerror.c: Likewise.
39231         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39232         * sysdeps/mach/hurd/sethostid.c: Likewise.
39233         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39234         * sysdeps/mach/xpg-strerror.c: Likewise.
39235         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39236         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39237         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39238         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39239         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39240         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39241         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39242         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39243         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39244         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39245         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39246         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39247         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39248         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39249         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39250         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39251         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39252         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39253         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39254         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39255         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39256
39257         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39258
39259         * stdio-common/_itoa.h: Moved to ...
39260         * sysdeps/generic/_itoa.h: Here.
39261
39262         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39263
39264         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39265         instead of "_itoa.h" and "_itowa.h".
39266         * stdio-common/vfprintf.: Likewise.
39267
39268 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39269
39270         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39271         <bits/wordsize.h>.
39272         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39273         (__signbit): Likwise.
39274         (llrintf): Likwise.
39275         (llrint): Likwise.
39276
39277 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39278
39279         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39280         __WORDSIZE != 64.
39281
39282 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39283
39284         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39285         OVERFLOW_EXCEPTION_OK.
39286         * math/libm-test.inc ("Philosophy"): Update comment about
39287         exception testing.
39288         (OVERFLOW_EXCEPTION): Define.
39289         (OVERFLOW_EXCEPTION_OK): Likewise.
39290         (INVALID_EXCEPTION_OK): Renumber.
39291         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39292         (IGNORE_ZERO_INF_SIGN): Likewise.
39293         (test_exceptions): Handle FE_OVERFLOW.
39294         (exp10_test): Expect overflow exceptions.
39295         (exp2_test): Likewise.
39296         (expm1_test): Likewise.
39297         (nextafter_test): Likewise.
39298         (pow_test): Likewise.
39299         (scalbn_test): Likewise.
39300         (scalbln_test): Likewise.
39301
39302 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39303
39304         * sysdeps/x86_64/bits/atomic.h
39305         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39306         64bit integer.
39307         (atomic_exchange_acq): Likewise.
39308         (__arch_exchange_and_add_body): Likewise.
39309         (__arch_add_body): Likewise.
39310         (atomic_add_negative): Likewise.
39311         (atomic_add_zero): Likewise.
39312
39313 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39314
39315         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39316         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39317
39318 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39319
39320         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39321         Check __x86_64__ instead of __WORDSIZE.
39322
39323 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39324
39325         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39326
39327 2012-03-19  David S. Miller  <davem@davemloft.net>
39328
39329         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39330
39331         * sysdeps/sparc/fpu/fenv_private.h: New file.
39332         * sysdeps/sparc/fpu/math_private.h: Use it.
39333         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39334         Remove.
39335         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39336         (libc_feholdexcept_setroundl): Remove.
39337         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39338         Remove.
39339         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39340         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39341
39342 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39343
39344         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39345         int64_t instead of long int.
39346         (INSERT_WORDS64): Likwise.
39347
39348 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39349
39350         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39351         _Unwind_GetCFA return to _Unwind_Ptr first.
39352
39353 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39354
39355         [BZ #13629]
39356         * math/s_clog.c: Include <float.h>.
39357         (__clog): Scale large or subnormal inputs.
39358         * math/s_clogf.c: Likewise.
39359         * math/s_clogl.c: Likewise.
39360         * math/s_clog10.c: Include <float.h>.
39361         (M_LOG10_2): Define.
39362         (__clog10): Scale large or subnormal inputs.
39363         * math/s_clog10f.c: Likewise.
39364         * math/s_clog10l.c: Likewise.
39365         * math/libm-test.inc (clog_test): Add more tests.
39366         (clog10_test): Likewise.
39367         * sysdeps/i386/fpu/libm-test-ulps: Update.
39368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39369
39370         [BZ #11451]
39371         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39372         x and y.
39373         * math/libm-test.inc (atan2_test): Add another test.
39374
39375         * Makerules (common-objdir-compile): Remove.
39376         * sysdeps/unix/Makefile (config-generated): Do not add
39377         $(unix-generated) to variable.
39378         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39379         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39380         Remove rule.
39381         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39382         Likewise.
39383         [generic bits/local_lim.h] (before-compile): Do not append to
39384         variable.
39385         [generic bits/local_lim.h] (common-generated): Likewise.
39386         [generic sys/param.h] (before-compile): Do not append to variable.
39387         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39388         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39389         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39390         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39391         include.
39392         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39393         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39394         [generic sys/param.h] ($(addprefix
39395         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39396         [generic sys/param.h] (common-generated): Do not append to
39397         variable.
39398         [generic sys/param.h] (sysdep_headers): Likewise.
39399         [generic bits/errno.h] (before-compile): Do not append to
39400         variable.
39401         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39402         rule.
39403         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39404         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39405         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39406         [generic bits/errno.h] (common-generated): Do not append to
39407         variable.
39408         [generic bits/ioctls.h] (before-compile): Do not append to
39409         variable.
39410         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39411         rule.
39412         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39413         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39414         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39415         rule.
39416         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39417         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39418         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39419         [generic bits/ioctls.h] (common-generated): Do not append to
39420         variable.
39421         [generic sys/syscall.h] (syscall.h): Remove variable.
39422         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39423         rule.
39424         [generic sys/syscall.h] (before-compile): Do not append to
39425         variable.
39426         [generic sys/syscall.h] (common-generated): Likewise.
39427         * sysdeps/unix/errnos-tmpl.c: Remove file.
39428         * sysdeps/unix/errnos.awk: Likewise.
39429         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39430         * sysdeps/unix/ioctls.awk: Likewise.
39431         * sysdeps/unix/mk-local_lim.c: Likewise.
39432         * sysdeps/unix/snarf-ioctls: Likewise.
39433
39434 2012-03-19  Richard Henderson  <rth@twiddle.net>
39435
39436         * sysdeps/i386/fpu/fenv_private.h: New file.
39437         * sysdeps/i386/fpu/math_private.h: Use it.
39438         (math_opt_barrier, math_force_eval): Remove.
39439         (libc_feholdexcept_setround_53bit): Remove.
39440         (libc_feupdateenv_53bit): Remove.
39441         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39442         (math_opt_barrier, math_force_eval): Remove.
39443         (libc_feholdexcept): Remove.
39444         (libc_feholdexcept_setround): Remove.
39445         (libc_fetestexcept, libc_fesetenv): Remove.
39446         (libc_feupdateenv_test): Remove.
39447         (libc_feupdateenv, libc_feholdsetround): Remove.
39448         (libc_feresetround): Remove.
39449
39450         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39451         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39452
39453         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39454         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39455         (libc_feupdateenv_testl): New.
39456         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39457         (libc_feupdateenv_testf): New.
39458         (libc_feupdateenv): Use libc_feupdateenv_test.
39459         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39460         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39461
39462         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39463         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39464         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39465         (libc_feresetround_noex): New.
39466         (libc_feresetround_noexf): New.
39467         (libc_feresetround_noexl): New.
39468         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39469         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39470         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39471         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39472         SET_RESTORE_ROUND.
39473         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39474         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39475         (__cos): Likewise.
39476         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39477         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39478         SET_RESTORE_ROUND_NOEX.
39479         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39480         SET_RESTORE_ROUND_NOEXF.
39481         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39482         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39483         (libc_feholdsetroundf): New.
39484         (libc_feresetround, libc_feresetroundf): New.
39485
39486         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39487         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39488         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39489
39490         * sysdeps/generic/math_private.h: Include <fenv.h>.
39491         (default_libc_feholdexcept): New.
39492         (default_libc_feholdexcept_setround): New.
39493         (default_libc_fesetenv, default_libc_feupdateenv): New.
39494         (libc_feholdexcept): Only define if undefined.
39495         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39496         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39497         (libc_feholdexcept_setroundl): Likewise.
39498         (libc_feholdexcept_setround_53bit): Likewise.
39499         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39500         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39501         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39502         (libc_feupdateenv_53bit): Likewise.
39503         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39504         (libc_feholdexcept): Convert from macro to inline function.
39505         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39506         (libc_fesetenv, libc_feupdateenv): Likewise.
39507
39508         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39509         not previously defined.
39510         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39511         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39512         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39513         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39514         * sysdeps/ieee754/flt-32/math_private.h: New file.
39515         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39516         math_private.h below SET_FLOAT_WORD.
39517         (__isnan, __isinf_ns, __finite): Remove.
39518         (__isnanf, __isinf_nsf, __finitef): Remove.
39519
39520 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39521
39522         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39523
39524 2012-03-17  David S. Miller  <davem@davemloft.net>
39525
39526         [BZ #6471]
39527         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39528         for 2.16.
39529
39530 2012-03-16  David S. Miller  <davem@davemloft.net>
39531
39532         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39533         warnings.
39534
39535         [BZ #6471]
39536         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39537         properly.
39538         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39539         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39540         sysdep_routines when subdir is sysvipc.
39541         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39542         __getshmlba helper.
39543
39544         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39545
39546 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39547
39548         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39549         [__LP64__].
39550
39551 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39552
39553         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39554         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39555         (__lround): Renamed to ...
39556         (__llround): This.  Replace long int with long long int.
39557         Define lround functions as aliases of llround functions.
39558         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39559
39560 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39561
39562         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39563         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39564         adresses to uintptr_t.  Replace "long int" and "unsigned long
39565         int" with "greg_t" on va_arg.
39566
39567 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39568
39569         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
39570         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
39571
39572         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
39573         Move e_machine check before EI_CLASS check.  Handle x32
39574         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
39575         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
39576         SKIP_EM_IA_64 and include
39577         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
39578
39579         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
39580         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
39581         (add_system_dir): New macro.
39582
39583         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
39584         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
39585
39586 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39587
39588         [BZ #2551]
39589         [BZ #2552]
39590         [BZ #2553]
39591         [BZ #2554]
39592         [BZ #2562]
39593         [BZ #2563]
39594         [BZ #2565]
39595         [BZ #2566]
39596         [BZ #2576]
39597         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
39598         (y0): Likewise.
39599         * math/w_j0f.c (j0f): Likewise.
39600         (y0f): Likewise.
39601         * math/w_j0l.c (__j0l): Likewise.
39602         (__y0l): Likewise.
39603         * math/w_j1.c (j1): Likewise.
39604         (y1): Likewise.
39605         * math/w_j1f.c (j1f): Likewise.
39606         (y1f): Likewise.
39607         * math/w_j1l.c (__j1l): Likewise.
39608         (__y1l): Likewise.
39609         * math/w_jn.c (jn): Likewise.
39610         (yn): Likewise.
39611         * math/w_jnf.c (jnf): Likewise.
39612         (ynf): Likewise.
39613         * math/w_jnl.c (__jnl): Likewise.
39614         (__ynl): Likewise.
39615         * math/libm-test.inc (j0_test): Add more tests.
39616         (j1_test): Likewise.
39617         (jn_test): Likewise.  Add trailing semicolon to existing test.
39618         (y0_test): Likewise.
39619         (y1_test): Likewise.
39620         * sysdeps/i386/fpu/libm-test-ulps: Update.
39621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39622
39623         [BZ #13851]
39624         [BZ #13854]
39625         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
39626         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
39627         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
39628         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
39629         (__tanl): Set errno for infinite argument.
39630         * sysdeps/i386/fpu/mptan.c: Remove.
39631         * sysdeps/i386/fpu/s_tan.S: Likewise.
39632         * sysdeps/i386/fpu/s_tanl.S: Likewise.
39633         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
39634         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
39635         * math/libm-test.inc (tan_test): Add more tests and enable more
39636         tests for double and long double.
39637         * sysdeps/i386/fpu/libm-test-ulps: Update.
39638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39639
39640 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
39641
39642         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
39643         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
39644
39645 2012-03-16  Roland McGrath  <roland@hack.frob.com>
39646
39647         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
39648         * configure.in: Use it for both main tree and add-ons.
39649         * configure: Regenerated.
39650
39651 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39652
39653         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
39654
39655 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39656
39657         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
39658         in comment.
39659
39660         [BZ #13851]
39661         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
39662         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
39663         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
39664         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
39665         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
39666         infinite argument.
39667         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
39668         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
39669         != 0 for prec == 2.
39670         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
39671         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
39672         * sysdeps/i386/fpu/s_cosl.S: Likewise.
39673         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
39674         * sysdeps/i386/fpu/s_sinl.S: Likewise.
39675         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
39676         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
39677         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
39678         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
39679         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
39680         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
39681         * math/libm-test.inc (cos_test): Add more tests and enable more
39682         tests for long double.
39683         (sin_test): Likewise.
39684         (sincos_test): Likewise.
39685         * sysdeps/i386/fpu/libm-test-ulps: Update.
39686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39687
39688 2012-03-16  David S. Miller  <davem@davemloft.net>
39689
39690         * sysdeps/sparc/fpu/math_private.h: New file.
39691
39692 2012-03-15  David S. Miller  <davem@davemloft.net>
39693
39694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
39695         file.
39696         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
39697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
39698         file.
39699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
39700         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
39701         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
39702         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
39703         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
39704         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
39705         sysdep routines.
39706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39707
39708         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
39709         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
39710
39711         * sysdeps/sparc/sparc-ifunc.h: New file.
39712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
39713         sparc-ifunc.h
39714         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
39715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
39716         Likewise.
39717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
39718         Likewise.
39719         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
39720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
39721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
39723         Likewise.
39724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39725         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
39726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
39728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
39729         Likewise.
39730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
39731         Likewise.
39732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39733         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
39734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
39735         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
39736         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
39737         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
39738         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
39739         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
39740         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
39741         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
39742         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
39743         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
39744         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
39745         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
39746         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
39747         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
39748         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
39749         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
39750         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
39751         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
39752         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
39753         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
39754         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
39755         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
39756
39757 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39758
39759         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
39760         scaling.
39761         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39762
39763 2012-03-15  Andreas Jaeger  <aj@suse.de>
39764
39765         [BZ #13852]
39766         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
39767         ieee754/flt-32 implementation for sin, cos and sincos.
39768         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
39769         * sysdeps/i386/fpu/s_cosf.S: Likewise.
39770         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
39771         * sysdeps/i386/fpu/s_sinf.S: Likewise.
39772         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
39773         ieee754/flt-32 implementation for tan.
39774
39775         * math/libm-test.inc (cos_test): Enable some large input tests for
39776         float as well
39777         (sin_test): Likewise.
39778         (sincos_test): Likewise.
39779         (tan_test): Add tests for large input.
39780
39781         * sysdeps/i386/fpu/libm-test-ulps: Update.
39782
39783 2012-03-15  Andreas Jaeger  <aj@suse.de>
39784
39785         [BZ #13658]
39786         * math/libm-test.inc (cos_test): Add more test cases.
39787         (sin_test): Likewise.
39788         (sincos_test): Likewise.
39789
39790 2012-03-15  Andreas Jaeger  <aj@suse.de>
39791
39792         [BZ #13837]
39793         * math/libm-test.inc (cos_test): Add a test case for large input
39794         value.
39795         (sin_test): Likewise.
39796         (sincos_test): Likewise.
39797
39798 2012-03-15  Andreas Jaeger  <aj@suse.de>
39799             Joseph Myers  <joseph@codesourcery.com>
39800
39801         [BZ #13658]
39802         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
39803         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
39804         * sysdeps/i386/fpu/branred.c: Likewise.
39805         * sysdeps/i386/fpu/dosincos.c: Likewise.
39806         * sysdeps/i386/fpu/mpa.c: Likewise.
39807         * sysdeps/i386/fpu/s_cos.S: Likewise.
39808         * sysdeps/i386/fpu/s_sin.S: Likewise.
39809         * sysdeps/i386/fpu/s_sincos.S: Likewise.
39810         * sysdeps/i386/fpu/sincos32.c: Likewise.
39811
39812         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
39813         Define.
39814         (libc_feupdateenv_53bit): Define.
39815         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
39816         Define.
39817         (libc_feupdateenv_53bit): Define.
39818
39819         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
39820         53 bit (without extend i386 double precision).
39821
39822         * math/libm-test.inc (sincos_test): Add tests for large input.
39823         (sin): Likewise.
39824         (cos): Likewise.
39825
39826         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
39827
39828 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39829
39830         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39831
39832 2012-03-15  David S. Miller  <davem@davemloft.net>
39833
39834         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39835         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39836         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39837         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39838         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39839         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39840         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39841         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39842         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39843         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39844         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39845         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39846         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39847         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39848         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39850         file.
39851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39853         file.
39854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39856         file.
39857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39859         file.
39860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39861         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39862         fmin/fmax sysdep routines.
39863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39864
39865 2012-03-14  David S. Miller  <davem@davemloft.net>
39866
39867         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
39868         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
39869         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
39870         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
39871         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
39872         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
39873         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
39874         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
39875         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
39876         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
39877         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
39878         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
39879         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
39880         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
39881         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
39882         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
39883         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
39884         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
39885         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
39886         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
39887         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
39888         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
39889         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
39890         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
39891         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
39892         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
39893         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
39894         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
39895         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
39896         routines.
39897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
39898         file.
39899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
39900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
39901         file.
39902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
39903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
39904         file.
39905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
39906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
39907         file.
39908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
39909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
39910         file.
39911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
39912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
39913         file.
39914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
39915         file.
39916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
39917         file.
39918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
39919         file.
39920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
39921         New file.
39922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
39923         file.
39924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
39925         file.
39926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
39927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
39928         file.
39929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
39930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
39931         file.
39932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
39933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
39934         file.
39935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
39936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
39937         VIS3 routines.
39938
39939         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
39940         New file.
39941
39942         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39943
39944         * sysdeps/sparc/configure.in: New file.
39945         * sysdeps/sparc/configure: Generate.
39946         * configure.in (libc_cv_sparc_as_vis3): Substitute.
39947         * configure: Regenerate.
39948         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
39949         * config.make.in (have-as-vis3): New.
39950         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
39951         available use -Av9d instead of -Av9a.
39952         * sysdeps/sparc/sparc64/Makefile: Likewise.
39953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
39954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
39955         New file.
39956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
39957         file.
39958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
39959         New file.
39960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
39961         file.
39962         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
39963         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
39964         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
39965         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
39966         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
39967
39968         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
39969         fzeros/fnegs to load 0x80000000 into a float register instead of
39970         using the stack.
39971         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
39972
39973 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39974
39975         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39976         bits/syscall.h.
39977         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
39978         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
39979         ($(inst_includedir)/bits/syscall.h): Remove rule.
39980         ($(objpfx)bits/syscall.d): Include instead of
39981         $(objpfx)syscall-list.d.
39982         (generated): Change syscall-list.h and syscall-list.d to
39983         bits/syscall.h and bits/syscall.d.
39984
39985 2012-03-14  Roland McGrath  <roland@hack.frob.com>
39986
39987         [BZ #13846]
39988         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
39989
39990 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39991
39992         [BZ #13841]
39993         * math/s_csqrt.c: Include <float.h>.
39994         (__csqrt): Scale large or subnormal inputs.
39995         * math/s_csqrtf.c: Likewise.
39996         * math/s_csqrtl.c: Likewise.
39997         * math/libm-test.inc (csqrt_test): Add more tests.
39998         * sysdeps/i386/fpu/libm-test-ulps: Update.
39999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40000
40001         [BZ #13840]
40002         * math/libm-test.inc (hypot_test): Add more tests.
40003
40004 2012-03-13  David S. Miller  <davem@davemloft.net>
40005
40006         [BZ #13840]
40007         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40008         double-precision for the calculation instead of scaling.
40009
40010 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40011
40012         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40013         manipulate bits before adding and subtracting TWO52[sx].
40014         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40015         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40016         Likewise.
40017         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40018
40019 2012-03-13  David S. Miller  <davem@davemloft.net>
40020
40021         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40022         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40023         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40024         rtld-global-offsets.h
40025         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40026
40027         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40028         large parameters.
40029
40030         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40031
40032         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40033         'err' in the ifdef scope in which it is actually used.
40034
40035         * nss/nss_db/db-init.c: Include string.h
40036
40037 2012-03-12  David S. Miller  <davem@davemloft.net>
40038
40039         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40040         masking out of the most significant byte of random value used.
40041         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40042         Fix coding style in previous change.
40043
40044         * sysdeps/unix/sysv/linux/kernel-features.h
40045         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40046         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40047         expression.
40048         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40049         later.
40050
40051 2012-03-11  David S. Miller  <davem@davemloft.net>
40052
40053         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40054         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40055         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40056         for 'resultvar' otherwise things get truncated on 64-bit.
40057
40058         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40059         Fix masking out of the most significant byte of random value used.
40060
40061         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40062
40063 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40064
40065         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40066
40067 2012-03-09  David S. Miller  <davem@davemloft.net>
40068
40069         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40070         variables with appropriate CPP guards.
40071         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40072         from the frame pointer, not the stack pointer.  Correct layout
40073         comments.  Fix test on resulting framesize and the management of
40074         the outregs buffer for pltexit.  Preserve floating point return
40075         values across _dl_call_pltexit call.
40076         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40077         framesize and the management of the outregs buffer for pltexit.
40078         Preserve floating point return values across _dl_call_pltexit
40079         call.
40080         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40081         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40082         (la_sparc64_gnu_pltexit): New functions.
40083         (print_exit): Fix format string for return register value.
40084
40085 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40086
40087         * sunrpc/Makefile (others): Add rpcgen.
40088         ($(objpfx)rpcgen): Remove special build rule and dependency on
40089         libc.
40090         * sunrpc/rpcgen.c: New file.
40091
40092 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40093
40094         [BZ #13673]
40095         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40096         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40097         * sysdeps/i386/crti.S: Likewise.
40098         * sysdeps/i386/crtn.S: Likewise.
40099         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40100         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40101         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40102         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40103         * sysdeps/sh/crti.S: Likewise.
40104         * sysdeps/sh/crtn.S: Likewise.
40105         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40106
40107         [BZ #13673]
40108         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40109         with URL.
40110         * locale/programs/locfile-kw.gperf: Likewise.
40111         * locale/programs/charmap-kw.h: Regenerated.
40112         * locale/programs/locfile-kw.h: Likewise.
40113
40114         [BZ #13673]
40115         * intl/plural.y: Replace FSF snail mail address with URL.
40116         * intl/plural.c: Regenerated.
40117
40118 2012-03-09  Richard Henderson  <rth@twiddle.net>
40119
40120         * include/math_private.h: Remove file.
40121         * math/math_private.h: Move file ...
40122         * sysdeps/generic/math_private.h: ... here.
40123
40124         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40125         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40126         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40127
40128         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40129         and <math_private.h>.
40130         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40131         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40132         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40133         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40134         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40135         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40136         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40137         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40138         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40139         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40140         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40141         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40142         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40143         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40144         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40145         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40146         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40147         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40148         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40149         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40150         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40151         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40152         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40153         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40154         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40155         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40156         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40157         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40158         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40159         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40160         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40161         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40162         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40163         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40164         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40165         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40166         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40167         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40168         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40169         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40170         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40171         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40172         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40173         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40174         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40175         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40176         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40177         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40178         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40179         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40180         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40181         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40182         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40183         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40184         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40185         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40186         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40187         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40188         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40189         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40190         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40191         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40192         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40193         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40194         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40195         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40196         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40197         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40198         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40199         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40200         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40201         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40202         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40203         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40204         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40205         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40206         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40207         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40208         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40209         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40210         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40211         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40212         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40213         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40214         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40215         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40216         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40217         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40218         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40219         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40220         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40221         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40222         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40223         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40224         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40225         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40226         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40227         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40228         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40229         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40230         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40231         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40232         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40233         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40234         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40235         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40236         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40237         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40238         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40239         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40240         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40241         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40242         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40243         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40244         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40245         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40246         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40247         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40248         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40249         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40250         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40251         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40252         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40253         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40254         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40255         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40256         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40257         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40258         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40259         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40260         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40261         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40262         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40263         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40264         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40265         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40266         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40267         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40268         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40269         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40270         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40271         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40272         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40273         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40274         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40275         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40276         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40277         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40278         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40279         * sysdeps/ieee754/k_standard.c: Likewise.
40280         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40281         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40282         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40283         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40284         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40285         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40286         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40287         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40288         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40289         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40290         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40291         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40292         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40293         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40294         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40295         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40296         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40297         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40298         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40299         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40300         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40301         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40302         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40303         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40304         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40305         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40306         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40307         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40308         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40309         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40310         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40311         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40312         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40313         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40314         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40315         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40316         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40317         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40318         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40319         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40320         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40321         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40322         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40323         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40324         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40325         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40326         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40327         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40328         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40329         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40330         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40331         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40332         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40333         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40334         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40335         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40336         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40337         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40338         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40339         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40340         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40341         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40342         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40343         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40344         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40345         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40346         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40347         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40348         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40349         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40350         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40351         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40352         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40353         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40354         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40355         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40356         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40357         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40358         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40359         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40360         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40361         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40362         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40363         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40364         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40365         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40366         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40367         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40368         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40369         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40370         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40371         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40372         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40373         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40374         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40375         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40376         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40377         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40378         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40379         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40380         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40381         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40382         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40383         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40384         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40385         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40386         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40387         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40388         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40389         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40390         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40391         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40392         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40393         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40394         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40395         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40396         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40397         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40398         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40399         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40400         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40401         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40402         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40403         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40404         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40405         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40406         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40407         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40408         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40409         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40410         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40411         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40412         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40413         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40414         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40415         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40416         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40417         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40418         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40419         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40420         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40421         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40422         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40423         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40424         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40425         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40426         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40427         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40428         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40429         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40430         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40431         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40432         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40433         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40434         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40435         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40436         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40437         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40438         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40439         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40440         * sysdeps/ieee754/s_lib_version.c: Likewise.
40441         * sysdeps/ieee754/s_matherr.c: Likewise.
40442         * sysdeps/ieee754/s_signgam.c: Likewise.
40443         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40444         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40445         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40446         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40447         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40448         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40449         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40450         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40451         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40452         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40453         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40454         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40455         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40456         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40457         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40458         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40459         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40460         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40461         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40462         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40463         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40464
40465 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40466
40467         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40468         * sunrpc/rpc_main.c: Likewise.
40469         * sunrpc/rpc_svcout.c: Likewise.
40470
40471 2012-03-09  David S. Miller  <davem@davemloft.net>
40472
40473         * include/math_private.h: New file.
40474
40475 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40476
40477         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40478         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40479         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40480         from <bits/socket_type.h>.
40481         (enum __socket_type): Don't define here.
40482         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40483         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40484         bits/socket_type.h.
40485
40486         [BZ #13566]
40487         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40488         checking __USE_GNU.
40489
40490         * Makerules ($(inst_includedir)/%.h): New rule.
40491         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40492         (install-others): Remove variable setting.
40493         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40494
40495 2012-03-08  Richard Henderson  <rth@twiddle.net>
40496
40497         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40498         from macro to inline function; merge with the
40499         !__LIBC_INTERNAL_MATH_INLINES version.
40500         (__ieee754_sqrtf): Likewise.
40501
40502         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40503         to inline function.
40504         (__rintf, __floor, __floorf): Likewise.
40505
40506         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40507         macro to inline function.
40508         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40509
40510         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40511         not <math/math_private.h>.
40512
40513 2012-03-08  David S. Miller  <davem@davemloft.net>
40514
40515         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40516         copyright year.
40517         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40518
40519 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40520
40521         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40522         normalization.
40523         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40524         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40525
40526 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40527
40528         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40529         be defined individually, they must be defined as a block.  Define
40530         S for printing a string instead of hidint the different by using a
40531         macro for adding the 'l'.
40532         * stdio-common/tst-fphex-wide.c: Adjust.
40533
40534 2012-03-07  Marek Polacek  <polacek@redhat.com>
40535
40536         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40537
40538 2012-03-08  Marek Polacek  <polacek@redhat.com>
40539
40540         [BZ #13806]
40541         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40542         * stdio-common/tst-fphex.c: Define a few macros to make the
40543         test reusable.  Use them.
40544         * stdio-common/tst-fphex-wide.c: New file.
40545
40546 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40547
40548         [BZ #6911]
40549         * manual/macros.texi (gnusystems): New macro.
40550         (nongnusystems): Likewise.
40551         (gnulinuxhurdsystems): Likewise.
40552         (gnuhurdsystems): Likewise..
40553         (gnulinuxsystems): Likewise.
40554         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40555         variants of the GNU system, not "GNU system".
40556         * manual/conf.texi: Likewise.
40557         * manual/errno.texi: Likewise.  Update example of errno macro
40558         expansion.
40559         * manual/filesys.texi: Likewise.
40560         (getumask): Document as specific to GNU/Hurd.
40561         * manual/install.texi: Likewise.  Reword some references to
40562         GNU/Linux.
40563         * manual/intro.texi: Likewise.
40564         * manual/io.texi: Likewise.
40565         (File Name Portability): Detail which constraints are inapplicable
40566         to all GNU systems and which are only inapplicable to GNU/Hurd.
40567         * manual/job.texi: Likewise.
40568         * manual/llio.texi: Likewise.
40569         (O_NOCTTY): Document as present on GNU/Linux.
40570         * manual/maint.texi: Likewise.
40571         * manual/memory.texi: Likewise.
40572         * manual/pattern.texi: Likewise.
40573         * manual/pipe.texi: Likewise.
40574         * manual/process.texi: Likewise.
40575         * manual/resource.texi: Likewise.
40576         (RUSAGE_CHILDREN): Remove statement about specifying a particular
40577         child on GNU/Hurd.
40578         * manual/setjmp.texi: Likewise.
40579         * manual/signal.texi: Likewise.
40580         * manual/startup.texi: Likewise.
40581         * manual/stdio.texi: Likewise.
40582         * manual/terminal.texi: Likewise.
40583         (ONLCR): Document as POSIX.
40584         (OXTABS): Document availability on GNU/Linux as XTABS.
40585         (ONOEOT): Document availability separately from other bits.
40586         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
40587         * manual/time.texi: Likewise.
40588         * manual/users.texi: Likewise.
40589         * INSTALL: Regenerated.
40590         * sysdeps/gnu/errlist.c: Regenerated.
40591
40592         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
40593         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
40594         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
40595         puts.
40596         * configure: Regenerated.
40597
40598 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
40599
40600         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
40601         default includes instead of AC_HEADER_CHECK.
40602         * sysdeps/i386/configure: Regenerated.
40603
40604         [BZ #10716]
40605         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
40606         * math/s_cacoshf.c (__cacoshf): Likewise.
40607         * math/s_cacoshl.c (__cacoshl): Likewise.
40608         * math/s_casinh.c (__casinh): Set signs of result from argument.
40609         * math/s_casinhf.c (__casinhf): Likewise.
40610         * math/s_casinhl.c (__casinhl): Likewise.
40611         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
40612         (casinh_test): Add more tests.
40613         * sysdeps/i386/fpu/libm-test-ulps: Update.
40614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40615
40616 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
40617
40618         * po/zh_TW.po: Update from translation team.
40619
40620         * login/Makefile (distribute): Remove variable.
40621         * catgets/Makefile: Likewise.
40622         * mach/Makefile: Likewise.
40623         * malloc/Makefile: Likewise.
40624         * misc/Makefile: Likewise.
40625         * iconv/Makefile: Likewise.
40626         * nscd/Makefile: Likewise.
40627         * hurd/Makefile: Likewise.
40628         * manual/Makefile: Likewise.
40629         * locale/Makefile: Likewise.
40630         * intl/Makefile: Likewise.
40631         * conform/Makefile: Likewise.
40632         * nss/Makefile: Likewise.
40633         * time/Makefile: Likewise.
40634         * soft-fp/Makefile: Likewise.
40635         * dirent/Makefile: Likewise.
40636         * gmon/Makefile: Likewise.
40637         * po/Makefile: Likewise.
40638         * rt/Makefile: Likewise.
40639         * socket/Makefile: Likewise.
40640         * math/Makefile: Likewise.
40641         * signal/Makefile: Likewise.
40642         * debug/Makefile: Likewise.
40643         * elf/Makefile: Likewise.
40644         * timezone/Makefile: Likewise.
40645         * stdlib/Makefile: Likewise.
40646         * iconvdata/Makefile: Likewise.
40647         * sunrpc/Makefile: Likewise.
40648         * io/Makefile: Likewise.
40649         * argp/Makefile: Likewise.
40650         * inet/Makefile: Likewise.
40651         * hesiod/Makefile: Likewise.
40652         * grp/Makefile: Likewise.
40653         * csu/Makefile: Likewise.
40654         * wctype/Makefile: Likewise.
40655         * crypt/Makefile: Likewise.
40656         * libio/Makefile: Likewise.
40657         * string/Makefile: Likewise.
40658         * nis/Makefile: Likewise.
40659         * resolv/Makefile: Likewise.
40660         * stdio-common/Makefile: Likewise.
40661         * wcsmbs/Makefile: Likewise.
40662         * dlfcn/Makefile: Likewise.
40663         * posix/Makefile: Likewise.
40664
40665         [BZ #6959]
40666         * timezone/Makefile: Don't install timezone files, just the programs
40667         and scripts.
40668
40669 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
40670
40671         * nss/databases.def: Add missing gshadow entry.
40672
40673         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
40674
40675 2012-03-06  Marek Polacek  <polacek@redhat.com>
40676
40677         [BZ #13726]
40678         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
40679         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
40680         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
40681         * stdio-common/tst-long-dbl-fphex.c: New file.
40682
40683 2012-03-06  David S. Miller  <davem@davemloft.net>
40684
40685         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40686         (set_obp_int): New function.
40687         (get_obp_int): New function.
40688         (__get_clockfreq_via_dev_openprom): Likewise.
40689         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
40690         Avoid unused variable warnings on 'val' and use builtin_expect.
40691         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
40692         __builtin_expect.
40693         (INLINE_CLONE_SYSCALL): Likewise.
40694
40695 2012-03-05  David S. Miller  <davem@davemloft.net>
40696
40697         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40698
40699 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
40700
40701         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40702
40703         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
40704         only for |x| >= 40.
40705         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40706
40707 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
40708
40709         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
40710         Replace gettimeofday with __vdso_gettimeofday.
40711
40712         * sysdeps/unix/sysv/linux/x86_64/init-first.c
40713         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
40714         __vdso_clock_gettime and __vdso_getcpu.
40715
40716         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
40717         time with __vdso_time.
40718
40719 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40720
40721         * manual/lang.texi (size_t): Note types to which size_t may be
40722         equivalent with the GNU C Library, but do not describe when
40723         differences between them are significant.
40724
40725 2012-03-05  Andreas Jaeger  <aj@suse.de>
40726
40727         * sysdeps/i386/fpu/libm-test-ulps: Update.
40728
40729 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40730
40731         [BZ #3976]
40732         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
40733         (__ieee754_pow): Save and restore rounding mode and use
40734         round-to-nearest for main computations.
40735         * math/libm-test.inc (pow_test_tonearest): New function.
40736         (pow_test_towardzero): Likewise.
40737         (pow_test_downward): Likewise.
40738         (pow_test_upward): Likewise.
40739         (main): Call the new functions.
40740         * sysdeps/i386/fpu/libm-test-ulps: Update.
40741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40742
40743         [BZ #3976]
40744         * math/libm-test.inc (cosh_test_tonearest): New function.
40745         (cosh_test_towardzero): Likewise.
40746         (cosh_test_downward): Likewise.
40747         (cosh_test_upward): Likewise.
40748         (sinh_test_tonearest): Likewise.
40749         (sinh_test_towardzero): Likewise.
40750         (sinh_test_downward): Likewise.
40751         (sinh_test_upward): Likewise.
40752         (main): Call the new functions.
40753         * sysdeps/i386/fpu/libm-test-ulps: Update.
40754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40755
40756 2012-03-05  Tom de Vries  <tom@codesourcery.com>
40757
40758         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
40759         default stack guard is set in last bytes.
40760         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
40761
40762 2012-03-05  Kees Cook  <keescook@chromium.org>
40763
40764         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
40765
40766         [BZ #13656]
40767         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
40768         possibly allocate from heap instead of stack.
40769         * stdio-common/bug-vfprintf-nargs.c: New file.
40770         * stdio-common/Makefile (tests): Add nargs overflow test.
40771
40772 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
40773
40774         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40775
40776 2012-03-03  Marek Polacek  <polacek@redhat.com>
40777
40778         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
40779         * math/math_private.h: Likewise.
40780         * stdlib/tst-strtod.c: Likewise.
40781         * sysdeps/i386/i486/bits/atomic.h: Likewise.
40782         * sysdeps/x86_64/bits/atomic.h: Likewise.
40783
40784 2012-03-02  David S. Miller  <davem@davemloft.net>
40785
40786         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
40787         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
40788         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
40789         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
40790         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
40791         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
40792         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
40793         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
40794
40795 2012-03-02  Roland McGrath  <roland@hack.frob.com>
40796
40797         [BZ #13792]
40798         * manual/examples/README: New file, says the example source files
40799         can be used under GPL>=2.
40800         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
40801         line containing just "*/".
40802         * manual/examples/add.c: Add copyright header (GPL>=2).
40803         * manual/examples/argp-ex1.c: Likewise.
40804         * manual/examples/argp-ex2.c: Likewise.
40805         * manual/examples/argp-ex3.c: Likewise.
40806         * manual/examples/argp-ex4.c: Likewise.
40807         * manual/examples/atexit.c: Likewise.
40808         * manual/examples/db.c: Likewise.
40809         * manual/examples/dir.c: Likewise.
40810         * manual/examples/dir2.c: Likewise.
40811         * manual/examples/execinfo.c: Likewise.
40812         * manual/examples/filecli.c: Likewise.
40813         * manual/examples/filesrv.c: Likewise.
40814         * manual/examples/fmtmsgexpl.c: Likewise.
40815         * manual/examples/genpass.c: Likewise.
40816         * manual/examples/inetcli.c: Likewise.
40817         * manual/examples/inetsrv.c: Likewise.
40818         * manual/examples/isockad.c: Likewise.
40819         * manual/examples/longopt.c: Likewise.
40820         * manual/examples/memopen.c: Likewise.
40821         * manual/examples/memstrm.c: Likewise.
40822         * manual/examples/mkfsock.c: Likewise.
40823         * manual/examples/mkisock.c: Likewise.
40824         * manual/examples/mygetpass.c: Likewise.
40825         * manual/examples/pipe.c: Likewise.
40826         * manual/examples/popen.c: Likewise.
40827         * manual/examples/rprintf.c: Likewise.
40828         * manual/examples/search.c: Likewise.
40829         * manual/examples/select.c: Likewise.
40830         * manual/examples/setjmp.c: Likewise.
40831         * manual/examples/sigh1.c: Likewise.
40832         * manual/examples/sigusr.c: Likewise.
40833         * manual/examples/stpcpy.c: Likewise.
40834         * manual/examples/strdupa.c: Likewise.
40835         * manual/examples/strftim.c: Likewise.
40836         * manual/examples/strncat.c: Likewise.
40837         * manual/examples/subopt.c: Likewise.
40838         * manual/examples/swapcontext.c: Likewise.
40839         * manual/examples/termios.c: Likewise.
40840         * manual/examples/testopt.c: Likewise.
40841         * manual/examples/testpass.c: Likewise.
40842         * manual/examples/timeval_subtract.c: Likewise.
40843
40844         [BZ #13792]
40845         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40846         function to ...
40847         * manual/timeval_subtract.c.texi: ... here, new file.
40848
40849 2012-03-02  David S. Miller  <davem@davemloft.net>
40850
40851         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40852
40853 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40854
40855         [BZ #3976]
40856         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40857         (__sin): Save and restore rounding mode and use round-to-nearest
40858         for all computations.
40859         (__cos): Save and restore rounding mode and use round-to-nearest
40860         for all computations.
40861         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40862         <fenv.h>.
40863         (tan): Save and restore rounding mode and use round-to-nearest for
40864         all computations.
40865         * math/libm-test.inc (cos_test_tonearest): New function.
40866         (cos_test_towardzero): Likewise.
40867         (cos_test_downward): Likewise.
40868         (cos_test_upward): Likewise.
40869         (sin_test_tonearest): Likewise.
40870         (sin_test_towardzero): Likewise.
40871         (sin_test_downward): Likewise.
40872         (sin_test_upward): Likewise.
40873         (tan_test_tonearest): Likewise.
40874         (tan_test_towardzero): Likewise.
40875         (tan_test_downward): Likewise.
40876         (tan_test_upward): Likewise.
40877         (main): Call the new functions.
40878         * sysdeps/i386/fpu/libm-test-ulps: Update.
40879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40880
40881         [BZ #10135]
40882         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
40883         small n, then large n, before computing and testing k+n.
40884         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
40885         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
40886         Likewise.
40887         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
40888         Likewise.
40889         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
40890         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
40891         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
40892         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
40893         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
40894         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
40895         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
40896         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
40897         * math/libm-test.inc (scalbn_test): Add more tests.
40898         (scalbln_test): Likewise.
40899
40900         * manual/filesys.texi (mode_t): Describe constraints on size and
40901         signedness, not exact equivalence to a particular type.
40902         (ino_t): Likewise.
40903         (ino64_t): Likewise.
40904         (dev_t): Likewise.
40905         (nlink_t): Likewise.
40906         (blkcnt_t): Likewise.
40907         (blkcnt64_t): Likewise.
40908         * manual/llio.texi (off_t): Likewise.
40909
40910         [BZ #3976]
40911         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
40912         (__ieee754_exp): Save and restore rounding mode and use
40913         round-to-nearest for all computations.
40914         * math/libm-test.inc (exp_test_tonearest): New function.
40915         (exp_test_towardzero): Likewise.
40916         (exp_test_downward): Likewise.
40917         (exp_test_upward): Likewise.
40918         (main): Call the new functions.
40919         * sysdeps/i386/fpu/libm-test-ulps: Update.
40920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40921
40922 2012-03-01  Chris Demetriou  <cgd@google.com>
40923
40924         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
40925         have predictable order.
40926
40927 2012-03-01  David S. Miller  <davem@davemloft.net>
40928
40929         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
40930
40931         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
40932         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
40933         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
40934         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
40935
40936         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
40937         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
40938         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
40939         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
40940         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
40941         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
40942         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
40943         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
40944         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
40945
40946         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40947
40948         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
40949         * sysdeps/sparc/fpu/libm-test-ulps: to here.
40950         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
40951
40952         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
40953         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
40954         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40955         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
40956         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
40957         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
40958         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
40959         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
40960         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40961         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
40962         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
40963         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40964         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
40965         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40966         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40967         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40968         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
40969         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
40970         * sysdeps/sparc/elf/configure: Regenerated.
40971
40972 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
40973
40974         * configure.in (AS, LD): Require binutils 2.20 or later.
40975         * configure: Regenerated.
40976         * manual/install.texi (Tools for Compilation): Give binutils 2.20
40977         as required minimum version.
40978         * INSTALL: Regenerated.
40979
40980         [BZ #2541]
40981         [BZ #4108]
40982         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
40983         before squaring exponent.
40984         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
40985         bottom long double and 27 bits of top long double before squaring
40986         exponent.
40987         * math/libm-test.inc (erfc_test): Add more tests.
40988         * sysdeps/i386/fpu/libm-test-ulps: Update.
40989         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40991
40992 2012-03-01  Kai Tietz  <ktietz@redhat.com>
40993
40994         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
40995         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
40996         containing bit-fields.
40997         * soft-fp/extended.h (_FP_UNION_E): Likewise.
40998         * soft-fp/single.h (_FP_UNION_S): Likewise.
40999         * soft-fp/double.h (_FP_UNION_D): Likewise.
41000
41001 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41002
41003         [BZ #13786]
41004         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41005         not include ../strcmp.S.
41006         [USE_AS_STRNCASECMP_L]: Likewise.
41007         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41008         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41009         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41010         (__strncasecmp_l_ia32): Define as alias to
41011         __strncasecmp_l_nonascii.
41012
41013         [BZ #5794]
41014         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41015         * sysdeps/i386/fpu/libm-test-ulps: Update.
41016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41017
41018         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41020
41021 2012-02-29  Jeff Law  <law@redhat.com>
41022
41023         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41024         out of bounds read.
41025
41026 2012-02-29  Marek Polacek  <polacek@redhat.com>
41027
41028         [BZ #13706]
41029         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41030         * elf/Makefile: Add rules to run tst-unused-dep.out.
41031
41032 2012-02-28  David S. Miller  <davem@davemloft.net>
41033
41034         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41035         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41036         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41037         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41038         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41039         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41040
41041 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41042
41043         * math/libm-test.inc (llround_test): Move one test from
41044         lround_test.  Use TEST_f_L in moved test.
41045         (lround_test): Move misplaced test to llround_test.  Add testcase
41046         from bug 2561.
41047
41048 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41049
41050         * sysdeps/x86_64/fpu/e_expf.S: New file.
41051         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41052
41053 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41054
41055         [BZ #13637]
41056         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41057         of remain_len that may cause incomplete multi-byte character and
41058         false match.
41059         * posix/bug-regex33.c: New file.
41060         * posix/Makefile (tests): Add bug-regex33.
41061
41062 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41063
41064         * manual/macros.texi: New file.
41065         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41066         * manual/libc.texinfo: Include macros.texi.
41067         * manual/creatute.texi: Likewise.
41068         * manual/install.texi: Likewise.
41069         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41070         @glibcadj{} in references to the GNU C Library.
41071         * manual/charset.texi: Likewise.
41072         * manual/conf.texi: Likewise.
41073         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41074         when not using those macros.
41075         * manual/creature.texi: Likewise.
41076         * manual/crypt.texi: Likewise.
41077         * manual/errno.texi: Likewise.
41078         * manual/filesys.texi: Likewise.
41079         * manual/header.texi: Likewise.
41080         * manual/install.texi: Likewise.
41081         * manual/intro.texi: Likewise.
41082         * manual/io.texi: Likewise.
41083         * manual/job.texi: Likewise.
41084         * manual/lang.texi: Likewise.
41085         * manual/libc.texiinfo: Likewise.
41086         * manual/llio.texi: Likewise.
41087         * manual/locale.texi: Likewise.
41088         * manual/maint.texi: Likewise.
41089         * manual/math.texi: Likewise.
41090         * manual/memory.texi: Likewise.
41091         * manual/message.texi: Likewise.
41092         * manual/nss.texi: Likewise.
41093         * manual/pattern.texi: Likewise.
41094         * manual/process.texi: Likewise.
41095         * manual/resource.texi: Likewise.
41096         * manual/search.texi: Likewise.
41097         * manual/setjmp.texi: Likewise.
41098         * manual/signal.texi: Likewise.
41099         * manual/socket.texi: Likewise.
41100         * manual/startup.texi: Likewise.
41101         * manual/stdio.texi: Likewise.
41102         * manual/string.texi: Likewise.
41103         * manual/sysinfo.texi: Likewise.
41104         * manual/syslog.texi: Likewise.
41105         * manual/terminal.texi: Likewise.
41106         * manual/time.texi: Likewise.
41107         * manual/users.texi: Likewise.
41108         * INSTALL: Regenerated.
41109         * NOTES: Regenerated.
41110         * sysdeps/gnu/errlist.c: Regenerated.
41111
41112 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41113
41114         * include/dirent.h: Include <dirstream.h> before
41115         <dirent/dirent.h>.
41116
41117 2012-02-28  David S. Miller  <davem@davemloft.net>
41118
41119         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41120         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41121         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41122         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41123
41124 2012-02-27  David S. Miller  <davem@davemloft.net>
41125
41126         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41127         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41128         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41129         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41130
41131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41132         frame pointer instead of stack pointer relative arg slot.
41133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41134         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41135         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41136
41137 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41138
41139         [BZ #3992]
41140         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41141
41142 2012-02-27  David S. Miller  <davem@davemloft.net>
41143
41144         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41145         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41146         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41147         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41148         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41149         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41150         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41151         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41152
41153 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41154
41155         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41156         later.  Allow versions 5-9.
41157         * configure: Regenerated.
41158         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41159         required minimum version and 4.6 as recommended version.  Do not
41160         mention bugs in GCC 2.7 and 2.8.
41161         * INSTALL: Regenerated.
41162
41163 2012-02-27  David S. Miller  <davem@davemloft.net>
41164
41165         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41166         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41168         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41169         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41170         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41171         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41172         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41173
41174         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41175         manipulate bits before adding and subtracting TWO112[sx].
41176         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41177
41178 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41179
41180         [BZ #13775]
41181         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41182         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41183         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41184         being in POSIX, because they are in 1003.1-2008.
41185
41186         * rt/tst-aio.c: Include <fcntl.h>.
41187         * rt/tst-aio7.c: Likewise.
41188         * rt/tst-aio64.c: Likewise.
41189
41190         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41191
41192 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41193
41194         * manual/install.texi (--with-headers): Describe headers as
41195         interface headers, not private headers.
41196         (Specific advice for GNU/Linux systems): Describe use of headers
41197         from "make headers_install", not private headers from older
41198         kernels.
41199         * INSTALL: Regenerated.
41200         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41201         Change to 2.6.19.
41202         * sysdeps/unix/sysv/linux/configure: Regenerated.
41203
41204         * manual/llio.texi (fclean): Remove documentation.
41205
41206         * manual/Makefile (libc-texi-generated): New variable.  Include
41207         version.texi.
41208         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41209         $(libc-texi-generated), not duplicated list of files.
41210         (version.texi, stamp-version): New rules.
41211         (realclean): Remove $(libc-texi-generated), not individual files
41212         from that list.  Do not remove dir-add.texinfo.
41213         * manual/libc.texinfo: Comment out uses of edition numbers and
41214         references to printed manual.  Remove last-updated dates.
41215         (EDITION): Comment out.
41216         (ISBN): Likewise.
41217         (VERSION, UPDATED): Remove.
41218         (version.texi): Include.
41219
41220 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41221
41222         * sysdeps/posix/spawni.c: Include <signal.h>.
41223         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41224         * sysdeps/pthread/aio_fsync.c: Likewise.
41225
41226 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41227
41228         * conform/Makefile (tests): Run only when not cross-compiling and
41229         when fast-check is not defined.
41230
41231         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41232         * conform/data/limits.h-data: Fixes for POSIX2008.
41233         * conform/run-conformtest.sh: Run all tests.
41234         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41235         headers.
41236         * include/bits/dlfcn.h: Likewise.
41237         * include/langinfo.h: Likewise.
41238         * include/monetary.h: Likewise.
41239         * include/sys/poll.h: Likewise.
41240
41241         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41242         for __USE_GNU.
41243         * posix/spawn.h: Define __need_sigset_t.
41244         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41245         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41246         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41247         to get sigevent_t only.
41248         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41249         only for __USE_GNU.
41250         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41251         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41252         process_vm_writev only for __USE_GNU.
41253         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41254
41255         * conform/Makefile: For now ignore errors from run-conformtest.
41256         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41257         POSIX to avoid namespace pollution.  Don't prepend headers.
41258         * conform/data/aio.h-data: Fixes for POSIX testing.
41259         * conform/data/fcntl.h-data: Likewise.
41260         * conform/data/glob.h-data: Likewise.
41261         * conform/data/grp.h-data: Likewise.
41262         * conform/data/pthread.h-data: Likewise.
41263         * conform/data/pwd.h-data: Likewise.
41264         * conform/data/signal.h-data: Likewise.
41265         * conform/data/spawn.h-data: Likewise.
41266         * conform/data/stdio.h-data: Likewise.
41267         * conform/data/stdlib.h-data: Likewise.
41268         * conform/data/stropts.h-data: Likewise.
41269         * conform/data/sys/mman.h-data: Likewise.
41270         * conform/data/sys/stat.h-data: Likewise.
41271         * conform/data/sys/types.h-data: Likewise.
41272         * conform/data/sys/wait.h-data: Likewise.
41273         * conform/data/time.h-data: Likewise.
41274         * conform/data/unistd.h-data: Likewise.
41275         * conform/data/utime.h-data: Likewise.
41276
41277         * io/sys/stat.h: fchmod was always in POSIX.
41278         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41279         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41280         * rt/aio.h: Define __need_timespec before including <time.h>.
41281         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41282         struct.  Add forward declaration of pthread_attr_t and use it in
41283         sigevent.
41284         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41285         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41286         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41287         always remove CLK_TCK definition.
41288
41289 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41290
41291         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41292
41293 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41294
41295         * conform/run-conformtest.sh: New file.
41296         * conform/Makefile: Run run-conformtest for tests.
41297         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41298         support.
41299
41300         * conform/data/uchar.h-data: New file.
41301         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41302         * conform/data/arpa/inet.h-data: Likewise.
41303         * conform/data/assert.h-data: Likewise.
41304         * conform/data/complex.h-data: Likewise.
41305         * conform/data/cpio.h-data: Likewise.
41306         * conform/data/ctype.h-data: Likewise.
41307         * conform/data/dirent.h-data: Likewise.
41308         * conform/data/dlfcn.h-data: Likewise.
41309         * conform/data/errno.h-data: Likewise.
41310         * conform/data/fcntl.h-data: Likewise.
41311         * conform/data/float.h-data: Likewise.
41312         * conform/data/fmtmsg.h-data: Likewise.
41313         * conform/data/fnmatch.h-data: Likewise.
41314         * conform/data/ftw.h-data: Likewise.
41315         * conform/data/glob.h-data: Likewise.
41316         * conform/data/grp.h-data: Likewise.
41317         * conform/data/iconv.h-data: Likewise.
41318         * conform/data/inttypes.h-data: Likewise.
41319         * conform/data/langinfo.h-data: Likewise.
41320         * conform/data/libgen.h-data: Likewise.
41321         * conform/data/limits.h-data: Likewise.
41322         * conform/data/locale.h-data: Likewise.
41323         * conform/data/math.h-data: Likewise.
41324         * conform/data/monetary.h-data: Likewise.
41325         * conform/data/mqueue.h-data: Likewise.
41326         * conform/data/ndbm.h-data: Likewise.
41327         * conform/data/net/if.h-data: Likewise.
41328         * conform/data/netdb.h-data: Likewise.
41329         * conform/data/netinet/in.h-data: Likewise.
41330         * conform/data/nl_types.h-data: Likewise.
41331         * conform/data/poll.h-data: Likewise.
41332         * conform/data/pthread.h-data: Likewise.
41333         * conform/data/pwd.h-data: Likewise.
41334         * conform/data/regex.h-data: Likewise.
41335         * conform/data/sched.h-data: Likewise.
41336         * conform/data/search.h-data: Likewise.
41337         * conform/data/semaphore.h-data: Likewise.
41338         * conform/data/setjmp.h-data: Likewise.
41339         * conform/data/signal.h-data: Likewise.
41340         * conform/data/spawn.h-data: Likewise.
41341         * conform/data/stdarg.h-data: Likewise.
41342         * conform/data/stdio.h-data: Likewise.
41343         * conform/data/stdlib.h-data: Likewise.
41344         * conform/data/string.h-data: Likewise.
41345         * conform/data/strings.h-data: Likewise.
41346         * conform/data/stropts.h-data: Likewise.
41347         * conform/data/sys/ipc.h-data: Likewise.
41348         * conform/data/sys/mman.h-data: Likewise.
41349         * conform/data/sys/msg.h-data: Likewise.
41350         * conform/data/sys/resource.h-data: Likewise.
41351         * conform/data/sys/select.h-data: Likewise.
41352         * conform/data/sys/sem.h-data: Likewise.
41353         * conform/data/sys/shm.h-data: Likewise.
41354         * conform/data/sys/socket.h-data: Likewise.
41355         * conform/data/sys/stat.h-data: Likewise.
41356         * conform/data/sys/statvfs.h-data: Likewise.
41357         * conform/data/sys/time.h-data: Likewise.
41358         * conform/data/sys/timeb.h-data: Likewise.
41359         * conform/data/sys/times.h-data: Likewise.
41360         * conform/data/sys/types.h-data: Likewise.
41361         * conform/data/sys/uio.h-data: Likewise.
41362         * conform/data/sys/un.h-data: Likewise.
41363         * conform/data/sys/utsname.h-data: Likewise.
41364         * conform/data/sys/wait.h-data: Likewise.
41365         * conform/data/syslog.h-data: Likewise.
41366         * conform/data/tar.h-data: Likewise.
41367         * conform/data/termios.h-data: Likewise.
41368         * conform/data/utime.h-data: Likewise.
41369         * conform/data/utmpx.h-data: Likewise.
41370         * conform/data/varargs.h-data: Likewise.
41371         * conform/data/wchar.h-data: Likewise.
41372         * conform/data/wctype.h-data: Likewise.
41373         * conform/data/wordexp.h-data: Likewise.
41374
41375         * include/stropts.h: New file.
41376         * include/uchar.h: New file.
41377         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41378         * include/assert.h: Likewise.
41379         * include/ctype.h: Likewise.
41380         * include/dirent.h: Likewise.
41381         * include/dlfcn.h: Likewise.
41382         * include/fcntl.h: Likewise.
41383         * include/fnmatch.h: Likewise.
41384         * include/glob.h: Likewise.
41385         * include/grp.h: Likewise.
41386         * include/libio.h: Likewise.
41387         * include/locale.h: Likewise.
41388         * include/math.h: Likewise.
41389         * include/net/if.h: Likewise.
41390         * include/netdb.h: Likewise.
41391         * include/netinet/in.h: Likewise.
41392         * include/pthread.h: Likewise.
41393         * include/pwd.h: Likewise.
41394         * include/regex.h: Likewise.
41395         * include/sched.h: Likewise.
41396         * include/search.h: Likewise.
41397         * include/setjmp.h: Likewise.
41398         * include/signal.h: Likewise.
41399         * include/stdio.h: Likewise.
41400         * include/stdlib.h: Likewise.
41401         * include/string.h: Likewise.
41402         * include/sys/cdefs.h: Likewise.
41403         * include/sys/mman.h: Likewise.
41404         * include/sys/msg.h: Likewise.
41405         * include/sys/resource.h: Likewise.
41406         * include/sys/select.h: Likewise.
41407         * include/sys/socket.h: Likewise.
41408         * include/sys/stat.h: Likewise.
41409         * include/sys/statvfs.h: Likewise.
41410         * include/sys/time.h: Likewise.
41411         * include/sys/times.h: Likewise.
41412         * include/sys/uio.h: Likewise.
41413         * include/sys/utsname.h: Likewise.
41414         * include/sys/wait.h: Likewise.
41415         * include/termios.h: Likewise.
41416         * include/time.h: Likewise.
41417         * include/ulimit.h: Likewise.
41418         * include/unistd.h: Likewise.
41419         * include/utime.h: Likewise.
41420         * include/wchar.h: Likewise.
41421         * include/wctype.h: Likewise.
41422         * include/wordexp.h: Likewise.
41423
41424         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41425
41426         * time/time.h: TIME_UTC must be a macro.
41427         Make timespec_get available for ISO C11 only as well.
41428
41429 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41430
41431         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41432         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41433
41434 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41435
41436         * configure.in: Use -o not -a in test for unsupported multi-arch.
41437
41438 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41439
41440         * manual/texinfo.tex: Update to version 2012-01-19.16.
41441
41442 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41443
41444         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41445
41446 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41447
41448         [BZ #13738]
41449         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41450         * manual/fdl-1.3.texi: New file.
41451         * manual/fdl-1.1.texi: File removed.
41452
41453         [BZ #13738]
41454         * manual/libc.texinfo (FDL_VERSION): New @set.
41455         Use it for mention of FDL in cover text.
41456         (Documentation License): Use it in @include file name.
41457
41458 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41459             Roland McGrath  <roland@hack.frob.com>
41460
41461         [BZ #5461]
41462         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41463         (not LONG_LONG_MAX and LONG_LONG_MIN.
41464         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41465         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41466         name.
41467         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41468
41469 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41470
41471         [BZ #2547]
41472         [BZ #11365]
41473         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41474         manipulate bits before adding and subtracting TWO23[sx].
41475         * math/libm-test.inc (nearbyint_test): Add more tests.
41476
41477 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41478
41479         [BZ #2548]
41480         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41481         bits before adding and subtracting TWO23[sx].
41482         * math/libm-test.inc (rint_test): Add more tests.
41483         (rint_test_tonearest): Likewise.
41484         (rint_test_towardzero): Likewise.
41485         (rint_test_downward): Likewise.
41486         (rint_test_upward: Likewise.
41487
41488 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41489
41490         [BZ #10110]
41491         * include/stdc-predef.h: New file.  Extracted from features.h.
41492         * include/features.h: Include stdc-predef.h.
41493         * Makefile (headers): Add stdc-predef.h.
41494         * CONFORMANCE (Compiler limitations): Update.
41495
41496 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41497
41498         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41499
41500 2012-02-21  David S. Miller  <davem@davemloft.net>
41501
41502         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41503         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41504
41505 2012-02-20  David S. Miller  <davem@davemloft.net>
41506
41507         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41508         using a normal save/restore sequence, rather than allocating a
41509         dummy stack frame just to store a frame pointer and restore.
41510         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41511
41512 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41513
41514         * manual/install.texi: Fix stray word in line-wrapped comment.
41515
41516 2012-02-20  David S. Miller  <davem@davemloft.net>
41517
41518         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41519         both binutils and gcc support GOTDATA.
41520
41521         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41522         "rd %pc" in the PIC register setup sequences.
41523
41524         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41525         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41526         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41527         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41528         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41529         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41530         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41531         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41532         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41533         (SYSCALL_ERROR_HANDLER): Likewise.
41534         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41535         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41536         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41537         (SYSCALL_ERROR_HANDLER): Likewise.
41538
41539         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41540         (HAVE_GCC_GOTDATA): New.
41541         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41542         relocation support in both binutils and gcc.
41543         * sysdeps/sparc/elf/configure: Regenerate.
41544
41545         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41546         * sysdeps/sparc/sparc32/elf/configure: Delete.
41547         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41548         * sysdeps/sparc/sparc64/elf/configure: Delete.
41549         * sysdeps/sparc/elf/configure.in: New file.
41550         * sysdeps/sparc/elf/configure: Generate.
41551
41552         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41553         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41554         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41555         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41556         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41557
41558 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41559
41560         * manual/install.texi: Do not mention specific glibc version
41561         numbers.
41562         * manual/libc.texinfo (VERSION, UPDATED): Update.
41563         (@copying): Use @copyright{} and range of years.
41564
41565 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41566
41567         [BZ #13695]
41568         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
41569         [crti.S not in sysdirs] (generated): Do not append.
41570         [crti.S not in sysdirs] (omit-deps): Likewise.
41571         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
41572         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
41573         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
41574         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
41575         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
41576         Likewise.
41577         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
41578         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
41579         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
41580         * csu/defs.awk: Remove file.
41581         * sysdeps/generic/initfini.c: Likewise.
41582         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
41583         variable.
41584         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
41585         Likewise.
41586
41587 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41588
41589         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
41590         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
41591         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
41592         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
41593         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
41594         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
41595         <bits/epoll.h>.
41596         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
41597         (__EPOLL_PACKED): Define to empty if not defined by
41598         <bits/epoll.h>.
41599         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
41600         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41601         bits/epoll.h.
41602
41603 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41604
41605         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
41606         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
41607         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
41608         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
41609         <bits/timerfd.h>.
41610         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
41611         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41612         bits/timerfd.h.
41613
41614 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41615
41616         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
41617         in C locale.
41618         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41619         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
41620         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
41621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41622
41623 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
41624
41625         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41626         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41627
41628 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
41629
41630         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
41631         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
41632         defined.
41633         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
41634         Likewise.
41635         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
41636         entry for 2.16.
41637
41638 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
41639
41640         * math/w_acos.c: Use non-signaling floating-point comparisons.
41641         * math/w_acosf.c: Likewise.
41642         * math/w_acosh.c: Likewise.
41643         * math/w_acoshf.c: Likewise.
41644         * math/w_acoshl.c: Likewise.
41645         * math/w_acosl.c: Likewise.
41646         * math/w_asin.c: Likewise.
41647         * math/w_asinf.c: Likewise.
41648         * math/w_asinl.c: Likewise.
41649         * math/w_atanh.c: Likewise.
41650         * math/w_atanhf.c: Likewise.
41651         * math/w_atanhl.c: Likewise.
41652         * math/w_exp2.c: Likewise.
41653         * math/w_exp2f.c: Likewise.
41654         * math/w_exp2l.c: Likewise.
41655         * math/w_j0.c: Likewise.
41656         * math/w_j0f.c: Likewise.
41657         * math/w_j0l.c: Likewise.
41658         * math/w_j1.c: Likewise.
41659         * math/w_j1f.c: Likewise.
41660         * math/w_j1l.c: Likewise.
41661         * math/w_jn.c: Likewise.
41662         * math/w_jnf.c: Likewise.
41663         * math/w_log.c: Likewise.
41664         * math/w_log10.c: Likewise.
41665         * math/w_log10f.c: Likewise.
41666         * math/w_log10l.c: Likewise.
41667         * math/w_log2.c: Likewise.
41668         * math/w_log2f.c: Likewise.
41669         * math/w_log2l.c: Likewise.
41670         * math/w_logf.c: Likewise.
41671         * math/w_logl.c: Likewise.
41672         * math/w_sqrt.c: Likewise.
41673         * math/w_sqrtf.c: Likewise.
41674         * math/w_sqrtl.c: Likewise.
41675         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41676         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
41677         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41678         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
41679         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
41680
41681 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41682
41683         [BZ #9739]
41684         * manual/string.texi (strnlen): Use correct parameter name in
41685         equivalent expression.
41686
41687 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41688
41689         [BZ #11174]
41690         * manual/users.texi (seteuid): Consistently use neweuid for
41691         argument name.
41692
41693 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41694
41695         [BZ #13704]
41696         * manual/nss.texi (Services in the NSS configuration): Correct
41697         list of services in example configuration file.
41698
41699 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
41700
41701         [BZ #11322]
41702         * manual/arith.texi: Remove statements about negative zero
41703         behaving identically to zero.
41704
41705 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41706
41707         [BZ #5993]
41708         * manual/install.texi: Do not document upgrading from libc5.
41709
41710 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41711
41712         [BZ #4596]
41713         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
41714
41715 2012-02-18  David S. Miller  <davem@davemloft.net>
41716
41717         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
41718         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
41719         %o7 across the call.
41720         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
41721         instead.
41722         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
41723         SETUP_PIC_REG_LEAF.
41724         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41725         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
41726         * sysdeps/sparc/crtn.S: Likewise.
41727
41728 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
41729
41730         * aout/Makefile: Remove.
41731
41732 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
41733
41734         [BZ #13058]
41735         * manual/examples/argp-ex1.c (main): Format definition in GNU
41736         style.
41737         * manual/examples/argp-ex2.c (main): Likewise.
41738         * manual/examples/argp-ex3.c (main): Likewise.
41739         * manual/examples/argp-ex4.c (main): Likewise.
41740         * manual/examples/longopt.c (main): Use new-style prototype
41741         definition.
41742         * manual/examples/strncat.c (main): Specify return type and use
41743         (void) for arguments.
41744         * manual/examples/subopt.c (main): Use char **argv argument.
41745
41746 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41747
41748         [BZ #5077]
41749         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
41750         rounding modes.
41751
41752 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
41753
41754         [BZ #6907]
41755         * manual/string.texi (strchr): Change when strchrnul is
41756         recommended.
41757
41758 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
41759
41760         [BZ #174]
41761         * manual/locale.texi (setlocale): Document LOCPATH.
41762
41763 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41764
41765         [BZ #10210]
41766         * manual/process.texi (execle): Move @dots{} before last argument.
41767
41768 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
41769
41770         [BZ #12047]
41771         * manual/charset.texi (Generic Charset Conversion): Fix typo
41772         (LC_TYPE -> LC_CTYPE).
41773
41774 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
41775
41776         [BZ #5805]
41777         * manual/arith.texi (scalbn): Use @var{} on parameter names.
41778         (scalbnf): Likewise.
41779         (scalbnl): Likewise.
41780         (scalbln): Likewise.
41781         (scalblnf): Likewise.
41782         (scalblnl): Likewise.
41783         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
41784         (vwarnx): Likewise.
41785         (verr): Likewise.
41786         (verrx): Likewise.
41787         * manual/filesys.texi (telldir): Use braces around return type.
41788         * manual/llio.texi (mmap): Add space after comma.
41789         (mmap64): Likewise.
41790         * manual/math.texi (jn): Use @var{} on parameter names.
41791         (jnf): Likewise.
41792         (jnl): Likewise.
41793         (yn): Likewise.
41794         (ynf): Likewise.
41795         (ynl): Likewise.
41796         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
41797         line.
41798         * manual/resource.texi (ulimit): Use @dots{} instead of literal
41799         "...".
41800         (sched_get_priority_min): Remove semicolon on @deftypefun line.
41801         (sched_get_priority_max): Likewise.
41802         * manual/signal.texi (sigvec): Add space after comma.
41803         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
41804         names.
41805         (if_indextoname): Likewise.
41806         (if_freenameindex): Likewise.
41807         (sendto): Use ',' instead of '.' in prototype.
41808         * manual/startup.texi (syscall): Use @dots{} instead of literal
41809         "...".
41810         * manual/stdio.texi (__fpending): Separate initial words of
41811         paragraph from @deftypefun line.
41812         * manual/syslog.texi (syslog): Use @dots{} instead of literal
41813         "...".
41814         (vsyslog): Use @var{} on parameter names.
41815         * manual/terminal.texi (stty): Use @var{} on parameter names.
41816         * manual/users.texi (getutmp): Use @var{} on parameter names.
41817         (getutmpx): Likewise.
41818
41819 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41820
41821         [BZ #6884]
41822         * manual/stdio.texi (fopen): Fix typos in description of
41823         ",ccs=STRING".
41824
41825 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
41826
41827         [BZ #4026]
41828         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
41829         get clock_id definition.
41830
41831 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41832
41833         [BZ #4822]
41834         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41835         (madvise): Cast every argument to void on its own.
41836
41837 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41838
41839         [BZ #9902]
41840         * manual/startup.texi (Exit Status): Fix typo.
41841
41842 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41843
41844         [BZ #10140]
41845         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41846         * manual/examples/argp-ex2.c: Likewise.
41847         * manual/examples/argp-ex3.c: Likewise.
41848
41849 2012-02-16  Richard Henderson  <rth@redhat.com>
41850
41851         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41852         * sysdeps/s390/s390-32/initfini.c: Remove.
41853         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41854         * sysdeps/s390/s390-64/initfini.c: Remove.
41855
41856 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41857
41858         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41859         compiler output for sysdeps/generic/initfini.c.
41860         * sysdeps/sh/elf/initfini.c: Remove file.
41861
41862 2012-02-16  David S. Miller  <davem@davemloft.net>
41863
41864         [BZ #11494]
41865         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
41866
41867         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
41868         * sysdeps/sparc/crti.S: New file.
41869         * sysdeps/sparc/crtn.S: New file.
41870         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
41871         * sysdeps/sparc/sparc64/Makefile: Likewise.
41872
41873 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
41874
41875         [BZ #3335]
41876         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
41877
41878 2012-02-15  Roland McGrath  <roland@hack.frob.com>
41879
41880         [BZ #4822]
41881         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
41882
41883         * mach/devstream.c (cookie_io_functions_t): Macro removed.
41884         (write, read, close): Likewise.
41885         Patch by Aurelien Jarno <aurelien@aurel32.net>.
41886
41887 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
41888
41889         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
41890         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
41891         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
41892         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
41893         <bits/signalfd.h>.
41894         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
41895         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41896         bits/signalfd.h.
41897
41898 2012-02-14  Marek Polacek  <polacek@redhat.com>
41899
41900         * sysdeps/x86_64/crti.S: New file.
41901         * sysdeps/x86_64/crtn.S: New file.
41902         * sysdeps/x86_64/elf/initfini.c: Remove file.
41903
41904 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41905
41906         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
41907         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
41908         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
41909         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
41910         <bits/inotify.h>.
41911         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
41912         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41913         bits/inotify.h.
41914
41915 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41916
41917         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
41918         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
41919         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
41920         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
41921         <bits/eventfd.h>.
41922         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
41923         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41924         bits/eventfd.h.
41925
41926 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
41927
41928         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
41929         __feraiseexcept instead of feraiseexcept.
41930
41931         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
41932         nanosleep invocations.
41933         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
41934         strings, and add error checking for a nanosleep invocations.
41935
41936 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
41937
41938         Replace FSF snail mail address with URLs, as per GNU coding standards.
41939         Most of the snail mail addresses were wrong anyway, and omitting
41940         them makes the source code easier to maintain.  Almost all of the
41941         changes are to license notices and to locale LC_IDENTIFICATION
41942         addresses, except for this one:
41943         * manual/libc.texinfo: In "Published by", give the FSF's URL,
41944         not its snail mail address.
41945
41946 2012-02-09  Richard Henderson  <rth@twiddle.net>
41947
41948         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
41949         of kernel-features.h.
41950
41951         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
41952
41953 2012-02-08  Marek Polacek  <polacek@redhat.com>
41954
41955         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
41956         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
41957         * sysdeps/gnu/_G_config.h: Likewise.
41958         * sysdeps/generic/_G_config.h: Likewise.
41959
41960 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
41961
41962         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
41963         tests.
41964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41965
41966         * sysdeps/powerpc/powerpc32/crti.S: New file.
41967         * sysdeps/powerpc/powerpc32/crtn.S: New file.
41968         * sysdeps/powerpc/powerpc64/crti.S: New file.
41969         * sysdeps/powerpc/powerpc64/crtn.S: New file.
41970
41971         * Makeconfig (have-initfini): Don't set.
41972         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
41973         * configure.in (nopic_initfini): Don't substitute.
41974         * config.h.in (HAVE_INITFINI): Don't #undef.
41975         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
41976         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
41977
41978 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
41979
41980         Support crti.S and crtn.S provided directly by architectures.
41981         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
41982         [crti.S in sysdirs] (omit-deps): Likewise.
41983         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
41984         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
41985         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
41986         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
41987         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
41988         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
41989         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
41990         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
41991         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
41992         compiler output for sysdeps/generic/initfini.c.
41993         * sysdeps/i386/elf/Makefile: Remove file.
41994         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
41995
41996 2012-02-07  Marek Polacek  <polacek@redhat.com>
41997
41998         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
41999         * sysdeps/gnu/_G_config.h: Likewise.
42000         * sysdeps/mach/hurd/_G_config.h: Likewise.
42001
42002 2012-02-07  Marek Polacek  <polacek@redhat.com>
42003
42004         * math/Makefile (tests): Add tst-CMPLX2.
42005         * math/tst-CMPLX2.c: New file.
42006
42007 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42008
42009         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42010
42011         * math/libm-test.inc (jn_test): Add missing L suffix.
42012
42013 2012-02-06  Marek Polacek  <polacek@redhat.com>
42014
42015         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42016         * sysdeps/i386/fpu/e_powf.S: Likewise.
42017         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42018         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42019         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42020         * sysdeps/i386/fpu/e_pow.S: Likewise.
42021         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42022         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42023         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42024         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42025         * sysdeps/i386/fpu/e_log2.S: Likewise.
42026         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42027         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42028         * sysdeps/i386/fpu/e_powl.S: Likewise.
42029         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42030         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42031         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42032         * sysdeps/i386/fpu/e_logl.S: Likewise.
42033         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42034         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42035         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42036         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42037         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42038         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42039         * sysdeps/i386/fpu/e_log.S: Likewise.
42040         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42041         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42042         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42043         * sysdeps/i386/fpu/e_logf.S: Likewise.
42044         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42045         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42046         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42047         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42048         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42049         * sysdeps/i386/fpu/e_log10.S: Likewise.
42050         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42051         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42052         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42053         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42054         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42055         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42056         * sysdeps/i386/asm-syntax.h: Likewise.
42057         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42058         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42059         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42060         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42061         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42062         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42063         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42064         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42065         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42066         * sysdeps/powerpc/sysdep.h: Likewise.
42067         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42068         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42069
42070 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42071
42072         [BZ #411]
42073         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42074
42075 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42076
42077         * sysdeps/i386/sysdep.h: Include <features.h>.
42078         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42079         version.
42080
42081 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42082
42083         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42084         Define.
42085         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42086         LOAD_PIC_REG_STR.
42087
42088 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42089
42090         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42091         (SETUP_PIC_REG): Use GET_PC_THUNK.
42092         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42093         macro.
42094
42095 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42096
42097         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42098         for non-PIC compilation.
42099         (SETUP_PIC_REG): Add .p2align directive.
42100         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42101         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42102         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42103         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42104         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42105         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42106         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42107         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42108         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42109         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42110         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42111         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42112         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42113         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42114         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42115         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42116         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42117         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42118         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42119         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42120         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42121         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42122         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42123         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42124         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42125         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42126         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42127         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42128         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42129         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42130         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42131         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42132         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42133         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42134         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42135         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42136         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42137         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42138         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42139         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42140         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42141
42142 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42143
42144         * math/tst-CMPLX.c: Include <stdio.h>.
42145
42146 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42147
42148         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42149         float.
42150         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42151         * sysdeps/sparc/bits/mathdef.h: Likewise.
42152
42153 2012-01-31  Marek Polacek  <polacek@redhat.com>
42154
42155         * libio/libio.h: Don't define _PARAMS.
42156         * locale/programs/config.h: Don't define PARAMS.
42157         * stdlib/strtol_l.c: Likewise.
42158         (__strtol_l): Remove PARAMS from the prototype.
42159
42160 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42161
42162         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42163         names.  Just use the correct names.  Remove unnecessary wrapper
42164         functions.
42165         * malloc/arena.c: Likewise.
42166         * malloc/hooks.c: Likewise.
42167
42168         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42169         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42170         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42171
42172 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42173
42174         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42175         into tail calls.
42176         (update_get_addr): New function.
42177         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42178         GET_ADDR_MODULE parameter.
42179
42180 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42181
42182         * crypt/cert.c: Remove __STDC__ conditionals.
42183         * crypt/crypt-entry.c: Likewise.
42184         * crypt/crypt_util.c: Likewise.
42185         * libio/filedoalloc.c: Likewise.
42186         * libio/fileops.c: Likewise.
42187         * libio/genops.c: Likewise.
42188         * libio/iofclose.c: Likewise.
42189         * libio/iofdopen.c: Likewise.
42190         * libio/iofopen.c: Likewise.
42191         * libio/iofopen64.c: Likewise.
42192         * libio/iogetdelim.c: Likewise.
42193         * libio/iopopen.c: Likewise.
42194         * libio/obprintf.c: Likewise.
42195         * libio/oldfileops.c: Likewise.
42196         * libio/oldiofclose.c: Likewise.
42197         * libio/oldiofdopen.c: Likewise.
42198         * libio/oldiofopen.c: Likewise.
42199         * libio/oldiopopen.c: Likewise.
42200         * libio/wfiledoalloc.c: Likewise.
42201         * libio/wgenops.c: Likewise.
42202         * locale/programs/xmalloc.c: Likewise.
42203         * misc/syslog.c: Likewise.
42204         * stdio-common/xbug.c: Likewise.
42205         * string/memchr.c: Likewise.
42206         * string/memcmp.c: Likewise.
42207         * string/memrchr.c: Likewise.
42208         * string/rawmemchr.c: Likewise.
42209         * sysdeps/posix/getcwd.c: Likewise.
42210         * time/strftime_l.c: Likewise.
42211
42212 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42213
42214         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42215         * config.make.in (config-cflags-sse2avx): Define.
42216         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42217         Fix typo.
42218
42219 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42220
42221         * scripts/config.guess: Update from upstream config git repository.
42222         * scripts/config.sub: Likewise.
42223
42224 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42225
42226         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42227         (EM_NUM): Update.
42228         (R_TILEPRO_*, R_TILEGX_*): New macros.
42229
42230         * scripts/firstversions.awk: Fix bug in version range handling.
42231
42232         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42233
42234         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42235
42236         * include/sys/epoll.h: New file.
42237         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42238         libc_hidden_def.
42239
42240 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42241
42242         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42243         Avoid unnecessary __WORDSIZE == 64 test.
42244         (fmaxf): Use VEX format if possible.
42245         (fmax): Likewise.
42246         (fminf): Likewise.
42247         (fmin): Likewise.
42248
42249         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42250         * math/math_private.h: Remove libc_fegetround* and
42251         libc_fesetround*.
42252         * sysdeps/i386/configure.in: Check for -msse2avx.
42253         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42254         also if SSE2AVX is defined.
42255         Remove libc_fegetround* and libc_fesetround*.
42256         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42257         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42258         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42259         of HAS_YMM_USABLE.
42260         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42261         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42262         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42263         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42264         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42265
42266         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42267
42268 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42269
42270         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42271         size is not set.
42272         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42273
42274 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42275
42276         [BZ #13618]
42277         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42278         relocation.
42279         * Makeconfig (libm): Define.
42280         * elf/Makefile: Add rules to build and run tst-relsort1.
42281         * elf/tst-relsort1.c: New file.
42282         * elf/tst-relsort1mod1.c: New file.
42283         * elf/tst-relsort1mod2.c: New file.
42284
42285 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42286
42287         * math/s_ldexp.c: Remove __STDC__ conditionals.
42288         * math/s_ldexpf.c: Likewise.
42289         * math/s_ldexpl.c: Likewise.
42290         * math/s_nextafter.c: Likewise.
42291         * math/s_nexttowardf.c: Likewise.
42292         * math/s_significand.c: Likewise.
42293         * math/s_significandf.c: Likewise.
42294         * math/s_significandl.c: Likewise.
42295         * math/w_jnl.c: Likewise.
42296         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42297         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42298         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42299         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42300         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42301         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42302         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42303         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42304         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42305         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42306         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42307         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42308         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42309         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42310         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42311         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42312         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42313         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42314         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42315         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42316         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42317         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42318         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42319         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42320         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42321         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42322         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42323         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42324         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42325         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42326         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42327         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42328         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42329         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42330         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42331         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42332         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42333         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42334         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42335         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42336         * sysdeps/ieee754/k_standard.c: Likewise.
42337         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42338         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42339         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42340         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42341         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42342         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42343         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42344         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42345         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42346         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42347         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42348         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42349         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42350         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42351         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42352         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42353         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42354         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42355         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42356         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42357         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42358         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42359         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42360         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42361         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42362         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42363         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42364         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42365         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42366         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42367         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42368         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42369         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42370         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42371         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42372         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42373         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42374         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42375         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42376         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42377         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42378         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42379         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42380         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42381         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42382         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42383         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42384         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42385         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42386         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42387         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42388         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42389         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42390         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42391         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42392         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42393         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42394         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42395         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42396         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42397         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42398         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42399         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42400         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42401         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42402         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42403         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42404         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42405         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42406         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42407         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42408         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42409         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42410         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42411         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42412         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42413         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42414         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42415         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42416         * sysdeps/ieee754/s_matherr.c: Likewise.
42417         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42418         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42419         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42420         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42421
42422 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42423
42424         * crypt/md5.h: Remove __STDC__ conditionals.
42425         * libio/libioP.h: Likewise.
42426         * locale/programs/config.h: Likewise.
42427         * sysdeps/generic/sysdep.h: Likewise.
42428         * sysdeps/i386/asm-syntax.h: Likewise.
42429         * sysdeps/s390/asm-syntax.h: Likewise.
42430         * sysdeps/unix/sysdep.h: Likewise.
42431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42433
42434 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42435
42436         * libio/libio.h: Remove __STDC__ conditionals.
42437         * malloc/obstack.h: Likewise.
42438         * math/complex.h: Likewise.
42439         * math/math.h: Likewise.
42440         * sysdeps/generic/_G_config.h: Likewise.
42441         * sysdeps/gnu/_G_config.h: Likewise.
42442         * sysdeps/mach/hurd/_G_config.h: Likewise.
42443         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42444         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42445         * sysdeps/sparc/bits/mathdef.h: Likewise.
42446
42447 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42448
42449         [BZ #13583]
42450         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42451         Clean up HAS_* macros.
42452         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42453         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42454         possible.
42455         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42456         HAS_AVX.
42457         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42458         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42459         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42460         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42461         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42462
42463 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42464
42465         * elf/tst-unique3.cc (gets): Remove declaration.
42466         * elf/tst-unique3lib.cc (gets): Likewise.
42467         * elf/tst-unique3lib2.cc (gets): Likewise.
42468         * elf/tst-unique4.cc (gets): Likewise.
42469
42470 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42471
42472         * include/stdio.h: Add C++ protection.  Add gets declarations and
42473         definitions.
42474         * debug/tst-chk1.c: Don't declare gets here.
42475         * stdio-common/tst-gets.c: Likewise.
42476
42477 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42478
42479         * posix/glob: Remove directory.
42480
42481 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42482
42483         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42484
42485 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42486
42487         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42488         of the non-standard EPFNOSUPPORT.
42489
42490 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42491
42492         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42493         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42494         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42495
42496 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42497
42498         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42499
42500 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42501
42502         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42503         transient errors.
42504         * nscd/grpcache.c (cache_addgr): Likewise.
42505         * nscd/hstcache.c (cache_addhst): Likewise.
42506         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42507         * nscd/pwdcache.c (cache_addpw): Likewise.
42508         * nscd/servicescache.c (cache_addserv): Likewise.
42509
42510 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42511
42512         * malloc/malloc.c: Various cleanups.
42513         * malloc/hooks.c: Likewise.
42514
42515         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42516         * stdlib/bug-fmtmsg1.c: New file.
42517
42518         * stdlib/fmtmsg.c (init): Add missing unlock.
42519         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42520
42521 2012-01-12  Marek Polacek  <polacek@redhat.com>
42522
42523         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42524         and _GNU_SOURCE.
42525
42526 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42527
42528         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42529         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42530         macro to ensure uniqueness of label name.
42531         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42532         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42533
42534 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42535
42536         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42537
42538         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42539         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42540         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42541         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42542
42543 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42544
42545         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42546
42547         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42548         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42549         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42550
42551         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42552
42553         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42554         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42555         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42556         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42557
42558         * math/bits/math-finite.h: Add ldexp support.
42559
42560 2012-01-10  Marek Polacek  <polacek@redhat.com>
42561
42562         * locale/programs/localedef.h (show_archive_content): Add noreturn
42563         attribute.
42564
42565 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
42566
42567         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
42568
42569 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42570
42571         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
42572
42573         * io/Makefile (headers): Add bits/poll2.h.
42574
42575 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
42576
42577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
42578         typo #include statement.
42579
42580 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42581
42582         * include/sys/cdefs.h: Define __attribute_alloc_size.
42583         * catgets/gencat.c: Add alloc_size attribute and apply consistently
42584         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
42585         * elf/pldd.c: Likewise.
42586         * iconv/iconv_charmap.c: Likewise.
42587         * iconv/iconvconfig.c: Likewise.
42588         * iconv/strtab.c: Likewise.
42589         * locale/programs/locale.c: Likewise.
42590         * locale/programs/localedef.h: Likewise.
42591         * locale/programs/simple-hash.c: Likewise.
42592         * nscd/nscd.h: Likewise.
42593         * nss/makedb.c: Likewise.
42594         * sysdeps/generic/ldconfig.h: Likewise.
42595         * locale/programs/localedef.c: Remove xmalloc prototype.
42596         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
42597
42598 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
42599
42600         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
42601         appropriate.
42602
42603 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42604
42605         * math/Makefile (tests): Add tst-CMPLX.
42606         * math/tst-CMPLX.c: New file.
42607
42608         * math/complex.h (CMPLXL): Fix typo.
42609
42610         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
42611         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
42612         GLIBC_2.16.
42613         * debug/tst-chk1.c: Add poll and ppoll tests.
42614         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
42615         * include/sys/poll.h: Add hidden proto for ppoll.
42616         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
42617         * sysdeps/mach/hurd/ppoll.c: Likewise.
42618         * io/ppoll.c: Likewise.
42619         * debug/poll_chk.c: New file.
42620         * debug/ppoll_chk.c: New file.
42621         * include/bits/poll2.h: New file.
42622         * io/bits/poll2.h: New file.
42623
42624         [BZ #1350]
42625         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
42626
42627         * configure.in: static is always set to yes.  Remove.
42628         * config.make.in: Don't set build-static.
42629         * Makeconfig: Remove use of build-static.
42630         * dlfcn/Makefile: Likewise.
42631         * elf/Makefile: Likewise.
42632         * math/Makefile: Likewise.
42633         * misc/Makefile: Likewise.
42634         * nptl/Makefile: Likewise.
42635         * sysdeps/mach/hurd/Makefile: Likewise.
42636
42637         * configure.in: PWD_P is not used anymore.
42638         * config.make.in: Remove PWD_P entry.
42639
42640         * configure.in: Remove last remnants of RANLIB.
42641         No need to check for signed size_t anymore.
42642         Don't set libc_commonpagesize and libc_relro_required here for Alpha
42643         and IA-64.
42644         Remove __builtin_expect test because we require at least gcc 3.4.
42645         * aclocal.m4: Likewise.
42646
42647         * wcsmbs/mbrtoc16.c: Implement using towc function.
42648         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
42649         * wcsmbs/wcsmbsload.c: Likewise.
42650         * iconv/gconv_simple.c: Likewise.
42651         * iconv/gconv_int.h: Likewise.
42652         * iconv/gconv_builtin.h: Likewise.
42653         * iconv/iconv_prog.c: Remove CHAR16 handling.
42654
42655         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
42656
42657         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
42658
42659         * configure.in: Remove --with-elf and --enable-bounded options.
42660         Dont set base_machine for ia64.  More non-ELF conditions removed.
42661         Remove testing and setting of leading underscore information.
42662         * config.make.in (build-bounded): Set to no.
42663         * config.h.in: Remove NO_UNDERSCORES entry.
42664         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
42665         them.
42666         * csu/start.c: Remove !NO_UNDERSCORE code.
42667         * locale/localeinfo.h: Likewise.
42668         * sysdeps/generic/machine-gmon.h: Likewise.
42669         * sysdeps/generic/sysdep.h: Likewise.
42670         * sysdeps/i386/sysdep.h: Likewise.
42671         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42672         * sysdeps/mach/sysdep.h: Likewise.
42673         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42674         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42675         * sysdeps/sh/sysdep.h: Likewise.
42676         * sysdeps/sparc/sparc32/alloca.S: Likewise.
42677         * sysdeps/unix/i386/sysdep.S: Likewise.
42678         * sysdeps/unix/sparc/start.c: Likewise.
42679         * sysdeps/unix/sparc/sysdep.S: Likewise.
42680         * sysdeps/unix/sparc/sysdep.h: Likewise.
42681         * sysdeps/unix/start.c: Likewise.
42682         * sysdeps/unix/x86_64/sysdep.S: Likewise.
42683         * sysdeps/x86_64/sysdep.h: Likewise.
42684
42685 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
42686
42687         [BZ #13553]
42688         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
42689         for non-gcc.
42690         * argp/argp-fmtstream.h: Use const instead __const.
42691         * argp/argp.h: Likewise.
42692         * assert/assert.h: Likewise.
42693         * bits/fenv.h: Likewise.
42694         * bits/sched.h: Likewise.
42695         * bits/sigset.h: Likewise.
42696         * bits/sigthread.h: Likewise.
42697         * catgets/nl_types.h: Likewise.
42698         * conform/data/pthread.h-data: Likewise.
42699         * crypt/crypt-private.h: Likewise.
42700         * crypt/crypt.h: Likewise.
42701         * crypt/crypt_util.c: Likewise.
42702         * ctype/ctype.h: Likewise.
42703         * debug/execinfo.h: Likewise.
42704         * debug/mbsnrtowcs_chk.c: Likewise.
42705         * debug/mbsrtowcs_chk.c: Likewise.
42706         * debug/wcsnrtombs_chk.c: Likewise.
42707         * debug/wcsrtombs_chk.c: Likewise.
42708         * debug/wcstombs_chk.c: Likewise.
42709         * dirent/dirent.h: Likewise.
42710         * dlfcn/dlfcn.h: Likewise.
42711         * elf/neededtest4.c: Likewise.
42712         * grp/grp.h: Likewise.
42713         * gshadow/gshadow.h: Likewise.
42714         * iconv/gconv.h: Likewise.
42715         * iconv/gconv_int.h: Likewise.
42716         * iconv/gconv_simple.c: Likewise.
42717         * iconv/iconv.h: Likewise.
42718         * iconv/loop.c: Likewise.
42719         * iconv/skeleton.c: Likewise.
42720         * include/aio.h: Likewise.
42721         * include/aliases.h: Likewise.
42722         * include/argz.h: Likewise.
42723         * include/arpa/inet.h: Likewise.
42724         * include/assert.h: Likewise.
42725         * include/dirent.h: Likewise.
42726         * include/dlfcn.h: Likewise.
42727         * include/execinfo.h: Likewise.
42728         * include/fcntl.h: Likewise.
42729         * include/fenv.h: Likewise.
42730         * include/glob.h: Likewise.
42731         * include/grp.h: Likewise.
42732         * include/libintl.h: Likewise.
42733         * include/mntent.h: Likewise.
42734         * include/netdb.h: Likewise.
42735         * include/pwd.h: Likewise.
42736         * include/rpc/netdb.h: Likewise.
42737         * include/sched.h: Likewise.
42738         * include/search.h: Likewise.
42739         * include/shadow.h: Likewise.
42740         * include/signal.h: Likewise.
42741         * include/stdio.h: Likewise.
42742         * include/stdlib.h: Likewise.
42743         * include/string.h: Likewise.
42744         * include/sys/socket.h: Likewise.
42745         * include/sys/stat.h: Likewise.
42746         * include/sys/statfs.h: Likewise.
42747         * include/sys/statvfs.h: Likewise.
42748         * include/sys/syslog.h: Likewise.
42749         * include/sys/time.h: Likewise.
42750         * include/sys/uio.h: Likewise.
42751         * include/time.h: Likewise.
42752         * include/unistd.h: Likewise.
42753         * include/utmp.h: Likewise.
42754         * include/wchar.h: Likewise.
42755         * include/wctype.h: Likewise.
42756         * inet/aliases.h: Likewise.
42757         * inet/arpa/inet.h: Likewise.
42758         * inet/netinet/ether.h: Likewise.
42759         * inet/netinet/in.h: Likewise.
42760         * intl/libintl.h: Likewise.
42761         * io/bits/fcntl2.h: Likewise.
42762         * io/fcntl.h: Likewise.
42763         * io/ftw.h: Likewise.
42764         * io/sys/poll.h: Likewise.
42765         * io/sys/stat.h: Likewise.
42766         * io/sys/statfs.h: Likewise.
42767         * io/sys/statvfs.h: Likewise.
42768         * io/utime.h: Likewise.
42769         * libio/bits/stdio.h: Likewise.
42770         * libio/bits/stdio2.h: Likewise.
42771         * libio/libio.h: Likewise.
42772         * libio/libioP.h: Likewise.
42773         * libio/stdio.h: Likewise.
42774         * locale/lc-ctype.c: Likewise.
42775         * locale/locale.h: Likewise.
42776         * login/utmp.h: Likewise.
42777         * malloc/arena.c: Likewise.
42778         * malloc/malloc.c: Likewise.
42779         * malloc/malloc.h: Likewise.
42780         * malloc/mcheck.c: Likewise.
42781         * malloc/mtrace.c: Likewise.
42782         * math/bits/mathcalls.h: Likewise.
42783         * math/fenv.h: Likewise.
42784         * math/math_private.h: Likewise.
42785         * misc/bits/error.h: Likewise.
42786         * misc/bits/syslog.h: Likewise.
42787         * misc/err.h: Likewise.
42788         * misc/error.h: Likewise.
42789         * misc/fstab.h: Likewise.
42790         * misc/mntent.h: Likewise.
42791         * misc/regexp.h: Likewise.
42792         * misc/search.h: Likewise.
42793         * misc/sgtty.h: Likewise.
42794         * misc/sys/mman.h: Likewise.
42795         * misc/sys/syslog.h: Likewise.
42796         * misc/sys/uio.h: Likewise.
42797         * misc/sys/xattr.h: Likewise.
42798         * misc/ttyent.h: Likewise.
42799         * nis/rpcsvc/ypclnt.h: Likewise.
42800         * nss/nss.h: Likewise.
42801         * posix/bits/unistd.h: Likewise.
42802         * posix/fnmatch.h: Likewise.
42803         * posix/glob.h: Likewise.
42804         * posix/sched.h: Likewise.
42805         * posix/spawn.h: Likewise.
42806         * posix/sys/wait.h: Likewise.
42807         * posix/unistd.h: Likewise.
42808         * posix/wordexp.h: Likewise.
42809         * pwd/pwd.h: Likewise.
42810         * resolv/netdb.h: Likewise.
42811         * resource/sys/resource.h: Likewise.
42812         * rt/aio.h: Likewise.
42813         * rt/bits/mqueue2.h: Likewise.
42814         * rt/mqueue.h: Likewise.
42815         * shadow/shadow.h: Likewise.
42816         * signal/signal.h: Likewise.
42817         * socket/send.c: Likewise.
42818         * socket/sendto.c: Likewise.
42819         * socket/sys/socket.h: Likewise.
42820         * stdio-common/printf.h: Likewise.
42821         * stdlib/bits/stdlib.h: Likewise.
42822         * stdlib/fmtmsg.h: Likewise.
42823         * stdlib/monetary.h: Likewise.
42824         * stdlib/stdlib.h: Likewise.
42825         * stdlib/ucontext.h: Likewise.
42826         * streams/stropts.h: Likewise.
42827         * string/argz.h: Likewise.
42828         * string/bits/string2.h: Likewise.
42829         * string/string.h: Likewise.
42830         * string/strings.h: Likewise.
42831         * sunrpc/rpc/auth.h: Likewise.
42832         * sunrpc/rpc/auth_des.h: Likewise.
42833         * sunrpc/rpc/clnt.h: Likewise.
42834         * sunrpc/rpc/netdb.h: Likewise.
42835         * sunrpc/rpc/pmap_clnt.h: Likewise.
42836         * sunrpc/rpc/xdr.h: Likewise.
42837         * sysdeps/generic/inttypes.h: Likewise.
42838         * sysdeps/generic/net/if.h: Likewise.
42839         * sysdeps/generic/sys/swap.h: Likewise.
42840         * sysdeps/gnu/net/if.h: Likewise.
42841         * sysdeps/gnu/utmpx.h: Likewise.
42842         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42843         * sysdeps/i386/i486/bits/string.h: Likewise.
42844         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42845         * sysdeps/s390/bits/string.h: Likewise.
42846         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42847         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42848         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42849         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42850         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42851         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42852         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42853         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42854         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42855         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42856         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42857         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42858         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42859         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42860         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42861         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42862         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42863         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42864         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42865         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42866         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42867         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
42868         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
42869         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
42870         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
42871         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
42872         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
42873         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42874         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
42875         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
42876         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
42877         * sysvipc/sys/ipc.h: Likewise.
42878         * sysvipc/sys/msg.h: Likewise.
42879         * sysvipc/sys/sem.h: Likewise.
42880         * sysvipc/sys/shm.h: Likewise.
42881         * termios/termios.h: Likewise.
42882         * time/sys/time.h: Likewise.
42883         * time/time.h: Likewise.
42884         * wcsmbs/bits/wchar2.h: Likewise.
42885         * wcsmbs/uchar.h: Likewise.
42886         * wcsmbs/wchar.h: Likewise.
42887         * wctype/wctype.h: Likewise.
42888
42889         [BZ #13551]
42890         * Makeconfig: Remove all but ELF support including AIX support.
42891         * Makerules: Likewise.
42892         * config.h.in: Likewise.
42893         * config.make.in: Likewise.
42894         * configure: Likewise.
42895         * configure.in: Likewise.
42896         * csu/Makefile: Likewise.
42897         * csu/version.c: Likewise.
42898         * debug/Makefile: Likewise.
42899         * dlfcn/Makefile: Likewise.
42900         * elf/Makefile: Likewise.
42901         * extra-lib.mk: Likewise.
42902         * iconv/Makefile: Likewise.
42903         * include/libc-symbols.h: Likewise.
42904         * include/shlib-compat.h: Likewise.
42905         * resolv/Makefile: Likewise.
42906         * resolv/res_libc.c: Likewise.
42907         * rt/Makefile: Likewise.
42908         * sysdeps/i386/asm-syntax.h: Likewise.
42909         * sysdeps/i386/sysdep.h: Likewise.
42910         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42911         * sysdeps/mach/sysdep.h: Likewise.
42912         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
42913         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
42914         * sysdeps/s390/asm-syntax.h: Likewise.
42915         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42916         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42917         * sysdeps/sh/sysdep.h: Likewise.
42918         * sysdeps/unix/sparc/sysdep.h: Likewise.
42919         * sysdeps/wordsize-32/divdi3.c: Likewise.
42920         * sysdeps/x86_64/sysdep.h: Likewise.
42921
42922         * argp/Versions: Remove _argp_unlock_xxx.
42923
42924         [BZ #13559]
42925         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
42926         * abilist/libBrokenLocale.abilist: Likewise.
42927         * abilist/libanl.abilist: Likewise.
42928         * abilist/libc.abilist: Likewise.
42929         * abilist/libcrypt.abilist: Likewise.
42930         * abilist/libdl.abilist: Likewise.
42931         * abilist/libm.abilist: Likewise.
42932         * abilist/libnsl.abilist: Likewise.
42933         * abilist/libpthread.abilist: Likewise.
42934         * abilist/libresolv.abilist: Likewise.
42935         * abilist/librt.abilist: Likewise.
42936         * abilist/libthread_db.abilist: Likewise.
42937         * abilist/libutil.abilist: Likewise.
42938         * abilist/libnss_db.abilist: New file.
42939
42940         * scripts/abilist.awk: Add support for indirect functions.
42941
42942         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
42943
42944         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
42945
42946         * shlib-versions: Remove entries for ports architectures.
42947
42948         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
42949         files in ports.
42950         * elf/stackguard-macros.h: Remove support for IA-64.
42951         * elf/tst-auditmod1.c: Likewise.
42952         * sysdeps/generic/ldsodefs.h: Likewise.
42953
42954         * sysdeps/unix/sysv/linux/configure.in: Ports should define
42955         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
42956         configure files.
42957
42958         [BZ #13552]
42959         * configure.in: Remove --enable-omitfp support.
42960         * FAQ.in: Adjust.
42961         * config.make.in: Likewise.
42962         * Makeconfig: Likewise.
42963         * manual/install.texi: Likewise.
42964
42965         In case anyone cares, the IA-64 architecture could move to ports.
42966         * sysdeps/ia64/*: Removed.
42967         * sysdeps/unix/sysv/linux/ia64/*: Removed.
42968         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
42969
42970         [BZ #13555]
42971         * configure.in: Remove entries for unsupported architectures.
42972
42973         [BZ #13533]
42974         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
42975         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
42976         routines.
42977         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
42978         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
42979         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
42980         fall back to using wcrtomb.
42981         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
42982         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
42983         renaming.
42984         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
42985         * wcsmbs/tst-c16c32-1.c: New file.
42986
42987         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
42988         local variable.
42989
42990         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
42991
42992         * elf/tst-unique3.cc: Add explicit declaration of gets.
42993         * elf/tst-unique3lib.cc: Likewise.
42994         * elf/tst-unique3lib2.cc: Likewise.
42995         * elf/tst-unique4.cc: Likewise.
42996
42997         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
42998
42999 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43000
43001         [BZ #13566]
43002         * assert/assert.h (static_assert): Don't define for C++.
43003         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43004         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43005
43006 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43007
43008         * iconv/loop.c (single loop): Fix assertion in storing of
43009         remaining bytes.
43010
43011         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43012
43013 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43014
43015         * posix/getconf.c: Update copyright year.
43016         * nss/getent.c: Likewise.
43017         * nss/makedb.c: Likewise.
43018         * iconv/iconvconfig.c: Likewise.
43019         * iconv/iconv_prog.c: Likewise.
43020         * elf/ldconfig.c: Likewise.
43021         * elf/pldd.c: Likewise.
43022         * elf/sotruss.ksh: Likewise.
43023         * catgets/gencat.c: Likewise.
43024         * csu/version.c: Likewise.
43025         * elf/ldd.bash.in: Likewise.
43026         * elf/sprof.c (print_version): Likewise.
43027         * locale/programs/locale.c: Likewise.
43028         * locale/programs/localedef.c: Likewise.
43029         * login/programs/pt_chown.c: Likewise.
43030         * nscd/nscd.c (print_version): Likewise.
43031         * debug/xtrace.sh: Likewise.
43032         * malloc/memusage.sh: Likewise.
43033         * malloc/mtrace.pl: Likewise.
43034         * debug/catchsegv.sh: Likewise.
43035
43036 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43037
43038         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43039         pure attribute.
43040
43041 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43042
43043         [BZ #13533]
43044         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43045         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43046         transformations.
43047         * iconv/gconv_int.h: Likewise.
43048         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43049         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43050         from libc for GLIBC_2.16.
43051         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43052         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43053         * wcsmbs/uchar.h: Really define mbstate_t.
43054         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43055         * wcsmbs/c16rtomb.c: New file.
43056         * wcsmbs/mbrtoc16.c: New file.
43057         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43058         for C/POSIX locale.
43059         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43060         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43061
43062         * wcsmbs/wchar.h: Add missing __restrict.
43063
43064 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43065
43066         [BZ #13532]
43067         * time/Makefile (routines): Add timespec_get.
43068         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43069         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43070         timespec for ISO C11.
43071         * time/timespec_get.c: New file.
43072         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43073         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43074
43075         [BZ #13531]
43076         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43077         * stdlib/stdlib.h: Declare aligned_alloc.
43078         * Versions.def: Add GLIBC_2.16 for libc.
43079         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43080
43081         [BZ 13527]
43082         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43083         ISO C11.
43084
43085         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43086         code.
43087
43088         [BZ #13528]
43089         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43090
43091         [BZ #13529]
43092         * assert/assert.h (static_assert): Define.
43093
43094         * version.h: Update for 2.16 development version.
43095
43096         [BZ #13526]
43097         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43098         _ISOC11_SOURCE.
43099
43100         * version.h (RELEASE): Bump for 2.15 release.
43101         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43102
43103         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43104         Patch by Marek Polacek <mpolacek@redhat.com>.
43105
43106         * bits/byteswap.h: Protect long long constants with __extension__.
43107         * sysdeps/i386/bits/byteswap.h: Likewise.
43108         * sysdeps/ia64/bits/byteswap.h: Likewise.
43109         * sysdeps/s390/bits/byteswap.h: Likewise.
43110         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43111
43112 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43113
43114         [BZ #13540]
43115         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43116         destination buffer.
43117         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43118
43119 2011-12-23  Marek Polacek  <polacek@redhat.com>
43120
43121         * elf/dl-addr.c (determine_info): Add inline keyword.
43122         * elf/tst-auditmod4b.c (check_avx): Likewise.
43123         * elf/tst-auditmod6b.c (check_avx): Likewise.
43124         * elf/tst-auditmod6c.c (check_avx): Likewise.
43125         * elf/tst-auditmod7b.c (check_avx): Likewise.
43126
43127 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43128
43129         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43130         !__SSE_MATH__.
43131
43132 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43133
43134         [BZ #13540]
43135         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43136         processing for last bytes.
43137
43138 2011-08-06  Bruno Haible  <bruno@clisp.org>
43139
43140         [BZ #13061]
43141         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43142         U+0385, not to U+1FEE.
43143
43144         [BZ #13062]
43145         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43146         entry for U+00A5 U+0301.
43147
43148 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43149
43150         [BZ #13166]
43151         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43152         buffer for the output is too small.
43153
43154         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43155         optimization.
43156
43157         [BZ #13185]
43158         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43159         SSE flags if possible.
43160
43161 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43162
43163         [BZ #13540]
43164         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43165         processing for last bytes.
43166
43167 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43168
43169         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43170         (syscall-list-default-options, syscall-list-default-condition)
43171         (syscall-list-includes): Define.
43172         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43173         list of ABIs and options and #if conditions for each ABI.  Do not
43174         handle common syscalls between ABIs specially.
43175         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43176         Remove.
43177         (syscall-list-variants, syscall-list-32bit-options)
43178         (syscall-list-32bit-condition, syscall-list-64bit-options)
43179         (syscall-list-64bit-condition): Define.
43180         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43181         (syscall-list-variants, syscall-list-32bit-options)
43182         (syscall-list-32bit-condition, syscall-list-64bit-options)
43183         (syscall-list-64bit-condition): Define.
43184         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43185         Remove.
43186         (syscall-list-variants, syscall-list-32bit-options)
43187         (syscall-list-32bit-condition, syscall-list-64bit-options)
43188         (syscall-list-64bit-condition): Define.
43189         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43190         Remove.
43191         (syscall-list-variants, syscall-list-32bit-options)
43192         (syscall-list-32bit-condition, syscall-list-64bit-options)
43193         (syscall-list-64bit-condition): Define.
43194
43195 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43196
43197         * locale/iso-639.def: Add brx entry.
43198
43199         [BZ #13328]
43200         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43201         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43202
43203         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43204         __feraiseexcept_renamed.
43205
43206 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43207
43208         [BZ #13538]
43209         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43210         EPOLLET with unsigned values.
43211         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43212         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43213
43214         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43215         to large cancellation.
43216         * math/s_cacoshf.c: Likewise.
43217         * math/s_cacoshl.c: Likewise.
43218
43219 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43220
43221         [BZ #13305]
43222         [BZ #12786]
43223         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43224         * math/s_cacoshf.c: Likewise.
43225         * math/s_cacoshl.c: Likewise.
43226
43227 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43228
43229         [BZ #13439]
43230         * iconv/gconv.h: Define __GCONV_SWAP.
43231         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43232         * iconvdata/utf-16.c: Likewise.
43233         * iconvdata/utf-32.c: Likewise.
43234
43235 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43236
43237         [BZ #13524]
43238         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43239         numerator after shifting it by one limb.
43240
43241 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43242
43243         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43244         under [__USE_EXTERN_INLINES].
43245
43246 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43247
43248         [BZ #13446]
43249         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43250
43251 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43252
43253         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43254         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43255         optimized code.
43256         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43257         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43258         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43259         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43260         for strncasecmp/strncasecmp_l compilation.
43261         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43262         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43263
43264 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43265
43266         [BZ #13484]
43267         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43268         of __asm__.
43269
43270 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43271
43272         [BZ #13506]
43273         * time/tzfile.c (__tzfile_read): Check values from file header.
43274
43275 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43276
43277         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43278         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43279         * powerpc/powerpc32/dl-start.S: Likewise.
43280         * powerpc/powerpc32/elf/start.S: Likewise.
43281         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43282         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43283         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43284         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43285         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43286         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43287         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43288         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43289         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43290         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43291         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43292         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43293         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43294         * powerpc/powerpc32/memset.S: Likewise.
43295         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43296         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43297         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43298         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43299         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43300         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43301         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43302         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43303         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43304         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43305         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43306         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43307         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43308
43309 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43310
43311         * math/libm-test.inc: Added more nearbyint tests.
43312         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43313         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43314         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43315         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43316
43317 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43318
43319         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43320         FD_CLOEXEC.
43321
43322 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43323
43324         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43325         Add wcscpy-ssse3 wcscpy-c.
43326         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43327         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43328         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43329         * sysdeps/x86_64/wcschr.S: New file.
43330         * sysdeps/x86_64/wcsrchr.S: New file.
43331         * string/test-strcmp.c: Remove checking of wcscmp function for
43332         wrong alignments.
43333         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43334         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43335         wcsrchr-sse2 wcsrchr-c.
43336         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43337         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43338         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43339         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43340         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43341         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43342         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43343         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43344         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43345         * wcsmbc/wcschr.c (WCSCHR): New macro.
43346
43347 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43348
43349         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43350         * wcsmbs/test-wcsrchr.c: New file.
43351         * string/test-strrchr.c: Add wcsrchr support.
43352         (WIDE): New macro.
43353         * wcsmbs/test-wcscpy.c: New file.
43354         * string/test-strcpy.c: Add wcscpy support.
43355         (WIDE): New macro.
43356
43357 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43358
43359         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43360         the inner loop.
43361
43362 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43363
43364         [BZ #13472]
43365         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43366
43367 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43368
43369         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43370         Minor optimizations.
43371
43372         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43373         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43374         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43375
43376 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43377
43378         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43379         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43380         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43381         for gcc to avoid warnings.
43382         * inet/Makefile (tests): Add tst-checks.
43383         * inet/tst-checks.c: New file.
43384
43385         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43386         warning.
43387
43388         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43389         __wmemcmp_sse2.
43390
43391         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43392         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43393
43394         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43395
43396 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43397
43398         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43399         problem.
43400
43401         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43402
43403 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43404
43405         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43406         conditional on GCC version.
43407         (__arch_compare_and_exchange_val_8_acq)
43408         (__arch_compare_and_exchange_val_16_acq)
43409         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43410         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43411         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43412
43413 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43414
43415         * sysdeps/sh/backtrace.c: New file.
43416
43417 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43418
43419         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43420         parenthesis.
43421
43422 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43423
43424         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43425         falling back to utime.
43426
43427 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43428
43429         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43430         expectations for float.
43431
43432 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43433
43434         * locale/weight.h (findidx): Add parameter len.
43435         * locale/weightwc.h (findidx): Likewise.
43436         * posix/fnmatch_loop.c (FCT): Adjust caller.
43437         * posix/regcomp.c (build_equiv_class): Likewise.
43438         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43439         * posix/regexec.c (check_node_accept_bytes): Likewise.
43440         * string/strcoll_l.c (STRCOLL): Likewise.
43441         * string/strxfrm_l.c (STRXFRM): Likewise.
43442
43443 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43444
43445         * Makefile.in: Remove CVSOPT handling.
43446         * configure.in: Remove use of AC_REVISION.
43447         * iconvdata/Makefile (distribute): No need to filter out CVS.
43448         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43449         handling.
43450
43451 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43452
43453         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43454         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43455         [USE_AS_STRNCASECMP_L]: Likewise.
43456         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43457         NO_TLS_DIRECT_SEG_REFS.
43458         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43459         Fix argument offsets for non-PIC.
43460         [USE_AS_STRNCASECMP_L]: Likewise.
43461         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43462         NO_TLS_DIRECT_SEG_REFS.
43463
43464 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43465
43466         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43467         O_CLOEXEC.
43468         * locale/loadlocale.c (_nl_load_locale): Likewise.
43469
43470 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43471
43472         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43473         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43474         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43475         (SYSCALL_GETTIME): Set errno on error.
43476
43477         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43478         count references to noai6ai_cached.
43479
43480 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43481
43482         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43483
43484         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43485         FD_CLOEXEC for /proc/self/maps.
43486
43487         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43488         FD_CLOEXEC for /proc/meminfo.
43489
43490         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43491         gai.conf.
43492
43493         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43494         FD_CLOEXEC for given file.
43495
43496         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43497
43498         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43499         FD_CLOEXEC for /etc/hosts.
43500         (_gethtent): Likewise.
43501
43502         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43503
43504         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43505         cancellation and set FD_CLOEXEC for /etc/netgroup.
43506
43507         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43508         reading /etc/publickey.
43509
43510         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43511         allow cancellation when reading /etc/group.
43512
43513         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43514         cancellation.
43515         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43516
43517         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43518         when using data file.
43519
43520         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43521
43522         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43523         (write_nis_obj): Use "c" and "e" in fopen.
43524
43525         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43526
43527         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43528
43529         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43530
43531         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43532
43533         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43534         locale.alias.
43535
43536         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43537
43538         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43539
43540         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43541
43542         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43543         file parsing and set FD_CLOEXEC.
43544
43545 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43546
43547         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43548
43549 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43550
43551         * malloc/arena.c (arena_get2): Don't call reused_arena when
43552         _int_new_arena failed.
43553
43554 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43555
43556         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43557         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43558         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43559         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43560         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43561         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43562         to compile strcasecmp and strncasecmp.
43563         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43564         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43565
43566         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
43567
43568 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
43569
43570         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
43571         locale-defines.sym to gen-as-const-headers.
43572         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
43573         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
43574         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
43575         to compile strcasecmp and strncasecmp.
43576         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
43577         strcasecmp_l and strncasecmp_l.
43578         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
43579         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
43580         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
43581         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
43582         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
43583         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
43584         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
43585         * sysdeps/i386/i686/multiarch/strncase.S: New file.
43586         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
43587         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
43588         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
43589
43590 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
43591
43592         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
43593         result of SYSDEP_GETTIME_CPU to retval.
43594         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
43595         parameter list to macro.  Remove trailing semicolon.  Adjust users.
43596
43597         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
43598         variable.
43599
43600         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
43601         mantissa words.
43602         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
43603
43604         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
43605         from unused variable.
43606
43607         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
43608         DWARF definitions.
43609         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
43610         for assembling.
43611
43612         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
43613         over namespaces.
43614
43615         * sunrpc/rpc_prot.c (rejected): Fix case value.
43616
43617         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
43618         unsigned long long int to avoid warnings in shift.
43619
43620         * posix/regex_internal.c (re_string_reconstruct): Actually use result
43621         of use of trans.
43622         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
43623         variable tmp.
43624
43625         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
43626         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
43627         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
43628
43629         * nis/nis_table.c (nis_list): Use variable of correct type for
43630         result of __follow_path call.
43631
43632 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43633
43634         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
43635         of math functions ceil, trunc, floor, round, and sqrt, when
43636         avaliable on the platform.
43637         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
43638         name clash.
43639         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
43640         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
43641         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
43642
43643 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
43644
43645         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
43646         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
43647
43648 2011-11-11  Roland McGrath  <roland@hack.frob.com>
43649
43650         * include/unistd.h: Fix __readlink return type.
43651         Reported by Chris Metcalf <cmetcalf@tilera.com>.
43652
43653 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
43654
43655         * stdlib/ucontext.h: Undo last change for makecontext.
43656
43657 2011-11-11  Andreas Schwab  <schwab@redhat.com>
43658
43659         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
43660
43661         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
43662         * setjmp/setjmp.h: Mark functions as non-leaf.
43663         * setjmp/bits/setjmp2.h: Likewise.
43664         * stdlib/ucontext.h: Likewise.
43665
43666 2011-11-10  Andreas Schwab  <schwab@redhat.com>
43667
43668         * malloc/arena.c (_int_new_arena): Don't increment narenas.
43669         (reused_arena): Don't check arena limit.
43670         (arena_get2): Atomically check arena limit.
43671
43672 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
43673
43674         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
43675         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
43676
43677         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
43678         instructions.
43679
43680 2011-11-07  Andreas Schwab  <schwab@redhat.com>
43681
43682         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
43683         handler when locking.
43684
43685         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
43686         Fix size of allocated buffer.
43687
43688 2011-11-04  Andreas Schwab  <schwab@redhat.com>
43689
43690         [BZ #10103]
43691         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
43692         declarations for long double functions.
43693         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
43694
43695         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
43696
43697 2011-11-03  Andreas Schwab  <schwab@redhat.com>
43698
43699         * nscd/nscd.c (main): Don't start AVC thread until credentials are
43700         installed.
43701
43702         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
43703         is disabled.
43704
43705 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43706
43707         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
43708
43709 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
43710
43711         * include/alloca.h (stackinfo_alloca_round): Define.
43712         (extend_alloca): Use it.
43713         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
43714         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
43715         here.
43716
43717         * scripts/check-local-headers.sh: Ignore libaudit.h.
43718
43719         * nscd/Makefile (extra-objs): Make recursively expanded.
43720
43721 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
43722
43723         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
43724         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
43725
43726         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
43727         * posix/tst-rfc3484-2.c: Likewise.
43728         * posix/tst-rfc3484-3.c: Likewise.
43729
43730         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
43731         process_vm_writev.
43732         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
43733         process_vm_writev.
43734         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
43735         process_vm_writev from libc using GLIBC_2.15 version.
43736
43737         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
43738
43739 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
43740
43741         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
43742         stack usage.
43743
43744 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
43745
43746         [BZ #13367]
43747         * nss/getent.c (initgroups_keys): Show error message in case no group
43748         names are given.
43749
43750         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
43751         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
43752         __bump_nl_timestamp.
43753         * nscd/connections (nscd_init): When host database is served open
43754         netlink socket and request notification about configuration changes.
43755         (main_loop_poll): Track netlink file descriptor and bump timestamp
43756         in case data becomes available.
43757         (main_loop_epoll): Likewise.
43758         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
43759         (database_pers_head): Add extra_data fileds.
43760         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
43761         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
43762         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
43763         Adjust caller.
43764         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
43765         in6ai data, call __free_in6ai.
43766         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
43767         Add -DHAVE_NETLINK.
43768         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
43769         interface information.  Reuse previous data if netlink timestamp
43770         is not changed.
43771         (__bump_nl_timestamp): New function.
43772         (__free_in6ai): New function.
43773
43774 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
43775
43776         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
43777         close_not_cancel_no_status here.
43778         (__check_pf): Reorganize code a bit to not call close twice if OOM.
43779
43780 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43781
43782         [BZ #13276]
43783         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
43784         return value.
43785
43786         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
43787         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
43788         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
43789
43790 2011-07-03  Andreas Jaeger  <aj@suse.de>
43791
43792         [BZ #10709]
43793         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
43794         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
43795         * math/libm-test.inc (sin_test): Add test case.
43796
43797 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43798
43799         [BZ #13337]
43800         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
43801         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43802
43803         * elf/chroot_canon.c (chroot_canon): Cleanups.
43804
43805         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
43806
43807         [BZ #13335]
43808         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
43809         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43810
43811         * string/test-strchr.c: Make usable for strchrnul testing.
43812         * string/test-strchrnul.c: New file.
43813         * string/Makefile (strop-tests): Add strchrnul.
43814
43815         * po/it.po: Update from translation team.
43816         * po/es.po: Likewise.
43817
43818 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
43819
43820         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
43821         the three constants needed as parameters.  Drop the others.
43822         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
43823         __m128i_strloadu_tolower.
43824         Create and initialize variable zero and use it in all the places
43825         where _mm_setzero_si128 was used.
43826
43827         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
43828         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
43829         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43830         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43831         anymore.
43832         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43833         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43834         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43835         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43836         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43837         __mpranred, __mptan.
43838         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43839         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43840         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43841         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43842         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43843         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43844         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43845         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43846         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43847
43848 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43849
43850         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43851         redefine if SHARED.
43852         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43853
43854         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43855         wide char related routines to wcsmbs subdir.
43856
43857 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43858
43859         [BZ #13344]
43860         * misc/sys/cdefs.h (__THROWNL): Define.
43861         * posix/unistd.h: Use __THREADNL instead of __THREAD
43862         for memory synchronization functions.
43863
43864 2011-10-26  Roland McGrath  <roland@hack.frob.com>
43865
43866         [BZ #13349]
43867         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
43868         doesn't exist.
43869         * manual/stdio.texi (Obstack Streams): Node removed.
43870
43871 2011-10-26  Andreas Schwab  <schwab@redhat.com>
43872
43873         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
43874         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43875         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43876
43877         * math/math_private.h (math_force_eval): Allow non-addressable
43878         arguments.
43879         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
43880
43881 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43882
43883         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
43884         file is not needed.
43885
43886         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
43887         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
43888         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43889         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43890         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43891         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43892         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43893         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
43894         Add AVX variants.
43895         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
43896         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
43897         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
43898         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
43899         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
43900         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
43901         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
43902         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
43903         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
43904         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
43905         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
43906         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
43907         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
43908         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
43909         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
43910         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
43911         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
43912         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
43913         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
43914
43915         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
43916         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
43917
43918         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
43919         place.  Use VEX encoding when compiling for AVX.
43920
43921 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43922
43923         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
43924         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
43925
43926         * string/test-strchr.c (do_test): Don't generate NUL bytes.
43927
43928 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43929
43930         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
43931         useless if() expression.
43932         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43933         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43934         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43935         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43936         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43937         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43938         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43939         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43940         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43941         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43942         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43943         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43944         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43945         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43946         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43947         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43948         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43949         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43950         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43951
43952         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
43953
43954 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43955
43956         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
43957         condition.
43958         * elf/dl-fini.c (_dl_sort_fini): Likewise.
43959
43960 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43961
43962         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
43963         .text section.  Avoid duplicate constants.
43964         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43965         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43966         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43967         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43968         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43969         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43970         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43971         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43972         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
43973         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
43974         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
43975         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
43976         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
43977         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
43978         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
43979         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
43980         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
43981         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
43982         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43983         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43984         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43985         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43986         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43987         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
43988         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
43989         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
43990         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
43991         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
43992         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
43993         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
43994         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
43995         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
43996         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
43997         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
43998         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
43999         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44000         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44001         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44002         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44003         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44004         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44005         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44006         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44007         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44008         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44009
44010 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44011
44012         * sysdeps/x86_64/dla.h: Move to ...
44013         * sysdeps/x86_64/fpu/dla.h: ...here.
44014         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44015         situations.  Use __builtin_fma only for gcc 4.6 and up.
44016
44017         * config.make.in: Add have-mfma4 entry.
44018         * configure.in: Substitute libc_cv_cc_fma4.
44019         * math/Makefile (dbl-only-routines): Add sincostab.
44020         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44021         Use __sincostab not sincos.
44022         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44023         name is a macro.
44024         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44025         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44026         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44027         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44028         using __copysign.
44029         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44030         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44031         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44032         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44033         and __inv.
44034         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44035         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44036         __copysign.
44037         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44038         define aliases when function name is a macro.
44039         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44040         sysdeps/ieee754/dbl-64/sincos.tbl.
44041         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44042         fma4-enabled routines.
44043         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44044         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44045         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44046         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44047         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44048         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44049         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44050         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44051         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44052         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44053         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44054         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44055         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44056         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44057         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44058         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44059         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44060         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44061         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44062         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44063         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44064         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44065         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44066         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44067         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44068         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44069         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44070         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44071         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44072         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44073
44074         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44075         rename.
44076         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44077         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44078         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44079         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44080         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44081         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44082         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44083         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44084
44085 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44086
44087         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44088
44089 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44090
44091         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44092
44093         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44094         prediction.
44095         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44096
44097         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44098         Remove unused variable magic_bits.
44099         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44100
44101         * string/strnlen.c: Define and use STRNLEN macro.
44102         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44103         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44104         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44105         * wcsmbs/wcslen.c: Define and use WCSLEN.
44106         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44107         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44108         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44109         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44110         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44111         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44112         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44113
44114 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44115
44116         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44117         strnlen-sse2-no-bsf.
44118         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44119         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44120         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44121         Add strnlen support.
44122         (USE_AS_STRNLEN): New macro.
44123         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44124         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44125         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44126         * sysdeps/x86_64/wcslen.S: New file.
44127
44128 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44129
44130         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44131         XMM-moves are used for copying on small sizes.
44132
44133 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44134
44135         * wcsmbs/Makefile (strop-tests): Add wcschr.
44136         * wcsmbs/test-wcschr.c: New file.
44137         * string/test-strchr.c: Update.
44138         Add wcschr support.
44139         (WIDE): New macro.
44140
44141 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44142
44143         * wcsmbs/Makefile (strop-tests): Add wcslen.
44144         * wcsmbs/test-wcslen.c: New file.
44145         * string/test-strlen.c: Update.
44146         Add wcslen support.
44147         (WIDE): New macro.
44148
44149 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44150
44151         * po/it.po: Update from translation team.
44152
44153 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44154
44155         * sysdeps/x86_64/wcscmp.S: Update.
44156         Fix wrong comparison semantics.
44157         wcscmp shall use signed comparison not unsigned.
44158         Don't use substraction to avoid overflow bug.
44159         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44160         * wcsmbc/wcscmp.c: Likewise.
44161         * string/test-strcmp.c: Likewise.
44162         Add new tests to check cases with negative values.
44163
44164 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44165
44166         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44167         * sysdeps/x86_64/dla.h: ...here.  New file.
44168         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44169         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44170         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44171         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44172         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44173         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44174         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44175         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44176         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44177
44178 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44179
44180         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44181         __ynl_finite aliases.
44182
44183 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44184
44185         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44186
44187         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44188         define DLA_FMA.
44189         [DLA_FMA] (EMULV): Use DLA_FMA.
44190         [DLA_FMA] (MUL12): Use EMULV.
44191         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44192         that are not needed.
44193         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44194         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44195         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44196         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44197         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44198         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44199         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44200
44201 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44202
44203         * math/s_nan.c: Undef __nan.
44204         * math/s_nanf.c: Undef __nanf.
44205         * math/s_nanl.c: Undef __nanl.
44206         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44207         "math_private.h".
44208
44209 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44210
44211         * math/s_catan.c: Add branch predictions.
44212         * math/s_catanf.c: Likewise.
44213         * math/s_catanh.c: Likewise.
44214         * math/s_catanhf.c: Likewise.
44215         * math/s_catanhl.c: Likewise.
44216         * math/s_catanl.c: Likewise.
44217         * math/s_cexp.c: Likewise.
44218         * math/s_cexpf.c: Likewise.
44219         * math/s_cexpl.c: Likewise.
44220         * math/s_clog.c: Likewise.
44221         * math/s_clog10.c: Likewise.
44222         * math/s_clog10f.c: Likewise.
44223         * math/s_clog10l.c: Likewise.
44224         * math/s_clogf.c: Likewise.
44225         * math/s_clogl.c: Likewise.
44226         * math/s_csqrt.c: Likewise.
44227         * math/s_csqrtf.c: Likewise.
44228         * math/s_csqrtl.c: Likewise.
44229         * math/s_ctanf.c: Likewise.
44230         * math/s_ctanh.c: Likewise.
44231         * math/s_ctanhf.c: Likewise.
44232         * math/s_ctanhl.c: Likewise.
44233         * math/s_ctanl.c: Likewise.
44234
44235         * math/math_private.h: Define __nan, __nanf, __nanl.
44236         * math/s_cacosh.c: Include <math_private.h>.
44237         * math/s_cacoshl.c: Likewise.
44238         * math/s_casinh.c: Likewise.
44239         * math/s_casinhf.c: Likewise.
44240         * math/s_casinhl.c: Likewise.
44241         * math/s_ccos.c: Rely entire on ccosh.
44242         * math/s_ccosf.c: Rely entire on ccoshf.
44243         * math/s_ccosl.c: Rely entirely on ccoshl.
44244         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44245         Remove tests for FE_INVALID.
44246         * math/s_ccoshf.c: Likewise.
44247         * math/s_ccoshl.c: Likewise.
44248         * math/s_csin.c: Likewise.
44249         * math/s_csinf.c: Likewise.
44250         * math/s_csinh.c Likewise.
44251         * math/s_csinhf.c: Likewise.
44252         * math/s_csinhl.c: Likewise.
44253         * math/s_csinl.c: Likewise.
44254         * math/s_ctan.c: Likewise.
44255         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44256         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44257         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44258
44259 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44260
44261         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44262         compilation problems.
44263
44264         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44265         __builtin_expect.
44266
44267 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44268
44269         * sysdeps/i386/configure.in: Test for -mfma4 option.
44270         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44271         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44272         COMMON_CPUID_INDEX_80000001.
44273         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44274         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44275         use it if FMA3 is not supported.
44276         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44277
44278         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44279         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44280
44281 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44282
44283         [BZ #12892]
44284         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44285         it would create a cycle with a link time dependency.
44286
44287 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44288
44289         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44290         instruction.
44291         * string/Makefile (strop-tests): Add rawmemchr.
44292         * string/test-rawmemchr.c: New file.
44293
44294         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44295         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44296         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44297         when compiling str{,n}casecmp and when AVX is available.  Hook up
44298         new optimized code in initializers.
44299
44300 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44301
44302         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44303         __feraiseexcept instead of feraiseexcept.
44304
44305 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44306
44307         * math/math_private.h: Define defaults for libc_fetestexcept and
44308         libc_feupdateenv.
44309         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44310         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44311         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44312         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44313         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44314         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44315         libc_fetestexcept and libc_feupdateenv.
44316
44317         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44318         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44319         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44320         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44321         libc_feholdexcept_setround.
44322
44323         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44324         Add s_nearbyint-c and s_nearbyintf-c.
44325         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44326         nearbyintf inlines.
44327         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44328         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44329         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44330         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44331
44332         * math/math_private.h: Define defaults for libc_fegetround,
44333         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44334         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44335         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44336         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44337         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44338         standard functions.
44339         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44340         Remove comments and hacks for old compiler versions.
44341         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44342         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44343         libc_feholdexceptl.
44344
44345 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44346
44347         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44348         (__feraiseexcept_renamed): Add __NTH.
44349         (feraiseexcept): Add __NTH.  Rename local variables to fix
44350         namespace violations.
44351
44352 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44353
44354         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44355
44356         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44357
44358         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44359         recently added interfaces.
44360         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44361
44362         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44363         about macro parameter expansion.
44364
44365         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44366         __NO_MATH_INLINES is defined.  Cleanups.
44367
44368         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44369         and __floorf is target has SSE4.1.
44370         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44371         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44372         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44373         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44374
44375         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44376         name.
44377         (floorf): Likewise.
44378
44379         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44380
44381 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44382
44383         * misc/sys/cdefs.h: Fix last change.
44384
44385         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44386         database lookup.
44387
44388 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44389
44390         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44391
44392         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44393         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44394         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44395         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44396         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44397         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44398         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44399         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44400         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44401         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44402         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44403         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44404         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44405         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44406         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44407         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44408         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44409         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44410         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44411         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44412         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44413         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44414
44415         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44416         ceil, ceilf, floor, floorf.
44417
44418         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44419         Perform IRELATIVE relocations last.
44420
44421         * elf/do-rel.h: Add another parameter nrelative, replacing the
44422         local variable with the same name.  Change name of the function
44423         to end in Rel or Rela (uppercase).
44424         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44425         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44426         elf_dynamic_do_##reloc function.
44427
44428 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44429
44430         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44431         is sufficient, at least on modern CPUs.
44432
44433         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44434
44435         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44436         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44437
44438         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44439         __expl_finite.
44440         * math/bits/math-finite.h: Add entries for exp.
44441         * math/e_expl.c: Add __*_finite alias.
44442         * sysdeps/i386/fpu/e_exp.S: Likewise.
44443         * sysdeps/i386/fpu/e_expf.S: Likewise.
44444         * sysdeps/i386/fpu/e_expl.c: Likewise.
44445         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44446         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44447         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44448         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44449         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44450         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44451         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44452
44453         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44454         is sufficient, at least on modern CPUs.
44455
44456         * ctype/ctype-info.c (__ctype_init): Define.
44457         * include/ctype.h (__ctype_init): Declare.
44458         (__ctype_b_loc): The variable is always initialized.
44459         (__ctype_toupper_loc): Likewise.
44460         (__ctype_tolower_loc): Likewise.
44461         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44462         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44463
44464 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44465
44466         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44467
44468         * configure.in: Also look in $cxxmachine/include for C++ system
44469         headers.
44470
44471 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44472
44473         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44474         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44475         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44476         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44477         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44478         (USE_AS_WMEMCMP): New macro.
44479         Fixing indents.
44480         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44481         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44482         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44483         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44484         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44485         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44486         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44487         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44488         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44489         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44490         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44491         (USE_AS_WMEMCMP): New macro.
44492         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44493         * sysdeps/string/test-memcmp.c: Update.
44494         Fix simple_wmemcmp.
44495         Add new tests.
44496         * wcsmbs/wmemcmp.c: Update.
44497         (WMEMCMP): New macro.
44498         Fix overflow bug.
44499
44500 2011-10-12  Andreas Jaeger  <aj@suse.de>
44501
44502         [BZ #13268]
44503         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44504
44505 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44506
44507         * libio/iofwide.c (do_length): Avoid warning.
44508
44509         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44510
44511 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44512
44513         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44514
44515         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44516         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44517         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44518         * sysdeps/i386/i686/fpu/e_log.S: New file.
44519         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44520         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44521
44522         * ctype/ctype.h: Add support for inlined isXXX functions when
44523         compiling C++ code.
44524
44525 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44526
44527         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44528
44529         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44530
44531 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44532
44533         [BZ #13291]
44534         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44535
44536 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44537
44538         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44539         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44540         feraiseexcept.
44541
44542         * sysdeps/x86_64/memrchr.S: Check for zero size.
44543
44544         * string/stratcliff.c: Add memrchr tests.
44545
44546 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44547
44548         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44549         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44550         rawmemchr-sse2 rawmemchr-sse2-bsf.
44551         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44552         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44553         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44554         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44555         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44556         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44557         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44558         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44559         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44560         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44561         * string/memrchr.c (MEMRCHR): New macro.
44562
44563 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44564
44565         Add integration with gcc's -ffinite-math-only and optimize wrapper
44566         functions in libm.
44567         * Versions.def: Define GLIBC_2.15 version for libm.
44568         * math/Makefile (headers): Add bits/math-finite.h.
44569         * math/bits/math-finite.h: New file.
44570         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
44571         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
44572         * math/e_acoshl.c: Add __*_finite alias.
44573         * math/e_acosl.c: Likewise.
44574         * math/e_asinl.c: Likewise.
44575         * math/e_atan2l.c: Likewise.
44576         * math/e_atanhl.c: Likewise.
44577         * math/e_coshl.c: Likewise.
44578         * math/e_exp10.c: Likewise.
44579         * math/e_exp10f.c: Likewise.
44580         * math/e_exp10l.c: Likewise.
44581         * math/e_exp2l.c: Likewise.
44582         * math/e_fmodl.c: Likewise.
44583         * math/e_gammal_r.c: Likewise.
44584         * math/e_hypotl.c: Likewise.
44585         * math/e_j0l.c: Likewise.
44586         * math/e_j1l.c: Likewise.
44587         * math/e_jnl.c: Likewise.
44588         * math/e_lgammal_r.c: Likewise.
44589         * math/e_log10l.c: Likewise.
44590         * math/e_log2l.c: Likewise.
44591         * math/e_logl.c: Likewise.
44592         * math/e_powl.c: Likewise.
44593         * math/e_sinhl.c: Likewise.
44594         * math/e_sqrtl.c: Likewise.
44595         * math/e_scalb.c: Completely rewritten and optimized.
44596         * math/e_scalbf.c: Likewise.
44597         * math/e_scalbl.c: Likewise.
44598         * math/w_acos.c: Likewise.
44599         * math/w_acosf.c: Likewise.
44600         * math/w_acosl.c: Likewise.
44601         * math/w_acosh.c: Likewise.
44602         * math/w_acoshf.c: Likewise.
44603         * math/w_acoshl.c: Likewise.
44604         * math/w_asin.c: Likewise.
44605         * math/w_asinf.c: Likewise.
44606         * math/w_asinl.c: Likewise.
44607         * math/w_atan2.c: Likewise.
44608         * math/w_atan2f.c: Likewise.
44609         * math/w_atan2l.c: Likewise.
44610         * math/w_atanh.c: Likewise.
44611         * math/w_atanhf.c: Likewise.
44612         * math/w_atanhl.c: Likewise.
44613         * math/w_exp10.c: Likewise.
44614         * math/w_exp10f.c: Likewise.
44615         * math/w_exp10l.c: Likewise.
44616         * math/w_fmod.c: Likewise.
44617         * math/w_fmodf.c: Likewise.
44618         * math/w_fmodl.c: Likewise.
44619         * math/w_j0.c: Likewise.
44620         * math/w_j0f.c: Likewise.
44621         * math/w_j0l.c: Likewise.
44622         * math/w_j1.c: Likewise.
44623         * math/w_j1f.c: Likewise.
44624         * math/w_j1l.c: Likewise.
44625         * math/w_jn.c: Likewise.
44626         * math/w_jnf.c: Likewise.
44627         * math/w_log.c: Likewise.
44628         * math/w_logf.c: Likewise.
44629         * math/w_logl.c: Likewise.
44630         * math/w_log10.c: Likewise.
44631         * math/w_log10f.c: Likewise.
44632         * math/w_log10l.c: Likewise.
44633         * math/w_log2.c: Likewise.
44634         * math/w_log2f.c: Likewise.
44635         * math/w_log2l.c: Likewise.
44636         * math/w_pow.c: Likewise.
44637         * math/w_powf.c: Likewise.
44638         * math/w_powl.c: Likewise.
44639         * math/w_remainder.c: Likewise.
44640         * math/w_remainderf.c: Likewise.
44641         * math/w_remainderl.c: Likewise.
44642         * math/w_scalb.c: Likewise.
44643         * math/w_scalbf.c: Likewise.
44644         * math/w_scalbl.c: Likewise.
44645         * math/w_sqrt.c: Likewise.
44646         * math/w_sqrtf.c: Likewise.
44647         * math/w_sqrtl.c: Likewise.
44648         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
44649         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
44650         used.
44651         * math/math_private.h: Declare __kernel_standard_f.
44652         * math/w_cosh.c: Remove cruft and optimize a bit.
44653         * math/w_coshf.c: Likewise.
44654         * math/w_coshl.c: Likewise.
44655         * math/w_exp2.c: Likewise.
44656         * math/w_exp2f.c: Likewise.
44657         * math/w_exp2l.c: Likewise.
44658         * math/w_hypot.c: Likewise.
44659         * math/w_hypotf.c: Likewise.
44660         * math/w_hypotl.c: Likewise.
44661         * math/w_lgamma.c: Likewise.
44662         * math/w_lgamma_r.c: Likewise.
44663         * math/w_lgammaf.c: Likewise.
44664         * math/w_lgammaf_r.c: Likewise.
44665         * math/w_lgammal.c: Likewise.
44666         * math/w_lgammal_r.c: Likewise.
44667         * math/w_sinh.c: Likewise.
44668         * math/w_sinhf.c: Likewise.
44669         * math/w_sinhl.c: Likewise.
44670         * math/w_tgamma.c: Likewise.
44671         * math/w_tgammaf.c: Likewise.
44672         * math/w_tgammal.c: Likewise.
44673         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44674         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44675         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
44676         Minor optimizations.  Pretty printing.  Remove cruft.
44677         * sysdeps/i386/fpu/e_acosf.S: Likewise.
44678         * sysdeps/i386/fpu/e_acosh.S: Likewise.
44679         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
44680         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
44681         * sysdeps/i386/fpu/e_acosl.c: Likewise.
44682         * sysdeps/i386/fpu/e_asin.S: Likewise.
44683         * sysdeps/i386/fpu/e_asinf.S: Likewise.
44684         * sysdeps/i386/fpu/e_atan2.S: Likewise.
44685         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
44686         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
44687         * sysdeps/i386/fpu/e_atanh.S: Likewise.
44688         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
44689         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
44690         * sysdeps/i386/fpu/e_exp10.S: Likewise.
44691         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
44692         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
44693         * sysdeps/i386/fpu/e_exp2.S: Likewise.
44694         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
44695         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
44696         * sysdeps/i386/fpu/e_fmod.S: Likewise.
44697         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
44698         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
44699         * sysdeps/i386/fpu/e_hypot.S: Likewise.
44700         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
44701         * sysdeps/i386/fpu/e_log.S: Likewise.
44702         * sysdeps/i386/fpu/e_log10.S: Likewise.
44703         * sysdeps/i386/fpu/e_log10f.S: Likewise.
44704         * sysdeps/i386/fpu/e_log10l.S: Likewise.
44705         * sysdeps/i386/fpu/e_log2.S: Likewise.
44706         * sysdeps/i386/fpu/e_log2f.S: Likewise.
44707         * sysdeps/i386/fpu/e_log2l.S: Likewise.
44708         * sysdeps/i386/fpu/e_logf.S: Likewise.
44709         * sysdeps/i386/fpu/e_logl.S: Likewise.
44710         * sysdeps/i386/fpu/e_pow.S: Likewise.
44711         * sysdeps/i386/fpu/e_powf.S: Likewise.
44712         * sysdeps/i386/fpu/e_powl.S: Likewise.
44713         * sysdeps/i386/fpu/e_remainder.S: Likewise.
44714         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
44715         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
44716         * sysdeps/i386/fpu/e_scalb.S: Likewise.
44717         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
44718         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
44719         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
44720         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
44721         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
44722         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44723         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44724         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44725         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44726         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44727         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44728         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
44729         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44730         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44731         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44732         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44733         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44734         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44735         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44736         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44737         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44738         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44739         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44740         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44741         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44742         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44743         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44744         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44745         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44746         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44747         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44748         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44749         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44750         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
44751         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44752         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44753         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44754         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44755         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44756         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44757         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44758         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44759         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44760         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44761         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44762         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44763         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44764         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44765         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44766         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44767         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44768         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44769         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44770         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44771         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
44772         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44773         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44774         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44775         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44776         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44777         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44778         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44779         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44780         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44781         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44782         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44783         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44784         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44785         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44786         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44787         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44788         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44789         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44790         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
44791         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44792         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44793         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44794         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44795         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44796         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44797         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44798         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
44799         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44800         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44801         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44802         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44803         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44804         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
44805         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44806         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44807         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44808         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44809         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44810         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44811         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44812         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44813         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44814         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44815         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
44816         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44817         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44818         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44819         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
44820         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
44821         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
44822         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
44823         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
44824         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
44825         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
44826         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44827         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44828         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44829         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44830         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44831         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44832         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44833         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44834         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44835         (__isnanf): Likewise.
44836         (__isinf_ns): Likewise.
44837         (__isinf_nsf): Likewise.
44838         (__finite): Likewise.
44839         (__finitef): Likewise.
44840         (__ieee754_sqrt): Define as macro.
44841         (__ieee754_sqrtf): Define as macro.
44842         (__ieee754_sqrtl): Define as macro.
44843         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44844         inlined copy.
44845         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44846         __FINITE_MATH_ONLY__ consistent.
44847         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44848
44849 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44850
44851         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44852         of rawmemchr.
44853
44854         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44855
44856 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44857
44858         * po/ja.po: Update from translation team.
44859
44860 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44861
44862         * locale/programs/locarchive.c (prepare_address_space): New function.
44863         (create_archive, enlarge_archive, open_archive): Use it.
44864
44865         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
44866         inside [SHARED], where it is used.
44867
44868         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
44869
44870         * nss/getent.c (netgroup_keys): Remove unused variable.
44871         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44872
44873 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
44874
44875         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
44876         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
44877         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
44878         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
44879         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
44880         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
44881         * math/Makefile (libm-calls): Add s_isinf_ns.
44882         * math/divtc3.c: Use __isinf_nsl instead of isinf.
44883         * math/multc3.c: Likewise.
44884         * math/s_casin.c: Likewise.
44885         * math/s_casinf.c: Likewise.
44886         * math/s_casinl.c: Likewise.
44887         * math/s_ccos.c: Likewise.
44888         * math/s_ccosf.c: Likewise.
44889         * math/s_ccosl.c: Likewise.
44890         * math/s_ctan.c: Likewise.
44891         * math/s_ctanf.c: Likewise.
44892         * math/s_ctanh.c: Likewise.
44893         * math/s_ctanhf.c: Likewise.
44894         * math/s_ctanhl.c: Likewise.
44895         * math/s_ctanl.c: Likewise.
44896         * math/w_fmod.c: Likewise.
44897         * math/w_fmodf.c: Likewise.
44898         * math/w_fmodl.c: Likewise.
44899         * math/w_remainder.c: Likewise.
44900         * math/w_remainderf.c: Likewise.
44901         * math/w_remainderl.c: Likewise.
44902         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
44903         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
44904         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
44905         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
44906         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
44907         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
44908         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
44909         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
44910
44911         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
44912         of the number.
44913         * stdio-common/printf_fphex.c: Likewise.
44914         * stdio-common/printf_size.c: Likewise.
44915
44916         * math/e_exp10.c: Include math_private.h using <...> not "...".
44917         * math/e_exp10f.c: Likewise.
44918         * math/e_exp10l.c: Likewise.
44919         * math/e_exp2l.c: Likewise.
44920         * math/e_j0l.c: Likewise.
44921         * math/e_j1l.c: Likewise.
44922         * math/e_jnl.c: Likewise.
44923         * math/e_lgammal_r.c: Likewise.
44924         * math/e_rem_pio2l.c: Likewise.
44925         * math/e_scalb.c: Likewise.
44926         * math/e_scalbf.c: Likewise.
44927         * math/e_scalbl.c: Likewise.
44928         * math/k_cosl.c: Likewise.
44929         * math/k_sinl.c: Likewise.
44930         * math/k_tanl.c: Likewise.
44931         * math/s_cacoshf.c: Likewise.
44932         * math/s_catan.c: Likewise.
44933         * math/s_catanf.c: Likewise.
44934         * math/s_catanh.c: Likewise.
44935         * math/s_catanhf.c: Likewise.
44936         * math/s_catanhl.c: Likewise.
44937         * math/s_catanl.c: Likewise.
44938         * math/s_ccosh.c: Likewise.
44939         * math/s_ccoshf.c: Likewise.
44940         * math/s_ccoshl.c: Likewise.
44941         * math/s_cexp.c: Likewise.
44942         * math/s_cexpf.c: Likewise.
44943         * math/s_cexpl.c: Likewise.
44944         * math/s_clog.c: Likewise.
44945         * math/s_clog10.c: Likewise.
44946         * math/s_clog10f.c: Likewise.
44947         * math/s_clog10l.c: Likewise.
44948         * math/s_clogf.c: Likewise.
44949         * math/s_clogl.c: Likewise.
44950         * math/s_csin.c: Likewise.
44951         * math/s_csinf.c: Likewise.
44952         * math/s_csinh.c: Likewise.
44953         * math/s_csinhf.c: Likewise.
44954         * math/s_csinhl.c: Likewise.
44955         * math/s_csinl.c: Likewise.
44956         * math/s_csqrt.c: Likewise.
44957         * math/s_csqrtf.c: Likewise.
44958         * math/s_csqrtl.c: Likewise.
44959         * math/s_ctan.c: Likewise.
44960         * math/s_ctanf.c: Likewise.
44961         * math/s_ctanh.c: Likewise.
44962         * math/s_ctanhf.c: Likewise.
44963         * math/s_ctanhl.c: Likewise.
44964         * math/s_ctanl.c: Likewise.
44965         * math/s_ldexp.c: Likewise.
44966         * math/s_ldexpf.c: Likewise.
44967         * math/s_ldexpl.c: Likewise.
44968         * math/s_significand.c: Likewise.
44969         * math/s_significandf.c: Likewise.
44970         * math/s_significandl.c: Likewise.
44971         * math/w_acos.c: Likewise.
44972         * math/w_acosf.c: Likewise.
44973         * math/w_acosh.c: Likewise.
44974         * math/w_acoshf.c: Likewise.
44975         * math/w_acoshl.c: Likewise.
44976         * math/w_acosl.c: Likewise.
44977         * math/w_asin.c: Likewise.
44978         * math/w_asinf.c: Likewise.
44979         * math/w_asinl.c: Likewise.
44980         * math/w_atan2.c: Likewise.
44981         * math/w_atan2f.c: Likewise.
44982         * math/w_atan2l.c: Likewise.
44983         * math/w_atanh.c: Likewise.
44984         * math/w_atanhf.c: Likewise.
44985         * math/w_atanhl.c: Likewise.
44986         * math/w_cosh.c: Likewise.
44987         * math/w_coshf.c: Likewise.
44988         * math/w_coshl.c: Likewise.
44989         * math/w_dremf.c: Likewise.
44990         * math/w_exp10.c: Likewise.
44991         * math/w_exp10f.c: Likewise.
44992         * math/w_exp10l.c: Likewise.
44993         * math/w_exp2.c: Likewise.
44994         * math/w_exp2f.c: Likewise.
44995         * math/w_fmod.c: Likewise.
44996         * math/w_fmodf.c: Likewise.
44997         * math/w_fmodl.c: Likewise.
44998         * math/w_hypot.c: Likewise.
44999         * math/w_hypotf.c: Likewise.
45000         * math/w_hypotl.c: Likewise.
45001         * math/w_j0.c: Likewise.
45002         * math/w_j0f.c: Likewise.
45003         * math/w_j0l.c: Likewise.
45004         * math/w_j1.c: Likewise.
45005         * math/w_j1f.c: Likewise.
45006         * math/w_j1l.c: Likewise.
45007         * math/w_jn.c: Likewise.
45008         * math/w_jnf.c: Likewise.
45009         * math/w_jnl.c: Likewise.
45010         * math/w_lgamma.c: Likewise.
45011         * math/w_lgamma_r.c: Likewise.
45012         * math/w_lgammaf.c: Likewise.
45013         * math/w_lgammaf_r.c: Likewise.
45014         * math/w_lgammal.c: Likewise.
45015         * math/w_lgammal_r.c: Likewise.
45016         * math/w_log.c: Likewise.
45017         * math/w_log10.c: Likewise.
45018         * math/w_log10f.c: Likewise.
45019         * math/w_log10l.c: Likewise.
45020         * math/w_log2.c: Likewise.
45021         * math/w_log2f.c: Likewise.
45022         * math/w_log2l.c: Likewise.
45023         * math/w_logf.c: Likewise.
45024         * math/w_logl.c: Likewise.
45025         * math/w_pow.c: Likewise.
45026         * math/w_powf.c: Likewise.
45027         * math/w_powl.c: Likewise.
45028         * math/w_remainder.c: Likewise.
45029         * math/w_remainderf.c: Likewise.
45030         * math/w_remainderl.c: Likewise.
45031         * math/w_scalb.c: Likewise.
45032         * math/w_scalbf.c: Likewise.
45033         * math/w_scalbl.c: Likewise.
45034         * math/w_sinh.c: Likewise.
45035         * math/w_sinhf.c: Likewise.
45036         * math/w_sinhl.c: Likewise.
45037         * math/w_sqrt.c: Likewise.
45038         * math/w_sqrtf.c: Likewise.
45039         * math/w_sqrtl.c: Likewise.
45040         * math/w_tgamma.c: Likewise.
45041         * math/w_tgammaf.c: Likewise.
45042         * math/w_tgammal.c: Likewise.
45043
45044         * po/ja.po: Update from translation team.
45045
45046 2011-09-29  Andreas Jaeger  <aj@suse.de>
45047
45048         [BZ #13179]
45049         * sunrpc/netname.c (netname2host): Fix logic.
45050
45051         [BZ #6779]
45052         [BZ #6783]
45053         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45054         correctly.
45055         * math/w_remainder.c (__remainder): Likewise.
45056         * math/w_remainderf.c (__remainderf): Likewise.
45057         * math/libm-test.inc (remainder_test): Add test cases.
45058
45059 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45060
45061         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45062         sdiv_qrnnd.
45063
45064 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45065
45066         * string/test-memcmp.c: Avoid unncessary #defines.
45067         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45068
45069 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45070
45071         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45072         Use new sse2 version for core i3 - i7 as it's faster
45073         than sse42 version.
45074         (bit_Prefer_PMINUB_for_stringop): New.
45075         * sysdeps/x86_64/rawmemchr.S: Update.
45076         Replace with faster SSE2 version.
45077         * sysdeps/x86_64/memrchr.S: New file.
45078         * sysdeps/x86_64/memchr.S: Update.
45079         Replace with faster SSE2 version.
45080
45081 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45082
45083         * elf/dl-load.c (lose): Add cast to avoid warning.
45084
45085 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45086
45087         * po/ca.po: Update from translation team.
45088
45089         * inet/getnetgrent_r.c: Hook up nscd.
45090         * nscd/Makefile (routines): Add nscd_netgroup.
45091         (nscd-modules): Add netgroupcache.
45092         (CFLAGS-netgroupcache.c): Define.
45093         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45094         (cache_search): Add const to second parameter.
45095         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45096         INNETGR.
45097         (dbs): Add netgrdb entry.
45098         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45099         (verify_persistent_db): Handle netgrdb.
45100         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45101         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45102         GETFDNETGR.
45103         (netgroup_response_header): Define.
45104         (innetgroup_response_header): Define.
45105         (datahead): Add netgroup_response_header and innetgroup_response_header
45106         elements.
45107         * nscd/nscd.conf: Add entries for netgroup cache.
45108         * nscd/nscd.h (dbtype): Add netgrdb.
45109         (_PATH_NSCD_NETGROUP_DB): Define.
45110         (netgroup_iov_disabled): Declare.
45111         (xmalloc, xcalloc, xrealloc): Move declarations here.
45112         (cache_search): Adjust prototype.
45113         Add netgroup-related prototypes.
45114         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45115         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45116         (__nscd_innetgr): Declare.
45117         * nscd/selinux.c (perms): Use access_vector_t as element type and
45118         add netgroup-related initializers.
45119         * nscd/netgroupcache.c: New file.
45120         * nscd/nscd_netgroup.c: New file.
45121         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45122         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45123         For four parameters use innetgr.
45124         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45125         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45126         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45127         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45128
45129         * nscd/connections.c (register_traced_file): Don't register file
45130         for disabled databases.
45131
45132 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45133
45134         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45135
45136         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45137         from tree and freeing node.
45138
45139 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45140
45141         * nss/nsswitch.c (__nss_database_lookup): Handle
45142         nss_parse_service_list out of memory case.
45143
45144 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45145
45146         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45147         out of memory case.
45148
45149 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45150
45151         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45152         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45153         pass it down.
45154         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45155         elf_machine_rela, elf_machine_lazy_rel.
45156         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45157         (ELF_DYNAMIC_DO_REL): Likewise.
45158         (ELF_DYNAMIC_DO_RELA): Likewise.
45159         (ELF_DYNAMIC_RELOCATE): Likewise.
45160         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45161         to ELF_DYNAMIC_DO_REL.
45162         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45163         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45164         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45165         elf_machine_rela.
45166         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45167         skip_ifunc, don't call ifunc function if non-zero.
45168         (elf_machine_rela): Likewise.
45169         (elf_machine_lazy_rel): Likewise.
45170         (elf_machine_lazy_rela): Likewise.
45171         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45172         (elf_machine_lazy_rel): Likewise.
45173         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45174         Likewise.
45175         (elf_machine_lazy_rel): Likewise.
45176         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45177         Likewise.
45178         (elf_machine_lazy_rel): Likewise.
45179         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45180         (elf_machine_lazy_rel): Likewise.
45181         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45182         (elf_machine_lazy_rel): Likewise.
45183         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45184         (elf_machine_lazy_rel): Likewise.
45185         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45186         (elf_machine_lazy_rel): Likewise.
45187         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45188         (elf_machine_lazy_rel): Likewise.
45189         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45190         (elf_machine_lazy_rel): Likewise.
45191
45192 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45193
45194         * nss/nss_files/files-init.c (_nss_files_init): Use static
45195         initialization for all the *_traced_file variables.
45196
45197 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45198
45199         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45200
45201 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45202
45203         [BZ #13226]
45204         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45205
45206 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45207
45208         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45209         Reread the line before reparsing it.
45210
45211 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45212
45213         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45214
45215 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45216             Maxim Kuvyrkov  <maxim@codesourcery.com>
45217             Joseph Myers  <joseph@codesourcery.com>
45218
45219         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45220         if needed for __stack_chk_guard.
45221
45222 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45223
45224         * sysdeps/posix/spawni.c (script_execute): Always define it.
45225         It will be optimized away if unused.
45226         (maybe_script_execute): New function.
45227         (__spawni): Call it.
45228
45229         * Makerules: Don't include tls.make.
45230         (config-tls): Always set to thread.
45231         * tls.make.c: File removed.
45232
45233 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45234
45235         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45236         * config.make.in (CPPFLAGS-config): New substituted variable.
45237
45238 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45239
45240         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45241
45242         [BZ #13192]
45243         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45244         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45245
45246 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45247
45248         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45249         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45250         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45251         (CALL_FAIL): Likewise.
45252         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45253         (CALL_FAIL): Macro removed.
45254         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45255
45256 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45257
45258         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45259         for __FINITE_MATH_ONLY__ == 1.
45260
45261 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45262
45263         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45264         __ieee754_sqrt instead of sqrt.
45265         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45266         __ieee754_sqrtf instead of sqrtf.
45267         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45268         __floorf instead of floorf.
45269         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45270         __floorf, __truncf instead of floorf, truncf.
45271
45272 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45273
45274         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45275
45276         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45277         __extern_always_inline.
45278         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45279         32-bit.
45280
45281 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45282
45283         * elf/rtld.c (dl_main): Also relocate in dependency order when
45284         doing symbol dependency testing.
45285
45286 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45287
45288         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45289         Always define `refsym'.
45290
45291 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45292
45293         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45294         (__FD_ELT): Renamed from __FDELT.
45295         * misc/bits/select2.h (__FD_ELT): Likewise.
45296         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45297         __FD_MASK instead of __FDELT, __FDMASK.
45298         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45299         Likewise.
45300         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45301         Likewise.
45302
45303         * elf/Makefile (gen-ldd): Fix pattern.
45304
45305         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45306         (init_tls): Likewise.
45307
45308 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45309
45310         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45311
45312 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45313
45314         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45315         `struct cmsghdr *' instead of `void *'.
45316         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45317         Likewise.
45318
45319 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45320
45321         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45322         if non-absolute.
45323         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45324         ldd_rewrite_script.
45325
45326 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45327
45328         * configure.in: Remove --with-tls option.
45329         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45330         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45331         out in case it is missing.
45332         * sysdeps/ia64/elf/configure.in: Likewise.
45333         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45334         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45335         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45336         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45337         * sysdeps/sh/elf/configure.in: Likewise.
45338         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45339         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45340         * sysdeps/x86_64/elf/configure.in: Likewise.
45341         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45342         * sysdeps/mach/hurd/tls.h: Likewise.
45343
45344         [BZ #13067]
45345         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45346
45347         [BZ #13090]
45348         * configure.in: Fix use of AC_INIT.
45349
45350         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45351
45352 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45353
45354         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45355         __set_errno.
45356         * malloc/hooks.c: Likewise.
45357
45358         [BZ #11929]
45359         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45360         variables statically.
45361         (narenas): Initialize.
45362         (list_lock): Initialize.
45363         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45364         initializtion of main_arena and list_lock.  Small cleanups.
45365         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45366         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45367         Add initializers to main_arena and mp_.
45368         (malloc_state): Remove pagesize member.  Change all users to use
45369         GLRO(dl_pagesize).
45370
45371         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45372         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45373         is always initialized.
45374
45375         * malloc/malloc.c: Removed unused configurations and dead code.
45376         * malloc/arena.c: Likewise.
45377         * malloc/hooks.c: Likewise.
45378         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45379
45380         * include/tls.h: Removed.  USE___THREAD must always be defined.
45381         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45382         * elf/dl-libc.c: Likewise.
45383         * elf/dl-tsd.c: Likewise.
45384         * include/errno.h: Likewise.
45385         * include/netdb.h: Likewise.
45386         * include/resolv.h: Likewise.
45387         * inet/herrno-loc.c: Likewise.
45388         * inet/herrno.c: Likewise.
45389         * malloc/arena.c: Likewise.
45390         * malloc/hooks.c: Likewise.
45391         * malloc/malloc.c: Likewise.
45392         * resolv/res-state.c: Likewise.
45393         * resolv/res_libc.c: Likewise.
45394         * sysdeps/i386/dl-machine.h: Likewise.
45395         * sysdeps/ia64/dl-machine.h: Likewise.
45396         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45397         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45398         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45399         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45400         * sysdeps/sh/dl-machine.h: Likewise.
45401         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45402         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45403         * sysdeps/unix/i386/sysdep.S: Likewise.
45404         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45405         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45406         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45407         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45408         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45409         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45410         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45411         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45412         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45413         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45414         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45415         * sysdeps/x86_64/dl-machine.h: Likewise.
45416         * tls.make.c: Likewise.
45417
45418         * configure.in: Remove --with-__thread option.  Make tests for
45419         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45420         tls_model attribute fail if no support is available.  Remove
45421         USE_IN_LIBIO.
45422         * Makeconfig: Adjust for dropped configure option.  All features are
45423         now mandatory.
45424         * Makerules: Likewise.
45425         * Versions.def: Likewise.
45426         * argp/argp-fmtstream.c: Likewise.
45427         * argp/argp-fmtstream.h: Likewise.
45428         * argp/argp-help.c: Likewise.
45429         * assert/assert.c: Likewise.
45430         * config.h.in: Likewise.
45431         * config.make.in: Likewise.
45432         * configure: Likewise.
45433         * configure.in: Likewise.
45434         * csu/Versions: Likewise.
45435         * csu/init.c: Likewise.
45436         * elf/tst-audit2.c: Likewise.
45437         * elf/tst-tls10.c: Likewise.
45438         * elf/tst-tls10.h: Likewise.
45439         * elf/tst-tls11.c: Likewise.
45440         * elf/tst-tls12.c: Likewise.
45441         * elf/tst-tls14.c: Likewise.
45442         * elf/tst-tlsmod11.c: Likewise.
45443         * elf/tst-tlsmod12.c: Likewise.
45444         * elf/tst-tlsmod13.c: Likewise.
45445         * elf/tst-tlsmod13a.c: Likewise.
45446         * elf/tst-tlsmod14a.c: Likewise.
45447         * elf/tst-tlsmod15b.c: Likewise.
45448         * elf/tst-tlsmod16a.c: Likewise.
45449         * elf/tst-tlsmod16b.c: Likewise.
45450         * elf/tst-tlsmod7.c: Likewise.
45451         * elf/tst-tlsmod8.c: Likewise.
45452         * elf/tst-tlsmod9.c: Likewise.
45453         * gmon/gmon.c: Likewise.
45454         * grp/fgetgrent_r.c: Likewise.
45455         * grp/putgrent.c: Likewise.
45456         * hurd/fopenport.c: Likewise.
45457         * include/libc-symbols.h: Likewise.
45458         * include/tls.h: Likewise.
45459         * intl/gettextP.h: Likewise.
45460         * intl/loadinfo.h: Likewise.
45461         * locale/global-locale.c: Likewise.
45462         * locale/localeinfo.h: Likewise.
45463         * mach/devstream.c: Likewise.
45464         * malloc/arena.c: Likewise.
45465         * malloc/set-freeres.c: Likewise.
45466         * misc/err.c: Likewise.
45467         * misc/getttyent.c: Likewise.
45468         * misc/mntent_r.c: Likewise.
45469         * posix/getopt.c: Likewise.
45470         * posix/wordexp.c: Likewise.
45471         * pwd/fgetpwent_r.c: Likewise.
45472         * resolv/Versions: Likewise.
45473         * resolv/res_hconf.c: Likewise.
45474         * shadow/fgetspent_r.c: Likewise.
45475         * shadow/putspent.c: Likewise.
45476         * stdio-common/printf_fphex.c: Likewise.
45477         * stdio-common/tmpfile.c: Likewise.
45478         * stdlib/abort.c: Likewise.
45479         * stdlib/fmtmsg.c: Likewise.
45480         * sunrpc/auth_unix.c: Likewise.
45481         * sunrpc/clnt_perr.c: Likewise.
45482         * sunrpc/clnt_tcp.c: Likewise.
45483         * sunrpc/clnt_udp.c: Likewise.
45484         * sunrpc/clnt_unix.c: Likewise.
45485         * sunrpc/openchild.c: Likewise.
45486         * sunrpc/svc_simple.c: Likewise.
45487         * sunrpc/svc_tcp.c: Likewise.
45488         * sunrpc/svc_udp.c: Likewise.
45489         * sunrpc/svc_unix.c: Likewise.
45490         * sunrpc/xdr.c: Likewise.
45491         * sunrpc/xdr_array.c: Likewise.
45492         * sunrpc/xdr_rec.c: Likewise.
45493         * sunrpc/xdr_ref.c: Likewise.
45494         * sunrpc/xdr_stdio.c: Likewise.
45495
45496 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45497
45498         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45499
45500 2011-07-03  Andreas Jaeger  <aj@suse.de>
45501
45502         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45503         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45504         regenerate with gen-libm-tests.pl.
45505
45506 2010-05-12  Petr Baudis  <pasky@suse.cz>
45507
45508         [BZ #11589]
45509         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45510         around j0() zero points by switching to j1().
45511         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45512         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45513         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45514         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45515
45516 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45517
45518         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45519         instead of 0.
45520         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45521         instead of 0.
45522         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45523         Patch in part by Pavel Roskin <proski@gnu.org>.
45524
45525         [BZ #13138]
45526         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45527         realloc.
45528         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45529         Free memory block if necessary.
45530
45531         [BZ #12847]
45532         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45533         be NULL.  Don't lock in this case.
45534
45535 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45536
45537         * elf/elf.h (ELFOSABI_GNU): New macro.
45538         (ELFOSABI_LINUX): Define to that.
45539
45540 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45541
45542         * string/strncat.c (strncat): Undef the symbol in case it has been
45543         defined in bits/string.h.
45544
45545 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45546
45547         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45548
45549         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45550         link map.
45551
45552 2011-08-17  Andreas Jaeger  <aj@suse.de>
45553
45554         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45555
45556 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45557             Ian Lance Taylor  <iant@google.com>
45558
45559         * math/libm-test.inc (lround_test): New testcase.
45560         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45561
45562 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45563
45564         * Makefile: Remove support for automatic cvs check-ins.
45565         * Makerules: Likewise.
45566         * config.make.in: Likewise.
45567         * configure.in: Likewise.
45568         * intl/Makefile: Likewise.
45569         * locale/Makefile: Likewise.
45570         * po/Makefile: Likewise.
45571         * posix/Makefile: Likewise.
45572         * sysdeps/gnu/Makefile: Likewise.
45573         * sysdeps/mach/hurd/Makefile: Likewise.
45574         * sysdeps/sparc/sparc32/Makefile: Likewise.
45575
45576         [BZ #13118]
45577         * posix/Makefile (bug-regex32-ENV): Define.
45578         Patch by John Stanley <jpsinthemix@verizon.net>.
45579
45580         * misc/Makefile (headers): Add bits/select2.h.
45581         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
45582         * misc/bits/select2.h: New file.
45583         * include/bits/select2.h: New file.
45584         * debug/Makefile (routines): Add fdelt_chk.
45585         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
45586         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
45587         FD_ISSET.
45588         * debug/fdelt_chk.c: New file.
45589
45590         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
45591         * wcsmbs/test-wmemcmp.c: Likewise.
45592         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
45593         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
45594
45595 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45596
45597         * string/Makefile (strop-tests): Add memcmp.
45598         * string/test-wmemcmp.c: New file.
45599         * string/test-memcmp.c: Add wmemcmp support.
45600
45601 2011-09-08  Roland McGrath  <roland@hack.frob.com>
45602
45603         [BZ #13153]
45604         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
45605         2011-07-19 change.
45606
45607         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
45608         garbage value in a __mach_port_mod_refs call in the cases of the
45609         task-self and thread-self ports.
45610
45611 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45612
45613         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
45614
45615 2011-09-08  Andreas Schwab  <schwab@redhat.com>
45616
45617         * elf/dl-load.c (lose): Check for non-null L.
45618
45619 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45620
45621         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
45622
45623         * elf/dl-libc.c (dlerror_run): Pass back error code from
45624         dl_catch_error.
45625
45626         [BZ #13123]
45627         * elf/dl-load.c (lose): Free l_origin if it is valid.
45628
45629         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
45630         names.
45631         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
45632         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45633         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45634         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45635         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
45636         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
45637
45638 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45639
45640         * sysdeps/powerpc/fpu/e_hypot.c: New file.
45641         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
45642         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
45643         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
45644         * sysdeps/powerpc/fpu/k_cosf.c: New file.
45645         * sysdeps/powerpc/fpu/k_sinf.c: New file.
45646         * sysdeps/powerpc/fpu/s_cosf.c: New file.
45647         * sysdeps/powerpc/fpu/s_sinf.c: New file.
45648         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
45649         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
45650
45651 2011-08-15  Alan Modra  <amodra@gmail.com>
45652
45653         [BZ #13092]
45654         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
45655         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
45656         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
45657         ppc_mcount to static-only-routines.
45658         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
45659         __mcount_internal.
45660         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
45661         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
45662
45663 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
45664
45665         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
45666         for finite and infinity parameters.
45667
45668 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
45669
45670         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
45671         and add nop instructions for throughput optimization.
45672         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
45673
45674 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
45675
45676         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
45677         aligned copy for power7 with vector-scalar instructions.
45678         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
45679
45680 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
45681
45682         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
45683         AVX check.
45684
45685 2011-09-07  Andreas Schwab  <schwab@redhat.com>
45686
45687         [BZ #13144]
45688         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
45689         last change.
45690
45691 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45692
45693         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45694         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
45695         syscall wrapper around clock_gettime in __vdso_clock_gettime.
45696         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
45697         clock_gettime.
45698
45699 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45700
45701         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
45702         Forgot to demangle the pointer.
45703
45704         * sysdeps/i386/sysdep.h: Define atom_text_section.
45705         * sysdeps/x86_64/sysdep.h: Likewise.
45706         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
45707         section with atom_text_section.
45708         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45709         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45710         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
45711         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45712         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
45713
45714         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
45715         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
45716         already be defined.  Change to take two parameters and don't assign
45717         result to variable.  Adjust all users.
45718         Define INTERNAL_GETTIME if not already defined.
45719         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
45720         call.
45721         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
45722         HAVE_CLOCK_GETTIME_VSYSCALL.
45723         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
45724
45725         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
45726         gettimeofday vsyscall, just use time.
45727
45728 2011-09-06  Andreas Schwab  <schwab@redhat.com>
45729
45730         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
45731         <errno.h>.
45732
45733 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45734
45735         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
45736         syscall on x86-64.
45737         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
45738         syscall.
45739         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
45740         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
45741         syscall if possible.
45742
45743 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45744
45745         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
45746         e_ident.  Don't pass to find_mapsXX.
45747         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
45748
45749 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45750
45751         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45752         strchr-sse2-no-bsf strrchr-sse2-no-bsf
45753         * sysdeps/x86_64/multiarch/strchr.S: Update.
45754         Check bit_slow_BSF bit.
45755         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
45756         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
45757         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
45758
45759 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45760
45761         [BZ #13134]
45762         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
45763         before glibc 2.15.
45764         (tryshell): Define.
45765         (__spawni): Change last parameter to be flag.  Test
45766         SPAWN_XFLAGS_USE_PATH flag to use path or not.
45767         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
45768         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
45769         * posix/spawni.c: Likewise.
45770         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
45771         * posix/spawnp.c: Likewise.  Change normal version to use
45772         SPAWN_XFLAGS_USE_PATH.
45773         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
45774         SPAWN_XFLAGS_TRY_SHELL.
45775
45776         [BZ #13150]
45777         * posix/glob.h: Remove gcc 1.x support.
45778
45779         [BZ #13068]
45780         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
45781
45782 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45783
45784         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45785         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
45786         strrchr-sse2-bsf
45787         * sysdeps/i386/i686/multiarch/strchr.S: New file.
45788         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
45789         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
45790         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
45791         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
45792         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
45793
45794 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45795
45796         * sysdeps/x86_64/wcscmp.S: New file.
45797
45798         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
45799         wcscmp-c wcscmp-sse2
45800         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
45801         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
45802         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
45803         * wcsmbs/wcscmp.c: Allow renaming.
45804
45805 2011-09-05  David S. Miller  <davem@davemloft.net>
45806
45807         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
45808         stack slot, rather than the struct return pointer slot.
45809         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
45810         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
45811         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
45812         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
45813
45814 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45815
45816         * po/ja.po: Update from translation team.
45817
45818         [BZ #13144]
45819         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
45820         kernel in 64-bit binaries.
45821
45822 2011-09-01  David S. Miller  <davem@davemloft.net>
45823
45824         * elf/elf.h (HWCAP_SPARC_*): Move to..
45825         * sysdeps/sparc/sysdep.h: this new file and add new values.
45826         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
45827         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
45828         _DL_HWCAP_COUNT to 24.
45829         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45830         entries.
45831         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45832         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45833         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45834         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45835         instead of magic constants.
45836         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45837
45838 2011-08-31  David S. Miller  <davem@davemloft.net>
45839
45840         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45841         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45842         Reimplement to do errno handling inline.
45843         (SYSCALL_ERROR_HANDLER): New macro.
45844         (__SYSCALL_STRING): Do not do errno handling in asm.
45845         (__CLONE_SYSCALL_STRING): Delete.
45846         (__INTERNAL_SYSCALL_STRING): Delete.
45847         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45848         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45849         (PSEUDO): Reimplement to do errno handling inline.
45850         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45851         (SYSCALL_ERROR_HANDLER): New macro.
45852         (__SYSCALL_STRING): Do not do errno handling in asm.
45853         (__CLONE_SYSCALL_STRING): Delete.
45854         (__INTERNAL_SYSCALL_STRING): Delete.
45855         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45856         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45857         i386.
45858         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45859         (inline_syscall*): Add 'err' argument.
45860         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45861         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45862         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45863         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
45864
45865         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
45866         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45867
45868 2011-08-30  Andreas Schwab  <schwab@redhat.com>
45869
45870         * elf/rtld.c (dl_main): Relocate objects in dependency order.
45871
45872 2011-08-29  Jiri Olsa <jolsa@redhat.com>
45873
45874         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
45875         directive.
45876
45877 2011-08-24  David S. Miller  <davem@davemloft.net>
45878
45879         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
45880
45881 2011-08-24  Andreas Schwab  <schwab@redhat.com>
45882
45883         * elf/Makefile: Add rules to build and run unload8 test.
45884         * elf/unload8.c: New file.
45885         * elf/unload8mod1.c: New file.
45886         * elf/unload8mod1x.c: New file.
45887         * elf/unload8mod2.c: New file.
45888         * elf/unload8mod3.c: New file.
45889
45890         * elf/dl-close.c (_dl_close_worker): Reset private search list if
45891         it wasn't used.
45892
45893 2011-08-23  David S. Miller  <davem@davemloft.net>
45894
45895         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
45896         subtract stack bias.
45897         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
45898         %sp not %fp in calculations.
45899         (_JMPBUF_UNWINDS_ADJ): Likewise.
45900
45901         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
45902         (aio_suspend): Call it to force an exception region around the
45903         AIO_MISC_WAIT() invocation.
45904
45905 2011-08-23  Andreas Schwab  <schwab@redhat.com>
45906
45907         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
45908         backslash.
45909
45910 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
45911
45912         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
45913         protection macro.
45914         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
45915         and <dl-machine.h>.
45916         (Elf64_FuncDesc): Remove.
45917
45918 2011-08-22  David S. Miller  <davem@davemloft.net>
45919
45920         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
45921         sigaltstack check, add missing cfi directives.
45922         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
45923         missing cfi directives, and sigaltstack handling.
45924
45925 2011-08-16  Andreas Schwab  <schwab@redhat.com>
45926
45927         [BZ #11724]
45928         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
45929         object is seen twice.
45930         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45931
45932         * elf/Makefile (distribute): Add tst-initorder2.c.
45933         (tests): Add tst-initorder2.
45934         (modules-names): Add tst-initorder2a tst-initorder2b
45935         tst-initorder2c tst-initorder2d.  Add rules to build them.
45936         ($(objpfx)tst-initorder2.out): New rule.
45937         * elf/tst-initorder2.c: New file.
45938         * elf/tst-initorder2.exp: New file.
45939
45940 2011-08-22  Andreas Schwab  <schwab@redhat.com>
45941
45942         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
45943
45944         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
45945         dependencies back to end of function.
45946
45947         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
45948         $(elfobjdir)/ld.so.
45949
45950 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
45951
45952         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
45953         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
45954         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
45955         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
45956         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
45957         of __vdso_gettimeofday.
45958         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
45959         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
45960         attribute_hidden.
45961         (_libc_vdso_platform_setup): Remove initialization of
45962         __vdso_gettimeofday and __vdso_time.
45963
45964 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45965
45966         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
45967         and fgetc_unlocked.
45968         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
45969         getc_unlocked.
45970
45971         * elf/dl-open.c (add_to_global): Report additions to the global scope
45972         for LD_DEBUG=scopes.
45973         (dl_open_worker): Also print scope of newly loaded dependencies.
45974         (_dl_show_scope): Indicate if there is no scope.
45975
45976         [BZ #13114]
45977         * stdio-common/Makefile (tests): Add bug24.
45978         * stdio-common/bug24.c: New file.
45979
45980 2011-08-19  Andreas Jaeger  <aj@suse.de>
45981
45982         [BZ #13114]
45983         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
45984         non-existant file when using close-on-exec mode.
45985
45986 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45987
45988         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
45989         the very first instruction.
45990
45991         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
45992         the CFI state in the end.
45993         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
45994         inclusion of dl-trampoline.h.
45995         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
45996
45997 2011-08-19  Andreas Schwab  <schwab@redhat.com>
45998
45999         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46000         expectations for long double.
46001
46002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46003         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46004
46005 2011-08-14  David S. Miller  <davem@davemloft.net>
46006
46007         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46008         artificual limit depends upon the system page size.
46009
46010 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46011
46012         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46013         * resolv/Makefile: Define CFLAGS-libresolv.
46014
46015 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46016
46017         * nss/makedb.c (compute_tables): Make variables used in nested
46018         function static.
46019
46020 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46021
46022         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46023         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46024         if buffer was too small.
46025
46026         * elf/pldd.c (main): Attach to all threads in the process.
46027         Rewrite /proc handling to use *at functions.
46028
46029 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46030
46031         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46032         specifies first scope to show.
46033         (dl_open_worker): Update callers.  Move printing scope of new
46034         object to before the relocation.
46035         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46036         * sysdeps/generic/ldsodefs.h: Update declaration.
46037
46038         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46039         string for the scope number.
46040
46041 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46042
46043         * nscd/servicescache.c (cache_addserv): Make sure written is always
46044         initialized.
46045
46046 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46047
46048         * sysdeps/i386/i486/bits/atomic.h
46049         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46050         statement expression, so as to suppress "set but not used" warning.
46051         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46052
46053         * string/strncat.c (STRNCAT): Use prototype definition.
46054
46055         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46056         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46057         -Iprograms here.
46058         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46059         (localedef-modules): Add localedef.
46060         (locale-modules): Add locale.
46061
46062         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46063         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46064         to avoid a warning.
46065
46066 2011-08-14  David S. Miller  <davem@davemloft.net>
46067
46068         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46069         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46070
46071 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46072
46073         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46074         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46075         * elf/rtld.c (dl_main): Set l_name of vDSO.
46076         Call _dl_show_scope when DL_DEBUG_SCOPES.
46077         (process_dl_debug): Recognize scopes flag and also set it for all.
46078         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46079         Declare _dl_show_scope.
46080
46081         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46082         (do_dlopen): Pass caller_dlopen to dl_open.
46083         (__libc_dlopen_mode): Initialize caller_dlopen.
46084
46085         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46086         of libc.  Make tolower call locale-independent.  Optimize a bit by
46087         using isdigit instead of isalnum.
46088         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46089
46090 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46091
46092         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46093         was a dependency or dynamically loaded.
46094
46095 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46096
46097         * intl/l10nflist.c: Allow architecture-specific pop function.
46098         * sysdeps/x86_64/l10nflist.c: New file.
46099
46100         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46101         classification.
46102
46103 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46104
46105         * include/dirent.h: Add libc_hidden_proto for scandirat and
46106         scandirat64.  Don't declare __scandirat64.
46107         * dirent/scandirat.c: Add libc_hidden_def.
46108         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46109         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46110
46111 2011-08-10  David S. Miller  <davem@davemloft.net>
46112
46113         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46114         enum.
46115         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46116         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46117         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46118
46119 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46120
46121         * Versions.def [libc]: Add GLIBC_2.15.
46122         * dirent/Makefile (routines): Add scandirat and scandirat64.
46123         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46124         GLIBC_2.15.
46125         * dirent/dirent.h: Declare scandirat and scandirat64.
46126         * dirent/scandirat.c: New file.
46127         * dirent/scandirat64.c: New file.
46128         * sysdeps/wordsize-64/scandirat.c: New file.
46129         * sysdeps/wordsize-64/scandirat64.c: New file.
46130         * dirent/opendir.c: Define opendirat.
46131         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46132         using scandirat.
46133         * dirent/scandir64.c: Adjust for scandir.c change.
46134         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46135         __scandirat64, and __scandir_cancel_handler.
46136         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46137         additional parameter and use openat instead of open (outside of ld.so).
46138         Add new __opendir as wrapper around __opendirat.
46139         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46140         here without requiring old scandirat implementation.
46141
46142 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46143
46144         * dirent/scandir.c (cancel_handler): Renamed to
46145         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46146         defined.  Adjust users.
46147         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46148         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46149
46150 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46151
46152         * string/test-string.h (IMPL): Use __STRING to expand name and then
46153         stringify it.
46154
46155         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46156         of cleanups.
46157
46158 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46159
46160         * string/Makefile: Update.
46161         (strop-tests): Append strncat.
46162         * string/test-wcscmp.c: New file.
46163         New comprehensive test for wcscmp.
46164         * string/test-strcmp.c: Update.
46165         (WIDE): New define.
46166
46167 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46168
46169         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46170         line.
46171
46172 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46173
46174         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46175         encoding to ACE if AI_IDN.
46176
46177 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46178
46179         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46180         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46181
46182 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46183
46184         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46185         Fix overflow bug in strncat.
46186         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46187
46188         * string/test-strncat.c: Update.
46189         Add new tests for checking overflow bugs.
46190
46191 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46192
46193         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46194         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46195         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46196         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46197         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46198         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46199         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46200         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46201         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46202
46203         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46204         (USE_AS_STRCAT): Define.
46205         Add strcat and strncat support.
46206         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46207
46208 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46209
46210         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46211         __n bigger than INT_MAX+1.
46212         (__strncmp_g): Likewise.
46213
46214 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46215
46216         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46217         * libio/stido.h: Likewise.
46218
46219         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46220         (AF_NFC): Define.
46221         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46222         (AF_NFC): Define.
46223
46224         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46225         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46226         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46227         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46228         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46229
46230         [BZ #13021]
46231         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46232         installed.
46233
46234         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46235         typo.
46236         (_dl_x86_64_save_sse): Likewise.
46237
46238 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46239
46240         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46241         OSXSAVE.
46242         (_dl_x86_64_save_sse): Likewise.
46243
46244         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46245
46246         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46247
46248 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46249
46250         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46251         change.
46252         (_dl_x86_64_save_sse): Use correct AVX check.
46253
46254 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46255
46256         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46257         bug in strncpy/strncat.
46258         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46259
46260 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46261
46262         * string/tester.c (test_strcat): Add tests for different alignments
46263         of source and destination.
46264         (test_strncat): Likewise.
46265
46266 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46267
46268         [BZ #12852]
46269         * posix/glob.c (glob): Check passed in values before using them in
46270         expressions to avoid some overflows.
46271         (glob_in_dir): Likewise.
46272
46273         [BZ #13007]
46274         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46275         check for AVX enablement so that we don't crash with old kernels and
46276         new hardware.
46277         * elf/tst-audit4.c: Add same checks here.
46278         * elf/tst-audit6.c: Likewise.
46279
46280         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46281
46282 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46283
46284         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46285
46286 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46287
46288         * po/cs.po: Update from translation team.
46289         * po/bg.po: Likewise.
46290
46291 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46292
46293         * misc/sys/cdefs.h: Add support for const attribute.
46294         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46295         to gnu_dev_{major,minor,makedev} functions.
46296
46297 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46298
46299         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46300
46301 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46302
46303         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46304         strlen results.
46305
46306 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46307
46308         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46309         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46310         register in order to avoid conflicts with the soft frame pointer
46311         being held in r11 when necessary.
46312         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46313         (INTERNAL_VSYSCALL_NCS): Likewise.
46314
46315 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46316
46317         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46318         * elf/dl-fini.c (_dl_fini): Adjust caller.
46319         * elf/dl-close.c (_dl_close_worker): Likewise.
46320         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46321
46322 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46323
46324         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46325         "aux_cache->nlibs < 0".
46326
46327         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46328         in the reload-count case.
46329
46330 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46331
46332         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46333         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46334         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46335         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46336         * sysdeps/x86_64/multiarch/strcat.S: New file.
46337         * sysdeps/x86_64/multiarch/strncat.S: New file.
46338         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46339         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46340         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46341         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46342         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46343         (USE_AS_STRCAT): Define.
46344         Add strcat and strncat support.
46345         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46346         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46347         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46348         * string/strncat.c: Update.
46349         (USE_AS_STRNCAT): Define.
46350         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46351         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46352         and i7.
46353         * sysdeps/x86_64/multiarch/init-arch.h
46354         (bit_Prefer_PMINUB_for_stringop): New.
46355         (index_Prefer_PMINUB_for_stringop): Likewise.
46356         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46357         bit_Prefer_PMINUB_for_stringop.
46358
46359 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46360
46361         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46362         buffer64.
46363         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46364         of casting of buffer.
46365         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46366         buffer32 and buffer64.
46367         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46368         writes instead of casting of buffer.
46369         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46370         buffer32.
46371         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46372         casting of buffer.
46373
46374 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46375
46376         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46377
46378 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46379
46380         * nscd/nscd.c (termination_handler): Don't do anything for a database
46381         if it has not yet been initialized.
46382
46383 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46384
46385         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46386
46387 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46388
46389         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46390
46391 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46392
46393         * po/nl.po: Update from translation team.
46394         * po/sv.po: Likewise.
46395
46396 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46397
46398         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46399         now disallowed by GCC.
46400
46401         * configure.in (use-default-link): Default to yes if a test -shared
46402         link meets our qualifications.
46403         * configure: Regenerated.
46404
46405         * config.make.in (output-format): New variable.
46406         * configure.in: Check for ld --print-output-format support.
46407         * configure: Regenerated.
46408         * Makerules ($(common-objpfx)format.lds)
46409         [$(output-format) != unknown]: Just use $(output-format),
46410         instead of the linker-script munging.
46411
46412 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46413
46414         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46415         of $(common-objpfx)shlib.lds.
46416         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46417
46418         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46419         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46420
46421         * configure.in (-z relro check): Adjust test code to add a large
46422         writable data section after it.
46423         * configure: Regenerated.
46424
46425 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46426
46427         * configure.in (-z relro check): Fix test code to make the variable
46428         truly const.
46429         * configure: Regenerated.
46430
46431 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46432
46433         * nscd/nscd.h (struct traced_file): Define.
46434         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46435         elements.  Add traced_files.
46436         (inotify_fd): Declare.
46437         (register_traced_file): Declare.
46438         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46439         (inotify_fd): Export.
46440         (resolv_conf_descr): Remove.
46441         (nscd_init): Move inotify descriptor creation to main.
46442         Don't register files for notification here.
46443         (register_traced_file): New function.
46444         (invalidate_cache): Don't use reset_res to determine whether to call
46445         res_init, go through the list of registered files.
46446         (main_loop_poll): The inotify descriptors are now stored in the
46447         structures for the traced files.
46448         (main_loop_epoll): Likewise
46449         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46450         to __nss_disable_nscd.
46451         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46452         for a database anymore.  Check the records for all the registered
46453         files instead.
46454         * nss/Makefile (libnss_files-routines): Add files-init.
46455         (libnss_db-routines): Add db-init.
46456         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46457         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46458         * nss/nss_db/db-init.c: New file.
46459         * nss/nss_files/files-init.c: New file.
46460         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46461         __nss_lookup_function.
46462         (__nss_lookup_function): Call nss_load_library.
46463         (nss_load_all_libraries): New function.
46464         (__nss_disable_nscd): Take parameter with callback function for files
46465         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46466         used for the cached services.
46467         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46468         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46469         options for features to all the files in nscd.
46470
46471         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46472
46473 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46474
46475         * csu/elf-init.c (__libc_csu_init): Comment typo.
46476
46477 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46478
46479         * po/pl.po: Update from translation team.
46480         * po/ja.po: Likewise.
46481         * po/ru.po: Likewise.
46482         * po/ko.po: Likewise.
46483         * po/fr.po: Likewise.
46484
46485 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46486
46487         * configure.in (.ctors/.dtors header and trailer check):
46488         Use an empirical test on a built program.
46489         * configure: Regenerated.
46490
46491         * configure.in (-z relro check): Use an empirical test on a built DSO.
46492         Detect, but do not require, on ia64.
46493         * configure: Regenerated.
46494
46495         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46496         Update tests that use readelf to use $READELF instead.
46497         * configure: Regenerated.
46498
46499 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46500
46501         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46502         if the result is not used.
46503
46504 2011-07-05  Andreas Jaeger  <aj@suse.de>
46505
46506         [BZ#9696]
46507         * stdlib/tst-strtod.c: Add testcase.
46508
46509 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46510
46511         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46512         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46513         The latter has a higher limit.  Take additional parameter to pass to
46514         the new function.
46515         (__pathconf): Pass file to __statfs_link_max.
46516         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46517         __statfs_link_max.
46518         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46519         __statfs_link_max.
46520
46521         [BZ #12868]
46522         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46523         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46524         Handle Lustre.
46525         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46526         (__statfs_filesize_max): Likewise.
46527         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46528
46529 2011-07-05  Andreas Jaeger  <aj@suse.de>
46530
46531         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46532
46533 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46534
46535         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46536         `status' variable.
46537         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46538         Likewise.
46539
46540 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46541
46542         * Makefile (strop-tests): Add strncat.
46543         * string/test-strncat.c: New file.
46544
46545 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46546
46547         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46548
46549 2011-06-21  Andreas Jaeger  <aj@suse.de>
46550
46551         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46552         Copy rule from iconvdata/Makefile.
46553
46554 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46555
46556         [BZ #12922]
46557         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46558         but no long options are defined, just return 'W'.
46559
46560 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46561
46562         [BZ #9696]
46563         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46564
46565 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46566
46567         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
46568         netgroups to read.
46569         (innetgr): Likewise.
46570
46571 2011-07-05  Roland McGrath  <roland@hack.frob.com>
46572
46573         * config.make.in (install_root): Default to $(DESTDIR).
46574
46575 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
46576
46577         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
46578
46579 2011-07-02  Roland McGrath  <roland@hack.frob.com>
46580
46581         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
46582
46583         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
46584         containing directory rather than embedding absolute directory names.
46585
46586         * scripts/check-local-headers.sh: Rewritten using awk.
46587         Match by word, not by line.  Print error messages for matches.
46588         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
46589
46590         * Makerules [shlib-lds-flags empty]:
46591         ($(common-objpfx)libc_pic.opts): New target.
46592         ($(common-objpfx)libc_pic.os.clean): New target.
46593         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
46594
46595         * config.make.in (OBJCOPY): New variable.
46596         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
46597         * configure: Regenerated.
46598
46599         * config.make.in (use-default-link): New variable.
46600         * configure.in (use_default_link): Grok --with-default-link to set it.
46601         * configure: Regenerated.
46602         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
46603         (shlib-lds, shlib-lds-flags): Define to empty.
46604
46605         * Makerules (shlib-lds): New variable.
46606         (shlib-lds-flags): New variable.
46607         (build-shlib, build-moduile, build-module-asneeded): Use it.
46608         ($(common-objpfx)libc.so): Use $(shlib-lds).
46609         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
46610         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
46611
46612         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
46613         DT_FLAGS/DT_FLAGS_1 with zero flags.
46614
46615         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
46616         linker script munging.
46617
46618 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
46619
46620         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
46621         as 128-bit value.
46622         * crypt/sha512.c (sha512_process_block): Perform total addition using
46623         128-bit if possible.
46624         (__sha512_finish_ctx): Likewise.
46625         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
46626         as 64-bit value.
46627         * crypt/sha256.c (SWAP64): Define.
46628         (sha256_process_block): Perform total addition using 64-bit if
46629         possible.
46630         (__sha256_finish_ctx): Likewise.
46631
46632 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
46633
46634         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
46635         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46636         * nscd/hstcache.c (cache_addhst): Likewise.
46637         * nscd/grpcache.c (cache_addgr): Likewise.
46638         * nscd/aicache.c (addhstaiX): Likewise
46639         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
46640
46641 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
46642
46643         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
46644         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46645         * nscd/hstcache.c (cache_addhst): Likewise.
46646         * nscd/grpcache.c (cache_addgr): Likewise.
46647         * nscd/aicache.c (addhstaiX): Likewise
46648
46649 2011-07-01  Andreas Schwab  <schwab@redhat.com>
46650
46651         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
46652         domain only when needed.
46653
46654 2011-06-30  Andreas Schwab  <schwab@redhat.com>
46655
46656         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
46657         is always restored.
46658
46659 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
46660
46661         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
46662         are re-adding the entry.
46663         * nscd/servicescache.c (cache_addserv): Likewise.
46664
46665 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
46666
46667         * sysdeps/generic/dl-irel.h: fix protection against multiple
46668         inclusions.
46669         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
46670
46671 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
46672
46673         [BZ #12935]
46674         * malloc/memusage.sh: Fix quoting in message.
46675         * debug/xtrace.sh: Likewise.
46676
46677         * configure.in: Remove support for --experimental-malloc option, make
46678         it the default.
46679         * config.make.in: Likewise.
46680         * malloc/Makefile: Likewise.
46681
46682 2011-06-27  Andreas Schwab  <schwab@redhat.com>
46683
46684         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
46685         two-byte characters.
46686
46687 2011-06-27  Roland McGrath  <roland@hack.frob.com>
46688
46689         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
46690         AC_CACHE_CHECK invocation.
46691         * configure: Regenerated.
46692
46693         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
46694
46695 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
46696
46697         [BZ #12350]
46698         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
46699         bit from old_res_options.
46700
46701         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
46702
46703         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
46704         value type for setfct.
46705
46706 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
46707
46708         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46709         __gettimeofday instead of gettimeofday.
46710
46711 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
46712
46713         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
46714
46715 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
46716
46717         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
46718
46719         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
46720         info.
46721
46722 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46723
46724         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46725         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46726         strcpy-sse2-unaligned strncpy-sse2-unaligned
46727         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
46728         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
46729         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
46730         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
46731         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
46732         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
46733         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
46734         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
46735         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
46736         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
46737         (STRCPY): Support SSE2 and SSSE3 versions.
46738
46739 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
46740
46741         [BZ #12874]
46742         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
46743         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
46744         kernels which artificially limit size of requests.
46745
46746 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46747
46748         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46749         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46750         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
46751         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
46752         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
46753         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
46754         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
46755         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
46756         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
46757         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
46758         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
46759         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
46760         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
46761         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
46762         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
46763         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46764         Enable unaligned load optimization for Intel Core i3, i5 and i7
46765         processors.
46766         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
46767         Define.
46768         (index_Fast_Unaligned_Load): Define.
46769         (HAS_FAST_UNALIGNED_LOAD): Define.
46770
46771 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
46772
46773         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
46774
46775 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46776
46777         [BZ #12907]
46778         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
46779         until it is clear that the information is realy needed.
46780         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
46781
46782 2011-06-22  Andreas Schwab  <schwab@redhat.com>
46783
46784         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
46785
46786 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46787
46788         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46789         /sys/devices/system/cpu/online if it is usable.
46790
46791         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
46792         reading the information from the /proc filesystem to once a second.
46793
46794 2011-06-21  Andreas Jaeger  <aj@suse.de>
46795
46796         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
46797         NULL after inclusion of kernel headers.
46798
46799 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
46800
46801         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
46802         calls to internal_setent.
46803
46804         [BZ #12885]
46805         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
46806         addresses using gethostbyname4_r ignore IPv4 addresses.
46807
46808         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
46809         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
46810
46811         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
46812
46813 2011-06-20  David S. Miller  <davem@davemloft.net>
46814
46815         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
46816         inclusions.
46817         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
46818
46819         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
46820         (elf_irel): Use it.
46821         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
46822         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
46823         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
46824         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
46825         * sysdeps/x86_64/dl-irel.h: Likewise.
46826
46827         * elf/dl-runtime.c: Use elf_ifunc_invoke.
46828         * elf/dl-sym.c: Likewise.
46829
46830 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46831
46832         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46833         need to dereference resplen2.
46834
46835 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46836
46837         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46838
46839 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46840
46841         * Makeconfig: Define vardbdir and inst_vardbdir.
46842         * nss/Makefile: Add rules to install db-Makefile.
46843
46844         * nss/nss_db/db-XXX.c: Cleanup.
46845
46846         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46847         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46848         GLIBC_PRIVATE.
46849         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46850         * nss/makedb.c: Implement -g option to specify that value strings
46851         are generated and should not be added to table iterated over for
46852         get*ent calls.
46853         * nss/nss_db/db-initgroups.c: New file.
46854
46855         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46856         interface.
46857
46858         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46859         (internal_getgrouplist): Adjust to name change.
46860         Update use_initgroups_entry if this is not the first call.
46861         * nss/databases.def: Add initgroups entry.
46862
46863         * nss/makedb.c (compute_tables): Check result of multiple hash table
46864         sizes to minimize maximum chain length.
46865
46866 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
46867
46868         * Versions.def: Add entry for libnss_db.
46869         * shlib-versions: Likewise.
46870         * nss/Makefile: Add rules to build libnss_db.
46871         * nss/Versions: Add libnss_db information.  Organize libnss_files
46872         entries better.
46873         * nss/db-Makefile: Add gshadow support.  Change rules for the new
46874         makedb progra.  Some minor improvements to generate smaller files.
46875         * nss/nss_db/nss_db.h: Move NSS database header data structures to
46876         here from...
46877         * nss/makedb.c: ...here.
46878         Improve database format to be smaller and require less memory at
46879         runtime.
46880         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
46881         db anymore.
46882         * nss/nss_db/db-netgrp.c: Likewise.
46883         * nss/nss_db/db-open.c: Likewise.
46884         * nss/nss_files/flies-XXX.x: Adjust comments.
46885         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
46886         * nss/nss_files/files-grp.c: Likewise.
46887         * nss/nss_files/files-hosts.c: Likewise.
46888         * nss/nss_files/files-network.c: Likewise.
46889         * nss/nss_files/files-proto.c: Likewise.
46890         * nss/nss_files/files-pwd.c: Likewise.
46891         * nss/nss_files/files-rpc.c: Likewise.
46892         * nss/nss_files/files-service.c: Likewise.
46893         * nss/nss_files/files-sgrp.c: Likewise.
46894         * nss/nss_files/files-spwd.c: Likewise.
46895         * nss/nss_db/db-alias.c: Removed.
46896         * nss/nss_db/dummy-db.h: Removed.
46897
46898 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
46899
46900         * nss/makedb.c: Rewritten to not use database library.
46901         * nss/Makefile: Update to build new makedb program.
46902
46903 2011-06-14  Andreas Jaeger  <aj@suse.de>
46904
46905         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
46906         memset declaration.
46907
46908 2011-06-10  Andreas Schwab  <schwab@redhat.com>
46909
46910         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
46911         tmpbuf.
46912
46913 2011-06-10  Roland McGrath  <roland@hack.frob.com>
46914
46915         * Makerules (shlib.lds): Fail if the linker script comes out empty.
46916         * elf/Makefile ($(objpfx)ld.so): Likewise.
46917
46918         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
46919         Don't list ld.so twice in dependencies.
46920
46921         * posix/bug-regex31.c: Include <stdlib.h>.
46922
46923         * nscd/hstcache.c (cache_addhst): Remove unused variable.
46924
46925         * nis/nss_compat/compat-spwd.c
46926         (getspent_next_nss_netgr): Remove unused variable.
46927         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
46928
46929         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
46930         nonmembers" output to use the right array.
46931
46932         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
46933
46934         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
46935
46936         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
46937         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
46938         * catgets/gencat.c (read_input_file): Likewise.
46939         * locale/programs/locarchive.c (enlarge_archive): Likewise.
46940
46941         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
46942         variable definition inside #if's controlling its use.
46943
46944         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
46945
46946         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
46947
46948         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
46949
46950         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
46951         unreachable code.
46952
46953         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
46954
46955         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
46956         * configure: Regenerated.
46957
46958         * Makerules: Revert last change.
46959         * elf/Makefile: Likewise.
46960
46961 2011-06-09  Roland McGrath  <roland@hack.frob.com>
46962
46963         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
46964         * elf/Makefile ($(objpfx)librtld.os): Likewise.
46965         (reloc-link): Likewise.
46966
46967 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
46968
46969         * elf/Makefile: Add rules to build pldd.
46970         * elf/pldd.c: New file.
46971         * elf/pldd-xx.c: New file.
46972
46973 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
46974
46975         * version.h: Update for 2.15 development version.
46976
46977 2011-06-07  David S. Miller  <davem@davemloft.net>
46978
46979         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
46980         ifuncs.
46981         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
46982         elf_machine_lazy_rel): Likewise.
46983         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
46984         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
46985         elf_machine_lazy_rel): Likewise.
46986         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
46987         dl_hwcap via passed in argument.
46988         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
46989         Likewise.
46990
46991 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46992
46993         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
46994
46995 2011-06-06  Roland McGrath  <roland@hack.frob.com>
46996
46997         [BZ #12849]
46998         * manual/fdl-1.1.texi: New file, verbatim from:
46999         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47000         * manual/lgpl-2.1.texi: New file, verbatim from:
47001         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47002         * manual/Makefile (licenses): New variable, list those new file names.
47003         (texis): Use it.
47004         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47005
47006         * manual/fdl.texi: File removed.
47007         * manual/lesser.texi: File removed.
47008         * manual/libc.texinfo (Copying, Documentation License):
47009         Use new @include file names, put @appendix directive before @include.
47010
47011 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47012
47013         [BZ #12841]
47014         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47015         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47016         (mq_open): Add __NTH.
47017
47018 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47019
47020         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47021         Assume Intel Core i3/i5/i7 processor if AVX is available.
47022
47023 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47024
47025         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47026         typo.
47027
47028 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47029
47030         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47031         memory.  Use alloca_account.  Fix memory leak when retrying.
47032
47033 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47034
47035         * version.h (RELEASE): Bump for 2.14 release.
47036         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47037
47038         * config.make.in (RANLIB): Remove entry.
47039
47040 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47041
47042         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47043         (libc.pot): Work around missing support for .ksh extension in xgettext.
47044
47045         [BZ #12684]
47046         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47047         if both request failed.
47048         (send_dg): In case of server errors clear resplen or *resplen2.
47049
47050         [BZ #12454]
47051         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47052         when there are multiple maps.
47053         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47054         (_dl_fini): Remove test here.
47055
47056         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47057
47058 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47059
47060         [BZ #12350]
47061         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47062         bit from old_res_options.
47063         (gaih_inet): Likewise.
47064
47065         [BZ #11099]
47066         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47067         as signed.
47068
47069         * resolv/res_init.c (res_setoptions): Make the code more compact.
47070
47071         [BZ #11558]
47072         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47073         set RES_USEVC.
47074
47075         [BZ #11634]
47076         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47077
47078         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47079
47080         [BZ #11781]
47081         * malloc/malloc.h: Declare malloc hook variables as volatile.
47082
47083         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47084         in last patch.
47085
47086         [BZ #11799]
47087         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47088         raise in the comment.
47089         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47090         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47091         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47092
47093 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47094
47095         [BZ #12811]
47096         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47097         grow the buffers more if it already has to be sufficient.
47098         (build_wcs_upper_buffer): Likewise.
47099         * posix/regexec.c (check_matching): Likewise.
47100         (clean_state_log_if_needed): Likewise.
47101         (extend_buffers): Don't enlarge buffers beyond size of the input
47102         buffer.
47103         Patches mostly by Emil Wojak <emil@wojak.eu>.
47104         * posix/bug-regex32.c: New file.
47105         * posix/Makefile (tests): Add bug-regex32.
47106
47107         * locale/findlocale.c (_nl_find_locale): Return right away if
47108         _nl_explode_name failed.
47109         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47110
47111         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47112
47113         * debug/xtrace.sh: Unify messages.
47114         * malloc/memusage.sh: Likewise.
47115
47116         [BZ #12813]
47117         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47118         time symbol from vDSO.  Substitute with vsyscall if not available.
47119         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47120         __vdso_time.
47121
47122         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47123         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47124         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47125         Add sendmmsg and internal_sendmmsg.
47126         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47127         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47128         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47129
47130         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47131         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47132         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47133
47134 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47135
47136         [BZ #12813]
47137         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47138         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47139         available.
47140         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47141         __vdso_getcpu.
47142
47143         [BZ #12814]
47144         * iconvdata/Makefile (tests): Add bug-iconv9.
47145         * iconvdata/bug-iconv9.c: New file.
47146
47147 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47148
47149         [BZ #12814]
47150         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47151
47152 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47153
47154         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47155         (struct user_regs_struct): Change intcs field back to cs.
47156
47157 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47158
47159         * po/ja.po: Update from translation team.
47160
47161 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47162
47163         [BZ #12795]
47164         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47165         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47166
47167 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47168
47169         * stdlib/longlong.h: Update from GCC.
47170
47171 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47172
47173         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47174         parameter name.
47175         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47176         Add parameter name.
47177         (__sysconf): Pass it down.
47178
47179 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47180
47181         [BZ #12671]
47182         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47183         some situations.
47184         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47185         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47186         add in in __libc_use_alloca calls.  Adjust callers.
47187         (glob): Use malloc in some situations.
47188
47189         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47190         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47191         pltexit.
47192
47193 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47194
47195         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47196         and CLOCK_BOOTTIME_ALARM.
47197
47198         [BZ #12782]
47199         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47200         is returned.
47201
47202         * string/_strerror.c (__strerror_r): Print negative errors as signed
47203         numbers.
47204
47205         [BZ #12777]
47206         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47207         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47208         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47209
47210         * configure.in: Fix typo in redirection and correct removal of test
47211         files in two cases.
47212
47213         [BZ #12788]
47214         * locale/setlocale.c (new_composite_name): Fix test to check for
47215         identical name of all categories.
47216
47217         [BZ #12792]
47218         * libio/filedoalloc.c (local_isatty): New function.
47219         (_IO_file_doallocate): Use local_isatty.
47220         * stdio-common/perror.c (perror): In case a new stream is used
47221         forward the stream error.
47222         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47223         error flag.
47224
47225 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47226
47227         [BZ #11869]
47228         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47229         alloca.
47230         * include/alloca.h (extend_alloca_account): Define.
47231
47232         [BZ #11857]
47233         * posix/regex.h: Fix comments with documentation of user-accessible
47234         fields after compilation and describe correct free'ing of pattern
47235         after re_compile_pattern.
47236         Patch by Reuben Thomas <rrt@sc3d.org>.
47237
47238 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47239
47240         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47241         and -mno-altivec to prevent the compiler from using Altivec and/or
47242         VSX instructions when the corresponding registers are not available.
47243
47244 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47245
47246         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47247
47248 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47249
47250         * libio/freopen.c (freopen): Use __dup2, not dup2.
47251         * libio/freopen64.c (freopen64): Likewise.
47252
47253 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47254
47255         [BZ #12775]
47256         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47257         * math/Makefile (tests): Add test-powl.
47258         (CFLAGS-test-powl.c): Define.
47259         * math/test-powl.c: New file.
47260
47261 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47262
47263         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47264
47265 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47266
47267         [BZ #11837]
47268         * iconvdata/gb18030.c: Update to GB18020-2005.
47269
47270 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47271
47272         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47273         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47274         Patch by Aharon Robbins <arnold@skeeve.com>.
47275
47276         [BZ #11892]
47277         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47278         on the stack.
47279
47280         [BZ #11895]
47281         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47282         through underflows.
47283
47284         [BZ #12766]
47285         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47286         point to strings before performing equality test for error_one_per_line
47287         mode.
47288
47289         [BZ #11697]
47290         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47291
47292         [BZ #11820]
47293         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47294         (struct user_fpregs_struct): Avoid __uint*_t types.
47295
47296         [BZ #6420]
47297         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47298         symbol info.  Use it instead of calling _dl_addr locally.
47299         (lock_and_info): New function.
47300         (tr_freehook): Call lock_and_info and pass symbol info as additional
47301         parameter to tr_where.
47302         (tr_mallochook): Likewise.
47303         (tr_reallochook): Likewise.
47304         (tr_memalignhook): Likewise.
47305
47306         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47307         used and couldn't be at all thread-safe.
47308
47309 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47310
47311         * libio/freopen.c (freopen): Don't close old file descriptor
47312         before the new one is opened.  Instead dup the new file descriptor
47313         to the old one after the new stream is created.
47314         * libio/freopen64.c (freopen64): Likewise.
47315         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47316         * libio/fileops.c (_IO_new_file_close_it): Handle new
47317         _IO_FLAGS2_NOCLOSE flag.
47318         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47319         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47320         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47321         _IO_FLAGS2_NOCLOSE flag.
47322         * include/unistd.h: Add hidden_proto for dup3.
47323         Define __have_dup3.
47324         * io/dup3.c: Define hidden symbol.
47325         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47326
47327         [BZ #7101]
47328         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47329         when an incomplete long option is used.
47330         * posix/tst-getopt_long1.c: New file.
47331         * posix/Makefile (tests): Add tst-getopt_long1.
47332
47333         [BZ #10138]
47334         * scripts/config.guess: Update from autoconf-2.68.
47335         * scripts/config.sub: Likewise.
47336
47337         [BZ #10157]
47338         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47339         tests into ...
47340         (has_cpuclock): ...this.  New function.
47341         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47342         macro here based on has_cpuclock code.
47343
47344         [BZ #10149]
47345         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47346         First byte (not low byte) is now always NUL.
47347         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47348
47349         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47350         Use non-cancelable interfaces.
47351
47352         [BZ #9809]
47353         * locale/iso-639.def: Add entry for Sorani.
47354
47355         [BZ #11901]
47356         * include/stdlib.h: Move include protection to the right place.
47357         Define abort_msg_s.  Declare __abort_msg with it.
47358         * stdlib/abort.c (__abort_msg): Adjust type.
47359         * assert/assert.c (__assert_fail_base): New function.  Majority
47360         of code from __assert_fail.  Allocate memory for __abort_msg with
47361         mmap.
47362         (__assert_fail): Now call __assert_fail_base.
47363         * assert/assert-perr.c: Remove bulk of implementation.  Use
47364         __assert_fail_base.
47365         * include/assert.hL Declare __assert_fail_base.
47366         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47367         mmap.
47368         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47369
47370 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47371
47372         [BZ #11952]
47373         [BZ #12453]
47374         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47375         until all modules are registered in the DTV.
47376         * elf/Makefile: Add rules to build and run tst-tls19.
47377         * elf/tst-tls19.c: New file.
47378         * elf/tst-tls19mod1.c: New file.
47379         * elf/tst-tls19mod2.c: New file.
47380         * elf/tst-tls19mod3.c: New file.
47381         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47382
47383         [BZ #12083]
47384         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47385         correctly.
47386
47387         [BZ #12601]
47388         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47389         two-byte sequence errors.
47390         * iconvdata/Makefile (tests): Add bug-iconv8.
47391         * iconvdata/bug-iconv8.c: New file.
47392
47393         [BZ #12626]
47394         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47395         buf2 definition.
47396
47397         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47398
47399         [BZ #12432]
47400         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47401         (dummy_getcfa): New function.
47402         (init): Get _Unwind_GetCFA address, use dummy if not found.
47403         (backtrace_helper): In recursion check, also check whether CFA changes.
47404         (__backtrace): Completely initialize arg.
47405
47406         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47407         storing incomplete byte sequence in state object.  Avoid testing for
47408         guaranteed too small input if we know there is enough data available.
47409
47410 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47411
47412         * Makeconfig (+link-pie): Indent.
47413         * Rules (binaries-pie): Define if $(have-fpie) and
47414         $(build-shared).
47415         (binaries-shared): Also filter out $(binaries-pie).
47416         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47417         * nscd/Makefile (others-pie): Add nscd.
47418         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47419         ($(objpfx)nscd): Remove command override.
47420         * login/Makefile (others-pie): Add pt_chown.
47421         ($(objpfx)pt_chown): Remove command override.
47422         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47423         remove command overrides.
47424
47425 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47426
47427         * libio/tst_putwc.c: Fix error messages.
47428
47429         [BZ #12724]
47430         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47431         currently writing and seek to current position when not.
47432         * libio/Makefile (tests): Add bug-fclose1.
47433         * libio/bug-fclose1.c: New file.
47434
47435 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47436
47437         [BZ #12511]
47438         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47439         don't set DF_1_NODELETE here.
47440         (do_lookup_x): When entering new entry test for copy relocation
47441         and if necessary set DF_1_NODELETE flag.
47442         * elf/tst-unique4.cc: New file.
47443         * elf/tst-unique4.h: New file.
47444         * elf/tst-unique4lib.cc: New file.
47445         * elf/Makefile: Add rules to build and run tst-unique4.
47446         Patch by Piotr Bury <pbury@goahead.com>.
47447
47448 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47449
47450         [BZ #12052]
47451         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47452
47453         [BZ #12625]
47454         * misc/mntent_r.c (addmntent): Flush the stream after the output
47455
47456         [BZ #12393]
47457         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47458         (is_trusted_path_normalize): Skip initial colon.  Append slash
47459         to empty buffer.  Duplicate is_trusted_path code but allow
47460         constructed patch to be prefix.
47461         (is_dst): Allow $ORIGIN followed by /.
47462         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47463         Correct testing of result of is_trusted_path_normalize
47464         (decompose_rpath): Fix warning.
47465
47466 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47467
47468         [BZ #11257]
47469         * grp/initgroups.c (internal_getgrouplist): When we found the service
47470         list through the initgroups entry in nsswitch.conf do not always
47471         continue on a successful lookup.  Don't always use the
47472         __nss_group_database value if it is set.
47473         * nss/nsswitch.conf (initgroups): Change action for successful db
47474         lookup to continue for compatibility.
47475
47476 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47477
47478         [BZ #11532]
47479         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47480         and CP774 modules.
47481         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47482         and CP774 modules.
47483         * iconvdata/tst-tables.sh: Likewise.
47484         * iconvdata/cp770.c: New file.
47485         * iconvdata/cp771.c: New file.
47486         * iconvdata/cp772.c: New file.
47487         * iconvdata/cp773.c: New file.
47488         * iconvdata/cp774.c: New file.
47489         * iconvdata/testdata/CP770: New file.
47490         * iconvdata/testdata/CP770..UTF8: New file.
47491         * iconvdata/testdata/CP771: New file.
47492         * iconvdata/testdata/CP771..UTF8: New file.
47493         * iconvdata/testdata/CP772: New file.
47494         * iconvdata/testdata/CP772..UTF8: New file.
47495         * iconvdata/testdata/CP773: New file.
47496         * iconvdata/testdata/CP773..UTF8: New file.
47497         * iconvdata/testdata/CP774: New file.
47498         * iconvdata/testdata/CP774..UTF8: New file.
47499
47500         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47501         END CHARMAP line.
47502         * iconvdata/gen-8bit-gap.sh: Likewise.
47503         * iconvdata/gen-8bit.sh: Likewise.
47504
47505         * locale/iso-639.def: Add ary entry.
47506
47507         [BZ #11258]
47508         * locale/C-translit.h.in: Add U20A1 transliteration.
47509
47510         [BZ #12178]
47511         * locale/iso-639.def: Add wae entry.
47512         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47513
47514         [BZ #12545]
47515         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47516         for n.
47517
47518         [BZ #12711]
47519         * locale/C-translit.h.in: Add entry for U20B9.
47520         Patch by pravin.d.s@gmail.com.
47521
47522 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47523
47524         [BZ #12713]
47525         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47526         ENAMETOOLONG use generic getcwd.
47527         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47528         in rtld.  Use *stat64.
47529         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47530         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47531         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47532         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47533         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47534         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47535         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47536         __fstatat64 macros.
47537         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47538         * dirent/rewinddir.c: Add libc_hidden_def.
47539         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47540         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47541
47542         * include/dirent.h (__alloc_dir): Add flags parameter.
47543         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47544         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47545         __alloc_dir.
47546         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47547         from fdopendir if O_CLOEXEC is already set.
47548
47549 2011-03-15  Alan Modra  <amodra@gmail.com>
47550
47551         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47552         l_tls_firstbyte_offset non-zero.  Save padding offset in
47553         l_tls_firstbyte_offset for later use.
47554         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47555         freeing static tls block.
47556
47557 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47558
47559         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47560         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47561         being defined by the kernel headers.
47562
47563 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47564
47565         [BZ #12734]
47566         * resolv/resolv.h: Define RES_NOTLDQUERY.
47567         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
47568         no-tld-query and set RES_NOTLDQUERY.
47569         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
47570         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
47571         modern BIND to search name as TLD unless forbidden.
47572
47573 2011-05-07  Petr Baudis  <pasky@suse.cz>
47574             Ulrich Drepper  <drepper@gmail.com>
47575
47576         [BZ #12393]
47577         * elf/dl-load.c (fillin_rpath): Move trusted path check...
47578         (is_trusted_path): ...to here.
47579         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47580         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
47581         using is_trusted_path_normalize() in setuid scripts.
47582
47583 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47584
47585         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
47586         __BEGIN/__END_DECLS.
47587
47588 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
47589
47590         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
47591         NSS_STATUS_NOTFOUND if no record was found.
47592
47593 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47594
47595         * sunrpc/Makefile (headers): Add rpc/netdb.h.
47596         (headers-not-in-tirpc): Remove rpc/netdb.h
47597         * resolv/netdb.h: Revert last change.
47598
47599 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47600
47601         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
47602         circular dependency between libgcc.a and libc.a.
47603
47604 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47605
47606         * resolv/netdb.h: Don't include <rpc/netdb.h>.
47607         * nis/Makefile: Don't install rpcsvc/*.
47608         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
47609         instead of <rpc/types.h>.
47610         (MAXHOSTNAMELEN): Define.
47611
47612 2011-05-03  Andreas Schwab  <schwab@redhat.com>
47613
47614         * elf/ldconfig.c (add_dir): Don't crash on empty path.
47615
47616 2011-04-28  Maciej Babinski  <mbabinski@google.com>
47617
47618         [BZ #12714]
47619         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
47620         gethostbyname4_r when IPv6 results are possible.
47621
47622 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
47623
47624         [BZ #12723]
47625         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
47626         _PC_PIPE_BUF handling.
47627
47628 2011-04-30  Bruno Haible  <bruno@clisp.org>
47629
47630         [BZ #12717]
47631         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
47632         * resolv/netdb.h (getnameinfo): Change type of flags parameter
47633         to 'int'.
47634         * inet/getnameinfo.c (getnameinfo): Likewise.
47635
47636 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
47637
47638         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
47639         to groups setting in database lookup.
47640         * nss/nsswitch.conf: Add initgroups entry.
47641
47642 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
47643
47644         [BZ #12685]
47645         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
47646         mode string.
47647         Patch by Eric Blake <eblake@redhat.com>.
47648
47649 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
47650
47651         * sunrpc/Makefile (need-export-routines): Add svc_run.
47652         (routines): Remove svc_run.
47653         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
47654         * sunrpc/clnt_perr.c (clnt_perrno): Export.
47655         * sunrpc/svc_run.c (svc_run): Likewise.
47656         * sunrpc/svc_udp.c (svcudp_create): Likewise.
47657
47658 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
47659
47660         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
47661         problem in reallocation in last patch.
47662
47663 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
47664
47665         * sunrpc/Makefile: Move inclusion of Rules.
47666
47667 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47668
47669         * nss/nss_files/files-initgroups.c: New file.
47670         * nss/Makefile (libnss_files-routines): Add files-initgroups.
47671         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
47672         _nss_files_initgroups_dyn.
47673
47674 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
47675
47676         * elf/elf.h (R_ARM_IRELATIVE): Define.
47677
47678 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47679
47680         * po/ru.po: Update from translation team.
47681
47682 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47683
47684         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
47685         dependencies.
47686
47687 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
47688
47689         [BZ #12653]
47690         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
47691         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
47692         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47693         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
47694         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
47695
47696 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
47697
47698         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
47699         differing bytes.
47700         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
47701         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
47702         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47703
47704 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47705
47706         [BZ #12420]
47707         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
47708         storing it.
47709         * stdlib/bug-getcontext.c: New file.
47710         * stdlib/Makefile: Add rules to build and run bug-getcontext.
47711
47712 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47713
47714         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
47715         instructions into .machine "z9-109".
47716         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
47717         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
47718
47719 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47720
47721         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
47722         between environment variables and auxiliary vector.
47723
47724 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
47725
47726         * Makefile: Add rules to build linkobj/libc.so.
47727         * include/libc-symbols.h: Define libc_hidden_nolink.
47728         * include/rpc/auth.h: Mark functions which are to be hidden.
47729         * include/rpc/auth_des.h: Likewise.
47730         * include/rpc/auth_unix.h: Likewise.
47731         * include/rpc/clnt.h: Likewise.
47732         * include/rpc/des_crypt.h: Likewise.
47733         * include/rpc/key_prot.h: Likewise.
47734         * include/rpc/pmap_clnt.h: Likewise.
47735         * include/rpc/pmap_prot.h: Likewise.
47736         * include/rpc/pmap_rmt.h: Likewise.
47737         * include/rpc/rpc_msg.h: Likewise.
47738         * include/rpc/svc.h: Likewise.
47739         * include/rpc/svc_auth.h: Likewise.
47740         * include/rpc/xdr.h: Likewise.
47741         * nis/Makefile: Link all DSOs against linkobj/libc.so.
47742         * nss/Makefile: Likewise.
47743         * sunrpc/Makefile: Don't install headers.  Build library with normal
47744         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
47745         * sunrpc/auth_des.c: Hide exported symbols by default, export some
47746         for the compat linking library.  Remove use of INTDEF/INTUSE.
47747         * sunrpc/auth_none.c: Likewise.
47748         * sunrpc/auth_unix.c: Likewise.
47749         * sunrpc/authdes_prot.c: Likewise.
47750         * sunrpc/authuxprot.c: Likewise.
47751         * sunrpc/clnt_gen.c: Likewise.
47752         * sunrpc/clnt_perr.c: Likewise.
47753         * sunrpc/clnt_raw.c: Likewise.
47754         * sunrpc/clnt_simp.c: Likewise.
47755         * sunrpc/clnt_tcp.c: Likewise.
47756         * sunrpc/clnt_udp.c: Likewise.
47757         * sunrpc/clnt_unix.c: Likewise.
47758         * sunrpc/des_crypt.c: Likewise.
47759         * sunrpc/des_soft.c: Likewise.
47760         * sunrpc/get_myaddr.c: Likewise.
47761         * sunrpc/key_call.c: Likewise.
47762         * sunrpc/key_prot.c: Likewise.
47763         * sunrpc/netname.c: Likewise.
47764         * sunrpc/pm_getmaps.c: Likewise.
47765         * sunrpc/pm_getport.c: Likewise.
47766         * sunrpc/pmap_clnt.c: Likewise.
47767         * sunrpc/pmap_prot.c: Likewise.
47768         * sunrpc/pmap_prot2.c: Likewise.
47769         * sunrpc/pmap_rmt.c: Likewise.
47770         * sunrpc/publickey.c: Likewise.
47771         * sunrpc/rpc_cmsg.c: Likewise.
47772         * sunrpc/rpc_common.c: Likewise.
47773         * sunrpc/rpc_dtable.c: Likewise.
47774         * sunrpc/rpc_prot.c: Likewise.
47775         * sunrpc/rpc_thread.c: Likewise.
47776         * sunrpc/rtime.c: Likewise.
47777         * sunrpc/svc.c: Likewise.
47778         * sunrpc/svc_auth.c: Likewise.
47779         * sunrpc/svc_authux.c: Likewise.
47780         * sunrpc/svc_raw.c: Likewise.
47781         * sunrpc/svc_run.c: Likewise.
47782         * sunrpc/svc_simple.c: Likewise.
47783         * sunrpc/svc_tcp.c: Likewise.
47784         * sunrpc/svc_udp.c: Likewise.
47785         * sunrpc/svc_unix.c: Likewise.
47786         * sunrpc/svcauth_des.c: Likewise.
47787         * sunrpc/xcrypt.c: Likewise.
47788         * sunrpc/xdr.c: Likewise.
47789         * sunrpc/xdr_array.c: Likewise.
47790         * sunrpc/xdr_float.c: Likewise.
47791         * sunrpc/xdr_intXX_t.c: Likewise.
47792         * sunrpc/xdr_mem.c: Likewise.
47793         * sunrpc/xdr_rec.c: Likewise.
47794         * sunrpc/xdr_ref.c: Likewise.
47795         * sunrpc/xdr_sizeof.c: Likewise.
47796         * sunrpc/xdr_stdio.c: Likewise.
47797
47798 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
47799
47800         [BZ #12650]
47801         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
47802         * sysdeps/ia64/dl-tls.h: Likewise.
47803         * sysdeps/powerpc/dl-tls.h: Likewise.
47804         * sysdeps/s390/dl-tls.h: Likewise.
47805         * sysdeps/sh/dl-tls.h: Likewise.
47806         * sysdeps/sparc/dl-tls.h: Likewise.
47807         * sysdeps/x86_64/dl-tls.h: Likewise.
47808         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
47809
47810 2011-03-14  Andreas Schwab  <schwab@redhat.com>
47811
47812         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
47813         rpath element also skip the following colon.
47814         (expand_dynamic_string_token): Add is_path parameter and pass
47815         down to DL_DST_REQUIRED and _dl_dst_substitute.
47816         (decompose_rpath): Call expand_dynamic_string_token with
47817         non-zero is_path.  Ignore empty rpaths.
47818         (_dl_map_object_from_fd): Call expand_dynamic_string_token
47819         with zero is_path.
47820
47821 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
47822
47823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
47824         Make cancelable.
47825
47826 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
47827
47828         [BZ #12655]
47829         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47830         Patch by Filipe David Manana <fdmanana@apache.org>.
47831
47832 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47833
47834         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47835         Maintain aligned stack.
47836         (CHECK_RSP): Remove unused macro.
47837
47838 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47839
47840         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47841         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47842
47843 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47844
47845         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47846
47847         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47848
47849 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47850
47851         [BZ #12518]
47852         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47853         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47854         * sysdeps/x86_64/memmove.c: New file.
47855         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47856         (memcpy): Renamed to ...
47857         (__new_memcpy): This.
47858         (memcpy): Provide GLIBC_2_14 memcpy.
47859         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47860         (memcpy): Provide GLIBC_2_2_5 memcpy.
47861
47862 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47863
47864         [BZ #12631]
47865         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
47866
47867 2011-03-30  Andreas Schwab  <schwab@redhat.com>
47868
47869         * misc/syncfs.c: New file.
47870         * misc/Makefile (routines): Add syncfs.
47871         * posix/unistd.h: Declare syncfs.
47872         * sysdeps/unix/syscalls.list: Add syncfs.
47873
47874 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47875
47876         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
47877         open_by_handle_at.
47878         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47879         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47880         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47881         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47882         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47883         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
47884         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47885
47886 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47887
47888         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
47889         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47890         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
47891         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47892         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47893         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47894         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47895
47896         * io/Makefile: Compile fallocate.c, fallocate64.c, and
47897         sync_file_range.c with -fexceptions.
47898         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
47899         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
47900         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
47901         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
47902         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
47903         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
47904         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
47905         sync_file_range as cancellation point
47906         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
47907         now a wrapper around __call_sync_file_range with cancellation handling.
47908         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
47909         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
47910         function name to __call_sync_file_range.
47911         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
47912         Add call_sync_file_range.
47913
47914 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47915
47916         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47917         bits/timex.h.
47918
47919 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47920
47921         * iconv/iconv.h: Fix typo in comment.
47922         * io/fcntl.h: Likewise.
47923         * libio/stdio.h: Likewise.
47924         * posix/spawn.h: Likewise.
47925         * posix/unistd.h: Likewise.
47926         * stdlib/stdlib.h: Likewise.
47927         * time/time.h: Likewise.
47928         * wcsmbs/wchar.h: Likewise.
47929
47930         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
47931         open_by_handle): Add.
47932         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
47933         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
47934         Augment a few comments.
47935         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47936         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47937         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47938         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47939         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47940         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
47941         open_by_handle.
47942
47943         * io/fcntl.h (AT_EMPTY_PATH): Define.
47944
47945 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
47946
47947         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
47948         * sysdeps/unix/sysv/linux/bits/time.h: New file.
47949         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
47950         to...
47951         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
47952         * Versions.def: Add GLIBC_2.14.
47953         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
47954         Export.
47955
47956 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
47957
47958         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
47959         round counter.
47960         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47961
47962 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47963
47964         [BZ #12597]
47965         * string/test-strncmp.c (do_page_test): New function.
47966         (check2): Likewise.
47967         (test_main): Call check2.
47968         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
47969
47970 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
47971
47972         [BZ #12587]
47973         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
47974         Handle cache information in CPU leaf 4.
47975         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47976
47977 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
47978
47979         [BZ #12583]
47980         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
47981         character representation.
47982         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
47983
47984 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
47985
47986         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
47987         END(__isnan) to END(__isnanf) to match function entry point/label
47988         EALIGN(__isnanf,...).
47989
47990 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
47991
47992         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
47993
47994 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
47995
47996         [BZ #12510]
47997         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
47998         copy from the symbol referenced in the relocation to initialize the
47999         used variable.
48000         Patch by Piotr Bury <pbury@goahead.com>.
48001         * elf/Makefile: Add rules to build and tst-unique3.
48002         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48003         * elf/tst-unique3.cc: New file.
48004         * elf/tst-unique3.h: New file.
48005         * elf/tst-unique3lib.cc: New file.
48006         * elf/tst-unique3lib2.cc: New file.
48007
48008         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48009
48010 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48011
48012         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48013         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48014         to _start.
48015
48016 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48017
48018         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48019         to-be-loaded object along a path to loader is ld.so.
48020
48021 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48022             Ulrich Drepper  <drepper@gmail.com>
48023
48024         * sysdeps/x86_64/memset.S: After aligning destination, code
48025         branches to different locations depending on the value of
48026         misalignment, when multiarch is enabled. Fix this.
48027
48028 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48029
48030         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48031         Set _x86_64_preferred_memory_instruction for AMD processsors.
48032         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48033         Set bit_Prefer_SSE_for_memop for AMD processors.
48034
48035 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48036
48037         * libio/fmemopen.c (fmemopen): Optimize a bit.
48038
48039 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48040
48041         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48042
48043 2011-03-03  Roland McGrath  <roland@redhat.com>
48044
48045         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48046
48047 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48048
48049         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48050         __bzero_ultra1 instead of __memset_ultra1.
48051
48052 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48053             Ulrich Drepper  <drepper@gmail.com>
48054
48055         [BZ #12509]
48056         * include/link.h (struct link_map): Add l_orig_initfini.
48057         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48058         returning unsuccessfully.
48059         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48060         close of a file loaded at startup, restore the original l_initfini
48061         list.
48062         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48063         list, store the pointer.
48064         * elf/Makefile ($(objpfx)noload-mem): New rule.
48065         (noload-ENV): Define.
48066         (tests): Add $(objpfx)noload-mem.
48067         * elf/noload.c: Include <memcheck.h>.
48068         (main): Call mtrace.  Close all opened handles.
48069
48070 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48071
48072         [BZ #12454]
48073         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48074         dependencies are missing.
48075
48076 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48077
48078         Fix __if_freereq crash: Unlike the generic version which uses free,
48079         Hurd needs munmap.
48080         * sysdeps/mach/hurd/ifreq.h: New file.
48081
48082 2011-01-27  Petr Baudis  <pasky@suse.cz>
48083             Ulrich Drepper  <drepper@gmail.com>
48084
48085         [BZ 12445]#
48086         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48087         to extend_alloca().
48088         * stdio-common/bug23.c: New file.
48089         * stdio-common/Makefile (tests): Add bug23.
48090
48091 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48092             Ulrich Drepper  <drepper@gmail.com>
48093
48094         [BZ #12489]
48095         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48096         before performing relro protection.  At old place add assertion
48097         to make sure nothing changed.
48098
48099 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48100             Glauber de Oliveira Costa  <glommer@gmail.com>
48101
48102         * elf/elf.h: Add new ARM TLS relocs.
48103
48104 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48105
48106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48107         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48108         cast from r3.
48109         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48110         'tests' variable.
48111         * sysdeps/wordsize-64/tst-writev.c: New file.
48112
48113 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48114
48115         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48116         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48117         insns in _dl_start to prevent a TOC reference before relocs are
48118         resolved.
48119
48120 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48121
48122         [BZ #12469]
48123         * Makeconfig: Remove RANLIB definition.
48124         * Makerules: Don't use RANLIB.
48125         * aclocal.m4: Remove ranlib test.
48126         * configure.in: No need to check for ranlib.
48127         * elf/rtld-Rules: Don't use RANLIB.
48128
48129 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48130
48131         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48132         protection macro.
48133         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48134         inclusion protection macro.
48135
48136         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48137         SIGRTMIN and SIGRTMAX and print information in that case only when
48138         SIGRTMIN is defined.
48139
48140 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48141
48142         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48143         arginfo fn returning -1.
48144
48145         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48146         and thousands string is zero terminated.
48147
48148 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48149
48150         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48151         sysdeps/unix/sysv/linux/bits/socket.h.
48152
48153 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48154
48155         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48156         (__CPU_COUNT): Remove old macros.
48157         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48158         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48159         (__CPU_ALLOC, __CPU_FREE): Add macros.
48160         (__sched_cpualloc, __sched_cpufree): Add declarations.
48161
48162 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48163
48164         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48165         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48166         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48167         (readdhstai): Return value of addhstaiX call.
48168         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48169         (addgrbyX): Return value returned by cache_addgr.
48170         (readdgrbyname): Return value returned by addgrbyX.
48171         (readdgrbygid): Likewise.
48172         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48173         (addpwbyX): Return value returned by cache_addpw.
48174         (readdpwbyname): Return value returned by addhstbyX.
48175         (readdpwbyuid): Likewise.
48176         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48177         (addservbyX): Return value returned by cache_addserv.
48178         (readdservbyname): Return value returned by addservbyX:
48179         (readdservbyport): Likewise.
48180         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48181         (addhstbyX): Return value returned by cache_addhst.
48182         (readdhstbyname): Return value returned by addhstbyX.
48183         (readdhstbyaddr): Likewise.
48184         (readdhstbynamev6): Likewise.
48185         (readdhstbyaddrv6): Likewise.
48186         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48187         (readdinitgroups): Return value returned by addinitgroupsX.
48188         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48189         (prune_cache): Keep track of timeout value of re-added entries.
48190         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48191         * nscd/nscd.h: Adjust prototypes of readd* functions.
48192
48193 2011-02-04  Roland McGrath  <roland@redhat.com>
48194
48195         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48196         (nis_stats): Likewise.
48197         * nis/nis_modify.c (nis_modify): Likewise.
48198         * nis/nis_remove.c (nis_remove): Likewise.
48199         * nis/nis_add.c (nis_add): Likewise.
48200
48201         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48202
48203         * posix/fnmatch_loop.c: Add some consts.
48204
48205         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48206
48207 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48208
48209         [BZ #12460]
48210         * config.make.in (config-cflags-novzeroupper): Define.
48211         * configure.in: Substitute libc_cv_cc_novzeroupper.
48212         * elf/Makefile (AVX-CFLAGS): Define.
48213         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48214         (CFLAGS-tst-auditmod4a.c): Likewise.
48215         (CFLAGS-tst-auditmod4b.c): Likewise.
48216         (CFLAGS-tst-auditmod6b.c): Likewise.
48217         (CFLAGS-tst-auditmod6c.c): Likewise.
48218         (CFLAGS-tst-auditmod7b.c): Likewise.
48219         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48220
48221 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48222
48223         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48224         function to the callback.
48225         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48226
48227 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48228
48229         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48230         of errno.
48231
48232 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48233
48234         [BZ #11724]
48235         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48236         of constructors.
48237         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48238         of destructors.
48239         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48240
48241         [BZ #11724]
48242         * elf/Makefile: Add rules to build and run new test.
48243         * elf/tst-initorder.c: New file.
48244         * elf/tst-initorder.exp: New file.
48245         * elf/tst-initordera1.c: New file.
48246         * elf/tst-initordera2.c: New file.
48247         * elf/tst-initordera3.c: New file.
48248         * elf/tst-initordera4.c: New file.
48249         * elf/tst-initorderb1.c: New file.
48250         * elf/tst-initorderb2.c: New file.
48251         * elf/tst-order-a1.c: New file.
48252         * elf/tst-order-a2.c: New file.
48253         * elf/tst-order-a3.c: New file.
48254         * elf/tst-order-a4.c: New file.
48255         * elf/tst-order-b1.c: New file.
48256         * elf/tst-order-b2.c: New file.
48257         * elf/tst-order-main.c: New file.
48258         New test case by George Gensure <werkt0@gmail.com>.
48259
48260 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48261
48262         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48263         decoding ACE if AI_CANONIDN.
48264
48265 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48266
48267         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48268
48269 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48270
48271         * version.h (RELEASE): Bump for 2.13 release.
48272         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48273
48274         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48275
48276         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48277         MADV_NOHUGEPAGE.
48278         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48279         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48280         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48281         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48282         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48283         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48284
48285         * posix/getconf.c: Update copyright year.
48286         * catgets/gencat.c: Likewise.
48287         * csu/version.c: Likewise.
48288         * debug/catchsegv.sh: Likewise.
48289         * debug/xtrace.sh: Likewise.
48290         * elf/ldconfig.c: Likewise.
48291         * elf/ldd.bash.in: Likewise.
48292         * elf/sprof.c (print_version): Likewise.
48293         * iconv/iconv_prog.c: Likewise.
48294         * iconv/iconvconfig.c: Likewise.
48295         * locale/programs/locale.c: Likewise.
48296         * locale/programs/localedef.c: Likewise.
48297         * malloc/memusage.sh: Likewise.
48298         * malloc/mtrace.pl: Likewise.
48299         * nscd/nscd.c (print_version): Likewise.
48300         * nss/getent.c: Likewise.
48301
48302         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48303         PF_CAIF, and PF_ALG.
48304         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48305
48306 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48307
48308         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48309         (modules-names): Use them.
48310         (ifunc-test-modules, ifunc-pie-tests): Define.
48311         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48312         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48313         (test-extras): Likewise.
48314         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48315         $(compile-command.c).
48316         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48317         (all-built-dso): Define.
48318         (check-textrel.out, check-execstack.out): Depend on it.
48319
48320         * configure.in: Don't override --enable-multi-arch.
48321
48322 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48323
48324         [BZ #6812]
48325         * nscd/hstcache.c (tryagain): Define.
48326         (cache_addhst): Return tryagain not notfound for temporary errors.
48327         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48328         failed.
48329
48330 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48331
48332         [BZ #10563]
48333         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48334         to make the syscall.
48335         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48336
48337         [BZ #12378]
48338         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48339         and fall back to matching as normal character if the string ends before
48340         the matching ']' is found.  This is what POSIX requires.
48341         * posix/testfnm.c: Adjust test result.
48342         * posix/globtest.sh: Adjust test result.  Add new test.
48343         * posix/tst-fnmatch.input: Likewise.
48344         * posix/tst-fnmatch2.c: Add new test.
48345
48346 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48347
48348         * elf/Makefile (check-execstack): Revert last change.  Depend on
48349         check-execstack.h.
48350         (check-execstack.h): New target.
48351         (generated): Add check-execstack.h.
48352         * elf/check-execstack.c: Include "check-execstack.h".
48353         (main): Revert last change.
48354         (handle_file): Return zero if GNU_STACK is absent and
48355         DEFAULT_STACK_PERMS doesn't include PF_X.
48356
48357 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48358
48359         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48360         in child fails because the descriptor is already closed.
48361         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48362         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48363         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48364
48365         [BZ #12397]
48366         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48367         syscall.
48368
48369         [BZ #10484]
48370         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48371         temporary buffer used to handle multi lookups locally.
48372         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48373
48374 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48375
48376         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48377         loader is ld.so.
48378
48379 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48380
48381         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48382         alignment for SSE2.
48383
48384 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48385
48386         [BZ #12394]
48387         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48388         characters.  When rounding increased number of integer digits recompute
48389         number of groups.
48390         * stdio-common/tst-grouping.c: New file.
48391         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48392
48393 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48394
48395         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48396         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48397
48398         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48399         void.
48400         * bits/select.h: Likewise.
48401
48402 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48403
48404         * po/ja.po: Update from translation team.
48405
48406 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48407
48408         [BZ #11155]
48409         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48410         implementation just like for lxstat, fxstatat, et al.
48411
48412 2010-12-27  Jim Meyering  <meyering@redhat.com>
48413
48414         [BZ #12348]
48415         * posix/regexec.c (build_trtable): Return failure indication upon
48416         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48417
48418 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48419
48420         [BZ #12201]
48421         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48422         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48423         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48424         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48425
48426         [BZ #12207]
48427         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48428
48429         [BZ #12204]
48430         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48431         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48432
48433 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48434
48435         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48436         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48437         script has SORT_BY_INIT_PRIORITY.
48438         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48439         NO_CTORS_DTORS_SECTIONS is defined.
48440         * elf/soinit.c: Likewise.
48441         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48442         NO_CTORS_DTORS_SECTIONS is defined.
48443         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48444         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48445         * sysdeps/sh/init-first.c: Likewise.
48446         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48447
48448 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48449
48450         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48451         always use the slow path.
48452
48453 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48454
48455         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48456         similar rule which adds the sysdep directories to the header search in
48457         order to pick up the correct platform stackinfo.h.
48458         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48459         perform test if it is, otherwise return successfully without testing.
48460         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48461         DEFAULT_STACK_PERMS define in stackinfo.h.
48462         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48463         defined in stackinfo.h.
48464         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48465         DEFAULT_STACK_PERMS defined in stackinfo.h.
48466         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48467         * sysdeps/ia64/stackinfo.h: Likewise.
48468         * sysdeps/s390/stackinfo.h: Likewise.
48469         * sysdeps/sh/stackinfo.h: Likewise.
48470         * sysdeps/sparc/stackinfo.h: Likewise.
48471         * sysdeps/x86_64/stackinfo.h: Likewise.
48472         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48473         PF_X for powerpc64.  Retain PF_X for powerpc32.
48474
48475 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48476
48477         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48478         accurately.
48479         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48480         GETDENTS_64BIT_ALIGNED.
48481
48482 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48483
48484         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48485
48486 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48487
48488         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48489         _GNU_SOURCE.
48490
48491         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48492         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48493         Remove __restrict.
48494         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48495         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48496
48497 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48498
48499         [BZ #11655]
48500         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48501         are initialized.
48502
48503 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48504
48505         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48506
48507 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48508
48509         * po/it.po: Update from translation team.
48510
48511 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48512
48513         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48514         unused codes.
48515
48516 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48517
48518         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48519
48520 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48521
48522         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48523         specially.
48524         (gaih_getanswer_slice): Likewise.
48525
48526 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48527
48528         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48529
48530 2010-05-31  Petr Baudis  <pasky@suse.cz>
48531
48532         [BZ #11149]
48533         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48534         silently even in the chroot mode.
48535
48536 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48537
48538         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48539         last patch a bit.  Pretty printing
48540
48541 2010-05-31  Petr Baudis <pasky@suse.cz>
48542
48543         [BZ #10085]
48544         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48545         initialization of skip_initgroups_dyn.
48546
48547 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48548
48549         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48550         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48551
48552 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48553
48554         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48555
48556 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48557
48558         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48559         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48560         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48561         ($(objpfx)tst-fnmatch-mem): New rule.
48562         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48563         * posix/tst-fnmatch.c (main): Call mtrace.
48564
48565 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
48566
48567         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48568         Support Intel processor model 6 and model 0x2c.
48569
48570 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
48571
48572         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
48573           signed comparison.
48574
48575 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48576
48577         [BZ #12205]
48578         * string/test-strncasecmp.c (check_result): New function.
48579         (do_one_test): Use it.
48580         (check1): New function.
48581         (test_main): Use it.
48582         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
48583         Support strcasecmp and strncasecmp.
48584
48585 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
48586
48587         [BZ #12194]
48588         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
48589         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48590
48591 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
48592
48593         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
48594         IFUNC support.
48595         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48596         memset-x86-64.
48597         * sysdeps/x86_64/multiarch/bzero.S: New file.
48598         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
48599         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
48600         * sysdeps/x86_64/multiarch/memset.S: New file.
48601         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
48602         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48603         Set bit_Prefer_SSE_for_memop for Intel processors.
48604         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
48605         Define.
48606         (index_Prefer_SSE_for_memop): Define.
48607         (HAS_PREFER_SSE_FOR_MEMOP): Define.
48608
48609 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
48610
48611         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
48612         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
48613
48614 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
48615
48616         [BZ #12191]
48617         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48618         (__x86_64_raw_data_cache_size_half): Likewise.
48619         (__x86_64_raw_shared_cache_size): Likewise.
48620         (__x86_64_raw_shared_cache_size_half): Likewise.
48621
48622         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48623         (__x86_64_raw_data_cache_size_half): Likewise.
48624         (__x86_64_raw_shared_cache_size): Likewise.
48625         (__x86_64_raw_shared_cache_size_half): Likewise.
48626         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
48627         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
48628         and __x86_64_raw_shared_cache_size_half.  Round
48629         __x86_64_data_cache_size_half, __x86_64_data_cache_size
48630         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
48631         to multiple of 256 bytes.
48632
48633 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
48634
48635         [BZ #12167]
48636         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
48637         of inacessible symlinks.  Verify result of symlink before returning it.
48638         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
48639         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
48640
48641 2010-10-28  Erich Ritz  <erichritz@gmail.com>
48642
48643         * math/math.h (isinf): Fix typo in comment.
48644
48645 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
48646
48647         * po/da.po: Update from translation team.
48648
48649 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
48650
48651         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
48652         is added to the list.
48653
48654 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48655             Ulrich Drepper  <drepper@gmail.com>
48656
48657         * elf/dl-object.c (_dl_new_object): Don't append the new object to
48658         the global list here.  Move code to...
48659         (_dl_add_to_namespace_list): ...here.  New function.
48660         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
48661         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
48662         * elf/dl-load.c (lose): Don't remove the element from the list.
48663         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
48664         (_dl_map_object): Likewise.
48665
48666 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
48667
48668         [BZ #12159]
48669         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
48670         into all bytes of SSE register.
48671         Patch by Richard Li <richardpku@gmail.com>.
48672
48673 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
48674
48675         [BZ #12140]
48676         * malloc/malloc.c (_int_free): Fill correct number of bytes when
48677         perturbing.
48678
48679 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
48680
48681         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
48682         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
48683         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
48684         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
48686         submachine.
48687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
48688
48689 2010-10-22  Andreas Schwab  <schwab@redhat.com>
48690
48691         * include/dlfcn.h (__RTLD_SECURE): Define.
48692         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
48693         mode & __RTLD_SECURE instead.
48694         (open_path): Rename preloaded parameter to secure.
48695         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
48696         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
48697         * elf/dl-deps.c (openaux): Likewise.
48698         * elf/rtld.c (struct map_args): Remove is_preloaded.
48699         (map_doit): Don't use it.
48700         (dl_main): Likewise.
48701         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
48702         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
48703
48704 2010-09-09  Andreas Schwab  <schwab@redhat.com>
48705
48706         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
48707         (sysd-rules-targets): Remove duplicates.
48708         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
48709         rtld-%.$o dependency.
48710
48711 2010-10-18  Andreas Schwab  <schwab@redhat.com>
48712
48713         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
48714         _dl_map_object do it.
48715
48716 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
48717
48718         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
48719         fast fma builtins, define the macros in the C99 standard.
48720         (FP_FAST_FMAF): Likewise.
48721         (FP_FAST_FMAL): Likewise.
48722         * sysdeps/x86_64/bits/mathdef.h: Likewise.
48723
48724         * bits/mathdef.h: Update copyright year.
48725         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48726
48727 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
48728
48729         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
48730         builtins, define the macros in the C99 standard.
48731         (FP_FAST_FMAF): Likewise.
48732         (FP_FAST_FMAL): Likewise.
48733         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
48734         multiply/add.
48735         (FP_FAST_FMAF): Likewise.
48736
48737 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
48738
48739         [BZ #3268]
48740         * math/libm-test.inc (fma_test): Some new testcases.
48741         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
48742         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
48743         y and infinite z.  Do multiplication by C already in long double.
48744         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
48745         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
48746         y and infinite z.  Do bitwise or of inexact bit into u.d.
48747         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
48748         * sysdeps/i386/fpu/s_fmaf.S: Removed.
48749         * sysdeps/i386/fpu/s_fma.S: Removed.
48750         * sysdeps/i386/fpu/s_fmal.S: Removed.
48751
48752 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
48753
48754         [BZ #3268]
48755         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
48756         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
48757         computation is not scheduled after fetestexcept.  Fix value
48758         of minimum denormal long double.
48759
48760 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
48761
48762         [BZ #3268]
48763         * math/libm-test.inc (fma_test): Add some more tests.
48764         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
48765         correctly.
48766
48767 2010-10-15  Andreas Schwab  <schwab@redhat.com>
48768
48769         * scripts/data/localplt-s390-linux-gnu.data: New file.
48770         * scripts/data/localplt-s390x-linux-gnu.data: New file.
48771
48772 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
48773
48774         [BZ #3268]
48775         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
48776         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
48777         instead of dbl-64.
48778         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
48779         inlines.
48780         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
48781         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
48782         if one of x and y is very large and the other is subnormal.
48783         * sysdeps/s390/fpu/s_fmaf.c: New file.
48784         * sysdeps/s390/fpu/s_fma.c: New file.
48785         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
48786         * sysdeps/powerpc/fpu/s_fma.S: New file.
48787         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
48788         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
48789         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
48790
48791 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
48792
48793         [BZ #3268]
48794         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
48795         fma tests.
48796         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
48797         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
48798         * sysdeps/i386/i686/multiarch/s_fma.c: Include
48799         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
48800         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
48801         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
48802         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
48803
48804 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
48805
48806         [BZ #12078]
48807         * posix/regcomp.c (parse_branch): One more memory leak plugged.
48808         * posix/bug-regex31.input: Add test case.
48809
48810 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48811
48812         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
48813         * posix/bug-regex31.input: New file.
48814
48815         [BZ #12078]
48816         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
48817         (parse_sub_exp): Fix last change, use postorder.
48818
48819         * posix/bug-regex31.c: New file.
48820         * posix/Makefile: Add rules to build and run bug-regex31.
48821
48822         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
48823
48824         [BZ #12078]
48825         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
48826
48827         [BZ #12108]
48828         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
48829         to have entries in sys_siglist.
48830
48831         [BZ #12093]
48832         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48833         be NULL.
48834
48835 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48836
48837         [BZ #3268]
48838         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48839         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48840         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48841         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48842         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48843         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48844         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48845         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48846         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48847         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48848         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48849         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48850         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48851         * math/ftestexcept.c (fetestexcept): Likewise.
48852         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48853         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48854         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48855         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48856         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48857         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48858         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48859
48860 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48861
48862         [BZ #12107]
48863         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
48864         newline.
48865
48866 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
48867
48868         * string/bug-strstr1.c: New file.
48869         * string/Makefile: Add rules to build and run bug-strstr1.
48870
48871 2010-10-05  Eric Blake  <eblake@redhat.com>
48872
48873         [BZ #12092]
48874         * string/str-two-way.h (two_way_long_needle): Always clear memory
48875         when skipping input due to the shift table.
48876
48877 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
48878
48879         [BZ #12005]
48880         * malloc/mcheck.c: Handle large requests.
48881
48882         [BZ #12077]
48883         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
48884         for strncmp and strncasecmp.
48885         * string/stratcliff.c: Add tests for strcmp and strncmp.
48886         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
48887
48888 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48889
48890         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
48891         __set_fpscr.
48892
48893 2010-09-30  Andreas Jaeger  <aj@suse.de>
48894
48895         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
48896         (CGROUP_SUPER_MAGIC): Define.
48897         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48898         Handle btrfs and cgroup file systems.
48899         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
48900         Likewise.
48901
48902 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
48903
48904         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
48905         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
48906
48907 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48908
48909         [BZ #12067]
48910         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
48911         trying to locate the ELF header.
48912
48913 2010-09-27  Andreas Schwab  <schwab@redhat.com>
48914
48915         [BZ #11611]
48916         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
48917         Mask out sign-bit copies when constructing f_fsid.
48918
48919 2010-09-24  Petr Baudis <pasky@suse.cz>
48920
48921         * debug/stack_chk_fail_local.c: Add missing licence exception.
48922         * debug/warning-nop.c: Likewise.
48923
48924 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
48925
48926         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
48927         implementing getdents64 using getdents syscall, set d_type if
48928         __ASSUME_GETDENTS32_D_TYPE.
48929
48930 2010-09-16  Andreas Schwab  <schwab@redhat.com>
48931
48932         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
48933         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
48934
48935 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
48936
48937         [BZ #12037]
48938         * posix/unistd.h: Undo change of feature selection for ftruncate from
48939         2010-01-11.
48940
48941 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
48942
48943         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
48944         detection.
48945
48946 2010-09-20  Andreas Schwab  <schwab@redhat.com>
48947
48948         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
48949         fanotify_mark.
48950         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48951
48952 2010-09-14  Andreas Schwab  <schwab@redhat.com>
48953
48954         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
48955         variables after CHECK_SP call.
48956         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
48957
48958 2010-09-13  Andreas Schwab  <schwab@redhat.com>
48959             Ulrich Drepper  <drepper@redhat.com>
48960
48961         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
48962         re-relocationg ld.so.
48963         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
48964         _dl_init_paths call.
48965         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
48966         here anymore.
48967
48968 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
48969
48970         * resolv/res_init.c (__res_vinit): Count the default server we added.
48971
48972 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
48973             Ulrich Drepper  <drepper@redhat.com>
48974
48975         [BZ #11968]
48976         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48977         (____longjmp_chk): Use %ebx for saving value across system call.
48978         Add unwind info.
48979
48980 2010-09-06  Andreas Schwab  <schwab@redhat.com>
48981
48982         * manual/Makefile: Don't mix pattern rules with normal rules.
48983
48984 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
48985
48986         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
48987         operation.
48988         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
48989         * libio/iofopncook.c (_IO_cookie_init): Likewise.
48990         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
48991         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
48992         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48993         Likewise.
48994
48995 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
48996
48997         [BZ #11979]
48998         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
48999         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49000
49001 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49002
49003         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49004         * sysdeps/x86_64/addmul_1.S: Likewise.
49005         * sysdeps/x86_64/lshift.S: Likewise.
49006         * sysdeps/x86_64/mul_1.S: Likewise.
49007         * sysdeps/x86_64/rshift.S: Likewise.
49008         * sysdeps/x86_64/sub_n.S: Likewise.
49009         * sysdeps/x86_64/submul_1.S: Likewise.
49010
49011 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49012
49013         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49014         Define __sched_param instead of SCHED_* and sched_param when
49015         <bits/sched.h> is included with __need_schedparam defined.
49016         * bits/sched.h [__need_schedparam]
49017         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49018         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49019         (__defined_schedparam): Define to 1.
49020         (__sched_param): New structure, identical to sched_param.
49021         (__need_schedparam): Undefine.
49022
49023 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49024
49025         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49026         (epoll_create1): Declare.
49027
49028         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49029
49030 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49031
49032         [BZ #7066]
49033         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49034         shifting retval into place.
49035
49036 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49037
49038         * nis/rpcsvc/nis.h: Update copyright notice.
49039         * nis/rpcsvc/nis.x: Likewise.
49040         * nis/rpcsvc/nis_callback.h: Likewise.
49041         * nis/rpcsvc/nis_callback.x: Likewise.
49042         * nis/rpcsvc/nis_object.x: Likewise.
49043         * nis/rpcsvc/nis_tags.h: Likewise.
49044         * nis/rpcsvc/yp.h: Likewise.
49045         * nis/rpcsvc/yp.x: Likewise.
49046         * nis/rpcsvc/ypupd.h: Likewise.
49047         * nis/yp_xdr.c: Likewise.
49048         * nis/ypupdate_xdr.c: Likewise.
49049
49050         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49051         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49052         (pmap_getport): Use __libc_rpc_getport.
49053         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49054         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49055         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49056
49057 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49058
49059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49060         fanotify_mark.
49061
49062 2010-08-27  Roland McGrath  <roland@redhat.com>
49063
49064         * sysdeps/i386/i686/multiarch/Makefile
49065         (CFLAGS-varshift.c): New variable.
49066
49067 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49068
49069         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49070         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49071
49072         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49073
49074         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49075
49076 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49077
49078         * sysdeps/x86_64/strlen.S: Unroll the loop.
49079         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49080         strlen-sse2 strlen-sse2-bsf.
49081         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49082         __strlen_no_bsf if bit_Slow_BSF is set.
49083         (__strlen_sse42): Removed.
49084         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49085         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49086
49087 2010-08-25  Roland McGrath  <roland@redhat.com>
49088
49089         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49090         * sysdeps/x86_64/multiarch/varshift.c: New file.
49091         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49092         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49093         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49094         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49095
49096 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49097
49098         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49099         strlen-sse2 strlen-sse2-bsf.
49100         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49101         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49102         (__strlen_sse2): Removed.
49103         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49104         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49105         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49106         bit_Slow_BSF for Atom.
49107         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49108         (index_Slow_BSF): Define.
49109         (HAS_SLOW_BSF): Define.
49110
49111 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49112
49113         [BZ #10851]
49114         * resolv/res_init.c (__res_vinit): When no server address at all
49115         is given default to loopback.
49116
49117 2010-08-24  Roland McGrath  <roland@redhat.com>
49118
49119         * configure.in: Remove config-name.h generation.
49120         * configure: Regenerated.
49121         * config-name.in: File removed.
49122         * scripts/config-uname.sh: New file.
49123         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49124         ($(objdir)config-name.h): New target.
49125
49126         * sunrpc/rpc_parse.h: Avoid nested comment.
49127
49128 2010-08-24  Richard Henderson  <rth@redhat.com>
49129             Ulrich Drepper  <drepper@redhat.com>
49130             H.J. Lu  <hongjiu.lu@intel.com>
49131
49132         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49133         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49134         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49135         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49136         _mm_alignr_epi8 with _mm_loadu_si128.
49137         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49138         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49139         (__m128i_shift_right): Removed.
49140         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49141         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49142         * sysdeps/x86_64/multiarch/varshift.h: New file.
49143         * sysdeps/x86_64/multiarch/varshift.S: New file.
49144
49145 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49146
49147         * configure.in: Move assembler checks to before sysdep dir checking.
49148
49149 2010-08-20  Petr Baudis  <pasky@suse.cz>
49150
49151         * LICENSES: Sync the sunrpc license.
49152
49153 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49154
49155         * sunrpc/auth_des.c: Update copyright notice once again.
49156         * sunrpc/auth_none.c: Likewise.
49157         * sunrpc/auth_unix.c: Likewise.
49158         * sunrpc/authdes_prot.c: Likewise.
49159         * sunrpc/authuxprot.c: Likewise.
49160         * sunrpc/bindrsvprt.c: Likewise.
49161         * sunrpc/clnt_gen.c: Likewise.
49162         * sunrpc/clnt_perr.c: Likewise.
49163         * sunrpc/clnt_raw.c: Likewise.
49164         * sunrpc/clnt_simp.c: Likewise.
49165         * sunrpc/clnt_tcp.c: Likewise.
49166         * sunrpc/clnt_udp.c: Likewise.
49167         * sunrpc/clnt_unix.c: Likewise.
49168         * sunrpc/des_crypt.c: Likewise.
49169         * sunrpc/des_soft.c: Likewise.
49170         * sunrpc/get_myaddr.c: Likewise.
49171         * sunrpc/getrpcport.c: Likewise.
49172         * sunrpc/key_call.c: Likewise.
49173         * sunrpc/key_prot.c: Likewise.
49174         * sunrpc/openchild.c: Likewise.
49175         * sunrpc/pm_getmaps.c: Likewise.
49176         * sunrpc/pm_getport.c: Likewise.
49177         * sunrpc/pmap_clnt.c: Likewise.
49178         * sunrpc/pmap_prot.c: Likewise.
49179         * sunrpc/pmap_prot2.c: Likewise.
49180         * sunrpc/pmap_rmt.c: Likewise.
49181         * sunrpc/rpc/auth.h: Likewise.
49182         * sunrpc/rpc/auth_unix.h: Likewise.
49183         * sunrpc/rpc/clnt.h: Likewise.
49184         * sunrpc/rpc/des_crypt.h: Likewise.
49185         * sunrpc/rpc/key_prot.h: Likewise.
49186         * sunrpc/rpc/netdb.h: Likewise.
49187         * sunrpc/rpc/pmap_clnt.h: Likewise.
49188         * sunrpc/rpc/pmap_prot.h: Likewise.
49189         * sunrpc/rpc/pmap_rmt.h: Likewise.
49190         * sunrpc/rpc/rpc.h: Likewise.
49191         * sunrpc/rpc/rpc_des.h: Likewise.
49192         * sunrpc/rpc/rpc_msg.h: Likewise.
49193         * sunrpc/rpc/svc.h: Likewise.
49194         * sunrpc/rpc/svc_auth.h: Likewise.
49195         * sunrpc/rpc/types.h: Likewise.
49196         * sunrpc/rpc/xdr.h: Likewise.
49197         * sunrpc/rpc_clntout.c: Likewise.
49198         * sunrpc/rpc_cmsg.c: Likewise.
49199         * sunrpc/rpc_common.c: Likewise.
49200         * sunrpc/rpc_cout.c: Likewise.
49201         * sunrpc/rpc_dtable.c: Likewise.
49202         * sunrpc/rpc_hout.c: Likewise.
49203         * sunrpc/rpc_main.c: Likewise.
49204         * sunrpc/rpc_parse.c: Likewise.
49205         * sunrpc/rpc_parse.h: Likewise.
49206         * sunrpc/rpc_prot.c: Likewise.
49207         * sunrpc/rpc_sample.c: Likewise.
49208         * sunrpc/rpc_scan.c: Likewise.
49209         * sunrpc/rpc_scan.h: Likewise.
49210         * sunrpc/rpc_svcout.c: Likewise.
49211         * sunrpc/rpc_tblout.c: Likewise.
49212         * sunrpc/rpc_util.c: Likewise.
49213         * sunrpc/rpc_util.h: Likewise.
49214         * sunrpc/rpcinfo.c: Likewise.
49215         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49216         * sunrpc/rpcsvc/key_prot.x: Likewise.
49217         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49218         * sunrpc/rpcsvc/mount.x: Likewise.
49219         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49220         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49221         * sunrpc/rpcsvc/rex.x: Likewise.
49222         * sunrpc/rpcsvc/rstat.x: Likewise.
49223         * sunrpc/rpcsvc/rusers.x: Likewise.
49224         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49225         * sunrpc/rpcsvc/spray.x: Likewise.
49226         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49227         * sunrpc/rtime.c: Likewise.
49228         * sunrpc/svc.c: Likewise.
49229         * sunrpc/svc_auth.c: Likewise.
49230         * sunrpc/svc_authux.c: Likewise.
49231         * sunrpc/svc_raw.c: Likewise.
49232         * sunrpc/svc_run.c: Likewise.
49233         * sunrpc/svc_simple.c: Likewise.
49234         * sunrpc/svc_tcp.c: Likewise.
49235         * sunrpc/svc_udp.c: Likewise.
49236         * sunrpc/svc_unix.c: Likewise.
49237         * sunrpc/svcauth_des.c: Likewise.
49238         * sunrpc/xcrypt.c: Likewise.
49239         * sunrpc/xdr.c: Likewise.
49240         * sunrpc/xdr_array.c: Likewise.
49241         * sunrpc/xdr_float.c: Likewise.
49242         * sunrpc/xdr_mem.c: Likewise.
49243         * sunrpc/xdr_rec.c: Likewise.
49244         * sunrpc/xdr_ref.c: Likewise.
49245         * sunrpc/xdr_sizeof.c: Likewise.
49246         * sunrpc/xdr_stdio.c: Likewise.
49247
49248         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49249         handling.
49250
49251 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49252
49253         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49254
49255 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49256
49257         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49258         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49259         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49260         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49261         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49262         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49263         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49264         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49265         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49266         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49267         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49268         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49269         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49270         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49271
49272 2010-07-26  Anton Blanchard  <anton@samba.org>
49273
49274         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49275         * malloc/arena.c (heap_trim): Likewise.
49276
49277 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49278
49279         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49280         here.  Not...
49281         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49282         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49283
49284 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49285
49286         * sysdeps/i386/elf/Makefile: New file.
49287
49288 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49289
49290         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49291         from fanotify_init.
49292         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49293         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49294
49295 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49296
49297         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49298         of strncasecmp_l.
49299         * sysdeps/multiarch/strcmp.S: Likewise.
49300
49301 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49302
49303         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49304         strncase_l-nonascii.
49305         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49306         Add strncase_l-ssse3.
49307         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49308         * sysdeps/x86_64/strcmp.S: Likewise.
49309         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49310         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49311         * sysdeps/x86_64/strncase.S: New file.
49312         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49313         * sysdeps/x86_64/strncase_l.S: New file.
49314         * string/Makefile (strop-tests): Add strncasecmp.
49315         * string/test-strncasecmp.c: New file.
49316
49317         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49318         warning.
49319
49320         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49321         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49322
49323 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49324
49325         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49326
49327 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49328
49329         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49330         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49331         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49332
49333 2010-05-01  Alan Modra  <amodra@gmail.com>
49334
49335         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49336         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49337         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49338         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49339         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49340         tidying.  Don't tail-call __sigjmp_save for static lib.
49341         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49342         save location.
49343         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49344         (CALL_MCOUNT): Add eh info, and nop after bl.
49345         (TAIL_CALL_SYSCALL_ERROR): New macro.
49346         (PSEUDO_RET): Use it.
49347         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49348         Correct save location of integer regs and cr.
49349         (_dl_profile_resolve): Correct cr save location.  Delete nops
49350         after bl when SHARED.  Reduce cfi size a little by better
49351         placement of cfi directives.
49352         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49353         make a stack frame.  Instead use parm save area as a temp.
49354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49355         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49357         Don't make a stack frame for parent, use parm save area.
49358         Increase child stack frame to 112 bytes.  Don't save unused reg,
49359         and adjust reg usage.  Set up cfi on error recovery and
49360         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49362         (__makecontext): Add dummy nop after jump to exit.
49363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49364         Use correct parm save area and cr save, reduce stack frame.
49365         Correct cfi for possible PSEUDO_RET frame setup.
49366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49367         Branch to local label emitted by PSEUDO_RET rather than
49368         __syscall_error.
49369
49370 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49371
49372         [BZ #11904]
49373         * locale/programs/locale.c (print_assignment): New function.
49374         (show_locale_vars): Use it.
49375
49376 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49377
49378         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49379         field.
49380         (struct statfs64): Likewise.
49381         (_STATFS_F_FLAGS): Define.
49382         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49383         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49384         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49385         (ST_VALID): Define locally.
49386         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49387         __statvfs_getflags, use the provided value.
49388         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49389         __ASSUME_STATFS_F_FLAGS.
49390
49391         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49392
49393         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49394         Add sys/fanotify.h.
49395         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49396         fanotify_mask for GLIBC_2.13.
49397         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49398         fanotify_init and fanotify_mark.
49399         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49400         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49401
49402         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49403         Add prlimit.
49404         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49405         prlimit64 for GLIBC_2.13.
49406         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49407         prlimit64.
49408         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49409         syscall.
49410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49411         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49412         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49413         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49414         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49415         add prlimit alias.
49416         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49417
49418         [BZ #11903]
49419         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49420         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49421
49422         * nss/Makefile: Add rules to build and run tst-nss-test1.
49423         * shlib-versions: Add entry for libnss_test1.
49424         * nss/nss_test1.c: New file.
49425         * nss/tst-nss-test1.c: New file.
49426
49427         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49428         (__nss_configure_lookup): Set appropriate entry in
49429         __nss_configure_lookup to true.
49430         * nss/nsswitch.h: Define enum with indeces of databases in
49431         databases and __nss_database_custom arrays.  Declare
49432         __nss_database_custom.
49433         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49434         to avoid using nscd when custom rules are installed.
49435         * nss/getXXbyYY_r.c: Likewise.
49436         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49437
49438         * nss/nss_files/files-parse.c: Whitespace fixes.
49439
49440 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49441
49442         [BZ #11883]
49443         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49444         * posix/fnmatch_loop.c: Likewise.
49445
49446 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49447
49448         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49449         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49450         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49451         * Versions.def [GLIBC_2.13]: Add.
49452
49453 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49454
49455         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49456         Also fail if tpwd after pwuid call is NULL.
49457
49458 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49459
49460         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49461         when converting to ms.
49462
49463 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49464
49465         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49466         EOPNOTSUPP errors with ENOTTY.
49467         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49468         EOPNOTSUPP errors with ENOTTY.
49469
49470 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49471
49472         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49473         Add strcasecmp_l-ssse3.
49474         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49475         strcasecmp.
49476         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49477         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49478         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49479
49480 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49481
49482         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49483
49484         * string/Makefile (strop-tests): Add strcasecmp.
49485         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49486         strcasecmp_l-nonascii.
49487         (gen-as-const-headers): Add locale-defines.sym.
49488         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49489         * sysdeps/x86_64/strcasecmp.S: New file.
49490         * sysdeps/x86_64/strcasecmp_l.S: New file.
49491         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49492         * sysdeps/x86_64/locale-defines.sym: New file.
49493         * string/test-strcasecmp.c: New file.
49494
49495         * string/test-strcasestr.c: Test both ends of the range of characters.
49496         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49497
49498 2010-07-29  Roland McGrath  <roland@redhat.com>
49499
49500         [BZ #11856]
49501         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49502
49503 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49504
49505         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49506         for ld.so.
49507
49508 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49509
49510         * manual/memory.texi (Malloc Tunable Parameters): Document
49511         M_PERTURB.
49512
49513 2010-07-26  Roland McGrath  <roland@redhat.com>
49514
49515         [BZ #11840]
49516         * configure.in (-fgnu89-inline check): Set and substitute
49517         gnu89_inline, not libc_cv_gnu89_inline.
49518         * configure: Regenerated.
49519         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49520
49521 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49522
49523         * string/test-strnlen.c: New file.
49524         * string/Makefile (strop-tests): Add strnlen.
49525         * string/tester.c (test_strnlen): Add a few more test cases.
49526         * string/tst-strlen.c: Better error reporting.
49527
49528         * sysdeps/x86_64/strnlen.S: New file.
49529
49530 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49531
49532         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49533         lower-latency instructions.
49534
49535 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49536
49537         * string/test-strcasestr.c: New file.
49538         * string/test-strstr.c: New file.
49539         * string/Makefile (strop-tests): Add strstr and strcasestr.
49540         * string/str-two-way.h: Don't undefine MAX.
49541         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49542
49543 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49544
49545         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49546         strcasestr-nonascii.
49547         (CFLAGS-strcasestr-nonascii.c): Define.
49548         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49549         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49550         Remove unused attribute.
49551
49552 2010-07-20  Roland McGrath  <roland@redhat.com>
49553
49554         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49555         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49556         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49557         like LD_HWCAP_MASK can disable hwcaps.
49558
49559 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49560
49561         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49562
49563 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49564
49565         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49566         call in strcasestr.
49567         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
49568         __strcasestr_sse42_nonascii.
49569         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
49570         strcasestr-nonascii.c.
49571         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
49572
49573 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
49574
49575         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
49576         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
49577         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
49578         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
49579
49580 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
49581
49582         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
49583         fcntl.
49584
49585 2010-07-06  Andreas Schwab  <schwab@redhat.com>
49586
49587         [BZ #11577]
49588         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
49589         dl_signal_cerror.
49590
49591 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
49592
49593         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
49594         _PC_PIPE_BUF using F_GETPIPE_SZ.
49595
49596 2010-07-05  Roland McGrath  <roland@redhat.com>
49597
49598         * manual/arith.texi (Rounding Functions): Fix rint description
49599         implicit in round description.
49600
49601 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
49602
49603         * elf/Makefile: Fix linking for a few tests to make recent linker
49604         happy.
49605
49606 2010-06-30  Andreas Schwab  <schwab@redhat.com>
49607
49608         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49609         $(common-objpfx)libc_nonshared.a.
49610
49611 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
49612
49613         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
49614         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
49615         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49616         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49617         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
49618         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
49619         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49620         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
49622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
49623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
49624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
49626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
49628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
49629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
49630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
49631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
49633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
49635         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
49636         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
49637         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
49638         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
49639         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
49640         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
49641         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
49642         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
49643         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
49644         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
49645         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
49646         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
49647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
49648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
49649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
49650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
49651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
49652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
49653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
49654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
49655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
49656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
49657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
49658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
49659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
49660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
49661
49662 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
49663
49664         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
49665         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
49666         * string/memmove.c (memmove): Renamed to ...
49667         (MEMMOVE): ...this.  Default to memmove.
49668         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
49669         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
49670         (END_CHK): Define.
49671         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49672         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
49673         mempcpy-ssse3-back memmove-ssse3-back.
49674         * sysdeps/x86_64/multiarch/bcopy.S: New file .
49675         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
49676         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
49677         * sysdeps/x86_64/multiarch/memcpy.S: New file.
49678         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
49679         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
49680         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
49681         * sysdeps/x86_64/multiarch/memmove.c: New file.
49682         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
49683         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
49684         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
49685         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
49686         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
49687         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
49688         Define.
49689         (index_Fast_Copy_Backward): Define.
49690         (HAS_ARCH_FEATURE): Define.
49691         (HAS_FAST_REP_STRING): Define.
49692         (HAS_FAST_COPY_BACKWARD): Define.
49693
49694 2010-06-21  Andreas Schwab  <schwab@redhat.com>
49695
49696         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49697         Restore proper fallback handling.
49698
49699 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
49700
49701         [BZ #11701]
49702         * posix/group_member.c (__group_member): Correct checking loop.
49703
49704         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
49705         OOM in getpwuid_r correctly.  Return error number when the caller
49706         should return, otherwise -1.
49707         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
49708         call returning > 0 value.
49709         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
49710
49711 2010-06-07  Andreas Schwab  <schwab@redhat.com>
49712
49713         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
49714         libc_nonshared.a from targets in modules-names.
49715
49716 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
49717
49718         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
49719         requires it.
49720
49721 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
49722
49723         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
49724         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
49725         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
49726         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
49727
49728 2010-06-02  Andreas Schwab  <schwab@redhat.com>
49729
49730         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
49731
49732 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
49733
49734         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
49735         and F_GETPIPE_SZ.
49736         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49737         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49738         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49739         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49740         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49741         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
49742
49743 2010-06-14  Roland McGrath  <roland@redhat.com>
49744
49745         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
49746
49747 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
49748
49749         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
49750         __REDIRECT followed by __THROW.
49751         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
49752         * posix/getopt.h (getopt): Likewise.
49753
49754 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49755
49756         * hurd/lookup-at.c (__file_name_lookup_at): Accept
49757         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
49758         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
49759         in AT_FLAGS.
49760         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
49761         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
49762
49763 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
49764
49765         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
49766
49767 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
49768
49769         [BZ #11640]
49770         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49771         Properly check family and model.
49772
49773 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
49774
49775         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
49776
49777 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
49778
49779         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
49780
49781 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
49782
49783         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
49784         symbol reference.
49785
49786 2010-05-19  Andreas Schwab  <schwab@redhat.com>
49787
49788         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
49789         symbol reference.
49790
49791 2010-05-21  Andreas Schwab  <schwab@redhat.com>
49792
49793         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
49794         and internal_recvmmsg.
49795         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
49796         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
49797         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
49798         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
49799
49800         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
49801         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49802         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49803
49804 2010-05-20  Andreas Schwab  <schwab@redhat.com>
49805
49806         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
49807
49808 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
49809
49810         POWER7 optimizations.
49811         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
49812         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
49813
49814 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
49815
49816         * version.h: Update for 2.13 development version.
49817
49818 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
49819
49820         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
49821         exceptions.  Return 0.
49822
49823 2010-05-07  Roland McGrath  <roland@redhat.com>
49824
49825         * elf/ldconfig.c (main): Add a const.
49826
49827 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
49828
49829         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49830         (args_options): Add no-idn option.
49831         (ahosts_keys_int): Add idn_flags to ai_flags.
49832         (parse_option): Handle 'i' option to clear idn_flags.
49833
49834         * malloc/malloc.c (_int_free): Possible race in the most recently
49835         added check.  Only act on the data if no current modification
49836         happened.
49837
49838 See ChangeLog.17 for earlier changes.