tile: use better variable naming in INLINE_SYSCALL
[glibc.git] / ChangeLog
blob4a38a056437e2a0542ab5078cb46048c0cd21a5b
1 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
3         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
4         Avoid using variables in #defines that might cause shadowing.
5         (INTERNAL_VSYSCALL_CALL): Likewise.
7 2015-05-26  Roland McGrath  <roland@hack.frob.com>
9         * sysdeps/nacl/lll_timedlock_wait.c: New file.
11         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
12         * nptl/lll_timedlock_wait.c: ... to this new file.
13         * nptl/Makefile (libpthread-routines): Add it.
14         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
15         * nptl/lll_timedwait_tid.c: ... to this new file.
16         * nptl/Makefile (libpthread-routines): Add it.
17         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
18         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
19         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
20         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
21         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
22         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
23         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
24         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
25         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
26         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
28 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
30         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
31         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
32         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
33         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
34         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
35         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
36         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
37         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
38         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
39         * sysdeps/unix/sysv/linux/tile/sysdep.h
40         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
41         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
42         using vDSO syscall macro.
44 2015-05-26  Andriy Rysin  <arysin@gmail.com>
46         [BZ #17293]
47         * uk_UA: Fix sorting order for Ukrainian locale
49 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
51         * stdlib/monetary.h: Fix comment.
53 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
55         [BZ #18234]
56         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
57         st_mtim and st_ctim members.
58         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
59         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
60         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
61         (struct stat64): Likewise.
62         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
63         (struct stat64): Likewise.
64         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
65         (struct stat64): Likewise.
67 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
69         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
70         Define and include sysdep-vdso.h.
71         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
72         Likewise.
73         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
74         Likewise.
75         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
76         Define with VDSO_SYMBOL and use PTR_MANGLE.
77         (__vdso_clock_gettime): Likewise.
78         (__vdso_clock_getres): Likewise.
79         (_libc_vdso_platform_setup): Likewise.
80         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
81         Likewise.
82         (_libc_vdso_platform_setup): Likewise.
83         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
84         Likewise.
85         (__vdso_clock_gettime): Likewise.
86         (__vdso_clock_getres): Likewise.
87         (__vdso_get_tbfreq): Likewise.
88         (__vdso_getcpu): Likewise.
89         (__vdso_time): Likewise.
90         (__vdso_sigtramp_rt64): Likewise.
91         (__vdso_signtramp32): Likewise.
92         (__vdso_sigtramp_rt32): Likewise.
93         (_libc_vdso_platform_setup): Likewise.
94         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
95         Likewise.
96         (__vdso_clock_gettime): Likewise.
97         (__vdso_clock_getres): Likewise.
98         (_libc_vdso_platform_setup): Likewise.
99         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
100         Likewise.
101         (__vdso_clock_gettime): Likewise.
102         (_libc_vdso_platform_setup): Likewise.
103         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
104         Likewise.
105         (__vdso_getcpu): Likewise.
106         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
107         Use VDSO_SYMBOL macro to define.
108         (__vdso_clock_gettime): Likewise.
109         (__vdso_clock_getres): Likewise.
110         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
111         Likewise.
112         (__vdso_clock_gettime): Likewise.
113         (__vdso_clock_getres): Likewise.
114         (__vdso_get_tbfreq): Likewise.
115         (__vdso_getcpu): Likewise.
116         (__vdso_time): Likewise.
117         (__vdso_sigtramp_rt64): Likewise.
118         (__vdso_signtramp32): Likewise.
119         (__vdso_sigtramp_rt32): Likewise.
120         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
121         Likewise.
122         (__vdso_clock_gettime): Likewise.
123         (__vdso_clock_getres): Likewise.
124         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
125         Likewise.
126         (__vdso_clock_gettime): Likewise.
127         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
128         Likewise.
129         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
130         macro.
131         (INTERNAL_VSYSCALL): Likewise.
132         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
133         Remove macro.
134         (INTERNAL_VSYSCALL): Likewise.
135         (INTERNAL_VSYSCALL_NCS): Likewise.
136         (INTERNAL_VSYSCALL_CALL): New macro.
137         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
138         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
139         Likewise.
140         (INTERNAL_VSYSCALL): Likewise.
141         (INTERNAL_VSYSCALL_NCS): Likewise.
142         (INTERNAL_VSYSCALL_CALL): New macro.
143         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
145         (INLINE_VSYSCALL): Remove macro.
146         (INTERNAL_VSYSCALL): Remove macro.
147         (INTERNAL_VSYSCALL_NCS): Remove macro.
148         (INTERNAL_VSYSCALL_CALL): New macro.
149         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
150         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
151         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
152         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
153         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
155         (INLINE_VSYSCALL): Remove macro.
156         (INTERNAL_VSYSCALL): Likewise.
157         (INTERNAL_VSYSCALL_NCS): Likewise.
158         (INTERNAL_VSYSCALL_CALL): New macro.
159         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
160         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
161         PTR_DEMANGLE on vDSO pointer.
162         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
163         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
164         macro.
165         (INTERNAL_SYSCALL): Likewise.
166         (INTERNAL_VSYSCALL_NCS): Remove macro.
167         (INTERNAL_VSYSCALL_CALL): New macro.
168         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
169         Remove macro.
170         (INTERNAL_VSYSCALL): Likewise.
171         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
172         sysdep-vdso.h instead of libc-vdso.h.
173         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
174         definition.
175         (INLINE_VSYSCALL): Likewise.
176         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
177         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
178         definition.
179         (INLINE_VSYSCALL): Likewise.
180         (INTERNAL_VSYSCALL): Likewise.
181         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
182         * sysdeps/unix/sysv/linux/timespec_get.c
183         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
184         (timespec_get): Use ANSI prototype.
185         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
186         and definition for Linux.
188 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
190         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
191         * include/libc-symbols.h: libmvec_hidden_* macro series added.
193 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
195         [BZ #18410]
196         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
197         for missing DT_PLTRELSZ.
199 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
201         Remove obsolete aliases that broke 'locale -a'
202         [BZ #18412]
203         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
204         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
205         breaking some applications that use 'locale -a' output.
206         Change the encoding of this file from Latin-1 to ASCII to avoid
207         other potential problems with people grepping this file.
209 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
211         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
212         -fasynchronous-unwind-tables.
213         (CFLAGS-sendto.c): Likewise.
214         (CFLAGS-sendmsg.c): Likewise.
215         (CFLAGS-connect.c): Likewise.
216         (CFLAGS-recvmsg.c): Likewise.
217         (CFLAGS-recvfrom.c): Likewise.
218         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
219         (SOCKETCALL): New macro: non-cancellable socketcall.
220         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
221         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
222         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
223         * sysdeps/unix/sysv/linux/accept.c: New file.
224         * sysdeps/unix/sysv/linux/bind.c: Likewise.
225         * sysdeps/unix/sysv/linux/connect.c: Likewise.
226         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
227         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
228         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
229         * sysdeps/unix/sysv/linux/listen.c: Likewise.
230         * sysdeps/unix/sysv/linux/recv.c: Likewise.
231         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
232         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
233         * sysdeps/unix/sysv/linux/send.c: Likewise.
234         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
235         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
236         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
237         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
238         * sysdeps/unix/sysv/linux/socket.c: Likewise.
239         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
240         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
241         prototype.
242         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
243         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
244         instead of __internal_xxx function.
245         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
246         prototype.
247         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
248         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
249         instead of __internal_xxx function.
250         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
251         prototype.
252         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
253         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
254         instead of __internal_xxx function.
255         * sysdeps/unix/sysv/linux/accept.S: Remove file.
256         * sysdeps/unix/sysv/linux/bind.S: Likewise.
257         * sysdeps/unix/sysv/linux/connect.S: Likewise.
258         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
259         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
260         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
261         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
262         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
263         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
264         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
265         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
266         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
267         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
268         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
269         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
270         * sysdeps/unix/sysv/linux/listen.S: Likewise.
271         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
272         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
273         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
274         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
277         * sysdeps/unix/sysv/linux/recv.S: Likewise.
278         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
279         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
280         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
281         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
282         * sysdeps/unix/sysv/linux/send.S: Likewise.
283         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
284         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
285         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
286         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
287         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
288         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
289         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
290         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
291         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
292         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
293         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
294         socketcall is implemented in GLIBC.
296 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
298         * soft-fp/fmadf4.c: Include <libc-internal.h>.
299         (__fma): Ignore uninitialized warnings around packing.
300         * soft-fp/fmasf4.c: Include <libc-internal.h>.
301         (__fmaf): Ignore uninitialized warnings around packing.
302         * soft-fp/fmatf4.c: Include <libc-internal.h>.
303         (__fmal): Ignore uninitialized warnings around packing.
305         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
306         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
307         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
308         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
310         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
311         switch statement into default case.
312         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
314         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
315         a conditional in forcing "inexact".
316         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
317         Likewise.
319 2015-05-22  Roland McGrath  <roland@hack.frob.com>
321         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
322         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
323         for each INTERNAL_SYSCALL use.
325 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
327         [BZ #438]
328         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
329         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
330         variable.
332         [BZ #18444]
333         * string/basename.c (basename): Rename to __basename and define as
334         weak alias of __basename.  Use libc_hidden_weak.
335         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
336         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
337         __basename instead of basename.
338         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
339         Remove variable.
340         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
342 2015-05-18  Florian Weimer  <fweimer@redhat.com>
344         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
345         (_IO_JUMPS_FILE_plus): New.
346         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
347         _IO_CAST_FIELD_ACCESS.
348         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
349         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
350         * libio/freopen.c (freopen): Likewise.
351         * libio/freopen64.c (freopen64): Likewise.
352         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
353         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
354         * libio/iofwide.c (_IO_fwide): Likewise.
355         * libio/memstream.c (open_memstream): Likewise.
356         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
357         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
358         * libio/oldiopopen.c (_IO_old_popen): Likewise.
360 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
362         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
363         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
364         NADJ.
365         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
366         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
367         NADJ.
368         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
369         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
370         NADJ.
372         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
373         (p == 4) case.
375         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
376         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
377         Remove variable.
378         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
379         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
380         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
382 2015-05-21  Florian Weimer  <fweimer@redhat.com>
384         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
385         Adjust jump table label generation macros.
387 2015-05-21  Florian Weimer  <fweimer@redhat.com>
389         * stdio-common/vfprintf.c (vfprintf): Move local variables
390         args_malloced, specs, specs_malloced, and the code after
391         do_positional to the printf_positional function.
392         (printf_positional): New function.
394 2015-05-21  Florian Weimer  <fweimer@redhat.com>
396         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
397         function.
398         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
399         STEP4_TABLE, process_arg): Move macro definitions
400         out of the vfprintf function.  (Cosmetic change only.)
402 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
404         * benchtests/Makefile (stdio-common-bench): Define.
405         (benchset): Add stdio-common-bench.
406         * sprintf-inputs: New file.
407         * sprintf-source.c: New file.
409 2015-05-21  Andreas Schwab  <schwab@suse.de>
411         [BZ #13028]
412         [BZ #17053]
413         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
414         of struct __res_state.
415         * resolv/res_send.c (__libc_res_nsend): Likewise.
416         (get_nsaddr): New function.
417         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
418         statp directly.
420 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
422         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
423         -D_POSIX_C_SOURCE=199506L.
425         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
427         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
428         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
429         Do not mention otherwise.
430         [POSIX] (_XOPEN_VERSION): Do not expect.
431         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
432         [POSIX] (_POSIX2_C_BIND): Likewise.
433         [POSIX] (_POSIX2_VERSION): Likewise.
434         [POSIX] (_XOPEN_XPG2): Likewise.
435         [POSIX] (_XOPEN_XPG3): Likewise.
436         [POSIX] (_XOPEN_XPG4): Likewise.
437         [POSIX] (_XOPEN_UNIX): Likewise.
438         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
439         [POSIX] (_POSIX_BARRIERS): Likewise.
440         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
441         [POSIX] (_POSIX_CPUTIME): Likewise.
442         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
443         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
444         [POSIX] (_POSIX_SHELL): Likewise.
445         [POSIX] (_POSIX_SPAWN): Likewise.
446         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
447         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
448         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
449         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
450         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
451         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
452         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
453         [POSIX] (_XBS5_LP64_OFF64): Likewise.
454         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
455         [POSIX] (_POSIX_TIMEOUTS): Likewise.
456         [POSIX] (_POSIX2_PBS): Likewise.
457         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
458         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
459         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
460         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
461         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
462         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
463         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
464         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
465         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
466         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
467         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
468         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
469         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
470         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
471         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
472         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
473         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
474         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
475         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
476         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
477         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
478         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
479         [POSIX] (_SC_2_C_BIND): Likewise.
480         [POSIX] (_SC_2_C_VERSION): Likewise.
481         [POSIX] (_SC_2_PBS): Likewise.
482         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
483         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
484         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
485         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
486         [POSIX] (_SC_2_PBS_TRACK): Likewise.
487         [POSIX] (_SC_ATEXIT_MAX): Likewise.
488         [POSIX] (_SC_BARRIERS): Likewise.
489         [POSIX] (_SC_BASE): Likewise.
490         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
491         [POSIX] (_SC_DEVICE_IO): Likewise.
492         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
493         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
494         [POSIX] (_SC_FD_MGMT): Likewise.
495         [POSIX] (_SC_FIFO): Likewise.
496         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
497         [POSIX] (_SC_FILE_LOCKING): Likewise.
498         [POSIX] (_SC_FILE_SYSTEM): Likewise.
499         [POSIX] (_SC_IOV_MAX): Likewise.
500         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
501         [POSIX] (_SC_NETWORKING): Likewise.
502         [POSIX] (_SC_PAGE_SIZE): Likewise.
503         [POSIX] (_SC_PASS_MAX): Likewise.
504         [POSIX] (_SC_PIPE): Likewise.
505         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
506         [POSIX] (_SC_REGEXP): Likewise.
507         [POSIX] (_SC_SHELL): Likewise.
508         [POSIX] (_SC_SIGNALS): Likewise.
509         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
510         [POSIX] (_SC_SPIN_LOCKS): Likewise.
511         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
512         [POSIX] (_SC_USER_GROUPS): Likewise.
513         [POSIX] (_SC_USER_GROUPS_R): Likewise.
514         [POSIX] (_SC_STREAMS): Likewise.
515         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
516         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
517         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
518         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
519         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
520         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
521         [POSIX] (_PC_FILESIZEBITS): Likewise.
522         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
523         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
524         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
525         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
526         [POSIX] (uid_t): Likewise.
527         [POSIX] (gid_t): Likewise.
528         [POSIX] (off_t): Likewise.
529         [POSIX] (pid_t): Likewise.
530         [POSIX] (cuserid): Allow.
531         (_SC_2_CHAR_TERM): Require constant.
532         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
533         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
534         variable.
536 2015-05-20  Roland McGrath  <roland@hack.frob.com>
538         * sysdeps/nacl/pthread-pids.h: New file.
539         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
540         (create_thread): Use __nacl_get_tid to initialize PD->tid.
542         * nptl/pthread-pids.h: New file.
543         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
544         * nptl/nptl-init.c: Include <pthread-pids.h>.
545         (__pthread_initialize_minimal_internal):
546         Call __pthread_initialize_pids instead of set_tid_address syscall.
548         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
549         * sysdeps/posix/usleep.c: ... here.
551 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
553         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
554         call_pselect6 object.
555         [$(subdir) = io]: Remove call_sync_file_range object.
556         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
557         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
558         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
559         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
561 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
563         * math/s_cproj.c: Add include "math_private.h".
564         * math/s_cprojf.c: Likewise.
565         * math/s_cprojl.c: Likewise.
567 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
569         [BZ #18244]
570         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
571         high mantissa bit when testing whether P is a NaN.
572         * math/libm-test.inc (remainder_test_data): Add more tests.
573         (remquo_test_data): Likewise.
575         [BZ #18049]
576         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
577         below -32, return the argument, with underflow if subnormal.
578         * math/auto-libm-test-in: Add more tests of atanh.
579         * math/auto-libm-test-out: Regenerated.
581 2015-05-19  Roland McGrath  <roland@hack.frob.com>
583         [BZ #18434]
584         * nptl/tst-sem15.c: New file.
585         * nptl/Makefile (tests): Add it.
586         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
587         s/<</>>/ to fix typo in EOVERFLOW check.
588         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
590 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
592         * manual/strings.texi (envz_remove): Fix typo in safety
593         annotations.
595 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
596             Steve Ellcey  <sellcey@imgtec.com>
598         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
599         in order to avoid strict alias warnings.
600         (iruserok_af): Ditto for ra.
602 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
604         [BZ #17581]
605         * malloc/hooks.c
606         (magicbyte): Convert to a function and avoid returning 0x01.
607         (mem2mem_check): Avoid using a length byte equal to the magic byte.
608         (mem2chunk_check): Fix unsigned comparisons to zero.
609         Hoist defs of sz and magic.
611 2015-05-19  Richard Henderson  <rth@redhat.com>
613         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
615         * sysdeps/alpha/fpu/libm-test-ulps: Update.
617 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
619         [BZ #16159]
620         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
621         * malloc/arena.c (arena_lock): Check if arena is corrupt.
622         (reused_arena): Find a non-corrupt arena.
623         (heap_trim): Pass arena to unlink.
624         * malloc/hooks.c (malloc_check_get_size): Pass arena to
625         malloc_printerr.
626         (top_check): Likewise.
627         (free_check): Likewise.
628         (realloc_check): Likewise.
629         * malloc/malloc.c (malloc_printerr): Add arena argument.
630         (unlink): Likewise.
631         (munmap_chunk): Adjust.
632         (ARENA_CORRUPTION_BIT): New macro.
633         (arena_is_corrupt): Likewise.
634         (set_arena_corrupt): Likewise.
635         (sysmalloc): Use mmap if there are no usable arenas.
636         (_int_malloc): Likewise.
637         (__libc_malloc): Don't fail if arena_get returns NULL.
638         (_mid_memalign): Likewise.
639         (__libc_calloc): Likewise.
640         (__libc_realloc): Adjust for additional argument to
641         malloc_printerr.
642         (_int_free): Likewise.
643         (malloc_consolidate): Likewise.
644         (_int_realloc): Likewise.
645         (_int_memalign): Don't touch corrupt arenas.
646         * malloc/tst-malloc-backtrace.c: New test case.
648         * Makefile (summarize-tests): Fix return value on success.
650         * manual/string.texi (Envz Functions): Add envz_remove.
652 2015-05-18  Roland McGrath  <roland@hack.frob.com>
654         * sysdeps/posix/opendir.c: Include <stdbool.h>.
655         (invalid_name): New function, broken out of ...
656         (__opendirat): ... here.  Call it.
657         (need_isdir_precheck): New function, broken out of ...
658         (__opendirat): ... here.  Call it.
659         Use __fxstatat64, not __xstatat64.
660         (opendir_oflags): New function, broken out of ...
661         (__opendirat): ... here.  Call it.
662         (opendir_tail): New function, broken out of ...
663         (__opendirat): ... here.  Call it.
664         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
665         opendir_tail, rather than punting to __opendirat.
666         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
668 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
670         * .gitignore: Ignore generated *.pyc.
672 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
674         * include/stdio.h: Define __need_wint_t.
675         * test-skeleton.c: Avoid `for' loop initial declaration.
676         * nptl/tst-initializers1.c: Use test-skeleton.c.
678 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
680         [BZ #18418]
681         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
683 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
685         [BZ #16352]
686         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
687         (__ieee754_atanh): Force underflow exception for results with
688         small absolute value.
689         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
690         (__ieee754_atanhf): Force underflow exception for results with
691         small absolute value.
692         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
693         (__ieee754_atanh): Force underflow exception for results with
694         small absolute value.
695         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
696         (__ieee754_atanhf): Force underflow exception for results with
697         small absolute value.
698         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
699         (__ieee754_atanhl): Force underflow exception for results with
700         small absolute value.
701         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
702         (__ieee754_atanhl): Force underflow exception for results with
703         small absolute value.
704         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
705         (__ieee754_atanhl): Force underflow exception for results with
706         small absolute value.
707         * math/auto-libm-test-in: Do not allow missing underflow
708         exceptions from atanh.
709         * math/auto-libm-test-out: Regenerated.
711         [BZ #18221]
712         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
713         2**-28 as threshold for returning x or +/- 1/x.
714         * math/auto-libm-test-in: Add more tests of tan.
715         * math/auto-libm-test-out: Regenerated.
717         [BZ #18220]
718         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
719         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
720         * math/auto-libm-test-in: Add another test of lgamma.
721         * math/auto-libm-test-out: Regenerated.
723 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
725         * stdio-common/printf_fp.c (___printf_fp): Use abs.
726         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
727         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
728         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
729         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
730         (ADD2A): Use fabs.  (SUB2A): Use fabs.
731         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
732         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
733         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
734         (log1): Use fabs.  (my_log2): Use fabs.
735         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
736         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
737         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
738         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
739         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
740         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
741         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
742         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
743         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
744         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
745         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
747 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
749         [BZ #18217]
750         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
751         as threshold for returning 1 - x.
752         * math/auto-libm-test-in: Add more tests of erfc.
753         * math/auto-libm-test-out: Regenerated.
755 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
757         [BZ #18196]
758         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
759         threshold for large arguments.
760         * math/auto-libm-test-in: Add another test of atan.
761         * math/auto-libm-test-out: Regenerated.
763         [BZ #16339]
764         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
765         (__log1p): Force underflow exception for results with small
766         absolute value.
767         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
768         (__log1pf): Force underflow exception for results with small
769         absolute value.
770         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
771         (__log1p): Force underflow exception for results with small
772         absolute value.
773         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
774         (__log1pf): Force underflow exception for results with small
775         absolute value.
776         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
777         (__log1pl): Force underflow exception for results with small
778         absolute value.
779         * math/auto-libm-test-in: Do not allow missing underflow
780         exceptions from log1p.
781         * math/auto-libm-test-out: Regenerated.
783 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
784             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
786         [BZ #16704]
787         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
789 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
791         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
792         (libmvec): New variable.
793         * configure.ac: Added option for mathvec build.
794         * configure: Regenerated.
795         * mathvec/Depend: New file.
796         * mathvec/Makefile: New file.
797         * shlib-versions: Added libmvec.
798         * math/Makefile: Added rule for libm.so installation.
800         * bits/math-vector.h: New file.
801         * bits/libm-simd-decl-stubs.h: New header.
802         * math/Makefile (headers): Added new header
803         libm-simd-decl-stubs.h.
804         * math/math.h (__MATHCALL_VEC): New macro.
806         * math/gen-libm-have-vector-test.sh: Script generates series of macros
807         for conditions in testing functions.
808         * math/Makefile: Added call of libm-have-vector-test.sh.
809         * math/libm-test.inc (HAVE_VECTOR): New macros.
811         * math/libm-test.inc: START refactored.
812         * math/test-double.c (TEST_MATHVEC): Add define.
813         * math/test-float.c: Likewise.
814         * math/test-idouble.c: Likewise.
815         * math/test-ifloat.c: Likewise.
816         * math/test-ildoubl.c: Likewise.
817         * math/test-ldouble.c: Likewise.
818         * sysdeps/generic/math-tests-arch.h
819         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
820         architecture check.
822         * math/test-double.c (FUNC_TEST): New macro.
823         * math/test-float.c: Likewise.
824         * math/test-idouble.c: Likewise.
825         * math/test-ifloat.c: Likewise.
826         * math/test-ildoubl.c: Likewise.
827         * math/test-ldouble.c: Likewise.
828         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
830 2015-05-13  Roland McGrath  <roland@hack.frob.com>
832         * sysdeps/nacl/fdopendir.c: New file.
834         * dirent/scandir-tail.c: New file.
835         * dirent/scandir64-tail.c: New file.
836         * dirent/Makefile (routines): Add them.
837         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
838         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
839         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
840         [!SCANDIR] (SCANDIR_TAIL): New macro.
841         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
842         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
843         (SCANDIRAT): Macro removed.
844         (SCANDIR_TAIL): New macro.
845         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
846         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
847         (SCANDIRAT): Just call __opendirat and __scandir_tail.
848         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
849         (READDIR): Macro removed.
850         (SCANDIR_TAIL): New macro.
851         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
852         (SCANDIR_TAIL): New macro.
854         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
855         * dirent/scandir-cancel.c: ... to this new file.
856         * dirent/Makefile (routines): Add it.
857         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
858         * sysdeps/unix/sysv/linux/i386/scandir64.c
859         (SKIP_SCANDIR_CANCEL): Macro removed.
860         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
862         * dirent/tst-scandir.c: New file.
863         * dirent/tst-scandir64.c: New file.
864         * dirent/Makefile (tests): Add them.
866 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
868         [BZ #18409]
869         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
871 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
873         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
874         list.
876 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
878         * benchtests/bench-strcoll.c: New benchmark.
879         * benchtests/Makefile: Generate locales and run benchmark.
880         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
881         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
882         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
883         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
884         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
885         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
886         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
887         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
888         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
889         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
890         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
891         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
892         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
893         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
894         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
895         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
896         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
897         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
898         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
899         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
900         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
901         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
902         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
903         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
905 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
907         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
908         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
910 2015-05-12  Roland McGrath  <roland@hack.frob.com>
912         * posix/uname-values.h: New file.
913         * posix/uname.c: Include that instead of <config-name.h>.
914         * sysdeps/nacl/uname-values.h: New file.
915         * sysdeps/arm/nacl/uname-values.h: New file.
917 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
919         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
920         splitting into fields.
922 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
924         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
925         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
926         * locale/localeinfo.h: Add enum collation_encoding_type.
927         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
928         * programs/ld-collate.c (collate_output): Add encoding type info.
929         * string/strcoll_l.c (STRDIFF): New function.
930         * (STRCOLL): Use STRDIFF to skip over equal prefix.
931         * wcsmbs/wcscoll_l.c: Define STRDIFF.
933 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
935         [BZ #18397]
936         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
937         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
938         <fpu_control.h> instead of <math/fpu_control.c>.
939         * sysdeps/mips/mips32/fpu/Makefile: New file.
941 2015-05-11  Andreas Schwab  <schwab@suse.de>
943         [BZ #18007]
944         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
945         nss_endgrent.
946         (_nss_compat_endgrent): Call nss_endgrent.
947         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
948         nss_endpwent.
949         (_nss_compat_endpwent): Call nss_endpwent.
950         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
951         needent, call nss_setspent only if non-zero.
952         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
953         (internal_endspent): Don't call nss_endspent.
954         (_nss_compat_endspent): Call nss_endspent.
955         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
956         Remove.  All uses removed.
957         (internal_setent): Remove parameter stayopen, add parameter
958         stream.  Use it instead of global variable.
959         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
960         (internal_endent, internal_getent): Add parameter stream.  Use it
961         instead of global variable.
962         (CONCAT(_nss_files_end,ENTNAME))
963         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
964         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
965         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
966         uses removed.
967         (internal_setent, internal_endent): Add parameter stream.  Use it
968         instead of global variable.
969         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
970         stream.
971         (get_next_alias): Add parameter stream.
972         (_nss_files_getaliasent_r): Pass global stream.
973         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
974         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
975         (_nss_files_gethostbyname4_r): Pass local stream to
976         internal_setent, internal_getent and internal_endent.  Remove
977         locking.
979 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
981         * tst-strfmon1.c (tests): Update expected currency symbol.
983 2015-05-08  Roland McGrath  <roland@hack.frob.com>
985         * sysdeps/nacl/gethostname.c: New file.
987 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
989         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
990         and sinh.
991         * math/auto-libm-test-out: Regenerated.
992         * sysdeps/i386/fpu/libm-test-ulps: Update.
993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
995 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
997         [BZ #18125]
998         * stdlib/tst-setcontext3.c: New file.
999         * stdlib/tst-setcontext3.sh: New file.
1000         * stdlib/Makefile (tests): Add tst-setcontext3.
1001         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
1002         to verify test program created output file.
1003         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
1004         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
1005         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
1006         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
1008 2015-05-06  Roland McGrath  <roland@hack.frob.com>
1010         [BZ #18383]
1011         * elf/tst-tlsalign.c: New file.
1012         * elf/tst-tlsalign-static.c: New file.
1013         * elf/tst-tlsalign-lib.c: New file.
1014         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
1015         (tests-static): Add tst-tlsalign-static.
1016         (modules-names): Add tst-tlsalign-lib.
1017         (test-xfail-tst-tlsalign): New variable.
1018         (test-xfail-tst-tlsalign-static): New variable.
1020         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
1021         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
1023 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
1025         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
1026         csqrt, erfc, sin and sincos.
1027         * math/auto-libm-test-out: Regenerated.
1028         * sysdeps/i386/fpu/libm-test-ulps: Update.
1029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1031 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1033         * sysdeps/aarch64/libm-test-ulps: Update.
1035 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
1037         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
1038         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
1039         * math/auto-libm-test-out: Regenerated.
1040         * sysdeps/i386/fpu/libm-test-ulps: Update.
1041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1043 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
1045         [BZ #18265]
1046         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
1047         (wcsncpy): Likewise.
1049 2015-05-05  Florian Weimer  <fweimer@redhat.com>
1051         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
1052         Assume __ASSUME_FALLOCATE is always true.
1053         * sysdeps/unix/sysv/linux/posix_fallocate64.c
1054         (__posix_fallocate64_l64): Likweise.
1055         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
1056         (posix_fallocate): Likewise.
1057         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
1058         (__posix_fallocate64_l64): Likewise.
1059         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1060         [!__ASSUME_FALLOCATE]: Add comment.
1062 2015-05-05  Florian Weimer  <fweimer@redhat.com>
1064         * sysdeps/unix/sysv/linux/i386/Makefile
1065         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
1066         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
1067         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
1068         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
1069         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
1070         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
1071         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
1073 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
1075         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
1076         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
1077         tgamma.
1078         * math/auto-libm-test-out: Regenerated.
1079         * sysdeps/i386/fpu/libm-test-ulps: Update.
1080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1082 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
1084         * math/auto-libm-test-in: Add more tests of tgamma.
1085         * math/auto-libm-test-out: Regenerated.
1086         * sysdeps/i386/fpu/libm-test-ulps: Update.
1087         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1089         * math/auto-libm-test-in: Add more tests of tanh.
1090         * math/auto-libm-test-out: Regenerated.
1091         * sysdeps/i386/fpu/libm-test-ulps: Update.
1092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1094         * math/auto-libm-test-in: Add more tests of tan.
1095         * math/auto-libm-test-out: Regenerated.
1096         * sysdeps/i386/fpu/libm-test-ulps: Update.
1097         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1099         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
1100         * math/auto-libm-test-out: Regenerated.
1101         * sysdeps/i386/fpu/libm-test-ulps: Update.
1102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1104         * math/auto-libm-test-in: Add another test of pow.
1105         * math/auto-libm-test-out: Regenerated.
1106         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1108         * math/auto-libm-test-in: Add more tests of lgamma.
1109         * math/auto-libm-test-out: Regenerated.
1110         * sysdeps/i386/fpu/libm-test-ulps: Update.
1111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1113         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
1114         log1p.
1115         * math/auto-libm-test-out: Regenerated.
1116         * sysdeps/i386/fpu/libm-test-ulps: Update.
1117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1119 2015-05-01  Mark Wielaard  <mjw@redhat.com>
1121         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
1122         Elf64_Chdr structs and ELFCOMPRESS constants.
1124 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
1126         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
1127         expm1.
1128         * math/auto-libm-test-out: Regenerated.
1129         * sysdeps/i386/fpu/libm-test-ulps: Update.
1130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1132         * math/auto-libm-test-in: Add more tests of erf and erfc.
1133         * math/auto-libm-test-out: Regenerated.
1134         * sysdeps/i386/fpu/libm-test-ulps: Update.
1135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1137 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1139         * config.h.in (HAVE_AARCH64_BE): Add.
1141 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
1143         * math/auto-libm-test-in: Add more tests of csqrt.
1144         * math/auto-libm-test-out: Regenerated.
1145         * sysdeps/i386/fpu/libm-test-ulps: Update.
1146         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1148         * math/auto-libm-test-in: Add more tests of cosh and sinh.
1149         * math/auto-libm-test-out: Regenerated.
1150         * sysdeps/i386/fpu/libm-test-ulps: Update.
1151         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1153         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
1155 2015-04-29  Roland McGrath  <roland@hack.frob.com>
1157         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
1158         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
1160         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
1161         (euidaccess, eaccess): Define as weak aliases.
1163         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
1164         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
1165         but __suseconds_t is often 'long int' so some sources assume that
1166         type is being used (e.g. they use %ld to print tv_usec).
1168 2015-04-29  Florian Weimer  <fweimer@redhat.com>
1170         [BZ #18007]
1171         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
1172         (CVE-2014-8121)
1173         * nss/tst-nss-getpwent.c: New file.
1174         * nss/Makefile (tests): Add new test.
1176 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
1178         [BZ #18346]
1179         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
1180         exponents less than 48 as cases where high part of mantissa needs
1181         examining to determine whether argument is integral.
1182         * math/libm-test.inc (round_test_data): Add more tests.
1184 2015-04-28  Mark Wielaard  <mjw@redhat.com>
1186         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
1188 2015-04-27  David S. Miller  <davem@davemloft.net>
1190         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
1191         __tls_get_addr.
1192         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1194 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
1196         [BZ#18333]
1197         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
1199 2015-04-27  Florian Weimer  <fweimer@redhat.com>
1201         [BZ#18333]
1202         * time/tzset.c (parse_tzname): Return error on memory allocation
1203         failure.
1204         * test-skeleton.c (struct temp_name_list): Change type of name
1205         member to non-const.
1206         (add_temp_file): Create a copy of the file name.
1207         (delete_temp_files): Deallocate memory.
1208         (create_temp_file): Add comment.
1210 2015-04-24  Florian Weimer  <fweimer@redhat.com>
1212         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
1213         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
1215 2015-04-24  Roland McGrath  <roland@hack.frob.com>
1217         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
1218         * sysdeps/arm/configure: Regenerated.
1220 2015-04-24  Florian Weimer  <fweimer@redhat.com>
1222         [BZ #17715]
1223         * time/tzfile.c (__tzfile_read): Check for large values of
1224         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
1225         * time/tzset.c (__tzstring_len): New function, based on the old
1226         __tzstring function.
1227         (__tzstring): Call __tzstring_len.
1228         (parse_tzname): New helper function extracted from
1229         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
1230         the input string.
1231         (parse_offset): New helper function extracted from
1232         __tzset_parse_tz.  Replace switch with fallthrough with
1233         initialization before sscanf.
1234         (parse_rule): Likewise.
1235         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
1236         new-style function definition.
1237         * timezone/Makefile (tests): Add tst-tzset.
1238         (tst-tzset.out): Dependencies on time zone files.
1239         (tst-tzset-ENV): Set TZDIR.
1240         (testdata/XT%): Copy crafted time zone files.
1241         * timezone/README: Mention crafted time zone files.
1242         * timezone/testdata/XT1, timezone/testdata/XT2,
1243         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
1244         files.
1245         * timezone/tst-tzset.c: New test.
1247 2015-04-24  Florian Weimer  <fweimer@redhat.com>
1249         * Makeconfig (+gccwarn): Remove -Winline.
1251 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
1253         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
1255 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
1257         * NEWS: Mention sysconf() cache information support for s390.
1258         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
1260 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
1262         * math/k_casinh.c (__kernel_casinh): Use __copysign.
1263         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
1264         (__nearbyint): Likewise.
1265         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
1266         (copysignl): Likewise.
1268 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
1270         [BZ #18287]
1271         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
1272         based on padding.  (CVE-2015-1781)
1274 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1276         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
1277         libc-vdso.h.
1278         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
1279         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
1280         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
1281         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1282         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1283         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
1284         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
1285         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
1286         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
1287         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
1288         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
1289         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
1290         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
1291         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
1292         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
1293         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
1294         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
1295         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
1296         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
1297         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
1298         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
1299         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
1300         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
1302 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
1304         * stdlib/setenv.c (__add_to_environ):
1305         Dump core quickly if setenv (..., NULL, ...) is called.
1306         This time, do it the right way, and pacify GCC with a pragma.
1308 2015-04-17  Roland McGrath  <roland@hack.frob.com>
1310         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
1311         IMAP->l_prev cannot be null, and #if out the code for the contrary
1312         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
1313         believe that NS (&_dl_ns[NSID]) could point outside the array.
1315         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
1316         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
1317         before using NSID as an index.
1319 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
1321         [BZ #17825]
1322         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
1323         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
1324         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
1326 2015-04-17  Roland McGrath  <roland@hack.frob.com>
1328         Add preliminary port to Google Native Client on ARM.
1329         * abi-tags (.*-.*-nacl.*): New entry.
1330         * sysdeps/arm/nacl: New directory.
1331         * sysdeps/nacl: New directory.
1333 2015-04-16  David S. Miller  <davem@davemloft.net>
1335         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
1336         lowlevellock-futex.h
1338 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
1340         * sysdeps/tile/configure.ac: New file.
1341         * sysdeps/tile/configure: Regenerated.
1343 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1345         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
1346         conditionals for weak_alias and libc_hidden_weak.
1347         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
1348         libc_hidden_weak and weak_alias.
1349         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
1350         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
1351         and weak_alias for static one.
1353 2015-04-15  David S. Miller  <davem@davemloft.net>
1355         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
1357 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1359         [BZ #18206]
1360         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
1361           Use signed comparision instead of substraction to avoid
1362           overflow bug.
1363         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
1364           Take the sign of ret.
1365         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
1366           Do not expect precise return values. Only the sign matters.
1367         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
1368         * wcsmbs/test-wcsncmp.c: New File.
1369         * string/test-strncmp.c: Add wcsncmp support.
1371 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1373         [BZ #6792]
1374         * math/w_log1p.c: New file.
1375         * math/w_log1pf.c: Likewise.
1376         * math/w_log1pl.c: Likewise.
1377         * math/Makefile (libm-calls): Add w_log1p.
1378         * math/s_log1pl.c (log1pl): Remove weak_alias.
1379         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
1380         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
1381         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
1382         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
1383         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
1384         [NO_LONG_DOUBLE] (log1pl): Likewise.
1385         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
1386         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
1387         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
1388         (log1p): Remove long_double_symbol.
1389         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
1390         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
1391         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
1392         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
1393         remove weak_alias for corresponding log1p function.
1394         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
1395         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
1396         * sysdeps/ia64/fpu/w_log1p.c: New file.
1397         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
1398         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
1399         * math/libm-test.inc (log1p_test_data): Add errno expectations.
1401 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
1403         [BZ #18247]
1404         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
1405         decimal exponent by 1.
1406         * stdlib/tst-strtod-round-data: Add more tests.
1407         * stdlib/tst-strtod-round.c (tests): Regenerated.
1409 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
1411         * math/auto-libm-test-in: Add more tests of clog and clog10.
1412         * math/auto-libm-test-out: Regenerated.
1413         * sysdeps/i386/fpu/libm-test-ulps: Update.
1414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1416 2015-04-09  Roland McGrath  <roland@hack.frob.com>
1418         * Makeconfig (module-cppflags): Exclude all .v.i files.
1419         (skip-module-cppflags): Variable removed.
1421         * configure.ac (libc_config_ok): Initialize before reading
1422         preconfigure scripts, not after.
1423         * configure: Regenerated.
1425         * test-skeleton.c (TIMEOUT): Move #define to top level.
1426         (main): Grok environment variable TEST_DIRECT.  If set, print
1427         test expectation details into that file and then behave as if
1428         given --direct.
1430 2015-04-09  Florian Weimer  <fweimer@redhat.com>
1432         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
1433         warning on 32-bit.
1435 2015-04-08  David S. Miller  <davem@davemloft.net>
1437         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1439 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
1441         * math/auto-libm-test-in: Add more tests of atanh.
1442         * math/auto-libm-test-out: Regenerated.
1443         * sysdeps/i386/fpu/libm-test-ulps: Update.
1444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1446         * math/auto-libm-test-in: Add more tests of atan.
1447         * math/auto-libm-test-out: Regenerated.
1448         * sysdeps/i386/fpu/libm-test-ulps: Update.
1449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1451 2015-04-08  Florian Weimer  <fweimer@redhat.com>
1453         * elf/pldd.c (main): Rewrite to use struct
1454         scratch_buffer instead of extend_alloca.
1455         * elf/pldd-xx.c (find_maps): Likewise.
1456         * grp/initgroups.c: Include <scratch_buffer.h> instead of
1457         <alloca.h>.
1458         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
1459         scratch_buffer instead of extend_alloca.
1460         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
1461         grp/compat-initgroups.c.
1462         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
1463         Rewrite to use struct scratch_buffer instead of extend_alloca.
1464         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
1465         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1467 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
1469         * math/auto-libm-test-in: Add more tests of cbrt.
1470         * math/auto-libm-test-out: Regenerated.
1471         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1473         * math/auto-libm-test-in: Add more tests of cabs.
1474         * math/auto-libm-test-out: Regenerated.
1475         * sysdeps/i386/fpu/libm-test-ulps: Update.
1476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1478         [BZ #18210]
1479         [BZ #18211]
1480         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
1481         (__ieee754_atan2): Set FE_TONEAREST mode for internal
1482         computations.
1483         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
1484         clog10.
1485         * math/auto-libm-test-out: Regenerated.
1486         * sysdeps/i386/fpu/libm-test-ulps: Update.
1487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1489         [BZ #18197]
1490         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
1491         (atan): Set FE_TONEAREST mode for internal computations.
1492         * math/auto-libm-test-in: Add more tests of atan.
1493         * math/auto-libm-test-out: Regenerated.
1495 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
1497         [BZ #17930]
1498         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
1500 2015-04-07  Florian Weimer  <fweimer@redhat.com>
1502         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
1504 2015-04-07  Florian Weimer  <fweimer@redhat.com>
1506         * include/scratch_buffer.h: New file.
1507         * malloc/scratch_buffer_grow.c: Likewise.
1508         * malloc/scratch_buffer_grow_preserve.c: Likewise.
1509         * malloc/scratch_buffer_set_array_size.c: Likewise.
1510         * malloc/tst-scratch_buffer.c: Likewise.
1511         * malloc/Makefile (routines): Add scratch_buffer_grow.
1512         (tests): Add test case.
1513         * malloc/Versions (GLIBC_PRIVATE): Export
1514         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
1515         __libc_scratch_buffer_set_array_size.
1517 2015-04-06  Richard Henderson  <rth@redhat.com>
1519         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
1520         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1522         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
1523         unsigned int before printing.
1525 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1527         [BZ #17596]
1528         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
1529         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1531 2015-04-02  Florian Weimer  <fweimer@redhat.com>
1533         * include/libc-internal.h (libc_max_align_t): Define.
1535 2015-04-02  Andreas Schwab  <schwab@suse.de>
1537         [BZ #16850]
1538         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
1540 2015-04-02  Mel Gorman  <mgorman@suse.de>
1542         [BZ #17195]
1543         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
1544         as well as the main arena.
1546 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1548         [BZ #18185]
1549         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
1550         sharing L2 cache to 2 for Silvermont/Knights Landing.
1552 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1554         [BZ #17711]
1555         * config.make.in (have-protected-data): New.
1556         * configure.ac: Check linker support for protected data symbol.
1557         * configure: Regenerated.
1558         * elf/Makefile (modules-names): Add tst-protected1moda and
1559         tst-protected1modb if $(have-protected-data) is yes.
1560         (tests): Add tst-protected1a and tst-protected1b if
1561         $(have-protected-data) is yes.
1562         ($(objpfx)tst-protected1a): New.
1563         ($(objpfx)tst-protected1b): Likewise.
1564         (tst-protected1modb.so-no-z-defs): Likewise.
1565         * elf/tst-protected1a.c: New file.
1566         * elf/tst-protected1b.c: Likewise.
1567         * elf/tst-protected1mod.h: Likewise.
1568         * elf/tst-protected1moda.c: Likewise.
1569         * elf/tst-protected1modb.c: Likewise.
1571 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1573         [BZ #17711]
1574         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
1575         indicates it is called from do_lookup_x on relocation against
1576         protected data, skip the data definion in the executable from
1577         copy reloc.
1578         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
1579         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
1580         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
1581         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
1582         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
1583         otherwise to 0.
1584         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
1585         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
1586         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
1587         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
1588         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
1589         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
1591 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
1593         * sysdeps/nptl/pthread.h: Remove duplicate definition of
1594         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
1596 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
1598         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
1599         THREAD_SETMEM_NC.
1600         * sysdeps/x86_64/nptl/tls.h: Ditto.
1602 2015-03-27  Roland McGrath  <roland@hack.frob.com>
1604         * dlfcn/tststatic.c (main): Converted to ...
1605         (do_test): ... this.
1606         (TEST_FUNCTION): New macro.
1607         Include test-skeleton.c.
1609 2015-03-26  Alan Modra  <amodra@gmail.com>
1611         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
1612         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
1613         zero for undefined weak.
1614         (elf_machine_plt_conflict): Similarly.
1616 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
1618         * math/auto-libm-test-in: Add more tests of acosh, asinh and
1619         atanh.
1620         * math/auto-libm-test-out: Regenerated.
1621         * sysdeps/i386/fpu/libm-test-ulps: Update.
1622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1624         * math/auto-libm-test-in: Add another test of asin.
1625         * math/auto-libm-test-out: Regenerated.
1626         * sysdeps/i386/fpu/libm-test-ulps: Update.
1627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1629         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
1630         Remove macro.
1631         (LLL_EBX_REG): Likewise.
1632         (LLL_ENTER_KERNEL): Likewise.
1634         * math/auto-libm-test-in: Add more tests of asin.
1635         * math/auto-libm-test-out: Regenerated.
1636         * sysdeps/i386/fpu/libm-test-ulps: Update.
1637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1639         [BZ #18138]
1640         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
1641         libc_do_syscall_args): New structure.
1642         (INTERNAL_SYSCALL_MAIN_0): New macro.
1643         (INTERNAL_SYSCALL_MAIN_1): Likewise.
1644         (INTERNAL_SYSCALL_MAIN_2): Likewise.
1645         (INTERNAL_SYSCALL_MAIN_3): Likewise.
1646         (INTERNAL_SYSCALL_MAIN_4): Likewise.
1647         (INTERNAL_SYSCALL_MAIN_5): Likewise.
1648         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
1649         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
1650         Replace conditional definitions by conditional definitions of ....
1651         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
1652         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
1653         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
1654         (libpthread-sysdep_routines): Add libc-do-syscall.
1655         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
1656         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
1657         to __NR_futex not 240.
1659 2015-03-25  Alan Modra  <amodra@gmail.com>
1661         * NEWS: Advertise TLS optimization.
1662         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
1663         (DT_PPC_NUM): Increment.
1664         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
1665         (CHECK_STATIC_TLS): Use here.
1666         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
1667         TLS descriptors.
1668         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1669         * sysdeps/powerpc/dl-tls.c: New file.
1670         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
1671         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
1672         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
1673         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
1674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
1675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
1676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
1678 2015-03-25  Alan Modra  <amodra@gmail.com>
1680         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
1681         for overlapping .opd entries" to "support...".
1682         * sysdeps/powerpc/powerpc64/configure: Regenerate
1684 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
1686         * math/auto-libm-test-in: Add more tests of acos.
1687         * math/auto-libm-test-out: Regenerated.
1688         * sysdeps/i386/fpu/libm-test-ulps: Update.
1689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1691         * math/auto-libm-test-in: Add more tests of expm1.
1692         * math/auto-libm-test-out: Regenerated.
1693         * sysdeps/i386/fpu/libm-test-ulps: Update.
1694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1696 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
1698         * math/auto-libm-test-in: Add more tests of cosh and sinh.
1699         * math/auto-libm-test-out: Regenerated.
1700         * sysdeps/i386/fpu/libm-test-ulps: Update.
1701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1703         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
1704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1706         * math/auto-libm-test-in: Add more tests of log2.
1707         * math/auto-libm-test-out: Regenerated.
1708         * sysdeps/i386/fpu/libm-test-ulps: Update.
1709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1711 2015-03-23  Roland McGrath  <roland@hack.frob.com>
1713         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
1714         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
1715         _IO_IS_APPENDING bit in READ_WRITE instead.
1717 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1719         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
1720         (__determine_cpumask_size): Replace extend_alloca with a
1721         variable-length array.  Do not treat res == 0 as an error.
1723 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1725         [BZ #18100]
1726         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
1727         and integer overflow.
1728         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
1729         (main): Add integer overflow tests.
1730         * manual/pattern.texi (Calling Wordexp): Document additional use
1731         for WRDE_SYNTAX.
1733 2015-03-23  Alan Modra  <amodra@gmail.com>
1735         * config.h.in: Remove HAVE_ASM_PPC_REL16.
1736         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
1737         and false branch of conditional.
1738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
1739         Likewise.
1741 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
1743         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
1744         libc-modules.h
1745         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
1746         unused declaration of _hurd_intr_rpc_msg_in_trap.
1747         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
1748         defined instead of whether it is non-zero.
1749         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
1750         input constraint instead of both input and output constraint.  Use ecx
1751         clobber instead of %ecx.
1752         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
1753         mutex_unlock): Use a statement expression instead of an expression list.
1754         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
1755         type to vm_size_t instead of vm_address_t.
1756         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
1757         defined instead of whether it is non-zero.
1758         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
1759         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
1760         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
1761         comparisons with mapaddr.
1762         * nscd/nscd-client.h: Include <time.h>.
1763         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
1764         9th parameter to __vm_region instead of int.
1765         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
1766         * scripts/check-local-headers.sh (exclude): Add device/,
1767         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
1768         cthreads.h.
1770 2015-03-19  Roland McGrath  <roland@hack.frob.com>
1772         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
1773         to account for alignment padding.
1774         * sysdeps/arm/memmove.S: Likewise.
1776 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
1778         * sysdeps/unix/sysv/linux/generic/README: New file.
1780 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
1782         [BZ #18138]
1783         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
1784         (futex_abstimed_wait)
1785         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
1786         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
1787         of lll_futex_timed_wait.
1789 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
1791         [BZ #17542]
1792         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
1794 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
1796         [BZ #17090]
1797         [BZ #17620]
1798         [BZ #17621]
1799         [BZ #17628]
1800         * NEWS: Update.
1801         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
1802         entries with Static TLS too.  Skip entries past the end of the
1803         allocated DTV, from Alan Modra.
1804         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
1805         Static TLS DTV entry set up from...
1806         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
1807         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
1808         * nptl/allocatestack.c (init_one_static_tls): ... and here...
1809         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
1810         for Static TLS.
1811         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
1812         that the slot we find is associated with the given map before
1813         using its generation count.
1814         * nptl_db/db_info.c: Include ldsodefs.h.
1815         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
1816         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
1817         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
1818         (link_map::l_tls_offset): New struct field.
1819         (dtv_t::counter): Likewise.
1820         (rtld_global): New struct.
1821         (_rtld_global): New rtld variable.
1822         (dl_tls_dtv_slotinfo_list): New rtld global field.
1823         (dtv_slotinfo_list): New struct.
1824         (dtv_slotinfo): Likewise.
1825         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
1826         (td_lookup): Rename to...
1827         (td_mod_lookup): ... this.  Use new mod parameter instead of
1828         LIBPTHREAD_SO.
1829         * nptl_db/td_thr_tlsbase.c: Include link.h.
1830         (dtv_slotinfo_list, dtv_slotinfo): New functions.
1831         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
1832         addresses even if the DTV is out of date or missing them.
1833         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
1834         index zero-length arrays.
1835         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
1836         (td_lookup): Make it a macro implemented in terms of...
1837         (td_mod_lookup): ... this declaration.
1838         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
1839         (DB_MAIN_VARIABLE): Likewise.
1841 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1843         [BZ #18134]
1844         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
1846 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
1848         * stdlib/setenv.c (__add_to_environ): Revert previous change.
1850 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
1852         [BZ #18128]
1853         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
1854         (atomic_add, atomic_increment_and_test)
1855         (atomic_decrement_and_test): Fix 64-bit arithmetic.
1857 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1859         * stdlib/setenv.c (__add_to_environ):
1860         Dump core quickly if setenv (..., NULL, ...) is called.
1862 2015-03-13  Roland McGrath  <roland@hack.frob.com>
1864         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
1865         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
1866         all the necessary asm magic in one place.
1867         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
1868         using those.
1870 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
1872         [BZ #14906]
1873         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
1874         traced file mtime. Use consistent log message.
1875         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
1876         (register_traced_file): Call install_watches. Always set mtime.
1877         (invalidate_cache): Iterate over all trace files. Call install_watches.
1878         (inotify_check_files): Don't inline. Handle watching parent
1879         directories and configuration file movement in and out.
1880         (handle_inotify_events): New function.
1881         (main_loop_poll): Call handle_inotify_events.
1882         (main_loop_epoll): Likewise.
1883         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
1884         (struct traced_file): Use array of inotify fds. Add parent directory,
1885         and basename.
1886         (struct database_dyn): Remove unused file_mtime.
1887         (init_traced_file): New inline function.
1888         (define_traced_file): New macro.
1889         * nss/nss_db/db-init.c: Use define_traced_file.
1890         (_nss_db_init): Use init_traced_file.
1891         * nss/nss_files/files-init.c: Use define_traced_file.
1892         (_nss_files_init): Use init_traced_file.
1894 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
1896         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
1897         [_LIBC]: Do not include <stdlib.h>.
1898         [!_LIBC] (abort): Remove declaration.
1899         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
1900         _FP_STATIC_ASSERT instead of conditionally calling abort.
1901         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
1902         (_FP_EXTEND_CNAN): Likewise.
1903         (FP_TRUNC): Likewise.
1904         (__FP_CLZ): Likewise.
1905         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
1907 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
1909         * manual/string.texi (XPG basename): Fix prototype.
1911 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1913         [BZ #18080]
1914         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
1915         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1916         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1917         (__setcontext): Likewise.
1918         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1919         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1920         Call rt_sigprocmask syscall one time to set new signal mask
1921         and retrieve the current signal mask instead of two calls.
1922         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1923         (__swapcontext): Likewise.
1924         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1925         * stdlib/tst-setcontext2.c: New file.
1927 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1929         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1931 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
1933         [BZ #18093]
1934         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1935         the wrong size.
1937 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1939         [BZ #18043]
1940         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1942 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1944         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1945         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1946         Remove define.
1947         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1948         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1949         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1950         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1951         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1952         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1953         define.
1954         * nptl_db/td_symbol_list.c (td_lookup): Remove
1955         HAVE_ASM_GLOBAL_DOT_NAME code.
1956         * sysdeps/powerpc/powerpc64/configure.ac: Remove
1957         HAVE_ASM_GLOBAL_DOT_NAME check.
1958         * sysdeps/powerpc/powerpc64/configure: Regenerate.
1959         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1960         (DOT_LABEL): Remove define.
1961         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1962         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1963         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1964         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1965         (__TLS_GET_ADDR): Likewise.
1966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1967         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1969 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
1971         [BZ #18111]
1972         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1973         (_FPU_SETCW): Initialize cw from fpsr before storing.
1974         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1975         (fesetexceptflag): Rewrite using fpu_control.h.
1976         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1978 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1980         [BZ #18110]
1981         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1982         asms.
1983         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1985 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1987         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1988         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1989         abort.
1990         (_FP_FMA): Likewise.
1991         (_FP_DIV): Likewise.
1993 2015-03-10  Roland McGrath  <roland@hack.frob.com>
1995         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1996         with 0 in that case.
1997         * Makefile (summarize-tests): New canned sequence, factored out of
1998         commands for targets tests and xtests.  Display summary lines that
1999         don't start with PASS: or XFAIL: rather than ones that do start with
2000         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
2001         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
2002         do start with ERROR: or FAIL:.
2003         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
2004         (except for [$(build-shared) = yes]).
2005         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
2006         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
2007         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
2008         * nptl/Makefile: Revert 2015-03-04 changes.
2009         [$(CXX) empty] (tests-unsupported): New variable.
2010         * debug/Makefile: Likewise.
2012         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
2013         gnulib file.  Replace __attribute with __attribute__ throughout.
2015 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
2017         * sysdeps/hppa/fpu/libm-test-ulps: Update.
2019 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
2021         [BZ #18104]
2022         * math/auto-libm-test-in: Add another test of pow.
2023         * math/auto-libm-test-out: Regenerated.
2025 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2027         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
2028         $(config-cflags-nofma).
2030 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
2032         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
2033         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
2034         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
2035         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
2036         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
2037         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
2038         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
2039         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
2040         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
2041         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
2042         Add comment on closing #endif.
2044 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2046         * posix/wordexp.c (CHAR_IN_SET): New macro.
2047         (parse_param): Use it.
2049 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2051         * sysdeps/powerpc/fpu/libm-test-ulps: update.
2053 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2055         [BZ #18043]
2056         * posix/wordexp.c (parse_param): Fix buffer overflow.
2057         * posix/wordexp-test.c (test_case): Add test case.
2059 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2061         [BZ #18042]
2062         * posix/wordexp.c (parse_backtick): Fix off-by-one.
2063         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
2065 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2067         [BZ #18043]
2068         * posix/wordexp-test.c (test_case): Add test for BZ #18043
2069         (do_bz18043): Delete.
2070         (at_page_end): New.
2071         (testit): Refactor to have words at the edge of unreadable page.
2073 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
2075         [BZ #16734]
2076         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
2077         Cleanup read-only streams as well.
2078         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
2080 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2082         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
2083         <bits/libc-lockP.h>
2085 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
2087         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
2088         on [__KERNEL__].
2089         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
2090         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
2091         * soft-fp/op-common.h (_FP_DECL): Likewise.
2093 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
2095         * elf/ifuncdep2.c (global): Replace
2096         __attribute__((visibility("protected"))) with
2097         asm (".protected global").
2098         * elf/ifuncmod1.c (global): Likewise.
2099         * elf/ifuncmod5.c (global): Likewise.
2101 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
2103         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
2104         <asm/sfp-machine.h> instead of <sfp-machine.h>.
2106 2015-03-06  Roland McGrath  <roland@hack.frob.com>
2108         * manual/install.texi (Configuring and compiling):
2109         Document test-wrapper-env-only.
2110         * INSTALL: Regenerated.
2112 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
2114         [BZ #18043]
2115         * posix/wordexp.c (parse_param): Fix buffer overflow.
2116         * posix/wordexp-test.c (do_bz18043): Add test case.
2118 2015-03-06  Vincent Bernat  <vincent@bernat.im>
2120         * time/tst-strptime2.c (do_test): Ensure failing tests are
2121         reported correctly.
2122         * time/tst-strptime3.c (do_test): Likewise.
2124 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
2126         Fix aio_error thread-safety.
2127         * sysdeps/pthread/aio_error.c: New file
2128         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
2129         synchronization.
2131 2015-03-06  Florian Weimer  <fweimer@redhat.com>
2133         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
2134         (group_number, vfprintf): Use it.
2135         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
2136         (JUMP, REF): Use it.
2137         (WORK_BUFFER_SIZE): New enum constant.
2138         (process_arg, vfprintf): Use it.
2140 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
2142         * manual/errno.texi (Error Messages): Complete example function
2143         by adding missing #define.
2144         (program_invocation_name): Add statement indicating GNU
2145         extension and reference which header file declares the variable.
2146         (program_invocation_short_name): Likewise.
2148 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
2150         * manual/errno.texi (Error Messages): Delete strerror ISO C89
2151         compatibility note.
2153 2015-03-05  Roland McGrath  <roland@hack.frob.com>
2155         * Makeconfig (test-wrapper-env-only): New variable.
2156         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
2157         then use that with $(test-wrapper-env-only) rather than using
2158         $(test-wrapper-env) $(run-program-env) $($*-ENV).
2160 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
2162         [BZ #18082]
2163         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
2164         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
2165         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
2166         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
2167         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
2168         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
2169         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
2170         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
2171         Likewise.
2172         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
2173         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
2174         Likewise.
2175         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2176         Likewise.
2177         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
2178         Likewise.
2179         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
2180         Likewise.
2181         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
2182         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
2183         Likewise.
2184         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
2185         Likewise.
2186         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
2187         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
2189 2015-03-04  Roland McGrath  <roland@hack.frob.com>
2191         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
2192         (ETH_ALEN): New macro.
2193         (struct ether_addr): Use it for length of ether_addr_octet.
2195         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
2196         (setdb): Don't call __nss_configure_lookup for "rpc".
2197         (do_test): Don't call test_rpc.
2198         (output_rpcent, test_rpc): Functions moved ...
2199         * sunrpc/test-rpcent.c: ... to this new file.
2200         * sunrpc/Makefile (tests): Add it.
2202         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
2203         __xpg_sigpause.
2204         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
2205         * nptl/tst-signal6.c: Likewise.
2206         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
2207         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
2209         * configure.ac (libc_cv_cxx_link_ok): New check.
2210         Reset CXX to empty if it fails to link.
2211         * configure: Regenerated.
2212         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
2213         bug-atexit3-lib only if $(CXX) is nonempty.
2214         * nptl/Makefile (tests): Likewise for tst-cancel24.
2215         (tests, tests-static): Likewise for tst-cancel24-static.
2216         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
2217         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
2218         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
2219         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
2221 2015-03-04  Andreas Schwab  <schwab@suse.de>
2223         [BZ #17631]
2224         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
2225         for non-GCC compilers.
2226         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
2227         Likewise.
2229 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2231         [BZ #17776]
2232         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
2233         integer before bitwise and assembly operations.
2234         (feclearexcept): Likewise.
2235         * math/test-fenvinline.c: New file.
2236         * math/Makefile: Add test-fenvinline test.
2238 2015-03-03  Alan Modra  <amodra@gmail.com>
2240         [BZ #16512]
2241         * scripts/localplt.awk: Strip off symbol version.
2242         * NEWS: Mention bug fix.
2244 2015-03-02  Roland McGrath  <roland@hack.frob.com>
2246         * sysdeps/pthread/timer_routines.c
2247         (timer_free_list, thread_free_list, thread_active_list): Make static.
2249 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
2251         [BZ #17779]
2252         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2253         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
2254         Undefine.
2255         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2256         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
2257         Likewise.
2258         * sysdeps/unix/sysv/linux/sh/kernel-features.h
2259         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
2260         Likewise.
2262 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
2264         [BZ #18036]
2265         * posix/fnmatch_loop.c (END): Detect invalid pattern.
2266         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
2268 2015-03-02  Andreas Schwab  <schwab@suse.de>
2270         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
2271         variable name.
2273 2015-03-02  Florian Weimer  <fweimer@redhat.com>
2275         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
2276         Return error status.
2278 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
2280         [BZ #15969]
2281         * locale/findlocale.c (_nl_find_locale): Introduce const
2282         version of loc_name and drop unsafe type casts.
2284 2015-02-27  Roland McGrath  <roland@hack.frob.com>
2286         * dlfcn/tststatic2.c (main): Converted to ...
2287         (do_test): ... this.
2288         (TEST_FUNCTION): New macro.
2289         Include test-skeleton.c.
2291 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
2293         [BZ #17711]
2294         * elf/Makefile (tests): Add vismain only if PIE is enabled.
2295         (tests-pie): Add vismain.
2296         (CFLAGS-vismain.c): New.
2297         * elf/vismain.c: Add comments for PIE requirement.
2299 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
2301         [BZ #18046]
2302         [BZ #18047]
2303         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
2304         0x1p-56L as threshold for just returning the argument.
2305         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
2306         0x1p-32L as threshold for just returning the argument.
2307         * math/auto-libm-test-in: Add more tests of atanh.
2308         * math/auto-libm-test-out: Regenerated.
2309         * sysdeps/i386/fpu/libm-test-ulps: Update.
2310         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
2312 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
2314         * string/bcopy.c (bcopy): Call memmove for performance.
2316 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
2318         * string/bzero.c (__bzero): Call memset for performance.
2320 2015-02-27  John David Anglin  <dave.anglin@bell.net>
2322         [BZ #18068]
2323         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
2324         to 00100000.
2326 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
2328         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
2330 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
2332         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
2333         (__kernel_standard): Use CSTR macro when setting exc.name.
2334         * sysdeps/ieee754/Makefile [$(subdir) = math]
2335         (CFLAGS-k_standard.c): Remove variable.
2337         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
2338         setting p and q from "else if" to "else".
2339         (qzero): Likewise.
2340         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
2341         (qone): Likewise.
2342         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
2343         (qzerof): Likewise.
2344         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
2345         (qonef): Likewise.
2346         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
2347         (qzero): Likewise.
2348         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
2349         (qone): Likewise.
2351         [BZ #18038]
2352         [BZ #18039]
2353         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
2354         return pi/2 for arguments below 0x1p-113L.
2355         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
2356         return pi/2 for arguments below 0x1p-106L.
2357         * math/auto-libm-test-in: Add more tests of acos.
2358         * math/auto-libm-test-out: Regenerated.
2360         [BZ #16351]
2361         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
2362         (MO): New macro.
2363         (__ieee754_asin): Force underflow exception for results with small
2364         absolute value.
2365         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
2366         (MO): New macro.
2367         (__ieee754_asinf): Force underflow exception for results with
2368         small absolute value.
2369         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
2370         (__ieee754_asin): Force underflow exception for results with small
2371         absolute value.
2372         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
2373         (__ieee754_asinf): Force underflow exception for results with
2374         small absolute value.
2375         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
2376         (__ieee754_asinl): Force underflow exception for results with
2377         small absolute value.
2378         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
2379         (__ieee754_asinl): Force underflow exception for results with
2380         small absolute value.
2381         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
2382         (__ieee754_asinl): Force underflow exception for results with
2383         small absolute value.
2384         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
2385         Include <math.h>.
2386         * math/auto-libm-test-in: Do not mark underflow exceptions as
2387         possibly missing for bug 16351.
2388         * math/auto-libm-test-out: Regenerated.
2390         [BZ #18030]
2391         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
2392         of power of 2 down when low part has opposite sign.
2393         * math/libm-test.inc (logb_test_data): Add more tests.
2395 2015-02-26  Andreas Schwab  <schwab@suse.de>
2397         [BZ #18032]
2398         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
2399         over collating symbol inside a bracket expression.  Minor cleanup.
2400         * posix/tst-fnmatch3.c (do_test): Add test case.
2402 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
2404         [BZ #18029]
2405         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
2406         Adjust exponent of power of 2 down when low part has opposite
2407         sign.
2408         * math/libm-test.inc (ilogb_test_data): Add more tests.
2410 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
2412         [BZ #15969]
2413         * locale/findlocale.c (_nl_find_locale): Fix constness error in
2414         the previous change.
2416         [BZ #15969]
2417         * locale/findlocale.c (_nl_find_locale): Retry archive search
2418         after alias expansion.
2420 2015-02-25  Roland McGrath  <roland@hack.frob.com>
2422         * iconv/tst-iconv3.c (main): Converted to ...
2423         (do_test): ... this.
2424         (TEST_FUNCTION): New macro.
2425         Include test-skeleton.c.
2427         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
2428         (convert): Make function static.
2429         (test_unalign): Likewise.  Add const to argument pointee types.
2430         (main): Replace with static function do_test.
2431         Print "Succeeded." only if RET is zero.
2432         (TEST_FUNCTION): New macro.
2433         Include test-skeleton.c.
2435         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
2436         returns a null pointer.
2438 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2440         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
2441         to __memcpy_ppc only for static builds.
2443 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
2445         [BZ #18020]
2446         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
2447         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
2448         * math/auto-libm-test-in: Add more tests of asinh.
2449         * math/auto-libm-test-out: Regenerated.
2450         * sysdeps/i386/fpu/libm-test-ulps: Update.
2451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2453 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
2455         [BZ #15850]
2456         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
2457         and ip6_mtuinfo definitions here.
2458         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
2459         in this define too.  Update comment.
2461 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
2463         * elf/sprof.c (load_shobj): Tweak error message to match others.
2465 2015-02-24  Kevin Easton  <kevin@guarana.org>
2467         [BZ #16145] (partial fix)
2468         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
2469         to reduce lock contention.
2471 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
2473         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
2474         (struct timex): Update time comment.
2475         (ADJ_SETOFFSET): Define.
2477 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
2479         [BZ #18019]
2480         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
2481         2**56 not 2**28 as threshold for log (2x) formula.
2482         * math/auto-libm-test-in: Add more tests of acosh.
2483         * math/auto-libm-test-out: Regenerated.
2484         * sysdeps/i386/fpu/libm-test-ulps: Update.
2485         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2487 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
2489         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
2490         parenthesis around the buf assignment.
2491         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
2493 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
2495         [BZ #16783]
2496         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
2497         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
2498         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
2499         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
2500         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
2501         * math/libm-test.inc (scalb_test_data): Add more tests.
2503 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
2505         [BZ #17916]
2506         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
2507         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
2509 2015-02-24  Eric Rannaud  <e@nanocritical.com>
2511         [BZ #17523]
2512         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
2513         * io/bits/fcntl2.h (open): Use it.
2514         (openat): Likewise.
2515         * io/open.c (__libc_open): Likewise.
2516         * io/open64.c (__libc_open64): Likewise.
2517         * io/open64_2.c (__open64_2): Likewise.
2518         * io/open_2.c (__open_2): Likewise.
2519         * io/openat.c (__openat): Likewise.
2520         * io/openat64.c (__openat64): Likewise.
2521         * io/openat64_2.c (__openat64_2): Likewise.
2522         * io/openat_2.c (__openat_2): Likewise.
2523         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
2524         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
2525         * sysdeps/posix/open64.c (__libc_open64): Likewise.
2526         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
2527         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
2528         (__open_nocancel): Likewise.
2529         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
2530         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
2531         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
2533 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2535         [BZ #14841]
2536         * resolv/gethnamaddr.c (getanswer): Skip logging if
2537         RES_USE_DNSSEC is set.
2538         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
2540 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
2542         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
2544 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
2546         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
2547         201304L, for Unicode 7.
2549 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2551         [BZ #17836]
2552         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
2553         shared library.  Add gmon-start.os otherwise.
2554         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
2555         $(objpfx)gmon-start.os if builing shared library.
2556         ($(objpfx)g$(static-start-installed-name)): Likewise.
2558 2015-02-23  Andreas Schwab  <schwab@suse.de>
2560         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
2562 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
2564         [BZ #17269]
2565         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
2566         (enlarge_userbuf): Likewise.
2568 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
2570         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
2571         * math/atest-exp.c (TIMEOUT): Adjust to 200.
2572         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
2573         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
2575 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
2577         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
2578         expression inside statement expression.
2580 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
2582         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
2583         <sysdeps/nptl/lowlevellock.h> and remove macros and
2584         functions that are now defined there.
2585         (SYS_futex): Remove.
2586         (lll_compare_and_swap): Remove.
2587         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
2589 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
2591         [BZ #17999]
2592         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
2593         instead of scandirat.
2594         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
2595         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
2596         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
2597         __scandirat.
2598         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
2599         (__scandirat): Declare.  Use libc_hidden_proto.
2600         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
2601         Remove variable.
2602         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2604 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
2606         [BZ #15319]
2607         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
2608         (MO): New macro.
2609         (__ieee754_atan2): For results with small absolute value, force
2610         underflow exception and remove excess range and precision from
2611         return value.
2612         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
2613         (MO): New macro.
2614         (__ieee754_atan2f): For results with small absolute value, force
2615         underflow exception and remove excess range and precision from
2616         return value.
2617         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
2618         (MO): New macro.
2619         (__atan): For results with small absolute value, force underflow
2620         exception and remove excess range and precision from return value.
2621         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
2622         (MO): New macro.
2623         (__atanf): For results with small absolute value, force underflow
2624         exception and remove excess range and precision from return value.
2625         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
2626         <math.h>.
2627         (__ieee754_atan2): Force underflow exception for results with
2628         small absolute value.
2629         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
2630         <math_private.h>.
2631         (atan): Force underflow exception for results with small absolute
2632         value.
2633         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
2634         (__atanf): Force underflow exception for results with small
2635         absolute value.
2636         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
2637         <math.h>.
2638         (__atanl): Force underflow exception for results with small
2639         absolute value.
2640         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
2641         (__atanl): Force underflow exception for results with small
2642         absolute value.
2643         * sysdeps/x86/fpu/bits/mathinline.h
2644         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
2645         (__ieee754_atan2): Only define inline for long double.
2646         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
2647         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
2648         * math/auto-libm-test-in: Do not mark underflow exceptions as
2649         possibly missing for bug 15319.  Add more tests of atan2.
2650         * math/auto-libm-test-out: Regenerated.
2651         * math/libm-test.inc (casin_test_data): Do not mark underflow
2652         exceptions as possibly missing for bug 15319.
2653         (casinh_test_data): Likewise.
2654         * sysdeps/i386/fpu/libm-test-ulps: Update.
2656 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
2658         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
2659         * sysdeps/mips/bits/endian.h: Fix comments.
2661 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
2663         [BZ #17996]
2664         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
2665         (hdestroy_r): Likewise.
2666         (hsearch_r): Likewise.
2667         (__hcreate_r): Declare and use libc_hidden_proto.
2668         (__hdestroy_r): Likewise.
2669         (__hsearch_r): Likewise.
2670         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
2671         (hcreate): Call __hcreate_r instead of hcreate_r.
2672         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
2673         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
2674         as weak alias of __hcreate_r.
2675         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
2676         __hdestroy_r.
2677         (hsearch_r): Rename to __hsearch_r and define as weak alias of
2678         __hsearch_r.
2679         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
2680         Remove variable.
2681         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2682         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2683         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2684         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2686 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
2688         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
2689         arena_lock into a single arena_get.
2691 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
2693         * dl-reloc.c: Inlucde libc-internal.h.
2694         (_dl_try_allocate_static_tls): Call ALIGN_UP.
2695         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
2696         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
2697         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
2698         (grow_heap): Likewise.
2699         * malloc/malloc.c: Include libc-internal.h.
2700         (do_check_malloc): Call powerof2.
2701         (sysmalloc): Use pagesize. Call ALIGN_UP.
2702         (systrim): Use pagesize.
2703         (mremap_chunk): Use pagesize. Call ALIGN_UP.
2704         (__libc_valloc): Use pagesize.
2705         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
2707 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2709         [BZ #17991]
2710         * include/sys/resource.h (__getrlimit64): Declare.  Use
2711         libc_hidden_proto.
2712         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
2713         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
2714         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
2715         getrlimit64.
2716         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
2717         __getrlimit64.
2718         [!getrlimit64] (getrlimit64): Define as weak alias of
2719         __getrlimit64.  Use libc_hidden_weak.
2720         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
2721         using __getrlimit64 not __new_getrlimit64.
2722         (__GI_getrlimit64): Likewise.
2723         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
2724         Likewise.
2725         (__GI_getrlimit64): Likewise.
2726         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
2727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
2728         (getrlimit): Add __getrlimit64 alias.
2729         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
2730         Likewise.
2731         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
2732         Remove variable.
2733         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2734         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2736 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
2738         * libio/fileops.c: Add missing sys/mman.h
2739         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
2741 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2743         * manual/math.texi (Errors in Math Functions): Clarify goals
2744         regarding inexact and underflow exceptions.
2746 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2748         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
2749         * sysdeps/mips/memset.S: Ditto.
2751 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2753         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
2755 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2757         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
2758         (__v1longjmp): Remove versioned symbol.
2759         (__v1siglongjmp): Remove alias and versioned symbol.
2760         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
2761         (__v2siglongjmp): Likewise.
2763 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2765         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
2767 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
2769         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
2771 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2773         [BZ #17987]
2774         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
2775         zero result does not depend on the sign resulting from
2776         subtraction.
2777         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2778         Likewise.
2779         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2780         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2781         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2782         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2783         * math/libm-test.inc (remquo_test_data): Add more tests.
2785 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
2787         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
2788         Problem reported by J William Piggott.
2790 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2792         [BZ #17978]
2793         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
2794         products 4 * y and 2 * y where those would overflow.
2795         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2796         Likewise.
2797         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2798         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2799         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2800         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2801         * math/libm-test.inc (remquo_test_data): Add more tests.
2803         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
2805         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
2806         [defined _COMPILING_NEWLIB].
2807         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
2808         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
2810         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
2811         [!defined __mips_isa_rev || __mips_isa_rev < 6].
2813 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2815         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
2816         acquired.
2818 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
2820         [BZ #17792]
2821         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
2822         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
2823         HOST_STACK_END_ADDR): Likewise.
2825 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
2827         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
2828         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
2829         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
2831 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2833         * sysdeps/generic/c++-types.data: New file.
2834         * sysdeps/generic/ld.abilist: New file.
2835         * sysdeps/generic/libBrokenLocale.abilist: New file.
2836         * sysdeps/generic/libanl.abilist: New file.
2837         * sysdeps/generic/libc.abilist: New file.
2838         * sysdeps/generic/libcrypt.abilist: New file.
2839         * sysdeps/generic/libdl.abilist: New file.
2840         * sysdeps/generic/libm.abilist: New file.
2841         * sysdeps/generic/libpthread.abilist: New file.
2842         * sysdeps/generic/libresolv.abilist: New file.
2843         * sysdeps/generic/librt.abilist: New file.
2845 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2847         [BZ #17569]
2848         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2849         Compute absolute value of x as modified by fmod, not original
2850         value of x.
2851         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
2852         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
2853         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
2854         RUN_TEST_ffI_f1_mod8.
2855         (remquo_test_data): Add more tests.
2857 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2859         * sysdeps/init_array/pt-crti.S: New file.
2861 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2863         [BZ #17967]
2864         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
2865         __builtin_fmaf instead of relying on contraction of a * b + c.
2867 2015-02-12  J William Piggott  <elseifthen@gmx.com>
2869         [BZ #17969]
2870         * manual/time.texi: correct the zoneinfo path in the TZ Variable
2871         node.
2873 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2875         [BZ #17964]
2876         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
2877         __builtin_fma instead of relying on contraction of a * b + c.
2879 2015-02-12  Roland McGrath  <roland@hack.frob.com>
2881         * Makeconfig (ASFLAGS): Add -Werror=undef.
2882         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
2883         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
2884         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
2886         * Makeconfig (after-link): New variable.
2887         (+link-pie, +link-pie-tests): Use it.
2888         (+link-static, +link-static-tests): Likewise.
2889         (+link, +link-tests): Likewise.
2890         * Makerules (build-module, build-module-asneeded): Likewise.
2891         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
2892         Likewise.
2893         * elf/Makefile ($(objpfx)ld.so): Likewise.
2895 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
2897         [BZ #17965]
2898         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
2899         both struct timeval and struct timespec.
2901 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2903         [BZ #16560]
2904         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2905         and redefine.
2906         (__ieee754_exp2l): Do not multiply small fractional parts by
2907         M_LN2l.
2908         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
2909         small argument.
2910         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
2911         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2912         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
2913         * math/auto-libm-test-in: Add more tests of exp2.
2914         * math/auto-libm-test-out: Regenerated.
2916 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2918         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2919         unaligned path.
2921 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2923         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2924         little endian.
2926 2015-02-12  Andreas Schwab  <schwab@suse.de>
2928         [BZ #15790]
2929         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2930         Filter out elision flags from value returned in kind.
2931         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2932         * nptl/tst-pthread-mutexattr.c: New file.
2934 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2936         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2937         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2938         into gnu-gnu, and update comment to refer to abi-tags.
2940 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
2942         [BZ #15467]
2943         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2944         (__sincos): Set errno to EDOM for infinite argument.
2945         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2946         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2947         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2948         (__sincosl): Set errno to EDOM for infinite argument.
2949         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2950         (__sincosl): Set errno to EDOM for infinite argument.
2951         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2952         (__sincosl): Set errno to EDOM for infinite argument.
2953         * math/libm-test.inc (sincos_test_data): Test errno setting.
2955 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
2957         * string/strxfrm_l.c: Remove #define STRCMP.
2958         * string/strcoll_l.c: Remove #define STRLEN.
2959         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2960         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2962 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
2964         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2965         * sysdeps/mips/mips32/sfp-machine.h: ... here.
2966         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2967         * sysdeps/mips/mips64/Makefile: ... here.
2968         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2969         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2970         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2971         * sysdeps/mips/mips64/sfp-machine.h: ... here.
2972         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2973         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2974         * sysdeps/mips/mips64/n64/Implies: Likewise.
2976 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2978         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2979         <sys/time.h>, <string.h>, and <errno.h>.
2980         (dest_offset, dest_address, value, zero): Remove unused variables.
2981         (ldouble): Remove typedef.
2982         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2983         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2984         1).  Fix code style.
2985         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2986         (check): Function removed.
2987         (CHECK): New macro.
2988         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2989         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2990         Don't call set_sigaction_FP and remove_sigaction_FP here.
2991         (ldouble_test): Just use 'long double' as macro argument, no need for
2992         the 'ldouble' typedef.
2993         (do_test): Set up SIGFPE handler at start, using plain signal rather
2994         than sigaction.  Fix code style.
2996 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
2998         [BZ #17949]
2999         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
3000         jump label.
3002 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3004         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
3005         * sysdeps/powerpc/powerpc32/configure: Regenerated.
3007         * sysdeps/powerpc/configure.ac: Remove file.
3008         * sysdeps/powerpc/configure: Likewise.
3010         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
3011         [sysdep_routines]: Remove wordcopy-power6 object.
3012         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
3013         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
3014         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
3015         (__memmove_ppc32): Likewise.
3016         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
3017         file.
3018         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
3019         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
3020         Remove preprocessor.
3022         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
3023         [sysdep_routines]: Remove wide chars objects.
3024         [wcsmbs]: New rule for wide char objects.
3026         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3027         Remove wordcopy-power6 obejct.
3028         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
3029         Use local call for wordcopy and memcpy symbols.
3030         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
3031         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
3032         implementation for loader.
3033         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
3035         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3036         Remove wordcopy-power7 object.
3037         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
3038         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
3039         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
3040         (_wordcopy_fwd_dest_aligned): Likewise.
3041         (_wordcopy_bwd_aligned): Likewise.
3042         (_wordcopy_bwd_dest_aligned): Likewise.
3044         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
3045         Rewrite to call __memmove_ppc instead of include default
3046         implementation.
3048         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3049         Remove wide chars objects.
3050         [wcsmbs]: New rule for wide char objects.
3052 2015-02-09  Andreas Schwab  <schwab@suse.de>
3054         [BZ #17912]
3055         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
3056         in terms of __O_DIRECTORY.
3058 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3060         * time/getdate.c: Include <stdbool.h>.
3061         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
3062         call PTR_MANGLE.
3063         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
3064         PTR_DEMANGLE.
3066 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3068         Add ersatz _Static_assert on older C hosts
3069         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
3070         pre-C11 C platform that is not known to support _Static_assert.
3072 2015-02-07  Richard Braun  <rbraun@sceen.net>
3074         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
3075         sigstate.
3076         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
3078 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3080         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
3081         priority against unexistent AIO_PRIO_DELTA_MAX.
3082         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
3083         instead of int.
3084         * misc/fchflags.c (fchflags): Likewise.
3085         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
3086         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
3087         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
3088         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
3089         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
3090         Declare macros.
3091         [__USE_MISC] (chflags, fchflags): Declare functions.
3092         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
3093         EINVAL when nfds is greater than FD_SETSIZE.
3094         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
3095         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
3096         45.
3097         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
3098         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
3099         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
3100         MACH_RCV_TIMED_OUT.
3101         * hurd/hurd/signal.h (_hurd_self_sigstate,
3102         _hurd_critical_section_lock, _hurd_critical_section_unlock):
3103         Explicit casts from void *.
3104         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
3105         * abi-tags: Rename gnu-gnu os into gnu.
3107         [BZ #4719]
3108         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
3109         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
3110         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
3111         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
3112         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
3113         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
3115         [BZ #17944]
3116         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
3117         duplicates ADDR->sun_path with sockaddr LEN limitation.
3118         * sysdeps/mach/hurd/connect.c: Include <string.h>
3119         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
3120         * sysdeps/mach/hurd/sendmsg.c: Likewise.
3121         * sysdeps/mach/hurd/sendto.c: Likewise.
3122         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
3123         implementing it by hand.
3125 2015-02-06  Roland McGrath  <roland@hack.frob.com>
3127         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
3128         Use sfi_breg on ldr.
3129         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
3130         Likewise.
3132         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
3133         it's defined.
3134         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
3135         Test SIGSETXID only if it's defined.
3137         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
3139         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
3140         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
3142         * nptl/tst-align2.c: Moved ...
3143         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
3144         * nptl/Makefile (tests): Remove tst-align2.
3145         * sysdeps/unix/sysv/linux/Makefile
3146         [$(subdir) = nptl] (tests): Add tst-align-clone.
3147         * nptl/tst-getpid1.c: Moved ...
3148         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
3149         * nptl/tst-getpid2.c: Moved ...
3150         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
3151         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
3152         * sysdeps/unix/sysv/linux/Makefile
3153         [$(subdir) = nptl] (tests): ... here.
3154         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
3155         * sysdeps/unix/sysv/linux/Makefile
3156         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
3158         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
3159         Drop trailing \n from perror argument.  Use return rather than exit.
3161         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
3162         on [SA_SIGINFO].
3163         * nptl/tst-cancel21.c (do_test): Likewise.
3164         * debug/tst-backtrace6.c: Include <signal.h> first thing.
3165         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
3166         [!SA_SIGINFO]: Make it a stub test.
3168         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
3169         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
3171         * posix/tst-getlogin.c: Move to ...
3172         * login/tst-getlogin.c: ... here.
3173         * posix/Makefile (tests): Move tst-getlogin to ...
3174         * login/Makefile (tests): ... here.
3176         * libio/tst-atime.c (do_test): Move local variables SV and E
3177         inside [ST_NOATIME] conditional.
3179         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
3181         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
3183         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
3184         (wait_code): New function replaces macro.
3185         Call nanosleep rather than syscall.
3187         * nptl/pt-system.c: Rewritten.  Put everything under
3188         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
3189         Use IFUNC to redirect when possible.
3191         * nptl/pt-longjmp.c: Rewritten.  Put everything under
3192         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
3193         Use IFUNC to redirect when possible.
3195         * nptl/pt-fork.c: Rewritten.  Put everything under
3196         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
3197         Use IFUNC to redirect when possible.
3198         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
3200         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
3201         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
3202         unconditionally nowadays.  This included the only reference to
3203         __vdso_clock_gettime that appears outside libc proper.
3204         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
3205         Remove version set (containing only __vdso_clock_gettime).
3206         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
3207         Add attribute_hidden.
3208         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
3209         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
3210         libc_hidden_data_def.
3211         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
3212         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
3214         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
3215         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
3216         setrpcent, and getrpcport to ...
3217         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
3218         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
3219         getrpcbynumber_r, and getrpcent_r to ...
3220         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
3221         * inet/getrpcbyname.c: Moved ...
3222         * sunrpc/getrpcbyname.c: ... here.
3223         * inet/getrpcbyname_r.c: Moved ...
3224         * sunrpc/getrpcbyname_r.c: ... here.
3225         * inet/getrpcbynumber.c: Moved ...
3226         * sunrpc/getrpcbynumber.c: ... here.
3227         * inet/getrpcbynumber_r.c: Moved ...
3228         * sunrpc/getrpcbynumber_r.c: ... here.
3229         * inet/getrpcent.c: Moved ...
3230         * sunrpc/getrpcent.c: ... here.
3231         * inet/getrpcent_r.c: Moved ...
3232         * sunrpc/getrpcent_r.c: ... here.
3233         * inet/Makefile (routines): Move those to ...
3234         * sunrpc/Makefile (routines): ... here.
3235         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
3236         the $(subdirs) list.
3237         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
3238         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
3239         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
3240         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
3242         * elf/Makefile (routines): Include $(all-dl-routines), not just
3243         $(dl-routines).
3244         (rtld-routines): Likewise.  Use = rather than :=.
3245         * sysdeps/aarch64/Makefile [$(subdir) = elf]
3246         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
3247         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
3248         * sysdeps/arm/Makefile: Likewise.
3249         * sysdeps/i386/Makefile: Likewise.
3250         * sysdeps/x86_64/Makefile: Likewise.
3251         * sysdeps/hppa/Makefile [$(subdir) = elf]
3252         (sysdep_routines, sysdep-rtld-routines): Don't add
3253         $(sysdep-dl-routines) to these.
3254         * sysdeps/ia64/Makefile: Likewise.
3255         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
3256         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
3257         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
3258         Don't add dl-static to these; sysdep-dl-routines alone is enough.
3259         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3260         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
3261         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
3262         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
3263         * sysdeps/powerpc/Makefile [$(subdir) = elf]
3264         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
3265         these; sysdep-dl-routines alone is enough.
3267 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
3269         [BZ #17932]
3270         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
3271         where multiplication results in zero and third argument is finite
3272         and nonzero.
3273         * math/auto-libm-test-in: Add more tests of fma.
3274         * math/auto-libm-test-out: Regenerated.
3276         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
3277         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
3278         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
3279         (_FP_CMP_EQ): Likewise.
3280         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
3282         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
3283         extra argument CHECK_NAN.  Redefine as wrapper around
3284         _FP_EXTEND_CNAN.
3286 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
3288         * version.h (RELEASE): Set to "stable".
3289         (VERSION): Set to "2.21"
3290         * include/features.h (__GLIBC_MINOR__): Set to 21.
3292         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
3294 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
3295             Paul Eggert  <eggert@cs.ucla.edu>
3297         [BZ #16618]
3298         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
3299         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
3300         size in bytes. Store needed elements in wpmax. Use needed size
3301         in bytes for extend_alloca.
3303 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
3305         * manual/install.texi: Latest tested versions are GCC 4.9.2,
3306         binutls 2.25, and texinfo 5.2.
3307         * INSTALL: Regenerate.
3308         * sysdeps/nios2/configure: Regenerate.
3309         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
3310         * manual/contrib.texi: Update.
3311         * po/be.po: Update.
3312         * po/bg.po: Update.
3313         * po/ca.po: Update.
3314         * po/cs.po: Update.
3315         * po/da.po: Update.
3316         * po/de.po: Update.
3317         * po/el.po: Update.
3318         * po/eo.po: Update.
3319         * po/es.po: Update.
3320         * po/fi.po: Update.
3321         * po/fr.po: Update.
3322         * po/gl.po: Update.
3323         * po/hr.po: Update.
3324         * po/hu.po: Update.
3325         * po/ia.po: Update.
3326         * po/id.po: Update.
3327         * po/it.po: Update.
3328         * po/ja.po: Update.
3329         * po/ko.po: Update.
3330         * po/lt.po: Update.
3331         * po/nb.po: Update.
3332         * po/nl.po: Update.
3333         * po/pl.po: Update.
3334         * po/pt_BR.po: Update.
3335         * po/ru.po: Update.
3336         * po/rw.po: Update.
3337         * po/sk.po: Update.
3338         * po/sl.po: Update.
3339         * po/sv.po: Update.
3340         * po/tr.po: Update.
3341         * po/uk.po: Update.
3342         * po/vi.po: Update.
3343         * po/zh_CN.po: Update.
3344         * po/zh_TW.po: Update.
3346         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
3347         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
3348         * sysdeps/hppa/dl-irel.h: Remove #warning.
3349         * sysdeps/hppa/entry.h: Provide prototype for
3350         __canonicalize_funcptr_for_compare and cast argument.
3351         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
3352         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
3353         * sysdeps/hppa/sotruss-lib.c: New file.
3354         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
3355         (atomic_compare_and_exchange_val_acq): Use __typeof__.
3356         (atomic_compare_and_exchange_bool_acq): Likewise.
3357         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
3358         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
3360         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
3361         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
3362         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
3364 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
3366         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
3367         called function in non-PIC case.
3369 2015-01-31  David S. Miller  <davem@davemloft.net>
3371         * sysdeps/sparc/sparc32/bits/atomic.h
3372         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
3373         unlock not after it.
3374         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
3375         volatile register usage warnings from the compiler.
3377         * sysdeps/sparc/nptl/sem_init.c: Delete.
3378         * sysdeps/sparc/nptl/sem_post.c: Delete.
3379         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
3380         * sysdeps/sparc/nptl/sem_wait.c: Delete.
3381         * sysdeps/sparc/sparc32/sem_init.c: New file.
3382         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
3383         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
3384         padding explicitly initialized.
3385         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
3386         padding for in-semaphore spinlock.
3387         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
3388         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
3389         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
3390         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
3391         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
3392         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
3393         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
3394         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
3395         version.
3396         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
3397         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
3399 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
3401         [BZ #17801]
3402         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3403         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
3404         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
3405         New.
3406         (index_AVX_Fast_Unaligned_Load): Likewise.
3407         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
3408         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
3409         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
3410         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
3411         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
3412         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
3413         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
3414         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
3415         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
3417 2015-01-29  Andreas Schwab  <schwab@suse.de>
3419         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
3421 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
3423         [BZ #17892]
3424         * nscd/nscd_stat.c (send_stats): Initialize DATA.
3426 2015-01-28  Martin Sebor  <msebor@redhat.com>
3428         * math/README.libm-test: Clarify. Add "How to read the test output."
3430 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
3432         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
3433         Define to 0.
3435 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
3437         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
3438         (__HAVE_64B_ATOMICS): Define to 0.
3440 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3442         [BZ #17885]
3443         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
3444         value to set as new flag.
3446         [BZ #16576]
3447         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
3448         and use _ARCH_PPCSQ instead.
3449         (__ieee754_sqrt): Likewise.
3450         (__ieee754_sqrtf): Likewise.
3451         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
3452         _ARCH_PPCSQ is defined.
3453         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
3454         fsqrt instruction.
3455         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
3456         _ARCH_PPCSQ is defined.
3457         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
3458         fsqrts instruction.
3459         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
3461 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3463         * iconv/loop.c: Suppress array out of bound warning caused by GCC
3464         bug (GCC BZ #64739).
3466 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
3468         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
3469         Mark _retval as used.
3470         (lll_futex_wake_unlock): Likewise.
3471         (lll_futex_timed_wait_requeue_pi): Likewise.
3473         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3474         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
3475         register variables.
3477         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
3478         libm_hidden_def.
3480         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
3481         (__bswap_64): Mark as __always_inline.
3483 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
3485         [BZ #15378]
3486         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
3487         when none of the search directories exist.
3489 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3491         [BZ #17869]
3492         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
3493         power8 in .machine directive.
3495         [BZ #17868]
3496         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
3497         set dependency from opd value.
3499 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
3501         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3502         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
3503         architecture.
3505 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
3507         [BZ #17870]
3508         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
3509         with uint64_t.
3510         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
3511         (uint64_t) 1.
3512         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
3513         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
3514         Replace 1UL with (uint64_t) 1.
3515         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
3516         int with uint64_t.
3518 2015-01-23  Roland McGrath  <roland@hack.frob.com>
3520         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
3521         (if_freenameindex): Likewise.
3523         * resource/getrlimit64.c: Add missing libc_hidden_def.
3525 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
3527         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
3528         __label__.
3529         (_FP_FMA): Likewise.
3530         (_FP_TO_INT_ROUND): Likewise.
3531         (_FP_FROM_INT): Likewise.
3533 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3535         [BZ #16418]
3536         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
3537         Make code racy and cancel safe.
3539 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
3541         * sysdeps/arm/unwind-resume.h: Fix copyright year.
3542         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
3543         attribution.
3545         * pwd/tst-getpw.c: Rewrite.
3547         [BZ #17702]
3548         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
3549         (modules-names): Add moddummy1 and moddummy2.
3550         ($(objpfx)tst-rec-dlopen): Define.
3551         * dlfcn/moddummy1.c: New file.
3552         * dlfcn/moddummy2.c: New file.
3553         * dlfcn/tst-rec-dlopen.c: New file.
3554         * elf/dl-cache.c (_dl_load_cache_lookup):
3555         Return char*. Copy result with alloca/strcpy/strdup.
3556         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
3557         returns char*. Free cached. If not saving realname
3558         free cached.
3559         * elf/dl-open.c (dl_open_worker): Do not assert that
3560         _r_debug->r_state is RT_CONSISTENT.
3561         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
3562         returns char*.
3564 2015-01-21  Torvald Riegel  <triegel@redhat.com>
3565             Carlos O'Donell  <carlos@redhat.com>
3567         [BZ #12674]
3568         * nptl/sem_waitcommon.c: New file.
3569         * nptl/sem_wait.c: Include sem_waitcommon.c.
3570         (__sem_wait_cleanup, do_futex_wait): Remove.
3571         (__new_sem_wait): Adapt.
3572         (__new_sem_trywait): New function.
3573         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
3574         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
3575         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
3576         (sem_timedwait): Adapt.
3577         * nptl/sem_post.c (__new_sem_post): Adapt.
3578         (futex_wake): New function.
3579         (__old_sem_post): Add release MO fence.
3580         * nptl/sem_open.c (sem_open): Adapt.
3581         * nptl/sem_init.c (__new_sem_init): Adapt.
3582         (futex_private_if_supported): New function.
3583         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
3584         (__old_sem_getvalue): Add using previous code.
3585         * sysdeps/nptl/internaltypes.h: Adapt.
3586         * nptl/tst-sem13.c (do_test): Adapt.
3587         * nptl/tst-sem11.c (main): Adapt.
3588         * nptl/sem_trywait.c: Remove.
3589         * nptl/DESIGN-sem.txt: Remove.
3590         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
3591         (gen-as-const-headers): Remove structsem.sym.
3592         * nptl/structsem.sym: Remove.
3593         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
3594         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
3595         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
3596         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
3597         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
3598         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
3599         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
3600         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
3601         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
3602         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
3603         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
3604         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
3605         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
3606         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
3607         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
3608         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
3609         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
3610         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
3611         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
3612         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
3613         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
3614         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
3616 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
3618         * INSTALL: Regenerated.
3620         * po/libc.pot: Regenerated.
3622 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
3623             Sandra Loosemore  <sandra@codesourcery.com>
3624             Andrew Jenner  <andrew@codesourcery.com>
3625             Joseph Myers  <joseph@codesourcery.com>
3626             Nathan Sidwell  <nathan@codesourcery.com>
3628         * NEWS: Mention new Nios II port.
3629         * sysdeps/nios2/Implies: New file.
3630         * sysdeps/nios2/Makefile: New file.
3631         * sysdeps/nios2/Subdirs: New file.
3632         * sysdeps/nios2/Versions: New file.
3633         * sysdeps/nios2/__longjmp.S: New file.
3634         * sysdeps/nios2/abort-instr.h: New file.
3635         * sysdeps/nios2/backtrace.c: New file.
3636         * sysdeps/nios2/bits/endian.h: New file.
3637         * sysdeps/nios2/bits/fenv.h: New file.
3638         * sysdeps/nios2/bits/link.h: New file.
3639         * sysdeps/nios2/bits/setjmp.h: New file.
3640         * sysdeps/nios2/bsd-_setjmp.S: New file.
3641         * sysdeps/nios2/bsd-setjmp.S: New file.
3642         * sysdeps/nios2/configure: New generated file.
3643         * sysdeps/nios2/configure.ac: New file.
3644         * sysdeps/nios2/crti.S: New file.
3645         * sysdeps/nios2/crtn.S: New file.
3646         * sysdeps/nios2/dl-init.c: New file.
3647         * sysdeps/nios2/dl-machine.h: New file.
3648         * sysdeps/nios2/dl-sysdep.h: New file.
3649         * sysdeps/nios2/dl-tls.h: New file.
3650         * sysdeps/nios2/dl-trampoline.S: New file.
3651         * sysdeps/nios2/gccframe.h: New file.
3652         * sysdeps/nios2/gmp-mparam.h: New file.
3653         * sysdeps/nios2/jmpbuf-offsets.h: New file.
3654         * sysdeps/nios2/jmpbuf-unwind.h: New file.
3655         * sysdeps/nios2/ldsodefs.h: New file.
3656         * sysdeps/nios2/libc-tls.c: New file.
3657         * sysdeps/nios2/libm-test-ulps: New file.
3658         * sysdeps/nios2/machine-gmon.h: New file.
3659         * sysdeps/nios2/math-tests.h: New file.
3660         * sysdeps/nios2/math_private.h: New file.
3661         * sysdeps/nios2/memusage.h: New file.
3662         * sysdeps/nios2/nptl/Makefile: New file.
3663         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
3664         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
3665         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
3666         * sysdeps/nios2/nptl/pthreaddef.h: New file.
3667         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
3668         * sysdeps/nios2/nptl/tls.h: New file.
3669         * sysdeps/nios2/preconfigure: New file.
3670         * sysdeps/nios2/s_fma.c: New file.
3671         * sysdeps/nios2/s_fmaf.c: New file.
3672         * sysdeps/nios2/setjmp.S: New file.
3673         * sysdeps/nios2/sfp-machine.h: New file.
3674         * sysdeps/nios2/sotruss-lib.c: New file.
3675         * sysdeps/nios2/stackguard-macros.h: New file.
3676         * sysdeps/nios2/stackinfo.h: New file.
3677         * sysdeps/nios2/start.S: New file.
3678         * sysdeps/nios2/sysdep.h: New file.
3679         * sysdeps/nios2/tls-macros.h: New file.
3680         * sysdeps/nios2/tst-audit.h: New file.
3681         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
3682         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
3683         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
3684         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
3685         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
3686         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
3687         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
3688         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
3689         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
3690         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
3691         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
3692         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
3693         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
3694         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
3695         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
3696         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
3697         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
3698         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
3699         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
3700         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
3701         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
3702         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
3703         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
3704         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
3705         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
3706         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
3707         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
3708         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
3709         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
3710         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
3711         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
3712         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
3713         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
3714         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
3715         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
3716         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
3717         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
3718         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
3719         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
3720         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
3721         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
3722         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
3723         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
3724         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
3726 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3728         [BZ #17844]
3729         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
3730         (getutent): Use weak_alias in non SHARED case
3731         and default_symbol_version in SHARED case.
3732         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
3733         (getutent_r, pututline): Likewise.
3734         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
3735         (getutid): Likewise.
3736         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
3737         (getutid_r): Likewise.
3738         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
3739         (getutline): Likewise.
3740         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
3741         (getutline_r): Likewise.
3742         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
3743         (updwtmp): Likewise.
3745 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3747         [BZ #17848]
3748         * sysdeps/s390/s390-32/memcmp.S
3749         (memcmp_g5): Rename to __memcmp_g5.
3750         * sysdeps/s390/s390-32/memcpy.S
3751         (memcpy_g5): Rename to __memcpy_g5.
3752         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3753         (memcpy_mvcle) Rename to __memcpy_mvcle.
3754         * sysdeps/s390/s390-32/memset.S
3755         (memset_g5): Rename to __memset_g5.
3756         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
3757         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3758         and use prefixed functions.
3759         * sysdeps/s390/s390-32/multiarch/memcmp.S
3760         (memcmp_z196): Rename to __memcmp_z196.
3761         (memcmp_z10): Rename to __memcmp_z10.
3762         (memcmp): Set alias to __memcmp_g5.
3763         (bcmp): Set alias to __memcmp_g5.
3764         * sysdeps/s390/s390-32/multiarch/memcpy.S
3765         (memcpy_z196): Rename to __memcpy_z196.
3766         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3767         (memcpy_z10): Rename to __memcpy_z10.
3768         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3769         (memcpy): Set alias to __memcpy_g5.
3770         * sysdeps/s390/s390-32/multiarch/memset.S
3771         (memset_z196): Rename to __memset_z196.
3772         Jump to __memset_mvcle instead of memset_mvcle.
3773         (memset_z10): Rename to __memset_z10.
3774         Jump to __memset_mvcle instead of memset_mvcle.
3775         (memset_mvcle) Rename to __memset_mvcle.
3776         (memset): Set alias to __memset_g5.
3777         * sysdeps/s390/s390-64/memcmp.S
3778         (memcmp_z900): Rename to __memcmp_z900.
3779         * sysdeps/s390/s390-64/memcpy.S
3780         (memcpy_z900): Rename to __memcpy_z900.
3781         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3782         (memcpy_mvcle) Rename to __memcpy_mvcle.
3783         * sysdeps/s390/s390-64/memset.S
3784         (memset_z900): Rename to __memset_z900.
3785         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
3786         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3787         and use prefixed functions.
3788         * sysdeps/s390/s390-64/multiarch/memcmp.S
3789         (memcmp_z196): Rename to __memcmp_z196.
3790         (memcmp_z10): Rename to __memcmp_z10.
3791         (memcmp): Set alias to __memcmp_z900.
3792         (bcmp): Set alias to __memcmp_z900.
3793         * sysdeps/s390/s390-64/multiarch/memcpy.S
3794         (memcpy_z196): Rename to __memcpy_z196.
3795         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3796         (memcpy_z10): Rename to __memcpy_z10.
3797         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3798         (memcpy): Set alias to __memcpy_z900.
3799         * sysdeps/s390/s390-64/multiarch/memset.S
3800         (memset_z196): Rename to __memset_z196.
3801         Jump to __memset_mvcle instead of memset_mvcle.
3802         (memset_z10): Rename to __memset_z10.
3803         Jump to __memset_mvcle instead of memset_mvcle.
3804         (memset_mvcle) Rename to __memset_mvcle.
3805         (memset): Set alias to __memset_z900.
3807 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
3809         [BZ #17748]
3810         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
3811         __fesetenv instead of fesetenv.
3813 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
3815         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
3816         macro.
3818 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3820         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
3821         regression on LE.
3823         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
3824         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
3825         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3826         strncmp-power8 object.
3827         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3828         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
3829         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
3830         * NEWS: Update.
3832 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3833             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3835         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
3836         trailing byte check.
3838 2015-01-13  David S. Miller  <davem@davemloft.net>
3840         * include/signal.h (__sigreturn): Guard with __USE_MISC.
3842 2015-01-13  Roland McGrath  <roland@hack.frob.com>
3844         * login/logout.c (logout): Use memset rather than bzero.
3845         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
3846         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
3847         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
3848         (_gethtbyaddr): Likewise.
3849         * locale/programs/simple-hash.c (bcopy): Macro removed.
3851 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3853         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3854         Add strcmp-power8 object.
3855         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3856         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
3857         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
3858         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
3859         __strcmp_power8 implementation.
3860         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
3861         * NEWS: Update.
3863         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3864         Add strncpy-power8 and stpncpy-power8 objects.
3865         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3866         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
3867         implementations.
3868         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
3869         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
3870         __stpncpy_power8 implementation.
3871         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
3872         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
3873         __strncpy_power8 implementation.
3874         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
3875         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
3876         * NEWS: Update.
3878         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
3879         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
3880         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
3882         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3883         strncat-power8 object.
3884         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
3885         __strcat_power8 implementation.
3886         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3887         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
3888         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
3889         optimized strcat for power8.
3891         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3892         strcpy-power8 and stpcpy-power8 objects.
3893         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3894         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
3895         implementations.
3896         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
3897         multiarch stpcpy implementation for POWER8.
3898         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
3899         multiarch strcpy implementation for POWER8.
3900         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
3901         __strcpy_power8 function.
3902         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
3903         stpcpy for POWER8.
3904         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
3905         strcpy for POWER8.
3906         * NEWS: Update.
3908 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
3910         [BZ #16009]
3911         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
3912         weights and rules. Use do_xfrm_cached if data fits in cache,
3913         do_xfrm otherwise.  Moved former main loop to...
3914         * (do_xfrm_cached): New function.
3915         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3916         find_idx, find_position and stack_push.
3917         * (find_idx): New function.
3918         * (find_position): Likewise.
3919         * localedata/sort-test.sh: Added test run for do_xfrm.
3920         * localedata/xfrm-test.c (main): Added command line option
3921         -nocache to run the test with strings that are too large for
3922         the STRXFRM cache.
3924 2015-01-13  Torvald Riegel  <triegel@redhat.com>
3926         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3927         variable to lll_futex_wake call, not the value itself.
3929 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
3931         [BZ #17803]
3932         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3933         twom64.  Adjust value to 0x1p-64L.
3934         (__scalblnl): Only return standard underflowing result for K <=
3935         -64 not K <= -63; adjust exponent for underflowing result by 64
3936         not 63.
3937         * math/libm-test.inc (scalbn_test_data): Add more tests.
3938         (scalbln_test_data): Likewise.
3940         [BZ #17834]
3941         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3942         0x1p63L.
3943         (__scalblnl): Get new exponent of adjusted subnormal value from ES
3944         not HX.
3945         * math/libm-test.inc (scalbn_test_data): Add more tests.
3946         (scalbln_test_data): Likewise.
3948 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3949             Stefani Seibold  <stefani@seibold.net>
3951         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3952         (sysdep_routines): Add dl-vdso here, ...
3953         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3954         (sysdep_routines): ... not here.
3955         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3956         fallback when vDSO is not presented.
3957         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3958         Define with libc_hidden_proto/libc_hidden_data_def definitions.
3959         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3960         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3961         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3962         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3963         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3964         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3965         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3966         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3967         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
3968         fallback configurable symbol when vDSO is not available.
3969         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3970         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
3971         be able to redefine fallback symbol when vDSO is not available.
3972         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3973         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3975 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3977         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3978         (TLS_INIT_TP): Add tm_capable initialization.
3979         (TLS_DEFINE_INIT_TP): Likewise.
3980         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3981         TCB.
3982         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3983         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3984         calculation.
3985         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3986         transactoion is lock elision is built and TCB tm_capable is set.
3987         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3989         (INTERNAL_SYSCALL_NCS): Likewise.
3990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3991         (INTERNAL_SYSCALL_NCS): Likewise.
3992         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3994         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3995         for powerpc.
3996         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3997         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3998         and remove it for 32 bits case.
3999         [pthread_rwlock_t] (__rwelision): New field for lock elision.
4000         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
4001         initialization.
4002         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
4003         Disable lock elision with rdlocks if elision is not available.
4005         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
4006         (sysdep_routines): Add lock elision objects.
4007         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
4008         [pthread_mutex_t] (__spins): Rework to add lock elision field.
4009         [pthread_mutex_t] (__elision): Add field.
4010         [__PTHREAD_SPINS]: Adjust to init lock elision field.
4011         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
4012         elision definitions for powerpc.
4013         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
4014         implementation of lock elision for powerpc.
4015         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
4016         implementation of timed lock elision for powerpc.
4017         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
4018         implementation of trylock with lock elision for powerpc.
4019         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
4020         implementaion of unlock for lock elision for powerpc.
4021         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
4022         automatic enable lock elision for mutexes.
4023         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
4024         transaction execution definitions for powerpc.
4025         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
4026         definitions.
4027         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
4028         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
4029         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
4030         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
4031         * NEWS: Update.
4033 2015-01-09  Roland McGrath  <roland@hack.frob.com>
4035         * sysdeps/posix/shm-directory.c: Use <> rather than ""
4036         for #include of <shm-directory.h>.
4038 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
4040         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
4041         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
4043 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
4045         [BZ #17791]
4046         * NEWS: Mention bug fix.
4047         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
4048         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
4049         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
4051 2015-01-09  Torvald Riegel <triegel@redhat.com>
4053         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
4055 2015-01-09  Torvald Riegel <triegel@redhat.com>
4057         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
4059 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
4061         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
4062         pointer and cast to uintptr_t.
4064 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
4066         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
4067         removed.
4068         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
4070 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
4072         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
4073         of 0.
4075 2015-01-08  Roland McGrath  <roland@hack.frob.com>
4077         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
4078         <nptl/pthreadP.h> instead.
4079         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
4081         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
4082         already defined.
4083         [__SIGRTMIN] (init): Function removed.
4084         [__SIGRTMIN] (initialized): Variable removed.
4085         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
4086         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
4087         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
4088         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
4089         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
4090         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
4091         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
4092         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
4093         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
4094         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
4095         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
4096         * sysdeps/nptl/allocrtsig.c: New file.
4097         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
4098         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
4099         * sysdeps/generic/testrtsig.h: File removed.
4101         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
4102         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
4104         * nptl/nptl-init.c (pthread_functions): Conditionalize
4105         .ptr__nptl_setxid initialization on [SIGSETXID].
4107         * sysdeps/nptl/sys/procfs.h: New file.
4108         * nptl_db/Makefile (headers): Add it.
4109         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
4111         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
4112         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
4113         * nptl/pthread_attr_setaffinity.c: Include it.
4114         * nptl/pthread_setattr_default_np.c: Likewise.
4115         * nptl/check-cpuset.h: New file.
4117 2015-01-08  Richard Henderson  <rth@redhat.com>
4119         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
4120         (CFLAGS-tst-execstack-prog.c): Likewise.
4121         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
4123 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
4124             Sandra Loosemore  <sandra@codesourcery.com>
4125             Andrew Jenner  <andrew@codesourcery.com>
4126             Joseph Myers  <joseph@codesourcery.com>
4127             Nathan Sidwell  <nathan@codesourcery.com>
4129         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
4130         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
4131         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
4132         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
4133         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
4134         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
4135         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
4136         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
4137         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
4138         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
4139         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
4140         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
4141         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
4142         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
4143         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
4144         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
4145         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
4147 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4149         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
4150         timespec struct member in syscall macro.
4151         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
4152         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
4153         first timeval struct member in syscall macro.
4154         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
4156 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
4158         [BZ #17748]
4159         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
4160         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
4161         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
4162         __feupdateenv and define as weak alias of __feupdateenv.  Use
4163         libm_hidden_weak.
4164         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
4165         libm_hidden_def.
4166         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
4167         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
4168         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
4169         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
4170         libm_hidden_def.
4171         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
4172         __feupdateenv and define as weak alias of __feupdateenv.  Use
4173         libm_hidden_weak.
4174         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
4175         libm_hidden_def.
4176         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
4177         __feupdateenv and define as weak alias of __feupdateenv.  Use
4178         libm_hidden_weak.
4179         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
4180         libm_hidden_def.
4181         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
4182         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
4183         (__feupdateenv): Likewise.
4184         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
4185         __feupdateenv and define as weak alias of __feupdateenv.  Use
4186         libm_hidden_weak.
4187         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4188         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
4189         libm_hidden_def.
4190         * sysdeps/tile/math_private.h (__feupdateenv): New inline
4191         function.
4192         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
4193         libm_hidden_def.
4194         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
4195         __feupdateenv instead of feupdateenv.
4196         (default_libc_feupdateenv_test): Likewise.
4197         (libc_feresetround_ctx): Likewise.
4199 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4201         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
4202         prototype.
4204 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
4206         * posix/regcomp.c (parse_bracket_exp): Initialize type to
4207         COLL_SYM in a couple of places to avoid uninitialized variable
4208         wanings on tilegx gcc 4.8.2.
4210 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
4212         * sysdeps/aarch64/strcpy.S: New file.
4213         * sysdeps/aarch64/stpcpy.S: New file.
4214         * NEWS: Updated.
4216 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
4218         * sysdeps/aarch64/strrchr.S: New file.
4219         * NEWS: Updated.
4221 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
4223         [BZ #17658]
4224         * stdlib/setenv.c: Fix memory leak when setting large,
4225         duplicate string.
4227 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
4229         [BZ #17273]
4230         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
4231         and tabs from buffer before parsing fstab entry.
4232         * misc/tst-mntent.c (main): Add test for mount entry with
4233         trailing spaces and tabs.
4235 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
4237         [BZ #17748]
4238         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
4239         * math/fesetround.c (fesetround): Rename to __fesetround and
4240         define as weak alias of __fesetround.  Use libm_hidden_weak.
4241         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
4242         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
4243         * sysdeps/arm/fesetround.c (fesetround): Likewise.
4244         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
4245         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
4246         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
4247         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
4248         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
4249         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
4250         __fesetround_inline.
4251         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
4252         __fesetround_inline instead of __fesetround.
4253         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
4254         __fesetround and define as weak alias of __fesetround.  Use
4255         libm_hidden_weak.  Call __fesetround_inline instead of
4256         __fesetround.
4257         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
4258         __fesetround and define as weak alias of __fesetround.  Use
4259         libm_hidden_weak.
4260         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
4261         Likewise.
4262         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
4263         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
4264         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
4265         * sysdeps/tile/math_private.h (__fesetround): New inline function.
4266         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
4267         __fesetround and define as weak alias of __fesetround.  Use
4268         libm_hidden_weak.
4269         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
4270         __fesetround instead of fesetround.
4271         (default_libc_feholdexcept_setround): Likewise.
4272         (libc_feholdsetround_ctx): Likewise.
4273         (libc_feholdsetround_noex_ctx): Likewise.
4275         [BZ #17748]
4276         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
4277         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
4278         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
4279         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
4280         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4281         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
4282         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4283         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
4284         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4285         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
4286         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4287         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4288         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
4289         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4290         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
4291         libm_hidden_def.
4292         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
4293         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
4294         Likewise.
4295         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
4296         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4297         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
4298         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4299         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
4300         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
4301         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
4302         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
4303         __fesetenv instead of fesetenv.
4304         (libc_feresetround_noex_ctx): Likewise.
4305         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4306         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
4307         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
4308         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4309         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4310         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4311         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
4312         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
4313         (__feupdateenv): Likewise.
4314         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4315         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4316         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4317         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
4319 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
4321         [BZ #17806]
4322         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
4323         addresses have been freed.
4325 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
4327         * resolv/res_init.c (__res_vinit): Improve comments about nserv
4328         and nservall.
4330 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
4332         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
4333         Clean up check_pf allocation pattern. addresses
4335 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4337         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
4338         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
4339         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
4340         * nptl/pthread_exit.c (__pthread_exit): Likewise.
4341         * nptl/pthread_join.c (pthread_join): Likewise.
4342         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
4343         * sysdeps/posix/waitid.c (__waitid): Likewise.
4344         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
4345         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
4346         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
4347         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
4348         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
4349         Likewise.
4350         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
4351         (__libc_pread64): Likewise.
4352         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
4353         (__libc_pwrite): Likewise.
4354         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
4355         (__libc_pwrite64): Likewsie.
4356         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
4357         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
4358         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
4359         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
4360         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
4361         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
4362         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
4363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
4364         Likewise.
4365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
4366         (__libc_pread64): Likewise.
4367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
4368         Likewise.
4369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
4370         (__libc_pwrite64): Likewise.
4371         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
4372         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
4373         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
4374         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
4375         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
4376         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
4377         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
4378         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
4379         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
4380         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
4381         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
4382         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
4383         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
4384         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
4385         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
4386         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
4387         Likewise.
4389 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4391         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
4392         (CFLAGS-test-double.c): Likewise.
4393         (CFLAGS-test-ldouble.c): Likewise.
4394         (CPPFLAGS-test-ifloat.c): Likewise.
4395         (CPPFLAGS-test-idouble.c): Likewise.
4396         (CPPFLAGS-test-ildoubl.c): Likewise.
4397         (CFLAGS-test-test-fenv.c): Remove variable.
4398         (CFLAGS-test-misc.c): Likewise.
4400 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
4402         [BZ #17797]
4403         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
4404         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
4405         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
4406         CLOCKS_PER_SEC == 1000000.
4407         * time/clocktest.c (main): Replace %ld with %jd and cast to
4408         intmax_t.
4410 2015-01-05  Roland McGrath  <roland@hack.frob.com>
4412         * sysdeps/generic/unwind-resume.h: New file.
4413         * sysdeps/gnu/unwind-resume.c: Include it.
4414         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
4415         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
4416         argument list.
4417         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
4418         global rather than static.
4419         (_Unwind_Resume): Update user.
4420         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
4421         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
4422         rather than static.  Add __attribute__ ((cold)).
4423         (_Unwind_Resume, __gcc_personality_v0): Update callers.
4424         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
4425         * sysdeps/arm/arm-unwind-resume.S: New file.
4426         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
4427         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
4428         * sysdeps/arm/Makefile [$(subdir) = csu]
4429         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
4430         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
4431         Add rt-arm-unwind-resume.
4432         [$(subdir) = nptl]
4433         (libpthread-sysdep_routines, libpthread-shared-only-routines):
4434         Add pt-arm-unwind-resume.
4435         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
4436         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
4438 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4440         [BZ #17748]
4441         * include/fenv.h (__feholdexcept): Declare.  Use
4442         libm_hidden_proto.
4443         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
4444         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
4445         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4446         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
4447         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
4448         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
4449         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
4450         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4451         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
4452         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
4453         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
4454         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
4455         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
4456         (feholdexcept): Likewise.
4457         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
4458         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
4459         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
4460         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4461         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
4462         __feholdexcept instead of feholdexcept.
4463         (default_libc_feholdexcept_setround): Likewise.
4465 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4467         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
4468         to avoid using stl/str to align destination.
4470 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4472         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
4474 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4476         [BZ #17796]
4477         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
4478         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
4479         Define as weak alias not strong alias.
4481 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4483         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
4484         bltzal with addiupc.
4485         (RTLD_START): Ditto.
4487 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
4489         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
4490         for __vdso_* functions in declarations.
4491         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
4492         definitions.
4493         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
4494         INTERNAL_VSYSCALL): Use struct return types to check for error.
4496         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
4497         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
4498         function with cast from llround().
4499         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
4500         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
4501         Define.
4503 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4505         [BZ #17793]
4506         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
4507         Define as weak alias not strong alias.
4509         [BZ #17635]
4510         * ctype/ctype-c99.c: New file.  isblank implementation moved from
4511         ...
4512         * ctype/ctype-extn.c: ... here.
4513         (__isblank_l): Move to ...
4514         * ctype/ctype-c99_l.c: ... here.  New file.
4515         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
4516         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
4517         Remove variable.
4518         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4519         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4520         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4521         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4522         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4524         [BZ #17777]
4525         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
4526         (posix_fadvise64): Define as weak alias not strong alias.
4527         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
4528         (posix_fallocate64): Likewise.
4529         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
4530         Remove variable.
4531         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4532         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4533         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4534         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4535         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4537 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
4539         [BZ #16191]
4540         * NEWS: Mention bug fix.
4541         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
4542         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
4543         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
4544         (HOST_STACK_END_ADDR): Likewise.
4546 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
4548         [BZ #17748]
4549         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
4550         * math/fegetround.c (fegetround): Rename to __fegetround and
4551         define as weak alias of __fegetround.  Use libm_hidden_weak.
4552         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
4553         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
4554         * sysdeps/arm/fegetround.c (fegetround): Likewise.
4555         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
4556         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
4557         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
4558         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
4559         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
4560         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
4561         Undefine after rather than before function definition; use
4562         parentheses around function name in definition.
4563         (__fegetround): Also undefine macro after function definition.
4564         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
4565         __fegetround and define as weak alias of __fegetround.  Use
4566         libm_hidden_weak.  Do not undefine as macro.
4567         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
4568         Likewise.
4569         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
4570         __fegetround and define as weak alias of __fegetround.  Use
4571         libm_hidden_weak.
4572         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
4573         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
4574         * sysdeps/tile/math_private.h (__fegetround): New inline function.
4575         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
4576         __fegetround and define as weak alias of __fegetround.  Use
4577         libm_hidden_weak.
4578         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
4579         __fegetround instead of fegetround.
4581         [BZ #17782]
4582         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
4583         Condition macro definition on [__USE_MISC].
4585         [BZ #17781]
4586         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
4587         (struct sigaction): Change type of sa_flags field to int.
4589         [BZ #17780]
4590         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
4591         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
4592         __glibc_reserved0.
4594         * nptl/version.c (banner): Use single year in copyright notice.
4596         * NEWS: Update copyright dates.
4597         * catgets/gencat.c (print_version): Likewise.
4598         * csu/version.c (banner): Likewise.
4599         * debug/catchsegv.sh: Likewise.
4600         * debug/pcprofiledump.c (print_version): Likewise.
4601         * debug/xtrace.sh (do_version): Likewise.
4602         * elf/ldconfig.c (print_version): Likewise.
4603         * elf/ldd.bash.in: Likewise.
4604         * elf/pldd.c (print_version): Likewise.
4605         * elf/sotruss.sh: Likewise.
4606         * elf/sprof.c (print_version): Likewise.
4607         * iconv/iconv_prog.c (print_version): Likewise.
4608         * iconv/iconvconfig.c (print_version): Likewise.
4609         * locale/programs/locale.c (print_version): Likewise.
4610         * locale/programs/localedef.c (print_version): Likewise.
4611         * login/programs/pt_chown.c (print_version): Likewise.
4612         * malloc/memusage.sh (do_version): Likewise.
4613         * malloc/memusagestat.c (print_version): Likewise.
4614         * malloc/mtrace.pl: Likewise.
4615         * manual/libc.texinfo: Likewise.
4616         * nptl/version.c (banner): Likewise.
4617         * nscd/nscd.c (print_version): Likewise.
4618         * nss/getent.c (print_version): Likewise.
4619         * nss/makedb.c (print_version): Likewise.
4620         * posix/getconf.c (main): Likewise.
4621         * scripts/test-installation.pl: Likewise.
4622         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
4624 2015-01-02  Will Newton  <will.newton@linaro.org>
4626         * sysdeps/arm/armv7/configure: Removed.
4627         * sysdeps/arm/armv7/configure.ac: Likewise.
4629 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
4631         * All files with FSF copyright notices: Update copyright dates
4632         using scripts/update-copyrights.
4633         * intl/plural.c: Regenerated.
4634         * locale/programs/charmap-kw.h: Likewise.
4635         * locale/programs/locfile-kw.h: Likewise.
4637 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4639         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
4641 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
4643         [BZ #17748]
4644         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
4645         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
4646         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
4647         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
4648         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4649         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
4650         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4651         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
4652         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4653         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4654         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4655         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4656         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4657         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4658         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
4659         libm_hidden_def.
4660         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
4661         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
4662         Likewise.
4663         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4664         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4665         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
4666         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4667         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
4668         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
4669         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
4670         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
4671         __fegetenv instead of fegetenv.
4672         (libc_feholdsetround_noex_ctx): Likewise.
4674 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4676         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
4677         (Elf_MIPS_ABIFlags_v0): New structure.
4678         (EF_MIPS_FP64): Define.
4679         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
4680         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
4681         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
4682         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
4683         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
4684         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
4685         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
4686         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
4687         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
4688         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
4689         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
4690         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
4691         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
4692         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
4693         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
4694         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
4695         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
4696         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
4697         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
4698         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
4699         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
4700         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
4701         field.
4702         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
4703         EF_MIPS_FP64.
4704         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
4705         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
4706         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
4707         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
4708         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
4709         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
4710         * sysdeps/mips/tst-abi-interlink.c: Likewise.
4711         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
4712         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
4713         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
4714         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
4715         record the current FP ABI extension.
4716         (mips-mode-switch): Define to show if kernel headers support mode
4717         switching.
4718         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
4719         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
4720         supported SYSV ABI version to 3.
4721         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
4722         feature.
4724 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
4725             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4727         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
4728         path.
4729         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
4731 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
4733         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
4734         __fegetround and redefine to call __fegetround.  Remove condition
4735         on [!__NO_MATH_INLINES].
4736         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
4737         function.
4738         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
4739         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
4740         Remove macro.
4741         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
4742         instead of <fenv_libc.h>.
4743         (__llrintl): Call fegetround instead of __fegetround.
4744         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
4745         instead of <fenv_libc.h>.
4746         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
4747         (__lrintl): Call fegetround instead of __fegetround.
4748         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
4749         instead of <fenv_libc.h>.
4750         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
4751         (__rintl): Call fegetround instead of __fegetround.
4753 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
4755         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
4756         arrays.
4758 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4760         [BZ #17775]
4761         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
4762         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
4763         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
4765 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4767         * sysdeps/i386/tls-macros.h: Include <features.h>.
4768         (TLS_LE): Use non-PIC version for GCC >= 5.0.
4769         (TLS_IE): Likewise.
4770         (TLS_LD): Likewise.
4771         (TLS_GD): Likewise.
4772         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
4773         define for GCC >= 5.0.
4775 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
4777         * math/test-fenv.c (test_single_exception, set_single_exc,
4778         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
4779         feexcp_mask_test, feenable_test, fe_single_test): Add
4780         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
4781         case where they are not used.
4782         * math/libm-test.inc: Likewise.
4783         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
4784         unused in the absence of FP rounding/exception support.
4785         * stdio-common/tst-printf-round.c: Likewise.
4786         * stdlib/tst-strtod-round.c: Likewise.
4787         * stdlib/tst-strtod-underflow.c: Likewise.
4789 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
4791         [BZ #17723]
4792         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
4793         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
4794         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4795         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4796         libm_hidden_weak.
4797         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
4798         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4799         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
4800         libm_hidden_def.
4801         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4802         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4803         libm_hidden_weak.
4804         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
4805         Likewise.
4806         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
4807         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4808         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4809         libm_hidden_weak.
4810         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4811         libm_hidden_def.
4812         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
4813         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
4814         (__feraiseexcept): Likewise.
4815         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4816         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4817         libm_hidden_weak.
4818         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4819         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4820         libm_hidden_def.
4821         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
4822         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
4823         Use libm_hidden_def.
4824         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
4825         libm_hidden_def.
4826         (feraiseexcept): Define as weak not strong alias.  Use
4827         libm_hidden_weak.
4828         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
4829         New inline function.  Factored out of ...
4830         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
4831         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
4832         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
4833         feraiseexcept.
4834         * math/w_acos.c (__acos): Likewise.
4835         * math/w_asin.c (__asin): Likewise.
4836         * math/w_ilogb.c (__ilogb): Likewise.
4837         * math/w_j0.c (y0): Likewise.
4838         * math/w_j1.c (y1): Likewise.
4839         * math/w_jn.c (yn): Likewise.
4840         * math/w_log.c (__log): Likewise.
4841         * math/w_log10.c (__log10): Likewise.
4842         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
4843         * sysdeps/aarch64/fpu/math_private.h
4844         (libc_feupdateenv_test_aarch64): Likewise.
4845         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4846         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
4847         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
4848         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4849         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4850         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4851         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
4852         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4853         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4854         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4856 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4858         [BZ #17732]
4859         * io/test-utime.c (main): Replace %ld with %jd and cast to
4860         intmax_t.
4861         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
4862         * nptl/tst-mutex5.c: Include <stdint.h>.
4863         (do_test): Replace %ld with %jd and cast to intmax_t.
4864         * posix/tst-regex.c (run_test): Likewise.
4865         (run_test_backwards): Likewise.
4866         * rt/tst-clock.c: Include <stdint.h>.
4867         (clock_test): Replace %ld with %jd and cast to intmax_t.
4868         * rt/tst-cpuclock1.c: Include <stdint.h>.
4869         (do_test): Replace %lu with %ju and cast to uintmax_t.
4870         * rt/tst-cpuclock2.c: Include <stdint.h>.
4871         (do_test): Replace %lu with %ju and cast to uintmax_t.
4872         * rt/tst-mqueue1.c: Include <stdint.h>.
4873         (check_attrs): Replace %ld with %jd and cast to intmax_t.
4874         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
4875         intmax_t.
4876         * rt/tst-mqueue4.c (do_test): Likewise.
4877         * rt/tst-timer4.c: Include <stdint.h>.
4878         (check_ts): Replace %ld with %jd and cast to intmax_t.
4879         (do_test): Likewise.
4880         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
4881         and cast to intmax_t.
4882         * sysdeps/pthread/tst-timer.c (main): Likewise.
4883         * time/clocktest.c (main): Likewise.
4884         * time/tst-posixtz.c (do_test): Likewise.
4885         * timezone/tst-timezone.c (main): Likewise.
4887 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4888             H.J. Lu  <hongjiu.lu@intel.com>
4890         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
4891         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
4892         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
4893         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
4894         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
4895         version if bit_Fast_Unaligned_Load is set.
4896         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4897         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4898         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4899         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4900         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4901         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4902         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4903         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
4904         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
4905         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
4906         to 4.
4907         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
4908         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
4909         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
4910         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
4912 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
4914         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
4915         instead of #if to avoid a Wundef warning.
4916         * stdlib/tst-limits.c (do_test): Likewise.
4918         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4919         parallel other exception macros.
4920         (fegetenv): Convert from macro to extern inline so that it applies
4921         retroactively to inline functions already seen by the compiler.
4922         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4924         * posix/Makefile (before-compile): Use $(objpfx) for
4925         posix-conf-vars-def.h.
4927 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4929         * posix/getconf.c (main): Use size_t for type of I.
4930         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4931         NSPEC.
4933         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4934         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4935         * posix/posix-envs.def: Likewise.
4936         * sysdeps/posix/sysconf.c: Likewise.
4937         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4938         (specs): Remove array.
4939         * scripts/gen-posix-conf-vars.awk: Support generation of specs
4940         array.
4942         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4943         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4944         (__sysconf): Use CONF_IS_* macros.
4946         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4947         ($(objpfx)posix-conf-vars-def.h): New target.
4948         * posix/posix-conf-vars.list: New file.
4949         * posix/posix-conf-vars.h: New file.
4950         * posix/confstr.c: Include posix-conf-vars.h.
4951         (confstr): Use CONF_IS_* macros.
4952         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
4953         CONF_IS_* macros.
4954         * scripts/gen-posix-conf-vars.awk: New file.
4956 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
4958         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4959         fegetround): Add no-op macros to avoid linknamespace issues.
4961         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4962         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4964         * sysdeps/unix/sysv/linux/tile/sysdep.h
4965         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4966         assembly-specific section to avoid a redefinition warning.
4968         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4969         long before casting to pointer to avoid a cast warning.
4971 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
4973         * sysdeps/tile/tilegx/Implies: New file.
4975 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
4977         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4979 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4981         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4983 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4985         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4986         not define.
4987         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4988         <kernel-features.h>.
4989         (__utimes) [__NR_utimes]: Make code unconditional.
4990         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4991         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4992         (__ASSUME_UTIMES): Do not undefine.
4993         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4994         (__ASSUME_UTIMES): Likewise.
4995         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4996         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4997         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4998         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
5000 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
5002         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
5004 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
5006         [BZ #17747]
5007         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
5008         alias to weak alias for j0l, y0l.
5009         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
5010         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
5012         [BZ #17746]
5013         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
5014         conversion.
5016 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
5018         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
5019         to zero if not already defined.
5021 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
5023         [BZ #17724]
5024         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
5025         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
5026         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
5027         (char *) casts added.
5028         * sysdeps/ieee754/k_standardf.c: New file.
5029         * sysdeps/ieee754/k_standardl.c: Likewise.
5030         * math/Makefile (libm-support): Remove k_standard.
5031         (libm-calls): Add k_standard.
5033 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5035         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5036         Optimize to avoid an unnecessary FPCR read.
5038 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5040         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
5041         Optimize to reduce FPCR/FPSR accesses.
5043 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5045         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
5046         Call libc_fetestexcept_aarch64.
5048 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5050         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
5051         Call libc_fesetround_aarch64.
5053 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
5055         [BZ #17733]
5056         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
5057         (__bind): Do not define as weak alias.
5058         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
5059         define.
5060         (__getsockname): Do not define as weak alias.
5062 2014-12-22  Will Newton  <will.newton@linaro.org>
5064         * manual/install.texi: Document that we require bison 2.7
5065         or above.
5066         * INSTALL: Regenerate.
5067         * configure.ac: Use AC_CHECK_PROG_VER instead of
5068         AC_PATH_PROG when checking for bison and check for
5069         version 2.7 or above.
5070         * configure: Regenerate.
5072 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
5074         [BZ #17745]
5075         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
5076         * sysdeps/tile/ffsll.c (ffsll): To here.
5078         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
5080 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
5082         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
5083         if not defined.
5084         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
5085         definition.
5086         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
5087         hidden ___tls_get_addr.
5088         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
5089         hidden __tls_get_addr.
5090         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
5091         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
5092         Likewise.
5094 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
5096         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
5097         _dl_init call.
5099 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
5101         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
5102         from "call _dl_init@PLT".
5103         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
5105 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
5107         * manual/search.texi: (Array Sort Function): Clarify stable sorting
5108         guarantees.
5110 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
5112         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
5114 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
5116         [BZ #17744]
5117         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
5118         strnlen.
5120 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
5122         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
5123         of multu on MIPSr6.
5124         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
5125         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
5126         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
5127         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
5128         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
5130 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
5132         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
5133         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
5134         (PTR_SUBU): Use subu for mips32r6/mips64r6.
5135         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
5136         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
5137         mips32r6/mips64r6.
5138         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
5140 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
5142         * string/strncat.c (STRNCAT): Simplify implementation.
5144 2014-12-19  David S. Miller  <davem@davemloft.net>
5146         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
5147         access the quad as both a long double and as a series of 4 words.
5149         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
5150         link_map->l_info array access.
5152 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
5154         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
5156         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
5157         * math/atest-exp2.c (TIMEOUT): Likewise.
5158         * math/atest-sincos.c (TIMEOUT): Likewise.
5160 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
5162         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
5163         -Wno-error with -fno-builtin-lround.
5165 2014-12-19  Torvald Riegel  <triegel@redhat.com>
5167         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
5168         Contains futex constants and functions moved over from ...
5169         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
5170         <lowlevellock-futex.h>.
5171         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
5172         (lll_timedwait_tid): Add comments and parentheses around macro
5173         arguments.
5175 2014-12-19  Torvald Riegel  <triegel@redhat.com>
5177         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
5178         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
5179         (__lll_private_flag): Remove.
5180         (lll_futex_wait): Likewise.
5181         (lll_futex_timed_wait): Likewise.
5182         (lll_futex_wake): Likewise.
5183         (lll_futex_requeue): Likewise.
5184         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
5185         (__lll_timedwait_tid): Spell out argument names.
5186         (lll_timedwait_tid): Add comments and parentheses around macro
5187         arguments.
5188         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
5189         LLL_SHARED and LLL_PRIVATE usable from assembly code.
5191 2014-12-19  Torvald Riegel  <triegel@redhat.com>
5193         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
5194         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5195         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5196         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
5197         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
5198         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
5199         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
5200         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
5201         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
5202         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
5203         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
5204         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
5205         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
5206         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
5207         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
5208         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
5209         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
5210         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
5211         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
5213 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
5215         * sysdeps/x86_64/x32/Makefile: New file.
5217 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
5219         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
5220         1L with (mp_limb_t) 1.
5222 2014-12-17  Roland McGrath  <roland@hack.frob.com>
5224         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
5225         * nptl/libc_pthread_init.c: ... here.
5226         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
5227         * nptl/register-atfork.c: ... here.
5229         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
5230         Use pthread_sigmask rather than INTERNAL_SYSCALL.
5231         Use assert_perror to check its return value.
5232         (__gai_create_helper_thread): Likewise.
5234         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
5236         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
5238 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
5240         [BZ #17725]
5241         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
5242         __profil_counter.
5243         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
5244         Likewise.
5245         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
5246         Likewise.
5247         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
5248         Likewise.
5249         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
5250         (profil_counter): Likewise.
5251         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
5252         (profil_counter): Likewise.
5253         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
5254         Likewise.
5255         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
5256         Likewise.
5257         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
5258         (profil_counter): Likewise.
5259         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
5260         Likewise.
5261         [!__profil_counter] (profil_counter): Define as weak alias of
5262         __profil_counter.
5263         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
5264         (profil_counter): Rename to __profil_counter.
5265         [!__profil_counter] (profil_counter): Define as weak alias of
5266         __profil_counter.
5267         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
5268         (profil_counter): Rename to __profil_counter.
5269         [!__profil_counter] (profil_counter): Define as weak alias of
5270         __profil_counter.
5271         * sysdeps/posix/profil.c: Update comment referring to
5272         profil_counter.
5273         (__profil): Use __profil_counter instead of profil_counter.
5274         * sysdeps/posix/sprofil.c (profil_counter): Rename to
5275         __profil_counter.  Use __profil_counter_ushort and
5276         __profil_counter_uint in definitions.
5277         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
5278         instead of profil_counter_uint and profil_counter_ushort.
5280         [BZ #17722]
5281         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
5282         define as weak alias of __inet_makeaddr.
5283         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
5284         as weak alias of __inet_addr.
5285         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
5286         as weak alias of __inet_pton.  Use libc_hidden_weak.
5287         * include/arpa/inet.h (__inet_pton): Declare.  Use
5288         libc_hidden_proto.
5289         (inet_makeaddr): Don't use libc_hidden_proto.
5290         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
5291         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
5292         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
5293         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
5294         Remove variable.
5295         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5296         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5298 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
5300         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
5302 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
5304         * stdio-common/bug-vfprintf-nargs.c (do_test):
5305         Cast value to intptr_t to avoid format warning
5306         for usage with PRIdPTR printing macro.
5308 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
5310         * libio/tst-widetext.c (do_test):
5311         Use format type %td instead of %Zd for ptrdiff_t
5312         in order to avoid format warning.
5314 2014-12-17  Andreas Schwab  <schwab@suse.de>
5316         * nscd/mem.c (gc): Add size_t cast to match printf format.
5318 2014-12-16  Roland McGrath  <roland@hack.frob.com>
5320         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
5321         (init): Apply PTR_MANGLE to pointers before storing them.
5322         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
5323         before using them.
5325 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
5327         [BZ #17719]
5328         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
5329         define as weak alias of __memrchr.
5330         (__memrchr): Do not define as strong alias of memrchr.
5331         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
5332         Remove variable.
5333         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5334         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5335         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5337         [BZ #17717]
5338         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
5339         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
5340         (if_indextoname): Rename to __if_indextoname and define as weak
5341         alias of __if_indextoname.  Use libc_hidden_weak.
5342         (if_freenameindex): Rename to __if_freenameindex and define as
5343         weak alias of __if_freenameindex.
5344         (if_nameindex): Rename to __if_nameindex and define as weak alias
5345         of __if_nameindex.
5346         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
5347         __if_nametoindex and define as weak alias of __if_nametoindex.
5348         Use libc_hidden_weak.
5349         (if_freenameindex): Rename to __if_freenameindex and define as
5350         weak alias of __if_freenameindex.
5351         (if_nameindex): Rename to __if_nameindex and define as weak alias
5352         of __if_nameindex.
5353         (if_indextoname): Rename to __if_indextoname and define as weak
5354         alias of __if_indextoname.  Use libc_hidden_weak.
5355         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
5356         __if_nametoindex and define as weak alias of __if_nametoindex.
5357         Use libc_hidden_weak.
5358         (if_freenameindex): Rename to __if_freenameindex and define as
5359         weak alias of __if_freenameindex.  Use libc_hidden_weak.
5360         (if_nameindex_netlink): Use __if_freenameindex instead of
5361         if_freenameindex.
5362         (if_nameindex): Rename to __if_nameindex and define as weak alias
5363         of __if_nameindex.  Use libc_hidden_weak.
5364         (if_indextoname): Rename to __if_indextoname and define as weak
5365         alias of __if_indextoname.  Use libc_hidden_weak.
5366         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
5367         libc_hidden_proto.
5368         [!_ISOMAC] (__if_freenameindex): Likewise.
5369         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
5370         if_nametoindex.
5371         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
5372         variable.
5373         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5374         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5375         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5376         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5377         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5378         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5379         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5381         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
5382         Remove variable.
5383         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5384         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5386 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5388         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
5389         subscript above bounds'
5391         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
5392         bounds.
5394 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
5396         * libio/tst-fopenloc.c: Use test-skeleton.c.
5398         * stdlib/tst-bsearch.c: Use test-skeleton.c.
5399         (entry): Rename to ITEM.
5400         (do_test, comp): Adjust.
5402         * stdio-common/tst-fseek.c: Use test-skeleton.c.
5404 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5406         * string/tester.c: Include <libc-internal.h>.
5407         (test_memset): Ignore -Wmemset-transposed-args.
5409 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5411         * misc/tst-mntent2.c (do_test): Fix warning.
5413 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5415         * elf/tst-unique4lib.cc(a): Mark as used.
5417 2014-12-16  Florian Weimer  <fweimer@redhat.com>
5419         [BZ #17630]
5420         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
5421         names.
5423 2014-12-16  Allan McRae  <allan@archlinux.org>
5425         * stdio-common/Makefile (tests): Re-add bug26.
5427 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
5429         [BZ #17657]
5430         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
5431         static array.
5433 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
5435         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
5436         (__lll_lock_wait): Likewise.
5437         (__lll_timedlock_wait): Likewise.
5438         (__lll_timedwait_tid): Likewise.
5439         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
5440         (__lll_robust_timedlock_wait): Likewise.
5441         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
5442         (lll_cond_trylock): Likewise.
5443         (__lll_lock): Likewise.
5444         (__lll_robust_lock): Likewise.
5445         (__lll_cond_lock): Likewise.
5446         (lll_robust_cond_lock): Likewise.
5447         (__lll_timedlock): Likewise.
5448         (__lll_robust_timedlock): Likewise.
5449         (__lll_unlock): Likewise.
5450         (__lll_robust_unlock): Likewise.
5451         (lll_wait_tid): Likewise.
5452         (lll_timedwait_tid): Likewise.
5454 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5456         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
5458 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5460         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
5462 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
5464         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
5465         * stdio-common/tst-sprintf.c: Likewise.
5467 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5469         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
5471 2014-12-15  Jeff Law  <law@redhat.com>
5473         [BZ #16617]
5474         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
5475         on the heap.  (CVE-2012-3406)
5476         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
5477         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
5478         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
5480 2014-12-15  Will Newton  <will.newton@linaro.org>
5482         * manual/install.texi: Bump required version of texinfo
5483         to 4.7 from 4.5.
5484         * INSTALL: Regenerated.
5485         * configure.ac: Check for makeinfo version 4.7 and above.
5486         * configure: Regenerated.
5488 2014-12-12  Roland McGrath  <roland@hack.frob.com>
5490         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
5491         PREFIX, string constant to insert between directory and name.
5492         * sysdeps/posix/shm_open.c: Update caller.
5493         * sysdeps/posix/shm_unlink.c: Likewise.
5494         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
5495         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
5496         (SEM_SHM_PREFIX): New macro.
5497         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
5498         [$(have-thread-library) = no].
5499         * nptl/Makefile (libpthread-routines): Add shm-directory.
5500         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
5501         * sysdeps/nptl/shm-directory.h: New file.
5502         * sysdeps/posix/shm-directory.c
5503         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
5504         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
5505         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
5506         INTERNAL_SYSCALL.
5507         (__where_is_shmfs): Function removed.
5508         (mountpoint, defaultmount, defaultdir, __namedsem_once):
5509         Variables removed.
5510         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
5511         Use SHM_GET_NAME.
5512         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
5514         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
5515         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
5516         unconditional for use inside libpthread.
5517         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
5519 2014-12-12  Roland McGrath  <roland@hack.frob.com>
5521         * nptl/pthread_getaffinity.c: New file.
5522         * nptl/pthread_setaffinity.c: New file.
5523         * nptl/pthread_getname.c: New file.
5524         * nptl/pthread_setname.c: New file.
5526         * nptl/pthread_create.c (START_THREAD_DEFN)
5527         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
5529 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5530             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5532         * resolv/res_send.c (send_vc): Disable warning resplen may
5533         be used uninitialized.
5535 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5537         * nptl/tst-mutex6.c
5538         (ATTR_NULL): New define checks ATTR against NULL.
5539         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
5540         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
5542 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
5544         [BZ #17581]
5545         * malloc/hooks.c
5546         (mem2mem_check): Revert my previous change.
5547         (malloc_check_get_size): Revert my previous change.
5548         (mem2chunk_check): Revert my previous change.
5550 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5552         * sysdeps/posix/shm-directory.c: New file.
5553         * sysdeps/posix/shm-directory.h: New file.
5554         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
5555         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
5556         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
5557         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
5558         Transmute EPERM to EACCES.
5559         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
5560         from ...
5561         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
5562         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
5564 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5566         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
5567         pointer and cast to uintptr_t.
5568         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
5569         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
5570         Add cast to avoid warning.
5571         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
5573 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
5575         * nptl/semaphore.h: Move to ...
5576         * sysdeps/pthread/semaphore.h: ... here.
5577         * Makefile (installed-headers): Change nptl/semaphore.h to
5578         sysdeps/pthread/semaphore.h.
5580 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5582         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
5583         generated error format strings.
5585         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
5586         -Wformat-extra-args warnings for scanf formats.
5587         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
5588         test of zero-length format (duh).
5589         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
5590         corner-case scanf format test.
5591         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
5592         generated fprintf format string.
5593         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
5594         corner-case sprintf format tests.
5595         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
5596         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
5597         -Wformat-extra-args warnings throughout.
5598         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
5599         (CFLAGS-scanf4.c): Likewise.
5600         (CFLAGS-scanf7.c): Likewise.
5601         (CFLAGS-tst-sprintf.c): Likewise.
5602         (CFLAGS-tst-printf.c): Likewise.
5603         (CFLAGS-tst-printfsz.c): Likewise.
5605 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
5607         * include/cpio.h: New file.
5608         * include/fmtmsg.h: Likewise.
5610         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
5611         corresponding format argument to size_t.
5612         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
5613         arguments.
5614         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
5615         corresponding format argument to size_t.
5616         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
5617         arguments.
5618         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
5619         corresponding format argument to size_t.
5620         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
5621         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
5622         (CFLAGS-tst-mbswcs2.c): Likewise.
5623         (CFLAGS-tst-mbswcs3.c): Likewise.
5624         (CFLAGS-tst-mbswcs4.c): Likewise.
5625         (CFLAGS-tst-mbswcs5.c): Likewise.
5626         (CFLAGS-tst-trans.c): Likewise
5628 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5630         * posix/regexbug1.c (main): Use "%s" format with regerror results,
5631         rather than assuming they won't contain any '%'s.
5633 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
5635         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
5636         inhibit_loop_to_libcall to avoid recursive calls.
5637         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
5638         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
5640 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
5642         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
5643         prototype.
5645 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
5647         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
5648         integer value instead of boolean.
5650 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
5652         * malloc/malloc.c: Fix powerof2 check.
5654 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
5656         * locale/programs/locfile.h (maybe_swap_uint32):
5657         Remove inline and add unused attribute.
5659 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
5661         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5662         Truncating assembler expression to a .long expression.
5664 2014-12-11  Andreas Schwab  <schwab@suse.de>
5666         * elf/rtld.c (struct map_args): Constify str member.
5667         (do_preload): Constify fname argument.
5669 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5671         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
5672         constants definition.
5674 2014-12-11  Andreas Schwab  <schwab@suse.de>
5676         [BZ #16657]
5677         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
5678         FORCE_ELISION instead of DO_ELISION.
5679         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
5680         Remove.
5681         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
5682         Likewise.
5684         * iconvdata/gconv-modules: Remove duplicate entry.
5686 2014-12-11  Will Newton  <will.newton@linaro.org>
5688         Merge gettext 0.19.3 into intl/.
5690         This involves a number of cosmetic changes to comments
5691         and ANSI function definitions and prototypes throughout
5692         all the files. The gettext copyright header is used but
5693         with the date ranges taken from the glibc copy.
5695         * NEWS: Add gettext merge to 2.21.
5696         * intl/bindtextdom.c: Switch to gettext copyright.
5697         Use ANSI definitions and prototypes.
5698         Use gl_* locking primitives rather than __libc_* ones.
5699         Use __builtin_expect rather than __glibc_likely/unlikely.
5700         * intl/dcgettext.c: Switch to gettext copyright.
5701         Use ANSI definitions and prototypes.
5702         * intl/dcigettext.c: Switch to gettext copyright.
5703         Use ANSI definitions and prototypes.
5704         (INTDIV0_RAISES_SIGFPE): New define.
5705         Use gl_* locking primitives rather than __libc_* ones.
5706         Include eval-plural.h instead of plural-eval.c.
5707         Use __builtin_expect rather than __glibc_likely/unlikely.
5708         * intl/dcngettext.c: Switch to gettext copyright.
5709         Use ANSI definitions and prototypes.
5710         * intl/dgettext.c: Likewise.
5711         * intl/dngettext.c: Likewise.
5712         * intl/plural-eval.c: Renamed to...
5713         * intl/eval-plural.h: ...this.
5714         * intl/explodename.c: Switch to gettext copyright.
5715         Use ANSI definitions and prototypes.
5716         (_nl_explode_name): Use strchr instead of __rawmemchr.
5717         * intl/finddomain.c: Switch to gettext copyright.
5718         Use ANSI definitions and prototypes.
5719         Use gl_* locking primitives rather than __libc_* ones.
5720         (_nl_find_domain): Use malloc rather than alloca for
5721         allocation of temporary locale name.
5722         * intl/gettext.c: Switch to gettext copyright.
5723         Use ANSI definitions and prototypes.
5724         * intl/gettextP.h: Switch to gettext copyright.
5725         Use ANSI definitions and prototypes.
5726         Use gl_* locking primitives rather than __libc_* ones.
5727         * intl/gmo.h: Switch to gettext copyright.
5728         (struct sysdep_string): Move struct segment_pair outside of
5729         struct definition.
5730         * intl/hash-string.c: Use ANSI definitions and prototypes.
5731         * intl/hash-string.h: Switch to gettext copyright.
5732         Use ANSI definitions and prototypes.
5733         * intl/l10nflist.c: Switch to gettext copyright.
5734         Use ANSI definitions and prototypes.
5735         (_nl_normalize_codeset): Avoid integer overflow.
5736         * intl/loadinfo.h: Switch to gettext copyright.
5737         Use ANSI definitions and prototypes.
5738         (LIBINTL_DLL_EXPORTED): New define.
5739         (PATH_SEPARATOR): New define.
5740         * intl/loadmsgcat.c: Switch to gettext copyright.
5741         * intl/localealias.c: Switch to gettext copyright.
5742         Use ANSI definitions and prototypes.
5743         (_nl_expand_alias): Use PATH_SEPARATOR.
5744         * intl/ngettext.c: Switch to gettext copyright.
5745         Use ANSI definitions and prototypes.
5746         * intl/plural-exp.c: Likewise.
5747         * intl/plural-exp.h: Switch to gettext copyright.
5748         Use ANSI definitions and prototypes.
5749         (struct expression): Move definition of enum operator outside
5750         of struct definition.
5751         * intl/plural.c: Regenerate.
5752         * intl/plural.y: Switch to gettext copyright.
5753         Use ANSI definitions and prototypes.
5754         Port to bison 3.0.
5755         * intl/textdomain.c: Switch to gettext copyright.
5756         Use ANSI definitions and prototypes.
5757         Use gl_* locking primitives rather than __libc_* ones.
5759 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
5761         * debug/warning-nop.c: Add used atrribute.
5763 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5765         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
5767         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
5768         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
5769         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
5771 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5772             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5774         [BZ #17634]
5775         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
5776         Undefine after defining function.  Define as weak alias of
5777         __wcschr.  Use libc_hidden_weak.
5778         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
5779         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
5780         (libc_hidden_def): Also define __GI___wcschr alias.
5781         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
5782         __wcschr and define as weak alias of __wcschr.
5783         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
5784         __wcschr.
5785         [!WCSCHR] (DEFAULT_WCSCHR): Define.
5786         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
5787         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
5788         libc_hidden_weak.  Do not use libc_hidden_def.
5789         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
5790         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
5791         __GI___wcschr alias.
5792         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
5793         [IS_IN (libc)] (wcschr): Define as macro expanding to
5794         __redirect_wcschr.
5795         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
5796         [IS_IN (libc)] (__wcschr_power6): Likewise.
5797         [IS_IN (libc)] (__wcschr_power7): Likewise.
5798         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
5799         instead of wcschr.
5800         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
5801         __libc_wcschr.
5802         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
5803         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
5804         __wcschr and define as weak alias of __wcschr.  Use
5805         libc_hidden_builtin_def.
5806         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
5807         as weak alias of __wcschr.  Use libc_hidden_weak.
5808         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
5809         wcschr.
5810         * time/era.c (_nl_init_era_entries): Likewise.
5811         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
5812         variable.
5813         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5814         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5816 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5818         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
5819         format for long int variable.
5821 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
5823         [BZ #10672]
5824         * manual/search.texi: (Array Sort Function): Remove claim how to make
5825         qsort stable.
5827 2014-12-10  Andreas Schwab  <schwab@suse.de>
5829         [BZ #12847]
5830         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
5831         user-controlled locks.
5833 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
5835         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
5836         register.
5838 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5840         * configure.ac (--disable-werror): New configure option.
5841         (enable_werror): New AC_SUBST.
5842         * configure: Regenerated.
5843         * config.make.in (enable-werror): New variable.
5844         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
5845         -Wno-error=undef.
5846         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
5847         * manual/install.texi (Configuring and compiling): Document
5848         --disable-werror.
5849         * INSTALL: Regenerated.
5850         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
5851         (CFLAGS-tst-chk2.c): Likewise.
5852         (CFLAGS-tst-chk3.c): Likewise.
5853         (CFLAGS-tst-chk4.cc): Likewise.
5854         (CFLAGS-tst-chk5.cc): Likewise.
5855         (CFLAGS-tst-chk6.cc): Likewise.
5856         (CFLAGS-tst-lfschk1.c): Likewise.
5857         (CFLAGS-tst-lfschk2.c): Likewise.
5858         (CFLAGS-tst-lfschk3.c): Likewise.
5859         (CFLAGS-tst-lfschk4.cc): Likewise.
5860         (CFLAGS-tst-lfschk5.cc): Likewise.
5861         (CFLAGS-tst-lfschk6.cc): Likewise.
5863         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
5864         (main): Disable -Wdeprecated-declarations around calls to
5865         register_printf_function.
5867         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
5868         (do_test): Disable -Wdiv-by-zero around some calls to
5869         fwrite_unlocked and fread_unlocked.
5871         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
5872         (DIAG_POP_NEEDS_COMMENT): Likewise.
5873         (_DIAG_STR1): Likewise.
5874         (_DIAG_STR): Likewise.
5875         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
5876         * stdio-common/bug21.c: Include <libc-internal.h>.
5877         (do_test): Disable -Wformat around call to sscanf.
5878         * stdio-common/scanf14.c: Include <libc-internal.h>.
5879         (main): Disable -Wformat around some calls to scanf functions.
5881 2014-12-09  Torvald Riegel  <triegel@redhat.com>
5883         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
5885 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5887         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
5888         stack variable alignment.
5890 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
5892         [BZ #17682]
5893         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
5894         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
5895         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
5896         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
5897         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
5898         __getrlimit instead of getrlimit.
5899         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
5900         __gettimeofday instead of gettimeofday.
5901         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
5902         Likewise.
5903         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
5904         Likewise.
5905         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
5906         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
5907         Remove variable.
5908         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5909         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5911 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5913         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
5914         for wide-character tests.
5916 2014-12-04  Roland McGrath  <roland@hack.frob.com>
5918         * io/openat64.c: #include <libc-internal.h>
5919         (__openat64): Prototypify.  Use ignore_value on MODE.
5920         * io/openat.c: Likewise.
5921         * misc/reboot.c: #include <libc-internal.h>
5922         (reboot): Prototypify.  Use ignore_value on HOWTO.
5923         * misc/ptrace.c: #include <libc-internal.h>
5924         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
5926 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
5928         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5929         XPG4, UNIX98 and XOPEN2K.
5930         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5931         Remove variable.
5932         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5934 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5936         * libio/fileops.c: Use ISO C style for function definitions.
5937         * libio/iofopen.c: Likewise.
5938         * libio/wfileops.c: Likewise.
5940         [BZ #17653]
5941         * libio/fileops.c (_IO_new_file_underflow): Unset cached
5942         offset on EOF.
5943         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5944         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5945         (fgets_func): Function pointer to fgets and fgetws.
5946         (do_ftell_test): Add test to verify ftell value after read
5947         EOF.
5948         (do_test): Set fgets_func.
5950         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5951         O_TRUNC flag for w and w+ modes.
5952         (do_rewind_test): Likewise.
5953         (do_ftell_test): Likewise.
5954         (do_write_test): Likewise.
5956         [BZ #17647]
5957         * libio/fileops.c (do_ftell): Seek only when there are
5958         unflushed writes.
5959         * libio/wfileops.c (do_ftell_wide): Likewise.
5960         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5961         test case.
5962         (do_one_test): Call it.
5964 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
5966         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5967         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5968         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5969         Remove variable.
5970         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5971         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5972         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5974 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5976         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5977         Remove variable.
5978         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5980         [BZ #17668]
5981         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5982         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5983         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5984         __freeifaddrs.  Use libc_hidden_weak.
5985         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5986         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5987         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5988         __freeifaddrs.  Use libc_hidden_weak.
5989         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5990         __getifaddrs and define as weak alias of __getifaddrs.  Use
5991         libc_hidden_weak.
5992         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5993         __freeifaddrs.  Use libc_hidden_weak.
5994         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5995         Remove variable.
5996         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5997         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5999 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
6001         [BZ #17601]
6002         * sysdeps/mips/start.S (__start): Use indirect jump to call
6003         __libc_start_main.
6005 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
6007         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
6009         * nptl/tst-mutex1.c: Include <stdbool.h>.
6010         [!ATTR] (ATTR_NULL): New macro.
6011         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
6012         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
6013         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
6015         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
6016         to char *.
6018         [BZ #17665]
6019         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
6020         Change conditional to [__USE_MISC].
6022         [BZ #17664]
6023         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
6024         fgets_unlocked.
6025         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
6026         __fgets_unlocked.
6027         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
6028         fgets_unlocked.
6029         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
6030         Remove variable.
6031         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6032         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6033         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6034         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6035         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6036         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6037         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6038         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6039         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6041         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
6043 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6045         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6046         Remove strpbrk objects.
6047         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6048         (__libc_ifunc_impl_list): Remove strpbrk implementation.
6049         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
6050         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
6051         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
6052         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
6054         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6055         Remove strcspn objects.
6056         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6057         (__libc_ifunc_impl_list): Remove strcspn implementation.
6058         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
6059         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
6060         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
6061         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
6063         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6064         Remove strspn objetcs.
6065         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6066         (__libc_ifunc_impl_list): Remove strspn implementation.
6067         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
6068         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
6069         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
6070         * sysdeps/powerpc/powerpc64/strspn.S: New file.
6072 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
6074         [BZ #17581]
6075         * malloc/hooks.c
6076         (mem2mem_check): Add a terminator to the chain of checking blocks.
6077         (malloc_check_get_size): Use it here.
6078         (mem2chunk_check): Ditto.
6080 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
6082         * sysdeps/powerpc/powerpc64/strtok.S: New file.
6083         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
6085 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
6087         * bits/ioctl-types.h: Indent preprocessor directives correctly.
6089         * nptl/nptl-init.c: Include libc-internal.h.
6090         (__pthread_initialize_minimal_internal): Use ROUND_UP.
6092         * elf/ldconfig.c (search_dir): Expand comment.
6094 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
6096         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
6097         variable.
6098         (linknamespace-symlist-stdlibs-tests): Likewise.
6099         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
6100         instead of $(objpfx)symlist-stdlibs.
6101         (linknamespace-libs-isoc): New variable.
6102         (linknamespace-libs): Use $(linknamespace-libs-isoc).
6103         (linknamespace-libs-ISO): New variable.
6104         (linknamespace-libs-ISO99): Likewise.
6105         (linknamespace-libs-ISO11): Likewise.
6106         (linknamespace-libs-XPG3): Likewise.
6107         (linknamespace-libs-XPG4): Likewise.
6108         (linknamespace-libs-POSIX): Likewise.
6109         (linknamespace-libs-UNIX98): Likewise.
6110         (linknamespace-libs-XOPEN2K): Likewise.
6111         (linknamespace-libs-POSIX2008): Likewise.
6112         (linknamespace-libs-XOPEN2K8): Likewise.
6113         ($(objpfx)symlist-stdlibs): Replace by
6114         $(linknamespace-symlist-stdlibs-tests).  Use
6115         $(linknamespace-libs-$*) as set of libraries.
6116         ($(linknamespace-header-tests)): Update dependencies.  Use
6117         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
6118         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
6119         * conform/linknamespace.pl: Remove comment about considering
6120         definitions of symbols from irrelevant libraries.
6122 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
6124         [BZ #13862]
6125         * elf/dl-tls.c: Include <atomic.h>.
6126         (oom): Remove #ifdef SHARED/#endif.
6127         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
6128         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
6129         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
6130         big enough.
6131         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
6132         * nptl/Makefile (tests): Add tst-stack4.
6133         (modules-names): Add tst-stack4mod.
6134         ($(objpfx)tst-stack4): New.
6135         (tst-stack4mod.sos): Likewise.
6136         ($(objpfx)tst-stack4.out): Likewise.
6137         ($(tst-stack4mod.sos)): Likewise.
6138         (clean): Likewise.
6139         * nptl/tst-stack4.c: New file.
6140         * nptl/tst-stack4mod.c: Likewise.
6142 2014-11-27  J. Brown  <jb999@gmx.de>
6144         * sysdeps/x86/bits/string.h: Add recent CPUs.
6146 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
6148         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
6149         sigblock.
6151         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
6152         feof.
6154         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
6155         variable.
6157 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
6159         * nscd/connections.c: Include libc-internal.h because of macro
6160         usage ignore_value.
6162 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6164         * string/bits/string3.h (__warn_memset_zero_len): Don't
6165         declare for gcc newer than 5.0.
6166         (memset): Don't test for zero-length __LEN for gcc newer than
6167         5.0.
6169 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
6171         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
6172         size_t for %zu format.
6174         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
6175         difference, not %ju.
6177 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
6179         * include/libc-internal.h (ignore_value): New macro.
6180         * nscd/connections.c (restart): Wrap calls to setuid and setgid
6181         with ignore_value.
6183         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
6184         definition.
6186         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
6187         pthread_cleanup_push to void *.
6189         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
6190         Undefine.
6192         [BZ #16619]
6193         [BZ #16740]
6194         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
6195         instead of 1L << 52.
6197         * libio/bug-rewind.c (do_test): Check fwscanf return values.
6198         * libio/bug-rewind2.c (do_test): Likewise.
6200         * debug/test-stpcpy_chk-ifunc.c: Remove file.
6201         * debug/test-strcpy_chk-ifunc.c: Likewise.
6202         * wcsmbs/test-wcschr-ifunc.c: Likewise.
6203         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
6204         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
6205         * wcsmbs/test-wcslen-ifunc.c: Likewise.
6206         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
6207         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
6208         * Rules [$(multi-arch) = no] (tests): Do not filter out
6209         $(tests-ifunc).
6210         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
6211         * debug/Makefile (tests-ifunc): Remove variable.
6212         (tests): Do not add $(tests-ifunc).
6213         * wcsmbs/Makefile (tests-ifunc): Remove variable.
6214         (tests): Do not add $(tests-ifunc).
6215         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
6216         [TEST_IFUNC]: Remove conditionals.
6217         * string/test-string.h (TEST_IFUNC): Remove macro.
6218         [TEST_IFUNC]: Remove conditionals.
6220         * string/test-strchr.c [!WIDE] (L): New macro.
6221         [WIDE] (L): Likewise.
6222         (check1): Use CHAR instead of char.  Use L on string and character
6223         constants.
6225 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
6227         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
6228         tests.
6229         * sysdeps/powerpc/bits/atomic.h
6230         (__arch_atomic_exchange_and_add_32_acq): Add definition.
6231         (__arch_atomic_exchange_and_add_32_rel): Likewise.
6232         (atomic_exchange_and_add_acq): Likewise.
6233         (atomic_exchange_and_add_rel): Likewise.
6234         * sysdeps/powerpc/powerpc32/bits/atomic.h
6235         (__arch_atomic_exchange_and_add_64_acq): Add definition.
6236         (__arch_atomic_exchange_and_add_64_rel): Likewise.
6237         * sysdeps/powerpc/powerpc64/bits/atomic.h
6238         (__arch_atomic_exchange_and_add_64_acq): Add definition.
6239         (__arch_atomic_exchange_and_add_64_rel): Likewise.
6241 2014-11-26  Torvald Riegel  <triegel@redhat.com>
6243         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
6244         Change synchronization of __sched_fifo_min_prio and
6245         __sched_fifo_max_prio.
6246         * nptl/pthread_mutexattr_getprioceiling.c
6247         (pthread_mutexattr_getprioceiling): Likewise.
6248         * nptl/pthread_mutexattr_setprioceiling.c
6249         (pthread_mutexattr_setprioceiling): Likewise.
6250         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
6251         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
6252         Likewise.
6254 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
6256         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
6257         void.
6259 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
6261         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
6262         third argument const.
6264 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
6266         fnmatch: work around GCC compiler warning bug with uninit var
6267         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
6268         This works around a bug with x86-64 GCC 4.9.2 and earlier
6269         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
6270         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
6271         used uninitialized in this function [-Wmaybe-uninitialized]".
6273 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
6275         * posix/bug-regex31.c (main): Return RES not 0.
6277 2014-11-25  Anton Blanchard <anton@samba.org>
6279         * sysdeps/powerpc/bits/atomic.h
6280         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
6282 2014-11-24  Sterling Augustine  <saugustine@google.com>
6284         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
6286 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
6288         [BZ #17608]
6289         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
6291 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
6293         [BZ #17633]
6294         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
6295         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
6296         variable.
6297         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6298         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6300 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
6302         * string/strncpy.c (strncpy): Improve performance by using memset.
6304 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
6306         * string/strcpy.c (strcpy):
6307         Improve performance by using strlen and memcpy.
6309 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
6311         * string/strcoll_l.c (get_next_seq): __always_inline.
6312         * string/strcoll_l.c (do_compare): __always_inline.
6314 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6316         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
6317         defined.
6318         * include/mqueue.h: Likewise.
6319         * include/stdlib.h: Likewise.
6321         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
6322         (get_null_defines): Adjust.
6323         * sunrpc/Makefile: Adjust comment.
6324         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
6325         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
6326         (CFLAGS-interp.c): Likewise.
6327         (CFLAGS-ldconfig.c): Likewise.
6328         (CPPFLAGS-.os): Likewise.
6329         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6330         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6331         * extra-modules.mk (extra-modules.mk): Likewise.
6332         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
6333         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
6334         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
6335         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
6336         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
6337         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
6338         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
6339         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
6340         * iconvdata/Makefile (CPPFLAGS): Likewise.
6341         (cpp-srcs-left): Add libof for all iconvdata routines.
6342         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
6343         * include/assert.h: Likewise.
6344         * include/ctype.h: Likewise.
6345         * include/errno.h: Likewise.
6346         * include/libc-symbols.h: Likewise.
6347         * include/math.h: Likewise.
6348         * include/netdb.h: Likewise.
6349         * include/resolv.h: Likewise.
6350         * include/stdio.h: Likewise.
6351         * include/stdlib.h: Likewise.
6352         * include/string.h: Likewise.
6353         * include/sys/stat.h: Likewise.
6354         * include/wctype.h: Likewise.
6355         * intl/l10nflist.c: Likewise.
6356         * libidn/idn-stub.c: Likewise.
6357         * libio/libioP.h: Likewise.
6358         * nptl/libc_multiple_threads.c: Likewise.
6359         * nptl/pthreadP.h: Likewise.
6360         * posix/regex_internal.h: Likewise.
6361         * resolv/res_hconf.c: Likewise.
6362         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
6363         * sysdeps/arm/memmove.S: Likewise.
6364         * sysdeps/arm/sysdep.h: Likewise.
6365         * sysdeps/generic/_itoa.h: Likewise.
6366         * sysdeps/generic/symbol-hacks.h: Likewise.
6367         * sysdeps/gnu/errlist.awk: Likewise.
6368         * sysdeps/gnu/errlist.c: Likewise.
6369         * sysdeps/i386/i586/memcpy.S: Likewise.
6370         * sysdeps/i386/i586/memset.S: Likewise.
6371         * sysdeps/i386/i686/memcpy.S: Likewise.
6372         * sysdeps/i386/i686/memmove.S: Likewise.
6373         * sysdeps/i386/i686/mempcpy.S: Likewise.
6374         * sysdeps/i386/i686/memset.S: Likewise.
6375         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
6376         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
6377         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
6378         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
6379         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
6380         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
6381         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
6382         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
6383         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
6384         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
6385         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
6386         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
6387         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
6388         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
6389         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
6390         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
6391         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
6392         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
6393         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
6394         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
6395         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
6396         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
6397         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
6398         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
6399         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
6400         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
6401         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
6402         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
6403         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
6404         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
6405         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
6406         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
6407         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
6408         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
6409         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
6410         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
6411         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
6412         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
6413         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
6414         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
6415         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
6416         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
6417         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
6418         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
6419         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
6420         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
6421         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
6422         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
6423         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
6424         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
6425         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
6426         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
6427         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
6428         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
6429         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
6430         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
6431         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
6432         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
6433         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
6434         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
6435         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
6436         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
6437         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
6438         * sysdeps/nptl/bits/libc-lock.h: Likewise.
6439         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6440         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
6441         * sysdeps/posix/closedir.c: Likewise.
6442         * sysdeps/posix/opendir.c: Likewise.
6443         * sysdeps/posix/readdir.c: Likewise.
6444         * sysdeps/posix/rewinddir.c: Likewise.
6445         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
6446         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
6447         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
6448         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
6449         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
6450         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
6451         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
6452         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
6453         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
6454         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
6455         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
6456         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
6457         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
6458         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
6459         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
6460         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
6461         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
6462         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
6463         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
6464         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
6465         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
6466         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
6467         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
6468         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
6469         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
6470         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
6471         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
6472         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
6473         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
6474         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
6475         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
6476         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
6477         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
6478         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
6479         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
6480         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
6481         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
6482         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
6483         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
6484         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
6485         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
6486         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
6487         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
6488         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
6489         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
6490         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
6491         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
6492         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
6493         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
6494         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
6495         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
6496         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
6497         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
6498         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
6499         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
6500         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
6501         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
6502         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
6503         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
6504         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
6505         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
6506         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
6507         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
6508         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
6509         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
6510         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
6511         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
6512         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
6513         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
6514         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
6515         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
6516         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
6517         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
6518         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
6519         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
6520         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
6521         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
6522         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
6523         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
6524         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
6525         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
6526         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
6527         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
6528         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
6529         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
6530         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
6531         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
6532         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
6533         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
6534         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
6535         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
6536         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
6537         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
6538         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
6539         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
6540         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
6541         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
6542         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
6543         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
6544         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
6545         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
6546         * sysdeps/unix/alpha/sysdep.S: Likewise.
6547         * sysdeps/unix/alpha/sysdep.h: Likewise.
6548         * sysdeps/unix/make-syscalls.sh: Likewise.
6549         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6550         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6551         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6552         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
6553         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6554         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
6555         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
6556         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6557         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6558         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
6559         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6560         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6561         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6562         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
6563         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6564         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
6565         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6566         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
6567         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
6568         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6569         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
6570         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6571         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6572         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6573         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6574         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6575         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6578         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
6579         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6580         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6581         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
6582         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6583         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6584         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6585         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
6586         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6587         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6588         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
6589         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6590         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6591         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6592         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
6593         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6594         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6595         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6596         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6597         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6598         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6599         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6600         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6601         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6602         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6603         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
6604         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6605         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6606         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6607         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
6608         * sysdeps/x86_64/memcpy.S: Likewise.
6609         * sysdeps/x86_64/memmove.c: Likewise.
6610         * sysdeps/x86_64/memset.S: Likewise.
6611         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
6612         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
6613         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
6614         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
6615         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
6616         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
6617         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
6618         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
6619         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
6620         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
6621         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
6622         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
6623         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
6624         * sysdeps/x86_64/multiarch/memset.S: Likewise.
6625         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6626         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
6627         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
6628         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
6629         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
6630         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
6631         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
6632         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
6633         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
6634         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
6635         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
6636         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
6637         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
6638         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
6639         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
6640         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
6641         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
6642         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
6643         * sysdeps/x86_64/strcmp.S: Likewise.
6645         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
6647         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
6648         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
6649         * elf/rtld-Rules: Likewise.
6650         * elf/setup-vdso.h: Likewise.
6651         * include/assert.h: Likewise.
6652         * include/bits/stdlib-float.h: Likewise.
6653         * include/errno.h: Likewise.
6654         * include/sys/stat.h: Likewise.
6655         * include/unistd.h: Likewise.
6656         * sysdeps/aarch64/setjmp.S: Likewise.
6657         * sysdeps/alpha/setjmp.S: Likewise.
6658         * sysdeps/arm/__longjmp.S: Likewise.
6659         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
6660         * sysdeps/arm/setjmp.S: Likewise.
6661         * sysdeps/arm/sysdep.h: Likewise.
6662         * sysdeps/generic/_itoa.h: Likewise.
6663         * sysdeps/generic/dl-sysdep.h: Likewise.
6664         * sysdeps/generic/ldsodefs.h: Likewise.
6665         * sysdeps/i386/dl-tls.h: Likewise.
6666         * sysdeps/i386/setjmp.S: Likewise.
6667         * sysdeps/m68k/setjmp.c: Likewise.
6668         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
6669         * sysdeps/mach/hurd/opendir.c: Likewise.
6670         * sysdeps/posix/getcwd.c: Likewise.
6671         * sysdeps/posix/opendir.c: Likewise.
6672         * sysdeps/posix/profil.c: Likewise.
6673         * sysdeps/powerpc/dl-procinfo.h: Likewise.
6674         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
6675         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
6676         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
6677         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6678         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
6679         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6680         * sysdeps/s390/dl-tls.h: Likewise.
6681         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6682         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6683         * sysdeps/sh/sh3/setjmp.S: Likewise.
6684         * sysdeps/sh/sh4/setjmp.S: Likewise.
6685         * sysdeps/unix/alpha/sysdep.h: Likewise.
6686         * sysdeps/unix/arm/sysdep.S: Likewise.
6687         * sysdeps/unix/i386/sysdep.S: Likewise.
6688         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6689         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6690         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6691         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6692         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6693         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
6694         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6695         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6696         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
6697         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
6698         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
6699         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6700         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6703         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6704         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6705         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6706         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6707         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6708         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6709         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6710         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6711         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6712         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6713         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6714         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6715         * sysdeps/unix/x86_64/sysdep.S: Likewise.
6716         * sysdeps/x86_64/setjmp.S: Likewise.
6718         * include/math.h: Use IS_IN instead of IS_IN_libm.
6719         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
6720         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6721         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
6722         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
6723         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
6724         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
6725         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
6726         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
6727         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
6728         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
6729         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
6730         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
6731         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
6732         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
6733         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
6734         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
6735         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
6736         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
6737         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
6738         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
6739         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
6740         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
6741         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
6742         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
6743         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
6744         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
6745         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
6746         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
6747         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
6748         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
6749         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
6750         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
6751         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
6752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
6753         Likewise.
6754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
6755         Likewise.
6756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
6757         Likewise.
6758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
6759         Likewise.
6760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
6761         Likewise.
6762         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
6763         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
6764         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
6765         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
6766         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
6767         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
6768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
6769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
6770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
6771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
6772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
6773         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
6774         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
6775         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
6776         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
6777         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
6778         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
6779         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
6780         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
6781         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
6782         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
6783         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
6784         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
6785         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
6786         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
6787         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
6788         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
6790         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
6791         * nptl/pthreadP.h: Likewise.
6792         * nptl_db/structs.def: Likewise.
6793         * sysdeps/arm/sysdep.h: Likewise.
6794         * sysdeps/nptl/bits/libc-lock.h: Likewise.
6795         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6796         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
6797         * sysdeps/unix/alpha/sysdep.h: Likewise.
6798         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6799         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6800         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6801         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6802         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6803         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6804         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6805         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6806         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6807         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6808         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6809         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6810         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6811         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6814         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6815         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6816         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6817         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6818         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6819         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6820         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6821         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6822         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
6823         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6825         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
6826         * nptl/pthreadP.h: Likewise.
6827         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6828         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6829         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6830         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6831         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6832         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6833         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6834         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6835         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6836         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6837         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6838         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6840         Likewise.
6841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6842         Likewise.
6843         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6844         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6845         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6846         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6847         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6848         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6849         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6850         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6852         * dlfcn/dladdr.c: Use IS_IN.
6853         * dlfcn/dladdr1.c: Likewise.
6854         * dlfcn/dlclose.c: Likewise.
6855         * dlfcn/dlerror.c: Likewise.
6856         * dlfcn/dlinfo.c: Likewise.
6857         * dlfcn/dlmopen.c: Likewise.
6858         * dlfcn/dlopen.c: Likewise.
6859         * dlfcn/dlsym.c: Likewise.
6860         * dlfcn/dlvsym.c: Likewise.
6862         * include/ifaddrs.h: Use IS_IN.
6863         * inet/check_pf.c: Likewise.
6864         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6865         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
6867         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
6868         IS_IN_ldconfig.
6869         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
6870         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
6872         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
6873         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
6874         IS_IN (libc).
6876         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
6878         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
6879         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6880         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6881         * include/libc-symbols.h (IS_IN_LIB): New macro.
6882         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
6883         * include/netdb.h: Likewise.
6884         * include/stap-probe.h: Remove all uses of IN_LIB.
6886         * Makeconfig (module-cppflags-real): Define MODULE_NAME
6887         instead of IN_MODULE.
6888         * include/libc-symbols.h (IN_MODULE): Define using
6889         MODULE_NAME.
6890         (PASTE_NAME, PASTE_NAME1): New macros.
6891         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
6892         of IN_LIB.
6893         (STAP_PROBE_ASM): Likewise.
6895 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6897         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
6898         __mach_init in dlopened libc.
6900 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
6902         * sysdeps/arm/preconfigure.ac: Delete EABI check.
6903         * sysdeps/arm/preconfigure: Regenerate.
6905 2014-11-21  Roland McGrath  <roland@hack.frob.com>
6907         * nptl/pthread_create.c (__pthread_create_2_1): Set
6908         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
6909         when copying values from IATTR into PD.
6911 2014-11-21  Will Newton  <will.newton@linaro.org>
6912             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
6914         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
6915         Refactor inline-asm.  Also add comment.
6917         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6918         ElfW macro instead of hardcoded Elf64 types.
6919         (la_aarch64_gnu_pltenter): Likewise.
6920         * sysdeps/aarch64/dl-machine.h
6921         (elf_machine_runtime_setup): Use ElfW(Addr).
6923         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6924         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6925         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6926         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6927         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6928         (R_AARCH64_TLS_DTPMOD64): Rename to ..
6929         (R_AARCH64_TLS_DTPMOD): This.
6930         (R_AARCH64_TLS_DTPREL64): Rename to ...
6931         (R_AARCH64_TLS_DTPREL): This.
6932         (R_AARCH64_TLS_TPREL64): Rename to ...
6933         (R_AARCH64_TLS_TPREL): This.
6934         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6935         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6936         R_AARCH64_TLS_TPREL64.
6937         (elf_machine_rela): Likewise.
6939 2014-11-21  Torvald Riegel  <triegel@redhat.com>
6941         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6942         by setting it to 0.  64b atomics are not supported currently.
6944 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6946         [BZ #16469]
6947         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6948         search domain names.
6950 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6952         [BZ #16469]
6953         * NEWS: Update.
6954         * resolv/res_query.c (__libc_res_nquerydomain): Retain
6955         trailing dot.
6956         * posix/tst-getaddrinfo5.c: New.
6957         * posix/Makefile (tests): Add it.
6959 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6961         [BZ #14498]
6962         * NEWS: Fixed.
6963         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6964         after parsing line but before break_if_match.
6965         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6966         if there is a protocol mismatch.
6968 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6970         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6971         because the potential race is on the user-supplied stream.
6973 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6975         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6976         string literal if not passed a buffer.
6977         * manual/job.texi (ctermid): Update reasoning, note deviation
6978         from posix, suggest mtasurace when not passed a buffer, for
6979         future non-preliminary safety notes.
6981 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6983         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6984         of not passing it a buffer.
6985         Reported by Peng Haitao.
6987 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6989         * manual/Makefile ($(objpfx)stamp-summary): Require
6990         check-safety.sh to pass.
6991         * manual/check-safety.sh: Wish for verification that every
6992         @deftypefn and @deftypefun is followed by a @safety remark.
6994 2014-11-20  Roland McGrath  <roland@hack.frob.com>
6996         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6998         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6999         PTHREAD_CANCEL_ASYNCHRONOUS.
7000         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
7001         send SIGCANCEL.
7003         * nptl/default-sched.h: New file.
7004         * sysdeps/unix/sysv/linux/default-sched.h: New file.
7005         * nptl/pthread_create.c: Include it.
7006         (__pthread_create_2_1): Use collect_default_sched instead of making
7007         Linux syscalls here directly.
7009 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7011         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
7012         __pthread_once): Use C11 atomics.
7014 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7016         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
7018 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7020         * include/atomic.h (__atomic_link_error, __atomic_check_size,
7021         atomic_thread_fence_acquire, atomic_thread_fence_release,
7022         atomic_thread_fence_seq_cst, atomic_load_relaxed,
7023         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
7024         atomic_compare_exchange_weak_relaxed,
7025         atomic_compare_exchange_weak_acquire,
7026         atomic_compare_exchange_weak_release,
7027         atomic_exchange_acquire, atomic_exchange_release,
7028         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
7029         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
7030         atomic_fetch_and_acquire,
7031         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
7033 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7035         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
7036         USE_ATOMIC_COMPILER_BUILTINS): Define.
7037         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
7038         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7039         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
7040         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7041         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
7042         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7043         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
7044         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7045         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
7046         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7047         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
7048         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7049         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
7050         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7051         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
7052         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7053         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
7054         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7055         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
7056         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7057         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
7058         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7059         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
7060         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7061         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
7062         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7063         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
7064         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7065         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
7066         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7067         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
7068         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7069         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
7070         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7071         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
7072         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7073         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
7074         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7075         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
7076         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7078 2014-11-19  Roland McGrath  <roland@hack.frob.com>
7080         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
7081         the sched_priority value here.  It was already checked when the user
7082         called pthread_attr_setschedparam.
7084         * nptl/tst-bad-schedattr.c: New file.
7085         * nptl/Makefile (tests): Add it.
7087 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
7088             Florian Weimer  <fweimer@redhat.com>
7089             Joseph Myers  <joseph@codesourcery.com>
7090             Adam Conrad  <adconrad@0c3.net>
7091             Andreas Schwab  <schwab@suse.de>
7092             Brooks  <bmoses@google.com>
7094         [BZ #17625]
7095         * wordexp-test.c (__dso_handle): Add prototype.
7096         (__register_atfork): Likewise.
7097         (__app_register_atfork): New function.
7098         (registered_forks): New global.
7099         (register_fork): New function.
7100         (test_case): Add 3 new tests for WRDE_CMDSUB.
7101         (main): Call __app_register_atfork.
7102         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
7103         fork count is non-zero fail the test.
7104         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
7105         is set.
7106         (parse_dollars): Remove check for WRDE_NOCMD.
7107         (parse_dquote): Likewise.
7109 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7111         * Makeconfig (built-modules): List non-library modules to be
7112         built.
7113         (module-cppflags): Include libc-modules.h for
7114         everything except shlib-versions.v.i.
7115         (CPPFLAGS): Use it.
7116         (before-compile): Add libc-modules.h.
7117         ($(common-objpfx)libc-modules.h,
7118         $(common-objpfx)libc-modules.stmp): New targets.
7119         (common-generated): Add libc-modules.h and libc-modules.stmp.
7120         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
7121         * include/libc-symbols.h: Don't include libc-modules.h.
7122         * include/libc-modules.h: Remove file.
7123         * scripts/gen-libc-modules.awk: New script to generate
7124         libc-modules.h.
7125         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
7126         Depend on libc-modules.stmp.
7128         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
7130         * Makeconfig (in-module): Get value of libof set for the
7131         translation unit.
7132         (CPPFLAGS): Use $(in-module).
7133         * Makerules: Don't suffix routine names for nonlib.
7134         * include/libc-modules.h: New file.
7135         * include/libc-symbols.h: Include libc-modules.h
7136         (IS_IN): New macro to replace IS_IN_* macros.
7137         * elf/Makefile: Set libof-* for each routine.
7138         * elf/rtld-Rules: Likewise.
7139         * extra-modules.mk: Likewise.
7140         * iconv/Makefile: Likewise.
7141         * iconvdata/Makefile: Likewise.
7142         * locale/Makefile: Likewise.
7143         * malloc/Makefile: Likewise.
7144         * nss/Makefile: Likewise.
7145         * sysdeps/gnu/Makefile: Likewise.
7146         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
7147         * sysdeps/unix/sysv/linux/Makefile: Likewise.
7148         * sysdeps/s390/s390-64/Makefile: Likewise.
7149         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
7150         CPPFLAGS for nscd instead of nonlib.
7152 2014-11-18  Roland McGrath  <roland@hack.frob.com>
7154         * nptl/createthread.c: New file.
7156         * nptl/createthread.c: Moved ...
7157         * sysdeps/unix/sysv/linux/createthread.c: ... here.
7159         * nptl/createthread.c: Add proper top-line comment.
7160         (do_clone): Folded into ...
7161         (create_thread): ... here.  Take new arguments STOPPED_START and
7162         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
7163         increment __nptl_threads, do event-reporting logic, do
7164         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
7165         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
7166         resource cleanup if sched_setaffinity or sched_setscheduler fails,
7167         just send SIGCANCEL.
7168         * nptl/pthread_create.c: Forward-declare create_thread before
7169         including createthread.c.
7170         (start_thread): Use new macro START_THREAD_DEFN to replace defining
7171         declaration, and new macro START_THREAD_SELF to replace argument.
7172         Remove return statement.
7173         (report_thread_creation): New function.
7174         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
7175         synchronization logic, and __nptl_nthreads increment here, around
7176         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
7177         PD->parent_cancelhandling here, before create_thread.  When
7178         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
7179         __deallocate_stack, and ENOMEM translation here.
7181 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
7183         [BZ #17616]
7184         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
7185         (mptwo): Rename to __mptwo.
7186         (__inv): Use __mptwo instead of mptwo.
7187         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
7188         (mptwo): Rename to __mptwo.
7189         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
7190         of mpone and __mptwo instead of mptwo.
7191         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
7192         instead of mpone.
7193         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
7194         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
7195         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
7196         of mpone and __mptwo instead of mptwo.
7197         (__mpranred): Use __mpone instead of mpone.
7198         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
7199         variable.
7200         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
7201         (test-xfail-ISO99/math.h/linknamespace): Likewise.
7202         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
7203         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
7204         (test-xfail-ISO11/math.h/linknamespace): Likewise.
7205         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
7206         (test-xfail-XPG3/math.h/linknamespace): Likewise.
7207         (test-xfail-XPG4/math.h/linknamespace): Likewise.
7208         (test-xfail-POSIX/math.h/linknamespace): Likewise.
7209         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
7210         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
7211         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
7212         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
7213         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
7214         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
7215         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
7216         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
7217         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
7218         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
7220 2014-11-18  Tom de Vries  <tom@codesoucery.com>
7222         * manual/signal.texi (Primitives Interrupted by Signals): In section,
7223         replace BSD Handler xref with BSD Signal Handling.
7225 2014-11-17  Richard Henderson  <rth@redhat.com>
7227         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
7228         (_FP_PACK_RAW_2): Remove.
7229         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
7230         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
7231         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
7232         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
7233         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
7234         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
7235         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
7236         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
7237         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
7238         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
7239         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
7240         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
7241         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
7242         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
7243         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
7244         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
7246 2014-11-14  Roland McGrath  <roland@hack.frob.com>
7248         * signal/signal.h [__USE_MISC]
7249         (struct sigvec): Remove type.
7250         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
7251         (sigvec): Remove declaration.
7252         * sysdeps/posix/sigvec.c: Moved ...
7253         * signal/sigvec.c: ... here, replacing old file.
7254         (struct sigvec): New type, copied from old signal.h definition.
7255         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
7256         (__sigvec): Convert definition to prototype.
7257         (sigvec): Replace weak_alias with compat_symbol.
7258         * signal/Versions (libc: GLIBC_2.21): New version set.
7259         * include/signal.h: Remove __sigvec declaration.
7260         * sysdeps/unix/bsd/sigvec.c: Remove file.
7261         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
7262         * manual/signal.texi (BSD Handler): Remove subsection.
7263         Move siginterrupt up to ...
7264         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
7265         (Blocking in BSD): Fold subsection into its parent.
7266         * NEWS: Mention sigvec removal.
7268 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
7270         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
7271         (DLA_FMS): Make definition conditional only on [__FMA4__].
7272         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
7273         definition.
7275         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
7276         Make definition conditional only on [PROF].
7277         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
7278         definition.
7279         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
7280         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
7282         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
7283         !__GNUC__].
7284         * include/signal.h (__sigpause): Move declaration above call to
7285         libc_hidden_proto.
7286         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
7287         variable.
7288         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
7289         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
7291 2014-11-14  David S. Miller  <davem@davemloft.net>
7293         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
7294         Define before including <string/memcpy.c> and <string/mempcpy.c>.
7296 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
7298         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
7299         * configure: Regenerated.
7300         * manual/install.texi (Tools for Compilation): Document a
7301         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
7302         compiler verified to work.
7303         * INSTALL: Regenerated.
7305         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
7306         redeclare with asm name.
7307         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
7308         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
7309         including <string.h>.
7310         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7311         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
7312         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7313         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
7314         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7315         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
7316         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7318 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
7320         * stdlib/strtol.c (__strtol): Use prototype definition.
7322         [BZ #17594]
7323         * stdlib/strtol.c (SYM__): New macro.
7324         (SYM__1): Likewise.
7325         (__strtol): Likewise.
7326         (strtol): Rename to __strtol and define as weak alias of
7327         __strtol.  Use libc_hidden_weak.
7329 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7331         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
7332         Use numbered labels in inline assembly.
7334 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7336         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
7337         Add setjmp LIBC_PROBE.
7338         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
7339         Likewise.
7340         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
7341         Add longjmp, longjmp_target LIBC_PROBE.
7342         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
7343         Likewise.
7345 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7347         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
7348         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
7349         to get rid of unused variable warning.
7351 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7353         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
7354         Check for unwind_backtrace ==  NULL only in SHARED case.
7355         (__backchain_backtrace): Compile only in SHARED case.
7356         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
7357         Likewise.
7358         (__backchain_backtrace): Declare as static.
7360 2014-11-12  Roland McGrath  <roland@hack.frob.com>
7362         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
7363         (__libc_multiple_threads_ptr): Variable moved ...
7364         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
7366 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
7368         * conform/GlibcConform.pm: New file.
7369         * conform/conformtest.pl: Use GlibcConform module.
7370         * conform/linknamespace.pl: New file.
7371         * conform/list-header-symbols.pl: Likewise.
7372         * conform/Makefile (linknamespace-symlists-base): New variable.
7373         (linknamespace-symlists-tests): Likewise.
7374         (linknamespace-header-base): Likewise.
7375         (linknamespace-header-tests): Likewise.
7376         (tests-special): Add new tests.
7377         ($(linknamespace-symlists-tests)): New rule.
7378         (linknamespace-libs): New variable.
7379         ($(objpfx)symlist-stdlibs): New rule.
7380         ($(linknamespace-header-tests)): Likewise.
7381         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
7382         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
7383         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
7384         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
7385         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
7386         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
7387         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
7388         (test-xfail-ISO/math.h/linknamespace): Likewise.
7389         (test-xfail-ISO/signal.h/linknamespace): Likewise.
7390         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
7391         (test-xfail-ISO/time.h/linknamespace): Likewise.
7392         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
7393         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
7394         (test-xfail-ISO99/math.h/linknamespace): Likewise.
7395         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
7396         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
7397         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
7398         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
7399         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
7400         (test-xfail-ISO11/math.h/linknamespace): Likewise.
7401         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
7402         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
7403         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
7404         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
7405         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
7406         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
7407         (test-xfail-XPG3/math.h/linknamespace): Likewise.
7408         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
7409         (test-xfail-XPG3/search.h/linknamespace): Likewise.
7410         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
7411         (test-xfail-XPG3/time.h/linknamespace): Likewise.
7412         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
7413         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
7414         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
7415         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
7416         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
7417         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
7418         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
7419         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
7420         (test-xfail-XPG4/math.h/linknamespace): Likewise.
7421         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
7422         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
7423         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
7424         (test-xfail-XPG4/search.h/linknamespace): Likewise.
7425         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
7426         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
7427         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
7428         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
7429         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
7430         (test-xfail-XPG4/time.h/linknamespace): Likewise.
7431         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
7432         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
7433         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
7434         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
7435         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
7436         (test-xfail-POSIX/math.h/linknamespace): Likewise.
7437         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
7438         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
7439         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
7440         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
7441         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
7442         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
7443         (test-xfail-POSIX/time.h/linknamespace): Likewise.
7444         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
7445         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
7446         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
7447         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
7448         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
7449         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
7450         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
7451         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
7452         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
7453         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
7454         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
7455         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
7456         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
7457         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
7458         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
7459         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
7460         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
7461         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
7462         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
7463         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
7464         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
7465         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
7466         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
7467         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
7468         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
7469         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
7470         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
7471         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
7472         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
7473         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
7474         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
7475         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
7476         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
7477         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
7478         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
7479         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
7480         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
7481         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
7482         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
7483         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
7484         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
7485         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
7486         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
7487         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
7488         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
7489         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
7490         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
7491         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
7492         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
7493         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
7494         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
7495         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
7496         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
7497         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
7498         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
7499         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
7500         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
7501         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
7502         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
7503         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
7504         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
7505         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
7506         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
7507         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
7508         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
7509         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
7510         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
7511         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
7512         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
7513         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
7514         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
7515         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
7516         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
7517         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
7518         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
7519         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
7520         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
7521         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
7522         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
7523         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
7524         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
7525         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
7526         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
7527         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
7528         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
7529         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
7530         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
7531         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
7532         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
7533         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
7534         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
7535         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
7536         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
7537         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
7538         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
7539         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
7540         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
7541         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
7543         [BZ #17589]
7544         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
7545         of fgets_unlocked.
7547         [BZ #17585]
7548         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
7549         (memmem): Rename to __memmem and define as weak alias of
7550         __memmem.  Use libc_hidden_weak.
7551         (__memmem): Use libc_hidden_def.
7552         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
7553         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
7554         memmem.
7556         [BZ #17582]
7557         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
7558         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
7559         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
7560         and define as weak alias of __fgets_unlocked.  Use
7561         libc_hidden_weak.
7562         (__fgets_unlocked): Use libc_hidden_def.
7563         * include/stdio.h (__fgets_unlocked): Declare.  Use
7564         libc_hidden_proto.
7565         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
7566         __fgets_unlocked instead of fgets_unlocked.
7567         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
7568         (GET_NPROCS_CONF_PARSER): Likewise.
7569         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
7570         (GET_NPROCS_CONF_PARSER): Likewise.
7572         [BZ #17574]
7573         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
7574         weak alias of __wmemset.  Use libc_hidden_weak.
7575         (__wmemset): Use libc_hidden_def.
7576         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
7577         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
7578         of wmemset.
7580         [BZ #17573]
7581         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
7582         with asm name __mempcpy.
7583         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
7585         [BZ #17572]
7586         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
7587         and define as weak alias of __rawmemchr.
7588         (__rawmemchr): Do not define as strong alias of rawmemchr.
7590         [BZ #17571]
7591         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
7592         alias of __qsort_r.
7593         (qsort): Call __qsort_r instead of qsort_r.
7594         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
7595         (__qsort_r): Declare.  Call libc_hidden_proto.
7596         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
7597         instead of qsort_r.
7598         * nscd/gai.c (__qsort_r): Define to qsort_r.
7599         * posix/tst-rfc3484.c (__qsort_r): Likewise.
7600         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
7601         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
7603         [BZ #17570]
7604         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
7605         define as weak alias of __malloc_info.
7607         [BZ #17584]
7608         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
7609         as weak alias of __rewinddir.  Don't use libc_hidden_def.
7610         (__rewinddir): Use libc_hidden_def.
7611         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
7612         as weak alias of __rewinddir.  Don't use libc_hidden_def.
7613         (__rewinddir): Use libc_hidden_def.
7614         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
7615         weak alias of __rewinddir.  Don't use libc_hidden_def.
7616         (__rewinddir): Use libc_hidden_def.
7617         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
7618         (__rewinddir): Use libc_hidden_proto.
7619         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
7620         rewinddir.
7621         (__getcwd): Use __rewinddir instead of rewinddir.
7623         [BZ #17583]
7624         * libio/fileno.c (fileno): Rename to __fileno and define as weak
7625         alias of __fileno.  Use libc_hidden_weak.
7626         (__fileno): Use libc_hidden_def.
7627         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
7628         * libio/ftello.c (ftello): Rename to __ftello and define as weak
7629         alias of __ftello.
7630         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
7631         __ftello.
7632         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
7633         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
7634         libc_hidden_def.
7635         (fread_unlocked): Don't use libc_hidden_ver.
7636         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
7637         and define as weak alias of __fread_unlocked.  Don't use
7638         libc_hidden_def.
7639         (__fread_unlocked): Use libc_hidden_def.
7640         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
7641         (ftello): Don't use libc_hidden_proto.
7642         (__ftello): Declare.  Use libc_hidden_proto.
7643         (fread_unlocked): Don't use libc_hidden_proto.
7644         (__fread_unlocked): Declare.  Use libc_hidden_proto.
7645         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
7646         and __ftello instead of fileno, fread_unlocked and ftello.
7648 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7650         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
7651         GOT12.
7652         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
7653         Likewise.
7654         (_dl_start_user): Likewise.
7655         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
7657 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
7658             Siddhesh Poyarekar  <siddhesh@redhat.com>
7660         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
7661         Move argv and envp down instead of moving argc up.
7662         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
7664 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
7666         [BZ #17506]
7667         * test-skeleton.c (main): Return successful if one of
7668         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
7669         * string/tst-strcoll-overflow.c: Define expected status.
7671 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
7673         [BZ #17475]
7674         * locale/iso-639.def: Define Bhili and Tulu language codes.
7676 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
7678         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
7680 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
7682         [BZ #17555]
7683         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
7685 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
7687         * configure.ac: Updated check of minimal required version to
7688         2.22.
7689         * manual/install.texi (Tools for Compilation): Updated version
7690         number.
7691         * configure: Regenerated.
7692         * INSTALL: Likewise.
7694 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
7696         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
7697         __tls_get_addr.
7699 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
7701         * include/sys/wait.h (__libc_waitpid): Remove declaration.
7702         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
7703         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7704         libc_hidden_weak.
7705         (waitpid): Define as alias of __waitpid.
7706         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
7707         __waitpid.
7708         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7709         libc_hidden_weak.
7710         (waitpid): Define as alias of __waitpid.
7711         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
7712         __libc_waitpid alias.
7713         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
7714         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
7715         Likewise.
7716         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
7717         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
7718         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
7719         alias.
7720         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
7721         __waitpid.
7722         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7723         libc_hidden_weak.
7724         (waitpid): Define as alias of __waitpid.
7726 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
7728         * manual/llio.texi: Add comment that write safety has been
7729         fixed in Linux.
7731         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
7732         (localplt-build-dso): Add elf/ld.so.
7733         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
7734         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
7735         and free for ld.so.
7736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
7737         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
7738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
7739         Likewise.
7740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7741         Likewise.
7742         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
7743         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
7744         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
7745         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
7746         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
7747         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
7748         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
7749         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
7750         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
7751         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
7752         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
7754 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
7756         [BZ #14132]
7757         * include/libc-symbols.h (INTUSE): Remove macro.
7758         (INTDEF): Likewise.
7759         (INTVARDEF): Likewise.
7760         (_INTVARDEF): Likewise.
7761         (INTDEF2): Likewise.
7762         (INTVARDEF2): Likewise.
7763         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
7764         rtld_hidden_def instead of INTVARDEF.
7765         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
7766         (_dl_starting_up_internal): Remove declaration.
7767         (_dl_starting_up): Use rtld_hidden_proto.
7768         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
7769         declaration.
7770         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
7771         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
7772         _dl_starting_up.
7773         * elf/dl-writev.h (_dl_writev): Likewise.
7774         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
7775         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
7776         _dl_starting_up_internal.
7778 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7780         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
7781         test-skeleton.c.
7783 2014-11-05  Will Newton  <will.newton@linaro.org>
7785         * benchtests/Makefile: (bench-malloc): Add malloc thread
7786         scalability benchmark.
7787         * benchtests/bench-malloc-threads.c: New file.
7789 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
7791         * sysdeps/aarch64/strchrnul.S: New file.
7793 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7795         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
7796         definition.
7797         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7798         Likwise.
7799         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7800         Likewise.
7801         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7802         Likewise.
7803         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7804         Likewise.
7805         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7806         Likewise.
7808 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
7810         * catgets/test-gencat.c: Use test-skeleton.c.
7811         * catgets/tst-catgets.c: Likewise.
7812         * csu/tst-empty.c: Likewise.
7813         * elf/tst-audit2.c: Likewise.
7814         * elf/tst-global1.c: Likewise.
7815         * elf/tst-pathopt.c: Likewise.
7816         * elf/tst-piemod1.c: Likewise.
7817         * elf/tst-tls10.c: Likewise.
7818         * elf/tst-tls11.c: Likewise.
7819         * elf/tst-tls12.c: Likewise.
7820         * gnulib/tst-gcc.c: Likewise.
7821         * iconvdata/tst-e2big.c: Likewise.
7822         * iconvdata/tst-loading.c: Likewise.
7823         * iconv/tst-iconv1.c: Likewise.
7824         * iconv/tst-iconv2.c: Likewise.
7825         * inet/test-inet6_opt.c: Likewise.
7826         * inet/tst-gethnm.c: Likewise.
7827         * inet/tst-network.c: Likewise.
7828         * inet/tst-ntoa.c: Likewise.
7829         * intl/tst-codeset.c: Likewise.
7830         * intl/tst-gettext2.c: Likewise.
7831         * intl/tst-gettext3.c: Likewise.
7832         * intl/tst-ngettext.c: Likewise.
7833         * intl/tst-translit.c: Likewise.
7834         * io/test-stat.c: Likewise.
7835         * libio/test-fmemopen.c: Likewise.
7836         * libio/tst-freopen.c: Likewise.
7837         * libio/tst-sscanf.c: Likewise.
7838         * libio/tst-ungetwc1.c: Likewise.
7839         * libio/tst-ungetwc2.c: Likewise.
7840         * libio/tst-widetext.c: Likewise.
7841         * localedata/tst-ctype.c: Likewise.
7842         * localedata/tst-digits.c: Likewise.
7843         * localedata/tst-leaks.c: Likewise.
7844         * localedata/tst-mbswcs1.c: Likewise.
7845         * localedata/tst-mbswcs2.c: Likewise.
7846         * localedata/tst-mbswcs3.c: Likewise.
7847         * localedata/tst-mbswcs4.c: Likewise.
7848         * localedata/tst-mbswcs5.c: Likewise.
7849         * localedata/tst-setlocale.c: Likewise.
7850         * localedata/tst-trans.c: Likewise.
7851         * localedata/tst-wctype.c: Likewise.
7852         * localedata/tst-xlocale1.c: Likewise.
7853         * login/tst-grantpt.c: Likewise.
7854         * malloc/tst-calloc.c: Likewise.
7855         * malloc/tst-malloc.c: Likewise.
7856         * malloc/tst-mallocstate.c: Likewise.
7857         * malloc/tst-mcheck.c: Likewise.
7858         * malloc/tst-mtrace.c: Likewise.
7859         * malloc/tst-obstack.c: Likewise.
7860         * math/atest-exp2.c: Likewise.
7861         * math/atest-exp.c: Likewise.
7862         * math/atest-sincos.c: Likewise.
7863         * math/test-matherr.c: Likewise.
7864         * math/test-misc.c: Likewise.
7865         * math/test-powl.c: Likewise.
7866         * math/tst-definitions.c: Likewise.
7867         * misc/tst-dirname.c: Likewise.
7868         * misc/tst-efgcvt.c: Likewise.
7869         * misc/tst-fdset.c: Likewise.
7870         * misc/tst-hsearch.c: Likewise.
7871         * misc/tst-mntent2.c: Likewise.
7872         * nptl/tst-sem7.c: Likewise.
7873         * nptl/tst-sem8.c: Likewise.
7874         * nptl/tst-sem9.c: Likewise.
7875         * nss/test-netdb.c: Likewise.
7876         * posix/tst-fnmatch.c: Likewise.
7877         * posix/tst-getlogin.c: Likewise.
7878         * posix/tst-gnuglob.c: Likewise.
7879         * posix/tst-mmap.c: Likewise.
7880         * pwd/tst-getpw.c: Likewise.
7881         * resolv/tst-inet_ntop.c: Likewise.
7882         * rt/tst-timer.c: Likewise.
7883         * stdio-common/test-fseek.c: Likewise.
7884         * stdio-common/test-popen.c: Likewise.
7885         * stdio-common/test-vfprintf.c: Likewise.
7886         * stdio-common/tst-cookie.c: Likewise.
7887         * stdio-common/tst-fileno.c: Likewise.
7888         * stdio-common/tst-gets.c: Likewise.
7889         * stdio-common/tst-obprintf.c: Likewise.
7890         * stdio-common/tst-perror.c: Likewise.
7891         * stdio-common/tst-sprintf2.c: Likewise.
7892         * stdio-common/tst-sprintf3.c: Likewise.
7893         * stdio-common/tst-sprintf.c: Likewise.
7894         * stdio-common/tst-swprintf.c: Likewise.
7895         * stdio-common/tst-tmpnam.c: Likewise.
7896         * stdio-common/tst-unbputc.c: Likewise.
7897         * stdio-common/tst-wc-printf.c: Likewise.
7898         * stdlib/tst-environ.c: Likewise.
7899         * stdlib/tst-fmtmsg.c: Likewise.
7900         * stdlib/tst-limits.c: Likewise.
7901         * stdlib/tst-rand48-2.c: Likewise.
7902         * stdlib/tst-rand48.c: Likewise.
7903         * stdlib/tst-random2.c: Likewise.
7904         * stdlib/tst-random.c: Likewise.
7905         * stdlib/tst-strtol.c: Likewise.
7906         * stdlib/tst-strtoll.c: Likewise.
7907         * stdlib/tst-tls-atexit.c: Likewise.
7908         * stdlib/tst-xpg-basename.c: Likewise.
7909         * string/test-ffs.c: Likewise.
7910         * string/tst-bswap.c: Likewise.
7911         * string/tst-inlcall.c: Likewise.
7912         * string/tst-strtok.c: Likewise.
7913         * string/tst-strxfrm.c: Likewise.
7914         * sysdeps/x86_64/tst-audit10.c: Likewise.
7915         * sysdeps/x86_64/tst-audit3.c: Likewise.
7916         * sysdeps/x86_64/tst-audit4.c: Likewise.
7917         * sysdeps/x86_64/tst-audit5.c: Likewise.
7918         * time/tst-ftime_l.c: Likewise.
7919         * time/tst-getdate.c: Likewise.
7920         * time/tst-mktime3.c: Likewise.
7921         * time/tst-mktime.c: Likewise.
7922         * time/tst-posixtz.c: Likewise.
7923         * time/tst-strptime2.c: Likewise.
7924         * time/tst-strptime3.c: Likewise.
7925         * wcsmbs/tst-btowc.c: Likewise.
7926         * wcsmbs/tst-mbrtowc.c: Likewise.
7927         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7928         * wcsmbs/tst-wchar-h.c: Likewise.
7929         * wcsmbs/tst-wcpncpy.c: Likewise.
7930         * wcsmbs/tst-wcrtomb.c: Likewise.
7931         * wcsmbs/tst-wcsnlen.c: Likewise.
7932         * wcsmbs/tst-wcstof.c: Likewise.
7934 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
7936         [BZ #14132]
7937         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7938         INTDEF.
7939         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7940         declaration.
7941         (_dl_mcount): Use rtld_hidden_proto.
7942         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7943         _dl_mcount.
7944         * elf/rtld.c (_rtld_global_ro): Likewise.
7946         [BZ #14132]
7947         * elf/dl-init.c (_dl_init): Don't use INTDEF.
7948         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7949         of _dl_init_internal.
7950         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7951         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7952         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7953         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7954         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7955         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7956         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7957         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7958         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7959         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7960         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7961         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7962         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7963         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7964         * sysdeps/tile/dl-start.S (_start): Likewise.
7965         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7966         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7968         [BZ #14132]
7969         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7970         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7971         (rtld_progname): Make macro definition unconditional.
7972         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7973         INTDEF.
7974         (dlmopen_doit): Do not use INTUSE with _dl_argv.
7975         (dl_main): Likewise.
7976         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7977         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7978         instead of _dl_argv_internal.
7979         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7980         __GI__dl_argv instead of INTUSE(_dl_argv).
7981         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7982         __GI__dl_argv instead of _dl_argv_internal.
7984         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7985         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7986         macro.
7987         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7988         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7989         New macro.
7990         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7991         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7992         macro.
7993         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7994         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7996 2014-11-04  Andreas Schwab  <schwab@suse.de>
7998         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
8000 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8002         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
8003         mtvsrd instruction in binary form.
8005 2014-11-03  Andreas Schwab  <schwab@suse.de>
8007         [BZ #17522]
8008         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
8009         for less than MB_LEN_MAX use a local buffer of that size.
8010         * libio/tst-fputws.c: New file.
8011         * libio/Makefile (tests): Add tst-fputws.
8013 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
8015         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
8016         the size of the fpu_fr.fpu_dregs[] array.
8018 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
8020         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
8021         (__nanosleep): Do not define as alias.
8022         (nanosleep): Define as alias of __nanosleep.
8023         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
8024         __libc_nanosleep name.
8026 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
8028         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
8029         install.texi in comment.
8031 2014-10-31  Torvald Riegel  <triegel@redhat.com>
8033         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
8034         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
8035         ... add here and use lwsync or sync ...
8036         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
8037         ... and add here using lwsync.
8039 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
8041         * elf/dl-machine-reject-phdr.h: New file.
8042         * elf/dl-load.c: #include that.
8043         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
8044         if that returned true.
8046 2014-10-31  Roland McGrath  <roland@hack.frob.com>
8048         [BZ #17496]
8049         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
8050         gen-as-const-headers chunk.  Add a big scare comment after the last
8051         safe place to touch before-compile.
8053 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
8055         * manual/install.texi (Tools for Compilation): Update autoconf
8056         version requirements.
8057         * INSTALL: Regenerated.
8059         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
8060         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
8061         (__libc_pselect): Likewise.
8063         [BZ #14138]
8064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
8065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8069 2014-10-31  Torvald Riegel  <triegel@redhat.com>
8071         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
8072         correct barrier instruction.
8073         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
8074         Likewise.
8075         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
8076         Likewise.
8078 2014-10-30  Roland McGrath  <roland@hack.frob.com>
8080         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
8081         after defining inlines.  Instead, just use parens to defeat macro
8082         expansion of __isctype in its declaration.
8084 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
8086         * include/sys/uio.h (__libc_readv): Remove declaration.
8087         (__libc_writev): Likewise.
8088         * misc/readv.c (__libc_readv): Rename to __readv.
8089         (__readv): Do not define as alias.
8090         (readv): Define as alias of __readv.
8091         * misc/writev.c (__libc_writev): Rename to __writev.
8092         (__writev): Do not define as alias.
8093         (writev): Define as alias of __writev.
8094         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
8095         (__readv): Do not define as alias.
8096         (readv): Define unconditionally as alias of __readv.
8097         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
8098         (__writev): Do not define as alias.
8099         (writev): Define unconditionally as alias of __writev.
8100         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
8101         name.
8102         (writev): Do not define __libc_writev name.
8104 2014-10-30  Roland McGrath  <roland@hack.frob.com>
8106         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
8107         (convert_charseq): New function, broken out of ...
8108         (use_from_charmap): ... here.  Call it.
8109         (use_to_charmap): Use convert_charseq and free instead of duplicating
8110         its code with a variable-length stack struct.
8112 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
8114         * include/fcntl.h (__libc_creat): Remove declaration.
8115         * io/creat.c (__libc_creat): Rename to creat.
8116         (creat): Do not define as alias.
8117         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
8118         of creat instead of __libc_creat.
8119         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
8120         to creat.
8121         (creat): Do not define as alias.
8122         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
8123         __libc_creat.
8124         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
8125         __libc_creat name.
8126         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
8127         Likewise.
8129 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
8131         * manual/llio.texi: Add comments discussing why write() may be
8132         considered MT-unsafe on Linux.
8134 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
8136         * dl-load.c (local_strdup): Remove.
8137         (expand_dynamic_string_token): Use __strdup.
8138         (decompose_rpath): Likewise.
8139         (_dl_map_object): Likewise.
8141 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
8143         [BZ #14132]
8144         * sysdeps/generic/unwind-dw2-fde.c
8145         (__register_frame_info_bases_internal): Do not declare.
8146         (__register_frame_info_table_bases_internal): Likewise.
8147         (__deregister_frame_info_bases_internal): Likewise.
8148         (__register_frame_info_bases): Declare and use hidden_proto before
8149         definition.  Use hidden_def instead of INTDEF.
8150         (__register_frame_info_table_bases): Likewise.
8151         (__deregister_frame_info_bases): Likewise.
8152         (__register_frame_info): Do not use INTUSE.
8153         (__register_frame): Likewise.
8154         (__register_frame_info_table): Likewise.
8155         (__register_frame_table): Likewise.
8156         (__deregister_frame_info): Likewise.
8157         (__deregister_frame): Likewise.
8159 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
8161         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8162         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
8163         not undefine.
8164         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
8165         Likewise.
8166         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
8167         Likewise.
8169 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
8171         [BZ #14138]
8172         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
8173         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
8174         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
8175         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
8176         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
8177         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
8178         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
8179         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
8180         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
8181         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
8182         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
8183         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
8184         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
8185         syscall.
8186         (setfsuid): Likewise.
8187         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
8188         (setfsuid): Likewise.
8189         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
8190         (setfsuid): Likewise.
8191         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
8192         Likewise.
8193         (setfsuid): Likewise.
8194         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
8195         (setfsuid): Likewise.
8196         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
8197         Likewise.
8198         (setfsuid): Likewise.
8200 2014-10-27  Andreas Schwab  <schwab@suse.de>
8202         [BZ #17501]
8203         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
8204         check for Slow_SSE4_2 feature bit.
8205         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
8206         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
8207         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
8208         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
8210 2014-10-24  Roland McGrath  <roland@hack.frob.com>
8212         * configure.ac: Validate compiler version with a empirical test of
8213         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
8214         $CC -v output.
8215         * configure: Regenerated.
8217         * inet/htons.c (htons): Prototypify.
8218         * inet/htonl.c (htonl): Likewise.
8220 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8222         * string/strncat.c (strncat): Improve performance by using strlen.
8224 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8226         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
8228 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8230         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
8231         Call libc_fetestexcept_aarch64.
8233 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8235         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
8236         Call libc_feholdexcept_aarch64.
8238 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8240         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
8241         Call get_rounding_mode.
8243 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8245         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
8246         Simplify logic.
8248 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8250         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
8251         Simplify logic.
8253 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
8255         [BZ #14138]
8256         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
8257         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
8258         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
8259         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
8260         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
8261         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
8262         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
8263         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
8264         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
8265         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
8266         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
8267         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
8268         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
8269         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
8270         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
8271         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
8272         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
8273         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
8274         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
8275         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
8276         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
8277         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
8278         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
8279         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
8280         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
8281         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
8282         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
8283         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
8284         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
8285         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
8286         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
8287         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
8288         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
8289         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
8290         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
8291         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
8292         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
8293         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
8294         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
8295         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
8296         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
8297         syscall.
8298         (geteuid): Likewise.
8299         (getgid): Likewise.
8300         (getuid): Likewise.
8301         (getresgid): Likewise.
8302         (getresuid): Likewise.
8303         (getgroups): Likewise.
8304         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
8305         (geteuid): Likewise.
8306         (getgid): Likewise.
8307         (getuid): Likewise.
8308         (getresgid): Likewise.
8309         (getresuid): Likewise.
8310         (getgroups): Likewise.
8311         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
8312         (geteuid): Likewise.
8313         (getgid): Likewise.
8314         (getuid): Likewise.
8315         (getresgid): Likewise.
8316         (getresuid): Likewise.
8317         (getgroups): Likewise.
8318         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
8319         Likewise.
8320         (geteuid): Likewise.
8321         (getgid): Likewise.
8322         (getuid): Likewise.
8323         (getresgid): Likewise.
8324         (getresuid): Likewise.
8325         (getgroups): Likewise.
8326         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
8327         (geteuid): Likewise.
8328         (getgid): Likewise.
8329         (getuid): Likewise.
8330         (getresgid): Likewise.
8331         (getresuid): Likewise.
8332         (getgroups): Likewise.
8333         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
8334         Likewise.
8335         (geteuid): Likewise.
8336         (getgid): Likewise.
8337         (getuid): Likewise.
8338         (getgroups): Likewise.
8340         [BZ #14138]
8341         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
8342         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
8343         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
8344         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
8345         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
8346         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
8347         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
8348         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
8349         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
8350         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
8351         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
8352         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
8353         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
8354         __chown.
8355         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
8356         (lchown): Likewise.
8357         (fchown): Likewise.
8358         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
8359         Likewise.
8360         (lchown): Likewise.
8361         (fchown): Likewise.
8362         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
8363         (lchown): Likewise.
8364         (fchown): Likewise.
8365         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
8366         Likewise.
8367         (lchown): Likewise.
8368         (fchown): Likewise.
8370 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8372         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
8373         Simplify logic.
8375 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8377         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
8378         Cleanup logic.
8380 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8382         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
8383         Remove unused include.
8385 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8387         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
8388         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
8389         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
8390         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
8392 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
8393             Helge Deller <deller@gmx.de>
8395         [BZ #17508]
8396         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
8397         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
8398         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
8400 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
8402         [BZ #14132]
8403         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
8404         Remove macro definition.
8405         (__ashrdi3_v_glibc20): Likewise.
8406         (__lshrdi3_v_glibc20): Likewise.
8407         (__cmpdi2_v_glibc20): Likewise.
8408         (__ucmpdi2_v_glibc20): Likewise.
8409         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
8410         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
8411         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
8412         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
8413         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
8414         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
8416 2014-10-22  Roland McGrath  <roland@hack.frob.com>
8418         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
8419         old GNU extension [0] syntax.
8420         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
8421         alloca rather than an array member with variable length.
8422         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
8423         * nscd/nscd.c (invalidate_db): New function, broken out of ...
8424         (parse_opt): ... here.  Likewise use alloca there.
8425         Validate the -i argument before checking for rootness.
8426         (send_shutdown): New function, broken out of ...
8427         (parse_opt): ... here.
8429 2014-10-22  Roland McGrath  <roland@hack.frob.com>
8431         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
8432         macro to get at the _rt_local_ro field.
8433         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
8434         ([PIC] case) or _dl_hwcap ([!PIC] case).
8435         * sysdeps/arm/setjmp.S: Likewise.
8437         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
8438         * sysdeps/arm/configure.ac: New check to define it.
8439         * sysdeps/arm/configure: Regenerated.
8440         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
8441         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
8442         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
8443         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
8444         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
8445         Use move/movt pair instead of a load.
8446         (LDST_GLOBAL): Macro removed.
8447         (LDR_GLOBAL): New macro replaces it.
8448         (LDR_HIDDEN): New macro.
8449         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
8450         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
8452         * setjmp/tst-setjmp-static.c: New file.
8453         * setjmp/Makefile (tests): Add it.
8454         (tests-static): New variable.
8456 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
8458         [BZ #17485]
8459         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
8461 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
8463         [BZ #14132]
8464         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
8466 2014-10-21  Roland McGrath  <roland@hack.frob.com>
8468         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
8470 2014-10-20  Roland McGrath  <roland@hack.frob.com>
8472         * io/fts.c (dirent_not_directory): New function.
8473         (fts_build): Call it.
8475 2014-10-20  Roland McGrath  <roland@hack.frob.com>
8477         * nptl/version.c (__nptl_main): Use normal __write rather than
8478         INTERNAL_SYSCALL.
8479         (banner): Update copyright years.
8481         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
8482         gettimeofday.
8483         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8484         * nptl/pthread_cond_timedwait.c: Likewise.
8485         * nptl/pthread_mutex_timedlock.c: Likewise.
8486         * nptl/sem_timedwait.c: Likewise.
8488         * sysdeps/nptl/bits/libc-lock.h
8489         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
8490         (__libc_lock_init_recursive): Return void, not 0.
8491         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
8492         (__libc_rwlock_init): Likewise.
8493         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
8495 2014-10-20  Torvald Riegel  <triegel@redhat.com>
8497         [BZ #15215]
8498         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
8499         (__pthread_once_slow): ... here.
8500         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
8501         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
8503 2014-10-20  Torvald Riegel  <triegel@redhat.com>
8505         [BZ #15215]
8506         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
8507         __PTHREAD_ONCE_FORK_GEN_INCR): New.
8508         * sysdeps/nptl/fork.c (__libc_fork): Use them.
8509         * nptl/pthread_once.c (__pthread_once): Likewise.
8510         Update comments.
8512 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
8514         [BZ #14138]
8515         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
8516         name.
8517         (writev): Use __libc_writev as strong name.
8518         * sysdeps/unix/sysv/linux/readv.c: Remove file.
8519         * sysdeps/unix/sysv/linux/writev.c: Likewise.
8521 2014-10-17  Roland McGrath  <roland@hack.frob.com>
8523         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
8525         * sysdeps/i386/nptl/tls.h
8526         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
8527         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
8528         New macros.
8529         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
8530         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
8531         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
8532         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
8533         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
8534         Call CHECK_THREAD_SYSINFO instead of doing an assert.
8536         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
8537         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
8538         on [__NR_futex].
8539         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
8540         broken out of ...
8541         (__pthread_mutex_init): ... here.  Call it.
8542         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
8543         Conditionalize PI cases on [__NR_futex].
8544         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
8545         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
8546         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
8548         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
8549         conditional on [SIGSETXID].
8550         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
8551         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
8552         is defined.  Likewise for SIGSETXID.
8553         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
8554         Conditionalize definitions on [SIGSETXID].
8555         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
8556         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
8557         unblocking on [SIGCANCEL].
8559         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
8560         [__NR_set_robust_list].
8562 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8564         * string/strcoll_l.c (get_next_seq): Fix up formatting.
8565         (do_compare): Likewise.
8567 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
8569         [BZ #15884]
8570         * string/strcoll_l.c: Don't include stdio.h.
8571         (coll_seq): Remove members idxarr and rulearr.
8572         (get_next_seq_cached): Remove function.
8573         (get_next_seq): Likewise.
8574         (get_next_seq_nocache): Rename to get_next_seq.
8575         (do_compare): Remove function.
8576         (do_compare_nocache): Rename to do_compare.
8577         (STRCOLL): Remove weight and rules cache.
8579 2014-10-16  Roland McGrath  <roland@hack.frob.com>
8581         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
8582         * sysdeps/arm/sfp-machine.h: ... to here.
8583         * sysdeps/arm/Implies: Remove arm/soft-fp.
8585 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
8587         * conform/data/sys/utsname.h-data (*_t): Allow.
8588         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
8589         [POSIX] (WEXITED): Do not expect constant.
8590         [POSIX] (WSTOPPED): Likewise.
8591         [POSIX] (WNOHANG): Likewise.
8592         [POSIX] (WNOWAIT): Likewise.
8593         [POSIX] (siginfo_t): Do not expect type or elements.
8594         [POSIX] (pid_t): Do not expect type.
8595         [POSIX] (signal.h): Do not allow header.
8596         [POSIX] (sys/resource.h): Likewise.
8597         [POSIX] (si_*): Do not allow pattern.
8598         [POSIX] (W*): Likewise.
8599         [POSIX] (P_*): Likewise.
8600         [POSIX] (BUS_*): Likewise.
8601         [POSIX] (CLD_*): Likewise.
8602         [POSIX] (FPE_*): Likewise.
8603         [POSIX] (ILL_*): Likewise.
8604         [POSIX] (POLL_*): Likewise.
8605         [POSIX] (SEGV_*): Likewise.
8606         [POSIX] (SI_*): Likewise.
8607         [POSIX] (TRAP_*): Likewise.
8608         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
8609         variable.
8611 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
8613         [BZ #12926]
8614         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
8615         infinite loop when __recvmsg returns 0.
8617 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
8619         * CANCEL-FCT-WAIVE: Remove file.
8620         * CANCEL-FILE-WAIVE: Likewise.
8622         [BZ #14132]
8623         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
8624         instead of INTVARDEF.
8625         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
8626         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
8627         rtld_hidden_data_def instead of INTVARDEF.
8628         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
8629         * elf/dl-deps.c (expand_dst): Likewise.
8630         * elf/dl-load.c (_dl_dst_count): Likewise.
8631         (_dl_dst_substitute): Likewise.
8632         (decompose_rpath): Likewise.
8633         (_dl_init_paths): Likewise.
8634         (open_path): Likewise.
8635         (_dl_map_object): Likewise.
8636         * elf/rtld.c (dl_main): Likewise.
8637         (process_dl_audit): Likewise.
8638         (process_envvars): Likewise.
8639         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
8640         Remove declaration.
8641         (__libc_enable_secure): Use rtld_hidden_proto.
8643 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8645         * elf/dl-load.c
8646         (add_path): New function broken out of _dl_rtld_di_serinfo.
8647         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
8649 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8651         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
8652         parentheses around macro arguments.
8653         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
8654         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
8655         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
8656         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
8657         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
8658         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
8659         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
8660         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
8661         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
8662         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
8663         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
8664         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
8665         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
8666         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
8667         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
8668         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
8669         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
8670         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
8671         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
8672         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
8673         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
8674         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
8675         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
8676         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
8677         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
8678         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
8679         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
8680         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
8681         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
8682         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
8683         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
8684         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
8685         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
8686         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
8687         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
8688         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
8689         Likewise.
8690         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
8691         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
8692         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
8693         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
8694         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
8695         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
8696         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
8697         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
8698         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
8699         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
8700         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
8701         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
8702         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
8703         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
8704         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
8705         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
8706         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
8707         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
8708         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
8709         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
8710         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
8711         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
8712         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
8713         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
8714         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
8715         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
8716         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
8717         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
8718         (_FP_FRAC_SRS_1): Likewise.
8719         (_FP_FRAC_CLZ_1): Likewise.
8720         (_FP_MUL_MEAT_1_imm): Likewise.
8721         (_FP_MUL_MEAT_1_wide): Likewise.
8722         (_FP_MUL_MEAT_1_hard): Likewise.
8723         (_FP_SQRT_MEAT_1): Likewise.
8724         (_FP_FRAC_ASSEMBLE_1): Likewise.
8725         (_FP_FRAC_DISASSEMBLE_1): Likewise.
8726         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
8727         (__FP_CLZ_2): Likewise.
8728         (_FP_MUL_MEAT_2_wide): Likewise.
8729         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8730         (_FP_MUL_MEAT_2_gmp): Likewise.
8731         (_FP_MUL_MEAT_2_120_240_double): Likewise.
8732         (_FP_SQRT_MEAT_2): Likewise.
8733         (_FP_FRAC_ASSEMBLE_2): Likewise.
8734         (_FP_FRAC_DISASSEMBLE_2): Likewise.
8735         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
8736         (_FP_FRAC_CLZ_4): Likewise.
8737         (_FP_MUL_MEAT_4_wide): Likewise.
8738         (_FP_MUL_MEAT_4_gmp): Likewise.
8739         (_FP_SQRT_MEAT_4): Likewise.
8740         (_FP_FRAC_ASSEMBLE_4): Likewise.
8741         (_FP_FRAC_DISASSEMBLE_4): Likewise.
8742         * soft-fp/op-common.h (_FP_CMP): Likewise.
8743         (_FP_CMP_EQ): Likewise.
8744         (_FP_CMP_UNORD): Likewise.
8745         (_FP_TO_INT): Likewise.
8746         (_FP_FROM_INT): Likewise.
8747         [!__FP_CLZ] (__FP_CLZ): Likewise.
8748         (_FP_DIV_HELP_imm): Likewise.
8749         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
8750         Likewise.
8751         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
8752         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
8753         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
8754         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
8755         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
8756         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8757         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8758         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
8759         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
8760         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
8761         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
8762         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
8763         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
8764         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
8765         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
8766         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
8767         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
8768         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
8769         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
8770         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
8771         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
8772         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
8773         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
8774         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8775         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8776         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
8777         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
8778         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
8779         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
8780         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
8781         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
8782         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
8783         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
8784         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
8785         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
8786         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
8787         (FP_UNPACK_RAW_SP): Likewise.
8788         (FP_PACK_RAW_S): Likewise.
8789         (FP_PACK_RAW_SP): Likewise.
8790         (FP_UNPACK_S): Likewise.
8791         (FP_UNPACK_SP): Likewise.
8792         (FP_UNPACK_SEMIRAW_S): Likewise.
8793         (FP_UNPACK_SEMIRAW_SP): Likewise.
8794         (FP_PACK_S): Likewise.
8795         (FP_PACK_SP): Likewise.
8796         (FP_PACK_SEMIRAW_S): Likewise.
8797         (FP_PACK_SEMIRAW_SP): Likewise.
8798         (_FP_SQRT_MEAT_S): Likewise.
8799         (FP_CMP_S): Likewise.
8800         (FP_CMP_EQ_S): Likewise.
8801         (FP_CMP_UNORD_S): Likewise.
8802         (FP_TO_INT_S): Likewise.
8803         (FP_FROM_INT_S): Likewise.
8805         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
8807         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
8808         (FP_EX_INVALID_IMZ): Likewise.
8809         (FP_EX_INVALID_IMZ_FMA): Likewise.
8810         (FP_EX_INVALID_ISI): Likewise.
8811         (FP_EX_INVALID_ZDZ): Likewise.
8812         (FP_EX_INVALID_IDI): Likewise.
8813         (FP_EX_INVALID_SQRT): Likewise.
8814         (FP_EX_INVALID_CVI): Likewise.
8815         (FP_EX_INVALID_VC): Likewise.
8816         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
8817         "invalid" exceptions.
8818         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
8819         (_FP_ADD_INTERNAL): Likewise.
8820         (_FP_MUL): Likewise.
8821         (_FP_FMA): Likewise.
8822         (_FP_DIV): Likewise.
8823         (_FP_CMP_CHECK_NAN): Likewise.
8824         (_FP_SQRT): Likewise.
8825         (_FP_TO_INT): Likewise.
8826         (FP_EXTEND): Likewise.
8828 2014-10-09  Allan McRae  <allan@archlinux.org>
8830         * po/fr.po: Update French translation from translation project.
8832 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8834         [BZ #14132]
8835         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
8836         of INTDEF.
8837         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
8838         (__cxa_atexit): Use libc_hidden_proto.
8839         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
8841         [BZ #14132]
8842         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
8843         declaration.
8844         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
8845         [!_ISOMAC] (__iswspace_l_internal): Likewise.
8846         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
8847         [!_ISOMAC] (__iswctype_internal): Likewise.
8848         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
8849         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
8850         alias.
8851         (fcntl): Remove __fcntl_internal alias.
8852         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
8853         __connect_internal alias.
8854         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
8855         Likewise.
8857         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
8858         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
8859         FP_DENORM_ZERO.
8860         (_FP_CHECK_FLUSH_ZERO): New macro.
8861         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
8862         (_FP_CMP): Likewise.
8863         (_FP_CMP_EQ): Likewise.
8864         (_FP_TO_INT): Do not set inexact for subnormal arguments if
8865         FP_DENORM_ZERO.
8866         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
8867         (FP_TRUNC): Likewise.
8869         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
8870         treated as invalid conversion, not as normal exponent.
8872         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
8873         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
8874         (_FP_CMP_EQ): Likewise.
8875         (_FP_CMP_UNORD): Likewise.
8876         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
8877         (FP_CMP_EQ_D): Likewise.
8878         (FP_CMP_UNORD_D): Likewise.
8879         * soft-fp/extended.h (FP_CMP_E): Likewise.
8880         (FP_CMP_EQ_E): Likewise.
8881         (FP_CMP_UNORD_E): Likewise.
8882         * soft-fp/quad.h (FP_CMP_Q): Likewise.
8883         (FP_CMP_EQ_Q): Likewise.
8884         (FP_CMP_UNORD_Q): Likewise.
8885         * soft-fp/single.h (FP_CMP_S): Likewise.
8886         (FP_CMP_EQ_S): Likewise.
8887         (FP_CMP_UNORD_S): Likewise.
8888         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
8889         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
8890         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
8891         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
8892         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
8893         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
8894         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
8895         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
8896         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
8897         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
8898         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
8899         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
8900         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
8901         to FP_CMP_Q.
8902         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
8903         FP_CMP_Q.
8904         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
8905         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
8906         FP_CMP_EQ_Q.
8907         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
8908         FP_CMP_Q.
8909         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
8910         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
8911         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
8912         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
8913         FP_CMP_EQ_Q.
8914         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
8915         FP_CMP_Q.
8916         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8917         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8918         FP_CMP_EQ_Q.
8919         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8920         FP_CMP_Q.
8921         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8922         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8923         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8924         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8925         FP_CMP_EQ_Q.
8927         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8928         a subnormal result, set the underflow exception if trapping on
8929         underflow is enabled.
8930         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8931         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8932         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8933         redefine to 0.
8934         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8935         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8936         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8937         * soft-fp/extendxftf2.c (__extendxftf2): Use
8938         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8940         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8941         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8942         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8943         FP_HANDLE_EXCEPTIONS.
8944         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8945         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8946         FP_HANDLE_EXCEPTIONS.
8947         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8948         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8949         FP_HANDLE_EXCEPTIONS.
8950         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8951         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8952         FP_HANDLE_EXCEPTIONS.
8954 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
8956         [BZ #14132]
8957         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8958         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8959         use INTUSE.
8960         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8961         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8962         Remove alias.
8963         (__adjtimex): Define using libc_hidden_ver.
8964         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8965         Remove declaration.
8966         (ntp_gettime): Call __adjtimex directly.
8967         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8968         Remove declaration.
8969         (ntp_gettimex): Call __adjtimex directly.
8970         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8971         __adjtimex_internal alias.
8973 2014-10-08  Roland McGrath  <roland@hack.frob.com>
8975         [BZ #17460]
8976         * nscd/nscd.c (more_help): Rewrite list of tables collection
8977         using xstrdup and asprintf.
8979         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8981 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8982             Roland McGrath  <roland@hack.frob.com>
8984         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8985         (do_lookup_unique): ... local function 'enter' here; update callers.
8987 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8989         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8990         compat_symbol calls on [SHARED].
8991         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8992         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8993         Remove.
8994         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8995         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8996         (oldsetrlimit): Remove.
8997         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8999         (lchown): New syscall entry.
9000         (oldsetrlimit): Remove.
9001         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
9002         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
9003         (oldsetrlimit): Remove.
9004         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
9006         [BZ #14138]
9007         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
9008         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
9009         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
9010         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
9011         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9012         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
9013         (fchown): Likewise.
9014         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
9015         (fchown): Likewise.
9016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
9017         Likewise.
9019 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9021         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
9022         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
9023         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
9024         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
9025         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
9026         Likewise.
9027         (__old_sem_post): Likewise.
9029 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
9031         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
9032         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
9033         HAVE_CLOCK_GETTIME_VSYSCALL macros.
9034         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
9035         Use INLINE_VSYSCALL macro.
9036         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
9037         __vdso_clock_gettime.
9038         * sysdeps/unix/sysv/linux/tile/init-first.c
9039         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
9040         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
9041         __vdso_clock_gettime.
9043         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
9044         to set up frame more cleanly.
9046         * sysdeps/tile/memcmp.c: New file.
9048         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
9050         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
9051         * sysdeps/tile/tilegx/strcasestr.c: New file.
9052         * sysdeps/tile/tilegx/strnlen.c: New file.
9053         * sysdeps/tile/tilegx/strstr.c: New file.
9055         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
9057 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
9059         * nptl/tst-setuid3.c: Write errors to stdout.
9061 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9063         * elf/dl-deps.c
9064         (preload): New functions broken out of _dl_map_object_deps.
9065         (_dl_map_object_deps):  Remove a nested function. Update call sites.
9067 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
9069         [BZ #14138]
9070         * sysdeps/unix/sysv/linux/execve.c: Remove file.
9071         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
9073 2014-10-01  Steve Ellcey  <sellcey@mips.com>
9075         * sysdeps/mips/strcmp.S: New.
9077 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
9079         [BZ #14138]
9080         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
9081         (linkat): Likewise.
9082         (mkdirat): Likewise.
9083         (readlinkat): Likewise.
9084         (renameat): Likewise.
9085         (symlinkat): Likewise.
9086         (unlinkat): Likewise.
9087         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
9088         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
9089         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
9090         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
9091         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
9092         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
9093         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
9095 2014-09-30  Will Newton  <will.newton@linaro.org>
9097         * math/math.h: Define long double math functions if
9098         _LIBC_TEST is defined.
9099         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
9101         * localedata/Makefile: Move assignment to tests-special
9102         into an ifdef testing run-built-tests.
9103         * timezone/Makefile: Likewise.
9105 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
9107         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
9108         with $(BASH) not $(SHELL).
9110 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
9111             Matthew LeGendre  <legendre1@llnl.gov>
9113         [BZ #17411]
9114         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
9115         l_reloc_result.
9117 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9119         * stdio-common/printf_fp.c
9120         (hack_digit): New function, broken out of ...
9121         (__printf_fp): ... local function here.  Update call sites.
9122         hack_digit now takes an additional parameter that is a pointer
9123         to a struct of the referenced locals.  Those locals moved inside
9124         the struct and references updated.
9126 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
9128         * aclocal.m4: Require autoconf 2.69.
9129         * configure: Regenerated.
9130         * sysdeps/aarch64/configure: Likewise.
9131         * sysdeps/alpha/configure: Likewise.
9132         * sysdeps/arm/armv7/configure: Likewise.
9133         * sysdeps/arm/configure: Likewise.
9134         * sysdeps/ia64/configure: Likewise.
9135         * sysdeps/mach/configure: Likewise.
9136         * sysdeps/mips/configure: Likewise.
9137         * sysdeps/s390/configure: Likewise.
9138         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
9139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
9141         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
9142         file.
9143         * sysdeps/ia64/configure.ac: Likewise.
9145 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
9147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
9148         specify symbol version for ld.so.  Do not include entry for
9149         libpthread.
9150         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9151         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
9152         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
9154         [BZ #14171]
9155         * Makeconfig [$(build-shared) = yes]
9156         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
9157         makefiles.
9158         [$(build-shared) = yes && $(soversions.mk-done) = t]
9159         ($(common-objpfx)gnu/lib-names.h): Remove rule.
9160         [$(build-shared) = yes && $(soversions.mk-done) = t]
9161         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
9162         to Makerules.
9163         [$(build-shared) = yes && $(soversions.mk-done) = t]
9164         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
9165         here.
9166         [$(build-shared) = yes && $(soversions.mk-done) = t]
9167         (common-generated): Don't append gnu/lib-names.h and
9168         gnu/lib-names.stmp here.
9169         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
9170         (lib-names-h-abi): New variable.
9171         [$(build-shared) = yes && $(soversions.mk-done) = t]
9172         (lib-names-stmp-abi): Likewise.
9173         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9174         abi-variants] (before-compile): Append
9175         $(common-objpfx)$(lib-names-h-abi).
9176         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9177         abi-variants] (common-generated): Append gnu/lib-names.h.
9178         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9179         abi-variants] (install-others-nosubdir): Depend on
9180         $(inst_includedir)/$(lib-names-h-abi).
9181         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9182         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
9183         [$(build-shared) = yes && $(soversions.mk-done) = t]
9184         ($(common-objpfx)$(lib-names-h-abi)): New rule.
9185         [$(build-shared) = yes && $(soversions.mk-done) = t]
9186         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
9187         [$(build-shared) = yes && $(soversions.mk-done) = t]
9188         (common-generated): Append $(lib-names-h-abi) and
9189         $(lib-names-stmp-abi).
9190         * scripts/lib-names.awk: Do not handle multi being set.
9191         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
9192         Remove variable.
9193         (abi-lp64_be-ld-soname): Likewise.
9194         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
9195         Likewise.
9196         (abi-hard-ld-soname): Likewise.
9197         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
9198         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
9199         Remove variable.
9200         (abi-o32_hard-ld-soname): Likewise.
9201         (abi-o32_soft_2008-ld-soname): Likewise.
9202         (abi-o32_hard_2008-ld-soname): Likewise.
9203         (abi-n32_soft-ld-soname): Likewise.
9204         (abi-n32_hard-ld-soname): Likewise.
9205         (abi-n32_soft_2008-ld-soname): Likewise.
9206         (abi-n32_hard_2008-ld-soname): Likewise.
9207         (abi-n64_soft-ld-soname): Likewise.
9208         (abi-n64_hard-ld-soname): Likewise.
9209         (abi-n64_soft_2008-ld-soname): Likewise.
9210         (abi-n64_hard_2008-ld-soname): Likewise.
9211         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
9212         Likewise.
9213         (abi-64-v2-ld-soname): Likewise.
9214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
9215         ld.so entries.
9216         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
9217         variable.
9218         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
9219         entry.
9220         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
9221         variable.
9222         (abi-64-ld-soname): Likewise.
9223         (abi-x32-ld-soname): Likewise.
9224         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
9225         entry.
9226         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
9228 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
9230         [BZ #14138]
9231         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
9232         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
9233         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
9234         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
9235         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
9236         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
9237         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
9238         syscall entry for GLIBC_2.2 symbol version.
9239         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
9240         Likewise.
9241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
9242         (setrlimit): Likewise.
9243         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
9244         Likewise.
9246 2014-09-23  Will Newton  <will.newton@linaro.org>
9248         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
9249         _LINUX_ARM_SYSDEP_H include guard too.
9250         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
9251         define.
9253 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9255         * sysdeps/unix/sysv/linux/eventfd.c:
9256         Make first argument unsigned.
9257         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
9258         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
9260 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
9262         * socket/recvmmsg.c (recvmmsg): Drop const argument.
9263         * socket/sys/socket.h: Likewise
9264         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
9266 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9268         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
9270 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
9272         * time/tst-ftime.c: New test.
9273         * time/Makefile (tests): Add tst-ftime.
9275 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
9277         * soft-fp/extended.h: Fix comment formatting.
9278         * soft-fp/op-1.h: Likewise.
9279         * soft-fp/op-2.h: Likewise.
9280         * soft-fp/op-4.h: Likewise.
9281         * soft-fp/op-8.h: Likewise.
9282         * soft-fp/op-common.h: Likewise.
9283         * soft-fp/soft-fp.h: Likewise.
9285         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
9287 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
9289         [BZ #6652]
9290         * Makeconfig (soversions-default-setname): Remove variable.
9291         ($(common-objpfx)soversions.i): Don't pass default_setname to
9292         soversions.awk.
9293         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
9294         oldest_abi to abi-versions.awk.
9295         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
9296         * config.make.in (oldest-abi): Remove variable.
9297         * configure.ac (--enable-oldest-abi): Remove configure option.
9298         * configure: Regenerated.
9299         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
9300         text.
9301         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
9302         * scripts/soversions.awk: Do not handle default_setname variable.
9303         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
9304         variable.
9305         * sysdeps/mach/hurd/configure: Regenerated.
9306         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
9307         variable.
9308         * sysdeps/unix/sysv/linux/configure: Regenerated.
9310 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9312         * elf/Makefile (CFLAGS-interp.c): Remove.
9313         ($(elf-objpfx)runtime-linker.h): Generate header with linker
9314         path string.
9315         * elf/interp.c: Include generated runtime-linker.h
9317         * Makerules (lib%.so): Don't include $(+interp) in
9318         prerequisites.
9319         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
9320         * dlfcn/eval.c: Remove file.
9322         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
9323         macros.
9325         [BZ #17266]
9326         * misc/sys/cdefs.h: Define __extern_always_inline for clang
9327         4.2 and newer.
9329         [BZ #17370]
9330         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
9332 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9333             Jakub Jelinek  <jakub@redhat.com>
9335         [BZ #17266]
9336         * libio/stdio.h: Check definition of __fortify_function
9337         instead of __extern_always_inline to include bits/stdio2.h.
9338         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
9339         check if __extern_always_inline is defined.
9340         [__USE_MISC || __USE_XOPEN]: Likewise.
9341         [__USE_ISOC99] Likewise.
9342         * misc/sys/cdefs.h (__fortify_function): Define only if
9343         __extern_always_inline is defined.
9344         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
9345         __extern_always_inline and __extern_inline only for g++-4.3
9346         and newer or a compatible gcc.
9348 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
9350         [BZ #17371]
9351         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9352         last change to handle zero prefix length.
9354 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9356         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
9357         _SC_REGEX_VERSION.
9359         * posix/getconf.c (vars): Add _POSIX_IPV6 and
9360         _POSIX_RAW_SOCKETS.
9362 2014-09-13  Allan McRae  <allan@archlinux.org>
9364         * po/ru.po: Update Russian translation from translation project.
9366 2014-09-12  Roland McGrath  <roland@hack.frob.com>
9368         * locale/programs/locale.c (show_locale_vars): Inline local function
9369         into its sole call site.  Clean up some style nits.
9370         (print_item): New function, broken out of ...
9371         (show_info): ... local function here.  Clean up style nits.
9373         * locale/programs/ld-ctype.c (set_one_default): New function, broken
9374         out of ...
9375         (set_class_defaults): ... local function set_default here.
9376         Define set_default as a macro locally to pass constant parameters.
9377         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
9378         rather than a shared local.
9380         * stdlib/rpmatch.c (try): New function, broken out of ...
9381         (rpmatch): ... local function here.  Also, prototypify definition.
9383 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
9385         * scripts/soversions.awk: Do not handle configuration names.
9386         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
9387         vendor and os variables to soversions.awk.
9388         * configure.ac: Do not modify gnu-* host_os.
9389         * configure: Regenerated
9390         * shlib-versions: Remove first column with configuration names.
9391         * nptl/shlib-versions: Likewise.
9392         * nptl_db/shlib-versions: Likewise.
9393         * sysdeps/hppa/shlib-versions: Likewise.
9394         * sysdeps/m68k/shlib-versions: Likewise.
9395         * sysdeps/mach/hurd/shlib-versions: Likewise.
9396         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
9397         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
9398         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
9399         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
9400         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
9401         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
9402         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
9403         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
9404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
9405         Likewise.
9406         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9407         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
9408         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
9409         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
9410         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
9411         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
9412         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
9413         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
9415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
9416         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
9417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9418         Regenerated.
9419         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
9420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
9421         Condition symbol version definitions on [HAVE_ELFV2_ABI].
9423         * shlib-versions: Remove OS-specific entries.  Moved to files in
9424         sysdeps.
9425         * sysdeps/mach/hurd/shlib-versions: New file.
9426         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
9428         * nptl/shlib-versions: Remove architecture-specific entries.
9429         Moved to files in sysdeps.
9430         * shlib-versions: Likewise.
9431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
9432         file.
9433         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9434         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
9435         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
9436         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
9438         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
9439         (UDP_NO_CHECK6_RX): Likewise.
9441 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9443         * sysdeps/posix/sysconf.c (__sysconf): Spell
9444         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
9446 2014-08-12  Florian Weimer  <fweimer@redhat.com>
9448         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
9449         loading.
9450         * iconv/Versions (__gconv_transliterate): Export for use from
9451         gconv modules.
9452         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
9453         (struct __gconv_trans_data, __gconv_trans_fct,
9454         __gconv_trans_context_fct, __gconv_trans_query_fct,
9455         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
9456         definitions.
9457         (struct __gconv_step_data): Remove __trans member.
9458         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
9459         longer hidden.  Remove unused trans_data argument.
9460         * iconv/gconv_int.h (struct trans_struct): Remove definition.
9461         (__gconv_translit_find): Remove declaration.
9462         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
9463         prototype.
9464         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
9465         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
9466         trans_data argument.  Add hidden definition.
9467         (__gconv_translit_find): Remove.
9468         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
9469         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
9470         * iconv/skeleton.c: Remove transliteration initialization.
9471         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
9472         __gconv_step_data initialization.
9473         * libio/iofwide.c (__libio_translit_): Remove.
9474         (_IO_fwide): Adjust struct __gconv_step_data initialization.
9475         * wcsmbs/btowc.c (__btowc): Likewise.
9476         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
9477         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
9478         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
9479         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
9480         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
9481         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
9482         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
9483         * wcsmbs/wctob.c (wctob): Likewise.
9485 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9487         [BZ #16194]
9488         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
9489         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
9490         register usage.
9491         * sysdeps/x86/Makefile: Adjust.
9493 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9494             Roland McGrath  <roland@hack.frob.com>
9496         * locale/weight.h: Add include guard.
9497         (findidx): Make static rather than auto; take new parameters
9498         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
9499         * locale/weightwc.h: Likewise.
9500         * posix/fnmatch_loop.c
9501         (FCT): Change type of EXTRA from int32_t to wint_t.
9502         Don't include either header inside the function.
9503         Call FINDIDX rather than findidx, and pass new arguments.
9504         #undef FINDIDX at the end of the file.
9505         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
9506         FINDIDX before including fnmatch_loop.c for the non-wide version.
9507         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
9508         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
9509         for the wide version.
9510         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
9511         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
9512         Pass new arguments to findidx.
9513         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
9514         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
9515         Don't #include it inside the function.  Pass new arguments to findidx.
9516         * posix/regex_internal.h
9517         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
9518         (re_string_elem_size_at): Don't #include it inside the function.
9519         Pass new arguments to findidx.
9520         * string/strcoll_l.c: #include WEIGHT_H at top level.
9521         (get_next_seq): Don't #include it inside the function.
9522         Pass new arguments to findidx.
9523         (get_next_seq_nocache): Likewise.
9524         * string/strxfrm_l.c: #include WEIGHT_H at top level.
9525         (STRXFRM): Don't #include it inside the function.
9526         Pass new arguments to findidx.
9528 2014-09-11  Florian Weimer  <fweimer@redhat.com>
9530         [BZ #17344]
9531         * malloc/malloc.c (unlink): Turn asserts into a call to
9532         malloc_printerr.
9534 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
9536         [BZ #17370]
9537         * libio/wfileops (do_ftell_wide): Free OUT.
9539 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
9541         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
9543 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9545         [BZ #17363]
9546         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
9547         group if the current group is empty.
9549 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9551         * benchtests/bench-memset.c (test_main): Add more test from size
9552         from 32 to 512 bytes.
9553         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
9554         Add POWER8 memset object.
9555         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9556         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
9557         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
9558         implementation.
9559         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
9560         Likewise.
9561         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
9562         multiarch POWER8 memset optimization.
9563         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
9564         POWER8 memset optimization.
9566         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
9567         Remove bzero multiarch objects.
9568         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
9569         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
9570         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
9571         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
9572         Remove define.
9573         [__bzero]: Redefine to specific name.
9574         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
9575         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
9576         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
9577         define.
9578         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
9579         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
9581 2014-09-10  Florian Weimer  <fweimer@redhat.com>
9583         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
9584         warnings into errors.
9586         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
9587         __cxa_thread_atexit_impl prototype.
9589 2014-09-09  Steve Ellcey  <sellcey@mips.com>
9591         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
9592         Fix capitalization of error message.
9594 2014-09-09  Steve Ellcey  <sellcey@mips.com>
9596         * sysdeps/mips/preconfigure: Modify ABI tests.
9598 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
9600         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
9602 2014-09-07  Roland McGrath  <roland@hack.frob.com>
9603             Carlos O'Donell  <carlos@systemhalted.org>
9605         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
9606         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
9607         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
9608         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
9609         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
9610         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
9611         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
9612         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
9613         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
9614         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
9615         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
9616         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
9617         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
9618         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
9619         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
9620         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
9621         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
9622         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
9623         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
9624         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
9625         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
9626         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
9627         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
9628         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
9629         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
9630         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
9631         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
9632         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
9633         Deconditionalize the code that was previously under [RESET_PID].
9634         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
9635         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
9636         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
9637         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
9638         include sysdep.h.
9640 2014-09-08  Allan McRae  <allan@archlinux.org>
9642         * version.h (RELEASE): Set to "development".
9643         (VERSION): Set to "2.20.90"
9645 2014-09-07  Allan McRae  <allan@archlinux.org
9647         * version.h (RELEASE): Set to "stable".
9648         (VERSION): Set to "2.20"
9649         * include/features.h (__GLIBC_MINOR__): Set to 20.
9651         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
9652         Liebler.
9654         * po/ko.po: Update Korean translation from translation project.
9656 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
9658         [BZ #17354]
9659         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
9660         macro for handling signed relocations.
9662 2014-09-03  Florian Weimer  <fweimer@redhat.com>
9664         [BZ #17325]
9665         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
9666         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
9667         assert.
9668         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
9669         * iconvdata/ibm935.c (BODY): Likewise.
9670         * iconvdata/ibm937.c (BODY): Likewise.
9671         * iconvdata/ibm939.c (BODY): Likewise.
9672         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
9673         assert.
9674         * iconvdata/Makefile (iconv-test.out): Pass module list to test
9675         script.
9676         * iconvdata/run-iconv-test.sh: New test loop for checking for
9677         decoder crashers.
9679 2014-09-02  Khem Raj  <raj.khem@gmail.com>
9681         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
9682         libm_hidden_ver.
9684 2014-09-01  Allan McRae  <allan@archlinux.org>
9686         * po/eo.po: Update Esperanto translation from translation project.
9688         * po/ca.po: Update Catalan translation from translation project.
9690 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9692         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
9693         __proc_dostop call.
9695 2014-08-27  Mark Wielaard  <mjw@redhat.com>
9697         [BZ #17319]
9698         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
9699         to call set_thread_area instead of hand written asm.
9700         (__NR_set_thread_area): Removed define.
9701         (TLS_FLAG_WRITABLE): Likewise.
9702         (__ASSUME_SET_THREAD_AREA): Remove check.
9703         (TLS_EBX_ARG): Remove define.
9704         (TLS_LOAD_EBX): Likewise.
9706 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9708         Simplify atomicity of socket creation in bind.
9710         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
9711         looking up the name after linking the file.
9713 2014-08-27  Allan McRae  <allan@archlinux.org>
9715         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9717 2014-08-26  Florian Weimer  <fweimer@redhat.com>
9719         [BZ #17187]
9720         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
9721         trans_compare, open_translit, __gconv_translit_find):
9722         Remove module loading code.
9724 2014-08-26  Allan McRae  <allan@archlinux.org>
9726         * po/vi.po: Update Vietnamese translation from translation project.
9728         * po/uk.po: Update Ukrainian translation from translation project.
9730         * po/fr.po: Update French translation from translation project.
9732         * po/ru.po: Update Russian translation from translation project.
9734         * po/pl.po: Update Polish translation from translation project.
9736         * po/cs.po: Update Czech translation from translation project.
9738         * po/de.po: Update German translation from translation project.
9740         * po/bg.po: Update Bulgarian translation from translation project.
9742         * po/sv.po: Update Sweedish translation from translation project.
9744         * po/nl.po: Update Dutch translation from translation project.
9746         * po/es.po: Update Spanish translation from translation project.
9748 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9750         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
9752         * catgets/Makefile (CPPFLAGS-gencat): Remove.
9753         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
9754         (CPPFLAGS-iconvconfig): Likewise.
9755         * timezone/Makefile (CPPFLAGS-zic): Likewise.
9757         * include/libc-symbols.h: Remove unnecessary check for
9758         NOT_IN_libc.
9759         * nptl/pthreadP.h: Likewise.
9760         * sysdeps/aarch64/setjmp.S: Likewise.
9761         * sysdeps/alpha/setjmp.S: Likewise.
9762         * sysdeps/arm/sysdep.h: Likewise.
9763         * sysdeps/i386/setjmp.S: Likewise.
9764         * sysdeps/m68k/setjmp.c: Likewise.
9765         * sysdeps/posix/getcwd.c: Likewise.
9766         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
9767         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
9768         * sysdeps/s390/s390-32/setjmp.S: Likewise.
9769         * sysdeps/s390/s390-64/setjmp.S: Likewise.
9770         * sysdeps/sh/sh3/setjmp.S: Likewise.
9771         * sysdeps/sh/sh4/setjmp.S: Likewise.
9772         * sysdeps/unix/alpha/sysdep.h: Likewise.
9773         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
9774         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
9775         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
9776         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
9778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9779         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
9780         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
9781         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
9782         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
9783         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
9784         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
9785         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
9786         * sysdeps/x86_64/setjmp.S: Likewise.
9788 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
9790         [BZ #17263]
9791         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
9792         <stdint.h>.
9793         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
9794         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
9796 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
9798         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
9800         [BZ #17262]
9801         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
9802         and __x86_64__ when disabling x87 inline functions.
9804 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
9806         [BZ #17259]
9807         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
9808         asm statement with __cpuid_count.
9810 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
9812         * configure.ac: Change __ehdr_start code to dereference the struct.
9813         Run readelf on the output to look for relocations.
9814         * configure: Regenerated.
9816 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
9818         [BZ #17261]
9819         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
9820         value to 0.
9821         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
9823 2014-08-12  Roland McGrath  <roland@hack.frob.com>
9825         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
9827 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
9829         [BZ #16892]
9830         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
9831         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
9833 2014-08-12  Sean Anderson  <seanga2@gmail.com>
9835         * malloc/malloc.c: Fix typo in comment.
9837 2014-08-09  Allan McRae  <allan@archlinux.org>
9839         * Regenerate libc.po.
9841 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
9843         * intl/tst-gettext2.sh: Check every lang file for creation.
9845 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9847         * sysdeps/aarch64/fpu/math_private.h
9848         (libc_feholdsetround_noex_aarch64_ctx): New function.
9850 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9852         * sysdeps/arm/armv6/strcpy.S (strcpy):
9853         Fix performance issue in misaligned cases.
9855 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9857         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
9858         Move definition from termios.h.
9859         (struct termio): Likewise.
9860         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9861         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9862         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9863         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9864         Likewise.
9865         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
9866         Move definition to ioctl-types.h
9867         (struct termio): Likewise.
9868         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9869         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9870         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9871         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9872         Likewise.
9874 2014-08-05  Richard Henderson  <rth@redhat.com>
9876         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
9877         exceptions.
9878         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
9879         Add fraiseexcpt.
9880         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
9881         Use __feraiseexcept.
9882         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
9883         Protect libm symbols with IS_IN_libm.
9885         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
9887 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
9889         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
9891 2014-08-04  Will Newton  <will.newton@linaro.org>
9893         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
9894         file.
9896 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
9898         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
9899         variants for each function.
9901 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9903         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
9904         appended ...
9905         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
9906         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
9907         appended ...
9908         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
9909         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
9910         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
9911         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
9912         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
9913         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
9914         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
9915         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9916         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9917         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9918         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9919         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9920         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9921         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9922         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9923         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9924         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9925         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9926         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9927         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9928         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9929         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9930         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9931         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9932         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9933         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9934         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9935         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9936         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9937         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9938         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9939         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9940         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9941         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9942         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9943         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9944         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9945         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9946         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9947         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9948         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9949         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9950         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9951         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9952         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9953         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9954         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9955         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9956         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9957         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9958         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9959         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9960         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9961         Update #include.
9962         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9963         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9965 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9967         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9968         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9969         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9970         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9971         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9972         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9974 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9976         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9977         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9978         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9979         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9981 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9983         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9984         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9985         (__libc_vfork): Define function under this name.
9986         (__vfork): Define as an alias.
9987         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9988         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9990 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9992         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9993         that was previously under [RESET_PID].
9994         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9996 2014-08-04  Andreas Schwab  <schwab@suse.de>
9998         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
10000 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
10002         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
10003         (main): Likewise.
10005 2014-08-01  Roland McGrath  <roland@hack.frob.com>
10007         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
10009 2014-08-01  Richard Henderon  <rth@redhat.com>
10011         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
10012         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
10013         typo in exact zero test.
10014         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10015         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10016         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10018 2014-08-01  Roland McGrath  <roland@hack.frob.com>
10020         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
10021         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
10022         * sysdeps/arm/sysdep.h: ... here.
10023         [!__ASSEMBLER__]: Include <stdint.h>.
10025 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10027         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
10028         (HAVE_WCTYPE_H): Likewise.
10029         (HAVE_ISWCTYPE): Likewise.
10030         (ENABLE_NLS): Likewise.
10031         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
10032         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
10034         * posix/regex_internal.c: Check if DEBUG is defined and is
10035         set.
10037         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
10038         (HAVE_MBSRTOWCS): Likewise.
10039         * posix/fnmatch.c: Include string.h unconditionally.
10041 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10043         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
10044         reversal.
10046 2014-07-31  Roland McGrath  <roland@hack.frob.com>
10048         * sysdeps/generic/safe-fatal.h: New file.
10049         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
10050         * nptl/forward.c: Include it.
10051         (__pthread_unwind): Use __safe_fatal as default action, rather
10052         than a bogus use of INTERNAL_SYSCALL that could never work.
10054         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
10055         * configure.ac (libc_cv_builtin_trap): New test.
10056         * configure: Regenerated.
10057         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
10058         (ABORT_INSTRUCTION): Define using __builtin_trap.
10060         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
10061         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
10062         * sysdeps/nptl/nptl-signals.h: New file.
10063         * nptl/pthreadP.h: Include <nptl-signals.h>.
10065 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
10067         * sysdeps/s390/s390-64/utf16-utf32-z9.c
10068         (ONE_DIRECTION): Define.
10069         * sysdeps/s390/s390-64/utf8-utf16-z9.c
10070         (ONE_DIRECTION): Define.
10071         * sysdeps/s390/s390-64/utf8-utf32-z9.c
10072         (ONE_DIRECTION): Define.
10074 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
10076         * sysdeps/s390/Makefile: Delete file.
10077         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
10078         * sysdeps/s390/__longjmp.c: Delete file.
10079         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
10080         Remove fields __flags and __reserved.
10081         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
10082         and add versioning.
10083         * sysdeps/s390/rtld-__longjmp.c: Delete file.
10084         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
10085         * sysdeps/s390/rtld-setjmp.S: Likewise.
10086         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
10087         * sysdeps/s390/s390-32/__longjmp.c: ... here.
10088         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
10089         * sysdeps/s390/s390-32/setjmp.S: ... here.
10090         Add versioning.
10091         (__sigsetjmp): Remove setting __flags field.
10092         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
10093         * sysdeps/s390/s390-64/__longjmp.c: ... here.
10094         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
10095         * sysdeps/s390/s390-64/setjmp.S: ... here.
10096         Add versioning.
10097         (__sigsetjmp): Remove setting __flags field.
10098         * sysdeps/s390/setjmp.S: Delete file.
10099         * sysdeps/s390/sigjmp.c: Likewise.
10100         * sysdeps/s390/v1-longjmp.c: Likewise.
10101         * sysdeps/s390/v1-setjmp.h: Likewise.
10102         * sysdeps/s390/v1-sigjmp.c: Likewise.
10103         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
10104         Remove v1-longjmp_chk.
10105         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
10106         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
10107         Include debug/longjmp_chk.c and add versioning.
10108         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
10109         Include nptl/pt-longjmp.c and add versioning.
10110         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
10111         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
10112         Include __longjmp.c.
10113         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
10114         Move to ...
10115         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
10116         (__getcontext): Remove setting __flags field.
10117         Add versioning.
10118         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
10119         Don't restore upper high grps.
10120         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
10121         Likewise.
10122         (__swapcontext): Remove setting uc_flags field.
10123         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
10124         Delete file.
10125         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
10126         Include __longjmp.c.
10127         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
10128         Move to ...
10129         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
10130         (__getcontext): Remove setting __flags field.
10131         Add versioning.
10132         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
10133         (__swapcontext): Remove setting uc_flags field.
10134         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
10135         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
10136         Remove fields uc_high_gprs and __reserved.
10137         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
10138         New file with reverted content.
10139         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
10140         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
10141         Regenerated.
10142         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
10143         Regenerated.
10145 2014-07-31  Andreas Schwab  <schwab@suse.de>
10147         * config.h.in (HAVE_IFUNC): Define to 0.
10148         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
10149         definedness.
10151 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
10153         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10154         memmove-avx-unaligned, memcpy-avx-unaligned and
10155         mempcpy-avx-unaligned.
10156         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10157         Add tests for AVX memcpy functions.
10158         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
10159         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
10160         memcpy_chk.
10161         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
10162         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
10163         memmove_chk.
10164         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
10165         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
10166         mempcpy_chk.
10167         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
10168         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
10169         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
10171 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10173         [BZ #17213]
10174         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
10175         powerpc64le.
10177 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
10179         [BZ #16839]
10180         * manual/llio.texi: Add section about open file description locks.
10181         * manual/examples/ofdlocks.c: Example of open file description
10182         lock usage.
10183         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
10184         F_OFD_SETLK, and F_OFD_SETLKW.
10186 2014-07-23  Allan McRae  <allan@archlinux.org>
10188         * po/es.po: Update Spanish translation from translation project.
10190 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
10192         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
10194 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
10196         [BZ #17078]
10197         * sysdeps/arm/dl-machine.h (elf_machine_rela)
10198         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
10199         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
10201 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
10203         [BZ #17088]
10204         * math/fesetenv.c (__fesetenv)
10205         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
10206         * math/feupdateenv.c (__feupdateenv)
10207         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
10209         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
10210         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10211         (__ASSUME_SOCKETCALL): Do not define.
10213         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
10214         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
10215         (__ASSUME_SOCKETCALL): Do not define.
10216         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
10217         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
10218         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10219         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
10220         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10221         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
10222         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10223         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10225         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
10226         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
10227         (__ASSUME_SOCKETCALL): Do not define.
10228         (__ASSUME_IPC64): Define unconditionally.
10229         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
10230         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10231         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
10232         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10233         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
10234         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10235         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
10236         Likewise.
10238         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
10239         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
10240         (__ASSUME_SOCKETCALL): Do not define.
10241         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
10242         (__ASSUME_FUTEX_LOCK_PI): Likewise.
10243         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10244         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10245         (__ASSUME_REQUEUE_PI): Define unconditionally.
10246         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
10247         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
10248         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10249         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
10250         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10251         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10253         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
10254         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
10255         (__ASSUME_SOCKETCALL): Do not define.
10256         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
10257         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10258         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10259         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
10260         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10261         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10263         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
10264         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
10265         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10266         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
10267         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10268         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
10269         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10270         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
10271         (__ASSUME_GETCPU_SYSCALL): Likewise.
10273         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
10274         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
10275         cases for individual architectures.
10276         * sysdeps/gnu/configure: Regenerated.
10277         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
10278         LIBC_SLIBDIR_RTLDDIR.
10279         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
10280         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
10281         LIBC_SLIBDIR_RTLDDIR.
10282         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
10283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
10284         LIBC_SLIBDIR_RTLDDIR.
10285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
10286         Regenerated.
10287         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
10288         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
10289         file.
10290         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
10291         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
10292         file.
10293         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
10294         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
10295         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
10296         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
10298         * sysdeps/aarch64/shlib-versions: Move to ...
10299         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
10300         * sysdeps/alpha/shlib-versions: Move to ...
10301         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
10302         * sysdeps/arm/shlib-versions: Move to ...
10303         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
10304         * sysdeps/hppa/shlib-versions: Move all contents except for
10305         libgcc_s entry to ...
10306         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
10307         entry from ...
10308         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
10309         * sysdeps/ia64/shlib-versions: Move to ...
10310         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
10311         entry from ...
10312         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
10313         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
10314         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
10315         * sysdeps/microblaze/shlib-versions: Move to ...
10316         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
10317         * sysdeps/mips/shlib-versions: Move to ...
10318         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
10319         entry from ...
10320         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
10321         * sysdeps/tile/shlib-versions: Move to ...
10322         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
10323         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
10324         from ...
10325         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
10326         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
10327         entry from ...
10328         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
10330 2014-07-17  Will Newton  <will.newton@linaro.org>
10332         * sysdeps/arm/bits/atomic.h
10333         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
10334         (__arch_compare_and_exchange_bool_16_int): Likewise.
10335         (__arch_compare_and_exchange_bool_64_int): Likewise.
10337         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
10338         into an #else block.
10340 2014-07-16  Roland McGrath  <roland@hack.frob.com>
10342         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
10343         just Linux configurations.  Test empirically that the compiler sets
10344         __ARM_EABI__, rather than using the tuple to decide.
10345         * sysdeps/arm/preconfigure: Regenerated.
10346         * sysdeps/unix/sysv/linux/arm/configure: File removed.
10347         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
10348         contents appended ...
10349         * sysdeps/arm/configure.ac: ... here.
10350         * sysdeps/arm/configure: Regenerated.
10352 2014-07-15  Roland McGrath  <roland@hack.frob.com>
10354         * nptl/pthread_kill.c: New file.
10355         * nptl/pthread_sigmask.c: New file.
10356         * nptl/pthread_sigqueue.c: New file.
10358         * sysdeps/nptl/lowlevellock.h: New file.
10359         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
10360         * sysdeps/nptl/lowlevellock-futex.h: New file.
10362         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
10363         Remove dead declarations.
10365 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
10367         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
10368         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
10369         config-cflags-avx2.
10370         * sysdeps/x86_64/configure.ac: Likewise.
10371         * sysdeps/i386/configure: Regenerated.
10372         * sysdeps/x86_64/configure: Likewise.
10373         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10374         memset-avx2 only if config-cflags-avx2 is yes.
10375         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10376         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
10377         defined.
10378         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
10379         only if HAVE_AVX2_SUPPORT is defined.
10380         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10382 2014-07-14  Alan Modra  <amodra@gmail.com>
10384         [BZ #17153]
10385         * elf/elf.h (DT_PPC64_NUM): Correct value.
10386         * NEWS: Add to fixed bug list.
10388 2014-07-13  Jim Meyering  <meyering@fb.com>
10390         [BZ 17150]
10391         regex: don't deref NULL upon heap allocation failure
10392         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
10393         failure in one more place.
10394         To trigger the segfault, configure grep -with-included-regex,
10395         build it, and run these commands:
10396         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
10398 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10400         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10402 2014-07-11  Richard Henderson  <rth@redhat.com>
10404         * sysdeps/aarch64/libm-test-ulps: Update.
10406 2014-07-10  Florian Weimer  <fweimer@redhat.com>
10408         [BZ #17135]
10409         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
10410         * nptl/allocatestack.c (__nptl_setxid_error): New function.
10411         (__nptl_setxid): Initialize error member.  Call
10412         __nptl_setxid_error.
10413         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
10414         * nptl/descr.h (struct xid_command): Add error member.
10415         * nptl/tst-setuid3.c: New file.
10416         * nptl/Makefile (tests): Add it.
10418 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10420         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
10421         New define.
10422         (__lll_trylock): Use __lll_base_trylock.
10423         (__lll_cond_trylock): Likewise.
10425 2014-07-10  Roland McGrath  <roland@hack.frob.com>
10427         * nptl/pthread_create.c (start_thread): Use atomic_or and
10428         lll_futex_wake directly rather than lll_robust_dead.
10429         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
10430         (lll_robust_dead): Macro removed.
10431         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
10432         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
10433         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
10434         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
10435         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
10436         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
10437         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
10438         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
10439         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
10440         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
10441         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
10442         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
10443         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
10444         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
10445         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
10447         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
10448         Use atomic_compare_and_exchange_val_acq directly rather than
10449         lll_robust_trylock.
10450         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
10451         (__lll_robust_trylock, lll_robust_trylock): Removed.
10452         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
10453         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
10454         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
10455         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
10456         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
10457         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
10458         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
10459         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
10460         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
10461         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
10462         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
10463         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
10464         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
10465         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
10467 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10469         * manual/locale.texi (Locale Names): New section documenting
10470         locale name syntax.  Adjust menu and node chaining accordingly.
10471         (Choosing Locale): Reference Locale Names, Locale Categories.
10472         Mention setting LC_ALL=C.  Reflect that name syntax is now
10473         documented.
10474         (Locale Categories): New section title.  Reference Locale Names.
10475         LC_ALL is an environment variable, but not a category.
10476         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
10477         description, now in Locale Name.  Reference that section.  Locale
10478         name syntax is now documented.
10480 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10482         [BZ #17137]
10483         * locale/findlocale.c (name_present, valid_locale_name): New
10484         functions.
10485         (_nl_find_locale): Use the loc_name variable to store name
10486         candidates.  Call name_present and valid_locale_name to check and
10487         validate locale names.  Return an error if the locale is invalid.
10489 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10491         * locale/setlocale.c (setlocale): Use strdup for allocating
10492         composite name copy.
10494 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10496         Sync up with gnulib.
10497         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
10498         [!_LIBC && ENABLE_NLS]: Include gettext.h.
10499         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
10500         and _GL_ARG_NONNULL.
10501         [USE_UNLOCKED_IO]: Include unlocked-io.h.
10502         [!_LIBC]: Include code for Windows and Cygwin.
10503         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
10504         Include prototype for int strerror_r.
10505         [!_LIBC] (is_open): New function.
10506         (flush_stdout): New function.
10507         (print_errno_message): Use it.
10508         (error): Likewise.
10509         (error_at_line): Likewise.
10510         (error_tail) Add function attribute macros.  Use
10511         __builtin_expect.
10513         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
10515         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
10517         * io/ftw.c: Include sys/param.h unconditionally.
10519         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
10521         [BZ #17125]
10522         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
10523         libc_freeres_ptr.
10524         (freecache): New function to free CACHE on exit.
10526         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
10527         initialization.
10529 2014-07-09  David S. Miller  <davem@davemloft.net>
10531         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10533         * sysdeps/sparc/nptl/internaltypes.h: Delete.
10534         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
10535         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
10536         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
10537         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
10538         * sysdeps/sparc/nptl/sem_init.c: Likewise.
10539         * sysdeps/sparc/nptl/sem_post.c: Likewise.
10540         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
10541         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
10542         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
10543         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
10544         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
10545         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
10547 2014-07-09  Andreas Schwab  <schwab@suse.de>
10549         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
10550         output.
10551         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
10552         (do_test): Likewise.
10554         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
10556 2014-07-09  Will Newton  <will.newton@linaro.org>
10558         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
10559         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
10560         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
10561         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
10562         * sysdeps/hppa/start.S (_start): Likewise.
10564 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
10566         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
10568         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
10569         defined.
10571 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
10573         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
10574         after checking that it is non-NULL.
10576         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
10578 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10580         * sysdeps/powerpc/memmove.c: Remove file.
10581         * sysdeps/powerpc/powerpc32/power4/memcopy.h
10582         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
10583         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
10584         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
10585         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
10586         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
10587         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
10588         string memmove instead of removed powerpc one.
10590         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
10591         [weak_alias]: Fix compiler warning due trailing data.
10592         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
10593         [weak_alias]: Likewise.
10594         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
10595         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
10597         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
10598         (__libc_ifunc_impl_list): Add memmove functions.
10600 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
10602         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
10603         Remove code.
10604         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
10605         Likewise
10606         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
10607         Likewise
10608         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
10609         Likewise
10610         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
10611         Likewise
10612         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
10613         Likewise
10614         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
10615         Likewise
10616         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
10617         Likewise
10618         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
10619         Likewise
10620         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
10621         Likewise
10622         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
10623         Likewise
10624         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
10625         Likewise
10626         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
10627         Likewise
10628         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
10629         Likewise
10630         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
10631         Likewise
10632         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
10633         Likewise
10634         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
10635         Likewise
10637 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10639         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
10640         to avoid alignment traps in non-cacheable memory.
10641         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
10643         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
10644         multiarch objects.
10645         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
10646         file: multiarch power7 memmove.
10647         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
10648         multiarch default memmove.
10649         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
10650         multiarch memove for powerpc32/power4.
10652         * string/bcopy.c: Use full path to include memmove.c.
10653         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
10654         multiarch objects.
10655         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
10656         bcopy for powerpc64.
10657         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
10658         bcopy for powerpc64.
10659         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
10660         and memmove implementations.
10661         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
10662         optimized multiarch memmove for POWER7/powerpc64.
10663         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
10664         default multiarch memmove for powerpc64.
10665         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
10666         multiarch for powerpc64.
10667         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
10668         for POWER7/powerpc64.
10669         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
10670         memmove for POWER7/powerpc64.
10672         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
10673         glibc default one.
10675         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
10676         __ELF_NATIVE_CLASS equal to 64.
10678 2014-07-07  Roland McGrath  <roland@hack.frob.com>
10680         * sysdeps/nptl/lowlevellock.h: File removed.
10682         * NEWS: NPTL is no longer an add-on!
10683         * nptl/internaltypes.h: Moved ...
10684         * sysdeps/nptl/internaltypes.h: ... here.
10685         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
10686         * sysdeps/nptl/fork.c: Likewise.
10687         * sysdeps/nptl/gai_misc.h: Likewise.
10688         * sysdeps/nptl/librt-cancellation.c: Likewise.
10689         * sysdeps/nptl/jmp-unwind.c: Likewise.
10690         * sysdeps/nptl/setxid.h: Likewise.
10691         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
10692         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
10693         * sysdeps/unix/sysv/linux/arm/Implies: New file.
10694         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
10695         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
10696         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
10697         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
10698         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
10699         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
10700         * sysdeps/unix/sysv/linux/mips/Implies: New file.
10701         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
10702         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
10703         * sysdeps/unix/sysv/linux/sh/Implies: New file.
10704         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
10705         * sysdeps/unix/sysv/linux/tile/Implies: New file.
10706         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
10707         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
10708         * nptl/Makeconfig: Moved ...
10709         * sysdeps/nptl/Makeconfig: ... here.
10710         * nptl/configure: File removed.
10711         * nptl/ANNOUNCE: File removed.
10712         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
10713         * sysdeps/unix/sysv/linux/configure: Regenerated.
10715         * nptl/Makefile (routines): Add libc_pthread_init,
10716         libc_multiple_threads, register-atfork and unregister-atfork.
10717         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
10718         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
10719         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
10720         pthread-pi-defines.sym, structsem.sym.
10721         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
10722         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
10723         [$(subdir) = nptl] (tests): Add tst-setgetname.
10724         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
10725         * sysdeps/unix/sysv/linux/sigaction.c: Just include
10726         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
10727         [!LIBC_SIGACTION]: Remove aliases.
10728         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10729         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10730         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10731         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
10732         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10733         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
10734         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
10735         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
10736         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10737         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
10738         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
10739         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
10740         __libc_allocate_rtsig_private.
10741         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
10742         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
10743         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
10744         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
10745         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
10746         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
10747         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
10748         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
10749         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
10750         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
10751         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
10752         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
10753         * nptl/internaltypes.h: ... here.
10754         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
10755         * sysdeps/nptl/jmp-unwind.c: ... here.
10756         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
10757         * nptl/libc-lowlevellock.c: ... here.
10758         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
10759         * nptl/libc_multiple_threads.c: ... here.
10760         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
10761         * nptl/libc_pthread_init.c: ... here.
10762         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
10763         * nptl/lowlevelbarrier.sym: ... here.
10764         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
10765         * nptl/lowlevelcond.sym: ... here.
10766         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
10767         * nptl/lowlevellock.c: ... here.
10768         * nptl/lowlevellock.h: Moved ...
10769         * sysdeps/nptl/lowlevellock.h: ... here.
10770         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
10771         * nptl/lowlevelrobustlock.c: ... here.
10772         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
10773         * nptl/lowlevelrobustlock.sym: ... here.
10774         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
10775         * nptl/lowlevelrwlock.sym: ... here.
10776         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
10777         * nptl/pt-fork.c: ... here.
10778         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
10779         * nptl/pthread-pi-defines.sym: ... here.
10780         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
10781         * nptl/pthread_attr_getaffinity.c: ... here.
10782         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
10783         * nptl/pthread_attr_setaffinity.c: ... here.
10784         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
10785         * nptl/pthread_mutex_cond_lock.c: ... here.
10786         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10787         Update #include.
10788         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
10789         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
10790         * nptl/pthread_once.c: ... here, replacing old file.
10791         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
10792         * nptl/pthread_yield.c: ... here.
10793         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
10794         * nptl/register-atfork.c: ... here.
10795         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
10796         * nptl/sem_post.c: ... here.
10797         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
10798         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
10799         * nptl/sem_timedwait.c: ... here.
10800         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
10801         * nptl/sem_trywait.c: ... here.
10802         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
10803         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
10804         * nptl/sem_wait.c: ... here.
10805         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
10806         * nptl/structsem.sym: ... here.
10807         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
10808         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
10809         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
10810         * nptl/unregister-atfork.c: ... here.
10811         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
10812         * nptl/unwindbuf.sym: ... here.
10813         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
10814         * sysdeps/nptl/fork.c: ... here.
10815         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
10816         * sysdeps/nptl/fork.h: ... here.
10817         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
10818         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
10819         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
10820         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
10821         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
10822         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
10823         * sysdeps/unix/sysv/linux/getpid.c: ... here.
10824         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
10825         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
10826         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
10827         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
10828         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
10829         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
10830         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
10831         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
10832         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
10833         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
10834         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
10835         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
10836         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
10837         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
10838         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
10839         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
10840         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
10841         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
10842         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
10843         * sysdeps/unix/sysv/linux/raise.c: ... here.
10844         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
10845         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
10846         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
10847         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
10848         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
10849         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
10850         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
10851         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
10852         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
10853         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
10854         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
10855         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
10856         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
10857         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
10858         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
10860 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10862         * sysdeps/generic/memcopy.h: Add comment for
10863         MEMCPY_OK_FOR_FWD_MEMMOVE.
10865 2014-07-04  Will Newton  <will.newton@linaro.org>
10867         * string/memchr.c: Merge from gnulib.
10868         [_LIBC]: Remove conditionals.
10869         (__ptr_t): Remove define.
10870         (LONG_MAX_32_BITS): Likewise.
10871         (LONG_MAX): Likewise.
10872         (MEMCHR): Use ANSI prototype and optimize algorithm.
10874         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
10876 2014-07-03  Roland McGrath  <roland@hack.frob.com>
10878         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
10879         (lll_futex_timed_wait_bitset): Fix syscall argument count.
10881         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
10882         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
10883         in a bare environment with no <stdlib.h> installed.
10884         * sysdeps/nptl/configure: Regenerated.
10886         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
10888         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
10889         AC_EGREP_CPP for kernel header checks, so they only succeed if
10890         including <linux/version.h> actually works right.
10891         * sysdeps/unix/sysv/linux/configure: Regenerated.
10893         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
10894         value so it's not diagnosed as unused.
10896         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
10897         thing) with "ifeq ($(subdir),rt)".
10899 2014-07-03  Richard Henderson  <rth@redhat.com>
10901         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
10902         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
10903         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
10905         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
10906         (math_force_eval): New.
10908         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
10909         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
10911         * sysdeps/alpha/fpu/s_round.c: Remove file.
10912         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
10914         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
10915         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10916         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10917         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10918         (_dl_start, print_statistics): Likewise.
10919         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10920         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10922         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10923         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10924         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10925         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10926         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10927         (HP_SMALL_TIMING_AVAIL): Define.
10928         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10929         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10930         (HP_SMALL_TIMING_AVAIL): Define.
10931         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10932         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10934         * sysdeps/aarch64/hp-timing.h: New file.
10936         * sysdeps/generic/hp-timing.h: Remove dead comment.
10937         * sysdeps/generic/hp-timing-common.h: New file.
10938         * sysdeps/alpha/hp-timing.h: Include it.
10939         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10940         * sysdeps/i386/i686/hp-timing.h: Likewise.
10941         * sysdeps/ia64/hp-timing.h: Likewise.
10942         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10943         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10944         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10945         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10946         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10947         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10948         (hp_timing_t): New.
10950         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10951         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10952         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10953         * elf/rtld.c (_dl_start_final): Likewise.
10954         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10955         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10956         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10957         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10958         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10959         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10960         (HP_TIMING_DIFF_INIT): Remove.
10961         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10962         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10963         (HP_TIMING_DIFF_INIT): Remove.
10964         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10965         * sysdeps/i386/i686/hp-timing.c: Remove file.
10966         * sysdeps/x86_64/hp-timing.c: Remove file.
10967         * sysdeps/ia64/hp-timing.c: Remove file.
10968         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10969         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10970         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10971         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10973         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10974         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10975         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10976         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10977         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10978         (HP_TIMING_ACCUM): Remove.
10979         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10980         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10981         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10983         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10984         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10985         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10986         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10987         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10988         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10989         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10990         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10992         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10994 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
10996         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10998 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11000         Sync up with gettext.
11001         * intl/loadmsgcat.c: Define O_BINARY if not defined.
11002         [_MSC_VER]: Include malloc.h
11003         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
11004         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
11005         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
11006         TEMP_FAILURE_RETRY.  Cast return of alloca.
11007         [!_LIBC] Call gl_rwlock_init.
11008         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
11010 2014-07-02  Roland McGrath  <roland@hack.frob.com>
11012         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
11013         before checking its value.
11015 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11017         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
11019         * debug/memcpy_chk.c: Don't include pagecopy.h.
11020         * debug/mempcpy_chk.c: Likewise.
11021         * string/memcpy.c: Likewise.
11022         * string/memmove.c: Likewise.
11023         * sysdeps/powerpc/memmove.c: Likewise.
11024         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
11025         definition of PAGE_COPY_FWD_MAYBE here...
11026         * sysdeps/generic/pagecopy.h: ... from here.
11027         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
11029 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11030             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11032         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
11033         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
11034         optimizations.
11035         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11036         (__libc_ifunc_impl_list): Likewise.
11037         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
11038         multiarch strcat for PPC64.
11039         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
11040         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
11042 2014-07-02  Roland McGrath  <roland@hack.frob.com>
11044         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
11046 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11048         * intl/loadmsgcat.c: Remove declaration of
11049         get_sysdep_segment_value.
11050         (get_sysdep_segment_value): Use ISO C style.
11051         (_nl_load_domain): Use ISO C style.  Get rid of redundant
11052         semicolon.  Fix typo and formatting in comment.
11053         (_nl_unload_domain): Use ISO C style.
11055         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
11057 2014-07-02  Will Newton  <will.newton@linaro.org>
11059         * malloc/obstack.c: Merge from gnulib master.
11060         [HAVE_CONFIG_H]: Remove conditional code.
11061         [!_LIBC]: Include config.h.
11062         [!ELIDE_CODE]: Don't include inttypes.h, include
11063         stdint.h unconditionally.
11064         (print_and_abort): Mark as _Noreturn.
11065         (_obstack_allocated_p): Mark as __attribute_pure__.
11066         (obstack_free): Rename to __obstack_free.
11067         [!__attribute__]: Remove conditional code.
11068         * malloc/obstack.h: Merge from gnulib master.
11069         [__cplusplus]: Move conditional down.
11070         [!__attribute_pure__]: Define __attribute_pure__ here
11071         if it is not already defined.
11072         (_obstack_memory_used): Mark as __attribute_pure__.
11073         [!__obstack_free]: Define as obstack_free.
11074         [__GNUC__]: Remove check for ancient NeXT gcc.
11076 2014-07-02  Will Newton  <will.newton@linaro.org>
11077             Paul Eggert  <eggert@cs.ucla.edu>
11079         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
11081 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11083         * resolv/gethnamaddr.c: Add comment warning that the file is
11084         not maintained.
11086 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
11088         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
11089         entries.
11091         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
11092         entry for aio_cancel and aio_cancel64.
11093         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
11094         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
11095         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
11096         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
11097         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
11098         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
11099         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
11100         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
11101         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
11102         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
11103         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
11104         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
11105         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
11107 2014-07-01  Roland McGrath  <roland@hack.frob.com>
11109         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
11110         * nptl/pthread_mutex_lock.c: Likewise.
11111         * nptl/pthread_mutex_timedlock.c: Likewise.
11112         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
11114 2014-07-01  Richard henderson  <rth@redhat.com>
11116         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
11117         (__isnan, __isnanl): Remove.
11118         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
11120         * sysdeps/alpha/fpu/libm-test-ulps: Update.
11122 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
11124         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11126 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
11128         * resolv/nss_dns/dns-host.c (getanswer_r)
11129         [MULTI_PTRS_ARE_ALIASES]: Remove code.
11131 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
11133         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11134         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
11135         undefine.
11136         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
11137         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
11139 2014-07-01  Roland McGrath <roland@hack.frob.com>
11141         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
11142         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
11144         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
11145         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
11147         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
11148         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
11149         ... here.
11150         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
11151         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
11153         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
11154         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
11155         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
11156         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
11158         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
11159         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
11160         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
11161         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
11162         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
11163         Moved ...
11164         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
11165         ... here.
11166         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
11167         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
11168         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
11169         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
11170         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
11171         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
11172         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
11173         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
11174         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
11175         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
11176         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
11177         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
11178         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
11179         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
11180         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
11181         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
11182         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
11183         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
11184         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
11185         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
11186         ... here.
11187         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
11188         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
11189         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
11190         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
11191         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
11192         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
11193         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
11194         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
11196 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
11198         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
11199         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
11200         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
11201         Add sysdep.
11203 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11205         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11207 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
11209         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
11210         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11212         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11214         * sysdeps/arm/libm-test-ulps: Regenerated.
11216 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
11217             Roland McGrath <roland@hack.frob.com>
11219         * test-skeleton.c (signal_handler): Kill the whole process group
11220         before killing the child individually.
11221         (main): Report any failure on `setpgid'.
11223 2014-06-30  Roland McGrath  <roland@hack.frob.com>
11225         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
11226         from _TLS_H to _ARM_NPTL_TLS_H.
11227         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
11228         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
11230 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
11232         [BZ #16539]
11233         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
11234         (__expm1l): Return argument unchanged when small but not
11235         subnormal.
11237         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
11238         include macro name.
11239         (_FP_UNPACK_RAW_1_P): Likewise.
11240         (_FP_PACK_RAW_1): Likewise.
11241         (_FP_PACK_RAW_1_P): Likewise.
11242         (_FP_MUL_MEAT_1_wide): Likewise.
11243         (_FP_MUL_MEAT_DW_1_hard): Likewise.
11244         (_FP_MUL_MEAT_1_hard): Likewise.
11245         (_FP_DIV_MEAT_1_imm): Likewise.
11246         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
11247         (_FP_DIV_MEAT_1_udiv): Likewise.
11248         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
11249         (_FP_UNPACK_RAW_2): Likewise.
11250         (_FP_UNPACK_RAW_2_P): Likewise.
11251         (_FP_PACK_RAW_2): Likewise.
11252         (_FP_PACK_RAW_2_P): Likewise.
11253         (_FP_MUL_MEAT_DW_2_wide): Likewise.
11254         (_FP_MUL_MEAT_2_wide): Likewise.
11255         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
11256         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
11257         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
11258         (_FP_MUL_MEAT_2_gmp): Likewise.
11259         (_FP_DIV_MEAT_2_udiv): Likewise.
11260         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
11261         (_FP_FRAC_SRL_4): Likewise.
11262         (_FP_FRAC_SRST_4): Likewise.
11263         (_FP_FRAC_SRS_4): Likewise.
11264         (_FP_UNPACK_RAW_4): Likewise.
11265         (_FP_UNPACK_RAW_4_P): Likewise.
11266         (_FP_PACK_RAW_4): Likewise.
11267         (_FP_PACK_RAW_4_P): Likewise.
11268         (_FP_MUL_MEAT_DW_4_wide): Likewise.
11269         (_FP_MUL_MEAT_4_wide): Likewise.
11270         (_FP_MUL_MEAT_4_gmp): Likewise.
11271         (umul_ppppmnnn): Likewise.
11272         (_FP_DIV_MEAT_4_udiv): Likewise.
11273         (__FP_FRAC_ADD_4): Likewise.
11274         (__FP_FRAC_SUB_3): Likewise.
11275         (__FP_FRAC_SUB_4): Likewise.
11276         (__FP_FRAC_DEC_3): Likewise.
11277         (__FP_FRAC_DEC_4): Likewise.
11278         (__FP_FRAC_ADDI_4): Likewise.
11279         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
11280         (_FP_FRAC_SRL_8): Likewise.
11281         (_FP_FRAC_SRS_8): Likewise.
11283         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
11284         include macro name.
11285         (FP_UNPACK_RAW_EP): Likewise.
11286         (FP_PACK_RAW_E): Likewise.
11287         (FP_PACK_RAW_EP): Likewise.
11288         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
11289         (_FP_ISSIGNAN): Likewise.
11290         (_FP_ADD_INTERNAL): Likewise.
11291         (_FP_FMA): Likewise.
11292         (_FP_CMP): Likewise.
11293         (_FP_SQRT): Likewise.
11294         (_FP_TO_INT): Likewise.
11295         (_FP_FROM_INT): Likewise.
11296         (FP_EXTEND): Likewise.
11297         (_FP_DIV_MEAT_N_loop): Likewise.
11299 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
11301         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
11302         throughout.
11304 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
11306         [BZ #17097]
11307         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
11308         result with correct sign in case of exponents that produce
11309         overflow except for X very close to 1.
11311 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
11313         mktime: merge #if/#ifdef usage from glibc
11314         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
11315         as that works with both Glibc's and Gnulib's style.
11316         See thread starting at Siddhesh Poyarekar's bug report at:
11317         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
11319 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
11321         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
11322         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
11323         * sysdeps/tile/tilegx/memmove.c: Remove file.
11325 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
11327         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
11328         abi-name definition.
11329         * scripts/soversions.awk: Do not handle or generate ABI lines.
11330         * shlib-versions: Remove ABI entries.
11331         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
11332         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
11334 2014-06-27  Roland McGrath  <roland@hack.frob.com>
11336         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
11337         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
11338         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
11339         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
11340         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
11341         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
11342         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
11343         Moved ...
11344         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
11345         ... here.
11346         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
11347         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
11348         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
11349         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
11350         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
11351         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
11352         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
11353         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
11354         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
11355         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
11356         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
11357         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
11358         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
11359         Moved ...
11360         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
11361         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
11362         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
11363         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
11364         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
11365         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
11366         Moved ...
11367         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
11368         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
11369         Moved ...
11370         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
11371         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
11372         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
11373         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
11374         Moved ...
11375         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
11376         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
11377         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
11378         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
11379         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
11380         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
11381         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
11382         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
11383         Moved ...
11384         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
11385         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
11386         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
11387         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
11388         Moved ...
11389         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
11390         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
11391         Moved ...
11392         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
11393         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
11394         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
11395         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
11396         Moved ...
11397         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
11398         ... here.
11399         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
11400         Identical file removed.
11401         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
11402         Moved ...
11403         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
11404         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
11405         Identical file removed.
11406         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
11407         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
11408         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
11409         Moved ...
11410         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
11411         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
11412         Identical file removed.
11413         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
11414         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
11415         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
11416         Identical file removed.
11417         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
11418         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
11419         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
11420         Identical file removed.
11421         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
11422         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
11423         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
11424         Identical file removed.
11425         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
11426         Moved ...
11427         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
11428         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
11429         Identical file removed.
11430         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
11431         Moved ...
11432         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
11433         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
11434         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
11435         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
11436         Identical file removed.
11437         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
11438         Moved ...
11439         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
11440         ... here.
11441         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
11442         Identical file removed.
11443         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
11444         Moved ...
11445         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
11446         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
11447         Identical file removed.
11448         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
11449         Moved ...
11450         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
11451         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
11452         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
11453         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
11454         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
11455         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
11456         Moved ...
11457         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
11458         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
11459         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
11461         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
11462         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
11463         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
11464         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
11465         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
11467 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
11469         [BZ #17092]
11470         * nscd/nscd.c (monitor_child): Return exit status of child
11471         instead of return value from wait syscall.
11473 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
11475         * configure.ac (libc_commonpagesize): Remove variable.
11476         (libc_relro_required): Likewise.
11477         (libc_cv_z_relro): Remove configure test.
11478         * configure: Regenerated.
11479         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
11480         variable.
11481         (libc_relro_required): Likewise.
11482         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
11483         (libc_relro_required): Likewise.
11484         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
11485         (libc_relro_required): Likewise.
11486         * sysdeps/arm/preconfigure: Regenerated.
11487         * sysdeps/ia64/preconfigure: Remove file.
11488         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
11489         variable.
11490         (libc_relro_required): Likewise.
11492         [BZ #16561]
11493         [BZ #16562]
11494         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
11495         (__ieee754_yn): Set FE_TONEAREST mode internally and then
11496         recompute overflowing results in original rounding mode.
11497         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
11498         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
11499         recompute overflowing results in original rounding mode.
11500         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
11501         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11502         recompute overflowing results in original rounding mode.
11503         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
11504         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11505         recompute overflowing results in original rounding mode.
11506         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
11507         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11508         recompute overflowing results in original rounding mode.
11509         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
11510         (libc_feholdsetround_ctx): New macro.
11511         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
11512         * sysdeps/i386/fpu/libm-test-ulps: Update.
11513         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
11515 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11517         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
11518         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
11519         corresponding .cpsetup call.
11521 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11523         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
11524         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
11525         * sysdeps/arm/Makefile [$(subdir) = csu]
11526         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
11527         (static-only-routines): Add aeabi_read_tp here.
11528         (shared-only-routines): Add libc-aeabi_read_tp here.
11529         (CFLAGS-libc-start.c): Add -fexceptions here.
11530         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
11531         (sysdep_routines, static-only-routines, shared-only-routines):
11532         Don't add to these here.
11533         (CFLAGS-libc-start.c): Likewise.
11535         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
11536         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
11537         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
11538         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
11539         * sysdeps/arm/Makefile [$(subdir) = rt]
11540         (librt-sysdep_routines, librt-shared-only-routines):
11541         Append rt-aeabi_unwind_cpp_pr1 here.
11542         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
11543         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
11544         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
11545         (libpthread-sysdep_routines, libpthread-shared-only-routines):
11546         Append nptl-aeabi_unwind_cpp_pr1 here.
11547         (tests): Filter out tst-cleanupx4 here.
11548         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
11549         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
11550         Don't do those here.
11552 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11554         * scripts/list-sources.sh: Do not handle ports specially.
11556 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11558         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
11559         * sysdeps/arm/feupdateenv.c: Likewise.
11561         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
11563 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11565         * manual/texinfo.tex: Update to version 2014-05-05.10 with
11566         trailing whitespace removed.
11567         * scripts/config.guess: Update to version 2014-03-23.
11568         * scripts/config.sub: Update to version 2014-05-01
11569         * scripts/install-sh: Update to version 2013-12-25.23.
11570         * scripts/move-if-change: Update from gnulib.
11572 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11574         * debug/memmove_chk.c: Remove pagecopy.h include.
11576 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11578         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
11579         identical to gnulib mktime.
11581 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11583         * configure.ac: Do not test for machine being rs6000.  Do not test
11584         for powerpc*-*soft.
11585         * configure: Regenerated.
11587         [BZ #11505]
11588         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
11589         test.
11590         * configure: Regenerated.
11591         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
11592         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
11593         Remove configure test.
11594         * sysdeps/arm/configure: Regenerated.
11595         * sysdeps/nptl/configure.ac: Do not check
11596         libc_cv_asm_cfi_directives.
11597         * sysdeps/nptl/configure: Regenerated.
11598         * sysdeps/x86_64/nptl/configure.ac: Remove file.
11599         * sysdeps/x86_64/nptl/configure: Remove generated file.
11600         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
11601         unconditional.
11602         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
11604 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11606         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
11607         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
11608         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
11609         it is defined.
11611         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
11612         instead of whether it is defined.
11613         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
11614         * sysdeps/hppa/dl-machine.h: Likewise.
11615         * sysdeps/ia64/dl-machine.h: Likewise.
11616         * sysdeps/m68k/dl-machine.h: Likewise.
11617         * sysdeps/microblaze/dl-machine.h: Likewise.
11618         * sysdeps/mips/dl-machine.: Likewise.
11619         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11620         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11621         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11622         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11623         * sysdeps/sh/dl-machine.h: Likewise.
11624         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11625         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11626         * sysdeps/tile/dl-machine.h: Likewise.
11627         * sysdeps/x86_64/dl-machine.h: Likewise.
11629         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
11630         code.
11631         (verify_persistent_db): Likewise.
11633 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11635         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
11636         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
11637         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
11638         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
11639         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
11640         Moved ...
11641         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
11642         ... here.
11643         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
11644         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
11645         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
11646         Identical file removed.
11647         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
11648         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
11649         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
11650         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
11651         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
11652         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
11653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
11654         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
11655         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
11656         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
11657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11658         Moved ...
11659         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
11660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
11661         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
11662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
11663         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
11664         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
11665         Moved ...
11666         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
11667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
11668         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
11669         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
11670         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
11671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
11672         Identical file removed.
11673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
11674         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
11675         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
11676         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
11677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
11678         Moved ...
11679         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
11680         ... here.
11681         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
11682         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
11683         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
11684         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
11685         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
11686         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
11687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
11688         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
11689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
11690         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
11691         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11692         Moved ...
11693         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
11694         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
11695         Moved ...
11696         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
11697         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
11698         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
11699         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
11700         Moved ...
11701         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
11702         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
11703         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
11705         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
11706         folded into ...
11707         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
11708         * sysdeps/unix/sysv/linux/s390/Versions
11709         (libpthread: GLIBC_2.19): New version set.
11710         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
11711         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
11712         (librt: GLIBC_2.3.3): New version set.
11713         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
11714         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
11715         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
11716         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
11717         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
11718         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
11719         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
11720         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
11721         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
11722         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
11723         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
11724         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
11725         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
11726         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
11727         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
11728         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
11729         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
11730         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
11731         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
11732         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
11733         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
11734         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
11735         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
11736         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
11737         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
11738         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
11739         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
11740         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
11741         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
11742         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
11743         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
11744         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
11745         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
11746         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
11747         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
11748         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
11749         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
11750         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
11751         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
11752         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
11753         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
11754         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
11755         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
11756         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
11757         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
11759         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
11760         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
11761         (__libc_vfork): Define the function under this name.
11762         [!NOT_IN_libc] (__vfork): Make this an alias.
11763         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11764         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
11765         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
11766         (__libc_vfork): Define the function under this name.
11767         [!NOT_IN_libc] (__vfork): Make this an alias.
11768         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11769         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
11770         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
11771         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
11772         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
11773         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
11775         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
11776         code that was previously under [RESET_PID].
11777         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
11778         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
11779         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
11781         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
11782         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
11783         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
11784         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
11785         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
11786         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
11787         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
11788         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
11789         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
11790         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
11791         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
11792         Moved ...
11793         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
11794         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
11795         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
11796         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
11797         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
11798         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
11799         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
11800         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
11801         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
11802         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
11803         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
11804         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
11805         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
11806         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
11807         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
11808         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
11809         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
11810         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
11811         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
11812         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
11813         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
11814         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
11815         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
11816         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
11817         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
11818         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
11819         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
11820         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
11821         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
11823 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11825         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
11826         that was previously under [RESET_PID].
11827         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
11829 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11831         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
11832         not undefine and redefine.
11833         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
11834         [O_CLOEXEC]: Make code unconditional.
11835         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
11836         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
11837         <kernel-features.h>.
11838         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
11839         conditional variable definition.
11840         (shm_open) [O_CLOEXEC]: Make code unconditional.
11841         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
11842         code.
11844         * configure.ac (USE_REGPARMS): Don't define here.
11845         * configure: Regenerated.
11846         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
11847         * sysdeps/i386/configure: Regenerated.
11849         * nptl/createthread.c: Don't include kernel-features.h.
11850         * nptl/pthread_cancel.c: Likewise.
11851         * nptl/pthread_condattr_setclock.c: Likewise.
11852         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
11853         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
11854         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
11855         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
11856         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
11857         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
11858         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
11859         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
11860         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
11861         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
11862         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
11863         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
11864         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
11865         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
11866         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
11867         * nscd/gai.c: Likewise.
11868         * nss/nss_db/db-open.c: Likewise.
11869         * sysdeps/generic/ldsodefs.h: Likewise.
11870         * sysdeps/sh/nptl/tls.h: Likewise.
11871         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
11872         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
11873         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
11874         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
11875         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
11876         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
11877         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
11878         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
11879         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11880         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
11881         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
11882         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11883         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
11884         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
11885         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
11886         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
11887         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
11888         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
11889         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
11890         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
11891         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
11892         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
11893         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
11894         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
11895         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
11896         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
11897         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
11898         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
11899         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
11900         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
11901         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
11902         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
11903         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
11904         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
11905         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
11906         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11907         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
11908         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11909         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
11910         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
11911         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
11912         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
11913         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
11914         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11915         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11916         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11917         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11918         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11919         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11920         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11921         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11922         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11923         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11924         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11925         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11926         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11927         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11928         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11951         * sysdeps/unix/sysv/linux/pread.c: Likewise.
11952         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11953         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11954         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11955         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11956         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11957         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11958         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11959         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11960         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11961         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11962         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11963         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11964         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11965         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11966         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11967         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11968         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11969         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11970         * sysdeps/unix/sysv/linux/system.c: Likewise.
11971         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11972         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11973         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11974         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11975         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11976         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11977         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11979         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11980         * configure: Regenerated.
11981         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11983         * configure.ac (base_machine): Do not set specially for particular
11984         machines here.
11985         * configure: Regenerated.
11986         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11987         settings from configure.ac.
11988         * sysdeps/i386/preconfigure: New file.
11989         * sysdeps/s390/preconfigure: Likewise.
11990         * sysdeps/sh/preconfigure: Likewise.
11991         * sysdeps/sparc/preconfigure: Likewise.
11993 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11995         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11996         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11997         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11998         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11999         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
12000         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
12001         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
12002         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
12003         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
12004         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
12005         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
12006         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
12007         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
12008         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
12009         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
12010         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
12011         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
12012         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
12013         * sysdeps/sparc/sparc64/Makefile: ... appended here.
12015         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
12016         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
12017         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
12018         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
12019         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
12020         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
12021         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
12022         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
12023         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
12024         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
12025         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
12026         * sysdeps/sparc/sparc32/sem_post.c: ... here.
12027         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
12028         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
12029         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
12030         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
12031         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
12032         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
12033         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
12034         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
12035         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
12036         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
12037         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
12038         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
12039         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
12040         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
12041         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
12042         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
12043         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
12044         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
12045         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
12046         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
12047         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
12048         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
12049         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
12050         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
12051         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
12052         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
12054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
12055         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
12056         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
12057         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
12058         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
12059         Moved ...
12060         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
12061         ... here.
12062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
12063         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
12064         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
12065         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
12066         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
12067         Moved ...
12068         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
12069         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
12070         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
12071         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
12072         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
12073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
12074         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
12075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
12076         Moved ...
12077         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
12078         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
12079         Moved ...
12080         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
12081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
12082         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
12083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
12084         Moved ...
12085         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
12086         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
12087         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
12088         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
12089         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
12090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
12091         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
12092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
12093         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
12094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
12095         Moved ...
12096         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
12097         ... here.
12098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
12099         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
12100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
12101         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
12102         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
12103         Moved ...
12104         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
12105         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
12106         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
12107         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
12108         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
12109         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
12110         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
12111         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
12112         Moved ...
12113         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
12114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
12115         Moved ...
12116         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
12117         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
12118         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
12119         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
12120         Moved ...
12121         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
12122         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
12123         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
12124         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
12125         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
12127 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
12129         * timezone/checktab.awk: Update from tzcode 2014e.
12130         * timezone/private.h: Likewise.
12131         * timezone/tzfile.h: Likewise.
12132         * timezone/zdump.c: Likewise.
12133         * timezone/zic.c: Likewise.
12135         * sysdeps/unix/sysv/linux/kernel-features.h
12136         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
12137         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
12138         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
12139         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
12140         Remove conditional code.
12142 2014-06-25  Will Newton  <will.newton@linaro.org>
12144         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
12145         (_dl_arm_cap_flags): Add HWCAP2 values.
12146         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
12147         (_DL_HWCAP_COUNT): Increase to 37.
12148         (_DL_HWCAP_LAST): New define.
12149         (_DL_HWCAP2_LAST): New define.
12150         (_dl_procinfo): Add support for printing
12151         AT_HWCAP2 entries.
12152         (_dl_string_hwcap): Use _dl_hwcap_string.
12154 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12156         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12158 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
12160         * README: Do not mention ports directory.
12162         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
12163         Remove macro.
12164         * sysdeps/unix/sysv/linux/futimes.c: Do not include
12165         <kernel-features.h>.
12166         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
12167         conditional variable definition.
12168         (__futimes): Update comment.
12169         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
12170         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
12172         [BZ #16560]
12173         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
12174         arguments close to 0.
12175         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
12176         Likewise.
12177         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
12178         Likewise.
12179         * math/auto-libm-test-in: Add more tests of exp10.
12180         * math/auto-libm-test-out: Regenerated.
12181         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12183         * sysdeps/unix/sysv/linux/kernel-features.h
12184         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
12185         * sysdeps/unix/sysv/linux/readv.c: Do not include
12186         <kernel-features.h>.
12187         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
12188         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
12189         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
12190         unconditional.
12191         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
12192         conditional code.
12193         * sysdeps/unix/sysv/linux/writev.c: Do not include
12194         <kernel-features.h>.
12195         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
12196         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
12197         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
12198         unconditional.
12199         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
12200         conditional code.
12202 2014-06-25  Will Newton  <will.newton@linaro.org>
12204         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
12205         comment changes throughout the file.  Remove checks
12206         for HAVE_*_H definitions that are not required.
12207         (__gen_tempname): Call abort if an unknown kind value is
12208         passed.
12210 2014-06-25  Andreas Schwab  <schwab@suse.de>
12212         [BZ #17086]
12213         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
12214         scalbln, scalblnf, scalblnl in libc.
12216 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
12218         [BZ #17086]
12219         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
12220         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12221         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12223 2014-06-24  Roland McGrath  <roland@hack.frob.com>
12225         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
12226         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
12227         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
12228         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
12229         Update #include.
12230         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
12231         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
12232         Update #include.
12233         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
12234         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
12235         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
12236         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
12237         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
12238         * sysdeps/x86/bits/pthreadtypes.h: ... here.
12239         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
12240         * sysdeps/x86/bits/semaphore.h: ... here.
12241         * sysdeps/x86/nptl/elide.h: Moved ...
12242         * sysdeps/x86/elide.h: ... here.
12243         * sysdeps/x86_64/nptl/Implies: File removed.
12244         * sysdeps/i386/nptl/Implies: File removed.
12246 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
12248         [BZ #16539]
12249         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
12250         return the argument for normal arguments with exponent below -64.
12251         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12252         Likewise.
12253         * math/auto-libm-test-in: Add another test of expm1.
12254         * math/auto-libm-test-out: Regenerated.
12256         [BZ #16287]
12257         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
12258         calling __erfcl for arguments at least 16.
12259         * math/auto-libm-test-in: Add more tests of erf.
12260         * math/auto-libm-test-out: Regenerated.
12262         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
12263         individual architectures.
12264         * sysdeps/unix/sysv/linux/configure: Regenerated.
12265         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
12266         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
12267         * sysdeps/unix/sysv/linux/powerpc/configure.ac
12268         (ldd_rewrite_script): Define variable.
12269         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
12270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
12271         file.
12272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
12273         generated file.
12274         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
12275         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
12276         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
12277         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
12278         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
12279         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
12280         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
12281         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
12283 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12285         [BZ #17084]
12286         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
12287         Rename member __data.d to __data.__elision_data.
12289 2014-06-24  Wilco  <wdijkstr@arm.com>
12291         * NEWS: Add 16918 to fixed bug list.
12293 2014-06-24  Wilco  <wdijkstr@arm.com>
12295         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
12297 2014-06-24  Wilco  <wdijkstr@arm.com>
12299         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
12300         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
12301         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
12302         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
12303         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
12304         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
12305         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
12306         Use _FPU_MASK_RM.
12308 2014-06-24  Wilco  <wdijkstr@arm.com>
12310         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
12312 2014-06-24  Wilco  <wdijkstr@arm.com>
12314         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
12315         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
12316         * sysdeps/arm/fesetround.c (fesetround): Remove space.
12317         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
12319 2014-06-24  Wilco  <wdijkstr@arm.com>
12321         [BZ #16918]
12322         * sysdeps/arm/feupdateenv.c (feupdateenv):
12323         Rewrite to reduce FPSCR accesses and fix return value.
12325 2014-06-24  Wilco  <wdijkstr@arm.com>
12327         * sysdeps/arm/fclrexcpt.c (feclearexcept):
12328         Optimize to avoid unnecessary FPSCR writes.
12329         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
12330         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
12331         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
12332         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
12334 2014-06-24  Wilco  <wdijkstr@arm.com>
12336         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
12337         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
12338         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
12339         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
12340         Call libc_fetestexcept_vfp.
12341         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
12342         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
12343         __SOFTFP__ ifdef so that they can be built for softfp.
12345 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12347         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
12348         argument type signed char.
12350         * Makerules (check-abi): Dump diff of symlist if the test
12351         fails.
12353 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12355         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
12356         using abort.
12358         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12359         Remove unused variable ST.
12361 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
12363         [BZ #16354]
12364         [BZ #17061]
12365         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
12366         small arguments before calling __expm1.
12367         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
12368         small arguments before calling __expm1f.
12369         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
12370         small arguments before calling __expm1l.
12371         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12372         Likewise.
12373         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
12374         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
12375         spurious underflow for some cosh tests.
12376         * math/auto-libm-test-out: Regenerated.
12377         * sysdeps/i386/fpu/libm-test-ulps: Update.
12379         [BZ #17050]
12380         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
12381         (__ieee754_y1): Set errno if return value overflows.
12382         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
12383         (__ieee754_y1f): Set errno if return value overflows.
12384         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
12385         (__ieee754_y1l): Set errno if return value overflows.
12386         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
12387         (__ieee754_y1l): Set errno if return value overflows.
12388         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
12389         * math/auto-libm-test-out: Regenerated.
12391         * math/gen-auto-libm-tests.c: Document use of
12392         ignore-zero-inf-sign.
12393         (input_flag_type): Add value flag_ignore_zero_inf_sign.
12394         (input_flags): Add ignore-zero-inf-sign.
12395         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
12396         * math/gen-libm-test.pl (generate_testfile): Handle
12397         ignore-zero-inf-sign.
12398         * math/auto-libm-test-in: Mark some cpow tests with
12399         ignore-zero-inf-sign and some with xfail-rounding.
12400         * math/auto-libm-test-out: Regenerated.
12401         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
12402         * sysdeps/i386/fpu/libm-test-ulps: Update.
12403         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12405         [BZ #16315]
12406         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
12407         overflowing or underflowing operations take place with sign of
12408         result.
12409         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
12410         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
12411         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
12412         (__ieee754_pow): Recompute overflowing and underflowing results in
12413         original rounding mode.
12414         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
12415         (__powl_helper): Allow negative argument X and scale negated value
12416         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
12417         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
12418         overflowing or underflowing operations take place with sign of
12419         result.
12420         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
12421         Include <math.h>.
12422         * math/auto-libm-test-in: Add more tests of pow.
12423         * math/auto-libm-test-out: Regenerated.
12424         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
12425         (pow_tonearest_test_data): Remove.
12426         (pow_test_tonearest): Likewise.
12427         (pow_towardzero_test_data): Likewise.
12428         (pow_test_towardzero): Likewise.
12429         (pow_downward_test_data): Likewise.
12430         (pow_test_downward): Likewise.
12431         (pow_upward_test_data): Likewise.
12432         (pow_test_upward): Likewise.
12433         (main): Don't call removed functions.
12434         * sysdeps/i386/fpu/libm-test-ulps: Update.
12435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12437 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
12440         Moved ...
12441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
12442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
12443         Moved ...
12444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
12445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
12446         Moved ...
12447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
12448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
12449         Moved ...
12450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
12451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
12452         File removed.
12453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
12454         File removed.
12455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
12456         File removed.
12457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
12458         File removed.
12459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
12460         File removed.
12461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
12462         File removed.
12463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
12464         File removed.
12465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
12466         File removed.
12467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
12468         File removed.
12469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
12470         File removed.
12471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
12472         File removed.
12473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
12474         File removed.
12475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
12476         Moved ...
12477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
12478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
12479         Moved ...
12480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
12481         ... here.
12482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
12483         Moved ...
12484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
12485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
12486         Moved ...
12487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
12488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
12489         Moved ...
12490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
12491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
12492         Moved ...
12493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
12494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
12495         Moved ...
12496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
12497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
12498         Moved ...
12499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
12500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
12501         Moved ...
12502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
12503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
12504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
12505         ... here.
12506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
12507         Moved ...
12508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
12509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
12510         Moved ...
12511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
12512         ... here.
12513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
12514         Moved ...
12515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12516         ... here.
12517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12518         Moved ...
12519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
12520         ... here.
12521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
12522         Moved ...
12523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
12524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12525         Moved ...
12526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
12527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
12528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
12529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12530         Moved ...
12531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
12532         ... here.
12533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
12534         Moved ...
12535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
12536         ... here.
12537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12538         Moved ...
12539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
12540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
12541         Moved ...
12542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
12543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12544         Moved ...
12545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
12546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
12547         Moved ...
12548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
12549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12550         Moved ...
12551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
12552         ... here.
12553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
12554         Moved ...
12555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
12556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12557         Moved ...
12558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
12559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
12560         Moved ...
12561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
12562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12563         Moved ...
12564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
12565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
12566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
12567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12568         Moved ...
12569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
12570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
12571         Moved ...
12572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
12573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12574         Moved ...
12575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
12576         ... here.
12577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
12578         Moved ...
12579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
12580         ... here.
12581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12582         Moved ...
12583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
12584         ... here.
12585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
12586         Moved ...
12587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
12588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12589         Moved ...
12590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
12591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
12592         Moved ...
12593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
12594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12595         Moved ...
12596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
12597         ... here.
12598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
12599         Moved ...
12600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
12601         ... here.
12602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12603         Moved ...
12604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
12605         ... here.
12606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
12607         Moved ...
12608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
12609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
12610         Moved ...
12611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
12613 2014-06-23  Will Newton  <will.newton@linaro.org>
12614             Wilco  <wdijkstr@arm.com>
12616         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
12617         implementation.  Include get-rounding-mode.h.
12618         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
12619         [!libc_feholdsetround_noex_ctx]: Define
12620         libc_feholdsetround_noex_ctx.
12621         [!libc_feholdsetround_noexf_ctx]: Define
12622         libc_feholdsetround_noexf_ctx.
12623         [!libc_feholdsetround_noexl_ctx]: Define
12624         libc_feholdsetround_noexl_ctx.
12625         (libc_feholdsetround_ctx): New function.
12626         (libc_feresetround_ctx): New function.
12627         (libc_feholdsetround_noex_ctx): New function.
12628         (libc_feresetround_noex_ctx): New function.
12630 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12632         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
12633         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
12634         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
12635         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
12636         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
12637         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
12639         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
12640         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
12641         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
12642         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
12643         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
12644         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
12645         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
12646         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
12647         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
12648         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
12649         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
12650         Moved ...
12651         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
12652         ... here.
12653         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
12654         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
12655         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
12656         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
12657         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
12658         Moved ...
12659         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
12660         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
12661         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
12662         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
12663         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
12664         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
12665         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
12666         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
12667         Moved ...
12668         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
12669         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
12670         Moved ...
12671         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
12672         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
12673         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
12674         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
12675         Moved ...
12676         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
12677         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
12678         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
12679         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
12680         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
12681         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
12682         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
12683         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
12684         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
12685         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
12686         Moved ...
12687         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
12688         ... here.
12689         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
12690         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
12691         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
12692         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
12693         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
12694         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
12695         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
12696         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
12697         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
12698         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
12699         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
12700         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
12701         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
12702         Moved ...
12703         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
12704         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
12705         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
12706         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
12707         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
12708         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
12709         Moved ...
12710         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
12711         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
12712         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
12713         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
12714         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
12716         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
12717         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
12718         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
12719         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
12720         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
12721         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
12722         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
12723         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
12724         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
12725         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
12726         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
12727         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
12728         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
12729         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
12730         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
12731         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
12732         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
12733         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
12734         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
12735         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
12736         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
12737         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
12738         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
12739         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
12740         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
12741         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
12742         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
12743         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
12745 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
12747         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
12748         (FALLOC_FL_COLLAPSE_RANGE): New macro.
12749         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
12750         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
12751         (IPV6_PMTUDISC_INTERFACE): Likewise.
12752         (IPV6_PMTUDISC_OMIT): Likewise.
12754 2014-06-23  Andreas Schwab  <schwab@suse.de>
12756         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
12757         Remove unused errout label.
12759 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12761         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
12762         macro: hardware supports Vector Crypto instructions.
12764 2014-06-23  Will Newton  <will.newton@linaro.org>
12766         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
12767         rather than __builtin_expect.
12769         * elf/dl-lookup.c (undefined_msg): Remove variable.
12770         (_dl_lookup_symbol_x): Replace undefined_msg with string
12771         literal.
12773         * elf/dl-lookup.c (do_lookup_unique): New function.
12774         (do_lookup_x): Move STB_GNU_UNIQUE handling code
12775         to a separate function.
12777 2014-06-23  Andreas Schwab  <schwab@suse.de>
12779         [BZ #17079]
12780         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
12781         before reading the next line.
12783 2014-06-23  Will Newton  <will.newton@linaro.org>
12785         * test-skeleton.c (signal_handler): Use printf and %m
12786         rather than perror.  Use printf rather than fprintf to
12787         stderr.  Use puts rather than fputs to stderr.
12788         (main): Likewise.
12790 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
12792         * nscd/nscd.c (thread_info_t): Remove typedef.
12793         (thread_info): Remove variable.
12795 2014-06-21  Allan McRae  <allan@archlinux.org>
12797         * NEWS: Mention CVE-2014-4043.
12799 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12801         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
12802         * nptl/smp.h: ... here.
12804         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
12806         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
12807         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
12808         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
12809         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
12811         * nptl/allocatestack.c: Include <stack-aliasing.h>.
12812         * nptl/stack-aliasing.h: New file.
12813         * sysdeps/i386/i686/stack-aliasing.h: New file.
12814         * sysdeps/i386/i686/nptl/Makefile: File removed.
12815         * sysdeps/x86_64/stack-aliasing.h: New file.
12816         * sysdeps/x86_64/nptl/Makefile
12817         (CFLAGS-pthread_create.c): Variable removed.
12819         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
12820         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
12821         old file.
12822         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
12823         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
12824         old file.
12826 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
12828         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12829         (__ASSUME_SIGFRAME_V2): Remove macro.
12830         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
12831         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
12832         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
12833         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
12834         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
12835         Declare as function.  Remove conditional macro definitions.
12836         (__default_rt_sa_restorer): Likewise.
12837         (__default_sa_restorer_v1): Remove declaration.
12838         (__default_sa_restorer_v2): Likewise.
12839         (__default_rt_sa_restorer_v1): Likewise.
12840         (__default_rt_sa_restorer_v2): Likewise.
12841         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
12842         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
12843         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
12845 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12847         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
12848         (libpthread-routines): Add sysdep.
12849         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
12850         * sysdeps/unix/sysv/linux/sparc/Versions
12851         (libpthread: GLIBC_2.3.3): New version set.
12852         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
12853         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
12854         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
12855         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
12856         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
12857         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
12858         Moved ...
12859         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
12860         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
12861         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
12862         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
12863         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
12864         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
12865         * sysdeps/sparc/nptl/sem_init.c: ... here.
12866         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
12867         * sysdeps/sparc/nptl/sem_post.c: ... here.
12868         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
12869         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
12870         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
12871         * sysdeps/sparc/nptl/sem_wait.c: ... here.
12872         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
12873         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
12874         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
12875         (libpthread-routines): Add cpu_relax.
12876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
12877         File removed.
12878         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
12879         (librt: GLIBC_2.3.3): New version set.
12880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
12881         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
12882         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
12883         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
12884         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
12885         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
12886         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
12887         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
12888         Moved ...
12889         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
12890         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
12891         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
12892         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
12893         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
12894         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
12895         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
12896         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
12897         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
12898         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
12899         Moved ...
12900         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
12901         Update #include.
12902         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
12903         Moved ...
12904         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
12905         Update #include.
12906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
12907         Moved ...
12908         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
12909         Update #include.
12910         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
12911         Moved ...
12912         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
12913         Update #include.
12914         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
12915         Moved ...
12916         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12917         Update #include.
12918         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12919         Moved ...
12920         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12921         Update #include.
12922         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12923         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12925         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12926         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12927         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12928         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12929         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12930         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12931         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12932         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12933         Moved ...
12934         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12935         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12936         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12937         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12938         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12940 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12942         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12943         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12944         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12945         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12946         * nscd/nscd.c: Likewise.
12947         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12948         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12949         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12950         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12952         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12953         <kernel-features.h>.
12954         (init_mq_netlink): Remove conditional have_sock_cloexec
12955         definitions.  Remove code conditional on have_sock_cloexec < 0.
12956         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12957         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12958         * sysdeps/unix/sysv/linux/opensock.c: Do not include
12959         <kernel-features.h>.
12960         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12961         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12963 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12965         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12966         Add tests for memset_chk and memset.
12968         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12969         with AVX2_Usable.
12971 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12973         [BZ #16046]
12974         * elf/tst-dl-iter-static.c: New file.
12975         * elf/Makefile (tests-static): Add tst-dl-iter-static.
12977         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12978         error.
12980 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12982         * sysdeps/unix/sysv/linux/kernel-features.h
12983         (__ASSUME_F_GETOWN_EX): Remove macro.
12984         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12985         <kernel-features.h>.
12986         (miss_F_GETOWN_EX): Remove variable or macro.
12987         (do_fcntl): Do not check miss_F_GETOWN_EX.
12988         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12990         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12991         Remove macro.
12992         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12993         [!__ASSUME_AT_RANDOM]: Remove conditional code.
12994         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12996         * sysdeps/unix/sysv/linux/kernel-features.h
12997         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12998         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12999         [ADJ_OFFSET_SS_READ]: Make code unconditional.
13000         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
13002 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
13004         [BZ #17075]
13005         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
13006         Fix calculation of the symbol's value.
13007         * sysdeps/arm/tst-armtlsdescloc.c: New file.
13008         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
13009         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
13010         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
13011         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
13012         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
13013         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
13014         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
13015         (modules-names): Add `tst-armtlsdescmod',
13016         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
13017         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
13018         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
13019         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
13020         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
13021         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
13022         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
13023         ($(objpfx)tst-armtlsdescloc): New dependency.
13024         ($(objpfx)tst-armtlsdescextnow): Likewise.
13025         ($(objpfx)tst-armtlsdescextlazy): Likewise.
13026         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
13027         TLS scheme support.
13028         * sysdeps/arm/configure: Regenerate.
13030 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
13032         * include/fcntl.h (__atfct_seterrno): Remove prototype.
13033         (__atfct_seterrno_2): Likewise.
13034         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
13035         <kernel-features.h>.
13036         (__ASSUME_ATFCTS): Do not undefine and redefine.
13037         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
13038         (__have_atfcts): Remove conditional definition.
13039         (__fxstatat([__NR_fstatat64]: Make code unconditional.
13040         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
13041         unreachable if [__ASSUME_ATFCTS].
13042         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
13043         not undefine and redefine.
13044         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
13045         <kernel-features.h>.
13046         (faccessat) [__NR_faccessat]: Make code unconditional.
13047         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
13048         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
13049         <kernel-features.h>.
13050         (fchmodat) [__NR_fchmodat]: Make code unconditional.
13051         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
13052         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
13053         <kernel-features.h>.
13054         (fchownat) [__NR_fchownat]: Make code unconditional.
13055         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
13056         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
13057         <kernel-features.h>.
13058         (futimesat) [__NR_futimesat]: Make code unconditional.
13059         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
13060         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
13061         <kernel-features.h>.
13062         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
13063         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
13064         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
13065         <kernel-features.h>.
13066         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
13067         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
13068         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
13069         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
13070         <kernel-features.h>.
13071         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
13072         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
13073         * sysdeps/unix/sysv/linux/linkat.c: Do not include
13074         <kernel-features.h>.
13075         (linkat) [__NR_linkat]: Make code unconditional.
13076         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
13077         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
13078         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
13079         <kernel-features.h>.
13080         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
13081         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
13082         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
13083         <kernel-features.h>.
13084         (mkdirat) [__NR_mkdirat]: Make code unconditional.
13085         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
13086         * sysdeps/unix/sysv/linux/openat.c: Do not include
13087         <kernel-features.h>.
13088         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
13089         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
13090         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
13091         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
13092         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
13093         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
13094         <kernel-features.h>.
13095         (readlinkat) [__NR_readlinkat]: Make code unconditional.
13096         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
13097         result of INLINE_SYSCALL directly, not via int variable.
13098         * sysdeps/unix/sysv/linux/renameat.c: Do not include
13099         <kernel-features.h>.
13100         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
13101         (renameat) [__NR_renameat]: Make code unconditional.
13102         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
13103         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
13104         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
13105         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
13106         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
13107         (__ASSUME_ATFCTS): Do not undefine and redefine.
13108         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
13109         <kernel-features.h>.
13110         (symlinkat) [__NR_symlinkat]: Make code unconditional.
13111         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
13112         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
13113         <kernel-features.h>.
13114         (unlinkat) [__NR_unlinkat]: Make code unconditional.
13115         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
13116         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
13117         (__ASSUME_ATFCTS): Do not undefine and redefine.
13118         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
13119         <kernel-features.h>.
13120         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
13121         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
13122         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
13123         <kernel-features.h>.
13124         (__xmknodat) [__NR_mknodat]: Make code unconditional.
13125         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
13127 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
13129         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
13131 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
13133         [BZ #17069]
13134         * posix/regcomp.c (parse_reg_exp): Deallocate partially
13135         constructed tree before returning error.
13136         * posix/bug-regexp36.c: Expand test case.
13138 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
13140         [BZ #6803]
13141         * math/libm-test.inc (scalbln_test_date):
13142         Add errno expectations.
13143         * math/w_scalblnf.c: New File.
13144         Add wrapper which checks for setting errno to ERANGE.
13145         Add weak_alias for corresponding scalbln function.
13146         * math/w_scalbln.c: Likewise.
13147         * math/w_scalblnl.c: Likewise.
13148         * math/Makefile (libm-calls): Add w_scalbln.
13149         * sysdeps/ieee754/flt-32/s_scalblnf.c:
13150         Remove weak_alias for corresponding scalbln function.
13151         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
13152         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
13153         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
13154         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
13155         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
13156         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
13157         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
13158         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
13159         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
13160         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
13161         Remove long_double_symbol for scalblnl function in libm, libc.
13162         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
13163         Add wrapper which checks for setting errno to ERANGE.
13164         Add long_double_symbol for scalblnl function in libm, libc.
13165         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
13166         Remove long_double_symbol for scalblnl in libm.
13167         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
13168         Add wrapper which checks for setting errno to ERANGE.
13169         Add long_double_symbol for scalblnl function in libm.
13170         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
13171         Do not use wrapper because of own implementation.
13173 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
13175         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
13176         3 bytes for __pad1 for x32.
13177         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
13179 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
13180             H.J. Lu  <hongjiu.lu@intel.com>
13182         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
13183         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
13184         * sysdeps/x86_64/multiarch/memset.S: Likewise.
13185         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
13186         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
13188 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
13190         [BZ #17069]
13191         * posix/regcomp.c (parse_expression): Deallocate partially
13192         constructed tree before returning error.
13193         * posix/Makefile.c (tests): Add bug-regex36.
13194         (generated): Add bug-regex36.mtrace.
13195         (tests-special): Add $(objpfx)bug-regex36-mem.out
13196         (bug-regex36-ENV): New variable.
13197         ($(objpfx)bug-regex36-mem.out): New rule.
13198         * posix/bug-regex36.c: New file.
13200 2014-06-19  Will Newton  <will.newton@linaro.org>
13202         * malloc/malloc.c (systrim): If extra is zero then return
13203         early.
13205 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
13207         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
13209 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
13211         * sysdeps/aarch64/strchr.S: New file.
13213 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
13215         [BZ #17022]
13216         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
13217         from arguments -2 or below.
13218         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13219         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
13221 2014-06-18  Andreas Schwab  <schwab@suse.de>
13223         [BZ #17062]
13224         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
13225         of a bracket expr not to run off the end of the string.
13226         * posix/Makefile (tests): Add tst-fnmatch3.
13227         * posix/tst-fnmatch3.c: New file.
13229 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
13231         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
13232         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13233         [$(cross-compiling) = no]: Likewise.
13234         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13235         [$(cross-compiling) = no]: Likewise.
13237 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13239         [BZ #17031]
13240         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
13241         double, adjusted for any remainder from the high double.
13242         * math/libm-test.inc (nearbyint): Add tests.
13243         (rint): Likewise.
13245 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13247         * nptl/sysdeps/powerpc/Makefile: Moved ...
13248         * sysdeps/powerpc/nptl/Makefile: ... here.
13249         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
13250         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
13251         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
13252         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
13253         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
13254         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
13255         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
13256         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
13257         * nptl/sysdeps/powerpc/tls.h: Moved ...
13258         * sysdeps/powerpc/nptl/tls.h: ... here.
13260 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
13262         [BZ #16681]
13263         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
13264         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
13265         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
13266         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
13267         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
13268         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
13269         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
13270         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
13271         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
13273 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
13275         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
13277 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
13279         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
13280         defined operator.
13282         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
13283         $TIMEOUTFACTOR.
13285 2014-06-16  Florian Weimer  <fweimer@redhat.com>
13287         [BZ #17058]
13288         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
13289         non-executed part of the test.
13291 2014-06-16  Andreas Schwab  <schwab@suse.de>
13293         * string/bits/string2.h (strdup, strndup): Update feature guard.
13295 2014-06-14  David S. Miller  <davem@davemloft.net>
13297         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13299 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
13301         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
13302         that was previously under [RESET_PID].
13303         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
13305         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
13306         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
13307         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
13308         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13309         (__libc_vfork): New strong alias.
13310         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
13312 2014-06-14 Andi Kleen  <ak@linux.intel.com>
13314         * sysdeps/generic/elide.h: New file.
13316 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
13318         * Makefile (installed-headers): Adjust path of pthread.h header.
13320 2014-06-13  Roland McGrath  <roland@hack.frob.com>
13322         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
13323         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
13324         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
13325         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
13327         * nptl/sysdeps/s390/Makefile: Moved ...
13328         * sysdeps/s390/nptl/Makefile: ... here.
13329         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
13330         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
13331         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
13332         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
13333         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
13334         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
13335         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
13336         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
13337         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
13338         * sysdeps/s390/nptl/pthreaddef.h: ... here.
13339         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
13340         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
13341         * nptl/sysdeps/s390/tls.h: Moved ...
13342         * sysdeps/s390/nptl/tls.h: ... here.
13344         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
13345         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
13347 2014-06-13  David S. Miller  <davem@davemloft.net>
13349         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
13350         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
13351         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
13352         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
13353         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
13354         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
13355         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
13356         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
13357         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
13358         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
13359         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
13360         Remove RESET_PID cpp guards.
13361         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
13362         Remove RESET_PID cpp guards.
13363         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
13365 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
13367         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
13368         __sp to uintptr_t.
13370 2014-06-13  Andi Kleen  <ak@linux.intel.com>
13372         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
13373         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
13374         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
13375         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
13376         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
13377         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
13378         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
13379         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
13380         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
13381         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
13382         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
13383         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
13384         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
13385         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
13386         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
13387         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
13388         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
13389         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
13390         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
13391         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
13393         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
13394         (pthread_rwlock_rdlock): Add elision.
13395         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
13396         (pthread_rwlock_wrlock): Add elision.
13397         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
13398         (pthread_rwlock_trywrlock): Add elision.
13399         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
13400         (pthread_rwlock_tryrdlock): Add elision.
13401         * nptl/pthread_rwlock_unlock.c: Include elide.h.
13402         (pthread_rwlock_tryrdlock): Add elision unlock.
13403         * nptl/sysdeps/pthread/pthread.h:
13404         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
13405         (PTHREAD_RWLOCK_INITIALIZER,
13406         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
13407         Handle new elision field.
13408         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
13409         * sysdeps/arm/nptl/bits/pthreadtypes.h
13410         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13411         * sysdeps/sh/nptl/bits/pthreadtypes.h
13412         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13413         * sysdeps/tile/nptl/bits/pthreadtypes.h
13414         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13415         * sysdeps/a/nptl/bits/pthreadtypes.h
13416         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13417         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13418         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13419         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13420         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13421         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
13422         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13423         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13424         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13425         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13426         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13427         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13428         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13429         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13430         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13431         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
13432         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13433         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
13434         (elision_init): Set try_xbegin to zero when no RTM.
13435         * sysdeps/x86/nptl/bits/pthreadtypes.h
13436         (pthread_rwlock_t): Change __pad1 to __rwelision.
13437         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13439 2014-06-13  Andi Kleen  <ak@linux.intel.com>
13441         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
13442         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
13443         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
13444         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
13446 2014-06-13  Meador Inge  <meadori@codesourcery.com>
13448         [BZ #16996]
13449         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
13450         that the cached result has been set before returning it.
13452 2014-06-12  Roland McGrath  <roland@hack.frob.com>
13454         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
13455         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
13456         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
13457         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
13458         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
13459         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
13461         * nptl/sysdeps/sparc/Makefile: Moved ...
13462         * sysdeps/sparc/nptl/Makefile: ... here.
13463         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
13464         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
13465         * nptl/sysdeps/sparc/tls.h: Moved ...
13466         * sysdeps/sparc/nptl/tls.h: ... here.
13467         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
13468         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
13469         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
13470         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
13471         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
13472         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
13473         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
13474         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
13475         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
13476         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
13477         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
13478         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
13479         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
13480         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
13481         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
13482         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
13483         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
13484         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
13485         Update #include.
13486         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
13487         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
13488         Update #include.
13489         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
13490         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
13491         Update #include.
13492         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
13493         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
13494         Update #include.
13496         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13498         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
13499         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
13501         * sysdeps/pthread/posix-timer.h: Include <list.h>.
13502         (struct list_links): Type removed.
13503         (struct thread_node, struct timer_node): Replace struct list_links
13504         with struct list_head.
13505         (list_unlink_ip): Likewise.
13506         * sysdeps/pthread/timer_routines.c
13507         (timer_free_list, thread_free_list, thread_active_list): Likewise.
13508         (list_append, list_insbefore): Likewise.
13509         (list_init): Function removed.
13510         (thread_init, init_module): Use INIT_LIST_HEAD instead.
13511         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
13512         * sysdeps/pthread/Makefile: ... here, new file.
13514         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
13515         * sysdeps/nptl/Implies: ... here.
13516         * sysdeps/unix/sysv/linux/Implies: Add nptl.
13517         * nptl/sysdeps/pthread/list.h: Moved ...
13518         * include/list.h: ... here.
13519         * nptl/sysdeps/pthread/createthread.c: Moved ...
13520         * nptl/createthread.c: ... here.
13521         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
13522         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
13523         * nptl/pt-longjmp.c: ... here.
13524         * nptl/sysdeps/pthread/Makefile: Moved ...
13525         * sysdeps/nptl/Makefile: ... here.
13526         * nptl/sysdeps/pthread/Subdirs: Moved ...
13527         * sysdeps/nptl/Subdirs: ... here.
13528         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
13529         * sysdeps/nptl/aio_misc.h: ... here.
13530         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
13531         * sysdeps/nptl/bits/libc-lock.h: ... here.
13532         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
13533         * sysdeps/nptl/bits/libc-lockP.h: ... here.
13534         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
13535         * sysdeps/nptl/bits/stdio-lock.h: ... here.
13536         * nptl/sysdeps/pthread/configure: Moved ...
13537         * sysdeps/nptl/configure: ... here.
13538         * nptl/sysdeps/pthread/configure.ac: Moved ...
13539         * sysdeps/nptl/configure.ac: ... here.
13540         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
13541         * sysdeps/nptl/gai_misc.h: ... here.
13542         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
13543         * sysdeps/nptl/librt-cancellation.c: ... here.
13544         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
13545         * sysdeps/nptl/malloc-machine.h: ... here.
13546         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
13547         * sysdeps/nptl/pthread-functions.h: ... here.
13548         * nptl/sysdeps/pthread/pthread.h: Moved ...
13549         * sysdeps/nptl/pthread.h: ... here.
13550         * nptl/sysdeps/pthread/setxid.h: Moved ...
13551         * sysdeps/nptl/setxid.h: ... here.
13552         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
13553         * sysdeps/nptl/sigfillset.c: ... here.
13554         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
13555         * sysdeps/nptl/tcb-offsets.h: ... here.
13556         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
13557         * sysdeps/nptl/tst-mqueue8x.c: ... here.
13558         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
13559         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
13560         * nptl/sysdeps/pthread/allocalim.h: Moved ...
13561         * sysdeps/pthread/allocalim.h: ... here.
13562         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
13563         * sysdeps/pthread/bits/sigthread.h: ... here.
13564         * nptl/sysdeps/pthread/flockfile.c: Moved ...
13565         * sysdeps/pthread/flockfile.c: ... here.
13566         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
13567         * sysdeps/pthread/ftrylockfile.c: ... here.
13568         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
13569         * sysdeps/pthread/funlockfile.c: ... here.
13570         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
13571         * sysdeps/pthread/posix-timer.h: ... here.
13572         * nptl/sysdeps/pthread/timer_create.c: Moved ...
13573         * sysdeps/pthread/timer_create.c: ... here.
13574         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
13575         * sysdeps/pthread/timer_delete.c: ... here.
13576         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
13577         * sysdeps/pthread/timer_getoverr.c: ... here.
13578         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
13579         * sysdeps/pthread/timer_gettime.c: ... here.
13580         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
13581         * sysdeps/pthread/timer_routines.c: ... here.
13582         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
13583         * sysdeps/pthread/timer_settime.c: ... here.
13584         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
13585         * sysdeps/pthread/tst-timer.c: ... here.
13586         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
13587         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
13589         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
13590         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
13592         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
13593         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
13594         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
13595         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
13596         Update #include target.
13597         * nptl/sysdeps/i386/i686/Makefile: Moved ...
13598         * sysdeps/i386/i686/nptl/Makefile: ... here.
13599         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
13600         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
13601         Update #include target.
13602         * nptl/sysdeps/i386/i686/tls.h: Moved ...
13603         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
13604         * nptl/sysdeps/i386/Makefile: Moved ...
13605         * sysdeps/i386/nptl/Makefile: ... here.
13606         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
13607         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
13608         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
13609         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
13610         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
13611         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
13612         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
13613         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
13614         * sysdeps/i386/nptl/pthreaddef.h: ... here.
13615         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
13616         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
13617         * nptl/sysdeps/i386/tls.h: Moved ...
13618         * sysdeps/i386/nptl/tls.h: ... here.
13620         * sysdeps/sh/Makefile [$(subdir) = csu]
13621         (gen-as-const-headers): Add tcb-offsets.sym.
13622         * nptl/sysdeps/sh/Makefile: File removed.
13623         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
13624         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
13625         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
13626         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
13627         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
13628         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
13629         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
13630         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
13631         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
13632         * sysdeps/sh/nptl/pthreaddef.h: ... here.
13633         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
13634         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
13635         * nptl/sysdeps/sh/tls.h: Moved ...
13636         * sysdeps/sh/nptl/tls.h: ... here.
13637         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
13638         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
13639         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
13640         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
13641         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
13642         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
13643         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
13644         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
13645         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
13646         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
13647         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
13648         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
13649         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
13650         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
13651         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
13652         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
13653         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
13654         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
13655         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
13656         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
13657         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
13658         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
13659         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
13660         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
13661         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
13662         Moved ...
13663         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
13664         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
13665         Moved ...
13666         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
13667         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
13668         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
13669         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
13670         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
13671         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
13672         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
13673         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
13674         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
13675         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
13676         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
13677         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
13678         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
13679         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
13680         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
13681         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
13682         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
13683         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
13684         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
13686 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
13688         * posix/spawn_faction_addopen.c: Include string.h.
13690 2014-06-11  Roland McGrath  <roland@hack.frob.com>
13692         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
13693         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
13694         * nptl/sysdeps/x86_64/Makefile: Moved ...
13695         * sysdeps/x86_64/nptl/Makefile: ... here.
13696         * nptl/sysdeps/x86_64/configure: Moved ...
13697         * sysdeps/x86_64/nptl/configure: ... here.
13698         * nptl/sysdeps/x86_64/configure.ac: Moved ...
13699         * sysdeps/x86_64/nptl/configure.ac: ... here.
13700         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
13701         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
13702         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
13703         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
13704         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
13705         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
13706         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
13707         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
13708         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
13709         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
13710         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
13711         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
13712         * nptl/sysdeps/x86_64/tls.h: Moved ...
13713         * sysdeps/x86_64/nptl/tls.h: ... here.
13714         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
13715         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
13716         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
13717         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
13719         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
13721 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13725 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
13727         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
13728         type.
13729         [POSIX] (off_t): Likewise.
13730         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
13731         [POSIX] (S_ISBLK): Require macro.
13732         [POSIX] (S_ISCHR): Likewise.
13733         [POSIX] (S_ISDIR): Likewise.
13734         [POSIX] (S_ISFIFO): Likewise.
13735         [POSIX] (S_ISREG): Likewise.
13736         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
13737         optional-macro.
13738         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
13739         type.
13740         [POSIX] (time_t): Likewise.
13741         [POSIX] (timer_t): Likewise.
13743 2014-06-11  Florian Weimer  <fweimer@redhat.com>
13745         [BZ #17048]
13746         * posix/spawn_int.h (struct __spawn_action): Make the path string
13747         non-const to support deallocation.
13748         * posix/spawn_faction_addopen.c
13749         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
13750         * posix/spawn_faction_destroy.c
13751         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
13752         path in all spawn_do_open actions.
13753         * posix/tst-spawn.c (do_test): Exercise the copy operation in
13754         posix_spawn_file_actions_addopen.
13756 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
13758         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
13759         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
13760         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
13761         conditional code always true.
13762         (__libc_vfork): New alias.
13764 2014-06-11  Roland McGrath  <roland@hack.frob.com>
13766         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13767         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
13769         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
13771         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13772         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
13774         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13775         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
13777         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13778         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
13780 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13782         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
13783         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
13784         multiarch strcmp for PPC64.
13785         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
13786         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
13787         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
13788         multiarch optimizations.
13789         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13790         (__libc_ifunc_impl_list): Likewise.
13792 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13794         * benchtests/scripts/validate_benchout.py: New script.
13795         * benchtests/Makefile (bench-func): Call it.
13796         * benchtests/scripts/benchout.schema.json: New file.
13798 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
13800         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
13801         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
13802         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
13803         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
13804         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
13805         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
13806         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
13807         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
13808         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
13809         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
13810         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
13811         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
13812         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
13813         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
13814         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
13815         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
13816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
13817         Moved ...
13818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
13819         ... here.
13820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
13821         Moved ...
13822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
13823         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
13824         Moved ...
13825         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
13826         ... here.
13827         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
13828         Moved ...
13829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
13830         ... here.
13831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
13832         Moved ...
13833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
13834         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
13835         Moved ...
13836         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
13837         ... here.
13838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
13839         Moved ...
13840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
13841         ... here.
13842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
13843         Moved ...
13844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
13845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
13846         Moved ...
13847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
13848         ... here.
13849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
13850         Moved ...
13851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
13852         ... here.
13853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
13854         Moved ...
13855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
13856         ... here.
13857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
13858         Moved ...
13859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
13860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
13861         Moved ...
13862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
13863         ... here.
13864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
13865         Moved ...
13866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
13867         ... here.
13868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
13869         Moved ...
13870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
13871         ... here.
13872         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
13873         Moved ...
13874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
13875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
13876         Moved ...
13877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
13878         ... here.
13879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
13880         Moved ...
13881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
13882         ... here.
13883         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
13884         Moved ...
13885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
13886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
13887         Moved ...
13888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
13889         ... here.
13890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
13891         Moved ...
13892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
13893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
13894         Moved ...
13895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
13896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
13897         Moved ...
13898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
13899         ... here.
13900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
13901         Moved ...
13902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
13903         ... here.
13904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
13905         Moved ...
13906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
13907         ... here.
13908         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
13909         Moved ...
13910         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
13911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
13912         Moved ...
13913         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
13914         ... here.
13915         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
13916         Moved ...
13917         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
13918         ... here.
13919         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13920         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13921         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13922         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13923         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
13924         Moved ...
13925         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
13926         ... here.
13927         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13928         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13929         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13930         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13931         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13932         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13933         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13934         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13935         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13936         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13937         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13938         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13939         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
13940         Moved ...
13941         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13942         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
13943         Moved ...
13944         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13945         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13946         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13947         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
13948         Moved ...
13949         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13950         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13951         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13952         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13953         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13954         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13955         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
13957 2014-06-10  Wilco  <wdijkstr@arm.com>
13959         * math/test-fenv-return.c: New file.
13960         * math/Makefile: Add new test test-fenv-return.
13962 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
13964         [BZ #17042]
13965         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13966         when x - 1 is zero.
13967         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13968         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13969         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13970         0.0L for an argument of 1.0L.
13971         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13972         Likewise.
13973         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13974         value when x - 1 is zero.
13975         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13976         * sysdeps/i386/fpu/libm-test-ulps: Update.
13977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13979 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13981         [BZ #15119]
13982         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13984 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13986         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13987         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13989 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13991         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13992         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13994         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13995         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13997         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13998         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
14000         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
14001         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
14003         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
14004         if not already defined.
14005         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
14006         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
14007         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
14008         (TLS_INIT_TP): Use it.
14009         (TLS_DEFINE_INIT_TP): New macro.
14010         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
14012 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
14014         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
14015         constant.
14016         [POSIX] (IXANY): Likewise.
14017         [POSIX] (OLCUC): Likewise.
14018         [POSIX || POSIX2008] (CBAUD): Do not allow.
14019         [POSIX || POSIX2008] (DEFECHO): Likewise.
14020         [POSIX || POSIX2008] (ECHOCTL): Likewise.
14021         [POSIX || POSIX2008] (ECHOKE): Likewise.
14022         [POSIX || POSIX2008] (ECHOPRT): Likewise.
14023         [POSIX || POSIX2008] (EXTA): Likewise.
14024         [POSIX || POSIX2008] (EXTB): Likewise.
14025         [POSIX || POSIX2008] (FLUSHO): Likewise.
14026         [POSIX || POSIX2008] (LOBLK): Likewise.
14027         [POSIX || POSIX2008] (PENDIN): Likewise.
14028         [POSIX || POSIX2008] (SWTCH): Likewise.
14029         [POSIX || POSIX2008] (VDISCARD): Likewise.
14030         [POSIX || POSIX2008] (VDSUSP): Likewise.
14031         [POSIX || POSIX2008] (VLNEXT): Likewise.
14032         [POSIX || POSIX2008] (VREPRINT): Likewise.
14033         [POSIX || POSIX2008] (VSTATUS): Likewise.
14034         [POSIX || POSIX2008] (VWERASE): Likewise.
14035         (B*): Change to B[0123456789]*.
14036         * conform/data/time.h-data [POSIX || UNIX98]
14037         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
14038         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
14039         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
14040         [POSIX] (tm_*): Do not allow.
14042 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
14044         * Makefile (install): Don't set LANGUAGE.
14045         * Makefile.in (install): Likewise.
14046         * assert/Makefile (test-assert-ENV): Remove variable.
14047         (test-assert-perr-ENV): Likewise.
14048         * elf/Makefile (neededtest4-ENV): Likewise.
14049         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14050         [$(cross-compiling) = no]: Don't set LANGUAGE.
14051         * io/ftwtest-sh (LANG): Remove variable.
14052         * libio/Makefile (tst-widetext-ENV): Likewise.
14053         * manual/install.texi (Running make install): Don't refer to
14054         environment settings for make install.
14055         * INSTALL: Regenerated.
14056         * nptl/tst-tls6.sh: Don't set LANG.
14057         * posix/globtest.sh (LANG): Remove variable.
14058         * string/Makefile (tester-ENV): Likewise.
14059         (inl-tester-ENV): Likewise.
14060         (noinl-tester-ENV): Likewise.
14061         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14062         [$(cross-compiling) = no]: Don't set LANGUAGE.
14063         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
14064         without explicit environment settings.
14066 2014-06-06  Roland McGrath  <roland@hack.frob.com>
14068         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
14069         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
14070         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
14071         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
14073 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
14075         * crypt/crypt-private.h [DOS]: Add some includes taken from the
14076         other files in the crypt directory.
14077         * crypt/crypt.c: Remove duplicate includes.
14078         * crypt/crypt-entry.c: Likewise.
14079         * crypt/crypt_util.c: Likewise.
14081 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
14083         * Makeconfig (run-program-env): New variable.
14084         (run-program-prefix-before-env): Likewise.
14085         (run-program-prefix-after-env): Likewise.
14086         (run-program-prefix): Define in terms of new variables.
14087         (built-program-cmd-before-env): New variable.
14088         (built-program-cmd-after-env): Likewise.
14089         (built-program-cmd): Define in terms of new variables.
14090         (test-program-prefix-before-env): New variable.
14091         (test-program-prefix-after-env): Likewise.
14092         (test-program-prefix): Define in terms of new variables.
14093         (test-program-cmd-before-env): New variable.
14094         (test-program-cmd-after-env): Likewise.
14095         (test-program-cmd): Define in terms of new variables.
14096         * Rules (make-test-out): Use $(run-program-env).
14097         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
14098         (help): Do not mention environment variables.  Mention
14099         --timeoutfactor option.
14100         (timeoutfactor): New variable.
14101         (blacklist_exports): Remove function.
14102         (exports): Remove variable.
14103         (command): Do not include ${exports}.
14104         * manual/install.texi (Configuring and compiling): Do not mention
14105         test wrappers preserving environment variables.  Mention that last
14106         assignment to a variable must take precedence.
14107         * INSTALL: Regenerated.
14108         * benchtests/Makefile (run-bench): Use $(run-program-env).
14109         * catgets/Makefile ($(objpfx)test1.cat): Use
14110         $(built-program-cmd-before-env), $(run-program-env) and
14111         $(built-program-cmd-after-env).
14112         ($(objpfx)test2.cat): Do not specify environment variables
14113         explicitly.
14114         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
14115         $(run-program-env) and $(built-program-cmd-after-env).
14116         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
14117         $(run-program-env) and $(test-program-cmd-after-env).
14118         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
14119         explicitly.
14120         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
14121         run_program_env and test_program_cmd_after_env arguments.
14122         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
14123         * elf/tst-pathopt.sh: Use run_program_env argument.
14124         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
14125         $(test-wrapper-env) and $(run-program-env).
14126         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
14127         run_program_env arguments.
14128         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
14129         * intl/Makefile ($(objpfx)tst-gettext.out): Use
14130         $(test-program-prefix-before-env), $(run-program-env) and
14131         $(test-program-prefix-after-env).
14132         ($(objpfx)tst-gettext2.out): Likewise.
14133         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
14134         run_program_env and test_program_prefix_after_env arguments.
14135         * intl/tst-gettext2.sh: Likewise.
14136         * intl/tst-gettext4.sh: Do not set environment variables
14137         explicitly.
14138         * intl/tst-gettext6.sh: Likewise.
14139         * intl/tst-translit.sh: Likewise.
14140         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
14141         $(test-program-prefix-before-env), $(run-program-env) and
14142         $(test-program-prefix-after-env).
14143         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
14144         run_program_env and test_program_prefix_after_env arguments.
14145         * math/Makefile (run-regen-ulps): Use $(run-program-env).
14146         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
14147         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
14148         explicitly with each use of ${test_wrapper_env}.
14149         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
14150         $(test-program-prefix-before-env), $(run-program-env) and
14151         $(test-program-prefix-after-env).
14152         * posix/tst-getconf.sh: Do not set environment variables
14153         explicitly.
14154         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
14155         run_program_env and test_program_prefix_after_env arguments.
14156         * stdio-common/tst-printf.sh: Do not set environment variables
14157         explicitly.
14158         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
14159         $(test-program-prefix-before-env), $(run-program-env) and
14160         $(test-program-prefix-after-env).
14161         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
14162         run_program_env and test_program_prefix_after_env arguments.
14163         Split $test calls into $test_pre and $test.
14164         * timezone/Makefile (build-testdata): Use
14165         $(built-program-cmd-before-env), $(run-program-env) and
14166         $(built-program-cmd-after-env).
14168 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14170         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
14171         strlen for non SHARED builds.
14173 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14175         * nptl/allocatestack.c (check_list): Inlined function...
14176         (__reclaim_stacks): ... here.
14178 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
14180         [BZ #15698]
14181         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
14182         memory overrun.
14184 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
14186         * Rules (make-test-out): Include
14187         LOCPATH=$(common-objpfx)localedata in default environment.
14188         * debug/Makefile (tst-chk1-ENV): Remove variable.
14189         (tst-chk2-ENV): Likewise.
14190         (tst-chk3-ENV): Likewise.
14191         (tst-chk4-ENV): Likewise.
14192         (tst-chk5-ENV): Likewise.
14193         (tst-chk6-ENV): Likewise.
14194         (tst-lfschk1-ENV): Likewise.
14195         (tst-lfschk2-ENV): Likewise.
14196         (tst-lfschk3-ENV): Likewise.
14197         (tst-lfschk4-ENV): Likewise.
14198         (tst-lfschk5-ENV): Likewise.
14199         (tst-lfschk6-ENV): Likewise.
14200         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
14201         (tst-iconv7-ENV): Likewise.
14202         * intl/Makefile (LOCPATH-ENV): Likewise.
14203         (tst-codeset-ENV): Likewise.
14204         (tst-gettext3-ENV): Likewise.
14205         (tst-gettext5-ENV): Likewise.
14206         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
14207         (tst-fopenloc-ENV): Likewise.
14208         (tst-fgetws-ENV): Remove variable.
14209         (tst-ungetwc1-ENV): Likewise.
14210         (tst-ungetwc2-ENV): Likewise.
14211         (bug-ungetwc2-ENV): Likewise.
14212         (tst-swscanf-ENV): Likewise.
14213         (bug-ftell-ENV): Likewise.
14214         (tst-fgetwc-ENV): Likewise.
14215         (tst-fseek-ENV): Likewise.
14216         (tst-ftell-partial-wide-ENV): Likewise.
14217         (tst-ftell-active-handler-ENV): Likewise.
14218         (tst-ftell-append-ENV): Likewise.
14219         * posix/Makefile (tst-fnmatch-ENV): Likewise.
14220         (tst-regexloc-ENV): Likewise.
14221         (bug-regex1-ENV): Likewise.
14222         (tst-regex-ENV): Likewise.
14223         (tst-regex2-ENV): Likewise.
14224         (bug-regex5-ENV): Likewise.
14225         (bug-regex6-ENV): Likewise.
14226         (bug-regex17-ENV): Likewise.
14227         (bug-regex18-ENV): Likewise.
14228         (bug-regex19-ENV): Likewise.
14229         (bug-regex20-ENV): Likewise.
14230         (bug-regex22-ENV): Likewise.
14231         (bug-regex23-ENV): Likewise.
14232         (bug-regex25-ENV): Likewise.
14233         (bug-regex26-ENV): Likewise.
14234         (bug-regex30-ENV): Likewise.
14235         (bug-regex32-ENV): Likewise.
14236         (bug-regex33-ENV): Likewise.
14237         (bug-regex34-ENV): Likewise.
14238         (bug-regex35-ENV): Likewise.
14239         (tst-rxspencer-ENV): Likewise.
14240         (tst-rxspencer-no-utf8-ENV): Likewise.
14241         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
14242         (tst-sscanf-ENV): Likewise.
14243         (tst-swprintf-ENV): Likewise.
14244         (tst-swscanf-ENV): Likewise.
14245         (test-vfprintf-ENV): Likewise.
14246         (scanf13-ENV): Likewise.
14247         (bug14-ENV): Likewise.
14248         (tst-grouping-ENV): Likewise.
14249         * stdlib/Makefile (tst-strtod-ENV): Likewise.
14250         (tst-strtod3-ENV): Likewise.
14251         (tst-strtod4-ENV): Likewise.
14252         (tst-strtod5-ENV): Likewise.
14253         (testmb2-ENV): Likewise./
14254         * string/Makefile (tst-strxfrm-ENV): Likewise.
14255         (tst-strxfrm2-ENV): Likewise.
14256         (bug-strcoll1-ENV): Likewise.
14257         (test-strcasecmp-ENV): Likewise.
14258         (test-strncasecmp-ENV): Likewise.
14259         * time/Makefile (tst-strptime-ENV): Likewise.
14260         (tst-ftime_l-ENV): Likewise.
14261         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
14262         (tst-mbrtowc-ENV): Likewise.
14263         (tst-wcrtomb-ENV): Likewise.
14264         (tst-mbrtowc2-ENV): Likewise.
14265         (tst-c16c32-1-ENV): Likewise.
14266         (tst-mbsnrtowcs-ENV): Likewise.
14268 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
14270         * manual/resource.texi (How to get information about the memory
14271         subsystem?): Fix typo.
14272         Reported by Peon de la Parra Ivan <peon@keba.com>
14274 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
14276         [BZ #16882]
14277         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
14278         (pthread_spin_lock): Branch out of spin loop to proper location.
14279         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
14280         (pthread_spin_lock): Likewise.
14282         * nptl/tst-spin4.c: New test.
14283         * nptl/Makefile (tests): Add tst-spin4.
14285 2014-06-03  Andreas Schwab  <schwab@suse.de>
14287         [BZ #15946]
14288         * resolv/res_send.c (send_dg): Reload file descriptor after
14289         calling reopen.
14291 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
14293         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14295 2014-06-03  Richard Henderson  <rth@redhat.com>
14297         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
14298         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
14299         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
14300         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
14301         in the SAVE_PID block.
14302         (__libc_vfork): New alias.
14303         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
14305         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
14306         child in registers, not on the stack.  Remove RESET_PID conditionals.
14307         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
14309 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14311         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14313 2014-06-03  Wilco  <wdijkstr@arm.com>
14315         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
14316         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
14317         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
14318         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
14319         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
14320         Likewise.
14322 2014-06-03  Wilco  <wdijkstr@arm.com>
14324         * sysdeps/aarch64/fpu/math_private.h
14325         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
14326         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
14327         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
14328         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
14329         Fix declarations.
14331 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14333         * crypt/crypt-private.h: Include ufc-crypt.h.
14334         (__b64_from_24bit): Declare extern.
14335         * crypt/crypt_util.c(__b64_from_24bit): New function.
14336         (b64t): New static const variable.
14337         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
14338         (b64t): Remove variable.
14339         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
14340         * crypt/sha256-crypt.c: Include crypt-private.h.
14341         (b64t): Remove variable.
14342         (__sha256_crypt_r): Remove b64_from_24bit and replace
14343         with __b64_from_24bit.
14344         * crypt/sha512-crypt.c: Likewise.
14346 2014-06-02  Roland McGrath  <roland@hack.frob.com>
14348         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
14349         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
14350         Label the code __libc_vfork rather than __vfork.
14351         [!NOT_IN_libc] (vfork): Define as weak alias.
14352         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
14353         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
14354         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
14356 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14358         * malloc/malloc.c (malloc_info): Fix format specifier for
14359         n_mmaps.
14361 2014-06-02  Wilco  <wdijkstr@arm.com>
14363         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
14364         FPCR write.
14366 2014-06-02  Wilco  <wdijkstr@arm.com>
14368         [BZ #17009]
14369         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
14370         Rewrite to reduce FPCR/FPSR accesses.
14372 2014-06-01  David S. Miller  <davem@davemloft.net>
14374         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14376 2014-05-31  David S. Miller  <davem@davemloft.net>
14378         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
14379         to occur in round to nearest mode when |x| >= 2.0
14381 2014-05-30  Richard Henderson  <rth@twiddle.net>
14383         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
14384         (PSEUDO_RET_NOERRNO): Remove.
14385         (ret): Don't redefine.
14386         (ret_NOERRNO): Define in terms of ret.
14387         (ret_ERRVAL): Likewise.
14389         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
14390         use of PSEUDO_RET; perform the error check directly.
14392 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
14394         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
14395         with __int128_t.
14397 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14399         * malloc/malloc (malloc_info): Fix formatting.
14401 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14402             Roland McGrath  <roland@hack.frob.com>
14404         * malloc/malloc (malloc_info): Also print mmapped statistics.
14406 2014-05-30  Roland McGrath  <roland@hack.frob.com>
14408         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
14409         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
14411 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
14413         * malloc/malloc.c (malloc_info): Inline mi_arena.
14415 2014-05-29  Richard Henderson  <rth@twiddle.net>
14417         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
14418         Remove comma before expanding ASM_ARGS_##nr.
14419         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
14420         Make _x0 a strict output; make _x8 a strict input; adjust expansion
14421         of ASM_ARGS_##nr.
14422         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
14423         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
14424         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
14425         (ASM_ARGS_1): Add leading comma.
14427         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
14428         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
14429         to __errno_location.
14430         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
14431         Remove the expected plt for __errno_location.
14433         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14434         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
14435         call to __read_tp.
14437         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14438         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
14439         it and break it down.
14440         (DOCARGS_0, DOCARGS_1): Do nothing.
14441         (DOCARGS_2): Update to store into the new stack frame.
14442         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
14443         (UNDOCARGS_1): Update to restore from the new stack frame.
14444         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
14445         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
14447         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14448         (SINGLE_THREAD_P): New parameter for result regno.
14449         (PSEUDO): Update to match; use cbz instead of beq.
14451         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14452         Use ENTRY to define the _nocancel entry point.  Share the syscall
14453         and syscall error check paths with the cancel path.
14454         (PSEUDO_END): New.
14456         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
14457         whitespace; tabs before and after asm mnemonics.
14459 2014-05-29  Eric Wong  <normalperson@yhbt.net>
14461         [BZ #15132]
14462         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
14463         Call fstat64 or stat64 internally, depending on arguments passed.
14464         Replace stat buffer argument with file descriptor argument.
14465         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
14466         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
14467         Pass fd to __internal_statvfs instead of calling fstat64.
14468         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
14469         Pass fd to __internal_statvfs64 instead of calling fstat64.
14470         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
14471         Pass -1 to __internal_statvfs instead of calling stat64.
14472         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
14473         Pass -1 to __internal_statvfs64 instead of calling stat64.
14475 2014-05-28  Roland McGrath  <roland@hack.frob.com>
14477         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
14478         that was previously under [RESET_PID].
14479         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
14481         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
14482         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
14484 2014-05-27  Roland McGrath  <roland@hack.frob.com>
14486         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
14488         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
14489         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
14491 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
14493         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
14495 2014-05-27  Andreas Schwab  <schwab@suse.de>
14497         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
14498         TLS_INIT_TP macro.
14499         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
14500         * elf/rtld.c (init_tls, dl_main): Likewise.
14501         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
14502         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
14503         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
14504         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
14505         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
14506         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
14507         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
14508         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
14509         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
14510         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
14511         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
14512         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
14513         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
14514         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
14515         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
14516         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
14517         * sysdeps/generic/tls.h: Update description.
14519 2014-05-27  Will Newton  <will.newton@linaro.org>
14521         [BZ #16990]
14522         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
14523         and restore r2 rather than just restoring.
14525 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14527         [BZ #16724]
14528         * libio/tst-ftell-append.c: New test case.
14529         * libio/Makefile (tests): Add test case.
14530         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
14531         append mode.
14532         * libio/wfileops.c (do_ftell_wide): Likewise.
14534 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14536         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14538         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
14539         ...
14540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
14541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
14542         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
14543         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
14544         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
14545         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
14546         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
14547         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
14548         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
14549         Moved ...
14550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
14551         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
14552         Moved ...
14553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
14554         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
14555         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
14556         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
14557         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
14558         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
14559         ...
14560         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
14561         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
14562         Moved ...
14563         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
14564         here.
14565         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
14566         ...
14567         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
14568         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
14569         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
14571         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
14572         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
14573         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
14574         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
14576         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
14577         merge into ...
14578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
14579         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
14580         ...
14581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
14582         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
14583         ...
14584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
14585         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14586         Moved ...
14587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
14588         here.
14589         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14590         Moved ...
14591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
14592         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14593         Moved ...
14594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
14596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
14597         conditional [RESET_PID].
14598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
14599         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
14600         removed.
14601         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
14602         removed.
14604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
14605         <tcb-offsets.h>.
14606         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14607         (__libc_vfork): New strong alias.
14608         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
14609         removed.
14610         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
14611         Removed.
14613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
14614         <tcb-offsets.h>.
14615         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
14616         (__libc_vfork): New strong alias.
14617         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
14618         removed.
14619         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
14620         removed.
14622 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
14624         * malloc/malloc.c (mi_arena): New function.
14625         (malloc_info): Remove nested function mi_arena. Call non-nosted
14626         function mi_arena.
14628 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14630         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
14631         by insrwi.
14632         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
14633         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
14634         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
14635         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
14636         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
14637         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
14638         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
14640 2014-05-26  Andreas Schwab  <schwab@suse.de>
14642         [BZ #16984]
14643         * locale/programs/repertoire.c (repertoire_read): Add slash
14644         between I18NPATH element and file name.
14645         * locale/programs/locfile.c (locfile_read): Likewise.
14647 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
14649         * nptl/pthread_mutexattr_settype.c
14650         (__pthread_mutexattr_settype):
14651         Disable lock elision for PTHREAD_MUTEX_NORMAL.
14653 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
14655         * nptl/tst-mutex5 (do_test):
14656         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
14658 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
14660         * benchtests/README: Document 'init' directive.
14661         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
14662         BENCH_INIT.
14663         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
14664         (parse_file): Recognize 'init' directive.
14666 2014-05-26  Kyle McMartin  <kyle@redhat.com>
14668         [BZ #16796]
14669         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
14670         alignment of struct pthread.
14672 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
14674         [BZ #16878]
14675         * nscd/netgroupcache.c (addgetnetgrentX): Look for
14676         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
14677         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
14678         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
14680 2014-05-25  Richard Henderson  <rth@twiddle.net>
14682         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14683         (SINGLE_THREAD_P_PIC): Remove.
14684         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
14685         (SINGLE_THREAD_P_PIC): Remove.
14687         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
14688         branch to syscall error ...
14689         (PSEUDO): ... here.
14690         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
14691         from __local_syscall_error to .Lsyscall_error.
14692         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
14693         (SYSCALL_ERROR): Update label name.
14695         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14696         Do not use DOARGS/UNDOARGS.
14697         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
14698         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
14699         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
14700         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
14701         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
14703         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
14704         block comment.
14706         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
14707         define if !NOT_IN_libc.
14708         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
14709         define with non-default symbol versions.
14711 2014-05-23  Richard Henderson  <rth@twiddle.net>
14713         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
14714         (vfork, __vfork): Define via compat_symbol.
14716         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
14717         [!HAVE_IFUNC] (vfork_compat): Remove.
14718         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
14720 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14722         [BZ #16978]
14723         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
14724         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
14725         variable.
14727 2014-05-23  Richard Henderson  <rth@twiddle.net>
14729         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
14730         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
14731         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
14732         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
14734         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
14735         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
14736         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
14737         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
14738         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
14739         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
14740         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
14741         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
14742         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
14743         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
14744         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
14745         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
14746         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
14747         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
14748         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
14749         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
14750         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
14751         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
14752         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
14753         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
14754         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
14755         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
14756         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
14757         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
14758         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
14759         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
14760         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
14761         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
14762         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
14763         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
14764         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
14765         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
14766         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
14767         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
14768         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
14769         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
14770         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
14771         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
14772         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
14773         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
14774         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
14775         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
14776         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
14777         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
14778         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
14779         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
14780         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
14781         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
14782         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
14783         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
14784         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
14785         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
14786         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
14787         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
14788         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
14789         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
14791         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
14792         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
14793         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
14794         before exiting on error.
14795         (__libc_vfork): New strong alias.
14796         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
14797         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
14799         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
14800         that was previously under [RESET_PID].
14801         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
14803         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
14805 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14807         [BZ #16977]
14808         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
14809         value when x - 1 is zero.
14810         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
14811         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
14812         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
14813         0.0L for an argument of 1.0L.
14814         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
14815         Likewise.
14816         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
14817         value when x - 1 is zero.
14818         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
14819         * sysdeps/i386/fpu/libm-test-ulps: Update.
14820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14822 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
14824         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
14825         alphasort and versionsort.
14827 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14829         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
14830         macro.
14831         [copysignf]: Likewise.
14833 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14835         * crypt/md5-crypt.c: Fix formatting.
14837 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14839         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
14840         (b64_from_24bit): New function.
14842 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14844         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
14845         libc_hidden_builtin_def to ifunc.
14846         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14847         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
14849 2014-05-21  Roland McGrath  <roland@hack.frob.com>
14851         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
14852         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
14854 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
14856         * nscd/Depend (linuxthreads): Remove.
14857         (nptl): Add.
14858         * resolv/Depend (linuxthreads): Remove.
14859         * rt/Depend (linuxthreads): Remove.
14861         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
14862         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
14863         $(common-objpfx)elf/.
14864         (link-libc-before-gnulib): Likewise.
14865         (elfobjdir): Remove variable.
14866         * Makefile (install): Use $(elf-objpfx) instead of
14867         $(common-objpfx)elf/.
14868         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
14869         $(elfobjdir)/.
14870         (link-libc-deps): Likewise.
14871         ($(common-objpfx)libc.so): Likewise.
14872         ($(common-objpfx)linkobj/libc.so): Likewise.
14873         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
14874         instead of $(common-objpfx)elf/.
14875         (symbolic-link-list): Likewise.
14876         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14877         [$(cross-compiling) = no]: Likewise.
14878         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
14879         $(elfobjdir)/.
14880         (static-gnulib-arch): Likewise.
14881         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14882         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
14883         $(common-objpfx)elf/.
14885 2014-05-21  Richard Henderson  <rth@redhat.com>
14887         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14888         (SINGLE_THREAD_P): Use the correct width load.  Fold
14889         into the ldr offset.
14891         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
14892         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
14894 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
14896         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
14897         (libgcc_s_resume): Use __attribute_used__.
14898         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
14899         Likewise.
14901 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14903         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
14904         optimization when used with float constants.
14906         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14908 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
14910         [BZ #16915]
14911         * locale/nl_langinfo_l.c: Make direct reference to every
14912         _nl_current_CATEGORY symbol.
14913         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
14914         (tests-static): Add tst-langinfo-static.
14915         (tests-special): Add tst-langinfo-static.out.
14916         ($(objpfx)tst-langinfo.out): Redirect output.
14917         ($(objpfx)tst-langinfo-static.out): New.
14918         * localedata/tst-langinfo.sh: Send output to stdout.
14919         * localedata/tst-langinfo-static.c: New file.
14921         [BZ #16965]
14922         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14923         when the shift amount is modulo the limb size.
14925 2014-05-20  Richard Henderson  <rth@redhat.com>
14927         [BZ #16967]
14928         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14929         Change type of sa_flags from unsigned int to int.
14931         [BZ #16966]
14932         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
14934         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14936 2014-05-20  Will Newton  <will.newton@linaro.org>
14938         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14939         Test the return value of the system call in the nocancel case.
14941 2014-05-20  Will Newton  <will.newton@linaro.org>
14942             Yvan Roux  <yvan.roux@linaro.org>
14944         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14945         #include of asm/ptrace.h.
14946         (PTRACE_GET_THREAD_AREA): Remove #undef.
14947         (PTRACE_GETHBPREGS): Likewise.
14948         (PTRACE_SETHBPREGS): Likewise.
14949         (struct user_regs_struct): New structure.
14950         (struct user_fpsimd_struct): New structure.
14951         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14952         #include of asm/ptrace.h and second #include of sys/user.h.
14953         (PTRACE_GET_THREAD_AREA): Remove #undef.
14954         (PTRACE_GETHBPREGS): Likewise.
14955         (PTRACE_SETHBPREGS): Likewise.
14956         (ELF_NGREG): Use new struct user_regs_struct.
14957         (elf_fpregset_t): Use new struct user_fpsimd_struct.
14959 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14961         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14962         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14964 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
14966         [BZ #16958]
14967         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14968         membar to avoid block loads/stores to overlap previous stores.
14970 2014-05-17  Richard Henderson  <rth@redhat.com>
14972         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14973         Create the __##syscall_name##_nocancel entry point.
14974         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14975         Remove; let the sysdep-cancel.h code create it.
14977 2014-05-17  David S. Miller  <davem@davemloft.net>
14979         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14980         Protect with __USE_GNU.
14981         (TIOCSET_TEMPT): Likewise.
14982         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14983         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14984         these are already provided in bits/ioctl-types.h
14986 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14988         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14989         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14991         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14992         Use wait4 regardless of [__NR_waitpid].
14994 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
14996         PR libgcc/60166
14997         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14998         (_FP_NANSIGN_Q): Set the quiet bit.
15000 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
15002         * benchtests/Makefile
15003         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
15004         not $(common-objpfx)math/libm.so.
15005         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
15006         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
15007         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
15008         $(common-objpfx)dlfcn/libdl.so.
15009         ($(objpfx)tst-audit8): Depend on $(libm), not
15010         $(common-objpfx)math/libm.so.
15011         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
15012         not $(common-objpfx)dlfcn/libdl.so.
15013         * math/Makefile
15014         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
15015         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
15016         [$(build-shared) = yes].
15017         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
15018         $(common-objpfx)nptl/libpthread.so.
15019         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
15020         $(common-objpfx)math/libm.so$(libm.so-version) or
15021         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
15022         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
15023         $(common-objpfx)dlfcn/libdl.so.
15024         * setjmp/Makefile (link-libm): Remove variable.
15025         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
15026         * stdio-common/Makefile (link-libm): Remove variable.
15027         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
15028         * stdlib/Makefile (link-libm): Remove variable.
15029         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
15030         ($(objpfx)tst-strtod-round): Likewise.
15031         ($(objpfx)tst-tininess): Likewise.
15032         ($(objpfx)tst-strtod-underflow): Likewise.
15033         ($(objpfx)tst-strtod6): Likewise.
15034         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
15035         $(libdl), not $(common-objpfx)nptl/libpthread.so and
15036         $(common-objpfx)dlfcn/libdl.so.
15038 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15040         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
15041         BSD terminal modes definitions.
15043 2014-05-16  Roland McGrath  <roland@hack.frob.com>
15045         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
15046         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
15048         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
15049         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
15050         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
15051         Don't do #include_next.
15052         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
15053         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
15054         Don't do #include_next.
15055         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
15056         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
15057         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
15058         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
15060 2014-05-16  Allan McRae  <allan@archlinux.org>
15062         * po/sv.po: Update Swedish translation from translation project.
15064         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
15065         in sed expression.
15067 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
15069         [BZ #16917]
15070         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
15071         errno if the TIOCGPTN ioctl fails with an error different than
15072         EINVAL.
15073         * login/tst-ptsname.c: New file.
15074         * login/Makefile (tests): Add tst-ptsname.
15076         [BZ #16943]
15077         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
15078         and prlimit64.
15080 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15082         [BZ #16849]
15083         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
15084         herrno to return EAI_AGAIN.
15086 2014-05-14  Roland McGrath  <roland@hack.frob.com>
15088         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
15089         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
15090         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
15091         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
15092         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
15093         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
15094         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
15095         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
15096         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
15097         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
15098         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
15099         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
15100         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
15101         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
15102         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
15103         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
15104         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
15105         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
15106         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
15107         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
15108         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
15109         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
15110         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
15111         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
15112         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
15113         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
15114         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
15115         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
15116         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
15117         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
15118         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
15119         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
15120         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
15121         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
15122         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
15123         Moved ...
15124         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
15125         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
15126         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
15127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
15128         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
15129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
15130         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
15131         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
15132         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
15133         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
15134         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
15135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
15136         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
15137         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
15138         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
15139         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
15140         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
15141         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
15142         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
15143         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
15144         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
15145         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
15146         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
15147         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
15148         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
15149         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
15150         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
15151         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
15152         Moved ...
15153         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
15154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
15155         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
15156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
15157         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
15158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
15159         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
15160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
15161         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
15162         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
15163         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
15164         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
15165         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
15166         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
15167         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
15168         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
15169         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
15170         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
15171         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
15172         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
15173         Moved ...
15174         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
15175         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
15176         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
15178         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
15179         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
15180         (libpthread-sysdep_routines): Add elision-related stuff here instead.
15181         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
15182         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
15183         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
15184         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
15185         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
15186         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
15187         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
15188         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
15189         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
15190         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
15191         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
15192         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
15193         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
15194         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
15195         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
15196         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
15197         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
15198         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
15199         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
15200         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
15201         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
15202         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
15203         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
15204         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
15205         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
15206         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
15207         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
15208         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
15210         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
15211         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
15213         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
15214         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
15215         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
15216         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
15217         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
15218         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
15219         Moved ...
15220         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
15221         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
15222         Moved ...
15223         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
15224         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
15225         Moved ...
15226         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
15227         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
15228         Moved ...
15229         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
15230         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
15231         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
15232         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
15233         Moved ...
15234         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
15235         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
15236         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
15237         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
15238         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
15239         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
15240         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
15241         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
15242         Moved ...
15243         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
15244         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
15245         Moved ...
15246         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
15247         ... here.
15248         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
15249         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
15250         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
15251         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
15252         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
15253         Moved ...
15254         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
15255         ... here.
15256         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
15257         Moved ...
15258         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
15259         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
15260         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
15261         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
15262         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
15263         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
15264         Moved ...
15265         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
15266         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
15267         Moved ...
15268         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
15269         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
15270         Moved ...
15271         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
15272         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
15273         Moved ...
15274         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
15275         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
15276         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
15277         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
15278         Moved ...
15279         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
15280         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
15281         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
15282         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
15283         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
15284         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
15285         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
15286         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
15287         Moved ...
15288         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
15289         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
15290         Moved ...
15291         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
15292         ... here.
15293         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
15294         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
15295         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
15296         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
15297         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
15298         Moved ...
15299         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
15300         ... here.
15301         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
15302         Moved ...
15303         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
15304         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
15305         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
15306         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
15307         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
15308         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
15309         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
15310         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
15311         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
15312         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
15313         Moved ...
15314         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
15315         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
15316         Moved ...
15317         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
15318         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
15319         Moved ...
15320         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
15321         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
15322         Moved ...
15323         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
15324         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
15325         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
15326         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
15327         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
15328         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
15329         Moved ...
15330         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
15331         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
15332         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
15333         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
15334         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
15335         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
15336         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
15337         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
15338         Moved ...
15339         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
15340         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
15341         Moved ...
15342         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
15343         ... here.
15344         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
15345         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
15346         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
15347         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
15348         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
15349         Moved ...
15350         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
15351         ... here.
15352         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
15353         Moved ...
15354         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
15355         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
15356         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
15357         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
15358         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
15359         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
15360         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
15361         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
15362         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
15363         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
15364         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
15366         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
15367         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
15369         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
15370         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
15372         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
15373         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
15374         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
15375         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
15376         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
15377         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
15378         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
15379         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
15380         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
15381         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
15382         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
15383         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
15384         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
15385         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
15386         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
15387         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
15388         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
15389         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
15390         Moved ...
15391         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
15392         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
15393         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
15394         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
15395         Moved ...
15396         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
15397         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
15398         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
15399         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
15400         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
15401         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
15402         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
15403         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
15404         Moved ...
15405         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
15406         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
15407         Moved ...
15408         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
15409         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
15410         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
15411         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
15412         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
15413         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
15414         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
15415         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
15416         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
15417         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
15418         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
15419         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
15420         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
15421         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
15422         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
15423         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
15424         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
15426         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
15427         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
15428         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
15429         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
15430         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
15432         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
15433         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
15434         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
15435         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
15436         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
15437         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
15438         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
15439         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
15440         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
15441         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
15443         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
15444         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
15446         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
15447         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
15448         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
15449         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
15450         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
15451         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
15452         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
15453         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
15454         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
15455         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
15456         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
15457         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
15458         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
15459         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
15460         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
15461         Update #include.
15462         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
15463         Likewise.
15464         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
15465         Likewise.
15466         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
15467         Likewise.
15468         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
15469         Likewise.
15470         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
15471         Likewise.
15472         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
15473         Likewise.
15474         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
15475         Likewise.
15476         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
15477         Likewise.
15478         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
15479         Likewise.
15480         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
15481         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
15482         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
15483         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
15484         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
15485         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
15486         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
15487         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
15488         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
15489         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
15490         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
15491         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
15492         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
15493         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
15494         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
15496         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
15497         that was previously under [RESET_PID].
15498         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
15499         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
15500         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
15502         * sysdeps/i386/nptl/Implies: New file.
15503         * sysdeps/x86_64/nptl/Implies: New file.
15504         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
15505         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
15506         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
15507         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
15509         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
15510         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15511         (__libc_vfork): New strong alias.
15512         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
15513         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
15515         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
15516         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15517         (__libc_vfork): New strong alias.
15518         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
15519         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
15521         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
15522         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15523         (__libc_vfork): New strong alias.
15524         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
15525         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
15526         * nptl/pt-vfork.c: New file.
15527         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
15528         (libpthread: GLIBC_2.20): New version set (empty).
15530 2014-05-14  Will Newton  <will.newton@linaro.org>
15532         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
15533         rather than #if.
15535 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
15537         [BZ #16564]
15538         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
15539         arguments with exponent 65 or above.
15540         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
15541         arguments 0x1p113L or above.
15542         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
15543         to arguments 0x1p107L or above.
15544         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
15545         positive arguments with exponent 65 or above.
15546         * math/auto-libm-test-in: Add more tests of log1p.
15547         * math/auto-libm-test-out: Regenerated.
15549         [BZ #16928]
15550         * math/s_cacos.c (__cacos): Ensure zero real part of result from
15551         non-finite arguments is +0.
15552         * math/s_cacosf.c (__cacosf): Likewise.
15553         * math/s_cacosl.c (__cacosl): Likewise.
15554         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
15555         * sysdeps/i386/fpu/libm-test-ulps: Update.
15556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15558         [BZ #16927]
15559         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
15560         value.
15561         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
15562         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
15563         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
15564         for explicit high bit of mantissa when testing for argument equal
15565         to 1.
15566         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
15567         * sysdeps/i386/fpu/libm-test-ulps: Update.
15568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15570         [BZ #16516]
15571         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
15572         (__erf): Scale by 16 instead of 8 in potentially underflowing
15573         case.  Ensure exception if result actually underflows.
15574         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
15575         (__erff): Scale by 16 instead of 8 in potentially underflowing
15576         case.  Ensure exception if result actually underflows.
15577         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
15578         (efx8): Remove variable.
15579         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15580         case.  Ensure exception if result actually underflows.
15581         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
15582         (efx8): Remove variable.
15583         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15584         case.  Ensure exception if result actually underflows.
15585         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
15586         (efx8): Remove variable.
15587         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15588         case.  Ensure exception if result actually underflows.
15589         * math/auto-libm-test-in: Add more tests of erf.
15590         * math/auto-libm-test-out: Regenerated.
15592 2014-05-14  Andreas Schwab  <schwab@suse.de>
15594         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
15595         Remove code conditionalized on USE___THREAD.
15597         * config.h.in (HAVE_PT_CHOWN): Define as 0.
15598         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
15599         not definedness.
15601 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
15603         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
15604         Define unconditionally.
15605         (__ASSUME_O_CLOEXEC): Likewise.
15606         (__ASSUME_SOCK_CLOEXEC): Likewise.
15607         (__ASSUME_IN_NONBLOCK): Likewise.
15608         (__ASSUME_PIPE2): Likewise.
15609         (__ASSUME_EVENTFD2): Likewise.
15610         (__ASSUME_SIGNALFD4): Likewise.
15611         (__ASSUME_DUP3): Likewise.
15612         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15613         (__ASSUME_DUP3): Do not define.
15614         (__ASSUME_EVENTFD2): Likewise.
15615         (__ASSUME_IN_NONBLOCK): Likewise.
15616         (__ASSUME_O_CLOEXEC): Likewise.
15617         (__ASSUME_PIPE2): Likewise.
15618         (__ASSUME_SIGNALFD4): Likewise.
15619         (__ASSUME_SOCK_CLOEXEC): Likewise.
15620         (__ASSUME_UTIMES): Undefine.
15621         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15622         (__ASSUME_UTIMES): Do not define.
15623         (__ASSUME_O_CLOEXEC): Likewise.
15624         (__ASSUME_SOCK_CLOEXEC): Likewise.
15625         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
15626         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
15627         0x020621].
15628         (__ASSUME_PIPE2): Likewise.
15629         (__ASSUME_EVENTFD2): Likewise.
15630         (__ASSUME_SIGNALFD4): Likewise.
15631         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
15632         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
15633         Do not define.
15634         (__ASSUME_EVENTFD2): Likewise.
15635         (__ASSUME_SIGNALFD4): Likewise.
15636         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
15637         (__ASSUME_32BITUIDS): Likewise.
15638         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
15639         (__ASSUME_IPC64): Likewise.
15640         (__ASSUME_ST_INO_64_BIT): Likewise.
15641         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
15642         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
15643         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15644         (__ASSUME_UTIMES): Do not define.
15645         (__ASSUME_PSELECT): Likewise.
15646         (__ASSUME_PPOLL): Likewise.
15647         (__ASSUME_O_CLOEXEC): Likewise.
15648         (__ASSUME_SOCK_CLOEXEC): Likewise.
15649         (__ASSUME_IN_NONBLOCK): Likewise.
15650         (__ASSUME_PIPE2): Likewise.
15651         (__ASSUME_EVENTFD2): Likewise.
15652         (__ASSUME_SIGNALFD4): Likewise.
15653         (__ASSUME_DUP3): Likewise.
15654         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15655         (__ASSUME_UTIMES): Likewise.
15656         (__ASSUME_O_CLOEXEC): Likewise.
15657         (__ASSUME_SOCK_CLOEXEC): Likewise.
15658         (__ASSUME_IN_NONBLOCK): Likewise.
15659         (__ASSUME_PIPE2): Likewise.
15660         (__ASSUME_EVENTFD2): Likewise.
15661         (__ASSUME_SIGNALFD4): Likewise.
15662         (__ASSUME_DUP3): Likewise.
15663         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15664         (__ASSUME_UTIMES): Likewise.
15665         (__ASSUME_O_CLOEXEC): Likewise.
15666         (__ASSUME_SOCK_CLOEXEC): Likewise.
15667         (__ASSUME_IN_NONBLOCK): Likewise.
15668         (__ASSUME_PIPE2): Likewise.
15669         (__ASSUME_EVENTFD2): Likewise.
15670         (__ASSUME_SIGNALFD4): Likewise.
15671         (__ASSUME_DUP3): Likewise.
15672         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
15673         Likewise.
15674         (__ASSUME_UTIMES): Likewise.
15675         (__ASSUME_EVENTFD2): Likewise.
15676         (__ASSUME_SIGNALFD4): Likewise.
15677         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15678         (__ASSUME_O_CLOEXEC): Likewise.
15679         (__ASSUME_SOCK_CLOEXEC): Likewise.
15680         (__ASSUME_IN_NONBLOCK): Likewise.
15681         (__ASSUME_PIPE2): Likewise.
15682         (__ASSUME_EVENTFD2): Likewise.
15683         (__ASSUME_SIGNALFD4): Likewise.
15684         (__ASSUME_DUP3): Likewise.
15685         (__ASSUME_UTIMES): Undefine.
15687         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
15688         feclearexcept.  Remove symbol versioning code.
15689         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
15690         symbol versioning code.
15691         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
15692         symbol versioning code.
15693         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
15694         feupdateenv.  Remove symbol versioning code.
15695         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
15696         fegetexceptflag.  Remove symbol versioning code.
15697         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
15698         fesetexceptflag.  Remove symbol versioning code.
15699         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
15700         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
15701         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
15702         (__posix_fadvise64_l32): Remove prototype.
15703         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
15704         code.
15706 2014-05-13  Roland McGrath  <roland@hack.frob.com>
15708         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
15709         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
15710         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
15711         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
15713 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
15715         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
15716         current working directory
15718 2014-05-13  Roland McGrath  <roland@hack.frob.com>
15720         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
15721         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
15722         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
15723         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
15724         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
15725         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
15726         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
15727         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
15728         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
15729         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
15730         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
15731         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
15732         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
15733         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
15734         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
15735         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
15736         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
15737         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
15738         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
15739         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
15740         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
15741         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
15742         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
15743         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
15744         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
15745         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
15746         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
15747         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
15748         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
15749         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
15750         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
15751         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
15752         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
15753         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
15754         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
15755         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
15756         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
15757         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
15758         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
15759         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
15760         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
15761         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
15763         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
15764         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
15766         * sysdeps/unix/sysv/linux/arm/Makefile
15767         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
15768         Add rt-aeabi_unwind_cpp_pr1.
15769         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
15770         Add nptl-aeabi_unwind_cpp_pr1.
15771         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
15772         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
15773         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
15774         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
15775         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
15776         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
15778         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
15779         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
15780         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
15781         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
15783         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
15784         Deconditionalize the code that was previously under [RESET_PID].
15785         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
15787         * sysdeps/generic/exit-thread.h: New file.
15788         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
15789         * include/unistd.h (__exit_thread): Remove declaration.
15790         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
15791         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
15792         * csu/libc-start.c: Include <exit-thread.h>.
15793         (LIBC_START_MAIN): Pass no argument to __exit_thread.
15794         * nptl/pthread_create.c: Include <exit-thread.h>.
15795         (start_thread): Call __exit_thread in place of __exit_thread_inline.
15796         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
15797         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
15798         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
15799         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
15800         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
15801         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
15802         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
15803         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
15804         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
15805         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
15806         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
15807         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
15808         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
15809         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
15810         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
15811         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
15813 2014-05-13  Andreas Schwab  <schwab@suse.de>
15815         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
15817 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
15819         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
15820         (__ASSUME_UTIMES): Do not condition on kernel version.
15821         (__ASSUME_PSELECT): Define unconditionally.
15822         (__ASSUME_PPOLL): Likewise.
15823         (__ASSUME_ATFCTS): Likewise.
15824         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
15825         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
15826         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
15827         (__ASSUME_UTIMENSAT): Define unconditionally.
15828         (__ASSUME_PRIVATE_FUTEX): Likewise.
15829         (__ASSUME_FALLOCATE): Likewise.
15830         (__ASSUME_O_CLOEXEC): Likewise.
15831         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
15832         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
15833         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
15834         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
15835         (__ASSUME_IN_NONBLOCK): Likewise.
15836         (__ASSUME_PIPE2): Likewise.
15837         (__ASSUME_EVENTFD2): Likewise.
15838         (__ASSUME_SIGNALFD4): Likewise.
15839         (__ASSUME_DUP3): Likewise.
15840         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15841         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
15842         (__ASSUME_AT_RANDOM): Likewise.
15843         (__ASSUME_PREADV): Likewise.
15844         (__ASSUME_PWRITEV): Likewise.
15845         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
15846         (__ASSUME_F_GETOWN_EX): Define unconditionally.
15847         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
15848         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
15849         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
15850         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15851         (__ASSUME_O_CLOEXEC): Define unconditionally.
15852         (__ASSUME_PSELECT): Do not undefine conditionally.
15853         (__ASSUME_PPOLL): Likewise.
15854         (__ASSUME_ATFCTS): Likewise.
15855         (__ASSUME_SET_ROBUST_LIST): Likewise.
15856         (__ASSUME_UTIMENSAT): Likewise.
15857         (__ASSUME_FDATASYNC): Define unconditionally.
15858         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15859         (__ASSUME_SIGFRAME_V2): Likewise.
15860         )__ASSUME_EVENTFD2): Likewise.
15861         (__ASSUME_SIGNALFD4): Likewise.
15862         (__ASSUME_PSELECT): Do not undefine conditionally.
15863         (__ASSUME_PPOLL): Likewise.
15864         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15865         (__ASSUME_PSELECT): Define unconditionally.
15866         (__ASSUME_PPOLL): Likewise.
15867         (__ASSUME_O_CLOEXEC): Likewise.
15868         (__ASSUME_SOCK_CLOEXEC): Likewise.
15869         (__ASSUME_IN_NONBLOCK): Likewise.
15870         (__ASSUME_PIPE2): Likewise.
15871         (__ASSUME_EVENTFD2): Likewise.
15872         (__ASSUME_SIGNALFD4): Likewise.
15873         (__ASSUME_DUP3): Likewise.
15874         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15875         (__ASSUME_O_CLOEXEC): Likewise.
15876         (__ASSUME_SOCK_CLOEXEC): Likewise.
15877         (__ASSUME_IN_NONBLOCK): Likewise.
15878         (__ASSUME_PIPE2): Likewise.
15879         (__ASSUME_EVENTFD2): Likewise.
15880         (__ASSUME_SIGNALFD4): Likewise.
15881         (__ASSUME_DUP3): Likewise.
15882         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15883         (__ASSUME_EVENTFD2): Likewise.
15884         (__ASSUME_SIGNALFD4): Likewise.
15885         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15887 2014-05-12  Andreas Schwab  <schwab@suse.de>
15889         [BZ #16932]
15890         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
15891         (_nss_nis_gethostbyname4_r): Return error if item length is larger
15892         than maximum RPC packet size.
15893         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
15894         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
15895         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
15896         (_nss_nis_getservbyport_r): Likewise.
15898 2014-05-12  Will Newton  <will.newton@linaro.org>
15900         * malloc/Makefile (tests): Add tst-mallopt.
15901         * malloc/tst-mallopt.c: New file.
15903 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15905         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
15906         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
15908 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15910         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
15911         (tst-tlsmod6.so): Likewise.
15913 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15915         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15917 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
15919         [BZ #16064]
15920         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15921         and <dl-procinfo.h>.
15922         (__fegetenv): Save SSE state in envp->__eip if supported.
15923         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15924         envp->__eip if supported.
15925         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15926         and <dl-procinfo.h>.
15927         (__fesetenv): Always set __eip, __cs_selector, __opcode,
15928         __data_offset and __data_selector in environment to 0.  Set SSE
15929         state if supported.
15930         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15931         test-fenv-sse.
15932         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15933         -mfpmath=sse.
15934         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15936 2014-05-09  Will Newton  <will.newton@linaro.org>
15938         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15939         and libc_relro_required for ARM.
15940         * sysdeps/arm/preconfigure: Regenerate.
15942 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15943             Stefan Liebler  <stli@linux.vnet.ibm.com>
15945         * config.make.in (enable-lock-elision): New Makefile variable.
15946         * configure.ac: Likewise.
15947         * configure: Regenerate.
15948         * sysdeps/s390/configure.ac:
15949         Add check for gcc transactions support.
15950         * sysdeps/s390/configure: Regenerate.
15951         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15952         Build elision files if enabled.
15953         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15954         Add lock elision support for s390.
15955         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15956         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15957         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15958         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15959         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15960         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15961         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15962         Likewise.
15963         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15964         Likewise.
15965         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15966         Likewise.
15967         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15968         Likewise.
15969         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15970         (__lll_timedlock_elision, __lll_lock_elision)
15971         (__lll_unlock_elision, __lll_trylock_elision)
15972         (lll_timedlock_elision, lll_lock_elision)
15973         (lll_unlock_elision, lll_trylock_elision): Add.
15974         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15975         (pthread_mutex_t): Add lock elision support for s390.
15977 2014-05-14  Wilco  <wdijkstr@arm.com>
15979         * sysdeps/arm/fclrexcpt.c: Cleanup.
15980         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15981         * sysdeps/arm/feenablxcpt.c: Cleanup.
15982         * sysdeps/arm/fegetenv.c: Cleanup.
15983         * sysdeps/arm/fegetexcept.c: Cleanup.
15984         * sysdeps/arm/fegetround.c: Cleanup.
15985         * sysdeps/arm/feholdexcpt.c: Cleanup.
15986         * sysdeps/arm/fesetenv.c: Cleanup.
15987         * sysdeps/arm/fesetround.c: Cleanup.
15988         * sysdeps/arm/feupdateenv.c: Cleanup.
15989         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15990         * sysdeps/arm/fraiseexcpt.c: Cleanup.
15991         * sysdeps/arm/fsetexcptflg.c: Cleanup.
15992         * sysdeps/arm/ftestexcept.c: Cleanup.
15993         * sysdeps/arm/get-rounding-mode.h: Cleanup.
15994         * sysdeps/arm/setfpucw.c: Cleanup.
15996 2014-05-09  Will Newton  <will.newton@linaro.org>
15998         * sysdeps/arm/armv7/strcmp.S: New file.
15999         * NEWS: Mention addition of ARMv7 optimized strcmp.
16001 2014-05-08  Roland McGrath  <roland@hack.frob.com>
16003         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
16004         look for %.ac rather than %.in.
16006         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
16007         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
16008         * sysdeps/mach/hurd/configure: Regenerated.
16009         * sysdeps/unix/sysv/linux/configure: Regenerated.
16011         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
16013 2014-05-07  Steve Ellcey  <sellcey@mips.com>
16015         [BZ# 16922]
16016         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
16017         (LONG_SUB): Ditto.
16018         (PTR_SUB): Ditto.
16020 2014-05-07  Andreas Schwab  <schwab@suse.de>
16022         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
16023         when skipping over non-matching result from nscd.
16025 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
16027         [BZ #16876]
16028         * nptl/sockperf.c (client): Check socket return value.
16030         [BZ #16877]
16031         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
16032         nscd security class.
16034 2014-05-06  Roland McGrath  <roland@hack.frob.com>
16036         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
16037         * sysdeps/arm/unwind.h: ... here.
16039 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
16041         [BZ# 16916]
16042         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
16043         Define.
16045 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16047         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
16048         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
16049         multiarch strncpy for PPC64.
16050         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
16051         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
16052         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
16053         multiarch optimizations.
16054         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16055         (__libc_ifunc_impl_list): Likewise.
16056         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
16057         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
16058         multiarch stpncpy for PPC64.
16059         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
16060         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
16062 2014-05-06  Andreas Schwab  <schwab@suse.de>
16064         [BZ #16912]
16065         * gmon/mcount.c (_MCOUNT_DECL): Use
16066         atomic_compare_and_exchange_bool_acq instead of
16067         catomic_compare_and_exchange_bool_acq.
16069 2014-05-05  Roland McGrath  <roland@hack.frob.com>
16071         * elf/Makefile (others, install-bin): Remove pldd.
16072         (pldd-modules): Variable removed.
16073         ($(objpfx)pldd): Target removed.
16074         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
16075         (others, install-bin): Append pldd here.
16076         ($(objpfx)pldd): New target.
16078         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
16079         to 0, so the first #if test emitted later doesn't see it undefined.
16080         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
16081         * sysdeps/gnu/errlist.c: Regenerated.
16083 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16085         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
16086         [libc_hidden_builtin_def]: Define to empty value.
16087         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
16088         [libc_hidden_builtin_def]: Likewise.
16089         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
16090         [libc_hidden_builtin_def]: Likewise.
16091         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
16092         [libc_hidden_builtin_def]: Likewise.
16093         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
16094         __redirect_memcpy and define ifunc as default hidden symbol.
16095         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
16096         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
16098 2014-05-04  Adam Conrad  <adconrad@0c3.net>
16100         * locale/iso-4217.def: Reintroduce XDR currency.
16102 2014-05-04  Allan McRae  <allan@archlinux.org>
16104         * po/eo.po: Update Esperanto translation from translation project.
16106 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
16108         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
16109         and FEATURE_INDEX_MAX to 1.
16110         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
16112 2014-05-01  Steve Ellcey  <sellcey@mips.com>
16114         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
16115         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
16116         * iconvdata/big5.c (ONE_DIRECTION): Define.
16117         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
16118         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
16119         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
16120         * iconvdata/cp932.c (ONE_DIRECTION): Define.
16121         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
16122         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
16123         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
16124         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
16125         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
16126         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
16127         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
16128         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
16129         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
16130         * iconvdata/gbk.c (ONE_DIRECTION): Define.
16131         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
16132         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
16133         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
16134         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
16135         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
16136         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
16137         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
16138         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
16139         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
16140         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
16141         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
16142         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
16143         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
16144         * iconvdata/iso646.c (ONE_DIRECTION): Define.
16145         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
16146         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
16147         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
16148         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
16149         * iconvdata/johab.c (ONE_DIRECTION): Define.
16150         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
16151         * iconvdata/sjis.c (ONE_DIRECTION): Define.
16152         * iconvdata/t.61.c (ONE_DIRECTION): Define.
16153         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
16154         * iconvdata/tscii.c (ONE_DIRECTION): Define.
16155         * iconvdata/uhc.c (ONE_DIRECTION): Define.
16156         * iconvdata/unicode.c (ONE_DIRECTION): Define.
16157         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
16158         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
16159         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
16161 2014-05-01  Roland McGrath  <roland@hack.frob.com>
16163         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
16164         (_IO_JUMPS_OFFSET): Define to 0.
16166         * nptl/sysdeps/pthread/bits/libc-lock.h
16167         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
16168         (__libc_lock_define_initialized_recursive): Always define using
16169         initializer.  Modern compilers treat uninitialized (implicit zero) and
16170         explicit zero initializers the same (i.e. put the datum in bss).
16172 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
16174         * nscd/nscd-client.h: Include <string.h>.
16176 2014-05-01  David S. Miller  <davem@davemloft.net>
16178         [BZ #16885]
16179         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
16180         multiple zero bytes exist at the end of a string.
16181         Reported by Aurelien Jarno <aurelien@aurel32.net>
16183         * string/test-strcmp.c (check): Add explicit test for situations where
16184         there are multiple zero bytes after the first.
16186 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
16188         [BZ #16890]
16189         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
16190         when compiling wprintf.
16191         * stdio-common/tstdiomisc.c (t3): New function.
16192         (main): Call it.
16194 2014-05-01  Steve Ellcey  <sellcey@mips.com>
16196         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
16197         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
16198         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
16199         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
16201 2014-05-01  Steve Ellcey  <sellcey@mips.com>
16203         * stdlib/longlong.h: Updated from GCC.
16205 2014-05-01  Will Newton  <will.newton@linaro.org>
16206             Bernard Ogden  <bernie.ogden@linaro.org>
16208         * NEWS: Update fixed bug list.
16210         [BZ #15119]
16211         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
16213 2014-04-30  David S. Miller  <davem@davemloft.net>
16215         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
16216         (libc_feholdexcept_setround_sparc_ctx): New function.
16217         (libc_fesetenv_sparc_ctx): Likewise.
16218         (libc_feupdateenv_sparc_ctx): Likewise.
16219         (libc_feholdsetround_sparc_ctx): Likewise.
16220         (libc_feholdexcept_setround_ctx): Define.
16221         (libc_feholdexcept_setroundf_ctx): Likewise.
16222         (libc_feholdexcept_setroundl_ctx): Likewise.
16223         (libc_fesetenv_ctx): Likewise.
16224         (libc_fesetenvf_ctx): Likewise.
16225         (libc_fesetenvl_ctx): Likewise.
16226         (libc_feupdateenv_ctx): Likewise.
16227         (libc_feupdateenvf_ctx): Likewise.
16228         (libc_feupdateenvl_ctx): Likewise.
16229         (libc_feresetround_ctx): Likewise.
16230         (libc_feresetroundf_ctx): Likewise.
16231         (libc_feresetroundl_ctx): Likewise.
16232         (libc_feholdsetround_ctx): Likewise.
16233         (libc_feholdsetroundf_ctx): Likewise.
16234         (libc_feholdsetroundl_ctx): Likewise.
16236         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
16237         with __USE_GNU instead of XOPEN cpp guards.
16239         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
16240         0.
16242         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
16243         with XOPEN cpp guards.
16245 2014-04-30  Julian Brown  <julian@codesourcery.com>
16247         [BZ #16888]
16248         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
16249         handling.
16251 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
16253         [BZ #9894]
16254         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
16255         Change to 2.6.32.
16256         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
16257         * sysdeps/unix/sysv/linux/configure: Regenerated.
16258         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
16259         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
16260         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
16261         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
16262         * README: Update reference to required Linux kernel version.
16263         * manual/install.texi (Linux): Update reference to required Linux
16264         kernel headers version.
16265         * INSTALL: Regenerated.
16267         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
16268         header inclusion.
16269         [POSIX] (limits.h): Likewise.
16270         [POSIX] (math.h): Likewise.
16271         [POSIX] (sys/wait.h): Likewise.
16272         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
16273         function.
16274         [POSIX] (stddef.h): Do not allow header inclusion.
16276 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16278         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
16280 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
16282         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
16283         Return immediately after lll_futex_wake.
16285 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16287         [BZ #16791]
16288         * nscd/nscd-client.h (datahead_init_common): Initialize entire
16289         structure.
16290         (datahead_init_pos): Call datahead_init_common early.
16291         (datahead_init_neg): Likewise.
16293         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
16294         datahead_init_neg): New functions.
16295         * nscd/aicache.c (addhstaiX): Use them.
16296         * nscd/grpcache.c (cache_addgr): Likewise.
16297         * nscd/hstcache.c (cache_addhst): Likewise.
16298         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16299         * nscd/netgroupcache.c (do_notfound): Likewise.
16300         (addgetnetgrentX): Likewise.
16301         (addinnetgrX): Likewise.
16302         * nscd/pwdcache.c (cache_addpw): Likewise.
16303         * nscd/servicescache.c (cache_addserv): Likewise.
16305 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16306             Atsushi Onoe  <atsushi@onoe.org>
16308         [BZ #14308]
16309         [BZ #12994]
16310         [BZ #13651]
16311         * resolv/res_query.c (__libc_res_nsearch): Return if at least
16312         one response is valid.
16313         * resolv/res_send.c (send_dg): Check for validity of other
16314         response if the current response is a referral.
16316 2014-04-29  Steve Ellcey  <sellcey@mips.com>
16318         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
16320 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
16322         [BZ #16823]
16323         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
16324         Always divide by positive zero when computing -Inf result.
16325         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
16326         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
16328 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16330         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
16331         FPSCR if value do not change.
16332         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
16333         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
16334         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
16335         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
16336         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
16337         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
16338         function.
16340 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
16342         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
16343         * sysdeps/unix/sysv/linux/hppa: Move directory from
16344         ports/systeps/unix/sysv/linux/hppa.
16345         * README: Update listing for hppa-*-linux-gnu.
16347 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
16349         [BZ #16754]
16350         * manual/stdio.texi (Hook functions): Fix types of stream hook
16351         functions.
16352         [BZ #16854]
16353         * socket/sys/socket.h: Fix typo in comment.
16355 2014-04-28  Wilco  <wdijkstr@arm.com>
16357         * sysdeps/arm/fenv_private.h: New file.
16358         * sysdeps/arm/math_private.h: New file.
16359         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
16361 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
16363         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
16364         with __int128_t.
16365         (La_x86_64_retval): Likewise.
16367 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
16369         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
16370         fpsr if value didn't change.
16371         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
16372         to fpcr if value didn't change.
16373         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
16374         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
16375         fpsr or fpcr if value didn't change.
16376         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16377         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
16378         fpcr if value didn't change.
16379         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
16380         to fpsr if value didn't change.
16382 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16384         * nptl/tst-sem3.c: Use test-skeleton.c
16385         (main): Rename to do_test.  Use return instead of
16386         exit.
16387         * nptl/tst-sem4.c: Use test-skeleton.c
16388         (main): Rename to do_test.
16390 2014-04-22  David S. Miller  <davem@davemloft.net>
16392         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
16393         (struct sigaction): New struct member __glibc_reserved0, change
16394         type of sa_flags to int.
16396 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
16398         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
16399         (COUNT_LEADING_ZEROS_0): Define for AArch64.
16401 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
16403         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
16404         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
16406 2014-04-22  Will Newton  <will.newton@linaro.org>
16407             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
16409         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
16410         (__longjmp): Add longjmp and longjmp_target SystemTap
16411         probes.
16412         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
16413         (__sigsetjmp): Add setjmp SystemTap probe.
16415 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
16417         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
16418         match manual order.
16420 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16422         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
16424         * sysdeps/powerpc/fpu/fenv_private.h
16425         (libc_feholdexcept_setroundl_ctx): Define to
16426         libc_feholdexcept_setround_ppc_ctx.
16427         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
16428         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
16429         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
16430         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
16432 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
16434         * sysdeps/aarch64/math-tests.h: New file.
16436 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
16438         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
16439         New.
16440         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16441         Check and set bit_AVX2_Usable.
16442         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
16443         macro.
16444         (bit_AVX2): Likewise.
16445         (index_AVX2_Usable): Likewise.
16446         (CPUID_AVX2): Likewise.
16447         (HAS_AVX2): Likewise.
16449 2014-04-17  Will Newton  <will.newton@linaro.org>
16451         * manual/setjmp.texi (System V contexts): Add note that
16452         calling setcontext on a context created by a call to a
16453         signal handler is undefined.  Update text to note that
16454         setcontext from a signal handler is possible but not
16455         recommended.
16457         [BZ #16629]
16458         * stdlib/tst-setcontext.c: Include signal.h.
16459         (main): Check that the signal stack before and
16460         after swapcontext is the same.
16462         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
16463         Re-implement to restore registers in user code and avoid
16464         rt_sigreturn system call.
16466 2014-04-17  Wilco  <wdijkstr@arm.com>
16468         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
16469         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
16470         * math/test-fenv.c: Skip exception trap tests on targets which only
16471         support non-stop mode.
16473 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
16474             Wilco Dijkstra  <wilco.dijkstra@arm.com>
16476         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
16477         (libc_feholdsetround_aarch64_ctx)
16478         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
16479         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
16480         (libc_feresetround_ctx, libc_feresetroundf_ctx)
16481         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
16482         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
16483         (libc_feresetround_noexl_ctx): Define.
16485 2014-04-16  Richard Henderson  <rth@redhat.com>
16487         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
16489         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
16490         unwind tables.
16492         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
16493         const from the non-libc, non-ldso copy.
16495         * sysdeps/alpha/libm-test-ulps: Regenerate.
16497 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
16498             Wilco Dijkstra  <wilco.dijkstra@arm.com>
16500         * sysdeps/aarch64/fpu/math_private.h: New file.
16502 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16504         * sysdeps/aarch64/libm-test-ulps: Regenerate.
16506 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
16508         [BZ #16275]
16509         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
16510         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
16511         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
16512         Intel MPX bound registers before _dl_profile_fixup.
16513         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
16514         registers after _dl_profile_fixup.  Save and restore bound
16515         registers bnd0/bnd1 when calling _dl_call_pltexit.
16516         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
16517         (LR_BND_OFFSET): Likewise.
16518         (LRV_BND0_OFFSET): Likewise.
16519         (LRV_BND1_OFFSET): Likewise.
16521 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16523         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
16524         to...
16525         * sysdeps/mach/hurd/i386/tls.h: ... here.
16526         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
16527         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
16528         fields.
16530 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16532         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
16534 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16536         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16538 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16540         [BZ #14770]
16541         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
16542         * sysdeps/s390/configure: Regenerate.
16544         [BZ #16824]
16545         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
16546         Set round-to-nearest internally to reduce error accumulation.
16548 2014-04-16  Alan Modra  <amodra@gmail.com>
16550         [BZ #16740]
16551         [BZ #16619]
16552         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
16553         * math/libm-test.inc (frexp_test_data): Add tests.
16554         * NEWS: Update fixed bug list.
16556 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
16558         * benchtests/Makefile: Depend on libraries in build directory.
16559         (bench-math): Separate out math tests.
16560         (bench-pthread): Separate out pthread tests.
16561         (bench): Include math and pthread tests.
16563 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
16565         [BZ #16831]
16566         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
16567         _dl_debug_initialize.
16569         * configure.ac: Remove SELinux header check.
16570         * configure: Regenerate.
16571         * nscd/selinux.c (perms): Array of const char* to permission names.
16572         (nscd_request_avc_has_perm): Call security_deny_unknown to find
16573         default policy. Call string_to_security_class and string_to_av_perm to
16574         translate strings. Enforce default policy and call avs_has_perm with
16575         results of translated strings.
16577 2014-04-13  David S. Miller  <davem@davemloft.net>
16579         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16581 2014-04-12  Allan McRae  <allan@archlinux.org>
16583         [BZ #16838]
16584         * manual/string.texi (Collation Functions): Fix qsort argument
16585         order in example.
16586         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
16588 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
16590         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
16591         Make the test a no-op if there are no exceptions defined.
16593 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
16595         * elf/Makefile (tests): make tst-dlopen-aout conditional on
16596         enable-hardcoded-path-in-tests
16598 2014-04-11  Will Newton  <will.newton@linaro.org>
16600         * benchtests/Makefile (extra-objs): Add json-lib.o.
16601         (bench-func): Tidy up JSON output.
16602         * benchtests/bench-skeleton.c: Include json-lib.h.
16603         (main): Use JSON library functions to do output of
16604         benchmark results.
16605         * benchtests/bench-timing-type.c (main): Output the
16606         timing type simply, leaving formatting to the user.
16607         * benchtests/json-lib.c: New file.
16608         * benchtests/json-lib.h: Likewise.
16610 2014-04-11  Torvald Riegel  <triegel@redhat.com>
16612         [BZ #15215]
16613         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
16614         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
16615         memory barriers.  Add comments.
16616         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
16617         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
16618         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
16619         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
16620         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
16621         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
16623 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16625         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
16626         * sysdeps/s390/s390-64/configure.ac: ... this ...
16627         * sysdeps/s390/configure.ac: ... to here.
16628         * sysdeps/s390/s390-32/configure: Delete file.
16629         * sysdeps/s390/s390-64/configure: Delete file.
16630         * sysdeps/s390/configure: Regenerate.
16632 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
16634         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
16636 2014-04-11  Will Newton  <will.newton@linaro.org>
16638         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
16639         to zero if it is not defined elsewhere.  (mtrim): Test
16640         the value of MALLOC_DEBUG with #if rather than #ifdef.
16642 2014-04-10 Torvald Riegel  <triegel@redhat.com>
16644         * benchtests/pthread_once-inputs: New file.
16645         * benchtests/pthread_once-source.c: New file.
16646         * benchtests/README: Update documentation.
16648 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
16649             H.J. Lu  <hongjiu.lu@intel.com>
16651         [BZ #16275]
16652         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
16653         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
16654         * sysdeps/x86_64/configure: Regenerated.
16655         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
16656         macro.
16657         (REGISTER_SAVE_RAX): Likewise.
16658         (REGISTER_SAVE_RCX): Likewise.
16659         (REGISTER_SAVE_RDX): Likewise.
16660         (REGISTER_SAVE_RSI): Likewise.
16661         (REGISTER_SAVE_RDI): Likewise.
16662         (REGISTER_SAVE_R8): Likewise.
16663         (REGISTER_SAVE_R9): Likewise.
16664         (REGISTER_SAVE_BND0): Likewise.
16665         (REGISTER_SAVE_BND1): Likewise.
16666         (REGISTER_SAVE_BND2): Likewise.
16667         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
16668         bound registers when calling _dl_fixup.
16670 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16672         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
16673         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
16674         of its definition.
16675         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
16676         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
16677         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
16678         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
16679         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
16680         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
16681         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
16683 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
16685         [BZ #15514]
16686         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
16687         pathconf(_PC_NAME_MAX).
16689 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16691         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
16692         Remove macro usage.
16693         (__PTHREAD_SPINS): Move definition to ...
16694         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16695         (__PTHREAD_SPINS): ... here.
16696         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16697         (__PTHREAD_SPIN): Likewise.
16698         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
16699         (__PTHREAD_SPIN): Likewise.
16700         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
16701         (__PTHREAD_SPIN): Likewise.
16702         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
16703         (__PTHREAD_SPIN): Likewise.
16704         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
16705         (__PTHREAD_SPIN): Likewise.
16706         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
16707         (__PTHREAD_SPIN): Likewise.
16708         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
16709         (__PTHREAD_SPIN): Likewise.
16710         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
16711         (__PTHREAD_SPIN): Likewise.
16712         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
16713         (__PTHREAD_SPIN): Likewise.
16714         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
16715         (__PTHREAD_SPIN): Likewise.
16716         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
16717         (__PTHREAD_SPIN): Likewise.
16718         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
16719         (__PTHREAD_SPIN): Likewise.
16721         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
16722         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
16723         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
16724         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
16725         imply folder.
16726         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
16727         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
16728         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
16729         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
16730         correct imply path.
16731         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
16732         strlen symbol for non multi-arch builds.
16733         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
16734         missing hidden_def and weak_alias.
16736 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
16738         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
16740 2014-04-07  Will Newton  <will.newton@linaro.org>
16742         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
16743         and contents.  [!_LIBC] Remove #ifndef and contents.
16744         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
16745         * string/memccpy.c (__memccpy): Use ANSI prototype.
16746         * string/memfrob.c (memfrob): Likewise.
16747         * string/strcoll.c (STRCOLL): Likewise.
16748         * string/strlen.c (strlen): Likewise.
16749         * string/strtok.c (STRTOK): Likewise.
16750         * string/strcat.c: Remove unused #include of memcopy.h.
16751         (strcat): Use ANSI prototype.
16752         * string/strchr.c: Remove unused #include of memcopy.h.
16753         (strchr): Use ANSI prototype.
16754         * string/strcmp.c: Remove unused #include of memcopy.h.
16755         (strcmp): Use ANSI prototype.
16756         * string/strcpy.c: Remove unused #include of memcopy.h.
16757         (strcpy): Use ANSI prototype.
16759 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16761         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
16762         * config.make.in (config-extra-cppflags): Set it from
16763         libc_extra_cppflags.
16764         * configure.ac (libc_extra_cflags): Make it accumulate over
16765         configure fragments.
16766         (libc_extra_cppflags): New flag.
16767         * configure. Regenerate.
16768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
16769         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
16770         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
16771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
16773         [BZ #16815]
16774         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
16775         result for FE_DOWNWARD rounding mode.
16776         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
16777         Likewise.
16778         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16780 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
16782         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
16783         in function argument name.
16785 2014-04-03  David Svoboda  <svoboda@cert.org>
16787         [BZ #5666]
16788         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
16789         explicitly.
16791 2014-04-03  Roland McGrath  <roland@hack.frob.com>
16793         * elf/dl-unmap-segments.h: New file.
16794         * sysdeps/generic/ldsodefs.h
16795         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
16796         * elf/dl-close.c: Include <dl-unmap-segments.h>.
16797         * elf/dl-fptr.c: Likewise.
16798         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
16799         * sysdeps/aarch64/tlsdesc.c: Likewise.
16800         * sysdeps/arm/tlsdesc.c: Likewise.
16801         * sysdeps/i386/tlsdesc.c: Likewise.
16802         * sysdeps/tile/dl-runtime.c: Likewise.
16803         * sysdeps/x86_64/tlsdesc.c: Likewise.
16804         * elf/dl-load.h: New file.
16805         * elf/dl-load.c: Include it.
16806         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
16807         Macros moved to dl-load.h.
16808         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
16809         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
16810         Use _dl_unmap_segments in place of __munmap.
16811         Break out segment-mapping loop into ...
16812         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
16814 2014-04-03  Will Newton  <will.newton@linaro.org>
16816         * elf/dl-lookup.c (do_lookup_x): Remove comment
16817         referring to nested function and move variable
16818         declarations down to before first use.
16820 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
16822         [BZ #16799]
16823         [BZ #16800]
16824         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
16825         with 0 numerator.
16826         * math/s_catanf.c (__catanf): Likewise.
16827         * math/s_catanh.c (__catanh): Likewise.
16828         * math/s_catanhf.c (__catanhf): Likewise.
16829         * math/s_catanhl.c (__catanhl): Likewise.
16830         * math/s_catanl.c (__catanl): Likewise.
16831         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
16832         by positive zero when computing -Inf result.
16833         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
16834         (catanh_test): Likewise.
16835         * sysdeps/i386/fpu/libm-test-ulps: Update.
16836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16838         [BZ #16789]
16839         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
16840         instead of using underflowing value in computing result.
16841         * math/s_clog10.c (__clog10): Likewise.
16842         * math/s_clog10f.c (__clog10f): Likewise.
16843         * math/s_clog10l.c (__clog10l): Likewise.
16844         * math/s_clogf.c (__clogf): Likewise.
16845         * math/s_clogl.c (__clogl): Likewise.
16846         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
16847         (clog10_test): Likewise.
16848         * sysdeps/i386/fpu/libm-test-ulps: Update.
16849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16851 2014-04-02  Alan Modra  <amodra@gmail.com>
16853         [BZ #16739]
16854         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
16855         output when value is near a power of two.  Use int64_t for lx and
16856         remove casts.  Use decimal rather than hex exponent constants.
16857         Don't use long double multiplication when double will suffice.
16858         * math/libm-test.inc (nextafter_test_data): Add tests.
16859         * NEWS: Add 16739 and 16786 to bug list.
16861         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
16863         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
16865 2014-04-01  Will Newton  <will.newton@linaro.org>
16867         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
16868         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
16870 2014-04-01  Florian Weimer  <fweimer@redhat.com>
16872         [BZ #13347]
16873         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
16874         * nptl/tst-setuid2.c: New file.
16875         * nptl/Makefile (xtests): Add tst-setuid2.
16877 2014-04-01  Alan Modra  <amodra@gmail.com>
16879         [BZ #16786]
16880         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
16882 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16884         [BZ #6803]
16885         [BZ #6804]
16886         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
16887         set errno as appropriate.
16888         * math/w_scalbf.c (__scalbf): Likewise.
16889         * math/w_scalbl.c (__scalbl): Likewise.
16890         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
16891         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
16892         * math/libm-test.inc (scalb_test_data): Add errno expectations.
16893         Add more NaN tests.
16895         [BZ #16349]
16896         * math/w_atan2.c: Include <errno.h>.
16897         (__atan2): Set errno for result underflowing to zero.
16898         * math/w_atan2f.c: Include <errno.h>.
16899         (__atan2f): Set errno for result underflowing to zero.
16900         * math/w_atan2l.c: Include <errno.h>.
16901         (__atan2l): Set errno for result underflowing to zero.
16902         * math/auto-libm-test-in: Don't allow missing errno for some atan2
16903         tests.
16904         * math/auto-libm-test-out: Regenerated.
16906 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16908         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
16909         Encode instruction correctly in little endian.
16910         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
16911         Likewise.
16912         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
16913         Likewise.
16914         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
16915         Likewise.
16916         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16917         Likewise.
16919 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16921         [BZ #9894]
16922         * sysdeps/unix/sysv/linux/kernel-features.h
16923         [__sparc__ && !__arch64__ && !__sparc_v9__]
16924         (__ASSUME_SET_ROBUST_LIST): Do not define.
16925         [__sparc__ && !__arch64__ && !__sparc_v9__]
16926         (__ASSUME_FUTEX_LOCK_PI): Likewise.
16927         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16928         Likewise.
16929         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16930         (__ASSUME_FUTEX_LOCK_PI): Undefine.
16931         (__ASSUME_REQUEUE_PI): Likewise.
16932         (__ASSUME_SET_ROBUST_LIST): Likewise.
16933         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16934         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16935         Undefine.
16936         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16937         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16938         Likewise.
16939         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16940         Likewise.
16941         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16942         Likewise.
16943         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16944         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16945         Undefine.
16946         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16947         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16948         Likewise.
16950         [BZ #16648]
16951         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16952         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16953         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16955 2014-03-31  Will Newton  <will.newton@linaro.org>
16957         * benchtests/Makefile (bench): Add ffs and ffsll to list
16958         of tests.
16959         * benchtests/ffs-inputs: New file.
16960         * benchtests/ffsll-inputs: Likewise.
16962 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
16964         [BZ #16770]
16965         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16966         too large before casting to int.
16967         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16968         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16969         * math/libm-test.inc (scalb_test_data): Add more tests.
16971 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16973         * benchtests/Makefile (DETAILED_OPT): New make option.
16974         (bench-func): Run benchmark program with -d if DETAILED_OPT is
16975         set.
16976         * benchtests/bench-skeleton.c: Include stdbool.h.
16977         (main): Store and print timings per input.
16978         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16979         member to each argument value.
16980         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16981         (_print_arg_data): Initialize per-input timing to 0.
16983         * benchtests/Makefile (timing-type): New binary.
16984         (bench-clean): Also remove bench-timing-type.
16985         (bench): New target for timing-type.
16986         (bench-func): Print output in JSON format.
16987         * benchtests/bench-skeleton.c (main): Print output in JSON
16988         format.
16989         * benchtests/bench-timing-type.c: New file.
16990         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16991         (TIMING_PRINT_STATS): Remove.
16992         * benchtests/scripts/bench.py (_print_arg_data): Store variant
16993         name separately.
16995         * benchtests/bench-modf.c: Remove.
16996         * benchtests/modf-inputs: New inputs file.
16998 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
17000         [BZ #16362]
17001         * math/s_clog10.c (M_PI_LOG10E): New macro.
17002         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
17003         imaginary parts are 0.
17004         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
17005         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
17006         imaginary parts are 0.
17007         * math/s_clog10l.c (M_PI_LOG10El): New macro.
17008         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
17009         imaginary parts are 0.
17010         * math/libm-test.inc (clog10_test_data): Update expected results
17011         for when real and imaginary parts are 0.
17013 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
17015         * elf/dl-load.c: Finish conversion of __builtin_expect into
17016         __glibc_{un}likely.
17018 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
17020         [BZ #16348]
17021         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
17022         1+x for argument with exponent below -67.
17023         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
17024         Likewise.
17025         * math/auto-libm-test-in: Add more tests of exp.
17026         * math/auto-libm-test-out: Regenerated.
17028 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17030         [BZ #16759]
17031         * inet/getnetgrent_r.c (get_nonempty_val): New function.
17032         (nscd_getnetgrent): Use it.
17034         [BZ #16760]
17035         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
17036         of stpcpy.
17038 2014-03-27  Andi Kleen  <ak@linux.intel.com>
17040         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
17041         (lll_robust_lock, lll_cond_lock, lll_timedlock)
17042         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
17043         (lll_robust_unlock): Remove out of line section. Use cfi
17044         intrinsics.
17045         (LLL_STUB_UNWIND_INFO*): Remove.
17046         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
17047         (lll_robust_lock, lll_cond_lock, lll_timedlock)
17048         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
17049         (lll_robust_unlock): Remove out of line section. Use cfi
17050         intrinsics.
17051         (LLL_STUB_UNWIND_INFO*): Remove.
17053 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17055         [BZ #16758]
17056         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
17057         blank values.
17059 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
17061         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
17063 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
17065         [BZ #16198]
17066         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
17067         fnstenv.
17068         * math/test-fenv-preserve.c: New file.
17069         * math/Makefile (tests): Add test-fenv-preserve.
17071 2014-03-26  Will Newton <will.newton@linaro.org>
17073         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
17075 2014-03-25  Roland McGrath  <roland@hack.frob.com>
17077         * scripts/versionlist.awk: Partition the version sets and emit all
17078         GLIBC_* (sorted) before all others (sorted).
17080 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
17082         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
17083         GLIBC_2.2.5 version.
17085 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17087         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
17088         calls.
17090         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
17091         previous change.
17093         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17095 2014-03-25  Andreas Schwab  <schwab@suse.de>
17097         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
17098         label to be used after in6ailist is initialized.
17100 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17102         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
17103         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
17105 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
17107         [BZ #16357]
17108         [BZ #16599]
17109         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
17110         min_plus_half.
17111         (fp_formats): Update initializers.
17112         (init_fp_formats): Initialize new field.
17113         (output_for_one_input_case): Allow underflow for results up to
17114         min_plus_half.
17115         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
17116         * math/auto-libm-test-in: Don't mark some underflows from asin and
17117         atanh as spurious.
17118         * math/auto-libm-test-out: Regenerated.
17119         * sysdeps/i386/fpu/libm-test-ulps: Update.
17120         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17122 2014-03-25  Andreas Schwab  <schwab@suse.de>
17124         * libio/Makefile (tst-ftell-partial-wide-ENV)
17125         (tst-ftell-active-handler-ENV): Define.
17127 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
17129         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
17131 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
17133         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
17135 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
17137         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
17138         * sysdeps/x86_64/fpu/multiarch/e_exp.c
17139         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
17141 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
17143         [BZ #16634]
17144         * elf/dl-load.c (open_verify): Add mode parameter.
17145         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
17146         (open_path): Change from boolean 'secure' to complete flag 'mode'
17147         (_dl_map_object): Adjust.
17148         * elf/Makefile (tests): Add tst-dlopen-aout.
17149         * elf/tst-dlopen-aout.c: New test.
17151 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
17153         [BZ #16714]
17154         * sysdeps/unix/sysv/linux/s390/bits/stat.h
17155         (struct stat): Rename member pad0 to __glibc_reserved0.
17157         [BZ #16712]
17158         * sysdeps/s390/s390-32/bits/wordsize.h
17159         (__WORDSIZE32_SIZE_ULONG): New define.
17160         * sysdeps/s390/s390-64/bits/wordsize.h
17161         (__WORDSIZE32_SIZE_ULONG): Likewise.
17162         * sysdeps/generic/stdint.h (SIZE_MAX):
17163         Define as UL if __WORDSIZE32_SIZE_ULONG.
17165         [BZ #16713]
17166         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
17167         (__glibc_reserved0): New variable.
17168         (sa_flags): Change type to int.
17170         * posix/Makefile (before-compile): Use += before-compile instead
17171         of a :=.
17173         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
17174         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
17176 2014-03-20  Andreas Schwab  <schwab@suse.de>
17178         [BZ #16743]
17179         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
17180         non-matching result from nscd.
17182 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17184         * scripts/bench.py: Moved to ...
17185         * benchtests/scripts/bench.py: ... here.
17186         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
17188 2014-03-24  Andreas Schwab  <schwab@suse.de>
17190         [BZ #16002]
17191         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
17192         alloca_account and account alloca use for struct in6ailist.
17194 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
17196         [BZ #16284]
17197         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
17198         rounding mode to recompute results that overflow to infinity or
17199         underflow to zero.
17200         * math/auto-libm-test-in: Don't mark tests as expected to fail for
17201         bug 16284.
17202         * math/auto-libm-test-out: Regenerated.
17203         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
17204         (ccosh_test): Likewise.
17205         (csin_test_data): Use plus_oflow.
17206         (csin_test): Use ALL_RM_TEST.
17207         (csinh_test_data): Use plus_oflow.
17208         (csinh_test): Use ALL_RM_TEST.
17209         * sysdeps/i386/fpu/libm-test-ulps: Update.
17210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17212 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
17214         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
17215         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
17216         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
17218         [BZ #16731]
17219         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
17220         when x - 1 is zero.
17221         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
17222         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
17223         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
17224         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
17225         argument is 1.
17226         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
17227         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
17228         zero.
17229         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
17230         * sysdeps/i386/fpu/libm-test-ulps: Update.
17231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17233 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17235         * scripts/bench.pl: Remove file.
17236         * scripts/bench.py: New benchmark script.
17237         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
17238         * benchtests/README: Mention python dependency.
17239         * scripts/pylintrc: New file.
17240         * scripts/pylint: New file.
17242         * bits/mathdef.h: Use #ifdef instead of #if.
17243         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
17244         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
17245         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
17246         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
17247         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
17248         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
17250 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17251             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17253         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
17254         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
17255         and strpbrk-ppc64 objects.
17256         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17257         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
17258         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
17259         multiarch strpbrk for POWER7.
17260         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
17261         multiarch strpbrk for PPC64.
17262         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
17263         ifunc selector.
17264         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
17265         strpbrk for POWER7.
17267 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
17269         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
17270         (atan_test): Likewise.
17271         (atanh_test_data): Use NO_TEST_INLINE for two tests.
17272         (atanh_test): Use ALL_RM_TEST.
17273         (atan2_test_data): Likewise.
17274         (cabs_test): Likewise.
17275         (cacosh_test): Likewise.
17276         (carg_test): Likewise.
17277         (casin_test): Likewise.
17278         (casinh_test): Likewise.
17279         (cbrt_test): Likewise.
17280         (csqrt_test): Likewise.
17281         (erf_test): Likewise.
17282         (erfc_test): Likewise.
17283         (pow10_test): Likewise.
17284         (exp2_test): Likewise.
17285         (hypot_test): Likewise.
17286         (j0_test): Likewise.
17287         (j1_test): Likewise.
17288         (lgamma_test): Likewise.
17289         (gamma_test): Likewise.
17290         (sincos_test): Likewise.
17291         (tanh_test): Likewise.
17292         (y0_test): Likewise.
17293         (y1_test): Likewise.
17294         * sysdeps/i386/fpu/libm-test-ulps: Update.
17295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17297 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17299         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
17300         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
17301         and strcspn-ppc64 objects.
17302         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17303         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
17304         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
17305         multiarch strcspn for POWER7.
17306         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
17307         multiarch strcspn for PPC64.
17308         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
17309         ifunc selector.
17310         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
17311         strcspn for POWER7.
17313 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
17315         * math/gen-libm-test.pl (generate_testfile): Expect only function
17316         name as argument to AUTO_TESTS_* and pass results for all rounding
17317         modes to parse_args.
17318         (parse_auto_input): Separate inputs of automatic tests from
17319         outputs before storing in %auto_tests.
17320         * math/libm-test.inc (acos_test_data): Update call to
17321         AUTO_TESTS_f_f.
17322         (acos_test): Use ALL_RM_TEST.
17323         (acos_tonearest_test_data): Remove.
17324         (acos_test_tonearest): Likewise.
17325         (acos_towardzero_test_data): Likewise.
17326         (acos_test_towardzero): Likewise.
17327         (acos_downward_test_data): Likewise.
17328         (acos_test_downward): Likewise.
17329         (acos_upward_test_data): Likewise.
17330         (acos_test_upward): Likewise.
17331         (acosh_test_data): Update call to AUTO_TESTS_f_f.
17332         (asin_test_data): Likewise.
17333         (asin_test): Use ALL_RM_TEST.
17334         (asin_tonearest_test_data): Remove.
17335         (asin_test_tonearest): Likewise.
17336         (asin_towardzero_test_data): Likewise.
17337         (asin_test_towardzero): Likewise.
17338         (asin_downward_test_data): Likewise.
17339         (asin_test_downward): Likewise.
17340         (asin_upward_test_data): Likewise.
17341         (asin_test_upward): Likewise.
17342         (asinh_test_data): Update call to AUTO_TESTS_f_f.
17343         (atan_test_data): Likewise.
17344         (atanh_test_data): Likewise.
17345         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
17346         (cabs_test_data): Update call to AUTO_TESTS_c_f.
17347         (carg_test_data): Likewise.
17348         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
17349         (ccos_test_data): Update call to AUTO_TESTS_c_c.
17350         (ccosh_test_data): Likewise.
17351         (cexp_test_data): Likewise.
17352         (clog_test_data): Likewise.
17353         (clog10_test_data): Likewise.
17354         (cos_test_data): Update call to AUTO_TESTS_f_f.
17355         (cos_test): Use ALL_RM_TEST.
17356         (cos_tonearest_test_data): Remove.
17357         (cos_test_tonearest): Likewise.
17358         (cos_towardzero_test_data): Likewise.
17359         (cos_test_towardzero): Likewise.
17360         (cos_downward_test_data): Likewise.
17361         (cos_test_downward): Likewise.
17362         (cos_upward_test_data): Likewise.
17363         (cos_test_upward): Likewise.
17364         (cosh_test_data): Update call to AUTO_TESTS_f_f.
17365         (cosh_test): Use ALL_RM_TEST.
17366         (cosh_tonearest_test_data): Remove.
17367         (cosh_test_tonearest): Likewise.
17368         (cosh_towardzero_test_data): Likewise.
17369         (cosh_test_towardzero): Likewise.
17370         (cosh_downward_test_data): Likewise.
17371         (cosh_test_downward): Likewise.
17372         (cosh_upward_test_data): Likewise.
17373         (cosh_test_upward): Likewise.
17374         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
17375         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
17376         (ctan_test_data): Likewise.
17377         (ctan_test): Use ALL_RM_TEST.
17378         (ctan_tonearest_test_data): Remove.
17379         (ctan_test_tonearest): Likewise.
17380         (ctan_towardzero_test_data): Likewise.
17381         (ctan_test_towardzero): Likewise.
17382         (ctan_downward_test_data): Likewise.
17383         (ctan_test_downward): Likewise.
17384         (ctan_upward_test_data): Likewise.
17385         (ctan_test_upward): Likewise.
17386         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
17387         (ctanh_test): Use ALL_RM_TEST.
17388         (ctanh_tonearest_test_data): Remove.
17389         (ctanh_test_tonearest): Likewise.
17390         (ctanh_towardzero_test_data): Likewise.
17391         (ctanh_test_towardzero): Likewise.
17392         (ctanh_downward_test_data): Likewise.
17393         (ctanh_test_downward): Likewise.
17394         (ctanh_upward_test_data): Likewise.
17395         (ctanh_test_upward): Likewise.
17396         (erf_test_data): Update call to AUTO_TESTS_f_f.
17397         (erfc_test_data): Likewise.
17398         (exp_test_data): Likewise.
17399         (exp_test): Use ALL_RM_TEST.
17400         (exp_tonearest_test_data): Remove.
17401         (exp_test_tonearest): Likewise.
17402         (exp_towardzero_test_data): Likewise.
17403         (exp_test_towardzero): Likewise.
17404         (exp_downward_test_data): Likewise.
17405         (exp_test_downward): Likewise.
17406         (exp_upward_test_data): Likewise.
17407         (exp_test_upward): Likewise.
17408         (exp10_test_data): Update call to AUTO_TESTS_f_f.
17409         (exp10_test): Use ALL_RM_TEST.
17410         (exp10_tonearest_test_data): Remove.
17411         (exp10_test_tonearest): Likewise.
17412         (exp10_towardzero_test_data): Likewise.
17413         (exp10_test_towardzero): Likewise.
17414         (exp10_downward_test_data): Likewise.
17415         (exp10_test_downward): Likewise.
17416         (exp10_upward_test_data): Likewise.
17417         (exp10_test_upward): Likewise.
17418         (exp2_test_data): Update call to AUTO_TESTS_f_f.
17419         (expm1_test_data): Likewise.
17420         (expm1_test): Use ALL_RM_TEST.
17421         (expm1_tonearest_test_data): Remove.
17422         (expm1_test_tonearest): Likewise.
17423         (expm1_towardzero_test_data): Likewise.
17424         (expm1_test_towardzero): Likewise.
17425         (expm1_downward_test_data): Likewise.
17426         (expm1_test_downward): Likewise.
17427         (expm1_upward_test_data): Likewise.
17428         (expm1_test_upward): Likewise.
17429         (fma_test_data): Update call to AUTO_TESTS_fff_f.
17430         (fma_test): Use ALL_RM_TEST.
17431         (fma_towardzero_test_data): Remove.
17432         (fma_test_towardzero): Likewise.
17433         (fma_downward_test_data): Likewise.
17434         (fma_test_downward): Likewise.
17435         (fma_upward_test_data): Likewise.
17436         (fma_test_upward): Likewise.
17437         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
17438         (j0_test_data): Update call to AUTO_TESTS_f_f.
17439         (j1_test_data): Likewise.
17440         (jn_test_data): Update call to AUTO_TESTS_if_f.
17441         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
17442         (log_test_data): Update call to AUTO_TESTS_f_f.
17443         (log10_test_data): Likewise.
17444         (log1p_test_data): Likewise.
17445         (log2_test_data): Likewise.
17446         (pow_test_data): Update call to AUTO_TESTS_ff_f.
17447         (pow_tonearest_test_data): Likewise.
17448         (sin_test_data): Update call to AUTO_TESTS_f_f.
17449         (sin_test): Use ALL_RM_TEST.
17450         (sin_tonearest_test_data): Remove.
17451         (sin_test_tonearest): Likewise.
17452         (sin_towardzero_test_data): Likewise.
17453         (sin_test_towardzero): Likewise.
17454         (sin_downward_test_data): Likewise.
17455         (sin_test_downward): Likewise.
17456         (sin_upward_test_data): Likewise.
17457         (sin_test_upward): Likewise.
17458         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
17459         (sinh_test_data): Update call to AUTO_TESTS_f_f.
17460         (sinh_test): Use ALL_RM_TEST.
17461         (sinh_tonearest_test_data): Remove.
17462         (sinh_test_tonearest): Likewise.
17463         (sinh_towardzero_test_data): Likewise.
17464         (sinh_test_towardzero): Likewise.
17465         (sinh_downward_test_data): Likewise.
17466         (sinh_test_downward): Likewise.
17467         (sinh_upward_test_data): Likewise.
17468         (sinh_test_upward): Likewise.
17469         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
17470         (sqrt_test): Use ALL_RM_TEST.
17471         (sqrt_tonearest_test_data): Remove.
17472         (sqrt_test_tonearest): Likewise.
17473         (sqrt_towardzero_test_data): Likewise.
17474         (sqrt_test_towardzero): Likewise.
17475         (sqrt_downward_test_data): Likewise.
17476         (sqrt_test_downward): Likewise.
17477         (sqrt_upward_test_data): Likewise.
17478         (sqrt_test_upward): Likewise.
17479         (tan_test_data): Update call to AUTO_TESTS_f_f.
17480         (tan_test): Use ALL_RM_TEST.
17481         (tan_tonearest_test_data): Remove.
17482         (tan_test_tonearest): Likewise.
17483         (tan_towardzero_test_data): Likewise.
17484         (tan_test_towardzero): Likewise.
17485         (tan_downward_test_data): Likewise.
17486         (tan_test_downward): Likewise.
17487         (tan_upward_test_data): Likewise.
17488         (tan_test_upward): Likewise.
17489         (tanh_test_data): Update call to AUTO_TESTS_f_f.
17490         (tgamma_test_data): Likewise.
17491         (y0_test_data): Likewise.
17492         (y1_test_data): Likewise.
17493         (yn_test_data): Update call to AUTO_TESTS_if_f.
17494         (main): Do not call removed functions.
17496 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
17498         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
17499         (ldexp_test_data): Remove.
17500         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
17501         scalbn_test_data.
17502         (scalb_test): Use ALL_RM_TEST.
17504 2014-03-19  Andreas Schwab  <schwab@suse.de>
17506         * nscd/nscd.service: Also invalidate netgroup cache on reload.
17508 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
17510         [BZ #16649]
17511         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17512         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
17513         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
17514         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17515         (__ASSUME_PREADV): Undefine.
17516         (__ASSUME_PWRITEV): Likewise.
17518 2014-03-18  Roland McGrath  <roland@hack.frob.com>
17520         * bits/mman-linux.h: Add comment about non-Linux use.
17521         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
17522         bits/mman-linux.h resting place.
17524         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
17525         * bits/mman-linux.h: ... here.
17527 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17529         * conform/conformtest.pl: Add standard definition when calling C
17530         preprocessor on data files.
17531         (checknamespace): Remove unused variable.
17533 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
17535         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
17536         minus_oflow, plus_uflow and minus_uflow in expected results.
17537         * math/libm-test.inc (scalbn_test_data): Add more tests of
17538         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
17539         minus_uflow.
17540         (scalbn_test): Use ALL_RM_TEST.
17541         (scalbln_test_data): Add more tests of negative arguments.  Use
17542         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
17543         (scalbln_test): Use ALL_RM_TEST.
17545 2014-03-18  Roland McGrath  <roland@hack.frob.com>
17547         * scripts/abilist.awk: Ignore symbols marked with .hidden.
17549 2014-03-18  Will Newton  <will.newton@linaro.org>
17551         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
17552         inaccurate comment.
17554 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
17556         * Makerules [!subdir] (check-abi): Exit with error status if a
17557         test failed.
17559 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
17561         * math/libm-test.inc (nearbyint_test_data): Include all tests used
17562         for rint.  Include results for all rounding modes.
17563         (nearbyint_test): Use ALL_RM_TEST.
17564         (rint_test_data): Include all tests used for nearbyint.
17566 2014-03-17  Will Newton  <will.newton@linaro.org>
17568         * nptl/sysdeps/pthread/pthread.h: Revert previous
17569         change.
17571         * sysdeps/generic/ldsodefs.h: Revert previous
17572         change.
17574         * libio/genops.c: Revert previous change.
17575         * libio/libioP.h: Likewise.
17576         * stdio-common/vfprintf.c: Likewise.
17578         * sysdeps/generic/math_private.h: Revert previous
17579         change.
17581         * sysdeps/generic/math_private.h: Check whether
17582         HAVE_RM_CTX is defined with #ifdef rather
17583         than #if.
17585         * argp/argp-fmtstream.h: Check whether
17586         __STRICT_ANSI__ is defined with #ifdef rather
17587         than #if.
17588         * argp/argp.h: Likewise.
17590         * libio/genops.c: Check whether
17591         _IO_JUMPS_OFFSET is defined with #ifdef rather
17592         than #if.
17593         * libio/libioP.h: Likewise.
17594         * stdio-common/vfprintf.c: Likewise.
17596         * sysdeps/generic/ldsodefs.h: Check whether
17597         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
17598         than #if.
17600         * nptl/sysdeps/pthread/pthread.h: Check
17601         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
17602         its value.
17604 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
17606         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
17607         setting O_APPEND.
17608         * libio/tst-ftell-active-handler.c (do_append_test): Add a
17609         test case.
17611         [BZ #16680]
17612         * libio/fileops.c (_IO_file_open): Seek to end of file but
17613         don't cache the offset.
17614         (get_file_offset): Remove function.
17615         (do_ftell): Use cached offset when available.
17616         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
17617         don't cache the offset.
17618         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
17619         case.
17620         (do_one_test): Call it.
17621         (do_ftell_test): Fix up expected old offset for a+ mode.
17622         * libio/wfileops.c (do_ftell_wide): Used cached offset when
17623         available.
17625         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
17626         up test status with function return status.
17627         (do_write_test): Likewise.
17628         (do_append_test): Likewise.
17630         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
17631         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
17632         Remove.
17634 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
17636         * math/gen-libm-test.pl (parse_args): Handle results specified for
17637         each rounding mode separately.
17638         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
17639         tests and results from lrint_tonearest_test_data,
17640         lrint_towardzero_test_data, lrint_downward_test_data and
17641         lrint_upward_test_data.
17642         (lrint_test): Use ALL_RM_TEST.
17643         (lrint_tonearest_test_data): Remove.
17644         (lrint_test_tonearest): Likewise.
17645         (lrint_towardzero_test_data): Likewise.
17646         (lrint_test_towardzero): Likewise.
17647         (lrint_downward_test_data): Likewise.
17648         (lrint_test_downward): Likewise.
17649         (lrint_upward_test_data): Likewise.
17650         (lrint_test_upward): Likewise.
17651         (llrint_test_data): Merge in per-rounding-mode tests and results
17652         from llrint_tonearest_test_data, llrint_towardzero_test_data,
17653         llrint_downward_test_data and llrint_upward_test_data.
17654         (llrint_test): Use ALL_RM_TEST.
17655         (llrint_tonearest_test_data): Remove.
17656         (llrint_test_tonearest): Likewise.
17657         (llrint_towardzero_test_data): Likewise.
17658         (llrint_test_towardzero): Likewise.
17659         (llrint_downward_test_data): Likewise.
17660         (llrint_test_downward): Likewise.
17661         (llrint_upward_test_data): Likewise.
17662         (llrint_test_upward): Likewise.
17663         (rint_test_data): Merge in per-rounding-mode tests and results
17664         from rint_tonearest_test_data, rint_towardzero_test_data,
17665         rint_downward_test_data and rint_upward_test_data.  Add
17666         per-rounding-mode results for tests not in those arrays.
17667         (rint_test): Use ALL_RM_TEST.
17668         (rint_tonearest_test_data): Remove.
17669         (rint_test_tonearest): Likewise.
17670         (rint_towardzero_test_data): Likewise.
17671         (rint_test_towardzero): Likewise.
17672         (rint_downward_test_data): Likewise.
17673         (rint_test_downward): Likewise.
17674         (rint_upward_test_data): Likewise.
17675         (rint_test_upward): Likewise.
17676         (main): Don't call removed functions.
17678 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17680         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
17681         "Compiled on ..." crapola.  It is anti-useful.
17683 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
17685         * scripts/evaluate-test.sh: Handle fourth argument to determine
17686         whether test run should stop on failure.
17687         * Makeconfig (stop-on-test-failure): New variable.
17688         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
17689         $(stop-on-test-failure).
17690         * Makefile (tests): Give a summary of results from testing and
17691         exit with failure status if they include an ERROR or FAIL.
17692         (xtests): Likewise.
17693         * manual/install.texi (Configuring and compiling): Mention
17694         stop-on-test-failure=y.
17695         * INSTALL: Regenerated.
17697 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17699         * scripts/versionlist.awk: New file.
17700         * Makerules [$(build-shared) = yes]
17701         (postclean-generated): Add Versions.def, not Versions.def.v and
17702         Versions.def.v.i.
17703         ($(common-objpfx)Versions.def.v.i): Target removed.
17704         ($(common-objpfx)Versions.def): New target.
17705         ($(common-objpfx)Versions.all): Depend on that rather that
17706         $(common-objpfx)Versions.def.v.
17707         * Versions.def: File removed.
17709         * Makeconfig (+gccwarn): Add -Wundef.
17710         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
17711         a dl-sysdep.h breaking its contract.
17712         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
17713         * include/stackinfo.h: New file.
17714         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
17715         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
17716         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
17717         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
17718         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
17719         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
17720         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17721         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17722         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17723         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17724         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17725         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
17726         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17727         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17728         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17730 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17732         [BZ #16707]
17733         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
17734         implementation.
17735         * math/libm-test.inc (round_test_data): Add more tests.
17737         [BZ #16706]
17738         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
17739         implementation.
17740         * math/libm-test.inc (nearbyint_test_data): Add more tests.
17742         [BZ #16701]
17743         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
17744         implementation.
17745         * math/libm-test.inc (ceil_test_data): Add more tests.
17747         * math/libm-test.inc (trunc_test_data): Add more tests related to
17748         BZ#16414.
17750 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17752         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
17753         with #if rather than #ifdef.
17754         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
17756 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
17758         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
17759         first.  Disable AVX-512 GCC support if assembler doesn't support
17760         it.
17761         * sysdeps/x86_64/configure: Regenerated.
17763 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
17765         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
17766         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
17767         (__old_pthread_attr_setstack): Likewise.
17768         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
17769         [!_STACK_GROWS_DOWN]: Likewise.
17771 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
17773         * config.make.in (have-bash2): Delete.
17774         * configure.ac (libc_cv_have_bash2): Delete.
17775         * configure: Regenerate.
17776         * elf/Makefile (common-ldd-rewrite): Rename to ...
17777         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
17778         (sh-ldd-rewrite): Delete.
17779         (bash-ldd-rewrite): Delete.
17780         (have-bash2): Delete checks.
17781         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
17782         ldd-rewrite.
17784         * config.make.in (have-ksh): Delete.
17785         (KSH): Delete.
17786         * configure.ac (libc_cv_have_ksh): Delete.
17787         * configure: Regenerate.
17789         * elf/Makefile: Delete $(have-ksh) check.
17790         ($(objpfx)sotruss): Change KSH to BASH.
17791         * elf/sotruss.ksh: Rename to ...
17792         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
17793         function style to match POSIX.  Drop ksh vim mode setting.
17795         * manual/time.texi (Specifying the Time Zone with TZ): Change
17796         Tuesday to Thursday.
17798         * debug/tst-longjmp_chk2.c: Update header comment.
17799         (stackoverflow_handler): Add comment.  Call assert on pass value.
17801 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
17803         [BZ #16194]
17804         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
17805         (HAVE_AVX512_ASM_SUPPORT): Likewise.
17806         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
17807         (La_x86_64_vector): Add zmm.
17808         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
17809         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
17810         ($(objpfx)tst-audit10): New target.
17811         ($(objpfx)tst-audit10.out): Likewise.
17812         (tst-audit10-ENV): New.
17813         (AVX512-CFLAGS): Likewise.
17814         (CFLAGS-tst-audit10.c): Likewise.
17815         (CFLAGS-tst-auditmod10a.c): Likewise.
17816         (CFLAGS-tst-auditmod10b.c): Likewise.
17817         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
17818         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
17819         * sysdeps/x86_64/configure: Regenerated.
17820         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
17821         AVX-512 zmm register support.
17822         (_dl_x86_64_save_sse): Likewise.
17823         (_dl_x86_64_restore_sse): Likewise.
17824         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
17825         size vector registers.
17826         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
17827         (ZMM_SIZE): Likewise.
17828         * sysdeps/x86_64/tst-audit10.c: New file.
17829         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
17830         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
17832 2014-03-13  Roland McGrath  <roland@hack.frob.com>
17834         * configure.ac (HAVE_EHDR_START): New check.
17835         * configure: Regenerated.
17836         * config.h.in (HAVE_EHDR_START): New #undef.
17837         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
17838         assuming the lowest-addressed segment maps the start of the file.
17840 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
17842         * INSTALL: Regenerated.
17844 2014-03-13  Will Newton  <will.newton@linaro.org>
17846         * manual/setjmp.texi (System V contexts): Improve
17847         clarity and grammar of documentation.
17849 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
17851         [BZ #16381]
17852         * elf/Makefile (tests): Add tst-pie2.
17853         (tests-pie): Add tst-pie2.
17854         * elf/tst-pie2.c: New file.
17855         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
17856         for ET_EXEC.
17857         * elf/rtld.c (map_doit): Load executable as lt_executable.
17858         (dl_main): Likewise.
17860 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
17862         [BZ #16642]
17863         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17864         (__ASSUME_PSELECT): Undefine.
17866 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17868         [BZ #16689]
17869         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
17870         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
17871         static build.
17872         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
17873         selector for static builds.
17875 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17877         [BZ #16695]
17878         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
17879         key in the buffer.
17881 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17883         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
17884         IFUNC selector for static builds.
17886 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
17888         * sysdeps/mips/math_private.h [__mips_hard_float]
17889         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
17890         libc_feresetround_mips_ctx.
17891         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
17892         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
17893         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
17895         [BZ #16677]
17896         * math/s_nextafter.c (__nextafter): Do not return value from
17897         overflowing computation.
17898         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
17899         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
17900         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
17901         Likewise.
17902         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
17903         Likewise.
17904         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
17905         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
17907 2014-03-11  Roland McGrath  <roland@hack.frob.com>
17909         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
17910         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
17911         Move sfi_sp use from the load-multiple (that no longer sets sp) to
17912         the new mov targetting sp.
17914 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17916         [BZ #16683]
17917         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17918         Define it for static builds as well.
17919         (NO_BZERO_IMPL): Likewise.
17921 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17923         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17924         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17925         multiarch strspn for PPC64.
17926         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17927         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17928         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17929         (__libc_ifunc_impl_list): Likewise.
17930         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17931         multiarch optimizations
17932         * string/strspn.c (strspn): Using macro to redefine symbol name.
17934 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17935             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17937         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17938         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17939         multiarch strncat for PPC64.
17940         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17941         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17942         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17943         (__libc_ifunc_impl_list): Likewise.
17944         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17945         multiarch optimizations
17947 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17949         [BZ #16639]
17950         * nscd/nscd.service: Make service type forking.
17952 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17954         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17955         sign in non default rounding modes.
17956         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17958 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
17960         * math/libm-test.inc (ALL_RM_TEST): New macro.
17961         (ceil_test): Use ALL_RM_TEST.
17962         (cimag_test): Likewise.
17963         (conj_test): Likewise.
17964         (copysign_test): Likewise.
17965         (cproj_test): Likewise.
17966         (creal_test): Likewise.
17967         (fabs_test): Likewise.
17968         (floor_test): Likewise.
17969         (fmax_test): Likewise.
17970         (fmin_test): Likewise.
17971         (fmod_test): Likewise.
17972         (fpclassify_test): Likewise.
17973         (frexp_test): Likewise.
17974         (ilogb_test): Likewise.
17975         (isfinite_test): Likewise.
17976         (finite_test): Likewise.
17977         (isgreater_test): Likewise.
17978         (isgreaterequal_test): Likewise.
17979         (isinf_test): Likewise.
17980         (isless_test): Likewise.
17981         (islessequal_test): Likewise.
17982         (islessgreater_test): Likewise.
17983         (isnan_test): Likewise.
17984         (isnormal_test): Likewise.
17985         (issignaling_test): Likewise.
17986         (isunordered_test): Likewise.
17987         (logb_test): Likewise.
17988         (logb_downward_test_data): Remove.
17989         (logb_test_downward): Likewise.
17990         (lround_test): Use ALL_RM_TEST.
17991         (llround_test): Likewise.
17992         (modf_test): Likewise.
17993         (nexttoward_test): Likewise.
17994         (remainder_test): Likewise.
17995         (drem_test): Likewise.
17996         (remainder_tonearest_test_data): Likewise.
17997         (remainder_test_tonearest): Likewise.
17998         (drem_test_tonearest): Likewise.
17999         (remainder_towardzero_test_data): Likewise.
18000         (remainder_test_towardzero): Likewise.
18001         (drem_test_towardzero): Likewise.
18002         (remainder_downward_test_data): Likewise.
18003         (remainder_test_downward): Likewise.
18004         (drem_test_downward): Likewise.
18005         (remainder_upward_test_data): Likewise.
18006         (remainder_test_upward): Likewise.
18007         (drem_test_upward): Likewise.
18008         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
18009         (round_test): Use ALL_RM_TEST.
18010         (signbit_test): Likewise.
18011         (trunc_test): Likewise.
18012         (significand_test): Likewise.
18013         (main): Don't call removed functions.
18015 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
18017         [BZ #16674]
18018         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
18019         || __USE_XOPEN2K8].
18020         (ILL_ILLOPN): Likewise.
18021         (ILL_ILLADR): Likewise.
18022         (ILL_ILLTRP): Likewise.
18023         (ILL_PRVOPC): Likewise.
18024         (ILL_PRVREG): Likewise.
18025         (ILL_COPROC): Likewise.
18026         (ILL_BADSTK): Likewise.
18027         (FPE_INTDIV): Likewise.
18028         (FPE_INTOVF): Likewise.
18029         (FPE_FLTDIV): Likewise.
18030         (FPE_FLTOVF): Likewise.
18031         (FPE_FLTUND): Likewise.
18032         (FPE_FLTRES): Likewise.
18033         (FPE_FLTINV): Likewise.
18034         (FPE_FLTSUB): Likewise.
18035         (SEGV_MAPERR): Likewise.
18036         (SEGV_ACCERR): Likewise.
18037         (BUS_ADRALN): Likewise.
18038         (BUS_ADRERR): Likewise.
18039         (BUS_OBJERR): Likewise.
18040         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18041         (TRAP_TRACE): Likewise.
18042         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18043         __USE_XOPEN2K8].
18044         (CLD_KILLED): Likewise.
18045         (CLD_DUMPED): Likewise.
18046         (CLD_TRAPPED): Likewise.
18047         (CLD_STOPPED): Likewise.
18048         (CLD_CONTINUED): Likewise.
18049         (POLL_IN): Likewise.
18050         (POLL_OUT): Likewise.
18051         (POLL_MSG): Likewise.
18052         (POLL_ERR): Likewise.
18053         (POLL_PRI): Likewise.
18054         (POLL_HUP): Likewise.
18055         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
18056         Likewise.
18057         (ILL_ILLOPN): Likewise.
18058         (ILL_ILLADR): Likewise.
18059         (ILL_ILLTRP): Likewise.
18060         (ILL_PRVOPC): Likewise.
18061         (ILL_PRVREG): Likewise.
18062         (ILL_COPROC): Likewise.
18063         (ILL_BADSTK): Likewise.
18064         (FPE_INTDIV): Likewise.
18065         (FPE_INTOVF): Likewise.
18066         (FPE_FLTDIV): Likewise.
18067         (FPE_FLTOVF): Likewise.
18068         (FPE_FLTUND): Likewise.
18069         (FPE_FLTRES): Likewise.
18070         (FPE_FLTINV): Likewise.
18071         (FPE_FLTSUB): Likewise.
18072         (SEGV_MAPERR): Likewise.
18073         (SEGV_ACCERR): Likewise.
18074         (BUS_ADRALN): Likewise.
18075         (BUS_ADRERR): Likewise.
18076         (BUS_OBJERR): Likewise.
18077         (BUS_MCEERR_AR): Likewise.
18078         (BUS_MCEERR_AO): Likewise.
18079         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18080         (TRAP_TRACE): Likewise.
18081         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18082         __USE_XOPEN2K8].
18083         (CLD_KILLED): Likewise.
18084         (CLD_DUMPED): Likewise.
18085         (CLD_TRAPPED): Likewise.
18086         (CLD_STOPPED): Likewise.
18087         (CLD_CONTINUED): Likewise.
18088         (POLL_IN): Likewise.
18089         (POLL_OUT): Likewise.
18090         (POLL_MSG): Likewise.
18091         (POLL_ERR): Likewise.
18092         (POLL_PRI): Likewise.
18093         (POLL_HUP): Likewise.
18094         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
18095         (ILL_ILLOPN): Likewise.
18096         (ILL_ILLADR): Likewise.
18097         (ILL_ILLTRP): Likewise.
18098         (ILL_PRVOPC): Likewise.
18099         (ILL_PRVREG): Likewise.
18100         (ILL_COPROC): Likewise.
18101         (ILL_BADSTK): Likewise.
18102         (FPE_INTDIV): Likewise.
18103         (FPE_INTOVF): Likewise.
18104         (FPE_FLTDIV): Likewise.
18105         (FPE_FLTOVF): Likewise.
18106         (FPE_FLTUND): Likewise.
18107         (FPE_FLTRES): Likewise.
18108         (FPE_FLTINV): Likewise.
18109         (FPE_FLTSUB): Likewise.
18110         (SEGV_MAPERR): Likewise.
18111         (SEGV_ACCERR): Likewise.
18112         (BUS_ADRALN): Likewise.
18113         (BUS_ADRERR): Likewise.
18114         (BUS_OBJERR): Likewise.
18115         (BUS_MCEERR_AR): Likewise.
18116         (BUS_MCEERR_AO): Likewise.
18117         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18118         (TRAP_TRACE): Likewise.
18119         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18120         __USE_XOPEN2K8].
18121         (CLD_KILLED): Likewise.
18122         (CLD_DUMPED): Likewise.
18123         (CLD_TRAPPED): Likewise.
18124         (CLD_STOPPED): Likewise.
18125         (CLD_CONTINUED): Likewise.
18126         (POLL_IN): Likewise.
18127         (POLL_OUT): Likewise.
18128         (POLL_MSG): Likewise.
18129         (POLL_ERR): Likewise.
18130         (POLL_PRI): Likewise.
18131         (POLL_HUP): Likewise.
18132         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
18133         Likewise.
18134         (ILL_ILLOPN): Likewise.
18135         (ILL_ILLADR): Likewise.
18136         (ILL_ILLTRP): Likewise.
18137         (ILL_PRVOPC): Likewise.
18138         (ILL_PRVREG): Likewise.
18139         (ILL_COPROC): Likewise.
18140         (ILL_BADSTK): Likewise.
18141         (ILL_BADIADDR): Likewise.
18142         (ILL_BREAK): Likewise.
18143         (FPE_INTDIV): Likewise.
18144         (FPE_INTOVF): Likewise.
18145         (FPE_FLTDIV): Likewise.
18146         (FPE_FLTOVF): Likewise.
18147         (FPE_FLTUND): Likewise.
18148         (FPE_FLTRES): Likewise.
18149         (FPE_FLTINV): Likewise.
18150         (FPE_FLTSUB): Likewise.
18151         (FPE_DECOVF): Likewise.
18152         (FPE_DECDIV): Likewise.
18153         (FPE_DECERR): Likewise.
18154         (FPE_INVASC): Likewise.
18155         (FPE_INVDEC): Likewise.
18156         (SEGV_MAPERR): Likewise.
18157         (SEGV_ACCERR): Likewise.
18158         (SEGV_PSTKOVF): Likewise.
18159         (BUS_ADRALN): Likewise.
18160         (BUS_ADRERR): Likewise.
18161         (BUS_OBJERR): Likewise.
18162         (BUS_MCEERR_AR): Likewise.
18163         (BUS_MCEERR_AO): Likewise.
18164         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18165         (TRAP_TRACE): Likewise.
18166         (TRAP_BRANCH): Likewise.
18167         (TRAP_HWBKPT): Likewise.
18168         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18169         __USE_XOPEN2K8].
18170         (CLD_KILLED): Likewise.
18171         (CLD_DUMPED): Likewise.
18172         (CLD_TRAPPED): Likewise.
18173         (CLD_STOPPED): Likewise.
18174         (CLD_CONTINUED): Likewise.
18175         (POLL_IN): Likewise.
18176         (POLL_OUT): Likewise.
18177         (POLL_MSG): Likewise.
18178         (POLL_ERR): Likewise.
18179         (POLL_PRI): Likewise.
18180         (POLL_HUP): Likewise.
18181         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
18182         (ILL_ILLOPN): Likewise.
18183         (ILL_ILLADR): Likewise.
18184         (ILL_ILLTRP): Likewise.
18185         (ILL_PRVOPC): Likewise.
18186         (ILL_PRVREG): Likewise.
18187         (ILL_COPROC): Likewise.
18188         (ILL_BADSTK): Likewise.
18189         (FPE_INTDIV): Likewise.
18190         (FPE_INTOVF): Likewise.
18191         (FPE_FLTDIV): Likewise.
18192         (FPE_FLTOVF): Likewise.
18193         (FPE_FLTUND): Likewise.
18194         (FPE_FLTRES): Likewise.
18195         (FPE_FLTINV): Likewise.
18196         (FPE_FLTSUB): Likewise.
18197         (SEGV_MAPERR): Likewise.
18198         (SEGV_ACCERR): Likewise.
18199         (BUS_ADRALN): Likewise.
18200         (BUS_ADRERR): Likewise.
18201         (BUS_OBJERR): Likewise.
18202         (BUS_MCEERR_AR): Likewise.
18203         (BUS_MCEERR_AO): Likewise.
18204         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18205         (TRAP_TRACE): Likewise.
18206         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18207         __USE_XOPEN2K8].
18208         (CLD_KILLED): Likewise.
18209         (CLD_DUMPED): Likewise.
18210         (CLD_TRAPPED): Likewise.
18211         (CLD_STOPPED): Likewise.
18212         (CLD_CONTINUED): Likewise.
18213         (POLL_IN): Likewise.
18214         (POLL_OUT): Likewise.
18215         (POLL_MSG): Likewise.
18216         (POLL_ERR): Likewise.
18217         (POLL_PRI): Likewise.
18218         (POLL_HUP): Likewise.
18219         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
18220         (ILL_ILLOPN): Likewise.
18221         (ILL_ILLADR): Likewise.
18222         (ILL_ILLTRP): Likewise.
18223         (ILL_PRVOPC): Likewise.
18224         (ILL_PRVREG): Likewise.
18225         (ILL_COPROC): Likewise.
18226         (ILL_BADSTK): Likewise.
18227         (FPE_INTDIV): Likewise.
18228         (FPE_INTOVF): Likewise.
18229         (FPE_FLTDIV): Likewise.
18230         (FPE_FLTOVF): Likewise.
18231         (FPE_FLTUND): Likewise.
18232         (FPE_FLTRES): Likewise.
18233         (FPE_FLTINV): Likewise.
18234         (FPE_FLTSUB): Likewise.
18235         (SEGV_MAPERR): Likewise.
18236         (SEGV_ACCERR): Likewise.
18237         (BUS_ADRALN): Likewise.
18238         (BUS_ADRERR): Likewise.
18239         (BUS_OBJERR): Likewise.
18240         (BUS_MCEERR_AR): Likewise.
18241         (BUS_MCEERR_AO): Likewise.
18242         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18243         (TRAP_TRACE): Likewise.
18244         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18245         __USE_XOPEN2K8].
18246         (CLD_KILLED): Likewise.
18247         (CLD_DUMPED): Likewise.
18248         (CLD_TRAPPED): Likewise.
18249         (CLD_STOPPED): Likewise.
18250         (CLD_CONTINUED): Likewise.
18251         (POLL_IN): Likewise.
18252         (POLL_OUT): Likewise.
18253         (POLL_MSG): Likewise.
18254         (POLL_ERR): Likewise.
18255         (POLL_PRI): Likewise.
18256         (POLL_HUP): Likewise.
18257         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
18258         (ILL_ILLOPN): Likewise.
18259         (ILL_ILLADR): Likewise.
18260         (ILL_ILLTRP): Likewise.
18261         (ILL_PRVOPC): Likewise.
18262         (ILL_PRVREG): Likewise.
18263         (ILL_COPROC): Likewise.
18264         (ILL_BADSTK): Likewise.
18265         (FPE_INTDIV): Likewise.
18266         (FPE_INTOVF): Likewise.
18267         (FPE_FLTDIV): Likewise.
18268         (FPE_FLTOVF): Likewise.
18269         (FPE_FLTUND): Likewise.
18270         (FPE_FLTRES): Likewise.
18271         (FPE_FLTINV): Likewise.
18272         (FPE_FLTSUB): Likewise.
18273         (SEGV_MAPERR): Likewise.
18274         (SEGV_ACCERR): Likewise.
18275         (BUS_ADRALN): Likewise.
18276         (BUS_ADRERR): Likewise.
18277         (BUS_OBJERR): Likewise.
18278         (BUS_MCEERR_AR): Likewise.
18279         (BUS_MCEERR_AO): Likewise.
18280         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18281         (TRAP_TRACE): Likewise.
18282         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18283         __USE_XOPEN2K8].
18284         (CLD_KILLED): Likewise.
18285         (CLD_DUMPED): Likewise.
18286         (CLD_TRAPPED): Likewise.
18287         (CLD_STOPPED): Likewise.
18288         (CLD_CONTINUED): Likewise.
18289         (POLL_IN): Likewise.
18290         (POLL_OUT): Likewise.
18291         (POLL_MSG): Likewise.
18292         (POLL_ERR): Likewise.
18293         (POLL_PRI): Likewise.
18294         (POLL_HUP): Likewise.
18295         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
18296         (ILL_ILLOPN): Likewise.
18297         (ILL_ILLADR): Likewise.
18298         (ILL_ILLTRP): Likewise.
18299         (ILL_PRVOPC): Likewise.
18300         (ILL_PRVREG): Likewise.
18301         (ILL_COPROC): Likewise.
18302         (ILL_BADSTK): Likewise.
18303         (ILL_DBLFLT): Likewise.
18304         (ILL_HARDWALL): Likewise.
18305         (FPE_INTDIV): Likewise.
18306         (FPE_INTOVF): Likewise.
18307         (FPE_FLTDIV): Likewise.
18308         (FPE_FLTOVF): Likewise.
18309         (FPE_FLTUND): Likewise.
18310         (FPE_FLTRES): Likewise.
18311         (FPE_FLTINV): Likewise.
18312         (FPE_FLTSUB): Likewise.
18313         (SEGV_MAPERR): Likewise.
18314         (SEGV_ACCERR): Likewise.
18315         (BUS_ADRALN): Likewise.
18316         (BUS_ADRERR): Likewise.
18317         (BUS_OBJERR): Likewise.
18318         (BUS_MCEERR_AR): Likewise.
18319         (BUS_MCEERR_AO): Likewise.
18320         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18321         (TRAP_TRACE): Likewise.
18322         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18323         __USE_XOPEN2K8].
18324         (CLD_KILLED): Likewise.
18325         (CLD_DUMPED): Likewise.
18326         (CLD_TRAPPED): Likewise.
18327         (CLD_STOPPED): Likewise.
18328         (CLD_CONTINUED): Likewise.
18329         (POLL_IN): Likewise.
18330         (POLL_OUT): Likewise.
18331         (POLL_MSG): Likewise.
18332         (POLL_ERR): Likewise.
18333         (POLL_PRI): Likewise.
18334         (POLL_HUP): Likewise.
18335         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
18336         (ILL_ILLOPN): Likewise.
18337         (ILL_ILLADR): Likewise.
18338         (ILL_ILLTRP): Likewise.
18339         (ILL_PRVOPC): Likewise.
18340         (ILL_PRVREG): Likewise.
18341         (ILL_COPROC): Likewise.
18342         (ILL_BADSTK): Likewise.
18343         (FPE_INTDIV): Likewise.
18344         (FPE_INTOVF): Likewise.
18345         (FPE_FLTDIV): Likewise.
18346         (FPE_FLTOVF): Likewise.
18347         (FPE_FLTUND): Likewise.
18348         (FPE_FLTRES): Likewise.
18349         (FPE_FLTINV): Likewise.
18350         (FPE_FLTSUB): Likewise.
18351         (SEGV_MAPERR): Likewise.
18352         (SEGV_ACCERR): Likewise.
18353         (BUS_ADRALN): Likewise.
18354         (BUS_ADRERR): Likewise.
18355         (BUS_OBJERR): Likewise.
18356         (BUS_MCEERR_AR): Likewise.
18357         (BUS_MCEERR_AO): Likewise.
18358         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18359         (TRAP_TRACE): Likewise.
18360         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18361         __USE_XOPEN2K8].
18362         (CLD_KILLED): Likewise.
18363         (CLD_DUMPED): Likewise.
18364         (CLD_TRAPPED): Likewise.
18365         (CLD_STOPPED): Likewise.
18366         (CLD_CONTINUED): Likewise.
18367         (POLL_IN): Likewise.
18368         (POLL_OUT): Likewise.
18369         (POLL_MSG): Likewise.
18370         (POLL_ERR): Likewise.
18371         (POLL_PRI): Likewise.
18372         (POLL_HUP): Likewise.
18373         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
18374         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
18376         [BZ #16670]
18377         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
18378         before #include of <time.h>.
18379         [!__USE_XOPEN2K] (__need_timespec): Likewise.
18380         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
18381         (test-xfail-UNIX98/sched.h/conform): Likewise.
18383 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18385         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
18386         error absence of trapping exception support.
18387         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
18389 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
18391         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
18392         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
18393         * timezone/Makefile (testdata): Move definition above include of
18394         Rules.
18395         (test-zones): New variable.
18396         (tests-special): Add zone files.
18397         (build-testdata): Use $(evaluate-test).
18399         * elf/Makefile (tests-special): Rename tests to end with .out.
18400         ($(objpfx)noload-mem): Likewise.
18401         ($(objpfx)tst-leaks1-mem): Likewise.
18402         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
18403         * iconv/Makefile (xtests-special): Change test-iconvconfig to
18404         $(objpfx)test-iconvconfig.out.
18405         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
18406         set -e inside subshell and redirect output to file.
18407         * iconvdata/Makefile (generated): Rename tests to end with .out.
18408         Correct type.
18409         (tests-special): Rename tests to end with .out.
18410         ($(objpfx)mtrace-tst-loading): Likewise.
18411         * intl/Makefile (generated): Likewise.
18412         (tests-special): Likewise.
18413         ($(objpfx)mtrace-tst-gettext): Likewise.
18414         * misc/Makefile (generated): Likewise.
18415         (tests-special): Likewise.
18416         ($(objpfx)tst-error1-mem): Likewise.
18417         * nptl/Makefile (tests-special): Likewise.
18418         ($(objpfx)tst-stack3-mem): Likewise.
18419         (generated): Likewise.
18420         * posix/Makefile (generated): Likewise.
18421         (tests-special): Likewise.
18422         (xtests-special): Likewise.
18423         ($(objpfx)tst-fnmatch-mem): Likewise.
18424         ($(objpfx)bug-regex2-mem): Likewise.
18425         ($(objpfx)bug-regex14-mem): Likewise.
18426         ($(objpfx)bug-regex21-mem): Likewise.
18427         ($(objpfx)bug-regex31-mem): Likewise.
18428         ($(objpfx)tst-vfork3-mem): Likewise.
18429         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18430         ($(objpfx)tst-pcre-mem): Likewise.
18431         ($(objpfx)tst-boost-mem): Likewise.
18432         ($(objpfx)bug-ga2-mem): Likewise.
18433         ($(objpfx)bug-glob2-mem): Likewise.
18434         * resolv/Makefile (generate): Likewise.
18435         (tests-special): Likewise.
18436         (xtests-special): Likewise.
18437         (generated): Likewise.
18438         ($(objpfx)mtrace-tst-leaks): Likewise.
18439         ($(objpfx)mtrace-tst-leaks2): Likewise.
18441         * scripts/merge-test-results.sh: New file.
18442         * Makefile (tests-special-notdir): New variable.
18443         (tests): Run merge-test-results.sh.
18444         (xtests): Likewise.
18445         * Rules (tests-special-notdir): New variable.
18446         (xtests-special-notdir): Likewise.
18447         (tests): Run merge-test-results.sh
18448         (xtests): Likewise.
18450         * Makeconfig (test-xfail-name): New variable.
18451         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
18452         compute variable name for expected failures.
18453         * conform/Makefile (conformtest-headers-data): New variable.
18454         (conformtest-standards): Likewise.
18455         (conformtest-headers-ISO): Likewise.
18456         (conformtest-headers-ISO99): Likewise.
18457         (conformtest-headers-ISO11): Likewise.
18458         (conformtest-headers-POSIX): Likewise.
18459         (conformtest-headers-XPG3): Likewise.
18460         (conformtest-headers-XPG4): Likewise.
18461         (conformtest-headers-UNIX98): Likewise.
18462         (conformtest-headers-XOPEN2K): Likewise.
18463         (conformtest-headers-POSIX2008): Likewise.
18464         (conformtest-headers-XOPEN2K8): Likewise.
18465         (conformtest-header-list-base): Likewise.
18466         (conformtest-header-list-tests): Likewise.
18467         (conformtest-header-base): Likewise.
18468         (conformtest-header-tests): Likewise.
18469         (tests-special): Add $(conformtest-header-list-tests).  If
18470         [$(fast-check) && !$(cross-compiling)], add
18471         $(conformtest-header-tests) instead of
18472         $(objpfx)run-conformtest.out.
18473         (generated): Add $(conformtest-header-list-base).  If
18474         [$(fast-check) && !$(cross-compiling)], add
18475         $(conformtest-header-base).  Remove previous setting.
18476         ($(conformtest-header-list-tests)): New target.
18477         (test-xfail-run-conformtest): Remove variable.
18478         ($(objpfx)run-conformtest.out): Remove target.
18479         (test-xfail-ISO11/complex.h/conform): New variable.
18480         (test-xfail-ISO11/stdalign.h/conform): Likewise.
18481         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
18482         (test-xfail-XPG3/varargs.h/conform): Likewise.
18483         (test-xfail-XPG4/varargs.h/conform): Likewise.
18484         (test-xfail-UNIX98/varargs.h/conform): Likewise.
18485         (test-xfail-XPG4/ndbm.h/conform): Likewise.
18486         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
18487         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
18488         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
18489         (test-xfail-XPG3/fcntl.h/conform): Likewise.
18490         (test-xfail-XPG3/ftw.h/conform): Likewise.
18491         (test-xfail-XPG3/grp.h/conform): Likewise.
18492         (test-xfail-XPG3/langinfo.h/conform): Likewise.
18493         (test-xfail-XPG3/limits.h/conform): Likewise.
18494         (test-xfail-XPG3/pwd.h/conform): Likewise.
18495         (test-xfail-XPG3/search.h/conform): Likewise.
18496         (test-xfail-XPG3/signal.h/conform): Likewise.
18497         (test-xfail-XPG3/stdio.h/conform): Likewise.
18498         (test-xfail-XPG3/stdlib.h/conform): Likewise.
18499         (test-xfail-XPG3/string.h/conform): Likewise.
18500         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
18501         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
18502         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
18503         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
18504         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
18505         (test-xfail-XPG3/sys/types.h/conform): Likewise.
18506         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
18507         (test-xfail-XPG3/termios.h/conform): Likewise.
18508         (test-xfail-XPG3/time.h/conform): Likewise.
18509         (test-xfail-XPG3/unistd.h/conform): Likewise.
18510         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
18511         (test-xfail-XPG4/fcntl.h/conform): Likewise.
18512         (test-xfail-XPG4/langinfo.h/conform): Likewise.
18513         (test-xfail-XPG4/netdb.h/conform): Likewise.
18514         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
18515         (test-xfail-XPG4/signal.h/conform): Likewise.
18516         (test-xfail-XPG4/stdio.h/conform): Likewise.
18517         (test-xfail-XPG4/stdlib.h/conform): Likewise.
18518         (test-xfail-XPG4/stropts.h/conform): Likewise.
18519         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
18520         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
18521         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
18522         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
18523         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
18524         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
18525         (test-xfail-XPG4/sys/time.h/conform): Likewise.
18526         (test-xfail-XPG4/sys/types.h/conform): Likewise.
18527         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
18528         (test-xfail-XPG4/termios.h/conform): Likewise.
18529         (test-xfail-XPG4/ucontext.h/conform): Likewise.
18530         (test-xfail-XPG4/unistd.h/conform): Likewise.
18531         (test-xfail-XPG4/utmpx.h/conform): Likewise.
18532         (test-xfail-POSIX/sched.h/conform): Likewise.
18533         (test-xfail-POSIX/signal.h/conform): Likewise.
18534         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
18535         (test-xfail-POSIX/tar.h/conform): Likewise.
18536         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
18537         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
18538         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
18539         (test-xfail-UNIX98/netdb.h/conform): Likewise.
18540         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
18541         (test-xfail-UNIX98/sched.h/conform): Likewise.
18542         (test-xfail-UNIX98/signal.h/conform): Likewise.
18543         (test-xfail-UNIX98/stdio.h/conform): Likewise.
18544         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
18545         (test-xfail-UNIX98/stropts.h/conform): Likewise.
18546         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
18547         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
18548         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
18549         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
18550         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
18551         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
18552         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
18553         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
18554         (test-xfail-UNIX98/unistd.h/conform): Likewise.
18555         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
18556         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
18557         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
18558         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
18559         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
18560         (test-xfail-XOPEN2K/math.h/conform): Likewise.
18561         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
18562         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
18563         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
18564         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
18565         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
18566         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
18567         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
18568         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
18569         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
18570         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
18571         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
18572         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
18573         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
18574         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
18575         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
18576         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
18577         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
18578         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
18579         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
18580         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
18581         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
18582         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
18583         (test-xfail-POSIX2008/signal.h/conform): Likewise.
18584         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
18585         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
18586         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
18587         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
18588         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
18589         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
18590         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
18591         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
18592         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
18593         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
18594         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
18595         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
18596         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
18597         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
18598         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
18599         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
18600         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
18601         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
18602         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
18603         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
18604         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
18605         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
18606         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
18607         (conformtest-cc-flags): Likewise.
18608         ($(conformtest-header-tests): New target.
18609         * conform/check-header-lists.sh: New file.
18610         * conform/run-conformtest.sh: Remove.
18612         * conform/conformtest.pl: Allow ' and \ in values given for
18613         constants.
18614         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
18615         inclusion.
18616         [POSIX] (sys/types.h): Likewise.
18617         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
18618         inclusion.
18619         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
18620         inclusion.
18621         * conform/data/signal.h-data (SIGIO): Remove expectation.
18622         [XPG3] (SIGBUS): Do not expect.
18623         [POSIX || XPG3] (SIGPOLL): Likewise.
18624         [POSIX || XPG3] (SIGPROF): Likewise.
18625         [POSIX || XPG3] (SIGSYS): Likewise.
18626         [XPG3] (SIGTRAP): Likewise.
18627         [POSIX || XPG3] (SIGURG): Likewise.
18628         [POSIX || XPG3] (SIGVTALRM): Likewise.
18629         [POSIX || XPG3] (SIGXCPU): Likewise.
18630         [POSIX || XPG3] (SIGXFSZ): Likewise.
18631         [POSIX] (SA_SIGINFO): Expect.
18632         [XPG3] (siginfo_t): Do not expect type or contents.
18633         [POSIX] (si_pid): Do not expect element.
18634         [POSIX] (si_uid): Likewise.
18635         [POSIX] (si_addr): Likewise.
18636         [POSIX] (si_status): Likewise.
18637         [POSIX] (si_band): Likewise.
18638         [XPG4] (si_value): Likewise.
18639         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
18640         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
18641         [POSIX || XPG3] (ILL_ILLADR): Likewise.
18642         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
18643         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
18644         [POSIX || XPG3] (ILL_PRVREG): Likewise.
18645         [POSIX || XPG3] (ILL_COPROC): Likewise.
18646         [POSIX || XPG3] (ILL_BADSTK): Likewise.
18647         [POSIX || XPG3] (FPE_INTDIV): Likewise.
18648         [POSIX || XPG3] (FPE_INTOVF): Likewise.
18649         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
18650         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
18651         [POSIX || XPG3] (FPE_FLTUND): Likewise.
18652         [POSIX || XPG3] (FPE_FLTRES): Likewise.
18653         [POSIX || XPG3] (FPE_FLTINV): Likewise.
18654         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
18655         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
18656         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
18657         [POSIX || XPG3] (BUS_ADRALN): Likewise.
18658         [POSIX || XPG3] (BUS_ADRERR): Likewise.
18659         [POSIX || XPG3] (BUS_OBJERR): Likewise.
18660         [POSIX || XPG3] (CLD_EXITED): Likewise.
18661         [POSIX || XPG3] (CLD_KILLED): Likewise.
18662         [POSIX || XPG3] (CLD_DUMPED): Likewise.
18663         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
18664         [POSIX || XPG3] (CLD_STOPPED): Likewise.
18665         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
18666         [POSIX || XPG3] (POLL_IN): Likewise.
18667         [POSIX || XPG3] (POLL_OUT): Likewise.
18668         [POSIX || XPG3] (POLL_MSG): Likewise.
18669         [POSIX || XPG3] (POLL_ERR): Likewise.
18670         [POSIX || XPG3] (POLL_PRI): Likewise.
18671         [POSIX || XPG3] (POLL_HUP): Likewise.
18672         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
18673         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
18674         (SIG*): Do not allow.
18675         [XPG3] (si_*): Likewise.
18676         [XPG3] (SI_*): Likewise.
18677         [XPG3 || XPG4] (sigev_*): Likewise.
18678         [XPG3 || XPG4] (SIGEV_*): Likewise.
18679         [XPG3 || XPG4] (sival_*): Likewise.
18680         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
18681         [POSIX || XPG3] (BUS_*): Likewise.
18682         [POSIX || XPG3] (CLD_*): Likewise.
18683         [POSIX || XPG3] (FPE_*): Likewise.
18684         [POSIX || XPG3] (ILL_*): Likewise.
18685         [POSIX || XPG3] (POLL_*): Likewise.
18686         [POSIX || XPG3] (SEGV_*): Likewise.
18687         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
18688         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
18689         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
18690         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
18691         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
18692         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
18693         Specify type and value.
18694         (TVERSLEN): Likewise.
18695         (REGTYPE): Likewise.
18696         (AREGTYPE): Likewise.
18697         (LNKTYPE): Likewise.
18698         (SYMTYPE): Likewise.
18699         (CHRTYPE): Likewise.
18700         (BLKTYPE): Likewise.
18701         (DIRTYPE): Likewise.
18702         (FIFOTYPE): Likewise.
18703         (CONTTYPE): Likewise.
18704         (TSUID): Likewise.
18705         (TSGID): Likewise.
18706         (TSVTX): Likewise.
18707         (TUREAD): Likewise.
18708         (TUWRITE): Likewise.
18709         (TUEXEC): Likewise.
18710         (TGREAD): Likewise.
18711         (TGWRITE): Likewise.
18712         (TGEXEC): Likewise.
18713         (TOREAD): Likewise.
18714         (TOWRITE): Likewise.
18715         (TOEXEC): Likewise.
18716         [POSIX] (TSVTX): Expect constant.
18718 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
18720         * Makefile (tests): Change dependencies to ....
18721         (tests-special): ... additions to this variable.
18722         (tests): Depend on $(tests-special).
18723         * Makerules (check-abi-list): New variable.
18724         (check-abi): Depend on $(check-abi-list).
18725         [$(subdir) = elf] (tests-special): Add
18726         $(objpfx)check-abi-libc.out.
18727         [$(build-shared) = yes && subdir] (tests-special): Add
18728         $(check-abi-list).
18729         [$(build-shared) = yes && subdir] (tests): Do not depend on
18730         check-abi.
18731         * Rules (tests): Depend on $(tests-special).
18732         (xtests): Depend on $(xtests-special).
18733         * catgets/Makefile (tests): Change dependencies to ....
18734         (tests-special): ... additions to this variable.
18735         * conform/Makefile (tests): Change dependencies to ....
18736         (tests-special): ... additions to this variable.
18737         * elf/Makefile (tests): Change dependencies to ....
18738         (tests-special): ... additions to this variable.
18739         * grp/Makefile (tests): Change dependencies to ....
18740         (tests-special): ... additions to this variable.
18741         * iconv/Makefile (xtests): Change dependencies to ....
18742         (xtests-special): ... additions to this variable.
18743         * iconvdata/Makefile (tests): Change dependencies to ....
18744         (tests-special): ... additions to this variable.
18745         * intl/Makefile (tests): Change dependencies to ....
18746         (tests-special): ... additions to this variable.  Also add
18747         $(objpfx)tst-gettext.out.
18748         * io/Makefile (tests): Change dependencies to ....
18749         (tests-special): ... additions to this variable.
18750         * libio/Makefile (tests): Change dependencies to ....
18751         (tests-special): ... additions to this variable.
18752         * malloc/Makefile (tests): Change dependencies to ....
18753         (tests-special): ... additions to this variable.
18754         * misc/Makefile (tests): Change dependencies to ....
18755         (tests-special): ... additions to this variable.
18756         * nptl/Makefile (tests): Change dependencies to ....
18757         (tests-special): ... additions to this variable.
18758         * nptl_db/Makefile (tests): Change dependencies to ....
18759         (tests-special): ... additions to this variable.
18760         * posix/Makefile (tests): Change dependencies to ....
18761         (tests-special): ... additions to this variable.
18762         (xtests): Change dependencies to ....
18763         (xtests-special): ... additions to this variable.
18764         * resolv/Makefile (tests): Change dependencies to ....
18765         (tests-special): ... additions to this variable.
18766         (xtests): Change dependencies to ....
18767         (xtests-special): ... additions to this variable.
18768         * stdio-common/Makefile (tests): Change dependencies to ....
18769         (tests-special): ... additions to this variable.
18770         (do-tst-unbputc): Remove target.
18771         (do-tst-printf): Likewise.
18772         * stdlib/Makefile (tests): Change dependencies to ....
18773         (tests-special): ... additions to this variable.
18774         * string/Makefile (tests): Change dependencies to ....
18775         (tests-special): ... additions to this variable.
18776         * sysdeps/x86/Makefile (tests): Change dependencies to ....
18777         (tests-special): ... additions to this variable.
18779         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
18780         whole file.
18781         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
18782         whole file.
18783         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
18784         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
18786         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
18787         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
18788         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
18789         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
18790         * conform/data/libgen.h-data [XPG3]: Likewise.
18791         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
18792         * conform/data/ndbm.h-data [XPG3]: Likewise.
18793         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18794         * conform/data/netdb.h-data [XPG3]: Likewise.
18795         * conform/data/netinet/in.h-data [XPG3]: Likewise.
18796         * conform/data/poll.h-data [XPG3]: Likewise.
18797         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18798         * conform/data/strings.h-data [XPG3]: Likewise.
18799         * conform/data/stropts.h-data [XPG3]: Likewise.
18800         * conform/data/sys/mman.h-data [XPG3]: Likewise.
18801         * conform/data/sys/resource.h-data [XPG3]: Likewise.
18802         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
18803         Likewise.
18804         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
18805         * conform/data/sys/time.h-data [XPG3]: Likewise.
18806         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
18807         * conform/data/sys/uio.h-data [XPG3]: Likewise.
18808         * conform/data/sys/un.h-data [XPG3]: Likewise.
18809         * conform/data/syslog.h-data [XPG3]: Likewise.
18810         * conform/data/ucontext.h-data [XPG3]: Likewise.
18811         * conform/data/utmpx.h-data [XPG3]: Likewise.
18812         * conform/data/varargs.h-data [UNIX98]: Enable file.
18814         * manual/Makefile (INSTALL_INFO): Remove variable setting.
18816         * math/libm-test.inc (struct test_f_f_data): Move expected results
18817         into structure for each rounding mode.
18818         (struct test_ff_f_data): Likewise.
18819         (struct test_ff_f_data_nexttoward): Likewise.
18820         (struct test_fi_f_data): Likewise.
18821         (struct test_fl_f_data): Likewise.
18822         (struct test_if_f_data): Likewise.
18823         (struct test_fff_f_data): Likewise.
18824         (struct test_c_f_data): Likewise.
18825         (struct test_f_f1_data): Likewise.
18826         (struct test_fF_f1_data): Likewise.
18827         (struct test_ffI_f1_data): Likewise.
18828         (struct test_c_c_data): Likewise.
18829         (struct test_cc_c_data): Likewise.
18830         (struct test_f_i_data): Likewise.
18831         (struct test_ff_i_data): Likewise.
18832         (struct test_f_l_data): Likewise.
18833         (struct test_f_L_data): Likewise.
18834         (struct test_fFF_11_data): Likewise.
18835         (RM_): New macro.
18836         (RM_FE_DOWNWARD): Likewise.
18837         (RM_FE_TONEAREST): Likewise.
18838         (RM_FE_TOWARDZERO): Likewise.
18839         (RM_FE_UPWARD): Likewise.
18840         (RUN_TEST_LOOP_f_f): Update references to expected results.
18841         (RUN_TEST_LOOP_2_f): Likewise.
18842         (RUN_TEST_LOOP_fff_f): Likewise.
18843         (RUN_TEST_LOOP_c_f): Likewise.
18844         (RUN_TEST_LOOP_f_f1): Likewise.
18845         (RUN_TEST_LOOP_fF_f1): Likewise.
18846         (RUN_TEST_LOOP_fI_f1): Likewise.
18847         (RUN_TEST_LOOP_ffI_f1): Likewise.
18848         (RUN_TEST_LOOP_c_c): Likewise.
18849         (RUN_TEST_LOOP_cc_c): Likewise.
18850         (RUN_TEST_LOOP_f_i): Likewise.
18851         (RUN_TEST_LOOP_f_i_tg): Likewise.
18852         (RUN_TEST_LOOP_ff_i_tg): Likewise.
18853         (RUN_TEST_LOOP_f_b): Likewise.
18854         (RUN_TEST_LOOP_f_b_tg): Likewise.
18855         (RUN_TEST_LOOP_f_l): Likewise.
18856         (RUN_TEST_LOOP_f_L): Likewise.
18857         (RUN_TEST_LOOP_fFF_11): Likewise.
18858         * math/gen-libm-test.pl (parse_args): Output four copies of
18859         expected results for each test.
18861         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18862         (__ASSUME_UTIMES): Remove.
18863         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18864         (__ASSUME_UTIMES): Likewise.
18866         * math/gen-auto-libm-tests.c: Update comment on output format.
18867         (output_for_one_input_case): Generate before-rounding and
18868         after-rounding information as conditions on output flags not
18869         floating-point format.
18870         * math/auto-libm-test-out: Regenerated.
18871         * math/gen-libm-test.pl (cond_value): New function.
18872         (or_cond_value): Use cond_value.
18873         (generate_testfile): Handle conditional exceptions.
18875 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
18877         * math/libm-test.inc (max_valid_error): New variable.
18878         (init_max_error): Take new argument specifying whether function
18879         results are exactly determined.  Set max_valid_error and bound
18880         other variables for errors based on this argument.
18881         (set_max_error): Do not record results above max_valid_error.
18882         (check_float_internal): Only accept errors of up to 0.5ulps if
18883         also at most max_valid_error.
18884         (START): Take new argument EXACT and pass it to init_max_error.
18885         (acos_test): Update call to START.
18886         (acos_test_tonearest): Likewise.
18887         (acos_test_towardzero): Likewise.
18888         (acos_test_downward): Likewise.
18889         (acos_test_upward): Likewise.
18890         (acosh_test): Likewise.
18891         (asin_test): Likewise.
18892         (asin_test_tonearest): Likewise.
18893         (asin_test_towardzero): Likewise.
18894         (asin_test_downward): Likewise.
18895         (asin_test_upward): Likewise.
18896         (asinh_test): Likewise.
18897         (atan_test): Likewise.
18898         (atanh_test): Likewise.
18899         (atan2_test): Likewise.
18900         (cabs_test): Likewise.
18901         (cacos_test): Likewise.
18902         (cacosh_test): Likewise.
18903         (carg_test): Likewise.
18904         (casin_test): Likewise.
18905         (casinh_test): Likewise.
18906         (catan_test): Likewise.
18907         (catanh_test): Likewise.
18908         (cbrt_test): Likewise.
18909         (ccos_test): Likewise.
18910         (ccosh_test): Likewise.
18911         (ceil_test): Likewise.
18912         (cexp_test): Likewise.
18913         (cimag_test): Likewise.
18914         (clog_test): Likewise.
18915         (clog10_test): Likewise.
18916         (conj_test): Likewise.
18917         (copysign_test): Likewise.
18918         (cos_test): Likewise.
18919         (cos_test_tonearest): Likewise.
18920         (cos_test_towardzero): Likewise.
18921         (cos_test_downward): Likewise.
18922         (cos_test_upward): Likewise.
18923         (cosh_test): Likewise.
18924         (cosh_test_tonearest): Likewise.
18925         (cosh_test_towardzero): Likewise.
18926         (cosh_test_downward): Likewise.
18927         (cosh_test_upward): Likewise.
18928         (cpow_test): Likewise.
18929         (cproj_test): Likewise.
18930         (creal_test): Likewise.
18931         (csin_test): Likewise.
18932         (csinh_test): Likewise.
18933         (csqrt_test): Likewise.
18934         (ctan_test): Likewise.
18935         (ctan_test_tonearest): Likewise.
18936         (ctan_test_towardzero): Likewise.
18937         (ctan_test_downward): Likewise.
18938         (ctan_test_upward): Likewise.
18939         (ctanh_test): Likewise.
18940         (ctanh_test_tonearest): Likewise.
18941         (ctanh_test_towardzero): Likewise.
18942         (ctanh_test_downward): Likewise.
18943         (ctanh_test_upward): Likewise.
18944         (erf_test): Likewise.
18945         (erfc_test): Likewise.
18946         (exp_test): Likewise.
18947         (exp_test_tonearest): Likewise.
18948         (exp_test_towardzero): Likewise.
18949         (exp_test_downward): Likewise.
18950         (exp_test_upward): Likewise.
18951         (exp10_test): Likewise.
18952         (exp10_test_tonearest): Likewise.
18953         (exp10_test_towardzero): Likewise.
18954         (exp10_test_downward): Likewise.
18955         (exp10_test_upward): Likewise.
18956         (pow10_test): Likewise.
18957         (exp2_test): Likewise.
18958         (expm1_test): Likewise.
18959         (expm1_test_tonearest): Likewise.
18960         (expm1_test_towardzero): Likewise.
18961         (expm1_test_downward): Likewise.
18962         (expm1_test_upward): Likewise.
18963         (fabs_test): Likewise.
18964         (fdim_test): Likewise.
18965         (floor_test): Likewise.
18966         (fma_test): Likewise.
18967         (fma_test_towardzero): Likewise.
18968         (fma_test_downward): Likewise.
18969         (fma_test_upward): Likewise.
18970         (fmax_test): Likewise.
18971         (fmin_test): Likewise.
18972         (fmod_test): Likewise.
18973         (fpclassify_test): Likewise.
18974         (frexp_test): Likewise.
18975         (hypot_test): Likewise.
18976         (ilogb_test): Likewise.
18977         (isfinite_test): Likewise.
18978         (finite_test): Likewise.
18979         (isgreater_test): Likewise.
18980         (isgreaterequal_test): Likewise.
18981         (isinf_test): Likewise.
18982         (isless_test): Likewise.
18983         (islessequal_test): Likewise.
18984         (islessgreater_test): Likewise.
18985         (isnan_test): Likewise.
18986         (isnormal_test): Likewise.
18987         (issignaling_test): Likewise.
18988         (isunordered_test): Likewise.
18989         (j0_test): Likewise.
18990         (j1_test): Likewise.
18991         (jn_test): Likewise.
18992         (ldexp_test): Likewise.
18993         (lgamma_test): Likewise.
18994         (gamma_test): Likewise.
18995         (lrint_test): Likewise.
18996         (lrint_test_tonearest): Likewise.
18997         (lrint_test_towardzero): Likewise.
18998         (lrint_test_downward): Likewise.
18999         (lrint_test_upward): Likewise.
19000         (llrint_test): Likewise.
19001         (llrint_test_tonearest): Likewise.
19002         (llrint_test_towardzero): Likewise.
19003         (llrint_test_downward): Likewise.
19004         (llrint_test_upward): Likewise.
19005         (log_test): Likewise.
19006         (log10_test): Likewise.
19007         (log1p_test): Likewise.
19008         (log2_test): Likewise.
19009         (logb_test): Likewise.
19010         (logb_test_downward): Likewise.
19011         (lround_test): Likewise.
19012         (llround_test): Likewise.
19013         (modf_test): Likewise.
19014         (nearbyint_test): Likewise.
19015         (nextafter_test): Likewise.
19016         (nexttoward_test): Likewise.
19017         (pow_test): Likewise.
19018         (pow_test_tonearest): Likewise.
19019         (pow_test_towardzero): Likewise.
19020         (pow_test_downward): Likewise.
19021         (pow_test_upward): Likewise.
19022         (remainder_test): Likewise.
19023         (drem_test): Likewise.
19024         (remainder_test_tonearest): Likewise.
19025         (drem_test_tonearest): Likewise.
19026         (remainder_test_towardzero): Likewise.
19027         (drem_test_towardzero): Likewise.
19028         (remainder_test_downward): Likewise.
19029         (drem_test_downward): Likewise.
19030         (remainder_test_upward): Likewise.
19031         (drem_test_upward): Likewise.
19032         (remquo_test): Likewise.
19033         (rint_test): Likewise.
19034         (rint_test_tonearest): Likewise.
19035         (rint_test_towardzero): Likewise.
19036         (rint_test_downward): Likewise.
19037         (rint_test_upward): Likewise.
19038         (round_test): Likewise.
19039         (scalb_test): Likewise.
19040         (scalbn_test): Likewise.
19041         (scalbln_test): Likewise.
19042         (signbit_test): Likewise.
19043         (sin_test): Likewise.
19044         (sin_test_tonearest): Likewise.
19045         (sin_test_towardzero): Likewise.
19046         (sin_test_downward): Likewise.
19047         (sin_test_upward): Likewise.
19048         (sincos_test): Likewise.
19049         (sinh_test): Likewise.
19050         (sinh_test_tonearest): Likewise.
19051         (sinh_test_towardzero): Likewise.
19052         (sinh_test_downward): Likewise.
19053         (sinh_test_upward): Likewise.
19054         (sqrt_test): Likewise.
19055         (sqrt_test_tonearest): Likewise.
19056         (sqrt_test_towardzero): Likewise.
19057         (sqrt_test_downward): Likewise.
19058         (sqrt_test_upward): Likewise.
19059         (tan_test): Likewise.
19060         (tan_test_tonearest): Likewise.
19061         (tan_test_towardzero): Likewise.
19062         (tan_test_downward): Likewise.
19063         (tan_test_upward): Likewise.
19064         (tanh_test): Likewise.
19065         (tgamma_test): Likewise.
19066         (trunc_test): Likewise.
19067         (y0_test): Likewise.
19068         (y1_test): Likewise.
19069         (yn_test): Likewise.
19070         (significand_test): Likewise.
19072         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
19073         individual tests in comment.
19074         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
19075         (prev_max_error): New variable.
19076         (prev_real_max_error): Likewise.
19077         (prev_imag_max_error): Likewise.
19078         (compare_ulp_data): Don't refer to test names in comment.
19079         (find_test_ulps): Remove function.
19080         (find_function_ulps): Likewise.
19081         (find_complex_function_ulps): Likewise.
19082         (init_max_error): Take function name as argument.  Look up ulps
19083         for that function.
19084         (print_ulps): Remove function.
19085         (print_max_error): Use prev_max_error instead of calling
19086         find_function_ulps.
19087         (print_complex_max_error): Use prev_real_max_error and
19088         prev_imag_max_error instead of calling find_complex_function_ulps.
19089         (check_float_internal): Take max_ulp parameter instead of calling
19090         find_test_ulps.  Don't call print_ulps.
19091         (check_float): Update call to check_float_internal.
19092         (check_complex): Update calls to check_float_internal.
19093         (START): Pass argument to init_max_error.
19094         * math/gen-libm-test.pl (%results): Don't include "kind"
19095         information.
19096         (parse_ulps): Don't handle ulps of individual tests.
19097         (print_ulps_file): Likewise.
19098         (output_ulps): Likewise.
19099         * math/README.libm-test: Update.
19100         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
19101         individual tests.
19102         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
19103         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
19104         * sysdeps/arm/libm-test-ulps: Likewise.
19105         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
19106         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
19107         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
19108         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
19109         * sysdeps/microblaze/libm-test-ulps: Likewise.
19110         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
19111         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
19112         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19113         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
19114         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19115         * sysdeps/sh/libm-test-ulps: Likewise.
19116         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19117         * sysdeps/tile/libm-test-ulps: Likewise.
19118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19120 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
19122         * math/libm-test.inc (print_complex_max_error): Check separately
19123         whether real and imaginary errors are within allowed range and
19124         pass 0 to print_complex_function_ulps instead of value within
19125         allowed range.
19127 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19129         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
19130         formatting.
19131         (get_handles_fopen): Likewise.
19132         (do_write_test): Likewise.
19134         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
19136         * libio/fileops.c (do_ftell): Use cached offset when
19137         available.
19138         * libio/iofwide.c (do_ftell_wide): Likewise.
19139         * libio/iofdopen.c (_IO_new_fdopen): Don't use
19140         _IO_file_attach.
19141         * libio/wfileops.c (_IO_fwide): Don't cache offset.
19143         [BZ #16532]
19144         * libio/libioP.h (get_file_offset): New function.
19145         * libio/fileops.c (get_file_offset): Likewise.
19146         (do_ftell): Likewise.
19147         (_IO_new_file_seekoff): Split out ftell logic.
19148         * libio/wfileops.c (do_ftell_wide): Likewise.
19149         (_IO_wfile_seekoff): Split out ftell logic.
19150         * libio/tst-ftell-active-handler.c: New test case.
19151         * libio/Makefile (tests): Add it.
19153 2014-03-03  Roland McGrath  <roland@hack.frob.com>
19155         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
19156         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
19158 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19160         [BZ #16639]
19161         * nscd/connections.c (nscd_init): Call do_exit.
19162         (start_threads): Call do_exit and notify_parent.
19163         (begin_drop_privileges): Call do_exit.
19164         (finish_drop_privileges): Likewise.
19165         * nscd/selinux.c (preserve_capabilities): Likewise.
19166         (install_real_capabilities): Likewise.
19167         (nscd_selinux_enabled): Likewise.
19168         (avc_create_thread): Likewise.
19169         (avc_alloc_lock): Likewise.
19170         (nscd_avc_init): Likewise.
19171         * nscd/nscd.c (parent_fd): New static variable.
19172         (main): Create a pipe between parent and child processes.
19173         Skip closing parent_fd.
19174         (monitor_child): New function.
19175         (do_exit): Likewise.
19176         (notify_parent): Likewise.
19177         * nscd/nscd.h (notify_parent): Likewise.
19178         (do_exit): Likewise.
19180 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
19182         * malloc/malloc.c (__libc_calloc): Revert last change.
19184 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19186         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19188 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19190         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
19191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
19192         implementation.
19193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19194         (__libc_ifunc_impl_list): Likewise.
19195         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
19196         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
19197         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
19198         * string/strrchr.c: Define STRRCHR.
19200 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
19202         * benchtest/bench-strtok.c (simple_strtok): Delete.
19203         (strtok_string): Use as benchmark.
19204         * string/strtok (STRTOK): New macro.
19206 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
19208         * manual/threads.texi: Add header and standard comments to all
19209         functions.
19211         * elf/dl-lookup.c (check_match): New function.
19212         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
19213         (do_lookup_x): Remove nested function check_match. Use non-nested
19214         function check_match.
19216 2014-02-28  Roland McGrath  <roland@hack.frob.com>
19218         * csu/Makefile (generated, before-compile): Use += rather than =.
19219         * catgets/Makefile (generated, generated-dirs): Likewise.
19220         * debug/Makefile (generated): Likewise.
19221         * dlfcn/Makefile (generated): Likewise.
19222         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
19223         * iconvdata/Makefile (before-compile, generated): Likewise.
19224         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
19225         * libio/Makefile (generated): Likewise.
19226         * malloc/Makefile (generated): Likewise.
19227         * manual/Makefile (generated, generated-dirs): Likewise.
19228         * misc/Makefile (generated): Likewise.
19229         * posix/Makefile (generated): Likewise.
19230         * resolv/Makefile (generated): Likewise.
19231         * sunrpc/Makefile (generated, generated-dirs): Likewise.
19232         * timezone/Makefile (generated, generated-dirs): Likewise.
19234         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
19236 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19238         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19239         power8 implementation.
19240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
19241         file: POWER8 llround ifunc implementation.
19242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
19243         (__lllround): Add POWER8 implementation.
19244         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
19245         POWER8 llround implementation.
19247         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
19248         power8 implementation.
19249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
19250         file: POWER8 llrint ifunc implementation.
19251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
19252         Add POWER8 implementation.
19253         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
19254         POWER8 llrint implementation.
19256         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
19257         power8 implementation.
19258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
19259         file: POWER8 finite ifunc implementation.
19260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
19261         Add POWER8 implementation.
19262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
19263         Likewise.
19264         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
19265         POWER8 finite implementation.
19266         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
19268         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
19269         power8 implementation.
19270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
19271         file: POWER8 isinf ifunc implementation.
19272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
19273         POWER8 implementation.
19274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
19275         Likewise.
19276         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
19277         isinf implementation.
19278         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
19280         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
19281         (INIT_ARCH): Add hwcap2 initialization.
19282         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19283         power8 implementation.
19284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
19285         file: POWER8 isnan ifunc implementation.
19286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
19287         POWER8 implementation.
19288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
19289         Likewise.
19290         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
19291         isnan implementation.
19292         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
19294 2014-02-27  Joey Ye  <joey.ye@arm.com>
19296         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
19297         (_FP_NANFRAC_Q): Set to zero.
19299 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19301         [BZ #16623]
19302         * math/auto-libm-test-in: New test inputs.
19303         * math/auto-libm-test-out: Regenerate.
19304         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
19305         and DA.
19306         (__cos): Likewise.
19307         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
19309 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
19311         * scripts/evaluate-test.sh: Take new argument indicating whether
19312         failure is expected.
19313         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
19314         indicating whether failure is expected.
19315         * conform/Makefile (test-xfail-run-conformtest): New variable.
19316         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
19317         level.
19318         * posix/Makefile (test-xfail-annexc): New variable.
19319         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
19321 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
19323         * argp/Makefile: Include Makeconfig immediately after defining
19324         subdir.
19325         * assert/Makefile: Likewise.
19326         * benchtests/Makefile: Likewise.
19327         * catgets/Makefile: Likewise.
19328         * conform/Makefile: Likewise.
19329         * crypt/Makefile: Likewise.
19330         * csu/Makefile: Likewise.
19331         (all): Remove target.
19332         * ctype/Makefile: Include Makeconfig immediately after defining
19333         subdir.
19334         * debug/Makefile: Likewise.
19335         * dirent/Makefile: Likewise.
19336         * dlfcn/Makefile: Likewise.
19337         * gmon/Makefile: Likewise.
19338         * gnulib/Makefile: Likewise.
19339         * grp/Makefile: Likewise.
19340         * gshadow/Makefile: Likewise.
19341         * hesiod/Makefile: Likewise.
19342         * hurd/Makefile: Likewise.
19343         (all): Remove target.
19344         * iconvdata/Makefile: Include Makeconfig immediately after
19345         defining subdir.
19346         * inet/Makefile: Likewise.
19347         * intl/Makefile: Likewise.
19348         * io/Makefile: Likewise.
19349         * libio/Makefile: Likewise.
19350         (all): Remove target.
19351         * locale/Makefile: Include Makeconfig immediately after defining
19352         subdir.
19353         * login/Makefile: Likewise.
19354         * mach/Makefile: Likewise.
19355         (all): Remove target.
19356         * malloc/Makefile: Include Makeconfig immediately after defining
19357         subdir.
19358         (all): Remove target.
19359         * manual/Makefile: Include Makeconfig immediately after defining
19360         subdir.
19361         * math/Makefile: Likewise.
19362         * misc/Makefile: Likewise.
19363         * nis/Makefile: Likewise.
19364         * nss/Makefile: Likewise.
19365         * po/Makefile: Likewise.
19366         (all): Remove target.
19367         * posix/Makefile: Include Makeconfig immediately after defining
19368         subdir.
19369         * pwd/Makefile: Likewise.
19370         * resolv/Makefile: Likewise.
19371         * resource/Makefile: Likewise.
19372         * rt/Makefile: Likewise.
19373         * setjmp/Makefile: Likewise.
19374         * shadow/Makefile: Likewise.
19375         * signal/Makefile: Likewise.
19376         * socket/Makefile: Likewise.
19377         * soft-fp/Makefile: Likewise.
19378         * stdio-common/Makefile: Likewise.
19379         * stdlib/Makefile: Likewise.
19380         * streams/Makefile: Likewise.
19381         * string/Makefile: Likewise.
19382         * sunrpc/Makefile: Likewise.
19383         (all): Remove target.
19384         * sysvipc/Makefile: Include Makeconfig immediately after defining
19385         subdir.
19386         * termios/Makefile: Likewise.
19387         * time/Makefile: Likewise.
19388         * timezone/Makefile: Likewise.
19389         (all): Remove target.
19390         * wcsmbs/Makefile: Include Makeconfig immediately after defining
19391         subdir.
19392         * wctype/Makefile: Likewise.
19394 2014-02-26  Steve Ellcey  <sellcey@mips.com>
19396         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
19397         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
19398         (libc_feholdexcept_setround_mips): Ditto.
19399         (libc_feholdsetround): New.
19400         (libc_feholdsetroundf): New.
19401         (libc_feholdsetroundl): New.
19402         (libc_feupdateenv_test_mips): New.
19403         (libc_feupdateenv_test): New.
19404         (libc_feupdateenv_testf): New.
19405         (libc_feupdateenv_testl): New.
19406         (libc_feresetround): New.
19407         (libc_feresetroundf): New.
19408         (libc_feresetroundl): New.
19409         (libc_fetestexcept_mips): New.
19410         (libc_fetestexcept): New.
19411         (libc_fetestexceptf): New.
19412         (libc_fetestexceptl): New.
19413         (HAVE_RM_CTX): New.
19414         (libc_feholdexcept_setround_mips_ctx): New.
19415         (libc_feholdexcept_setround_ctx): New.
19416         (libc_feholdexcept_setroundf_ctx): New.
19417         (libc_feholdexcept_setroundl_ctx): New.
19418         (libc_fesetenv_mips_ctx): New.
19419         (libc_fesetenv_ctx): New.
19420         (libc_fesetenv_ctxf): New.
19421         (libc_fesetenv_ctxl): New.
19422         (libc_feupdateenv_mips_ctx): New.
19423         (libc_feupdateenv_ctx): New.
19424         (libc_feupdateenvf_ctx): New.
19425         (libc_feupdateenvl_ctx): New.
19426         (libc_feholdsetround_mips_ctx): New.
19427         (libc_feholdsetround_ctx): New.
19428         (libc_feholdsetroundf_ctx): New.
19429         (libc_feholdsetroundl_ctx): New.
19430         (libc_feresetround_mips_ctx): New.
19431         (libc_feresetround_ctx): New.
19432         (libc_feresetroundf_ctx): New.
19433         (libc_feresetroundl_ctx): New.
19435 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
19437         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
19439         * manual/ipc.texi: New file.
19440         * manual/Makefile (chapters): Add ipc.
19441         * manual/job.texi: Add "Inter-Process Communication" to next.
19442         * manual/process.texi: Add "Inter-Process Communication" to prev.
19444 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19446         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19448 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
19450         * malloc/malloc.c (__libc_calloc): Simplify implementation.
19452         * manual/arith.texi: Fix spaces after sentences.
19453         * manual/charset.texi: Likewise.
19454         * manual/errno.texi: Likewise.
19455         * manual/install.texi: Likewise.
19456         * manual/llio.texi: Likewise.
19457         * manual/locale.texi: Likewise.
19458         * manual/maint.texi: Likewise.
19459         * manual/math.texi: Likewise.
19460         * manual/memory.texi: Likewise.
19461         * manual/message.texi: Likewise.
19462         * manual/probes.texi: Likewise.
19463         * manual/resource.texi: Likewise.
19464         * manual/signal.texi: Likewise.
19465         * manual/socket.texi: Likewise.
19466         * manual/stdio.texi: Likewise.
19467         * manual/string.texi: Likewise.
19468         * manual/time.texi: Likewise.
19469         * manual/users.texi: Likewise.
19471 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
19473         [BZ #16632]
19474         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
19475         _DEFAULT_SOURCE is defined.
19477 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
19478             Carlos O'Donell  <carlos@redhat.com>
19480         [BZ #16613]
19481         * elf/dl-tls.c (_dl_count_modids): New function.
19482         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
19483         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
19484         audit library and increment generation counter.
19485         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
19486         * elf/tst-audit9.c: New file.
19487         * elf/tst-auditmod9a.c: New file.
19488         * elf/tst-auditmod9b.c: New file.
19489         * elf/Makefile: Add rules to build and run tst-audit9.
19491 2014-02-25  Florian Weimer  <fweimer@redhat.com>
19493         [BZ #15347]
19494         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
19496 2014-02-25  Will Newton  <will.newton@linaro.org>
19498         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
19499         (__longjmp): Restore sp and lr before restoring callee
19500         saved registers.  Add longjmp and longjmp_target
19501         SystemTap probe point.
19502         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
19503         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
19504         Define to zero to match jmpbuf layout.
19505         * sysdeps/arm/setjmp.S: Include stap-probe.h.
19506         (__sigsetjmp): Save sp and lr before saving callee
19507         saved registers.  Add setjmp SystemTap probe point.
19509 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
19511         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19513 2014-02-24  Andreas Schwab  <schwab@suse.de>
19515         [BZ #15804]
19516         * elf/pldd.c (wait_for_ptrace_stop): New function.
19517         (main): Call it after attaching.
19519 2014-02-22  Roland McGrath  <roland@hack.frob.com>
19521         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
19522         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
19523         Versions files is now verboten.
19524         * hurd/Versions (libc: GLIBC_2.0):
19525         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
19526         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
19527         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
19528         * mach/Versions: Likewise.
19530         * csu/Versions: Remove unused %include.
19531         * resolv/Versions: Likewise.
19533 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
19535         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
19536         ($(objpfx)check-local-headers.out): Likewise.
19537         ($(objpfx)begin-end-check.out): Likewise.
19538         * Makerules (check-abi-%.out): Likewise.
19539         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
19540         ($(objpfx)test2.cat): Likewise.
19541         ($(objpfx)de/libc.cat): Likewise.
19542         ($(objpfx)test-gencat.out): Likewise.
19543         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
19544         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
19545         ($(objpfx)noload-mem): Likewise.
19546         ($(objpfx)tst-pathopt.out): Likewise.
19547         ($(objpfx)tst-rtld-load-self.out): Likewise.
19548         ($(objpfx)tst-array1-cmp.out): Likewise.
19549         ($(objpfx)tst-array1-static-cmp.out): Likewise.
19550         ($(objpfx)tst-array2-cmp.out): Likewise.
19551         ($(objpfx)tst-array3-cmp.out): Likewise.
19552         ($(objpfx)tst-array4-cmp.out): Likewise.
19553         ($(objpfx)tst-array5-cmp.out): Likewise.
19554         ($(objpfx)tst-array5-static-cmp.out): Likewise.
19555         ($(objpfx)check-textrel.out): Likewise.
19556         ($(objpfx)check-execstack.out): Likewise.
19557         ($(objpfx)check-localplt.out): Likewise.
19558         ($(objpfx)order2-cmp.out): Likewise.
19559         ($(objpfx)tst-leaks1-mem): Likewise.
19560         ($(objpfx)tst-leaks1-static-mem): Likewise.
19561         ($(objpfx)tst-initorder-cmp.out): Likewise.
19562         ($(objpfx)tst-initorder2-cmp.out): Likewise.
19563         ($(objpfx)tst-unused-dep.out): Likewise.
19564         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
19565         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
19566         * iconv/Makefile (test-iconvconfig): Likewise.
19567         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
19568         ($(objpfx)iconv-test.out): Likewise.
19569         ($(objpfx)tst-tables.out): Likewise.
19570         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
19571         ($(objpfx)tst-gettext.out): Likewise.
19572         ($(objpfx)tst-translit.out): Likewise.
19573         ($(objpfx)tst-gettext2.out): Likewise.
19574         ($(objpfx)tst-gettext4.out): Likewise.
19575         ($(objpfx)tst-gettext6.out): Likewise.
19576         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
19577         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
19578         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
19579         ($(objpfx)tst-fopenloc-mem.out): Likewise.
19580         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
19581         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
19582         * posix/Makefile ($(objpfx)globtest.out): Likewise.
19583         ($(objpfx)wordexp-tst.out): Likewise.
19584         ($(objpfx)annexc.out): Likewise.
19585         ($(objpfx)tst-fnmatch-mem): Likewise.
19586         ($(objpfx)bug-regex2-mem): Likewise.
19587         ($(objpfx)bug-regex14-mem): Likewise.
19588         ($(objpfx)bug-regex21-mem): Likewise.
19589         ($(objpfx)bug-regex31-mem): Likewise.
19590         ($(objpfx)tst-vfork3-mem): Likewise.
19591         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
19592         ($(objpfx)tst-pcre-mem): Likewise.
19593         ($(objpfx)tst-boost-mem): Likewise.
19594         ($(objpfx)tst-getconf.out): Likewise.
19595         ($(objpfx)bug-ga2-mem): Likewise.
19596         ($(objpfx)bug-glob2-mem): Likewise.
19597         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
19598         ($(objpfx)mtrace-tst-leaks2): Likewise.
19599         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
19600         ($(objpfx)tst-printf.out): Likewise.
19601         ($(objpfx)tst-setvbuf1.out): Likewise.
19602         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
19603         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
19604         ($(objpfx)tst-fmtmsg.out): Likewise.
19605         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
19606         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
19608         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
19609         * bits/sigaction.h [__USE_MISC]: Likewise.
19610         * bits/waitstatus.h: Update #endif comments.
19611         * ctype/ctype.h: Likewise.
19612         * dirent/dirent.h: Likewise.
19613         [__USE_MISC]: Remove redundant conditionals.
19614         * grp/grp.h: Update #endif comments.
19615         [__USE_GNU]: Remove redundant conditionals.
19616         [__USE_MISC]: Likewise.
19617         * inet/netinet/in.h [__USE_GNU]: Likewise.
19618         * io/sys/stat.h [__USE_MISC]: Likewise.
19619         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
19620         * libio/bits/stdio.h: Update #endif comments.
19621         [__USE_MISC]: Remove redundant conditionals.
19622         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
19623         * libio/stdio.h: Update #endif comments.
19624         [__USE_MISC]: Remove redundant conditionals.
19625         * math/bits/math-finite.h [__USE_MISC]: Likewise.
19626         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
19627         * math/math.h: Update #else and #endif comments.
19628         [__USE_MISC]: Remove redundant conditionals.
19629         * misc/sys/uio.h: Update #endif comments.
19630         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
19631         * posix/glob.h [__USE_MISC]: Likewise.
19632         * posix/sys/types.h: Update #endif comments.
19633         [__USE_MISC]: Remove redundant conditionals.
19634         * posix/sys/wait.h: Update #endif comments.
19635         [__USE_MISC]: Remove redundant conditionals.
19636         * posix/unistd.h: Update #endif comments.
19637         [__USE_MISC]: Remove redundant conditionals.
19638         * pwd/pwd.h [__USE_GNU]: Likewise.
19639         [__USE_MISC]: Likewise.
19640         * resolv/netdb.h [__USE_GNU]: Likewise.
19641         * signal/signal.h: Update #endif comments.
19642         [__USE_MISC]: Remove redundant conditionals.
19643         * stdlib/stdlib.h: Update #else and #endif comments.
19644         [__USE_MISC]: Remove redundant conditionals.
19645         [__USE_GNU]: Likewise.
19646         * string/bits/string2.h [__USE_MISC]: Likewise.
19647         * string/string.h: Update #endif comments.
19648         [__USE_MISC]: Remove redundant conditionals.
19649         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
19650         Likewise.
19651         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
19652         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
19653         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
19654         Likewise.
19655         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
19656         Likewise.
19657         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
19658         comments.
19659         [__USE_MISC]: Remove redundant conditionals.
19660         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
19661         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
19662         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
19663         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
19664         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
19665         Likewise.
19666         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
19667         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
19668         Likewise.
19669         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
19670         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
19671         Likewise.
19672         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
19673         Likewise.
19674         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
19675         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
19676         Likewise.
19677         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
19678         Likewise.
19679         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
19680         * sysdeps/x86/bits/string.h: Update #endif comments.
19681         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
19682         conditionals.
19683         * time/sys/time.h: Update #endif comments.
19684         * time/time.h: Likewise.
19685         [__USE_MISC]: Remove redundant conditionals.
19687 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
19689         [BZ #16600]
19690         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
19692 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
19694         * Versions.def (librt): Add GLIBC_2.17.
19696 2014-02-21  Adam Conrad  <adconrad@0c3.net>
19698         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
19699         synonym for _SYS_AUXV_H to allow direct inclusion.
19700         * sysdeps/sparc/bits/hwcap.h: Likewise.
19701         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
19702         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
19703         * sysdeps/sparc/sysdep.h: Likewise.
19705 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19707         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
19709 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19711         * benchtests/bench-strrchr.c: Print length instead of position.
19713 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
19715         [BZ #16611]
19716         * sysdeps/unix/sysv/linux/kernel-features.h
19717         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
19718         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
19719         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
19720         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
19721         Likewise.
19722         [__i386__ || __powerpc__ || __sh__ || __sparc__]
19723         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19724         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
19725         (__ASSUME_SENDMMSG): Define instead of using previous
19726         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
19727         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19728         (__ASSUME_SENDMMSG_SYSCALL): Define.
19729         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19730         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
19731         Likewise.
19732         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19733         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19734         Likewise.
19735         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19736         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19737         Likewise.
19738         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
19739         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19740         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19741         [__ASSUME_SENDMMSG]: Change conditionals to
19742         [__ASSUME_SENDMMSG_SOCKETCALL].
19743         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19744         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
19745         Define.
19746         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19747         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
19748         Likewise.
19749         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
19750         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19751         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19752         [!__ASSUME_SENDMMSG]: Change conditional to
19753         [!__ASSUME_SENDMMSG_SOCKETCALL].
19754         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19755         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19756         Define.
19758         [BZ #16610]
19759         * sysdeps/unix/sysv/linux/kernel-features.h
19760         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
19761         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
19762         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
19763         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
19764         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19765         [__i386__ || __sparc__]
19766         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19767         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
19768         (__ASSUME_RECVMMSG): Define instead of using previous
19769         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
19770         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19771         (__ASSUME_RECVMMSG_SYSCALL): Define.
19772         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19773         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19774         Likewise.
19775         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19776         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19777         Likewise.
19778         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19779         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19780         Likewise.
19781         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
19782         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19783         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19784         [__ASSUME_RECVMMSG]: Change condition to
19785         [__ASSUME_RECVMMSG_SOCKETCALL].
19786         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19787         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19788         Define.
19789         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19790         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19791         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19792         Likewise.
19793         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
19794         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19795         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19796         [!__ASSUME_RECVMMSG]: Change condition to
19797         [!__ASSUME_RECVMMSG_SOCKETCALL].
19798         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19799         (__ASSUME_RECVMMSG_SYSCALL): Define.
19801         [BZ #16609]
19802         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
19803         __powerpc__ || __s390__ || __sh__ || __sparc__]
19804         (__ASSUME_SOCKETCALL): Define.
19805         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
19806         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
19807         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
19808         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
19809         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19810         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
19811         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
19812         (__ASSUME_ACCEPT4): Define instead of using previous
19813         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
19814         __powerpc__ || __sparc__ || __s390__)] condition.
19815         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19816         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19817         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
19818         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19819         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19820         [!__ASSUME_ACCEPT4]: Change condition to
19821         [!__ASSUME_ACCEPT4_SOCKETCALL].
19822         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19823         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
19824         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
19825         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19826         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
19827         __ASSUME_ACCEPT4_SYSCALL.
19828         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
19829         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
19830         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19831         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
19832         __ASSUME_ACCEPT4_SYSCALL.
19833         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
19834         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19835         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19836         [__ASSUME_ACCEPT4]: Change condition to
19837         [__ASSUME_ACCEPT4_SOCKETCALL].
19838         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19839         (__ASSUME_SOCKETCALL): Define.
19840         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
19841         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19842         (__ASSUME_SOCKETCALL): Define.
19843         (__ASSUME_ACCEPT4): Remove.
19844         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
19845         Define.
19846         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19847         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
19848         Likewise.
19849         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19850         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19852         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
19853         macro.
19854         (HWCAP_ARM_LPAE): Likewise.
19855         (HWCAP_ARM_EVTSTRM): Likewise.
19856         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
19857         Add vpfd32, lpae and evtstrm.
19858         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
19859         Increase to 22.
19861 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
19863         * math/auto-libm-test-in: Add tests of clog10.
19864         * math/auto-libm-test-out: Regenerated.
19865         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
19866         * sysdeps/i386/fpu/libm-test-ulps: Update.
19867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19869 2014-02-18  Andreas Schwab  <schwab@suse.de>
19871         [BZ #16574]
19872         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
19873         Store non-zero if the second buffer was newly allocated.
19874         (send_dg): Likewise.
19875         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
19876         to send_vc and send_dg.
19877         (res_nsend): Pass NULL for ansp2_malloced.
19878         * resolv/res_query.c (__libc_res_nquery): Add parameter
19879         answerp2_malloced and pass it down to __libc_res_nsend.
19880         (res_nquery): Pass additional NULL to __libc_res_nquery.
19881         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
19882         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
19883         second answer buffer if answerp2_malloced was set.
19884         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
19885         (__libc_res_nquerydomain): Add parameter
19886         answerp2_malloced and pass it down to __libc_res_nquery.
19887         (res_nquerydomain): Pass additional NULL to
19888         __libc_res_nquerydomain.
19889         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
19890         additional NULL to __libc_res_nsend and __libc_res_nquery.
19891         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
19892         additional NULL to __libc_res_nsearch.
19893         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
19894         parameter of __libc_res_nsearch to check for separately allocated
19895         second buffer.
19896         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
19897         __libc_res_nquery.
19898         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
19899         additional NULL to __libc_res_nquery.
19900         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
19901         __libc_res_nsearch.
19902         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
19903         * include/resolv.h: Update prototypes of __libc_res_nquery,
19904         __libc_res_nsearch, __libc_res_nsend.
19906 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
19908         * math/auto-libm-test-in: Add tests of fma.
19909         * math/auto-libm-test-out: Regenerated.
19910         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
19911         (fma_towardzero_test_data): Likewise.
19912         (fma_downward_test_data): Likewise.
19913         (fma_upward_test_data): Likewise.
19914         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
19915         mpc_mode.
19916         (rounding_modes): Add values for new field.
19917         (func_calc_method): Add value mpfr_fff_f.
19918         (func_calc_desc): Add mpfr_fff_f union field.
19919         (test_function): Add field exact_args.
19920         (FUNC): Add macro argument EXACT_ARGS.
19921         (FUNC_mpfr_f_f): Update call to FUNC.
19922         (FUNC_mpfr_f_f): Likewise.
19923         (FUNC_mpfr_ff_f): Likewise.
19924         (FUNC_mpfr_if_f): Likewise.
19925         (FUNC_mpc_c_f): Likewise.
19926         (FUNC_mpc_c_c): Likewise.
19927         (test_functions): Add fma.  Update calls to FUNC.
19928         (handle_input_arg): Add argument exact_args.
19929         (add_test): Update call to handle_input_arg.
19930         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
19931         (output_for_one_input_case): Update call to calc_generic_results.
19932         Recalculate exact zero results in each rounding mode.
19934         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19935         non-negative before setting low bit.
19936         * math/auto-libm-test-in: Mark one asin test possibly having
19937         spurious underflow.
19938         * math/auto-libm-test-out: Regenerated.
19939         * sysdeps/i386/fpu/libm-test-ulps: Update.
19940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19942 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
19944         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19945         * sysdeps/unix/sysv/linux/microblaze: Move directory from
19946         ports/sysdeps/unix/sysv/linux/microblaze.
19947         * README: Add missing listing for microblaze*-*-linux-gnu.
19949 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
19951         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19952         duplicate code
19954 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
19956         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19957         * sysdeps/unix/sysv/linux/ia64: Move directory from
19958         ports/sysdeps/unix/sysv/linux/ia64.
19959         * README: Update listing for ia64-*-linux-gnu.
19961 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
19962             Joseph Myers  <joseph@codesourcery.com>
19964         * Makeconfig (test-name): New variable.
19965         (evaluate-test): Likewise.
19966         * Makerules (do-test-clean): Remove .test-result files.
19967         (common-mostlyclean): Likewise.
19968         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19969         * scripts/evaluate-test.sh: New file.
19971 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
19973         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19974         separate $(objpfx)tst-fopenloc-cmp.out and
19975         $(objpfx)tst-fopenloc-mem.out targets.
19976         (tests): Update dependencies.
19977         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19978         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19979         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19980         (tst-rxspencer-no-utf8-ARGS): New variable.
19981         (tst-rxspencer-no-utf8-ENV): Likewise.
19982         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19983         instead of $(objpfx)tst-rxspencer-mem.
19984         ($(objpfx)tst-rxspencer-mem): Change target to
19985         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19986         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19987         * posix/tst-rxspencer-no-utf8.c: New file.
19989         * elf/Makefile ($(objpfx)order.out): Remove rule.
19990         [$(run-built-tests) = yes] (tests): Depend on
19991         $(objpfx)order-cmp.out.
19992         ($(objpfx)order-cmp.out): New rule.
19993         [$(run-built-tests) = yes] (tests): Depend on
19994         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19995         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19996         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19997         $(objpfx)tst-array5-static-cmp.out.
19998         ($(objpfx)tst-array1.out): Remove rule.
19999         ($(objpfx)tst-array1-cmp.out): New rule.
20000         ($(objpfx)tst-array1-static.out): Remove rule.
20001         ($(objpfx)tst-array1-static-cmp.out): New rule.
20002         ($(objpfx)tst-array2.out): Remove rule.
20003         ($(objpfx)tst-array2-cmp.out): New rule.
20004         ($(objpfx)tst-array3.out): Remove rule.
20005         ($(objpfx)tst-array3-cmp.out): New rule.
20006         ($(objpfx)tst-array4.out): Remove rule.
20007         ($(objpfx)tst-array4-cmp.out): New rule.
20008         ($(objpfx)tst-array5.out): Remove rule.
20009         ($(objpfx)tst-array5-cmp.out): New rule.
20010         ($(objpfx)tst-array5-static.out): Remove rule.
20011         ($(objpfx)tst-array5-static-cmp.out): New rule.
20012         [$(run-built-tests) = yes] (tests): Depend on
20013         $(objpfx)order2-cmp.out.
20014         ($(objpfx)order2.out): Remove rule.
20015         ($(objpfx)order2-cmp.out): New rule.
20016         ($(objpfx)tst-initorder.out): Remove rule.
20017         [$(run-built-tests) = yes] (tests): Depend on
20018         $(objpfx)tst-initorder-cmp.out.
20019         ($(objpfx)tst-initorder-cmp.out): New rule.
20020         ($(objpfx)tst-initorder2.out): Remove rule.
20021         [$(run-built-tests) = yes] (tests): Depend on
20022         $(objpfx)tst-initorder2-cmp.out.
20023         ($(objpfx)tst-initorder2-cmp.out): New rule.
20024         [$(run-built-tests) = yes] (tests): Depend on
20025         $(objpfx)tst-unused-dep-cmp.out.
20026         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
20027         ($(objpfx)tst-unused-dep-cmp.out): New rule.
20028         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
20029         on $(objpfx)tst-setvbuf1-cmp.out.
20030         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
20031         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
20032         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
20033         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
20034         ($(objpfx)tst-svc.out): Remove rule.
20035         ($(objpfx)tst-svc-cmp.out): New rule.
20037 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
20039         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
20040         * ctype/ctype.h [__USE_MISC]: Likewise.
20041         * dirent/dirent.h [__USE_MISC]: Likewise.
20042         * grp/grp.h [__USE_MISC]: Likewise.
20043         * io/fcntl.h [__USE_MISC]: Likewise.
20044         * io/sys/stat.h [__USE_MISC]: Likewise.
20045         * libio/stdio.h [__USE_MISC]: Likewise.
20046         * posix/unistd.h [__USE_MISC]: Likewise.
20047         * pwd/pwd.h [__USE_MISC]: Likewise.
20048         * stdlib.h [__USE_MISC]: Likewise.
20049         * string/bits/string2.h [__USE_MISC]: Likewise.
20050         * string/string.h [__USE_MISC]: Likewise.
20051         * time/time.h [__USE_MISC]: Likewise.
20053 2014-02-13  Andreas Schwab  <schwab@suse.de>
20055         [BZ #16574]
20056         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
20057         second answer buffer if it was separately allocated.
20059 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
20061         * sysdeps/mips/math-tests.h: Include <features.h>.
20062         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
20063         (ROUNDING_TESTS_long_double): Do not define.
20064         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
20065         (EXCEPTION_TESTS_long_double): Likewise.
20066         * sysdeps/mips/mips64/libm-test-ulps: Update.
20068         * include/features.h (__USE_BSD): Remove macro definitions.
20069         (__USE_SVID): Likewise.
20070         (_BSD_SOURCE): Likewise.
20071         (_SVID_SOURCE): Likewise.
20072         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
20073         from definition of _DEFAULT_SOURCE.
20074         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
20075         [_DEFAULT_SOURCE].
20076         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
20077         * bits/mman.h [__USE_BSD]: Likewise.
20078         * bits/termios.h [__USE_BSD]: Likewise.
20079         * bits/waitstatus.h [__USE_BSD]: Likewise.
20080         * ctype/ctype.h [__USE_SVID]: Likewise.
20081         * dirent/dirent.h [__USE_BSD]: Likewise.
20082         * grp/grp.h [__USE_SVID]: Likewise.
20083         [__USE_BSD]: Likewise.
20084         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
20085         * io/fcntl.h [__USE_BSD]: Likewise.
20086         * io/ftw.h [__USE_BSD]: Likewise.
20087         * io/sys/stat.h [__USE_BSD]: Likewise.
20088         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
20089         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
20090         * libio/stdio.h [__USE_SVID]: Likewise.
20091         [__USE_BSD]: Likewise.
20092         * math/math.h [__USE_SVID]: Likewise.
20093         [__USE_BSD]: Likewise.
20094         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
20095         * misc/bits/syslog.h [__USE_BSD]: Likewise.
20096         * misc/search.h [__USE_SVID]: Likewise.
20097         * misc/sys/mman.h [__USE_BSD]: Likewise.
20098         * misc/sys/syslog.h [__USE_BSD]: Likewise.
20099         * misc/sys/uio.h [__USE_BSD]: Likewise.
20100         * posix/bits/unistd.h [__USE_BSD]: Likewise.
20101         * posix/glob.h [__USE_BSD]: Likewise.
20102         * posix/regex.h [__USE_BSD]: Likewise.
20103         * posix/sys/types.h [__USE_BSD]: Likewise.
20104         [__USE_SVID]: Likewise.
20105         * posix/sys/utsname.h [__USE_SVID]: Likewise.
20106         * posix/sys/wait.h [__USE_BSD]: Likewise.
20107         [__USE_SVID]: Likewise.
20108         * posix/unistd.h [__USE_BSD]: Likewise.
20109         [__USE_SVID]: Likewise.
20110         * pwd/pwd.h [__USE_SVID]: Likewise.
20111         * resolv/netdb.h [__USE_BSD]: Likewise.
20112         * setjmp/setjmp.h [__USE_BSD]: Likewise.
20113         * signal/signal.h [__USE_BSD]: Likewise.
20114         [__USE_SVID]: Likewise.
20115         * socket/sys/socket.h [__USE_BSD]: Likewise.
20116         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
20117         * stdlib/stdlib.h [__USE_BSD]: Likewise.
20118         [__USE_SVID]: Likewise.
20119         * string/bits/string2.h [__USE_BSD]: Likewise.
20120         [__USE_SVID]: Likewise.
20121         * string/bits/string3.h [__USE_BSD]: Likewise.
20122         * string/endian.h [__USE_BSD]: Likewise.
20123         * string/string.h [__USE_SVID]: Likewise.
20124         [__USE_BSD]: Likewise.
20125         * string/strings.h [__USE_BSD]: Likewise.
20126         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
20127         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
20128         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
20129         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
20130         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
20131         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
20132         Likewise.
20133         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
20134         Likewise.
20135         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
20136         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
20137         Likewise.
20138         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
20139         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
20140         Likewise.
20141         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
20142         Likewise.
20143         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
20144         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
20145         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
20146         Likewise.
20147         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
20148         Likewise.
20149         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
20150         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
20151         * termios/termios.h [__USE_BSD]: Likewise.
20152         * time/sys/time.h [__USE_BSD]: Likewise.
20153         * time/time.h [__USE_BSD]: Likewise.
20154         [__USE_SVID]: Likewise.
20156         * Makefile (subdir_targets): Remove subdir_lint.out.
20158         * stdio-common/Makefile (do-tst-unbputc): Remove target.
20159         (do-tst-printf): Likewise.
20160         (tests): Depend directly on $(objpfx)tst-unbputc.out and
20161         $(objpfx)tst-printf.out.
20163         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
20165         * Makerules (check-abi-%): Change target to
20166         $(objpfx)check-abi-%.out.
20167         (check-abi target): Update dependencies.
20168         (check-abi-pattern variable): Redirect output of diff to $@.
20169         (check-abi variable): Likewise.
20170         * elf/Makefile (check-abi): Update dependencies.
20172         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
20173         unused.
20174         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
20175         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
20176         subnormal range.
20177         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
20178         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
20179         value has largest subnormal exponent.
20180         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
20181         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
20182         * sysdeps/aarch64/soft-fp/sfp-machine.h
20183         (_FP_TININESS_AFTER_ROUNDING): New macro.
20184         * sysdeps/alpha/soft-fp/sfp-machine.h
20185         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20186         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
20187         Likewise.
20188         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
20189         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20190         * sysdeps/mips/soft-fp/sfp-machine.h
20191         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20192         * sysdeps/powerpc/soft-fp/sfp-machine.h
20193         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20194         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
20195         Likewise.
20196         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
20197         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20198         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
20199         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20200         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
20201         Likewise.
20203 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
20205         [BZ #16545]
20206         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
20207         model 1.
20209 2014-02-12  Richard Henderson  <rth@redhat.com>
20211         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
20212         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
20213         * sysdeps/unix/sysv/linux/alpha: Move directory from
20214         ports/sysdeps/unix/sysv/linux/alpha.
20215         * README: Update listing for alpha-*-linux-gnu.
20217 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
20219         * include/features.h: Update comment documenting feature test
20220         macros.
20221         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
20222         _DEFAULT_SOURCE.
20223         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
20224         (_SVID_SOURCE): Likewise.
20225         (_DEFAULT_SOURCE): Update description of default features.
20226         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
20227         with _GNU_SOURCE.
20228         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
20229         (S_ISVTX): Likewise.
20230         * manual/math.texi (Mathematical Constants): Likewise.
20231         * manual/signal.texi (Interrupted Primitives): Likewise.
20232         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
20233         * math/test-matherr.c (_SVID_SOURCE): Do not define.
20234         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
20235         Don't refer to _SVID_SOURCE in warning text.
20237         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20239         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
20240         already defined.
20241         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
20242         * sysdeps/mips/dl-lookup.c: Remove.
20243         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
20245 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
20247         [BZ #16447]
20248         * math/auto-libm-test-in: Add testcase for expl.
20249         * math/auto-libm-test-out: Regenerate.
20250         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
20251         calculation of unsafe.
20252         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
20254 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
20256         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
20257         * sysdeps/unix/sysv/linux/aarch64: Move directory from
20258         ports/sysdeps/unix/sysv/linux/aarch64.
20259         * README: Update listing for aarch64*-*-linux-gnu.
20261 2014-02-11  Will Newton  <will.newton@linaro.org>
20263         * manual/probes.texi (Mathematical Function Probes): Use
20264         "triggered" instead of "hit".
20266         * manual/probes.texi (Internal Probes): Add documentation
20267         of setjmp, longjmp and longjmp_target probes.
20269         * include/stap-probe.h: Add comment about probe argument
20270         format.
20272         * malloc/mtrace.c (attribute_hidden): Remove unused macro
20273         definition.  (tr_where, tr_freehook, tr_mallochook,
20274         tr_reallochook, tr_memalignhook): Use ANSI protoype.
20276 2014-02-11  David S. Miller  <davem@davemloft.net>
20278         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
20279         processing int_tests.
20281 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
20283         * sysdeps/mips: Move directory from ports/sysdeps/mips.
20284         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
20285         * sysdeps/unix/sysv/linux/mips: Move directory from
20286         ports/sysdeps/unix/sysv/linux/mips.
20287         * README: Update listing for mips-*-linux-gnu and
20288         mips64-*-linux-gnu.
20290 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
20292         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
20293         * sysdeps/unix/sysv/linux/m68k: Move directory from
20294         ports/sysdeps/unix/sysv/linux/m68k.
20295         * README: Update listing for m68k-*-linux-gnu.
20297 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
20299         * sysdeps/tile: Move directory from ports/sysdeps/tile.
20300         * sysdeps/unix/sysv/linux/generic: Move directory from
20301         ports/sysdeps/unix/sysv/linux/generic.
20302         * sysdeps/unix/sysv/linux/tile: Move directory from
20303         ports/sysdeps/unix/sysv/linux/tile.
20304         * README: Update listing for tile*-*-linux-gnu.
20306 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
20308         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
20309         __builtin_expect.
20310         * benchtests/bench-memmem.c (simple_memmem): Likewise.
20311         * catgets/open_catalog.c (__open_catalog): Likewise.
20312         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
20313         * debug/confstr_chk.c: Likewise.
20314         * debug/fread_chk.c (__fread_chk): Likewise.
20315         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
20316         * debug/getgroups_chk.c: Likewise.
20317         * debug/mbsnrtowcs_chk.c: Likewise.
20318         * debug/mbsrtowcs_chk.c: Likewise.
20319         * debug/mbstowcs_chk.c: Likewise.
20320         * debug/memcpy_chk.c: Likewise.
20321         * debug/memmove_chk.c: Likewise.
20322         * debug/mempcpy_chk.c: Likewise.
20323         * debug/memset_chk.c: Likewise.
20324         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20325         * debug/strcat_chk.c (__strcat_chk): Likewise.
20326         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
20327         * debug/strncat_chk.c (__strncat_chk): Likewise.
20328         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
20329         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
20330         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
20331         * debug/wcpncpy_chk.c: Likewise.
20332         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20333         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
20334         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
20335         * debug/wcsncpy_chk.c: Likewise.
20336         * debug/wcsnrtombs_chk.c: Likewise.
20337         * debug/wcsrtombs_chk.c: Likewise.
20338         * debug/wcstombs_chk.c: Likewise.
20339         * debug/wmemcpy_chk.c: Likewise.
20340         * debug/wmemmove_chk.c: Likewise.
20341         * debug/wmempcpy_chk.c: Likewise.
20342         * debug/wmemset_chk.c: Likewise.
20343         * dirent/scandirat.c (SCANDIRAT): Likewise.
20344         * dlfcn/dladdr1.c (dladdr1): Likewise.
20345         * dlfcn/dladdr.c (dladdr): Likewise.
20346         * dlfcn/dlclose.c (dlclose_doit): Likewise.
20347         * dlfcn/dlerror.c (__dlerror): Likewise.
20348         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
20349         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
20350         * dlfcn/dlopen.c (dlopen_doit): Likewise.
20351         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
20352         * dlfcn/dlsym.c (dlsym_doit): Likewise.
20353         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
20354         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
20355         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
20356         Likewise.
20357         * elf/dl-conflict.c: Likewise.
20358         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
20359         * elf/dl-dst.h: Likewise.
20360         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
20361         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
20362         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
20363         * elf/dl-init.c (call_init, _dl_init): Likewise.
20364         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
20365         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
20366         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
20367         Likewise.
20368         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
20369         Likewise.
20370         * elf/dl-minimal.c (__libc_memalign): Likewise.
20371         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
20372         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20373         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
20374         * elf/dl-sym.c (do_sym): Likewise.
20375         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
20376         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
20377         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
20378         * elf/dl-writev.h (_dl_writev): Likewise.
20379         * elf/ldconfig.c (search_dir): Likewise.
20380         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
20381         (dl_main): Likewise.
20382         * elf/setup-vdso.h (setup_vdso): Likewise.
20383         * grp/compat-initgroups.c (compat_call): Likewise.
20384         * grp/fgetgrent.c (fgetgrent): Likewise.
20385         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
20386         * grp/putgrent.c (putgrent): Likewise.
20387         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
20388         Likewise.
20389         * hurd/hurdinit.c: Likewise.
20390         * iconvdata/8bit-gap.c (struct): Likewise.
20391         * iconvdata/ansi_x3.110.c : Likewise.
20392         * iconvdata/big5.c : Likewise.
20393         * iconvdata/big5hkscs.c : Likewise.
20394         * iconvdata/cp1255.c: Likewise.
20395         * iconvdata/cp1258.c : Likewise.
20396         * iconvdata/cp932.c : Likewise.
20397         * iconvdata/euc-cn.c: Likewise.
20398         * iconvdata/euc-jisx0213.c : Likewise.
20399         * iconvdata/euc-jp.c: Likewise.
20400         * iconvdata/euc-jp-ms.c : Likewise.
20401         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
20402         * iconvdata/gb18030.c : Likewise.
20403         * iconvdata/gbbig5.c (const): Likewise.
20404         * iconvdata/gbgbk.c: Likewise.
20405         * iconvdata/gbk.c : Likewise.
20406         * iconvdata/ibm1364.c : Likewise.
20407         * iconvdata/ibm930.c : Likewise.
20408         * iconvdata/ibm932.c: Likewise.
20409         * iconvdata/ibm933.c : Likewise.
20410         * iconvdata/ibm935.c : Likewise.
20411         * iconvdata/ibm937.c : Likewise.
20412         * iconvdata/ibm939.c : Likewise.
20413         * iconvdata/ibm943.c: Likewise.
20414         * iconvdata/iso_11548-1.c: Likewise.
20415         * iconvdata/iso-2022-cn.c : Likewise.
20416         * iconvdata/iso-2022-cn-ext.c : Likewise.
20417         * iconvdata/iso-2022-jp-3.c: Likewise.
20418         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
20419         * iconvdata/iso-2022-kr.c : Likewise.
20420         * iconvdata/iso646.c (gconv_end): Likewise.
20421         * iconvdata/iso_6937-2.c : Likewise.
20422         * iconvdata/iso_6937.c : Likewise.
20423         * iconvdata/iso8859-1.c: Likewise.
20424         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
20425         * iconvdata/shift_jisx0213.c : Likewise.
20426         * iconvdata/sjis.c : Likewise.
20427         * iconvdata/t.61.c : Likewise.
20428         * iconvdata/tcvn5712-1.c : Likewise.
20429         * iconvdata/tscii.c: Likewise.
20430         * iconvdata/uhc.c : Likewise.
20431         * iconvdata/unicode.c (gconv_end): Likewise.
20432         * iconvdata/utf-16.c (gconv_end): Likewise.
20433         * iconvdata/utf-32.c (gconv_end): Likewise.
20434         * iconvdata/utf-7.c (base64): Likewise.
20435         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
20436         * iconv/gconv_close.c (__gconv_close): Likewise.
20437         * iconv/gconv_open.c (__gconv_open): Likewise.
20438         * iconv/gconv_simple.c (internal_ucs4_loop_single)
20439         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
20440         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
20441         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
20442         (ucs4le_internal_loop_single): Likewise.
20443         * iconv/iconv.c (iconv): Likewise.
20444         * iconv/iconv_close.c: Likewise.
20445         * iconv/loop.c (SINGLE): Likewise.
20446         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
20447         * include/atomic.h: Likewise.
20448         * inet/inet6_option.c (option_alloc): Likewise.
20449         * intl/bindtextdom.c (set_binding_values): Likewise.
20450         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
20451         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
20452         * intl/localealias.c (read_alias_file): Likewise.
20453         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
20454         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
20455         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
20456         * libio/fmemopen.c (fmemopen): Likewise.
20457         * libio/iofgets.c (_IO_fgets): Likewise.
20458         * libio/iofgets_u.c (fgets_unlocked): Likewise.
20459         * libio/iofgetws.c (fgetws): Likewise.
20460         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
20461         * libio/iogetdelim.c (_IO_getdelim): Likewise.
20462         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
20463         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
20464         * locale/findlocale.c (_nl_find_locale): Likewise.
20465         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
20466         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
20467         Likewise.
20468         * locale/setlocale.c (setlocale): Likewise.
20469         * login/programs/pt_chown.c (main): Likewise.
20470         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
20471         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
20472         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
20473         (mmap, mmap64, mremap, munmap): Likewise.
20474         * math/e_exp2l.c: Likewise.
20475         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
20476         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
20477         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
20478         * math/s_catan.c (__catan): Likewise.
20479         * math/s_catanf.c (__catanf): Likewise.
20480         * math/s_catanh.c (__catanh): Likewise.
20481         * math/s_catanhf.c (__catanhf): Likewise.
20482         * math/s_catanhl.c (__catanhl): Likewise.
20483         * math/s_catanl.c (__catanl): Likewise.
20484         * math/s_ccosh.c (__ccosh): Likewise.
20485         * math/s_ccoshf.c (__ccoshf): Likewise.
20486         * math/s_ccoshl.c (__ccoshl): Likewise.
20487         * math/s_cexp.c (__cexp): Likewise.
20488         * math/s_cexpf.c (__cexpf): Likewise.
20489         * math/s_cexpl.c (__cexpl): Likewise.
20490         * math/s_clog10.c (__clog10): Likewise.
20491         * math/s_clog10f.c (__clog10f): Likewise.
20492         * math/s_clog10l.c (__clog10l): Likewise.
20493         * math/s_clog.c (__clog): Likewise.
20494         * math/s_clogf.c (__clogf): Likewise.
20495         * math/s_clogl.c (__clogl): Likewise.
20496         * math/s_csin.c (__csin): Likewise.
20497         * math/s_csinf.c (__csinf): Likewise.
20498         * math/s_csinh.c (__csinh): Likewise.
20499         * math/s_csinhf.c (__csinhf): Likewise.
20500         * math/s_csinhl.c (__csinhl): Likewise.
20501         * math/s_csinl.c (__csinl): Likewise.
20502         * math/s_csqrt.c (__csqrt): Likewise.
20503         * math/s_csqrtf.c (__csqrtf): Likewise.
20504         * math/s_csqrtl.c (__csqrtl): Likewise.
20505         * math/s_ctan.c (__ctan): Likewise.
20506         * math/s_ctanf.c (__ctanf): Likewise.
20507         * math/s_ctanh.c (__ctanh): Likewise.
20508         * math/s_ctanhf.c (__ctanhf): Likewise.
20509         * math/s_ctanhl.c (__ctanhl): Likewise.
20510         * math/s_ctanl.c (__ctanl): Likewise.
20511         * math/w_pow.c: Likewise.
20512         * math/w_powf.c: Likewise.
20513         * math/w_powl.c: Likewise.
20514         * math/w_scalb.c (sysv_scalb): Likewise.
20515         * math/w_scalbf.c (sysv_scalbf): Likewise.
20516         * math/w_scalbl.c (sysv_scalbl): Likewise.
20517         * misc/error.c (error_tail): Likewise.
20518         * misc/pselect.c (__pselect): Likewise.
20519         * nis/nis_callback.c (__nis_create_callback): Likewise.
20520         * nis/nis_call.c (__nisfind_server): Likewise.
20521         * nis/nis_creategroup.c (nis_creategroup): Likewise.
20522         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
20523         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
20524         * nis/nis_getservlist.c (nis_getservlist): Likewise.
20525         * nis/nis_lookup.c (nis_lookup): Likewise.
20526         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
20527         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
20528         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
20529         * nis/nis_xdr.c (xdr_endpoint): Likewise.
20530         * nis/nss_compat/compat-grp.c (getgrent_next_file)
20531         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
20532         * nis/nss_compat/compat-initgroups.c (add_group)
20533         (internal_getgrent_r): Likewise.
20534         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
20535         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
20536         * nis/nss_compat/compat-spwd.c (getspent_next_file)
20537         (internal_getspnam_r): Likewise.
20538         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
20539         (_nss_nis_getaliasbyname_r): Likewise.
20540         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
20541         (_nss_nis_getntohost_r): Likewise.
20542         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
20543         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
20544         (_nss_nis_getgrgid_r): Likewise.
20545         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
20546         (internal_nis_gethostent_r, internal_gethostbyname2_r)
20547         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
20548         (_nss_nis_gethostbyname4_r): Likewise.
20549         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
20550         (initgroups_netid): Likewise.
20551         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
20552         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
20553         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
20554         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
20555         (_nss_nis_getprotobynumber_r): Likewise.
20556         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
20557         (_nss_nis_getsecretkey): Likewise.
20558         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
20559         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
20560         (_nss_nis_getpwuid_r): Likewise.
20561         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
20562         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
20563         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
20564         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
20565         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
20566         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
20567         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
20568         Likewise.
20569         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
20570         (_nss_nisplus_getntohost_r): Likewise.
20571         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
20572         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
20573         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
20574         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
20575         Likewise.
20576         * nis/nss_nisplus/nisplus-initgroups.c
20577         (_nss_nisplus_initgroups_dyn): Likewise.
20578         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
20579         (_nss_nisplus_getnetbyaddr_r): Likewise.
20580         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
20581         (_nss_nisplus_getprotobynumber_r): Likewise.
20582         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
20583         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
20584         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
20585         Likewise.
20586         * nis/nss_nisplus/nisplus-service.c
20587         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
20588         (_nss_nisplus_getservbyport_r): Likewise.
20589         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
20590         (_nss_nisplus_getspnam_r): Likewise.
20591         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
20592         Likewise.
20593         * nscd/aicache.c (addhstaiX): Likewise.
20594         * nscd/cache.c (cache_search, prune_cache): Likewise.
20595         * nscd/connections.c (register_traced_file, send_ro_fd)
20596         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
20597         (main_loop_epoll): Likewise.
20598         * nscd/grpcache.c (addgrbyX): Likewise.
20599         * nscd/hstcache.c (addhstbyX): Likewise.
20600         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20601         * nscd/mem.c (gc, mempool_alloc): Likewise.
20602         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
20603         (addinnetgrX): Likewise.
20604         * nscd/nscd-client.h (__nscd_acquire_maplock)
20605         (__nscd_drop_map_ref): Likewise.
20606         * nscd/nscd_getai.c (__nscd_getai): Likewise.
20607         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
20608         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
20609         Likewise.
20610         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
20611         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
20612         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
20613         (__nscd_get_map_ref): Likewise.
20614         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
20615         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
20616         Likewise.
20617         * nscd/pwdcache.c (addpwbyX): Likewise.
20618         * nscd/selinux.c (preserve_capabilities): Likewise.
20619         * nscd/servicescache.c (addservbyX): Likewise.
20620         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
20621         * posix/fnmatch.c (fnmatch): Likewise.
20622         * posix/getopt.c (_getopt_internal_r): Likewise.
20623         * posix/glob.c (glob, glob_in_dir): Likewise.
20624         * posix/wordexp.c (exec_comm_child): Likewise.
20625         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
20626         (getanswer_r, gaih_getanswer_slice): Likewise.
20627         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
20628         * resolv/res_init.c: Likewise.
20629         * resolv/res_mkquery.c (res_nmkquery): Likewise.
20630         * resolv/res_query.c (__libc_res_nquery): Likewise.
20631         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
20632         Likewise.
20633         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
20634         * stdio-common/perror.c (perror): Likewise.
20635         * stdio-common/printf_fp.c (___printf_fp): Likewise.
20636         * stdio-common/tmpnam.c (tmpnam): Likewise.
20637         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20638         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
20639         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
20640         Likewise.
20641         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
20642         * stdlib/putenv.c (putenv): Likewise.
20643         * stdlib/setenv.c (__add_to_environ): Likewise.
20644         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20645         * stdlib/strtol_l.c (INTERNAL): Likewise.
20646         * string/memmem.c (memmem): Likewise.
20647         * string/strerror.c (strerror): Likewise.
20648         * string/strnlen.c (__strnlen): Likewise.
20649         * string/test-memmem.c (simple_memmem): Likewise.
20650         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
20651         * sunrpc/pm_getport.c (__get_socket): Likewise.
20652         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
20653         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
20654         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
20655         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
20656         Likewise.
20657         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
20658         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
20659         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
20660         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
20661         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
20662         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
20663         Likewise.
20664         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
20665         Likewise.
20666         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
20667         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
20668         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
20669         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
20670         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
20671         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
20672         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
20673         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
20674         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
20675         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
20676         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
20677         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
20678         Likewise.
20679         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
20680         Likewise.
20681         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
20682         Likewise.
20683         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
20684         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
20685         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
20686         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
20687         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
20688         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
20689         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
20690         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
20691         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
20692         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
20693         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
20694         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20695         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20696         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
20697         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
20698         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
20699         Likewise.
20700         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
20701         Likewise.
20702         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
20703         Likewise.
20704         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
20705         Likewise.
20706         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
20707         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
20708         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
20709         Likewise.
20710         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
20711         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
20712         * sysdeps/posix/opendir.c (__opendirat): Likewise.
20713         * sysdeps/posix/sleep.c: Likewise.
20714         * sysdeps/posix/tempname.c: Likewise.
20715         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
20716         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20717         Likewise.
20718         * sysdeps/powerpc/powerpc32/dl-machine.h
20719         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
20720         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20721         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20722         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
20723         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
20724         Likewise.
20725         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
20726         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
20727         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20728         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
20729         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20730         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
20731         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
20732         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
20733         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20734         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
20735         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
20736         (elf_machine_lazy_rel): Likewise.
20737         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
20738         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
20739         (elf_machine_lazy_rel): Likewise.
20740         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
20741         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
20742         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
20743         * sysdeps/unix/grantpt.c (grantpt): Likewise.
20744         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
20745         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
20746         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
20747         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
20748         Likewise.
20749         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
20750         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
20751         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
20752         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
20753         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
20754         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
20755         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
20756         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
20757         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
20758         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
20759         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
20760         Likewise.
20761         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
20762         (__posix_fallocate64_l64): Likewise.
20763         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
20764         (posix_fallocate): Likewise.
20765         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
20766         Likewise.
20767         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
20768         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
20769         (getifaddrs_internal): Likewise.
20770         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
20771         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
20772         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
20773         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
20774         * sysdeps/unix/sysv/linux/posix_fallocate64.c
20775         (__posix_fallocate64_l64): Likewise.
20776         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
20777         Likewise.
20778         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
20779         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
20780         (__get_clockfreq): Likewise.
20781         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
20782         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
20783         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
20784         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20785         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
20786         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
20787         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
20788         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
20789         Likewise.
20790         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
20791         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
20792         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
20793         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
20794         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
20795         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
20796         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
20797         Likewise.
20798         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
20799         (posix_fallocate): Likewise.
20800         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
20801         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
20802         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
20803         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
20804         (elf_machine_rela, elf_machine_rela_relative)
20805         (elf_machine_lazy_rel): Likewise.
20806         * time/asctime.c (asctime_internal): Likewise.
20807         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
20808         * time/tzset.c (__tzset_parse_tz): Likewise.
20809         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
20810         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
20811         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
20812         * wcsmbs/wcsmbsload.h: Likewise.
20814         [BZ #15894]
20815         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
20817         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
20818         (arena_get2): Remove THREAD_STATS conditionals.
20819         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
20820         (__malloc_stats, int): Likewise.
20822 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
20824         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
20825         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
20827         * manual/setjmp.texi: Fix typos/grammar errors.
20829         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
20830         Only return early when n is <= 0.  Delete unused return statement.
20832         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
20833         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
20834         * debug/tst-longjmp_chk3.c: New file.
20836         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
20837         (test_main): Replace code with set_fortify_handler call.
20838         * debug/test-strcpy_chk.c: Likewise.
20839         * debug/tst-chk1.c: Likewise.
20840         * debug/tst-longjmp_chk.c: Likewise.
20841         * test-skeleton.c: Include fcntl.h & paths.h
20842         (set_fortify_handler): Define.
20844         * debug/tst-longjmp_chk.c: Add header comment and include
20845         ../test-skeleton.c.
20846         (do_test): Mark static.
20847         (TEST_FUNCTION): Define.
20849         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
20850         (IP_PMTUDISC_INTERFACE): Likewise.
20851         (IP_MULTICAST_IF): Likewise.
20852         (IP_MULTICAST_TTL): Likewise.
20853         (IP_MULTICAST_LOOP): Likewise.
20854         (IP_ADD_MEMBERSHIP): Likewise.
20855         (IP_DROP_MEMBERSHIP): Likewise.
20856         (IP_UNBLOCK_SOURCE): Likewise.
20857         (IP_BLOCK_SOURCE): Likewise.
20858         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
20859         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
20860         (IP_MSFILTER): Likewise.
20861         (MCAST_JOIN_GROUP): Likewise.
20862         (MCAST_BLOCK_SOURCE): Likewise.
20863         (MCAST_UNBLOCK_SOURCE): Likewise.
20864         (MCAST_LEAVE_GROUP): Likewise.
20865         (MCAST_JOIN_SOURCE_GROUP): Likewise.
20866         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
20867         (MCAST_MSFILTER): Likewise.
20868         (IP_MULTICAST_ALL): Likewise.
20869         (IP_UNICAST_IF): Likewise.
20871         * timezone/Makefile: Delete $(have-ksh) check.
20872         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
20873         * timezone/tzselect.ksh: Add +x mode bits.
20875         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
20876         (ANON_INODE_FS_MAGIC): Likewise.
20877         (BDEVFS_MAGIC): Likewise.
20878         (BINFMTFS_MAGIC): Likewise.
20879         (BTRFS_TEST_MAGIC): Likewise.
20880         (CRAMFS_MAGIC_WEND): Likewise.
20881         (DEBUGFS_MAGIC): Likewise.
20882         (ECRYPTFS_SUPER_MAGIC): Likewise.
20883         (EXT3_SUPER_MAGIC): Likewise.
20884         (EXT4_SUPER_MAGIC): Likewise.
20885         (FUTEXFS_SUPER_MAGIC): Likewise.
20886         (HOSTFS_SUPER_MAGIC): Likewise.
20887         (HUGETLBFS_MAGIC): Likewise.
20888         (MINIX3_SUPER_MAGIC): Likewise.
20889         (MTD_INODE_FS_MAGIC): Likewise.
20890         (NILFS_SUPER_MAGIC): Likewise.
20891         (OPENPROM_SUPER_MAGIC): Likewise.
20892         (PIPEFS_MAGIC): Likewise.
20893         (PSTOREFS_MAGIC): Likewise.
20894         (QNX6_SUPER_MAGIC): Likewise.
20895         (RAMFS_MAGIC): Likewise.
20896         (REISERFS_SUPER_MAGIC_STRING): Likewise.
20897         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
20898         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
20899         (SECURITYFS_MAGIC): Likewise.
20900         (SELINUX_MAGIC): Likewise.
20901         (SMACK_MAGIC): Likewise.
20902         (SOCKFS_MAGIC): Likewise.
20903         (SQUASHFS_MAGIC): Likewise.
20904         (STACK_END_MAGIC): Likewise.
20905         (TMPFS_MAGIC): Likewise.
20906         (USBDEVICE_SUPER_MAGIC): Likewise.
20907         (V9FS_MAGIC): Likewise.
20908         (XENFS_SUPER_MAGIC): Likewise.
20909         (CRAMFS_MAGIC): Fix typo in comment.
20910         (EXT2_SUPER_MAGIC): Update comment.
20911         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
20913 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
20915         * sysdeps/arm: Move directory from ports/sysdeps/arm.
20916         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20917         * sysdeps/unix/sysv/linux/arm: Move directory from
20918         ports/sysdeps/unix/sysv/linux/arm.
20919         * README: Update listing for arm-*-linux-gnueabi.
20921         * README: Remove mention of am33.
20923 2014-02-07  Roland McGrath  <roland@hack.frob.com>
20925         * bits/sigset.h (__sigemptyset): Use a statement expression rather
20926         than the comma operator, to avoid "rhs of comma has no effect"
20927         compiler warnings.
20928         (__sigfillset, __sigandset, __sigorset): Likewise.
20929         * include/signal.h (__sigemptyset): Likewise.
20930         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20932 2014-02-07  Allan McRae  <allan@archlinux.org>
20934         * version.h (RELEASE): Set to "development".
20935         (VERSION): Set to "2.19.90"
20936         * NEWS: Add 2.20 section.
20938 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
20940         [BZ #16529]
20941         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20943 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20945         * manual/contrib.texi: Update entry for Carlos O'Donell,
20946         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20948 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
20950         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20952         * sysdeps/unix/sysv/linux/kernel-features.h
20953         [__LINUX_KERNEL_VERSION >= 0x020621]
20954         (__ASSUME_PROC_PID_TASK_COMM): Define.
20956 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20958         [BZ #16398]
20959         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20960         conversion when destination buffer does not have enough space.
20961         * libio/tst-ftell-partial-wide.c: New test case.
20962         * libio/Makefile (tests): Add tst-ftell-partial-wide.
20964         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20965         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
20966         Leonard and Allan McRae.
20968 2014-02-04  David S. Miller  <davem@davemloft.net>
20970         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20971         32-bit.
20973 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20976         New file
20977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20978         New file
20979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20980         New file.
20981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20982         New file.
20983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20984         New file.
20985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20986         New file.
20987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20988         New file.
20989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20990         New file.
20991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20992         New file.
20993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20994         New file.
20995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20996         New file.
20997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20998         New file.
20999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
21000         New file.
21002 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21004         * nptl/shlib-versions: Change powerpc*le start to 2.17.
21005         * shlib-versions: Likewise.
21007 2014-02-04  Roland McGrath  <roland@hack.frob.com>
21008             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21010         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
21011         (abilist-pattern): New variable, set to %-le.abilist.
21013         * Makerules (abilist-pattern): New variable.
21014         (vpath): Use $(abilist-pattern) in place of %.abilist.
21015         (check-abi-% pattern rule): Likewise.
21016         (check-abi, update-abi): Likewise.
21018 2014-02-04  Eric Wong  <normalperson@yhbt.net>
21020         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21022 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
21024         * manual/startup.texi: Add next, previous, and top entries for
21025         the `Program Arguments' and `Environment Variables' nodes.
21027 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
21029         * manual/macros.texi: Add comments before MTASC-safety macros.
21031         * manual/users.texi: Document MTASC-safety properties.
21033         * manual/threads.texi (pthread_key_create, pthread_key_delete)
21034         (pthread_getspecific, pthread_setspecific): Format with
21035         @deftypefun, and add @safety note.
21036         * manual/signal.texi: Move comments that analyze the above
21037         functions to their home place.
21039 2014-02-03  Allan McRae  <allan@archlinux.org>
21041         * po/sl.po: Update Slovenian translation from translation project.
21043 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
21045         * manual/time.texi (timegm): Add missing blank after @c.
21046         Reported by Joseph Myers <joseph@codesourcery.com>.
21048 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
21050         * manual/check-safety.sh: New.
21051         * manual/Makefile ($(objpfx)stamp-summary): Run it.
21053         * manual/terminal.texi: Document MTASC-safety properties.
21055         * manual/filesys.texi: Document MTASC-safety properties.
21057         * manual/errno.texi: Document MTASC-safety properties.
21059         * manual/intro.texi: Document safety identifiers and
21060         conditionals.
21062         * manual/string.texi (wcstok): Fix prototype.
21063         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
21065         * manual/time.texi: Document MTASC-safety properties.
21067         * manual/string.texi: Document MTASC-safety properties.
21069         * manual/threads.texi: Document MTASC-safety properties.
21071         * manual/stdio.texi: Document MTASC-safety properties.
21073         * manual/syslog.texi: Document MTASC-safety properties.
21075         * manual/sysinfo.texi: Document MTASC-safety properties.
21077         * manual/startup.texi: Document MTASC-safety properties.
21079         * manual/socket.texi: Document MTASC-safety properties.
21081         * manual/signal.texi: Document MTASC-safety properties.
21083 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
21085         * manual/setjmp.texi: Document MTASC-safety properties.
21087         * manual/search.texi: Document MTASC-safety properties.
21089         * manual/resource.texi: Document MTASC-safety properties.
21091         * manual/process.texi: Document MTASC-safety properties.
21093         * manual/platform.texi: Document MTASC-safety properties.
21095         * manual/pipe.texi: Document MTASC-safety properties.
21097         * manual/pattern.texi: Document MTASC-safety properties.
21099         * manual/message.texi: Document MTASC-safety properties.
21101         [BZ #12751]
21102         * manual/memory.texi: Document MTASC-safety properties.
21104         * manual/math.texi: Document MTASC-safety properties.
21106         * manual/locale.texi: Document MTASC-safety properties.
21108         * manual/llio.texi: Document MTASC-safety properties.
21110         * manual/libdl.texi: New.
21112         * manual/lang.texi: Document MTASC-safety properties.
21114         * manual/job.texi: Document MTASC-safety properties.
21116         * manual/getopt.texi: Document MTASC-safety properties.
21118         * manual/ctype.texi: Document MTASC-safety properties.
21120 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
21122         [BZ #16046]
21123         * csu/libc-tls.c (static_map): Remove variable.
21124         (__libc_setup_tls): Use main executable's link map for TLS data.
21125         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
21126         casing for LM_ID_BASE and GL(dl_nns).
21127         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
21128         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
21129         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
21130         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
21131         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
21132         member.
21133         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
21134         l_phnum members.
21136 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
21138         * manual/debug.texi: Document MTASC-safety properties.
21140 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
21142         [BZ #16510]
21143         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
21144         of __x86_64__ when disabling x87 inline functions.
21146 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
21148         * manual/charset.texi: Document MTASC-safety properties.
21150         * manual/crypt.texi: Document MTASC-safety properties.
21152         * manual/conf.texi: Document MTASC-safety properties.
21154         * manual/arith.texi: Document MTASC-safety properties.
21156         * manual/argp.texi: Document MTASC-safety properties.
21158         * manual/macros.texi: Introduce macros to document multi
21159         thread, asynchronous signal and asynchronous cancellation
21160         safety properties.
21161         * manual/intro.texi: Introduce the properties themselves.
21163 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21165         * sysdeps/sh/sh4/Makefile: New file.
21167 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
21169         * math/gen-libm-test.pl ($srcdir): New variable.
21170         ($auto_input): Use it.
21172 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
21174         [BZ #16506]
21175         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
21176         access beyond array bounds when parsing netgroups file.
21178         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
21179         the old buffer before realloc.
21181 2014-01-27  Allan McRae  <allan@archlinux.org>
21183         * po/fr.po: Update French translation from translation project.
21185 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21187         * sysdeps/sh/libm-test-ulps: Regenerate.
21189 2014-01-24  David S. Miller  <davem@davemloft.net>
21191         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
21193 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21195         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
21196         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
21198 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21200         [BZ #16474]
21201         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
21202         string pointers after reallocation.
21204 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21206         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
21207         __SH4A__ instead of __SH_FPU_ANY__.
21209 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21211         * sysdeps/sh/fpu_control.h: New file.
21212         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
21213         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
21214         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
21215         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
21216         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
21217         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
21218         * sysdeps/sh/sys/ucontext.h: Remove.
21219         * sysdeps/sh/sys: Remove directory.
21221 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21223         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
21224         s390/sys/ucontext.h.
21225         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
21226         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
21228 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
21230         [BZ #15605]
21231         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
21233 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21235         [BZ#16431]
21236         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
21237         Adjust the vDSO correctly for internal calls.
21238         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
21240 2014-01-20  Allan McRae  <allan@archlinux.org>
21242         * po/ca.po: Update Catalan translation from translation project.
21244 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
21246         * sysdeps/s390/sotruss-lib.c: New file.
21248 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21250         [BZ#16430]
21251         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
21252         (__GI___gettimeofday): Alias for a different internal symbol to avoid
21253         local calls issues by not having a PLT stub required for IFUNC calls.
21254         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
21256 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
21258         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
21259         * math/test-fpucw-static.c: Likewise.
21261 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21263         [BZ #16453]
21264         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
21266 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21268         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
21269         implementation for powerpc.
21271 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
21273         [BZ #14782]
21274         * sysdeps/posix/system.c (__libc_system): Do not enable
21275         asynchronous cancellation.
21277 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21279         [BZ #16427]
21280         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
21281         handling only for numbers special also in the IEEE case.
21283 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21285         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
21287 2014-01-11  Allan McRae  <allan@archlinux.org>
21289         * po/bg.po: Update Bulgarian translation from translation project.
21291         * po/de.po: Update German translation from translation project.
21293 2014-01-10  Roland McGrath  <roland@hack.frob.com>
21295         * sysdeps/generic/gcc-compat.h: New file.
21297 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21299         * benchtests/asin-inputs: Correct slow inputs.
21300         * benchtests/acos-inputs: Likewise.
21302 2014-01-10  Allan McRae  <allan@archlinux.org>
21304         * po:sv.po: Update Swedish translation from translation project.
21306         * po/vi.po: Update Vietnamese translation from translation project.
21308         * po/eo.po: Update Esperanto translation from translation project.
21310         * po/cs.po: Update Czech translation from translation project.
21312         * po/nl.po: Update Dutch translation from translation project.
21314         * po/pl.po: Update Polish translation from translation project.
21316         * po/ru.po: Update Russian translation from translation project.
21318         * po/uk.po: Update Ukrainian translation from translation project.
21320 2014-01-08  Brooks Moses  <bmoses@google.com>
21322         * elf/dl-load.c: Fix comment typo.
21324 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
21326         * po/header.pot: Rename to...
21327         * po/pot.header: ... this.
21328         * po/Makefile: Use pot.header.
21330 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
21331             Maxim Kuvyrkov  <maxim@kugelworks.com>
21333         [BZ #16394]
21334         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
21335         SRC and DEST against LEN.
21337 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21339         [BZ #16414]
21340         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
21341         implementation.
21342         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
21344 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21346         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21348 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
21350         [BZ #16408]
21351         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
21352         for large positive arguments.
21354 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
21356         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
21358         * math/auto-libm-test-in: Mark various tests with
21359         xfail-rounding:ldbl-128ibm.
21360         * math/auto-libm-test-out: Regenerated.
21362         [BZ #16407]
21363         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
21364         Increase overflow threshold.
21366 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
21368         [BZ #14286]
21369         * stdio-common/vfprintf.c: Check for integer overflow.
21371 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21373         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
21374         the first argument and return value of __tls_get_addr_internal.
21376 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21378         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
21379         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
21381 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21383         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
21384         * sysdeps/s390/rtld-global-offsets.sym: New file.
21385         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
21386         GLIBC_2.19 symbol.
21387         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
21388         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
21389         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
21390         ... this.
21391         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
21392         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
21393         ... this.
21394         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
21395         Regenerate.
21396         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
21397         Regenerate.
21398         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
21399         halfs of GPRs for high_gprs contexts.
21400         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
21401         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
21402         field.
21403         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
21404         uc_flags field.
21405         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
21406         64 bit versions:
21407         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
21408         for high GPRs (uc_high_gprs) and for future extensions
21409         (__reserved).
21410         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
21411         for future extensions (__reserved).
21412         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
21413         64 bit versions:
21414         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
21415         SC_HIGHGPRS offset definition.
21416         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
21417         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
21419         * Versions.def: Add GLIBC_2.19 for libpthread.
21420         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
21421         siglongjmp for libpthread with GLIBC_2.19 symver.
21422         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
21423         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
21424         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
21425         * sysdeps/s390/__longjmp.c: New file.
21426         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
21427         * sysdeps/s390/longjmp.c: New file.
21428         * sysdeps/s390/setjmp.S: New file.
21429         * sysdeps/s390/sigjmp.S: New file.
21430         * sysdeps/s390/v1-longjmp.c: New file.
21431         * sysdeps/s390/v1-setjmp.h: New file.
21432         * sysdeps/s390/v1-sigjmp.c: New file.
21433         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
21434         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
21435         GLIBC_2.19 version.
21436         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
21437         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
21438         versioned symbols for ____longjmp_chk.
21439         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
21440         Likewise.
21441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
21442         Regenerate.
21443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
21444         Regenerate.
21445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
21446         Regenerate.
21447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
21448         Regenerate.
21449         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
21450         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
21451         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
21452         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
21453         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
21454         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
21455         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
21456         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
21457         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
21458         * sysdeps/s390/rtld-__longjmp.c: New file.
21459         * sysdeps/s390/rtld-setjmp.S: New file.
21461 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
21463         [BZ #16400]
21464         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
21465         Return -__logl (x) for small positive arguments without evaluating
21466         a polynomial.
21468 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
21470         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
21471         Rename to ...
21472         (__ptrace_peeksiginfo_args): ... this.
21473         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21474         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21475         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21477 2014-01-06  Allan McRae  <allan@archlinux.org>
21479         * inet/netinet/in.h: Fix typo in comment.
21481 2014-01-05  Andreas Jaeger  <aj@suse.de>
21483         * sysdeps/i386/fpu/libm-test-ulps: Update.
21485 2014-01-05  Allan McRae  <allan@archlinux.org>
21487         * po/libc.pot: Regenerated.
21489         * malloc/memusagestat.c: Fix gettext call formatting.
21491 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
21493         * nscd/nscd.c: Improve usage() output.
21495 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
21497         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
21498         * sysdeps/unix/sysv/linux/configure: Regenerated.
21499         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
21500         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
21502 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
21504         [BZ #16390]
21505         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
21506         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
21508 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21510         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
21511         extra tokens at end of #undef directive.
21512         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
21513         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
21514         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
21516 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
21518         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
21520         * math/auto-libm-test-in: Mark various tests with
21521         xfail-rounding:ldbl-128ibm.
21522         * math/auto-libm-test-out: Regenerated.
21524 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
21526         [BZ #16386]
21527         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
21528         numbers with subnormal high part when calculating exponent.
21530         [BZ #16385]
21531         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
21532         fabs.
21534         [BZ #16384]
21535         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
21536         M_LN2l.
21537         (__ieee754_acoshl): Use __log1pl not __log1p.
21539 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
21541         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
21542         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
21543         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
21544         (grow_heap, heap_trim, _int_new_arena, get_free_list)
21545         (reused_arena, arena_get2): Convert to GNU style.
21546         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
21547         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
21548         (memalign_check, __malloc_set_state): Likewise.
21549         * malloc/mallocbug.c (main): Likewise.
21550         * malloc/malloc.c (__malloc_assert, malloc_init_state)
21551         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
21552         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
21553         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
21554         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
21555         (__posix_memalign, malloc_info): Likewise.
21556         * malloc/malloc.h: Likewise.
21557         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
21558         (mallochook, memalignhook, reallochook, mabort): Likewise.
21559         * malloc/mcheck.h: Likewise.
21560         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
21561         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
21562         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
21563         * malloc/morecore.c (__default_morecore): Likewise.
21564         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
21565         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
21566         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
21567         (print_and_abort): Likewise.
21568         * malloc/obstack.h: Likewise.
21569         * malloc/set-freeres.c (__libc_freeres): Likewise.
21570         * malloc/tst-mallocstate.c (main): Likewise.
21571         * malloc/tst-mtrace.c (main): Likewise.
21572         * malloc/tst-realloc.c (do_test): Likewise.
21574 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21576         [BZ #16366]
21577         * nscd/netgroupcache.c (do_notfound): New function.
21578         (addgetnetgrentX): Use it.
21580         [BZ # 16365]
21581         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
21582         NSS_STATUS_NOTFOUND.
21584 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
21586         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21589 2014-01-01  Allan McRae  <allan@archlinux.org>
21591         * scripts/update-copyrights: Update configure input file suffix.
21593         * NEWS: Update copyright year.
21594         * catgets/gencat.c: Likewise.
21595         * csu/version.c: Likewise.
21596         * debug/catchsegv.sh: Likewise.
21597         * debug/pcprofiledump.c: Likewise.
21598         * debug/xtrace.sh: Likewise.
21599         * elf/ldconfig.c: Likewise.
21600         * elf/ldd.bash.in: Likewise.
21601         * elf/pldd.c: Likewise.
21602         * elf/sotruss.ksh: Likewise.
21603         * elf/sprof.c: Likewise.
21604         * iconv/iconv_prog.c: Likewise.
21605         * iconv/iconvconfig.c: Likewise.
21606         * locale/programs/locale.c: Likewise.
21607         * locale/programs/localedef.c: Likewise.
21608         * login/programs/pt_chown.c: Likewise.
21609         * malloc/memusage.sh: Likewise.
21610         * malloc/memusagestat.c: Likewise.
21611         * malloc/mtrace.pl: Likewise.
21612         * manual/libc.texinfo: Likewise.
21613         * nscd/nscd.c: Likewise.
21614         * nss/getent.c: Likewise.
21615         * nss/makedb.c: Likewise.
21616         * posix/getconf.c: Likewise.
21617         * scripts/test-installation.pl: Likewise.
21619         * All files with FSF copyright notices: Update copyright dates
21620         using scripts/update-copyrights.
21621         * intl/plural.c: Regenerated.
21622         * locale/programs/charmap-kw.h: Likewise.
21623         * locale/programs/locfile-kw.h: Likewise.
21625 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
21627         * sysdeps/unix/sysv/linux/configure: Regenerated.
21628         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
21629         the linux/fanotify.h header.
21630         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
21631         HAVE_LINUX_FANOTIFY_H is defined.
21633 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
21635         * benchtests/cos-inputs: New inputs.
21636         * benchtests/sin-inputs: Likewise.
21638         * benchtests/atan-inputs: New inputs. Fix name of multiple
21639         precision fallback inputs.
21641         * benchtests/atanh-inputs: New inputs.
21642         * benchtests/tanh-inputs: Likewise.
21644         * benchtests/acosh-inputs: New inputs.
21645         * benchtests/asinh-inputs: Likewise.
21647         * benchtests/cosh-inputs: New inputs.
21648         * benchtests/sinh-inputs: Likewise.
21650         * benchtests/acos-inputs: Add more inputs.
21651         * benchtests/asin-inputs: Likewise.
21653 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
21655         [BZ #16375]
21656         * manual/arith.texi: Fix spelling.
21657         * manual/charset.texi: Likewise.
21658         * manual/errno.texi: Likewise.
21659         * manual/filesys.texi: Likewise.
21660         * manual/lang.texi: Likewise.
21661         * manual/llio.texi: Likewise.
21662         * manual/locale.texi: Likewise.
21663         * manual/message.texi: Likewise.
21664         * manual/resource.texi: Likewise.
21665         * manual/search.texi: Likewise.
21666         * manual/setjmp.texi: Likewise.
21667         * manual/stdio.texi: Likewise.
21668         * manual/string.texi: Likewise.
21669         * manual/sysinfo.texi: Likewise.
21670         * manual/time.texi: Likewise.
21672 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
21674         * po/sl.po: New file.
21676 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
21678         * .gitignore: Add core/.gdbinit/.gdb_history.
21680 2013-12-27  Allan McRae  <allan@archlinux.org>
21682         [BZ #16369]
21683         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
21684         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
21686 2013-12-24  Brooks Moses  <bmoses@google.com>
21688         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
21689         all compilers that claim C++98 compliance, not just GCC.
21690         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
21691         Likewise.
21693 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
21695         * NEWS: Restore accidentally deleted bug-fix entries.
21697 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
21698             Ondřej Bílka  <neleai@seznam.cz>
21700         [BZ #15073]
21701         * malloc/malloc.c (_int_free): Perform sanity check only if we
21702         have_lock.
21704 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
21706         [BZ #12986]
21707         * manual/stdio.texi (String Input Conversions): Clarify that character
21708         classes are not supported.
21710 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21712         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21714 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
21716         [BZ #16337]
21717         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
21718         Calculate results for small negative arguments directly rather
21719         than using reflection formula with special underflow handling.
21721         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
21722         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
21723         sysdeps/unix/bsd/bsd4.4/syscalls.list.
21724         (fchflags): Likewise.
21725         (revoke): Likewise.
21726         (setlogin): Likewise.
21727         (sigaltstack): Likewise.
21728         (wait4): Likewise.
21729         (sigblock): Remove.
21730         (sigsetmask): Likewise.
21731         (wait3): Likewise.
21732         (waitpid): Likewise.
21733         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
21734         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
21735         file.
21736         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
21737         * sysdeps/unix/bsd/Makefile: ... here.
21738         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
21739         * sysdeps/unix/bsd/Versions: ... here.
21740         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
21741         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
21742         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
21743         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
21744         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
21745         * sysdeps/unix/bsd/sigblock.c: ... here.
21746         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
21747         * sysdeps/unix/bsd/sigsetmask.c: ... here.
21748         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
21749         * sysdeps/unix/bsd/sigvec.c: ... here.
21750         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
21751         * sysdeps/unix/bsd/tcdrain.c: ... here.
21752         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
21753         * sysdeps/unix/bsd/tcgetattr.c: ... here.
21754         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
21755         * sysdeps/unix/bsd/tcsetattr.c: ... here.
21756         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
21757         * sysdeps/unix/bsd/wait.c: ... here.
21758         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
21759         * sysdeps/unix/bsd/wait3.c: ... here.
21760         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
21761         * sysdeps/unix/bsd/waitpid.c: ... here.
21763 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
21765         [BZ #16356]
21766         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
21767         round-to-nearest for [!USE_AS_EXPM1L].
21768         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
21769         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
21770         more tests of exp and exp10.  Expect some exp10 tests to miss
21771         exceptions or fail in directed rounding modes.
21772         * math/auto-libm-test-out: Regenerated.
21773         * math/libm-test.inc (exp10_tonearest_test_data): New array.
21774         (exp10_test_tonearest): New function.
21775         (exp10_towardzero_test_data): New array.
21776         (exp10_test_towardzero): New function.
21777         (exp10_downward_test_data): New array.
21778         (exp10_test_downward): New function.
21779         (exp10_upward_test_data): New array.
21780         (exp10_test_upward): New function.
21781         (main): Call the new functions.
21782         * sysdeps/i386/fpu/libm-test-ulps: Update.
21783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21785 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
21787         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
21788         asinh, atan, atan2, atanh, cbrt, cos and cosh.
21789         * math/auto-libm-test-out: Regenerated.
21790         * math/libm-test.inc (acosh_test_data): Add more tests.
21791         (atanh_test_data): Likewise.
21792         (ceil_test_data): Likewise.
21793         (copysign_test_data): Likewise.
21794         * sysdeps/i386/fpu/libm-test-ulps: Update.
21795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21797         * timezone/checktab.awk: Update from tzcode 2013i.
21798         * timezone/private.h: Likewise.
21799         * timezone/scheck.c: Likewise.
21800         * timezone/tzfile.h: Likewise.
21801         * timezone/tzselect.ksh: Likewise.
21802         * timezone/zdump.c: Likewise.
21803         * timezone/zic.c: Likewise.
21805         * math/auto-libm-test-in: Add tests of cpow.
21806         * math/auto-libm-test-out: Regenerated.
21807         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
21808         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21809         mpc_cc_c.
21810         (func_calc_desc): Add mpc_cc_c union field.
21811         (test_functions): Add cpow.
21812         (special_fill_2pi): New function.
21813         (special_real_inputs): Add 2pi.
21814         (calc_generic_results): Handle mpc_cc_c.
21815         * sysdeps/i386/fpu/libm-test-ulps: Update.
21816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21818         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
21819         csqrt, ctan and ctanh.
21820         * math/auto-libm-test-out: Regenerated.
21821         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21822         (TEST_COND_x86): Likewise.
21823         (ccos_test_data): Use AUTO_TESTS_c_c.
21824         (ccosh_test_data): Likewise.
21825         (cexp_test_data): Likewise.
21826         (clog_test_data): Likewise.
21827         (csqrt_test_data): Likewise.
21828         (ctan_test_data): Likewise.
21829         (ctan_tonearest_test_data): Likewise.
21830         (ctan_towardzero_test_data): Likewise.
21831         (ctan_downward_test_data): Likewise.
21832         (ctan_upward_test_data): Likewise.
21833         (ctanh_test_data): Likewise.
21834         (ctanh_tonearest_test_data): Likewise.
21835         (ctanh_towardzero_test_data): Likewise.
21836         (ctanh_downward_test_data): Likewise.
21837         (ctanh_upward_test_data): Likewise.
21838         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21839         mpc_c_c.
21840         (func_calc_desc): Add mpc_c_c union field.
21841         (FUNC_mpc_c_c): New macro.
21842         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
21843         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
21844         ctanh.
21845         (special_fill_min_subnorm_p120): New function.
21846         (special_real_inputs): Add min_subnorm_p120.
21847         (calc_generic_results): Handle mpc_c_c.
21848         * sysdeps/i386/fpu/libm-test-ulps: Update.
21849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21851 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21853         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
21854         (do_sin_slow): New functions.
21855         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
21856         (cslow2, csloww1, csloww2): Use the new functions.
21858         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
21859         Use M to change sign of result instead of X.  Assume X is
21860         positive.
21861         (csloww1): Likewise.
21862         (__sin): Adjust.
21863         (__cos): Adjust.
21865         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
21866         arguments A and DA.
21867         (__sin): Adjust.
21868         (__cos): Likewise.
21870         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
21871         (__cos): Likewise.
21872         (sloww1): Don't adjust sign of DX.
21873         (csloww1): Likewise.
21874         (sloww2): Use X directly and don't adjust sign of DX.
21875         (csloww2): Likewise.
21877 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21879         * math/auto-libm-test-in: Add tests of cabs and carg.
21880         * math/auto-libm-test-out: Regenerated.
21881         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
21882         (carg_test_data): Likewise.
21883         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21884         mpc_c_f.
21885         (func_calc_desc): Add mpc_c_f union field.
21886         (test_functions): Add cabs and carg.
21887         (calc_generic_results): Handle mpc_c_f.
21889         * sysdeps/powerpc/powerpc32/libgcc-compat.S
21890         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
21891         as a macro and a compat symbol.
21892         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
21893         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
21894         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
21895         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
21896         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
21897         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
21898         not use .hidden.
21899         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
21900         Likewise.
21901         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
21902         Likewise.
21903         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
21904         Likewise.
21905         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
21906         Likewise.
21907         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
21908         Likewise.
21909         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
21910         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
21911         from GLIBC_2.3.2.
21913 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21915         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21917 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21919         * manual/texinfo.tex: Update to version 2013-11-26.10 with
21920         trailing whitespace removed.
21921         * scripts/config.guess: Update to version 2013-11-29.
21922         * scripts/config.sub: Update to version 2013-10-01.
21924         * math/auto-libm-test-in: Add tests of sincos.
21925         * math/auto-libm-test-out: Regenerated.
21926         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21927         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21928         mpfr_f_11.
21929         (func_calc_desc): Add mpfr_f_11 union field.
21930         (test_functions): Add sincos.
21931         (calc_generic_results): Handle mpfr_f_11.
21932         * sysdeps/i386/fpu/libm-test-ulps: Update.
21933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21935 2013-12-19  Andreas Schwab  <schwab@suse.de>
21937         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21938         CALL_MCOUNT.
21939         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21940         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21941         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21943 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21945         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21946         * sysdeps/i386/fpu/libm-test-ulps: Update.
21947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21949         [BZ #16293]
21950         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21951         round-to-nearest mode when using frndint.
21952         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21953         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21954         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21955         Likewise.
21956         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
21957         sinh test to fail.
21958         * math/auto-libm-test-out: Regenerated.
21959         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21960         (TEST_COND_x86): Likewise.
21961         (expm1_tonearest_test_data): New array.
21962         (expm1_test_tonearest): New function.
21963         (expm1_towardzero_test_data): New array.
21964         (expm1_test_towardzero): New function.
21965         (expm1_downward_test_data): New array.
21966         (expm1_test_downward): New function.
21967         (expm1_upward_test_data): New array.
21968         (expm1_test_upward): New function.
21969         (main): Run the new test functions.
21970         * sysdeps/i386/fpu/libm-test-ulps: Update.
21971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21973         * include/features.h: Update comment documenting feature test
21974         macros.  Mention _DEFAULT_SOURCE in comment.
21975         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21976         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21977         _BSD_SOURCE and _SVID_SOURCE.
21978         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21979         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21980         !_SVID_SOURCE]: Likewise.
21981         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21982         (__USE_POSIX_IMPLICITLY): Define.
21983         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21984         (_POSIX_SOURCE): Undefine and redefine.
21985         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21986         (_POSIX_C_SOURCE): Likewise.
21987         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21988         (Feature Test Macros): Update documentation of default features.
21990 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21992         * benchtests/Makefile: Add bench-strtok.
21993         * benchtests/bench-strtok.c: New file: strtok benchtest.
21995 2013-12-19  Allan McRae  <allan@archlinux.org>
21997         * manual/install.texi: Suppress menu for plain text output.
21998         * INSTALL: Regenerated.
22000 2013-12-18  Brooks Moses  <bmoses@google.com>
22002         [BZ #15846]
22003         * misc/getauxval.c: Include errno.h.
22004         (__getauxval): Set errno to ENOENT if the requested type is not
22005         found.
22006         * misc/sys/auxv.h (getauxval): Document that it may set errno;
22007         don't declare with __attribute_const__.
22008         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
22009         * manual/startup.texi: Document that getauxval sets errno.
22011 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
22013         * math/auto-libm-test-in: Add tests of jn and yn.
22014         * math/auto-libm-test-out: Regenerated.
22015         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
22016         (yn_test_data): Likewise.
22017         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22018         mpfr_if_f.
22019         (func_calc_desc): Add mpfr_if_f union field.
22020         (FUNC_mpfr_if_f): New macro.
22021         (test_functions): Add jn and yn.
22022         (calc_generic_results): Assert type of second input for
22023         mpfr_ff_f.  Handle mpfr_if_f.
22024         (output_for_one_input_case): Disable all checking for arguments
22025         fitting floating-point types in case of an integer argument.
22026         * sysdeps/i386/fpu/libm-test-ulps: Update.
22027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22030         Don't expect fegetround reference in libm.so.
22032 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22034         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
22035         $(config-cflags-nofma).
22037 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
22039         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
22040         * math/auto-libm-test-out: Regenerated.
22042         [BZ #16338]
22043         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
22044         to determine exponent and adjust argument to have exponent of -1.
22045         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
22046         log2.
22047         * math/auto-libm-test-out: Regenerated.
22048         * sysdeps/i386/fpu/libm-test-ulps: Update.
22049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22051 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
22053         * manual/probes.texi: Remove cases when per-thread arenas are
22054         disabled.
22056 2013-12-18  Andreas Schwab  <schwab@suse.de>
22058         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
22059         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
22060         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
22061         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
22062         * sysdeps/i386/i686/multiarch/Makefile: Update.
22063         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
22065 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
22067         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
22068         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
22070 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
22072         [BZ #15968]
22073         Support TZ transition times < 00:00:00.
22074         This is needed for version-3 tz-format files; it supports time
22075         stamps past 2037 for America/Godthab (the only entry in the tz
22076         database for which this change is relevant).
22077         * manual/time.texi (TZ Variable): Document transition times
22078         from -167:59:59 through -00:00:01.
22079         * time/tzset.c (tz_rule): Time of day is now signed.
22080         (__tzset_parse_tz): Parse negative time of day.
22082         Document TZ transition times >= 25:00:00.
22083         * manual/time.texi (TZ Variable): Document transition times from
22084         25:00:00 through 167:59:59.  These are already supported, and this
22085         support will help with version-3 tz-format files.
22087         * manual/time.texi (TZ Variable): Modernize North America example
22088         to reflect current (i.e., 2007-and-later) daylight saving rules.
22090         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
22092 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
22094         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
22095         * sysdeps/unix/bsd/bits/stat.h: Likewise.
22096         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
22097         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
22098         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
22099         * sysdeps/unix/bsd/bsdstat.h: Likewise.
22100         * sysdeps/unix/bsd/clock.c: Likewise.
22101         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
22102         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
22103         * sysdeps/unix/bsd/init-posix.c: Likewise.
22104         * sysdeps/unix/bsd/poll.c: Likewise.
22105         * sysdeps/unix/bsd/ptsname.c: Likewise.
22106         * sysdeps/unix/bsd/seekdir.c: Likewise.
22107         * sysdeps/unix/bsd/setegid.c: Likewise.
22108         * sysdeps/unix/bsd/seteuid.c: Likewise.
22109         * sysdeps/unix/bsd/setgid.c: Likewise.
22110         * sysdeps/unix/bsd/setrgid.c: Likewise.
22111         * sysdeps/unix/bsd/setruid.c: Likewise.
22112         * sysdeps/unix/bsd/setsid.c: Likewise.
22113         * sysdeps/unix/bsd/setuid.c: Likewise.
22114         * sysdeps/unix/bsd/sigaction.c: Likewise.
22115         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
22116         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
22117         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
22118         * sysdeps/unix/bsd/telldir.c: Likewise.
22119         * sysdeps/unix/bsd/times.c: Likewise.
22120         * sysdeps/unix/bsd/usleep.c: Likewise.
22122         * misc/Makefile (install-lib): Remove libbsd-compat.a.
22123         ($(objpfx)libbsd-compat.a): Remove rule.
22125         * include/features.h (__FAVOR_BSD): Do not define.
22126         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
22127         features conflicting with POSIX.
22128         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
22129         (_BSD_SOURCE): Remove description of not being a subset of other
22130         feature test macros.
22131         * manual/job.texi (getpgrp): Do not document BSD version.
22132         (getpgid): Do not document by reference to BSD getpgrp.
22133         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
22134         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
22135         * signal/signal.h [__FAVOR_BSD]: Likewise.
22136         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
22137         instead of making contents conditional on [__FAVOR_BSD].
22138         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
22140 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22142         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22144 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
22146         [BZ #16314]
22147         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
22148         values below 2**-450, not 2**-500.
22149         * math/auto-libm-test-in: Don't allow spurious underflow from
22150         hypot.
22151         * math/auto-libm-test-out: Regenerated.
22153         [BZ #16316]
22154         [BZ #16330]
22155         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
22156         values of ha and hb and sort them after adjusting subnormal
22157         arguments.
22158         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
22159         Likewise.
22160         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
22161         values of ea and eb and sort them after adjusting subnormal
22162         arguments.
22163         * math/auto-libm-test-in: Do not expect some hypot tests of
22164         subnormals to fail.  Add more hypot tests.
22165         * math/auto-libm-test-out: Regenerated.
22167 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22169         [BZ #13304]
22170         * sysdeps/sh/s_fma.c: New file.
22171         * sysdeps/sh/s_fmaf.c: New file.
22172         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
22173         version.
22174         * sysdeps/sh/Implies: Add sh/soft-fp.
22176 2013-12-16  Roland McGrath  <roland@hack.frob.com>
22178         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
22179         level of indirection to members `objname', `errstring', `malloced'.
22180         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
22181         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
22182         it as the __longjmp argument (just pass 1 instead).
22183         (_dl_catch_error): Initialize C with argument pointers and address of
22184         volatile local ERRCODE rather than copying values out of C at return.
22186 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
22188         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
22189         * math/auto-libm-test-out: Regenerated.
22190         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
22191         (hypot_test_data): Likewise.
22192         (pow_test_data): Likewise.
22193         (pow_tonearest_test_data): Likewise.
22194         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22195         mpfr_ff_f.
22196         (func_calc_desc): Add mpfr_ff_f union field.
22197         (FUNC_mpfr_ff_f): New macro.
22198         (test_functions): Add atan2, hypot and pow.
22199         (special_fill_min): New function.
22200         (special_fill_minus_min): Likewise.
22201         (special_fill_min_subnorm): Likewise.
22202         (special_fill_minus_min_subnorm): Likewise.
22203         (special_real_inputs): Add min, -min, min_subnorm and
22204         -min_subnorm.
22205         (calc_generic_results): Handle mpfr_ff_f.
22206         * sysdeps/i386/fpu/libm-test-ulps: Update.
22207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22209 2013-12-16  Will Newton  <will.newton@linaro.org>
22211         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
22212         (Aligned Memory Blocks): Add documentation for aligned_alloc
22213         and suggest it as an alternative to posix_memalign.
22214         (Hooks for Malloc): Document __memalign_hook is also called
22215         for aligned_alloc.  (Summary of Malloc): Add summary for
22216         aligned alloc.  Document __memalign_hook is also called
22217         for aligned_alloc.
22219 2013-12-16  Will Newton  <will.newton@linaro.org>
22221         * manual/memory.texi (Malloc Examples): Clarify default
22222         alignment documentation.  Suggest posix_memalign rather
22223         than memalign or valloc.
22224         (Aligned Memory Blocks): Remove suggestion to use memalign
22225         or valloc.  Remove obsolete comment about BSD.
22226         Document memalign errno values and mark the function obsolete.
22227         Document posix_memalign returned error codes.  Mark valloc
22228         as obsolete.  (Hooks for Malloc): __memalign_hook is also
22229         called for posix_memalign and valloc.
22230         (Summary of Malloc): Add posix_memalign to function summary.
22231         __memalign_hook is also called for posix_memalign and valloc.
22233 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22235         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
22236         TAYLOR_SIN.
22237         (__sin): Adjust.
22238         (__cos): Likewise.
22239         (sloww): Use mynumber union.  Expand ternary operator into
22240         if-else statements.
22241         (cslow): use mynumber union.
22243 2013-12-16  Allan McRae  <allan@archlinux.org>
22245         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
22246         * configure: Regenerated.
22248         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
22250         [BZ #14120]
22251         * configure.ac: Added --enable-maintainer-mode. Check for
22252         autoconf when enabled.
22253         * configure: Regenerated.
22255         * nscd/nscd.service: New file.
22256         * nscd/nscd.tmpfiles: New file.
22258 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
22260         [BZ #12100]
22261         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
22262         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
22263         * sysdeps/x86_64/multiarch/strstr.c: ... here.
22264         (strstr): Add __strstr_sse2_unaligned ifunc.
22265         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
22266         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
22267         (strcasestr): Remove __strcasestr_sse42 ifunc.
22268         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
22269         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
22270         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22272 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22274         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
22275         * sysdeps/sh/bits/fenv.h: ... here.
22276         * sysdeps/sh/sh4/fpu/bits: Remove directory.
22278 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22280         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
22282         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
22283         hypotf multiarch implementations.
22284         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
22285         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
22286         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
22287         multiarch hypot for PPC64.
22288         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
22289         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
22290         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
22291         multiarch hypotf for PPC64.
22293         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
22294         modff multiarch implementations.
22295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
22296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
22297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
22298         multiarch modf for PPC64.
22299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
22300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
22301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
22302         multiarch modff for PPC64.
22304         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
22305         and logl multiarch implementations.
22306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
22307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
22308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
22309         multiarch logb for PPC64.
22310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
22311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
22312         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
22313         multiarch logb for PPC64.
22314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
22315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
22316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
22317         multiarch logb for PPC64.
22319         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
22320         isinff multiarch implementation.
22321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
22322         file.
22323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
22324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
22325         multiarch isinf for PPC64.
22326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
22327         file.
22328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
22329         multiarch isinff for PPC64.
22331         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
22332         finitef multiarch implementation.
22333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
22334         file.
22335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
22336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
22337         multiarch finite for PPC64.
22338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
22339         file.
22340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
22341         multiarch finitef for PPC64.
22343         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
22344         lrint multiarch implementation.
22345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
22346         file.
22347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
22348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
22349         multiarch llrint for PPC64.
22350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
22351         multiarch lrint for PPC64.
22353         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
22354         copysignf multiarch implementation.
22355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
22356         file.
22357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
22358         file.
22359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
22360         multiarch copysign for PPC64.
22361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
22362         multiarch copysignf for PPC64.
22364         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
22365         multiarch implementation.
22366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
22367         file.
22368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
22369         file.
22370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
22371         file.
22372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
22373         file.
22374         multiarch llround for PPC64.
22375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
22376         multiarch trunc for PPC64.
22377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
22378         multiarch truncf for PPC64.
22380         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
22381         multiarch implementation.
22382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
22383         file.
22384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
22385         file.
22386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
22387         file.
22388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
22389         file.
22390         multiarch llround for PPC64.
22391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
22392         multiarch round for PPC64.
22393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
22394         multiarch roundf for PPC64.
22396         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
22397         multiarch implementation.
22398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
22399         file.
22400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
22401         file.
22402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
22403         file.
22404         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
22405         file.
22406         multiarch llround for PPC64.
22407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
22408         multiarch floor for PPC64.
22409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
22410         multiarch floorf for PPC64.
22412         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
22413         multiarch implementation.
22414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
22415         file.
22416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
22417         file.
22418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
22419         file.
22420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
22421         file.
22422         multiarch llround for PPC64.
22423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
22424         multiarch ceil for PPC64.
22425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
22426         multiarch ceilf for PPC64.
22428         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
22429         multiarch implementation.
22430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
22431         file.
22432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
22433         file.
22434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
22435         file.
22436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
22437         multiarch llround for PPC64.
22438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
22439         multiarch lround for PPC64.
22441         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
22442         multiarch implementation.
22443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
22444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
22445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
22446         file.
22447         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
22448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
22449         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
22450         multiarch isnan for PPC64.
22451         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
22452         multiarch isnanf for PPC64.
22454         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
22455         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
22456         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
22457         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
22458         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
22459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
22461         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
22462         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
22463         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22464         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22466         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
22467         multiarch implementations.
22468         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22469         (__libc_ifunc_impl_list): Likewise.
22470         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
22471         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
22472         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
22473         multiarch stpcpy for PPC64.
22475         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
22476         multiarch implementations.
22477         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22478         (__libc_ifunc_impl_list): Likewise.
22479         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
22480         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
22481         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
22482         multiarch strcpy for PPC64.
22484         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
22485         redefine function name.
22486         (_wordcopy_fwd_dest_aligned): Likewise.
22487         (_wordcopy_bwd_aligned): Likewise.
22488         (_wordcopy_bwd_dest_aligned): Likewise.
22489         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
22490         multiarch implementations.
22491         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22492         (__libc_ifunc_impl_list): Likewise.
22493         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
22494         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
22495         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
22496         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
22497         multiarch wcscpy for PPC64.
22499         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
22500         multiarch implementations.
22501         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22502         (__libc_ifunc_impl_list): Likewise.
22503         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
22504         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
22505         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
22506         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
22507         multiarch wcscpy for PPC64.
22509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
22510         multiarch implementations.
22511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22512         (__libc_ifunc_impl_list): Likewise.
22513         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
22514         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
22515         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
22516         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
22517         multiarch wcsrchr for PPC64.
22519         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
22520         multiarch implementations.
22521         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22522         (__libc_ifunc_impl_list): Likewise.
22523         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
22524         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
22525         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
22526         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
22527         multiarch wcschr for PPC64.
22529         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
22530         multiarch implementations.
22531         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22532         (__libc_ifunc_impl_list): Likewise.
22533         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
22534         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
22535         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
22536         multiarch strchrnul for PPC64.
22538         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
22539         implementations.
22540         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22541         (__libc_ifunc_impl_list): Likewise.
22542         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
22543         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
22544         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
22545         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
22546         strchr for PPC64.
22548         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
22549         implementations.
22550         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22551         (__libc_ifunc_impl_list): Likewise.
22552         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
22553         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
22554         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
22555         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
22556         strncmp for PPC64.
22558         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
22559         multiarch implementations.
22560         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22561         (__libc_ifunc_impl_list): Likewise.
22562         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
22563         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
22564         strncasecmp for PPC64.
22565         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
22566         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
22567         multiarch strncasecmp_l for PPC64.
22569         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
22570         multiarch implementations.
22571         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
22572         (__libc_ifunc_impl_list): Likewise.
22573         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
22574         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
22575         multiarch strcasecmp for PPC64.
22576         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
22577         file.
22578         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
22579         multiarch strcasecmp_l for PPC64.
22581         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
22582         implementations.
22583         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22584         (__libc_ifunc_impl_list): Likewise.
22585         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
22586         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
22587         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
22588         strnlen for PPC64.
22590         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
22591         implementations.
22592         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22593         (__libc_ifunc_impl_list): Likewise.
22594         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
22595         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
22596         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
22597         strlen for PPC64.
22599         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
22600         implementations.
22601         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22602         (__libc_ifunc_impl_list): Likewise.
22603         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
22604         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
22605         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
22606         rawmemrchr for PPC64.
22608         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
22609         implementation.
22610         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22611         (__libc_ifunc_impl_list): Likewise.
22612         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
22613         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
22614         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
22615         memrchr for PPC64.
22617         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
22618         implementation.
22619         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22620         (__libc_ifunc_impl_list): Likewise.
22621         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
22622         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
22623         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
22624         memchr for PPC64.
22626         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
22627         implementation.
22628         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22629         (__libc_ifunc_impl_list): Likewise.
22630         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
22631         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
22632         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
22633         mempcpy for PPC64.
22635         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
22636         avoid cretion of __bzero symbol.
22637         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
22638         Likewise.
22639         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
22640         Likewise.
22641         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
22642         Likewise.
22643         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
22644         multiarch implementations.
22645         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22646         (__libc_ifunc_impl_list): Likewise.
22647         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
22648         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
22649         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
22650         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
22651         bzero for PPC32.
22652         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
22653         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
22654         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
22655         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
22656         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
22657         memset for PPC64.
22658         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
22660         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
22661         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
22662         implementations.
22663         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22664         (__libc_ifunc_impl_list): Likewise.
22665         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
22666         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
22667         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
22668         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
22669         memcmp for PPC64.
22671         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
22672         multiarch for POWER/PPC64.
22673         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
22674         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
22675         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
22676         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
22677         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
22678         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
22679         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
22680         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
22681         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
22682         memcpy for PPC64.
22684         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
22685         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
22686         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
22687         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
22688         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
22689         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
22690         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
22691         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
22692         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
22693         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
22694         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
22695         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
22696         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
22697         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
22698         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
22699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
22700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
22701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
22702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
22703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
22704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
22705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
22707 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22709         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
22711 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22713         * benchtests/Makefile (bench): Add exp2 and log2.
22714         (LDLIBS-bench-exp2): Add -lm.
22715         (LDLIBS-bench-log2): Likewise.
22716         * benchtests/exp2-inputs: New inputs file.
22717         * benchtests/log2-inputs: New inputs file.
22718         * benchtests/log-inputs: Add new inputs.
22719         * benchtests/tan-inputs: Likewise.
22721 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22723         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
22724         definition...
22725         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
22726         (csloww2): ... from here.
22728         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
22729         instead of structures.
22730         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
22731         (POLYNOMIAL): Likewise.
22732         (TAYLOR_SLOW): Likewise.
22733         (__sin): Likewise.
22734         (__cos): Likewise.
22735         (slow1): Likewise.
22736         (slow2): Likewise.
22737         (sloww): Likewise.
22738         (sloww1); Likewise.
22739         (sloww2): Likewise.
22740         (bsloww1): Likewise.
22741         (bsloww2): Likewise.
22742         (cslow2): Likewise.
22743         (csloww): Likewise.
22744         (csloww1): Likewise.
22745         (csloww2): Likewise.
22747 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
22749         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
22750         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
22751         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
22752         * malloc/hooks.c (realloc_check): Likewise.
22754         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
22755         * malloc/arena.c: Remove PER_THREAD conditional.
22756         [!PER_THREAD]: Remove code.
22757         (ptmalloc_unlock_all2): Likewise.
22758         (ptmalloc_init): Likewise.
22759         (_int_new_arena): Likewise.
22760         (arena_get2): Likewise.
22761         * malloc/hooks.c (__malloc_get_state): Likewise.
22762         (__malloc_set_state): Likewise.
22763         * malloc/malloc.c: Likewise.
22764         (struct malloc_state): Likewise.
22765         (struct malloc_par): Likewise.
22766         (__libc_realloc): Likewise.
22767         (__libc_mallopt): Likewise.
22769 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22771         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
22773 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
22775         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
22776         macro to a function.  Check for zero perturb_byte.
22777         (_int_malloc, _int_free): Remove zero perturb_byte checks.
22779         * malloc/malloc.c: (force_reg): Remove.
22780         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
22781         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
22782         force_reg by atomic_forced_read.
22783         * malloc/arena.c (ptmalloc_init): Likewise.
22784         * malloc/hooks.c (top_check): Likewise.
22786 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22788         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22790 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
22792         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22794 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
22796         * math/auto-libm-test-in: Add tests of lgamma.
22797         * math/auto-libm-test-out: Regenerated.
22798         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
22799         (M_LOG_2_SQRT_PIl): Likewise.
22800         (lgamma_test_data): Use AUTO_TESTS_f_f1.
22801         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22802         mpfr_f_f1.
22803         (func_calc_desc): Add mpfr_f_f1 union field.
22804         (ARGS1): New macro.
22805         (ARGS2): Likewise.
22806         (ARGS3): Likewise.
22807         (ARGS4): Likewise.
22808         (RET1): Likewise.
22809         (RET2): Likewise.
22810         (CALC): Likewise.
22811         (FUNC): Likewise.
22812         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
22813         (test_functions): Add lgamma.
22814         (calc_generic_results): Handle mpfr_f_f1.
22815         * sysdeps/i386/fpu/libm-test-ulps: Update.
22816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22818 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22820         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
22821         __mpn_add_n for PowerPC64/POWER7.
22822         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
22823         __mpn_sub_n for PowerPC64/POWER7.
22825         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
22826         __mpn_addmul_1 for PowerPC64.
22827         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
22828         __mpn_submul_1 for PowerPC64.
22829         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
22830         for PowerPC64.
22831         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
22832         for PowerPC64.
22834 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
22836         [BZ #15089]
22837         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
22839 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22841         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
22843         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
22844         add multiarch folders.
22845         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
22846         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
22847         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
22848         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
22849         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
22850         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
22851         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
22852         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
22853         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
22854         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
22855         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
22856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
22857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
22858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
22859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
22860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
22861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
22863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22864         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
22865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
22866         New file.
22867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
22868         New file.
22869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
22870         multiarch __ieee754_hypot for PowerPC32.
22871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
22872         New file.
22873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
22874         New file.
22875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
22876         multiarch __ieee754_hypotf for PowerPC32.
22878         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
22879         long_double_symbol only if __logbl is defined.
22880         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
22881         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
22882         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
22883         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
22884         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
22885         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
22886         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
22887         path for implementation.
22888         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
22889         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
22890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
22891         logb, and logbl multiarch implementations for PowerPC32.
22892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
22893         file.
22894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
22895         file.
22896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
22897         multiarch logb for PowerPC32.
22898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
22899         file.
22900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
22901         file.
22902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
22903         multiarch logbf for PowerPC32.
22904         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
22905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
22906         file.
22907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
22908         multiarch logbl implementation for PowerPC32.
22910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
22911         and modff multiarch implementations.
22912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
22913         New file.
22914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
22915         New file.
22916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22917         multiarch modf for PowerPC32.
22918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22919         New file.
22920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22921         New file.
22922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22923         multiarch modff for PowerPC32.
22925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22926         and lrintf multiarch implementations.
22927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22928         New file.
22929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22930         New file.
22931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22932         multiarch lrint for PowerPC32.
22933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22934         file: multiarch lrintf for PowerPC32.
22936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22937         and lroundf multiarch implementations.
22938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22939         New file.
22940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22941         New file.
22942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22943         New file.
22944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22945         multiarch lround for PowerPC32.
22946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22947         file: multiarch lroundf for PowerPC32.
22949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22950         copysign and copysignf multiarch implementations.
22951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22952         New file.
22953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22954         New file.
22955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22956         file: multiarch copysign for PowerPC32.
22957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22958         file: multiarch copysignf for PowerPC32.
22960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22961         and truncf multiarch implementations.
22962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22963         New file.
22964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22965         file.
22966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22967         multiarch trunc for PowerPC32.
22968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22969         New file.
22970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22971         New file.
22972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22973         multiarch truncf for PowerPC32.
22975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22976         and roundf multiarch implementations.
22977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22978         New file.
22979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22980         file.
22981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22982         multiarch round for PowerPC32.
22983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22984         New file.
22985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22986         New file.
22987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22988         multiarch roundf for PowerPC32.
22990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22991         and floorf multiarch implementations.
22992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22993         New file.
22994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22995         file.
22996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22997         multiarch floor for PowerPC32.
22998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22999         New file.
23000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
23001         New file.
23002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
23003         multiarch floorf for PowerPC32.
23005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
23006         and ceilf multiarch implementations.
23007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
23008         New file.
23009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
23010         file.
23011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
23012         multiarch ceil for PowerPC32.
23013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
23014         New file.
23015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
23016         file.
23017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
23018         multiarch ceilf for PowerPC32.
23020         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
23021         is defined.
23022         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
23023         FINITEF is defined.
23024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
23025         and finitef multiarch implementations.
23026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
23027         New file.
23028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
23029         file.
23030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
23031         multiarch finite for PowerPC32.
23032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
23033         New file.
23034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
23035         file: multiarch finitef for PowerPC32.
23037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
23038         and isinff multiarch implementations.
23039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
23040         file.
23041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
23042         file.
23043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
23044         multiarch isinf for PowerPC32.
23045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
23046         New file.
23047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
23048         multiarch isinff for PowerPC32.
23050         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
23051         alias when __isnan is defined.
23052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
23053         and isnanf multiarch implementations.
23054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
23055         file.
23056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
23057         file.
23058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
23059         file.
23060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
23061         file.
23062         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
23063         multiarch isnan for PowerPC32.
23064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
23065         New file.
23066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
23067         New file.
23068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
23069         multiarch isnanf for PowerPC32.
23071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
23072         and sqrtf multiarch implementations.
23073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
23074         file.
23075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
23076         file.
23077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
23078         multiarch sqrt for PowerPC32.
23079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
23080         file.
23081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
23082         file.
23083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
23084         multiarch sqrtf for PowerPC32.
23086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
23087         and llroundf multiarch implementations.
23088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
23089         New file.
23090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
23091         New file.
23092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
23093         New file.
23094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
23095         file: multiarch llround for PowerPC32.
23096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
23097         file: multiarch llroundf for PowerPC32.
23099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
23100         multiarch PowerPC32 fpu implementations.
23101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
23102         New file.
23103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
23104         New file.
23105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
23106         multiarch llrint for PowerPC32.
23107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
23108         New file.
23109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
23110         New file.
23111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
23112         file.
23114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
23116         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
23117         file.
23118         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
23119         file.
23120         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
23121         file.
23122         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
23123         multiarch wordcopy for PPC32.
23124         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
23125         wordcopy objects.
23126         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23127         (__libc_ifunc_impl_list): Likewise.
23128         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
23129         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
23130         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
23131         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
23132         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
23133         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
23135         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
23136         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
23137         file.
23138         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
23139         file.
23140         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
23141         file.
23142         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
23143         multiarch wcscpy for PPC32.
23144         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
23145         multiarch objects.
23146         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23147         (__libc_ifunc_impl_list): Likewise.
23148         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
23149         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
23150         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
23151         sysdeps/powerpc/power6/wcscpy.c.
23153         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
23154         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
23155         file.
23156         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
23157         file.
23158         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
23159         file.
23160         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
23161         multiarch wcsrchr for PPC32.
23162         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
23163         multiarch objects.
23164         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23165         (__libc_ifunc_impl_list): Likewise.
23166         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
23167         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
23168         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
23169         sysdeps/powerpc/power6/wcsrchr.c.
23171         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
23172         file.
23173         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
23174         file.
23175         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
23176         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
23177         multiarch wcschr for PPc32.
23178         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
23179         multiarch objects.
23180         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23181         (__libc_ifunc_impl_list): Likewise.
23182         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
23183         * sysdeps/powerpc/power6/wcschr.c: ... to here.
23184         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
23185         sysdeps/powerpc/power6/wcschr.c.
23187         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
23188         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
23189         file.
23190         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
23191         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
23192         file: multiarch strchr for PPC32.
23193         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
23194         multiarch objects.
23195         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23196         (__libc_ifunc_impl_list): Likewise.
23198         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
23199         name.
23200         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
23201         file.
23202         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
23203         file.
23204         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
23205         multiarch strchrnul for PPC32.
23206         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
23207         multiarch objects.
23208         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23209         (__libc_ifunc_impl_list): Likewise.
23211         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
23212         file.
23213         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
23214         multiarch strncasecmp for PPC32.
23215         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
23216         file.
23217         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
23218         multiarch strncasecmp_l for PPC32.
23219         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
23220         strncasecmp multiarch objects.
23221         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23222         (__libc_ifunc_impl_list): Likewise.
23224         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
23225         file.
23226         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
23227         multiarch strncasecmp for PPC32.
23228         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
23229         New file.
23230         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
23231         multiarch strcasecmp_l for PPC32.
23232         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
23233         multiarch objects.
23234         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23235         (__libc_ifunc_impl_list): Likewise.
23237         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
23238         file.
23239         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
23240         file.
23241         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
23242         multiarch strncmp for PPC32.
23243         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
23244         multiarch objects.
23245         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23246         (__libc_ifunc_impl_list): Likewise.
23248         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
23249         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
23250         file.
23251         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
23252         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
23253         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
23254         multiarch objects.
23255         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23256         (__libc_ifunc_impl_list): Likewise.
23258         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
23259         file.
23260         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
23261         file.
23262         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
23263         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
23264         multiarch objects.
23265         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23266         (__libc_ifunc_impl_list): Likewise.
23268         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
23269         file.
23270         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
23271         file.
23272         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
23273         multiarch rawmemchr for PPC32.
23274         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
23275         multiarch objects.
23276         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23277         (__libc_ifunc_impl_list): Likewise.
23279         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
23280         file.
23281         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
23282         file.
23283         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
23284         file: memrchr multiarch for PPC32.
23285         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
23286         multiarch objects.
23287         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23288         (__libc_ifunc_impl_list): Likewise.
23290         * string/memchr.c (__memchr): Using macro to redefine symbol name.
23291         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
23292         file.
23293         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
23294         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
23295         multiarch memchr for PPC32.
23296         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
23297         multiarch objects.
23298         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23299         (__libc_ifunc_impl_list): Likewise.
23301         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
23302         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
23303         file.
23304         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
23305         file.
23306         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
23307         file: multiarch mempcpy for PPC32.
23308         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
23309         multiarch objects.
23310         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23311         (__libc_ifunc_impl_list): Likewise.
23313         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
23314         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
23315         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
23316         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
23317         multiarch bzero for PPC32.
23318         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
23319         file.
23320         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
23321         file.
23322         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
23323         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
23324         file: multiarch memset for PPC32.
23325         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
23326         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
23327         memset multiarch objects.
23328         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23329         (__libc_ifunc_impl_list): Likewise.
23331         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
23332         file.
23333         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
23334         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
23335         memcmp for PPC32.
23336         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
23337         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
23338         multiarch objects.
23339         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23340         (__libc_ifunc_impl_list): Likewise.
23342         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
23343         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
23344         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
23345         file.
23346         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
23347         file.
23348         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
23349         file.
23350         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
23351         multiarch memcpy for PPC32.
23352         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
23353         multiarch objects.
23354         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23355         (__libc_ifunc_impl_list): Likewise.
23357         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
23358         support multiarch for POWER/PPC32.
23359         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
23360         Likewise.
23361         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
23362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
23363         Implies file to make multiarch folder appers before the fpu and
23364         default folder for power4 configuration.
23366 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
23368         * scripts/bench.pl: Append volatile keyword to type.
23370 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23372         * sysdeps/sh/sotruss-lib.c: New file.
23373         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
23375 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23377         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23379 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
23381         [BZ #6810]
23382         * math/w_tgamma.c: Include <errno.h>.
23383         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
23384         * math/w_tgammaf.c: Include <errno.h>.
23385         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
23386         * math/w_tgammal.c: Include <errno.h>.
23387         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
23388         * math/auto-libm-test-in: Do not allow missing errno on tgamma
23389         underflow.  Add more tgamma tests.
23390         * math/auto-libm-test-out: Regenerated.
23391         * sysdeps/i386/fpu/libm-test-ulps: Update.
23392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23394         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
23395         sin, sinh, tan, tanh, tgamma, y0 and y1.
23396         * math/auto-libm-test-out: Regenerated.
23397         * math/libm-test.inc (TEST_COND_x86_64): New macro.
23398         (TEST_COND_x86): Likewise.
23399         (M_E2l): Remove macro.
23400         (M_E3l): Likewise.
23401         (M_2_SQRT_PIl): Likewise.
23402         (M_SQRT_PIl): Likewise.
23403         (M_1_DIV_El): Likewise.
23404         (log_test_data): Use AUTO_TESTS_f_f.
23405         (log10_test_data): Likewise.
23406         (log1p_test_data): Likewise.
23407         (log2_test_data): Likewise.
23408         (sin_test_data): Likewise.
23409         (sin_tonearest_test_data): Likewise.
23410         (sin_towardzero_test_data): Likewise.
23411         (sin_downward_test_data): Likewise.
23412         (sin_upward_test_data): Likewise.
23413         (sinh_test_data): Likewise.
23414         (sinh_tonearest_test_data): Likewise.
23415         (sinh_towardzero_test_data): Likewise.
23416         (sinh_downward_test_data): Likewise.
23417         (sinh_upward_test_data): Likewise.
23418         (tan_test_data): Likewise.
23419         (tan_tonearest_test_data): Likewise.
23420         (tan_towardzero_test_data): Likewise.
23421         (tan_downward_test_data): Likewise.
23422         (tan_upward_test_data): Likewise.
23423         (tanh_test_data): Likewise.
23424         (tgamma_test_data): Likewise.
23425         (y0_test_data): Likewise.
23426         (y1_test_data): Likewise.
23427         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
23428         (special_real_inputs): Add pi/4.
23429         * sysdeps/i386/fpu/libm-test-ulps: Update.
23430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23432 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23434         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
23435         "longjmp_target" static probes.
23436         (__longjmp): Rename to __longjmp_symbol.
23437         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
23438         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
23439         on which longjmp to generate.
23440         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23441         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
23442         probe.
23443         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23444         (__sigjmp_save): Rename to __sigjmp_save_symbol.
23445         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
23446         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
23447         and __sigjmp_save_symbol based on which sigsetjmp to generated.
23448         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
23449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
23450         __longjmp_symbol based on which __longjmp to generate.
23451         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
23452         probe.
23453         (setjmp): Rename to setjmp_symbol.
23454         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23455         (_setjmp): Rename to _setjmp_symbol.
23456         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23457         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
23458         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
23459         which setjmp to generate.
23460         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
23461         "longjmp_target" static probes.
23463 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23465         * benchtests/README: Add note about output arguments.
23466         * benchtests/bench-sincos.c: Remove file.
23467         * benchtests/sincos-inputs: New file.
23468         * scripts/bench.pl: Identify output arguments and define
23469         static variables for them.
23471         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
23473         [BZ #15941]
23474         * Makefile (INSTALL): Add install-plain.texi as the primary
23475         dependency.
23476         * manual/install-plain.texi: New file.
23477         * manual/install.texi: Include node directive only for
23478         non-plaintext output.
23480 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
23482         * stdlib/longlong.h: Update from GCC.
23484         [BZ #6807]
23485         [BZ #15901]
23486         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
23487         * math/w_j0f.c (y0f): Likewise.
23488         * math/w_j0l.c (__y0l): Likewise.
23489         * math/w_j1.c (y1): Likewise.
23490         * math/w_j1f.c (y1f): Likewise.
23491         * math/w_j1l.c (__y1l): Likewise
23492         * math/w_jn.c (yn): Likewise.
23493         * math/w_jnf.c (ynf): Likewise.
23494         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
23495         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
23496         value for Bessel function domain errors outside _SVID_ mode.
23497         Adjust sign of return value for yn (negative integer, 0).
23498         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
23499         by zero in return for negative x and set sign appropriately for
23500         negative n.
23501         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
23502         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
23503         * math/libm-test.inc (y0_test_data): Add more tests and adjust
23504         expectations in error cases.
23505         (y1_test_data): Likewise.
23506         (yn_test_data): Likewise.
23507         * sysdeps/i386/fpu/libm-test-ulps: Update.
23508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23510 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23512         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
23513         "64" to "64-v1".  Add "64-v2".
23514         (abi-64-options): Rename to ...
23515         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
23516         (abi-64-condition): Rename to ...
23517         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
23518         (abi-64-ld-soname): Rename to ...
23519         (abi-64-v1-ld-soname): ... this.
23520         (abi-64-v2-options): Define.
23521         (abi-64-v2-condition): Likewise.
23522         (abi-64-v2-ld-soname): Likewise.
23523         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
23524         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
23525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
23526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
23527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
23529 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23530             Alan Modra  <amodra@gmail.com>
23532         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
23533         New versions for use with the ELFv2 ABI.
23534         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
23535         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
23536         declaration.
23537         (struct La_ppc64v2_retval): Likewise.
23538         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
23539         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
23540         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
23541         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
23542         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
23543         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
23544         Do not save or restore CR.
23545         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
23546         (_dl_profile_resolve): Do no save or restore CR.  Support extended
23547         return values for ELFv2 ABI.  Fix location of FPR return registers.
23548         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
23549         updated values for _CALL_ELF == 2.
23550         (La_regs, La_retval, int_retval): Likewise.
23552 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23554         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
23555         (FRAME_MIN_SIZE_PARM): Likewise.
23556         (FRAME_BACKCHAIN): Likewise.
23557         (FRAME_CR_SAVE): Likewise.
23558         (FRAME_LR_SAVE): Likewise.
23559         (FRAME_TOC_SAVE): Likewise.
23560         (FRAME_PARM_SAVE): Likewise.
23561         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
23562         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
23563         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
23564         (call_mcount_parm_offset): New macro.
23565         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
23566         (PROF): Use symbolic stack frame offsets.
23567         (TAIL_CALL_SYSCALL_ERROR): Likewise.
23568         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
23569         Redefine in terms of FRAME_MIN_SIZE.
23570         (_dl_runtime_resolve): Use symbolic stack frame offsets.
23571         (_dl_profile_resolve): Likewise.  Update comment.
23572         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
23573         symbols stack frame offsets.
23574         (__sigsetjmp): Likewise.
23575         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
23576         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
23577         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
23578         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
23580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
23581         (FRAME_BACKCHAIN): Remove.
23582         (FRAME_CR_SAVE): Likewise.
23583         (FRAME_LR_SAVE): Likewise.
23584         (FRAME_COMPILER_DW): Likewise.
23585         (FRAME_LINKER_DW): Likewise.
23586         (FRAME_TOC_SAVE): Likewise.
23587         (FRAME_PARM_SAVE): Likewise.
23588         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
23589         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
23590         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
23591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
23592         (CHECK_SP): Use symbolic stack frame offsets.
23593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
23594         zone" instead of caller's parameter save area for temp storage.
23595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
23596         Likewise.  Also, use symbolic stack frame offsets.
23597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
23598         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
23599         our own stack frame instead of the caller's.
23600         (__socket): Use symbolic stack frame offsets.
23602 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23603             Alan Modra  <amodra@gmail.com>
23605         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
23606         Define.
23607         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
23608         (PPC64_LOCAL_ENTRY_OFFSET): Define.
23609         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
23610         New function.
23611         (elf_machine_fixup_plt): Call it.
23612         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
23613         reloc arguments.
23614         (elf_machine_rela): Update call to elf_machine_plt_conflict.
23615         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
23616         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
23617         r2 before calling target.
23619 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23620             Alan Modra  <amodra@gmail.com>
23622         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
23623         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
23624         versions of macros to support ELFv2 ABI.
23625         (LOCALENTRY): New macro.
23626         (ENTRY, EALIGN): Use it.
23627         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
23628         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
23629         fall through into ENTRY entry point.
23630         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
23631         Only define if _CALL_ELF != 2.
23633         (elf_machine_matches_host): Verify ABI version matches.
23634         (RTLD_START): Use LOCALENTRY.
23635         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
23636         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
23637         (PLT_ENTRY_WORDS): New macro.
23638         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
23639         (elf_machine_runtime_setup): Support ELFv2 ABI.
23640         (elf_machine_fixup_plt): Likewise.
23641         (elf_machine_plt_conflict): Likewise.
23642         (resolve_ifunc): Likewise.
23643         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
23644         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23645         Likewise.
23646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
23647         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
23648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
23649         (makecontext): Support ELFv2 ABI.
23650         * elf/elf.h (EF_PPC64_ABI): Define.
23652 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23654         * sysdeps/powerpc/powerpc64/sysdep.h
23655         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
23656         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
23657         (ENTRY) [ASSEMBLER]: ... but instead here ...
23658         (EALIGN) [ASSEMBLER]: ... and here.
23659         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
23660         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
23661         (ENTRY_2) [!ASSEMBLER]: Use it.
23662         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
23663         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
23664         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
23665         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
23666         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
23667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
23668         Use PPC64_LOAD_FUNCPTR.
23670         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
23672 2013-12-04  Alan Modra  <amodra@gmail.com>
23674         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
23675         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
23676         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
23677         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
23679         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
23680         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
23681         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
23682         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
23683         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
23684         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
23686 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
23689         (__makecontext): Fix incorrect CFI when backtracing out of
23690         context created via makecontext.
23691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
23692         (__setcontext): Fix incorrect CFI during switch to new context.
23693         (__novec_setcontext): Likewise.
23695 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
23697         [BZ #4772]
23698         * time/strptime_l.c (__strptime_internal): Allow modifiers
23699         in strptime.
23700         * time/tst-strptime.c (day_tests): Add testcase.
23702 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23704         * scripts/bench.pl: Skip over blank lines.
23706 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23708         [BZ #926]
23709         * manual/time.texi (Calendar Time): Clarify what timezone functions
23710         use.
23712 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23714         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23716 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
23718         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
23719         implementation.
23720         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
23721         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
23722         * debug/memset_chk.c (__memset_chk): Likewise.
23723         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
23724         * debug/strncpy_chk.c: Likewise.
23726 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23728         [BZ #15268]
23729         [BZ #15425]
23730         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
23731         (__ieee754_exp): For possibly underflowing results, check size of
23732         result and force underflow exception if required.
23733         * math/auto-libm-test-in: Add more tests of exp.
23734         * math/auto-libm-test-out: Regenerated.
23735         * sysdeps/i386/fpu/libm-test-ulps: Update.
23736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23738         [BZ #16283]
23739         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
23740         * math/w_exp2f.c (__exp2f): Likewise.
23741         * math/w_exp2l.c (__exp2l): Likewise.
23742         * math/auto-libm-test-in: Do not allow missing errno on exp2
23743         underflow.
23744         * math/auto-libm-test-out: Regenerated.
23746 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
23748         [BZ #16274]
23749         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
23750         handle filename validation.
23751         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
23752         (do_open): Delete.
23754 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23756         [BZ #6786]
23757         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
23758         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
23759         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
23760         <float.h>.
23761         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
23762         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
23763         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23764         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
23765         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23766         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
23767         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23768         * math/auto-libm-test-in: Don't allow missing errno from erfc.
23769         Add more erfc tests.
23770         * math/auto-libm-test-out: Regenerated.
23771         * sysdeps/i386/fpu/libm-test-ulps: Update.
23772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23774         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
23775         exp2, expm1, j0 and j1.
23776         * math/auto-libm-test-out: Regenerated.
23777         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
23778         (erfc_test_data): Likewise.
23779         (exp_test_data): Likewise.
23780         (exp_tonearest_test_data): Likewise.
23781         (exp_towardzero_test_data): Likewise.
23782         (exp_downward_test_data): Likewise.
23783         (exp_upward_test_data): Likewise.
23784         (exp10_test_data): Likewise.
23785         (exp2_test_data): Likewise.
23786         (expm1_test_data): Likewise.
23787         (j0_test_data): Likewise.
23788         (j1_test_data): Likewise.
23789         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
23790         (input_flag_type): Add flag_xfail_rounding.
23791         (input_flags): Add xfail-rounding.
23792         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
23793         (output_for_one_input_case): Handle flag_xfail_rounding.
23794         * sysdeps/i386/fpu/libm-test-ulps: Update.
23795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23797 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
23799         [BZ #16289]
23800         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
23801         division by 0.
23803 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23805         [BZ #16195]
23806         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
23807         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
23808         (STAP_PROBE0): New macro.
23809         (STAP_PROBE1): Likewise.
23810         (STAP_PROBE2): Likewise.
23811         (STAP_PROBE3): Likewise.
23812         (STAP_PROBE4): Likewise.
23814 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
23816         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
23818 2013-12-02  Steve Ellcey  <sellcey@mips.com>
23820         * benchtests/Makefile (bench): Add sqrt.
23821         (LDLIBS-bench-sqrt): New.
23822         * benchtests/sqrt-input: New.
23824 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
23826         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
23827         (GAIH_EAI): Likewise.
23828         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
23829         (gaih_inet): Likewise.
23830         (getaddrinfo): Don't use GAIH_EAI.
23832         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
23833         (struct gaih): Remove definition.
23835 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23837         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
23838         Use HERRNOP directly.
23840 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23842         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23844 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
23846         * math/gen-auto-libm-tests.c (test_functions): Add more
23847         single-argument functions.
23848         (special_fill_pi_2): New function.
23849         (special_fill_minus_pi_2): Likewise.
23850         (special_fill_pi_6): Likewise.
23851         (special_fill_minus_pi_6): Likewise.
23852         (special_fill_pi_3): Likewise.
23853         (special_fill_2pi_3): Likewise.
23854         (special_fill_e): Likewise.
23855         (special_fill_1_e): Likewise.
23856         (special_fill_e_minus_1): Likewise.
23857         (special_real_inputs): Add more special inputs.
23858         (output_for_one_input_case): Do not require ERANGE on underflow to
23859         zero if round-to-nearest result does not underflow to zero, unless
23860         exact results required.
23861         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
23862         atan, atanh, cbrt, cos and cosh.
23863         * math/auto-libm-test-out: Regenerated.
23864         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
23865         (acos_tonearest_test_data): Likewise.
23866         (acos_towardzero_test_data): Likewise.
23867         (acos_downward_test_data): Likewise.
23868         (acos_upward_test_data): Likewise.
23869         (acosh_test_data): Likewise.
23870         (asin_test_data): Likewise.
23871         (asin_tonearest_test_data): Likewise.
23872         (asin_towardzero_test_data): Likewise.
23873         (asin_upward_test_data): Likewise.
23874         (asinh_test_data): Likewise.
23875         (atan_test_data): Likewise.
23876         (atanh_test_data): Likewise.
23877         (cbrt_test_data): Likewise.
23878         (cos_test_data): Likewise.
23879         (cos_tonearest_test_data): Likewise.
23880         (cos_towardzero_test_data): Likewise.
23881         (cos_downward_test_data): Likewise.
23882         (cos_upward_test_data): Likewise.
23883         (cosh_test_data): Likewise.
23884         (cosh_tonearest_test_data): Likewise.
23885         (cosh_towardzero_test_data): Likewise.
23886         (cosh_downward_test_data): Likewise.
23887         (cosh_upward_test_data): Likewise.
23888         * sysdeps/i386/fpu/libm-test-ulps: Update.
23889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23891 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
23893         [BZ #6787]
23894         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
23895         * math/w_exp10f.c (__exp10f): Likewise.
23896         * math/w_exp10l.c (__exp10l): Likewise.
23897         * math/libm-test.inc (exp10_test_data): Add more tests and expect
23898         errno settings in existing tests.
23900         [BZ #14032]
23901         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
23902         precision control set to double precision.
23903         * sysdeps/i386/fpu/w_sqrt.c: New file.
23904         * math/auto-libm-test-in: Add more tests.
23905         * math/auto-libm-test-out: Update.
23907         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
23908         (sqrt_test_tonearest): New function.
23909         (sqrt_towardzero_test_data): New variable.
23910         (sqrt_test_towardzero): New function.
23911         (sqrt_downward_test_data): New variable.
23912         (sqrt_test_downward): New function.
23913         (sqrt_upward_test_data): New variable.
23914         (sqrt_test_upward): New function.
23915         (main): Call the new functions.
23917         * math/gen-auto-libm-tests.c: New file.
23918         * math/auto-libm-test-in: Likewise.
23919         * math/auto-libm-test-out: New generated file.
23920         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23921         variables.
23922         (%beautify): Add generated representations of zero.
23923         (top level): Set $auto_input and call parse_auto_input.
23924         (beautify): Remove trailing "f" from hex float constants.
23925         (parse_args): Handle XFAIL_TEST.
23926         (convert_condition): New function.
23927         (or_value): Likewise.
23928         (or_cond_value): Likewise.
23929         (generate_testfile): Handle AUTO_TESTS_* lines.
23930         (parse_auto_input): New function.
23931         * math/libm-test.inc (XFAIL_TEST): New macro.
23932         (ERRNO_UNCHANGED): Update value.
23933         (ERRNO_EDOM): Likewise.
23934         (ERRNO_ERANGE): Likewise.
23935         (IGNORE_RESULT): Likewise.
23936         (TEST_COND_flt_32): New macro.
23937         (TEST_COND_dbl_64): Likewise.
23938         (TEST_COND_ldbl_96_intel): Likewise.
23939         (TEST_COND_ldbl_96_m68k): Likewise.
23940         (TEST_COND_ldbl_128): Likewise.
23941         (TEST_COND_ldbl_128ibm): Likewise.
23942         (TEST_COND_long32): Likewise.
23943         (TEST_COND_long64): Likewise.
23944         (TEST_COND_before_rounding): Likewise.
23945         (TEST_COND_after_rounding): Likewise.
23946         (enable_test): Handle XFAIL_TEST flag.
23947         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23948         with finite results.
23949         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23950         auto-libm-test-out.
23952 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23953             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23955         [BZ #16214]
23956         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23957         __tls_get_addr_internal instead of __tls_get_offset in order to
23958         avoid GOT pointer dependency.  Make rtld export
23959         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23960         __tls_get_addr since we are a __tls_get_offset platform.
23961         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23962         GOT pointer being set up before.
23963         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23965 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
23967         * manual/math.texi (Errors in Math Functions): Document accuracy
23968         goals.
23970         [BZ #15004]
23971         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23972         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23973         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23974         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23975         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23976         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23977         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23978         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23979         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23980         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23981         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23982         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23983         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23984         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23985         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23986         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23988         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23989         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23990         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23991         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23992         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23993         Likewise.
23994         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23995         Likewise.
23996         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23997         Likewise.
23998         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23999         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
24000         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
24001         atomic-feupdateenv and flt-rounds.
24002         * sysdeps/powerpc/nofpu/Versions (libc): Add
24003         __atomic_feholdexcept, __atomic_feclearexcept,
24004         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
24005         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
24006         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
24007         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
24008         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
24009         here.
24010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
24011         Update.
24013         * manual/arith.texi (FP Exceptions): Document that exceptions may
24014         not be raised when matherr is used.
24015         (Math Error Reporting): Document overflow in directed rounding
24016         modes.  Document that errno may not be set when finite values are
24017         returned on overflow.  Document intent to set errno on underflow
24018         only for underflow to zero.
24020         [BZ #16271]
24021         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
24022         round-to-nearest then adjust result for other rounding modes.
24023         * include/fenv.h (fegetround): Use libm_hidden_proto.
24024         * math/fegetround.c (fegetround): Use libm_hidden_def.
24025         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
24026         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
24027         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
24028         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
24029         Likewise.
24030         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
24031         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
24032         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
24033         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
24035 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24037         [BZ #16077]
24038         * nss/Versions (libnss_files): Add
24039         _nss_files_gethostbyname3_r.
24040         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
24041         New function.
24042         (HOST_DB_LOOKUP): Remove macro.
24043         (_nss_files_gethostbyname_r): Implement function without the
24044         HOST_DB_LOOKUP macro.
24045         (_nss_files_gethostbyname2_r): Likewise.
24047 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
24049         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
24051 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
24053         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
24054         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
24055         warning.
24057 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24059         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
24060         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
24061         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
24062         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
24063         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
24064         __fe_nomask_env_priv and attribute_hidden.
24065         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
24066         (libc_feupdateenv_test_ppc): Likewise.
24067         (libc_feresetround_ppc): Likewise.
24068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24069         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
24070         compat_symbol macro.
24071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24072         (__fe_nomask_env): Likewise.
24073         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
24075 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24077         * string/Makefile: Remove ifunc tests.
24078         * string/test-string.h: Define TEST_IFUNC.
24079         * string/test-bcopy-ifunc.c: Remove.
24080         * string/test-bzero-ifunc.c: Likewise.
24081         * string/test-memccpy-ifunc.c: Likewise.
24082         * string/test-memchr-ifunc.c: Likewise.
24083         * string/test-memcmp-ifunc.c: Likewise.
24084         * string/test-memcpy-ifunc.c: Likewise.
24085         * string/test-memmem-ifunc.c: Likewise.
24086         * string/test-memmove-ifunc.c: Likewise.
24087         * string/test-mempcpy-ifunc.c: Likewise.
24088         * string/test-memrchr-ifunc.c: Likewise.
24089         * string/test-memset-ifunc.c: Likewise.
24090         * string/test-rawmemchr-ifunc.c: Likewise.
24091         * string/test-stpcpy-ifunc.c: Likewise.
24092         * string/test-stpncpy-ifunc.c: Likewise.
24093         * string/test-strcasecmp-ifunc.c: Likewise.
24094         * string/test-strcasestr-ifunc.c: Likewise.
24095         * string/test-strcat-ifunc.c: Likewise.
24096         * string/test-strchr-ifunc.c: Likewise.
24097         * string/test-strchrnul-ifunc.c: Likewise.
24098         * string/test-strcmp-ifunc.c: Likewise.
24099         * string/test-strcpy-ifunc.c: Likewise.
24100         * string/test-strcspn-ifunc.c: Likewise.
24101         * string/test-strlen-ifunc.c: Likewise.
24102         * string/test-strncasecmp-ifunc.c: Likewise.
24103         * string/test-strncat-ifunc.c: Likewise.
24104         * string/test-strncmp-ifunc.c: Likewise.
24105         * string/test-strncpy-ifunc.c: Likewise.
24106         * string/test-strnlen-ifunc.c: Likewise.
24107         * string/test-strpbrk-ifunc.c: Likewise.
24108         * string/test-strrchr-ifunc.c: Likewise.
24109         * string/test-strspn-ifunc.c: Likewise.
24110         * string/test-strstr-ifunc.c: Likewise.
24112 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24114         * benchtests/Makefile: Remove ifunc tests.
24115         * benchtests/bench-string.h: Define TEST_IFUNC.
24116         * benchtests/bench-bcopy-ifunc.c: Remove.
24117         * benchtests/bench-bzero-ifunc.c: Likewise.
24118         * benchtests/bench-memccpy-ifunc.c: Likewise.
24119         * benchtests/bench-memchr-ifunc.c: Likewise.
24120         * benchtests/bench-memcmp-ifunc.c: Likewise.
24121         * benchtests/bench-memcpy-ifunc.c: Likewise.
24122         * benchtests/bench-memmem-ifunc.c: Likewise.
24123         * benchtests/bench-memmove-ifunc.c: Likewise.
24124         * benchtests/bench-mempcpy-ifunc.c: Likewise.
24125         * benchtests/bench-memrchr-ifunc.c: Likewise.
24126         * benchtests/bench-memset-ifunc.c: Likewise.
24127         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
24128         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
24129         * benchtests/bench-stpcpy-ifunc.c: Likewise.
24130         * benchtests/bench-stpncpy-ifunc.c: Likewise.
24131         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
24132         * benchtests/bench-strcasestr-ifunc.c: Likewise.
24133         * benchtests/bench-strcat-ifunc.c: Likewise.
24134         * benchtests/bench-strchr-ifunc.c: Likewise.
24135         * benchtests/bench-strchrnul-ifunc.c: Likewise.
24136         * benchtests/bench-strcmp-ifunc.c: Likewise.
24137         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
24138         * benchtests/bench-strcpy-ifunc.c: Likewise.
24139         * benchtests/bench-strcspn-ifunc.c: Likewise.
24140         * benchtests/bench-strlen-ifunc.c: Likewise.
24141         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
24142         * benchtests/bench-strncat-ifunc.c: Likewise.
24143         * benchtests/bench-strncmp-ifunc.c: Likewise.
24144         * benchtests/bench-strncpy-ifunc.c: Likewise.
24145         * benchtests/bench-strnlen-ifunc.c: Likewise.
24146         * benchtests/bench-strpbrk-ifunc.c: Likewise.
24147         * benchtests/bench-strrchr-ifunc.c: Likewise.
24148         * benchtests/bench-strsep-ifunc.c: Likewise.
24149         * benchtests/bench-strspn-ifunc.c: Likewise.
24150         * benchtests/bench-strstr-ifunc.c: Likewise.
24152 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24154         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
24156 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24158         * resolv/netdb.h: Use __glibc_reserved instead __unused.
24159         * rt/aio.h: Likewise.
24160         * sysdeps/gnu/bits/utmp.h: Likewise.
24161         * sysdeps/gnu/bits/utmpx.h: Likewise.
24162         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
24163         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
24164         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
24165         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
24166         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
24167         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
24168         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
24169         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
24170         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
24171         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
24172         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
24173         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
24174         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
24175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
24176         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
24177         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
24178         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
24179         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
24180         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
24181         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
24182         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
24183         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
24184         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
24185         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
24186         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
24187         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
24188         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
24189         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
24190         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
24191         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
24192         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
24193         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
24194         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
24195         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
24196         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
24197         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
24198         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
24199         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
24200         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
24201         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
24202         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
24203         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24205 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
24207         [BZ #16245]
24208         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
24209         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
24211 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
24213         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
24214         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
24215         Likewise.
24217 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24219         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
24220         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
24221         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
24222         (__fesetround): Remove define.
24223         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
24224         rounding and exceptions handling.
24225         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
24226         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
24227         (__fe_nomask_env): Likewise.
24228         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
24229         __fegetround instead of fegetround.
24230         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
24231         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
24233 2013-11-21  Roland McGrath  <roland@hack.frob.com>
24235         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
24236         it's there.
24238         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
24240 2013-11-21  Meador Inge  <meadori@codesourcery.com>
24242         [BZ #11157]
24243         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
24244         (encrypt_r): Likewise.
24245         * malloc/obstack.h (obstack_free): Likewise.
24246         * posix/unistd.h (encrypt): Likewise.
24248 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
24250         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
24251         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
24252         DL_CALL_DT_FINI() that call the functions directly.
24253         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
24254         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
24255         * elf/dl-fini.c: Likewise.
24257 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
24259         * malloc/hooks.c (memalign_check): Add alignment rounding.
24260         * malloc/malloc.c (_mid_memalign): New function.
24261         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
24262         Implement by calling _mid_memalign.
24263         * manual/probes.texi (Memory Allocation Probes): Remove
24264         memory_valloc_retry and memory_pvalloc_retry.
24266 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24268         * locale/programs/locarchive.c (open_archive): Add const
24269         qualifier to ARCHIVEFNAME and copy default fname to
24270         DEFAULT_FNAME.
24272         [BZ #15601]
24273         * libio/tst-widetext.input: Rename Oriya to Odia.
24274         * locale/iso-639.def: Likewise.
24276         * manual/probes.texi (Mathematical Function Probes): Add
24277         documentation for sin, cos, asin and acos probes.
24278         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
24279         (__sin32): Add slowasin probe.
24280         (__cos32): Add slowacos probe.
24281         (__mpsin): Add slowsin probe.
24282         (__mpcos): Add slowcos probe.
24284 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
24286         [BZ #15483]
24287         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
24288         thread-local __sim_exceptions_thread and global
24289         __sim_exceptions_global.
24290         (__sim_disabled_exceptions): Change to thread-local
24291         __sim_disabled_exceptions_thread and global
24292         __sim_disabled_exceptions_global.
24293         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
24294         and global __sim_round_mode_global.
24295         (__simulate_exceptions): Use thread-local floating-point state and
24296         set global state from it as needed.
24297         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
24298         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
24299         __sim_round_mode_thread.
24300         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
24301         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
24302         and global __sim_exceptions_global.
24303         (__sim_disabled_exceptions): Change to thread-local
24304         __sim_disabled_exceptions_thread and global
24305         __sim_disabled_exceptions_global.
24306         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
24307         and global __sim_round_mode_global.
24308         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
24309         (SIM_SET_GLOBAL): Likewise.
24310         * sysdeps/powerpc/soft-fp/sfp-machine.h
24311         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
24312         __sim_round_mode_thread.
24313         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
24314         __sim_disabled_exceptions_thread.
24315         (__sim_exceptions): Change to __sim_exceptions_thread.
24316         (__sim_disabled_exceptions): Change to
24317         __sim_disabled_exceptions_thread.
24318         (__sim_round_mode): Change to __sim_round_mode_thread.
24319         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
24320         thread-local floating-point state and set global state from it as
24321         needed.
24322         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
24323         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
24324         (__sim_disabled_exceptions): Remove extern declaration.
24325         (feenableexcept): Use thread-local floating-point state and set
24326         global state from it as needed.
24327         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
24328         extern declaration.
24329         (__sim_disabled_exceptions): Likewise.
24330         (__sim_round_mode): Likewise.
24331         (__fegetenv): Use thread-local floating-point state.
24332         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
24333         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
24334         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
24335         floating-point state and set global state from it as needed.
24336         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
24337         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
24338         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
24339         Likewise.
24340         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
24341         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
24342         Likewise.
24343         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
24344         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
24345         Use __sim_round_mode_thread.
24346         * math/test-fenv-tls.c: New file.
24347         * math/Makefile (tests): Add test-fenv-tls.
24348         ($(objpfx)test-fenv-tls): Depend on
24349         $(common-objpfx)nptl/libpthread.so.
24351 2013-11-19  Andreas Schwab  <schwab@suse.de>
24353         * locale/programs/locale.c (show_info): Decode wordarray elements.
24354         * locale/categories.def (LC_MONETARY): Add element for
24355         _NL_MONETARY_CRNCYSTR.
24356         * locale/C-monetary.c (conversion_rate): New variable.
24357         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
24358         element.
24360 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
24362         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
24363         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
24365 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
24367         * elf/Makefile (tst-auxv): New test.
24368         * elf/tst-auxv.c: New
24369         * elf/rtld.c (dl_main): Adjust AT_EXECFN
24371 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
24373         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
24374         (hidden_proto): Caller changed.
24375         (hidden_tls_proto): New macro.
24376         (libc_hidden_tls_proto): Likewise.
24377         (rtld_hidden_tls_proto): Likewise.
24378         (libm_hidden_tls_proto): Likewise.
24379         (libresolv_hidden_tls_proto): Likewise.
24380         (librt_hidden_tls_proto): Likewise.
24381         (libdl_hidden_tls_proto): Likewise.
24382         (libnss_files_hidden_tls_proto): Likewise.
24383         (libnsl_hidden_tls_proto): Likewise.
24384         (libnss_nisplus_hidden_tls_proto): Likewise.
24385         (libutil_hidden_tls_proto): Likewise.
24387 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
24389         [BZ #10253]
24390         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
24391         (decompose_rpath): Defer expansion to fillin_rpath.
24392         (_dl_init_paths): Pass linkmap to fillin_rpath.
24394 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
24396         * benchtests/Makefile: Add strsep.
24397         * benchtests/bench-strsep.c: New file: strsep benchtest.
24398         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
24400 2013-11-18  Andreas Schwab  <schwab@suse.de>
24402         * locale/programs/locale.c (show_info) [case byte]: Check for
24403         '\377' instead of '\177'.
24404         * locale/C-monetary.c (not_available): Always use "\377".
24405         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
24406         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
24407         detect unavailable sign_posn locale elements.
24408         * locale/localeconv.c (__localeconv): For grouping and
24409         mon_grouping handle "\177" and "\377" like no grouping.
24410         (INT_ELEM): New macro.  Use it to set all numeric members.
24411         * locale/programs/ld-monetary.c (monetary_read)
24412         <tok_mon_grouping>: Normalize single -1 to the empty string.
24413         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
24414         Likewise.
24416 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
24418         [BZ #16055]
24419         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
24420         when we match (nil).
24421         * stdio-common/tst-sscanf.c (struct test): Add testcase.
24423 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
24425         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
24426         (NO_TEST_INLINE): Update value.
24427         (ERRNO_UNCHANGED): Likewise.
24428         (ERRNO_EDOM): Likewise.
24429         (ERRNO_ERANGE): Likewise.
24430         (IGNORE_RESULT): Likewise.
24431         (check_float_internal): Check signs of NaN results if
24432         TEST_NAN_SIGN used.
24433         (check_complex): Pass TEST_NAN_SIGN flag through to second
24434         check_float_internal call.
24435         (copysign_test_data): Add tests with quiet NaNs as second
24436         argument.  Use TEST_NAN_SIGN.
24437         (fabs_test_data): Add test of negative quiet NaN argument.  Use
24438         TEST_NAN_SIGN.
24439         (signbit_test_data): Add tests of quiet NaN argument.
24440         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
24442         * math/gen-libm-test.pl (show_exceptions): Take extra argument
24443         $ignore_result.
24444         (parse_args): Handle function results specified as IGNORE.
24445         * math/libm-test.inc (IGNORE_RESULT): New macro.
24446         (check_float_internal): Do not check numerical result if flag
24447         IGNORE_RESULT set.
24448         (check_complex): Pass through IGNORE_RESULT to second
24449         check_float_internal call.
24450         (check_int): Do not check numerical result if flag IGNORE_RESULT
24451         set.
24452         (check_long): Likewise.
24453         (check_bool): Likewise.
24454         (check_longlong): Likewise.
24455         (lrint_test_data): Add tests of infinite and NaN arguments.
24456         (lrint_tonearest_test_data): Likewise.
24457         (lrint_towardzero_test_data): Likewise.
24458         (lrint_downward_test_data): Likewise.
24459         (lrint_upward_test_data): Likewise.
24460         (llrint_test_data): Likewise.
24461         (llrint_tonearest_test_data): Likewise.
24462         (llrint_towardzero_test_data): Likewise.
24463         (llrint_downward_test_data): Likewise.
24464         (llrint_upward_test_data): Likewise.
24465         (lround_test_data): Likewise.
24466         (llround_test_data): Likewise.
24468         * math/libm-test.inc (NO_TEST_INLINE): New macro.
24469         (ERRNO_UNCHANGED): Update value.
24470         (ERRNO_EDOM): Likewise.
24471         (ERRNO_ERANGE): Likewise.
24472         (NO_TEST_INLINE_FLOAT): New macro.
24473         (NO_TEST_INLINE_DOUBLE): Likewise.
24474         (enable_test): New function.
24475         (RUN_TEST_f_f): Check enable_test before running test.
24476         (RUN_TEST_2_f): Likewise.
24477         (RUN_TEST_fff_f): Likewise.
24478         (RUN_TEST_c_f): Likewise.
24479         (RUN_TEST_f_f1): Likewise.
24480         (RUN_TEST_fF_f1): Likewise.
24481         (RUN_TEST_fI_f1): Likewise.
24482         (RUN_TEST_ffI_f1): Likewise.
24483         (RUN_TEST_c_c): Likewise.
24484         (RUN_TEST_cc_c): Likewise.
24485         (RUN_TEST_f_i): Likewise.
24486         (RUN_TEST_f_i_tg): Likewise.
24487         (RUN_TEST_ff_i_tg): Likewise.
24488         (RUN_TEST_f_b): Likewise.
24489         (RUN_TEST_f_b_tg): Likewise.
24490         (RUN_TEST_f_l): Likewise.
24491         (RUN_TEST_f_L): Likewise.
24492         (RUN_TEST_fFF_11): Likewise.
24493         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
24494         conditionals.
24495         (cosh_test_data): Likewise.
24496         (exp_test_data): Likewise.
24497         (expm1_test_data): Likewise.
24498         (hypot_test_data): Likewise.
24499         (pow_test_data): Likewise.
24500         (sinh_test_data): Likewise.
24501         (tanh_test_data): Likewise.
24502         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
24503         flags argument.
24505         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
24506         tests with quiet NaN input and output.
24507         (acosh_test_data): Likewise.
24508         (asin_test_data): Likewise.
24509         (asinh_test_data): Likewise.
24510         (atan_test_data): Likewise.
24511         (atanh_test_data): Likewise.
24512         (atan2_test_data): Likewise.
24513         (cbrt_test_data): Likewise.
24514         (cos_test_data): Likewise.
24515         (cosh_test_data): Likewise.
24516         (erf_test_data): Likewise.
24517         (erfc_test_data): Likewise.
24518         (exp_test_data): Likewise.
24519         (exp10_test_data): Likewise.
24520         (exp2_test_data): Likewise.
24521         (expm1_test_data): Likewise.
24522         (hypot_test_data): Likewise.
24523         (j0_test_data): Likewise.
24524         (j1_test_data): Likewise.
24525         (jn_test_data): Likewise.
24526         (lgamma_test_data): Likewise.
24527         (log_test_data): Likewise.
24528         (log10_test_data): Likewise.
24529         (log1p_test_data): Likewise.
24530         (log2_test_data): Likewise.
24531         (pow_test_data): Likewise.
24532         (scalb_test_data): Likewise.
24533         (sin_test_data): Likewise.
24534         (sincos_test_data): Likewise.
24535         (sinh_test_data): Likewise.
24536         (tan_test_data): Likewise.
24537         (tanh_test_data): Likewise.
24538         (tgamma_test_data): Likewise.
24539         (y0_test_data): Likewise.
24540         (y1_test_data): Likewise.
24541         (yn_test_data): Likewise.
24543         [BZ #16167]
24544         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
24545         argument being NaN and avoid computations with second argument in
24546         that case.
24547         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
24548         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
24549         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
24551 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
24553         * locale/iso-639.def: Add Chitwani Tharu (the).
24555 2013-11-14  Andreas Schwab  <schwab@suse.de>
24557         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
24558         word instead of empty string.
24560 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24563         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
24564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24565         (__fe_nomask_env): Likewise.
24567 2013-11-13  Steve Ellcey  <sellcey@mips.com>
24569         * benchtests/bench-timing.h: Include time.h.
24571 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
24573         [BZ #15997]
24574         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
24575         to 3.4.0 for x32.
24576         * sysdeps/unix/sysv/linux/configure: Regenerated.
24578 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
24580         [BZ #16151]
24581         * stdlib/strtod_l.c (round_and_return): Do not consider
24582         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
24583         exponent one less than half the least subnormal exponent.
24584         * stdlib/test-strtod-round-data: Add more tests.
24585         * stdlib/tst-strtod-round.c (tests): Regenerated.
24587 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24589         [BZ #14143]
24590         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
24591         (__fe_mask_env): Likewise.
24592         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
24593         libm_hidden_proto and add function prototype.
24594         (__fe_mask_env): Add function prototype.
24595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24596         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
24597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
24598         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
24599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24600         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
24602 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24604         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
24605         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
24607 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24609         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
24610         of htab_find_slot().
24612 2013-11-11  David S. Miller  <davem@davemloft.net>
24614         [BZ #16150]
24615         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
24616         symbol in the non-vis3 case in static builds.
24617         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
24618         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
24619         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
24620         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
24622 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
24624         [BZ #387]
24625         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
24626         it is empty.
24628 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24630         * benchtests/Makefile: Add bench-strtod.
24631         * benchtests/bench-strtod.c: New file: strtod benchtest
24633 2013-11-11  Andreas Schwab  <schwab@suse.de>
24635         [BZ #16153]
24636         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
24637         terminating NUL in key length.
24639 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24641         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
24642         Add artificial ODP entry for vDSO symbol for PPC64.
24643         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
24644         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
24646 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
24648         [BZ #15374]
24649         * nss/getent.c (services_keys): Recognize services starting with digit.
24651 2013-11-06  David S. Miller  <davem@davemloft.net>
24653         [BZ #15985]
24654         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
24655         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
24657 2013-11-06  Will Newton  <will.newton@linaro.org>
24659         * manual/memory.texi (Malloc Examples): Remove register
24660         keyword from examples.
24662 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
24664         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
24666 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
24668         [BZ #6981]
24669         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
24670         depending on [__GCC_IEC_559 > 0].
24671         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
24672         depending on [__GCC_IEC_559_COMPLEX > 0].
24674 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
24676         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
24677         to iso-639.def.
24679 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
24681         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
24683 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
24685         [BZ #16112]
24686         * malloc/malloc (malloc_info): Do not handle first bin as
24687         special case.
24689 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
24691         * locale/iso-639.def: Add Central Nahuatl (nhn).
24693 2013-11-01  Bruno Haible  <bruno@clisp.org>
24695         [BZ #7003]
24696         * manual/math.texi (BSD Random): Specify range upper bound as
24697         in POSIX.
24699 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
24701         * locale/iso-639.def: Add Meadow Mari (mhr).
24703 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
24705         [BZ #14752], [BZ #15763]
24706         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
24707         Validate name.
24708         * rt/tst_shm.c: Add test for escaping directory.
24710 2013-10-31  Andreas Schwab  <schwab@suse.de>
24712         [BZ #15917]
24713         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
24714         followed by 'x' as part of digit sequence.
24715         * stdio-common/tst-sscanf.c (double_tests2): New tests.
24717 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
24719         [BZ #16037]
24720         * configure.ac: allow GNU Make 4.0 and greater.
24721         * configure: Regenerated.
24723 2013-10-30  Will Newton  <will.newton@linaro.org>
24725         [BZ #16038]
24726         * malloc/hooks.c (memalign_check): Limit alignment to the
24727         maximum representable power of two.
24728         * malloc/malloc.c (__libc_memalign): Likewise.
24729         * malloc/tst-memalign.c (do_test): Add test for very
24730         large alignment values.
24731         * malloc/tst-posix_memalign.c (do_test): Likewise.
24733 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24735         [BZ #11087]
24736         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
24737         (munmap_chunk): Likewise.
24738         (mremap_chunk): Likewise.
24740 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24742         [BZ #15799]
24743         * stdlib/div.c (div): Remove obsolete code.
24744         * stdlib/ldiv.c (ldiv): Likewise.
24745         * stdlib/lldiv.c (lldiv): Likewise.
24747 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
24749         [BZ #16071]
24750         * nss/nss_files/files-XXX.c (get_contents_ret): New
24751         enumerator.
24752         (get_contents): New function.
24753         (internal_getent): Use it.  Expand size of LINEBUFLEN.
24755 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
24757         * configure.in: Moved to ...
24758         * configure.ac: ... here. Change reference to configure.in
24759         to configure.ac.
24760         * sysdeps/arm/preconfigure.ac: ... here.
24761         configure.in to configure.ac.
24762         * sysdeps/gnu/configure.in: Moved to ...
24763         * sysdeps/gnu/configure.ac: ... here.
24764         * sysdeps/i386/configure.in: Moved to ...
24765         * sysdeps/i386/configure.ac: ... here.
24766         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
24767         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
24768         * sysdeps/mach/configure.in: Moved to ...
24769         * sysdeps/mach/configure.ac: ... here.
24770         * sysdeps/mach/hurd/configure.in: Moved to ...
24771         * sysdeps/mach/hurd/configure.ac: ... here.
24772         * sysdeps/powerpc/configure.in: Moved to ...
24773         * sysdeps/powerpc/configure.ac: ... here.
24774         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
24775         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
24776         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
24777         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
24778         * sysdeps/s390/s390-32/configure.in: Moved to ...
24779         * sysdeps/s390/s390-32/configure.ac: ... here.
24780         * sysdeps/s390/s390-64/configure.in: Moved to ...
24781         * sysdeps/s390/s390-64/configure.ac: ... here.
24782         * sysdeps/sh/configure.in: Moved to ...
24783         * sysdeps/sh/configure.ac: ... here.
24784         * sysdeps/sparc/configure.in: Moved to ...
24785         * sysdeps/sparc/configure.ac: ... here.
24786         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
24787         * sysdeps/unix/sysv/linux/configure.ac: ... here.
24788         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
24789         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
24790         * sysdeps/x86_64/configure.in: Moved to ...
24791         * sysdeps/x86_64/configure.ac: ... here.
24792         * sysdeps/x86_64/preconfigure.in: Moved to ...
24793         * sysdeps/x86_64/preconfigure.ac: ... here.
24794         * aclocal.m4: Change reference to configure.in to configure.ac.
24795         * config.h.in: Likewise.
24796         * manual/install.texi: Likewise.
24797         * manual/maint.texi: Likewise.
24798         * Makefile: Likewise.
24799         * malloc/Makefile: Likewise.
24800         * nscd/Makefile: Likewise.
24801         * Makeconfig: Change reference to configure.in and
24802         preconfigure.in to configure.ac and preconfigure.ac
24803         respectively.
24804         * INSTALL: Regenerated.
24805         * configure: Likewise.
24806         * sysdeps/gnu/configure: Likewise.
24807         * sysdeps/i386/configure: Likewise.
24808         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
24809         * sysdeps/mach/configure: Likewise.
24810         * sysdeps/mach/hurd/configure: Likewise.
24811         * sysdeps/powerpc/configure: Likewise.
24812         * sysdeps/powerpc/powerpc32/configure: Likewise.
24813         * sysdeps/powerpc/powerpc64/configure: Likewise.
24814         * sysdeps/s390/s390-32/configure: Likewise.
24815         * sysdeps/s390/s390-64/configure: Likewise.
24816         * sysdeps/sh/configure: Likewise.
24817         * sysdeps/sparc/configure: Likewise.
24818         * sysdeps/unix/sysv/linux/configure: Likewise.
24819         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
24820         * sysdeps/x86_64/configure: Likewise.
24821         * sysdeps/x86_64/preconfigure: Likewise.
24823 2013-10-29  Andreas Schwab  <schwab@suse.de>
24825         * stdio-common/Makefile (tst-swscanf-ENV): Define.
24827 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24829         * benchtests/pow-inputs: Add new inputs.
24831         * benchtests/exp-inputs: Add new inputs.
24833         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
24834         conditional check for return value.
24835         (__cos32): Likewise.
24837 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24839         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
24840         to provide a boost for large inputs with word alignment.
24841         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
24842         implementation based on optimized PPC64 strcpy.
24843         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
24844         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
24845         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
24846         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
24848 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24850         [BZ #2801]
24851         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
24853 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24855         [BZ #14876]
24856         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
24857         * time/tst-strptime.c (day_tests): Add testcase.
24859 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24861         [BZ #14029]
24862         * manual/pattern.texi: Acknowledge that fnmatch can fail.
24864 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
24866         [BZ #16074]
24867         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
24868         MAP_FAILED on error.
24870 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24872         [BZ #16072]
24873         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
24874         heap for large requests.
24876 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
24878         [BZ #9954]
24879         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
24880         result if the result has no associated interface.
24881         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
24882         interface for all 127.X.Y.Z addresses.
24884 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
24886         * locale/iso-639.def: Add Ligurian (lij)
24888 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
24890         [BZ #15825]
24891         * sunrpc/rpc_main.c: Document rpcgen -5.
24893 2013-10-19  Michael Stahl  <mstahl@redhat.com>
24895         * elf/rtld.c (do_preload): Print the reason why preloading failed.
24897 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24899         [BZ #10278]
24900         * posix/glob.c: Match only directories when trailing slash is present.
24901         * posix/tst-gnuglob.c (my_opendir): Do not open files.
24902         (main): Add testcase.
24904 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24906         [BZ #15670]
24907         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
24909 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
24911         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
24912         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
24913         AUTH_DES and cindex for FIPS 140-2.
24914         (DES Encryption): Add cindex FIPS 46-3.
24916         * locale/locarchive.h (struct locarhandle): Add fname.
24917         * locale/programs/localedef.c (main): Pass ARGV[remaining]
24918         if an optional argument was specified to --list-archive,
24919         otherwise NULL.
24920         * locale/programs/locarchive.c (show_archive_content): Take new
24921         argument fname and pass it via ah.fname to open_archive.
24922         * locale/programs/localedef.h: Update decl.
24923         (open_archive): If AH->fname is non-null, open that file
24924         rather than the default file name, and don't ignore ENOENT.
24925         (create_archive): Set AH.fname to NULL.
24926         (delete_locales_from_archive): Likewise.
24927         (add_locales_to_archive): Likewise.
24928         * locale/programs/locfile.c (write_all_categories): Likewise.
24930 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
24931             Aldy Hernandez  <aldyh@redhat.com>
24933         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24934         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24935         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24936         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24937         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24938         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24939         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24940         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24941         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24942         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24943         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24944         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24945         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24946         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24947         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24948         Likewise.
24949         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24950         Likewise.
24951         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24952         Likewise.
24953         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24954         Likewise.
24955         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24956         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24957         Likewise.
24958         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24959         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24960         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24961         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24962         Likewise.
24963         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24964         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24965         * sysdeps/powerpc/preconfigure: Likewise.
24966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24967         Likewise.
24968         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24969         Replace contents of file by #include of <fenv_libc.h>.
24970         * sysdeps/powerpc/soft-fp/sfp-machine.h
24971         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24972         and <sys/prctl.h>.
24973         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24974         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24975         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24976         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24977         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24978         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24979         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24980         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24981         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24982         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24983         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24984         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24986         Allow copysignl PLT reference to be missing.
24988 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24989             Joseph Myers  <joseph@codesourcery.com
24991         [BZ #15948]
24992         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24993         single character.
24994         (add_to_tablewc): Assert sequence of wide characters is nonempty.
24996 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24998         * elf/tst-tls-dlinfo.c: Don't include tls.h.
24999         * elf/tst-tls1.c: Likewise.
25000         * elf/tst-tls10.h: Likewise.
25001         * elf/tst-tls14.c: Likewise.
25002         * elf/tst-tls2.c: Likewise.
25003         * elf/tst-tls3.c: Likewise.
25004         * elf/tst-tls4.c: Likewise.
25005         * elf/tst-tls5.c: Likewise.
25006         * elf/tst-tls6.c: Likewise.
25007         * elf/tst-tls7.c: Likewise.
25008         * elf/tst-tls8.c: Likewise.
25009         * elf/tst-tls9.c: Likewise.
25010         * elf/tst-tlsmod1.c: Likewise.
25011         * elf/tst-tlsmod13.c: Likewise.
25012         * elf/tst-tlsmod13a.c: Likewise.
25013         * elf/tst-tlsmod14a.c: Likewise.
25014         * elf/tst-tlsmod16a.c: Likewise.
25015         * elf/tst-tlsmod16b.c: Likewise.
25016         * elf/tst-tlsmod2.c: Likewise.
25017         * elf/tst-tlsmod3.c: Likewise.
25018         * elf/tst-tlsmod4.c: Likewise.
25019         * elf/tst-tlsmod5.c: Likewise.
25020         * elf/tst-tlsmod6.c: Likewise.
25022 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
25024         [BZ #12486]
25025         * malloc/malloc.c: remove checks for statistics.
25027 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
25029         [BZ #15277]
25030         * inet/inet_net.c (inet_network): Detect additional invalid strings.
25031         * inet/tst-network.c: Add testcase.
25033 2013-10-17  Andreas Schwab  <schwab@suse.de>
25035         [BZ #15218]
25036         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
25037         to determine canonical name.
25039 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
25041         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
25042         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
25043         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
25044         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
25045         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
25046         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
25047         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
25048         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
25049         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
25050         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
25051         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
25052         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
25053         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25054         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
25055         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
25056         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
25057         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25058         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
25059         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
25060         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
25061         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
25062         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
25063         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25064         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
25065         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
25066         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
25067         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
25068         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
25069         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
25070         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
25071         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
25072         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
25073         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
25074         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
25075         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
25076         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25077         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25078         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
25079         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
25080         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
25081         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
25082         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
25083         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
25084         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
25085         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
25086         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25087         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
25088         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
25089         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
25090         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
25091         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
25092         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
25093         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
25094         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
25095         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25096         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
25097         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
25098         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
25100 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
25102         [BZ #16041]
25103         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
25104         make result into a quiet NaN.
25106 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
25108         * soft-fp/adddf3.c: Fix horizontal whitespace.
25109         * soft-fp/addsf3.c: Likewise.
25110         * soft-fp/addtf3.c: Likewise.
25111         * soft-fp/divdf3.c: Likewise.
25112         * soft-fp/divsf3.c: Likewise.
25113         * soft-fp/divtf3.c: Likewise.
25114         * soft-fp/double.h: Likewise.
25115         * soft-fp/eqdf2.c: Likewise.
25116         * soft-fp/eqsf2.c: Likewise.
25117         * soft-fp/eqtf2.c: Likewise.
25118         * soft-fp/extenddftf2.c: Likewise.
25119         * soft-fp/extended.h: Likewise.
25120         * soft-fp/extendsfdf2.c: Likewise.
25121         * soft-fp/extendsftf2.c: Likewise.
25122         * soft-fp/extendxftf2.c: Likewise.
25123         * soft-fp/fixdfdi.c: Likewise.
25124         * soft-fp/fixdfsi.c: Likewise.
25125         * soft-fp/fixdfti.c: Likewise.
25126         * soft-fp/fixsfdi.c: Likewise.
25127         * soft-fp/fixsfsi.c: Likewise.
25128         * soft-fp/fixsfti.c: Likewise.
25129         * soft-fp/fixtfdi.c: Likewise.
25130         * soft-fp/fixtfsi.c: Likewise.
25131         * soft-fp/fixtfti.c: Likewise.
25132         * soft-fp/fixunsdfdi.c: Likewise.
25133         * soft-fp/fixunsdfsi.c: Likewise.
25134         * soft-fp/fixunsdfti.c: Likewise.
25135         * soft-fp/fixunssfdi.c: Likewise.
25136         * soft-fp/fixunssfsi.c: Likewise.
25137         * soft-fp/fixunssfti.c: Likewise.
25138         * soft-fp/fixunstfdi.c: Likewise.
25139         * soft-fp/fixunstfsi.c: Likewise.
25140         * soft-fp/fixunstfti.c: Likewise.
25141         * soft-fp/floatdidf.c: Likewise.
25142         * soft-fp/floatdisf.c: Likewise.
25143         * soft-fp/floatditf.c: Likewise.
25144         * soft-fp/floatsidf.c: Likewise.
25145         * soft-fp/floatsisf.c: Likewise.
25146         * soft-fp/floatsitf.c: Likewise.
25147         * soft-fp/floattidf.c: Likewise.
25148         * soft-fp/floattisf.c: Likewise.
25149         * soft-fp/floattitf.c: Likewise.
25150         * soft-fp/floatundidf.c: Likewise.
25151         * soft-fp/floatundisf.c: Likewise.
25152         * soft-fp/floatunditf.c: Likewise.
25153         * soft-fp/floatunsidf.c: Likewise.
25154         * soft-fp/floatunsisf.c: Likewise.
25155         * soft-fp/floatunsitf.c: Likewise.
25156         * soft-fp/floatuntidf.c: Likewise.
25157         * soft-fp/floatuntisf.c: Likewise.
25158         * soft-fp/floatuntitf.c: Likewise.
25159         * soft-fp/fmadf4.c: Likewise.
25160         * soft-fp/fmasf4.c: Likewise.
25161         * soft-fp/fmatf4.c: Likewise.
25162         * soft-fp/gedf2.c: Likewise.
25163         * soft-fp/gesf2.c: Likewise.
25164         * soft-fp/getf2.c: Likewise.
25165         * soft-fp/ledf2.c: Likewise.
25166         * soft-fp/lesf2.c: Likewise.
25167         * soft-fp/letf2.c: Likewise.
25168         * soft-fp/muldf3.c: Likewise.
25169         * soft-fp/mulsf3.c: Likewise.
25170         * soft-fp/multf3.c: Likewise.
25171         * soft-fp/negdf2.c: Likewise.
25172         * soft-fp/negsf2.c: Likewise.
25173         * soft-fp/negtf2.c: Likewise.
25174         * soft-fp/op-1.h: Likewise.
25175         * soft-fp/op-2.h: Likewise.
25176         * soft-fp/op-4.h: Likewise.
25177         * soft-fp/op-8.h: Likewise.
25178         * soft-fp/op-common.h: Likewise.
25179         * soft-fp/quad.h: Likewise.
25180         * soft-fp/single.h: Likewise.
25181         * soft-fp/soft-fp.h: Likewise.
25182         * soft-fp/sqrtdf2.c: Likewise.
25183         * soft-fp/sqrtsf2.c: Likewise.
25184         * soft-fp/sqrttf2.c: Likewise.
25185         * soft-fp/subdf3.c: Likewise.
25186         * soft-fp/subsf3.c: Likewise.
25187         * soft-fp/subtf3.c: Likewise.
25188         * soft-fp/truncdfsf2.c: Likewise.
25189         * soft-fp/trunctfdf2.c: Likewise.
25190         * soft-fp/trunctfsf2.c: Likewise.
25191         * soft-fp/trunctfxf2.c: Likewise.
25192         * soft-fp/unorddf2.c: Likewise.
25193         * soft-fp/unordsf2.c: Likewise.
25194         * soft-fp/unordtf2.c: Likewise.
25196 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
25198         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
25199         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
25201 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
25203         * elf/dl-libc.c: Clear initfini list after freeing.
25205 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
25207         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
25208         * soft-fp/addsf3.c: Likewise.
25209         * soft-fp/addtf3.c: Likewise.
25210         * soft-fp/divdf3.c: Likewise.
25211         * soft-fp/divsf3.c: Likewise.
25212         * soft-fp/divtf3.c: Likewise.
25213         * soft-fp/double.h: Likewise.
25214         * soft-fp/eqdf2.c: Likewise.
25215         * soft-fp/eqsf2.c: Likewise.
25216         * soft-fp/eqtf2.c: Likewise.
25217         * soft-fp/extenddftf2.c: Likewise.
25218         * soft-fp/extended.h: Likewise.
25219         * soft-fp/extendsfdf2.c: Likewise.
25220         * soft-fp/extendsftf2.c: Likewise.
25221         * soft-fp/extendxftf2.c: Likewise.
25222         * soft-fp/fixdfdi.c: Likewise.
25223         * soft-fp/fixdfsi.c: Likewise.
25224         * soft-fp/fixdfti.c: Likewise.
25225         * soft-fp/fixsfdi.c: Likewise.
25226         * soft-fp/fixsfsi.c: Likewise.
25227         * soft-fp/fixsfti.c: Likewise.
25228         * soft-fp/fixtfdi.c: Likewise.
25229         * soft-fp/fixtfsi.c: Likewise.
25230         * soft-fp/fixtfti.c: Likewise.
25231         * soft-fp/fixunsdfdi.c: Likewise.
25232         * soft-fp/fixunsdfsi.c: Likewise.
25233         * soft-fp/fixunsdfti.c: Likewise.
25234         * soft-fp/fixunssfdi.c: Likewise.
25235         * soft-fp/fixunssfsi.c: Likewise.
25236         * soft-fp/fixunssfti.c: Likewise.
25237         * soft-fp/fixunstfdi.c: Likewise.
25238         * soft-fp/fixunstfsi.c: Likewise.
25239         * soft-fp/fixunstfti.c: Likewise.
25240         * soft-fp/floatdidf.c: Likewise.
25241         * soft-fp/floatdisf.c: Likewise.
25242         * soft-fp/floatditf.c: Likewise.
25243         * soft-fp/floatsidf.c: Likewise.
25244         * soft-fp/floatsisf.c: Likewise.
25245         * soft-fp/floatsitf.c: Likewise.
25246         * soft-fp/floattidf.c: Likewise.
25247         * soft-fp/floattisf.c: Likewise.
25248         * soft-fp/floattitf.c: Likewise.
25249         * soft-fp/floatundidf.c: Likewise.
25250         * soft-fp/floatundisf.c: Likewise.
25251         * soft-fp/floatunsidf.c: Likewise.
25252         * soft-fp/floatunsisf.c: Likewise.
25253         * soft-fp/floatuntidf.c: Likewise.
25254         * soft-fp/floatuntisf.c: Likewise.
25255         * soft-fp/floatuntitf.c: Likewise.
25256         * soft-fp/fmadf4.c: Likewise.
25257         * soft-fp/fmasf4.c: Likewise.
25258         * soft-fp/fmatf4.c: Likewise.
25259         * soft-fp/gedf2.c: Likewise.
25260         * soft-fp/gesf2.c: Likewise.
25261         * soft-fp/getf2.c: Likewise.
25262         * soft-fp/ledf2.c: Likewise.
25263         * soft-fp/lesf2.c: Likewise.
25264         * soft-fp/letf2.c: Likewise.
25265         * soft-fp/muldf3.c: Likewise.
25266         * soft-fp/mulsf3.c: Likewise.
25267         * soft-fp/multf3.c: Likewise.
25268         * soft-fp/negdf2.c: Likewise.
25269         * soft-fp/negsf2.c: Likewise.
25270         * soft-fp/negtf2.c: Likewise.
25271         * soft-fp/op-1.h: Likewise.
25272         * soft-fp/op-2.h: Likewise.
25273         * soft-fp/op-4.h: Likewise.
25274         * soft-fp/op-8.h: Likewise.
25275         * soft-fp/op-common.h: Likewise.
25276         * soft-fp/quad.h: Likewise.
25277         * soft-fp/single.h: Likewise.
25278         * soft-fp/soft-fp.h: Likewise.
25279         * soft-fp/sqrtdf2.c: Likewise.
25280         * soft-fp/sqrtsf2.c: Likewise.
25281         * soft-fp/sqrttf2.c: Likewise.
25282         * soft-fp/subdf3.c: Likewise.
25283         * soft-fp/subsf3.c: Likewise.
25284         * soft-fp/subtf3.c: Likewise.
25285         * soft-fp/truncdfsf2.c: Likewise.
25286         * soft-fp/trunctfdf2.c: Likewise.
25287         * soft-fp/trunctfsf2.c: Likewise.
25288         * soft-fp/trunctfxf2.c: Likewise.
25289         * soft-fp/unorddf2.c: Likewise.
25290         * soft-fp/unordsf2.c: Likewise.
25291         * soft-fp/unordtf2.c: Likewise.
25293 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
25295         [BZ #15672]
25296         * misc/error.c (error_tail): Fix possible buffer overflow.
25298 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
25300         [BZ #13028]
25301         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
25302         address.
25304 2013-10-14  P. J. McDermott  <pj@pehjota.net>
25306         [BZ #832]
25307         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
25308         testing pipefail option.
25310 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
25312         * soft-fp/double.h: Indent preprocessor directives inside #if.
25313         * soft-fp/extended.h: Likewise.
25314         * soft-fp/op-2.h: Likewise.
25315         * soft-fp/op-4.h: Likewise.
25316         * soft-fp/op-common.h: Likewise.
25317         * soft-fp/quad.h: Likewise.
25318         * soft-fp/single.h: Likewise.
25319         * soft-fp/soft-fp.h: Likewise.
25321 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
25323         * iconv/iconv_prog.c: Fix typos.
25324         * stdio-common/psiginfo-data.h: Likewise.
25326 2013-10-12   Reuben Thomas <rrt@sc3d.org>
25328         [BZ #15764]
25329         * locale/setlocale.c: Fix typo.
25331 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
25333         [BZ #16036]
25334         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
25335         signaling NaN arguments.
25336         * soft-fp/unordsf2.c (__unordsf2): Likewise.
25337         * soft-fp/unordtf2.c (__unordtf2): Likewise.
25339         [BZ #14910]
25340         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
25341         unordered operands.
25342         * soft-fp/gesf2.c (__gesf2): Likewise.
25343         * soft-fp/getf2.c (__getf2): Likewise.
25344         * soft-fp/ledf2.c (__ledf2): Likewise.
25345         * soft-fp/lesf2.c (__lesf2): Likewise.
25346         * soft-fp/letf2.c (__letf2): Likewise.
25348         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
25349         * soft-fp/eqsf2.c (__eqsf2): Likewise.
25350         * soft-fp/eqtf2.c (__eqtf2): Likewise.
25351         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
25352         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
25353         * soft-fp/fixdfti.c (__fixdfti): Likewise.
25354         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
25355         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
25356         * soft-fp/fixsfti.c (__fixsfti): Likewise.
25357         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
25358         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
25359         * soft-fp/fixtfti.c (__fixtfti): Likewise.
25360         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
25361         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
25362         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
25363         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
25364         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
25365         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
25366         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
25367         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
25368         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
25369         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
25370         * soft-fp/floatdisf.c (__floatdisf): Likewise.
25371         * soft-fp/floatsisf.c (__floatsisf): Likewise.
25372         * soft-fp/floattidf.c (__floattidf): Likewise.
25373         * soft-fp/floattisf.c (__floattisf): Likewise.
25374         * soft-fp/floattitf.c (__floattitf): Likewise.
25375         * soft-fp/floatundidf.c (__floatundidf): Likewise.
25376         * soft-fp/floatundisf.c (__floatundisf): Likewise.
25377         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
25378         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
25379         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
25380         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
25381         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
25382         * soft-fp/gesf2.c (__gesf2): Likewise.
25383         * soft-fp/getf2.c (__getf2): Likewise.
25384         * soft-fp/ledf2.c (__ledf2): Likewise.
25385         * soft-fp/lesf2.c (__lesf2): Likewise.
25386         * soft-fp/letf2.c (__letf2): Likewise.
25388         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
25389         Undefine and redefine.
25390         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
25391         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
25392         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
25393         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
25394         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25395         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
25396         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25397         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
25398         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25399         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
25400         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25401         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
25402         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25403         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
25404         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25406         [BZ #16032]
25407         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
25408         without decrementing exponent if mantissa >= that for the
25409         denominator, not >.
25410         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
25411         denominator, not >.  Decrement exponent in < case instead of
25412         incrementing in >= case.
25413         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
25414         without decrementing exponent if mantissa >= that for the
25415         denominator, not >.
25417         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
25418         computing saturated result for unsigned overflow.
25420 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25421             Jeff Law  <law@redhat.com>
25423         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
25424         (atan2Mp): Add systemtap probe marker.
25425         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
25426         (__ieee754_log): Add systemtap probe marker.
25427         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
25428         (atanMp): Add systemtap probe marker.
25429         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
25430         (tanMp): Add systemtap probe marker.
25431         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
25432         (__slowexp): Add systemtap probe marker.
25433         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
25434         (__slowpow): Add systemtap probe marker.
25435         * manual/probes.texi: Document probes.
25437 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
25439         [BZ #15362]
25440         * libio/fileops.c (_IO_new_file_write): Return count of bytes
25441         written.
25442         (_IO_new_file_xsputn): Don't return EOF if nothing has been
25443         written.
25444         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
25445         written to buffer but not flushed.
25446         * libio/iofwrite_u.c:  Likewise.
25447         * libio/iopadn.c:  Return bytes returned even if EOF was
25448         encountered.
25449         * libio/iowpadn.c:  Likewise.
25450         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
25451         if _IO_padn does not write the whole buffer.
25452         [!COMPILE_WPRINTF] (PAD): Likewise.
25454 2013-10-10  David S. Miller  <davem@davemloft.net>
25456         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
25457         directory block.
25459 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
25461         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
25462         instead of FSF address.
25463         * soft-fp/fixdfti.c: Likewise.
25464         * soft-fp/fixsfti.c: Likewise.
25465         * soft-fp/fixtfti.c: Likewise.
25466         * soft-fp/fixunsdfti.c: Likewise.
25467         * soft-fp/fixunssfti.c: Likewise.
25468         * soft-fp/fixunstfti.c: Likewise.
25469         * soft-fp/floattidf.c: Likewise.
25470         * soft-fp/floattisf.c: Likewise.
25471         * soft-fp/floattitf.c: Likewise.
25472         * soft-fp/floatuntidf.c: Likewise.
25473         * soft-fp/floatuntisf.c: Likewise.
25474         * soft-fp/floatuntitf.c: Likewise.
25475         * soft-fp/trunctfxf2.c: Likewise.
25477         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
25478         * soft-fp/fixdfti.c: Likewise.
25479         * soft-fp/fixsfti.c: Likewise.
25480         * soft-fp/fixtfti.c: Likewise.
25481         * soft-fp/fixunsdfti.c: Likewise.
25482         * soft-fp/fixunssfti.c: Likewise.
25483         * soft-fp/fixunstfti.c: Likewise.
25484         * soft-fp/floattidf.c: Likewise.
25485         * soft-fp/floattisf.c: Likewise.
25486         * soft-fp/floattitf.c: Likewise.
25487         * soft-fp/floatuntidf.c: Likewise.
25488         * soft-fp/floatuntisf.c: Likewise.
25489         * soft-fp/floatuntitf.c: Likewise.
25490         * soft-fp/trunctfxf2.c: Likewise.
25492 2013-10-10  David S. Miller  <davem@davemloft.net>
25494         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25496 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
25498         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
25499         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
25500         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
25501         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
25502         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
25503         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
25504         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
25506         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
25507         for NaNs before doing comparisons on argument.
25508         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
25509         Likewise.
25511 2013-10-10  Will Newton  <will.newton@linaro.org>
25513         * malloc/hooks.c (memalign_check): Ensure the value of bytes
25514         passed to _int_memalign does not overflow.
25516 2013-10-10  Torvald Riegel  <triegel@redhat.com>
25518         * scripts/bench.pl: Add include-sources directive.
25519         * benchtests/README: Update documentation.
25521 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
25523         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
25524         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
25525         instead of FP_INIT_ROUNDMODE.
25526         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
25527         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
25529         [BZ #16034]
25530         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
25531         copy class of input value.
25532         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
25533         not handle exceptions.
25534         * soft-fp/negsf2.c (__negsf2): Likewise.
25535         * soft-fp/negtf2.c (__negtf2): Likewise.
25536         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
25538 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
25540         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
25541         semicolon.  From Linux kernel.
25543 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
25545         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
25547 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
25549         [BZ #156]
25550         * manual/socket.texi: Added statement about buffer
25551         for gethostbyname2_r.
25553 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
25555         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
25556         Use .p2align directive instead, throughout.
25557         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25558         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
25559         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
25560         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25561         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25562         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
25563         * sysdeps/x86_64/strchr.S: Likewise.
25564         * sysdeps/x86_64/strrchr.S: Likewise.
25566 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
25568         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
25570         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
25572         * sysdeps/generic/math_private.h (__mpsin1): Remove
25573         declaration.
25574         (__mpcos1): Likewise.
25575         (__mpsin): New argument __range_reduce.
25576         (__mpcos): Likewise.
25577         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25578         (slow): Use __mpsin and __mpcos.
25579         (slow1): Likewise.
25580         (slow2): Likewise.
25581         (sloww): Likewise.
25582         (sloww1): Likewise.
25583         (sloww2): Likewise.
25584         (bsloww): Likewise.
25585         (bsloww1): Likewise.
25586         (bsloww2): Likewise.
25587         (cslow2): Likewise.
25588         (csloww): Likewise.
25589         (csloww1): Likewise.
25590         (csloww2): Likewise.
25591         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
25592         range_reduce.  Merge in __mpsin1.
25593         (__mpcos): Likewise.
25594         (__mpsin1): Remove.
25595         (__mpcos1): Likewise.
25597 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
25599         * locale/loadlocale.c (_nl_intern_locale_data): Use
25600         LOCFILE_ALIGNED_P.
25601         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
25602         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
25603         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
25604         obstack data is appropriately aligned.
25605         (obstack_int32_grow_fast): Likewise.
25606         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
25607         * locale/programs/locfile.c (add_locale_uint32): Likewise.
25608         (add_locale_uint32_array): Likewise.
25610 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
25612         * benchtests/Makefile: Remove ARGLIST and RET variables.
25613         ($(objpfx)bench-%.c): Pass only function name to the script.
25614         * benchtests/README: Update documentation.
25615         * benchtests/acos-inputs: Add new directives.
25616         * benchtests/acosh-inputs: Likewise.
25617         * benchtests/asin-inputs: Likewise.
25618         * benchtests/asinh-inputs: Likewise.
25619         * benchtests/atan-inputs: Likewise.
25620         * benchtests/atanh-inputs: Likewise.
25621         * benchtests/cos-inputs: Likewise.
25622         * benchtests/cosh-inputs: Likewise.
25623         * benchtests/exp-inputs: Likewise.
25624         * benchtests/log-inputs: Likewise.
25625         * benchtests/pow-inputs: Likewise.
25626         * benchtests/rint-inputs: Likewise.
25627         * benchtests/sin-inputs: Likewise.
25628         * benchtests/sinh-inputs: Likewise.
25629         * benchtests/tan-inputs: Likewise.
25630         * benchtests/tanh-inputs: Likewise.
25631         * scripts/bench.pl: Add support for new directives.
25633 2013-10-07  Alan Modra  <amodra@gmail.com>
25635         * README: Fix careless merge.
25637 2013-10-05  Alan Modra  <amodra@gmail.com>
25639         * NEWS: Mention powerpc64le support and bugs fixed.
25640         * README: Both big-endian and little-endian powerpc64 supported.
25642 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25644         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
25645         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
25646         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
25647         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
25649 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
25651         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
25652         match prototype.
25654 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
25656         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
25657         Move -mhard-float appending from
25658         ports/sysdeps/powerpc/powerpc32/Makefile.
25659         [$(with-fp) = yes] (ASFLAGS): Likewise.
25660         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
25661         * sysdeps/powerpc/nofpu: Move directory from
25662         ports/sysdeps/powerpc/nofpu.
25663         * sysdeps/powerpc/soft-fp: Move directory from
25664         ports/sysdeps/powerpc/soft-fp.
25665         * sysdeps/powerpc/powerpc32/405: Move directory from
25666         ports/sysdeps/powerpc/powerpc32/405.
25667         * sysdeps/powerpc/powerpc32/440: Move directory from
25668         ports/sysdeps/powerpc/powerpc32/440.
25669         * sysdeps/powerpc/powerpc32/464: Move directory from
25670         ports/sysdeps/powerpc/powerpc32/464.
25671         * sysdeps/powerpc/powerpc32/476: Move directory from
25672         ports/sysdeps/powerpc/powerpc32/476.
25673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
25674         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
25675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
25676         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
25677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
25678         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
25679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
25680         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
25681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
25682         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
25683         * README: Update for powerpc-*-linux-gnu software floating point
25684         support in libc.
25686         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
25687         case to powerpc/powerpc32*.
25688         * sysdeps/unix/sysv/linux/configure: Regenerated.
25690         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
25691         (_FPU_MASK_OM): Define as 0x04.
25692         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
25693         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
25694         0x00c10080.
25695         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
25696         0x0000003c.
25697         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
25699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
25700         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
25701         getcontext_e500.
25702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
25703         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
25704         setcontext_e500.
25705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
25706         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
25707         and setcontext_e500.
25709 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
25711         * locale/iso-3166.def: Update iso-1366.def and related occurrences
25713 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25715         * manual/threads.texi (Default Thread Attributes): Fix typo.
25717 2013-10-04  Will Newton  <will.newton@linaro.org>
25719         * malloc/Makefile: Add tst-memalign.
25720         * malloc/tst-memalign.c: New file.
25722         * malloc/tst-posix_memalign.c: Add comments.
25723         (do_test): Add comments and call free on all potentially
25724         allocated pointers. Add space after cast.
25726         * malloc/tst-pvalloc.c: Add comments.
25727         (do_test): Add comments and call free on all potentially
25728         allocated pointers. Remove duplicate check for NULL pointer.
25729         Add space after cast.
25731         * malloc/tst-valloc.c: Add comments.
25732         (do_test): Add comments and call free on all potentially
25733         allocated pointers. Remove duplicate check for NULL pointer.
25734         Add space after cast.
25736 2013-10-04  Alan Modra  <amodra@gmail.com>
25738         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25739         Use stdint types in rather than __attribute__((mode())).
25740         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25742 2013-10-04  Alan Modra  <amodra@gmail.com>
25744         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25745         Correct handling of unaligned relocs for little-endian.
25746         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25748 2013-10-04  Alan Modra  <amodra@gmail.com>
25750         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
25751         * configure: Regenerate.
25752         * nptl/shlib-versions: Powerpc*le starts at 2.18.
25753         * shlib-versions: Likewise.
25755 2013-10-04  Alan Modra  <amodra@gmail.com>
25757         * string/tester.c (test_memrchr): Increment reported test cycle.
25759 2013-10-04  Alan Modra  <amodra@gmail.com>
25761         * string/test-memcpy.c (do_one_test): When reporting errors, print
25762         string address and don't overrun end of string.
25764 2013-10-04  Alan Modra  <amodra@gmail.com>
25766         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
25767         insrdi.  Make better use of reg selection to speed exit slightly.
25768         Schedule entry path a little better.  Remove useless "are we done"
25769         checks on entry to main loop.  Handle wrapping around zero address.
25770         Correct main loop count.  Handle single left-over word from main
25771         loop inline rather than by using loop_small.  Remove extra word
25772         case in loop_small caused by wrong loop count.  Add little-endian
25773         support.
25774         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25775         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
25776         cache hint.
25777         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25778         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
25779         support.  Avoid rlwimi.
25780         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
25782 2013-10-04  Alan Modra  <amodra@gmail.com>
25784         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
25785         insrdi.  Formatting.
25786         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
25787         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25788         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
25789         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25790         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25791         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
25793 2013-10-04  Alan Modra  <amodra@gmail.com>
25795         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
25796         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25797         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
25798         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
25799         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25800         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25801         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25802         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
25803         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
25804         use of regs.  Use power7 mtocrf.  Tidy function tails.
25806 2013-10-04  Alan Modra  <amodra@gmail.com>
25808         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
25809         Formatting.  Consistently use rXXX register defines or rN defines.
25810         Use early exit labels that avoid restoring unused non-volatile regs.
25811         Make cr field use more consistent with rWORDn compares.  Rename
25812         regs used as shift registers for unaligned loop, using rN defines
25813         for short lifetime/multiple use regs.
25814         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25815         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
25816         addi 1,1,64 to pop stack frame.  Simplify return value code.
25817         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25819 2013-10-04  Alan Modra  <amodra@gmail.com>
25821         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
25822         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
25823         rather than rlwimi.
25824         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
25825         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
25826         little-endian support.  Correct typos.
25827         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
25828         rather than rlwimi.
25829         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
25830         in loop and entry code to keep "and." results.
25831         (strchr): Add little-endian support.  Comment.  Move cntlzd
25832         earlier in tail.
25833         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
25835 2013-10-04  Alan Modra  <amodra@gmail.com>
25837         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
25838         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
25839         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
25840         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
25842 2013-10-04  Alan Modra  <amodra@gmail.com>
25844         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
25845         (rTMP): Define as r11.
25846         (strcmp): Add little-endian support.  Optimise tail.
25847         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
25848         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25849         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25850         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25851         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25852         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25853         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25855 2013-10-04  Alan Modra  <amodra@gmail.com>
25857         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
25858         little-endian support.  Remove unnecessary "are we done" tests.
25859         Handle "s" wrapping around zero and extremely large "size".
25860         Correct main loop count.  Handle single left-over word from main
25861         loop inline rather than by using small_loop.  Correct comments.
25862         Delete "zero" tail, use "end_max" instead.
25863         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
25865 2013-10-04  Alan Modra  <amodra@gmail.com>
25867         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
25868         support.  Don't branch over align.
25869         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
25870         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
25871         support.  Rearrange tmp reg use to suit.  Comment.
25872         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
25874 2013-10-04  Alan Modra  <amodra@gmail.com>
25876         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
25878 2013-10-04  Alan Modra  <amodra@gmail.com>
25880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
25881         conditional form of branch and link when obtaining pc.
25882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
25884 2013-10-04  Alan Modra  <amodra@gmail.com>
25886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
25887         HIWORD/LOWORD.
25888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
25889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
25891 2013-10-04  Alan Modra  <amodra@gmail.com>
25893         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
25894         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
25895         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
25896         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
25897         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25898         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25899         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
25900         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25901         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
25902         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
25904 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25905             Alistair Popple <alistair@ozlabs.au.ibm.com>
25906             Alan Modra <amodra@gmail.com>
25908         [BZ #15723]
25909         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
25910         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
25911         _dl_hwcap access for little-endian.
25912         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
25913         destroy vmx regs when saving unaligned.
25914         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
25915         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
25916         destroy vmx regs when saving unaligned.
25918 2013-10-04  Alan Modra  <amodra@gmail.com>
25920         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25921         Don't use a union to pack hi/low value.
25923 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25925         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25926         for little-endian.
25927         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25928         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25929         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25930         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25931         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25933 2013-10-04  Alan Modra  <amodra@gmail.com>
25935         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25936         constants to usual value for .cst8 section, and remove redundant
25937         high address load.
25938         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25939         constant for 0x1p52.  Load little-endian words of double from
25940         correct stack offsets.
25942 2013-10-04  Alan Modra  <amodra@gmail.com>
25944         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25945         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25946         words of double from correct stack offsets.
25947         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25948         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25949         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25950         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25951         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25952         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25953         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25954         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25955         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25956         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25957         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25958         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25959         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25960         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25961         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25962         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25963         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25965 2013-10-04  Alan Modra  <amodra@gmail.com>
25967         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25968         64-bit int/double union.
25969         (_FPU_SETCW): Likewise.
25970         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25971         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25973 2013-10-04  Alan Modra  <amodra@gmail.com>
25975         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25976         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25978 2013-10-04  Alan Modra  <amodra@gmail.com>
25980         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25981         use vector int constants.
25982         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25984 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25986         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25987         array with long long.
25988         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25989         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25990         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25991         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25992         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25993         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25994         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25995         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25996         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25997         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25998         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25999         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
26000         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
26002 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
26004         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
26005         (__signbit): Likewise.  Correct for little-endian.
26006         (__signbitl): Call __signbit.
26007         (lrint): Correct for little-endian.
26008         (lrintf): Call lrint.
26010 2013-10-04  Alan Modra  <amodra@gmail.com>
26012         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
26013         union 32-bit int array member with 64-bit int array.
26014         (t515, tm256): Double rather than long double.
26015         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
26017 2013-10-04  Alan Modra  <amodra@gmail.com>
26019         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
26020         Delete.
26021         (IEEE854_LONG_DOUBLE_BIAS): Delete.
26022         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
26023         version of math_ldbl.h.
26025 2013-10-04  Alan Modra  <amodra@gmail.com>
26027         [BZ #15734], [BZ #15735]
26028         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
26029         all uses of ieee875 long double macros and unions.  Simplify test
26030         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
26031         ldbl_extract_mantissa value for ix,iy exponents.  Properly
26032         normalize after ldbl_extract_mantissa, and don't add hidden bit
26033         already handled.  Don't treat low word of ieee854 mantissa like
26034         low word of IBM long double and mask off bit when testing for
26035         zero.
26036         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
26037         all uses of ieee875 long double macros and unions.  Simplify tests
26038         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
26039         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
26040         two1022, instead use their values.  Recognise that tests for large
26041         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
26042         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
26043         Rewrite all uses of ieee875 long double macros and unions.  Simplify
26044         test for 0.0L and nan.  Correct negation.
26045         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
26046         ieee875 long double macros and unions.  Correct output for large
26047         magnitude x.  Correct absolute value calculation.
26048         (__erfcl): Likewise.
26049         * math/libm-test.inc: Add tests for errors discovered in IBM long
26050         double versions of fmodl, remainderl, erfl and erfcl.
26052 2013-10-04  Alan Modra  <amodra@gmail.com>
26054         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
26055         all uses of ieee854 long double macros and unions.  Simplify tests
26056         for long doubles that are fully specified by the high double.
26057         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
26058         Likewise.
26059         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
26060         Remove dead code too.
26061         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
26062         (__ieee754_ynl): Likewise.
26063         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
26064         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
26065         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
26066         Remove dead code too.
26067         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
26068         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
26069         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
26070         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
26071         Simplify.
26072         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
26073         Simplify.
26074         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
26075         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
26076         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
26077         Comment on variable precision.
26078         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
26079         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
26080         Likewise.
26081         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
26082         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
26083         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
26084         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
26085         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
26087 2013-10-04  Alan Modra  <amodra@gmail.com>
26089         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
26090         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
26091         all uses of ieee854 long double macros and unions.
26092         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
26093         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
26094         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
26095         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
26096         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
26097         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
26098         Likewise.
26099         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
26100         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
26101         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
26102         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
26103         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
26104         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
26105         Simplify sign and nan test too.
26106         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
26107         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
26108         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
26109         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
26110         Likewise.
26111         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
26112         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
26113         Likewise.
26114         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26115         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
26116         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
26117         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
26118         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
26119         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
26121 2013-10-04  Alan Modra  <amodra@gmail.com>
26123         * stdio-common/printf_size.c (__printf_size): Don't use
26124         union ieee854_long_double in fpnum union.
26125         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
26126         signbit macro to retrieve sign from long double.
26127         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
26128         retrieve sign from long double.
26129         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
26130         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
26131         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
26132         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
26133         * math/test-misc.c (main): Don't use union ieee854_long_double.
26135 2013-10-04  Alan Modra  <amodra@gmail.com>
26137         [BZ #15680]
26138         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
26139         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
26140         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
26141         calculation.  Remove unnecessary test for denormal exponent.
26142         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
26143         Correct handling of denormals.  Avoid undefined shift behaviour.
26144         Correct normalisation of low mantissa when low double is denormal.
26145         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
26146         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
26147         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
26148         Correct normalisation of low mantissa.  Test for overflow of high
26149         mantissa and normalise.
26150         (ldbl_nearbyint): Use more readable constant for two52.
26151         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
26152         (__mpn_construct_long_double): Fix test for overflow of high
26153         mantissa and correct normalisation.  Avoid undefined shift.
26155 2013-10-04  Alan Modra  <amodra@gmail.com>
26157         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26158         (union ibm_extended_long_double): Define as an array of ieee754_double.
26159         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
26160         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
26161         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
26162         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
26163         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26164         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
26165         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26166         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26167         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
26168         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
26169         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
26171 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
26173         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
26174         page size instead of calling getpagesize.
26176         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
26177         (LOCFILE_ALIGN_MASK): Likewise.
26178         (LOCFILE_ALIGN_UP): Likewise.
26179         (LOCFILE_ALIGNED_P): Likewise.
26180         * locale/programs/ld-collate.c (collate_output): Use the new
26181         macros instead of __alignof__ (int32_t).
26182         * locale/weight.h (findidx): Likewise.
26184 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
26186         [BZ #431]
26187         * manual/string.texi: Fix strncat and wcsncat.
26189 2013-10-03  Brooks Moses  <bmoses@google.com>
26191         [BZ #15915]
26192         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
26193         * Makerules: ...here, and adjust associated comments.
26195 2013-10-02  Will Newton  <will.newton@linaro.org>
26197         * malloc/Makefile: Add tst-pvalloc.
26198         * malloc/tst-pvalloc.c: New file.
26200 2013-10-02  Will Newton  <will.newton@linaro.org>
26202         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
26203         improve test coverage.
26205 2013-10-02  Will Newton  <will.newton@linaro.org>
26207         * malloc/Makefile: Add tst-posix_memalign.
26208         * malloc/tst-posix_memalign.c: New file.
26210 2013-10-01  Eric Blake  <eblake@redhat.com>
26212         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
26213         Use __THROWNL rather than __THROW on static functions.
26215 2013-09-30  Petr Machata  <pmachata@redhat.com>
26217         * elf/elf.h (R_AARCH64_ABS16): New macro.
26218         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
26219         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
26220         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
26221         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
26222         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
26223         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
26224         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
26225         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
26226         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
26227         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
26228         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
26229         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
26230         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
26231         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
26232         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
26233         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
26234         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
26235         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
26236         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
26237         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
26238         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
26239         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
26240         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
26241         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
26242         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
26243         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
26244         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
26245         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
26246         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
26247         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
26248         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
26249         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
26250         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
26251         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
26252         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
26253         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
26254         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
26255         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
26256         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
26257         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
26258         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
26259         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
26260         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
26261         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
26262         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
26263         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
26264         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
26265         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
26266         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
26267         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
26268         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
26269         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
26270         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
26271         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
26272         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
26273         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
26274         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
26275         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
26276         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
26277         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
26278         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
26279         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
26280         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
26281         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
26282         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
26283         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
26284         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
26285         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
26286         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
26287         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
26288         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
26289         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
26290         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
26291         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
26292         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
26293         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
26294         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
26295         (R_AARCH64_TLSDESC_LDR): Likewise.
26296         (R_AARCH64_TLSDESC_ADD): Likewise.
26297         (R_AARCH64_TLSDESC_CALL): Likewise.
26299 2013-09-30  Andreas Schwab  <schwab@suse.de>
26301         [BZ #15048]
26302         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
26303         the nss database lookup.
26304         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26305         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26307 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
26309         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
26311 2013-09-28  P. J. McDermott  <pj@pehjota.net>
26313         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
26314         ${Bash-specific parameter/pattern/string} parameter expansion.
26315         * sysdeps/unix/make-syscalls.sh: Likewise.
26317 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26319         * sysdeps/sh/stackguard-macros.h: New file.
26321 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
26323         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
26324         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
26325         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
26326         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
26327         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26328         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
26330 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26332         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
26333         Fix thread ID register.
26335 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
26337         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
26338         [POSIX || UNIX98]: Require rather than permitting all symbols from
26339         <time.h>.
26340         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
26341         element of struct sched_param.
26342         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
26343         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
26344         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
26345         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
26346         constant.
26348 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
26350         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
26351         argument calculation.
26353 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
26355         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
26356         Expect macro.
26357         [POSIX] (pthread_attr_t): Do not require type.
26358         [POSIX] (pthread_cond_t): Likewise.
26359         [POSIX] (pthread_condattr_t): Likewise.
26360         [POSIX] (pthread_key_t): Likewise.
26361         [POSIX] (pthread_mutex_t): Likewise.
26362         [POSIX] (pthread_mutexattr_t): Likewise.
26363         [POSIX] (pthread_once_t): Likewise.
26364         [POSIX] (pthread_t): Likewise.
26365         [POSIX-based standards] (pthread_atfork): Expect function.
26367 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
26368             Richard Sandiford  <richard@codesourcery.com>
26370         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
26371         (swap_endianness_p): New extern variable.
26372         (set_big_endian): New inline function.
26373         (maybe_swap_uint32): Likewise.
26374         (maybe_swap_uint32_array): Likewise.
26375         (maybe_swap_uint32_obstack): Likewise.
26376         * locale/programs/locfile.c: Include <stdbool.h>.
26377         (swap_endianness_p): New variable.
26378         (add_locale_uint32): Call maybe_swap_uint32.
26379         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
26380         (write_locale_data): Call maybe_swap_uint32_array.
26381         * locale/programs/ld-collate.c (obstack_int32_grow): Call
26382         maybe_swap_uint32.
26383         (obstack_int32_grow_fast): Likewise.
26384         (output_weightwc): Call maybe_swap_uint32_obstack.
26385         (collate_output): Likewise.
26386         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
26387         (OPT_LITTLE_ENDIAN): Likewise.
26388         (options): Add --little-endian and --big-endian options.
26389         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
26390         * locale/programs/locarchive.c: Include "locfile.h".
26391         (GET): New macro.
26392         (SET): Likewise.
26393         (INC): Likewise.
26394         (create_archive): Use the new macros to access fields of
26395         structures directly mapped from or written to locale archives.
26396         (oldlocrecentcmp): Likewise.
26397         (enlarge_archive): Likewise.
26398         (insert_name): Likewise.
26399         (add_alias): Likewise.
26400         (add_locale): Likewise.
26401         (delete_locales_from_archive): Likewise.
26402         (show_archive_content): Likewise.
26403         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
26404         locale data.
26406 2013-09-24  Roland McGrath  <roland@hack.frob.com>
26408         * manual/freemanuals.texi: Updated from (newly) canonical copy at
26409         http://www.gnu.org/doc/freemanuals.texi.
26410         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
26412 2013-09-24  Will Newton  <will.newton@linaro.org>
26414         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
26415         macro.
26417 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
26419         * locale/hashval.h (compute_hashval): Interpret bytes of key as
26420         unsigned char.
26422 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
26424         * manual/threads.texi (POSIX Threads): Fix a typo.
26426 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26428         [BZ #14547]
26429         * string/tst-strcoll-overflow.c: New test case.
26430         * string/Makefile (xtests): Add tst-strcoll-overflow.
26431         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
26432         cache if string sizes may cause integer overflow.
26434         [BZ #14547]
26435         * string/strcoll_l.c (coll_seq): New members rule, idx,
26436         save_idx and back_us.
26437         (get_next_seq_nocache): New function.
26438         (do_compare_nocache): New function.
26439         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
26440         when malloc fails.
26442 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
26444         [BZ #15754]
26445         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
26446         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
26447         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
26449         [BZ #15754]
26450         * elf/Makefile (tests): Add tst-ptrguard1.
26451         (tests-static): Add tst-ptrguard1-static.
26452         (tst-ptrguard1-ARGS): Define.
26453         (tst-ptrguard1-static-ARGS): Define.
26454         * elf/tst-ptrguard1.c: New file.
26455         * elf/tst-ptrguard1-static.c: New file.
26456         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
26457         * sysdeps/i386/stackguard-macros.h: Likewise.
26458         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
26459         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
26460         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
26461         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
26462         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
26463         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
26465 2013-09-23  Hector Marco  <hecmargi@upv.es>
26466             Ismael Ripoll  <iripoll@disca.upv.es>
26467             Carlos O'Donell  <carlos@redhat.com>
26469         [BZ #15754]
26470         * sysdeps/generic/stackguard-macros.h: Define
26471         __pointer_chk_guard_local and POINTER_CHK_GUARD.
26472         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
26473         Define __pointer_chk_guard_local.
26474         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
26475         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
26477 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
26479         [BZ #15859]
26480         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
26482 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
26484         * include/string.h (__ffs): Declare as hidden.
26485         * string/ffs.c (__ffs): Define as hidden.
26486         * sysdeps/i386/ffs.c (__ffs): Likewise.
26487         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
26488         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
26489         * sysdeps/s390/ffs.c (__ffs): Likewise.
26490         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
26492 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
26494         * NEWS: Mention malloc probes.
26496         * malloc/arena.c (new_heap): New memory_heap_new probe.
26497         (grow_heap): New memory_heap_more probe.
26498         (shrink_heap): New memory_heap_less probe.
26499         (heap_trim): New memory_heap_free probe.
26500         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
26501         (systrim): New memory_sbrk_less probe.
26502         * manual/probes.texi: Document them.
26504         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
26505         * manual/probes.texi: Document it.
26507         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
26508         (__libc_realloc): Add memory_realloc_retry probe.
26509         (__libc_memalign): Add memory_memalign_retry probe.
26510         (__libc_valloc): Add memory_valloc_retry probe.
26511         (__libc_pvalloc): Add memory_pvalloc_retry probe.
26512         (__libc_calloc): Add memory_calloc_retry probe.
26513         * manual/probes.texi: Document them.
26515         * malloc/arena.c (get_free_list): Add probe
26516         memory_arena_reuse_free_list.
26517         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
26518         and memory_arena_reuse.
26519         (arena_get2) [!PER_THREAD]: Likewise.
26520         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
26521         memory_arena_reuse_realloc.
26522         * manual/probes.texi: Document them.
26524         * malloc/malloc.c (__libc_free): Add
26525         memory_mallopt_free_dyn_thresholds probe.
26526         (__libc_mallopt): Add multiple memory_mallopt probes.
26527         * manual/probes.texi: Document them.
26529         * malloc/malloc.c: Include stap-probe.h.
26530         (__libc_mallopt): Add memory_mallopt probe.
26531         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
26532         * manual/probes.texi: New.
26533         * manual/Makefile (chapters): Add probes.
26534         * manual/threads.texi: Set next node.
26536 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
26538         [BZ #15963, #13985]
26539         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
26540         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
26541         Add `Chinese' to `nan' entry name.
26543 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26545         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
26546         (POLYNOMIAL): Likewise.
26547         (TAYLOR_SINCOS): Likewise.
26548         (TAYLOR_SLOW): Likewise.
26549         (__sin): Use TAYLOR_SINCOS.
26550         (__cos): Likewise.
26551         (slow): Use TAYLOR_SLOW.
26552         (sloww): Likewise.
26553         (bsloww): Likewise.
26554         (csloww): Likewise.
26556 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26558         * stdlib/strtod_l.c: Fix buffer overrun.
26560 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26562         * benchtests/Makefile (bench): Add sincos.
26563         * benchtests/bench-sincos.c: New file.
26565         * math/libm-test.inc (cos_test_data): New test inputs.
26566         (sin_test_data): Likewise.
26568         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
26569         macro.
26570         (__sin): Use it.
26571         (__cos): Likewise.
26572         (slow1): Likewise.
26573         (slow2): Likewise.
26574         (sloww1): Likewise.
26575         (sloww2): Likewise.
26576         (bsloww1): Likewise.
26577         (bsloww2): Likewise.
26578         (cslow2): Likewise.
26579         (csloww1): Likewise.
26580         (csloww2): Likewise.
26582         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
26583         function.
26584         (__sin): Use it.
26585         (__cos): Likewise.
26587         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
26588         gotos.
26589         (__cos): Likewise.
26591 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
26593         * config.h.in (HAVE_MIPS_NAN2008): New macro.
26594         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
26595         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
26596         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
26597         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
26598         * elf/cache.c (print_entry): Handle the new cache flags.
26600 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
26601             Aldy Hernandez  <aldyh@redhat.com>
26603         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
26604         Change condition to [_SOFT_FLOAT].
26605         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
26606         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
26607         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
26608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
26609         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
26610         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
26611         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
26612         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
26613         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
26614         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
26615         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
26616         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
26617         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
26618         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
26619         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
26620         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
26621         declaration.
26623 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
26625         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
26626         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
26627         (__longjmp): Use LOAD_GP to load saved GPRs.
26628         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
26629         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
26630         (__sigsetjmp): Use SAVE_GP to save GPRs.
26632         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
26633         Do not append -msoft-float.
26634         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
26636 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26638         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
26640 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
26642         [BZ #15966]
26643         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
26644         (_FPU_GETCW): Use initial "__" on variable and field names but not
26645         on macro parameter name.
26646         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
26647         parentheses around reference to macro parameter.
26649 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
26651         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
26652         prototype.
26653         (ctype_startup): Use uint32_t in cast and sizeof for
26654         ctype->charnames.
26656 2013-09-11  Jia Liu  <proljc@gmail.com>
26658         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
26659         __daddr_t_defined.
26660         [__FreeBSD__]: Likewise.
26662 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
26664         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
26665         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
26666         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
26667         (strchr): Remove __strchr_sse42 ifunc selection.
26668         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
26669         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
26671 2013-09-11  Will Newton  <will.newton@linaro.org>
26673         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
26674         parameter to RES. Remove hardcoded 1000 value.
26675         * benchtests/bench-skeleton.c (main): Pass RES parameter
26676         to TIMING_INIT and multiply result by 1000.
26678 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26680         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26682 2013-09-11  Andreas Schwab  <schwab@suse.de>
26684         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
26685         if not defined.
26686         (O_TMPFILE) [__USE_GNU]: Define.
26687         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
26688         Define.
26690 2013-09-11  Will Newton  <will.newton@linaro.org>
26692         [BZ #15857]
26693         * malloc/malloc.c (__libc_memalign): Check the value of bytes
26694         does not overflow.
26696 2013-09-11  Will Newton  <will.newton@linaro.org>
26698         [BZ #15856]
26699         * malloc/malloc.c (__libc_valloc): Check the value of bytes
26700         does not overflow.
26702 2013-09-11  Will Newton  <will.newton@linaro.org>
26704         [BZ #15855]
26705         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
26706         does not overflow.
26708 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
26710         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
26711         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
26712         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
26713         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
26714         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
26716 2013-09-10  Allan McRae  <allan@archlinux.org>
26718         [BZ #15748]
26719         * manual/arith.texi (Parsing of Floats): Clarify
26720         cross-reference.
26722         [BZ #15849]
26723         * manual/install.texi (Running make install): Mention
26724         --enable-pt-chown.
26725         * INSTALL: Regenerated.
26727 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
26729         * csu/init-first.c (_init): Remove the !SHARED condition around
26730         FPU control word initialization.
26731         * elf/dl-support.c (_dl_fpu_control): New variable.
26732         (_dl_aux_init) <AT_FPUCW>: Initialize it.
26733         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
26734         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
26735         * math/test-fpucw-static.c: New file.
26736         * math/test-fpucw-ieee.c: New file.
26737         * math/test-fpucw-ieee-static.c: New file.
26738         * math/Makefile (tests): Add `test-fpucw-ieee' and
26739         `$(tests-static)'.
26740         (tests-static): New variable.
26741         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
26742         dependency to...
26743         [($(build-shared),yes)]
26744         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
26745         ... this.
26746         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
26747         New dependency.
26749 2013-09-09  Allan McRae  <allan@archlinux.org>
26751         [BZ #15939]
26752         * manual/string.texi (Collation Functions): Fix typo in
26753         strcoll example.
26754         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
26756         [BZ #15893]
26757         * stdlib/isomac.c (get_null_defines): Fix memory leak.
26759         [BZ #15892]
26760         * libio/memstream.c (open_memstream): Fix memory leak.
26761         * libio/wmemstream.c (open_wmemstream): Likewise.
26763         [BZ #15895]
26764         * nscd/netgroupcache.c: Fix nesting of ifdefs.
26766 2013-09-09  Will Newton  <will.newton@linaro.org>
26768         * malloc/Makefile: Add tst-realloc to tests.
26769         * malloc/tst-realloc.c: New file.
26771 2013-09-09  Allan McRae  <allan@archlinux.org>
26773         [BZ #15844]
26774         * COPYING: Update from GNU website to fix FSF address.
26775         * COPYING.LIB: Likewise.
26777 2013-09-06  David S. Miller  <davem@davemloft.net>
26779         * po/zh_TW.po: Update Chinese (traditional) translation from
26780         translation project.
26782 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
26783             Joseph Myers  <joseph@codesourcery.com>
26785         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
26786         "localeinfo.h".
26787         (obstack_chunk_alloc): New macro.
26788         (obstack_chunk_free): Likewise.
26789         (record_offset): New function.
26790         (init_locale_data): Likewise.
26791         (align_locale_data): Likewise.
26792         (add_locale_empty): Likewise.
26793         (add_locale_raw_data): Likewise.
26794         (add_locale_raw_obstack): Likewise.
26795         (add_locale_string): Likewise.
26796         (add_locale_wstring): Likewise.
26797         (add_locale_uint32): Likewise.
26798         (add_locale_uint32_array): Likewise.
26799         (add_locale_char): Likewise.
26800         (start_locale_structure): Likewise.
26801         (end_locale_structure): Likewise.
26802         (start_locale_prelude): Likewise.
26803         (end_locale_prelude): Likewise.
26804         (write_locale_data): Take locale_file structure rather than an
26805         iovec.
26806         * locale/programs/locfile.h: Include "obstack.h".
26807         (struct locale_file): Change to store locale file contents instead
26808         of header.
26809         (init_locale_data): New prototype.
26810         (align_locale_data): Likewise.
26811         (add_locale_empty): Likewise.
26812         (add_locale_raw_data): Likewise.
26813         (add_locale_raw_obstack): Likewise.
26814         (add_locale_string): Likewise.
26815         (add_locale_wstring): Likewise.
26816         (add_locale_uint32): Likewise.
26817         (add_locale_uint32_array): Likewise.
26818         (add_locale_char): Likewise.
26819         (start_locale_structure): Likewise.
26820         (end_locale_structure): Likewise.
26821         (start_locale_prelude): Likewise.
26822         (end_locale_prelude): Likewise.
26823         (write_locale_data): Update prototype.
26824         * locale/programs/3level.h (struct TABLE): Remove result field.
26825         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
26826         Use new locale_file interface.
26827         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
26828         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
26829         * locale/programs/ld-address.c (address_output): Use new
26830         locale_file interface.
26831         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
26832         NO_ADD_LOCALE.
26833         (collate_finish): Don't call collseq_table_finalize.
26834         (collate_output): Use new locale_file interface.
26835         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
26836         in file.
26837         (NO_FINALIZE): Change to NO_ADD_LOCALE.
26838         (TABLE): Move defines earlier in file.
26839         (ELEMENT): Likewise.
26840         (DEFAULT): Likewise.
26841         (wctrans_table_add): Move macro and inline function earlier in
26842         file.
26843         (struct wctype_table): Move type earlier in file.
26844         (add_locale_wctype_table): New static prototype.
26845         (struct locale_ctype_t): Use logical types instead of struct iovec
26846         pointers for members.
26847         (ctype_output): Use new locale_file interface.
26848         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
26849         new locale_file interface.
26850         (allocate_arrays): Update for use of new locale_file interface.
26851         * locale/programs/ld-identification.c (identification_output): Use
26852         new locale_file interface.
26853         * locale/programs/ld-measurement.c (measurement_output): Likewise.
26854         * locale/programs/ld-messages.c (messages_output): Likewise.
26855         * locale/programs/ld-monetary.c (monetary_output): Likewise.
26856         * locale/programs/ld-name.c (name_output): Likewise.
26857         * locale/programs/ld-numeric.c (numeric_output): Likewise.
26858         * locale/programs/ld-paper.c (paper_output): Likewise.
26859         * locale/programs/ld-telephone.c (telephone_output): Likewise.
26860         * locale/programs/ld-time.c (time_output): Likewise.
26862 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26864         * benchtests/Makefile: Add memrchr benchmark.
26865         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
26866         benchmark as memrchr.
26867         * benchtests/bench-memrchr-ifunc.c: New file.
26868         * benchtests/bench-memrchr.c: New file.
26870 2013-09-06   Will Newton  <will.newton@linaro.org>
26872         * benchtests/Makefile (string-bench): Add memcpy.
26874 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
26875             Cong Wang  <amwang@redhat.com>
26877         [BZ #15850]
26878         * sysdeps/unix/sysv/linux/bits/in.h
26879         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
26880         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
26881         before __USE_KERNEL_IPV6_DEFS uses.
26882         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
26883         IPPROTO_BEETPH.
26884         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
26885         sockaddr_in6, or ipv6_mreq.
26887 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26889         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
26890         memory access for final bytes in some large inputs.
26891         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
26893 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26895         * string/test-memrchr.c: New file.
26896         * string/test-memrchr-ifunc.c: New file.
26897         * string/Makefile: Add new memrchr testcase.
26899 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
26901         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
26902         fanotify_init returns EPERM.
26904 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26906         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
26907         errors.
26908         (top level): Treat second token from macro or constant entries for
26909         allowed headers as allowed.
26910         * include/complex.h: Condition internal declarations on
26911         [!_ISOMAC].
26912         * include/fenv.h: Condition include of <stdbool.h> and internal
26913         declarations on [!_ISOMAC].
26915 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
26917         [BZ #15923]
26918         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26920 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26922         * configure.in (--enable-versioning): Remove configure option.
26923         (libc_cv_asm_symver_directive): Remove configure test.
26924         (libc_cv_ld_version_script_option): Likewise.
26925         (VERSIONING): Remove variable and AC_SUBST.
26926         (DO_VERSIONING): Remove AC_DEFINE.
26927         * configure: Regenerated.
26928         * config.h.in (DO_VERSIONING): Remove macro.
26929         * Makerules [$(versioning) = yes]: Change conditionals to
26930         [$(build-shared) = yes].
26931         * config.make.in (versioning): Remove variable.
26932         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26933         [$(build-shared) = yes].
26934         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26935         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26936         * elf/Makefile [$(versioning) = yes]: Change conditionals to
26937         [$(build-shared) = yes].
26938         * extra-lib.mk [$(versioning) = yes]: Likewise.
26939         * hurd/Makefile [$(versioning) = yes]: Likewise.
26940         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26941         [SHARED].
26942         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26943         [SHARED].
26944         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26945         [SHARED && !NO_HIDDEN].
26946         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26947         [SHARED].
26948         [SHARED && DO_VERSIONING]: Likewise..
26949         * libio/Makefile [$(versioning) = yes]: Change conditionals to
26950         [$(build-shared) = yes].
26951         * manual/install.texi (--disable-versioning): Remove
26952         documentation.
26953         * INSTALL: Regenerated.
26954         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26955         to [SHARED].
26956         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26957         [$(build-shared) = yes].
26958         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26959         * sysdeps/i386/i686/multiarch/strstr-c.c
26960         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26961         [SHARED && !NO_HIDDEN].
26962         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26963         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26964         * sysdeps/powerpc/powerpc32/dl-machine.c
26965         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26966         * sysdeps/powerpc/powerpc32/sysdep.h
26967         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26968         to [SHARED && PIC && !NO_HIDDEN].
26969         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26970         conditional to [SHARED].
26972 2013-09-04   Will Newton  <will.newton@linaro.org>
26974         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26975         * benchtests/bench-string.h: Include bench-timing.h instead
26976         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26977         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26978         call to HP_TIMING_DIFF_INIT.
26979         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26980         instead of hp-timing.h macros.
26981         * benchtests/bench-memchr.c: Likewise.
26982         * benchtests/bench-memcmp.c: Likewise.
26983         * benchtests/bench-memcpy.c: Likewise.
26984         * benchtests/bench-memmem.c: Likewise.
26985         * benchtests/bench-memmove.c: Likewise.
26986         * benchtests/bench-memset.c: Likewise.
26987         * benchtests/bench-rawmemchr.c: Likewise.
26988         * benchtests/bench-strcasecmp.c: Likewise.
26989         * benchtests/bench-strcasestr.c: Likewise.
26990         * benchtests/bench-strcat.c: Likewise.
26991         * benchtests/bench-strchr.c: Likewise.
26992         * benchtests/bench-strcmp.c: Likewise.
26993         * benchtests/bench-strcpy.c: Likewise.
26994         * benchtests/bench-strcpy_chk.c: Likewise.
26995         * benchtests/bench-strlen.c: Likewise.
26996         * benchtests/bench-strncasecmp.c: Likewise.
26997         * benchtests/bench-strncat.c: Likewise.
26998         * benchtests/bench-strncmp.c: Likewise.
26999         * benchtests/bench-strncpy.c: Likewise.
27000         * benchtests/bench-strnlen.c: Likewise.
27001         * benchtests/bench-strpbrk.c: Likewise.
27002         * benchtests/bench-strrchr.c: Likewise.
27003         * benchtests/bench-strspn.c: Likewise.
27004         * benchtests/bench-strstr.c: Likewise.
27006 2013-09-04  Will Newton  <will.newton@linaro.org>
27008         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
27010 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
27012         [BZ #15427]
27013         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
27014         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
27015         * math/libm-test.inc (lgamma_test_data): Add more tests.
27016         * sysdeps/i386/fpu/libm-test-ulps: Update.
27017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27019 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
27021         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
27022         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27023         Add ifunc.
27024         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27025         Add strcmp-sse2-unaligned
27026         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
27028 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
27030         * Versions.def (libc): Add GLIBC_2.19.
27032 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
27034         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
27035         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
27037 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
27039         [BZ #14155]
27040         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
27041         intermediate calculations in recurrence.
27042         (__ieee754_ynf): Likewise.
27043         * math/libm-test.inc (jn_test_data): Do not allow spurious
27044         underflow exception.  Add more tests.
27045         (yn_test_data): Add more tests.
27046         * sysdeps/i386/fpu/libm-test-ulps: Update.
27047         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27049 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
27051         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
27053 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
27055         * csu/init-first.c: Fix then/than typos.
27056         * locale/programs/ld-collate.c: Likewise.
27057         * locale/programs/linereader.h: Likewise.
27058         * manual/charset.texi: Likewise.
27059         * manual/filesys.texi: Likewise.
27060         * manual/stdio.texi: Likewise.
27061         * manual/string.texi: Likewise.
27062         * stdlib/fmtmsg.c: Likewise.
27063         * sysdeps/i386/stpncpy.S: Likewise.
27064         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27065         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
27066         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27067         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
27069 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
27071         * elf/dl-open.c: Fix typos.
27072         * iconvdata/gbbig5.c: Likewise.
27073         * iconvdata/iso-2022-jp.c: Likewise.
27074         * iconv/gconv_int.h: Likewise.
27075         * iconv/loop.c: Likewise.
27076         * nis/rpcsvc/nis.h: Likewise.
27077         * resolv/ns_name.c: Likewise.
27078         * stdio-common/vfscanf.c: Likewise.
27079         * streams/stropts.h: Likewise.
27080         * sunrpc/rpc_thread.c: Likewise.
27081         * sysdeps/i386/strpbrk.S: Likewise.
27082         * sysdeps/ieee754/k_standard.c: Likewise.
27083         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27084         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27085         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
27086         * sysdeps/mach/hurd/profil.c: Likewise.
27087         * sysdeps/s390/dl-procinfo.h: Likewise.
27088         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
27089         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
27090         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
27091         * sysdeps/x86_64/dl-trampoline.S: Likewise.
27092         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
27094 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
27096         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
27097         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
27099 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
27101         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
27102         aix specific files.
27103         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
27104         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
27105         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
27106         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
27107         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
27108         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
27109         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
27110         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
27112 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
27113             Roland McGrath  <roland@hack.frob.com>
27115         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
27116         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
27118 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27120         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
27121         __executable_start symbol instead of _start.
27123 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
27125         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
27126         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
27127         Move macros to...
27128         * sysdeps/gnu/ldsodefs.h: ... this new file.
27130         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
27131         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
27132         instead of ELFOSABI_LINUX.
27134         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
27135         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
27136         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
27137         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
27138         Likewise.
27139         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
27140         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
27141         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
27142         Likewise.
27143         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
27144         (ibm_extended_long_double): Add ieee_nan member.
27145         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
27146         (do_test): New function.
27148         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
27149         TEST_TRUNC.
27150         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
27151         functions, renamed from truncdfsf_test, trunctfsf_test,
27152         trunctfdf_test.
27153         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
27154         functions.
27155         (do_test): Run all these.
27157 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
27159         * argp/argp-help.c: Fix typos.
27160         * argp/argp-parse.c: Likewise.
27161         * debug/backtracesyms.c: Likewise.
27162         * elf/elf.h: Likewise.
27163         * malloc/malloc.c: Likewise.
27164         * nis/nis_print.c: Likewise.
27165         * resolv/res_comp.c: Likewise.
27166         * stdlib/stdlib.h: Likewise.
27167         * sunrpc/clnt_tcp.c: Likewise.
27168         * sunrpc/clnt_udp.c: Likewise.
27169         * sunrpc/clnt_unix.c: Likewise.
27170         * sysdeps/unix/bsd/ptsname.c: Likewise.
27171         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
27172         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
27173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
27174         Likewise.
27175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
27176         Likewise.
27177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
27178         Likewise.
27179         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
27181 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27183         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
27184         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
27186 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
27188         [BZ #15897]
27189         * dlfcn/Makefile (tests): Add bug-dl-leaf.
27190         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
27191         ($(objpfx)bug-dl-leaf): New rule.
27192         ($(objpfx)bug-dl-leaf.so): Likewise.
27193         ($(objpfx)bug-dl-leaf.out): Likewise.
27194         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
27195         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
27196         * dlfcn/bug-dl-leaf.c: New test.
27197         * dlfcn/bug-dl-leaf-lib.c: Likewise.
27198         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
27199         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
27200         (dlclose): Likewise.
27201         (dlmopen): Likewise.
27203 2013-08-27  Roland McGrath  <roland@hack.frob.com>
27205         * include/netdb.h [!_ISOMAC]:
27206         Don't include <tls.h>.
27207         (h_errno, __libc_h_errno): Move declaration and macros out of
27208         [_LIBC_REENTRANT].
27210         * include/resolv.h [_RESOLV_H_]:
27211         Don't include <tls.h>.
27212         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
27213         * resolv/res_libc.c: Don't include <tls.h>.
27214         (_res): Use __attribute__ ((nocommon)) in place of
27215         __attribute__ ((section (".bss"))).
27217         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
27218         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
27220         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
27222         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
27223         only under [SIOCGIFCONF && SIOCGIFNETMASK].
27225         * resolv/res_mkquery.c: Include <sys/time.h>.
27227         * inet/ifreq.c: Moved to ...
27228         * sysdeps/unix/ifreq.c: ... here.
27229         * inet/ifreq.c: New file, true stub version.
27231         * socket/sa_len.c: New file.
27232         * socket/Makefile (aux): Add it.
27233         * sysdeps/unix/sysv/linux/Makefile
27234         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
27235         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
27236         and #include <socket/sa_len.c>.
27237         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
27238         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
27240         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
27241         * bits/socket.h: ... here.
27243         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
27244         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
27245         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
27247 2013-08-27  Andreas Schwab  <schwab@suse.de>
27249         [BZ #15736]
27250         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
27251         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
27252         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
27253         * string/test-strcasecmp.c (test_main): Run tests in several
27254         locales.
27255         * string/test-strncasecmp.c (test_main): Likewise.
27257         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
27258         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
27259         to __strcasecmp_nonascii and __strncasecmp_nonascii.
27260         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
27261         (__strncasecmp_ssse3) [PIC]: Likewise.
27263 2013-08-26  Roland McGrath  <roland@hack.frob.com>
27265         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
27267         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
27268         instead of explicitly declaring xdecrypt.
27269         * nis/nss_nis/nis-publickey.c: Likewise.
27271 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27273         [BZ #15890]
27274         * nscd/aicache.c: Include res_hconf.h.
27275         (addhstaiX): Initialize res_hconf.
27277 2013-08-26  Andreas Schwab  <schwab@suse.de>
27279         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
27280         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
27282 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27284         * nscd/aicache.c (addhstaiX): Fix indentation.
27286 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
27288         * configure.ac: Quote $build_pt_chown test.
27289         * configure: Regenerated.
27291 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
27293         [BZ #15532]
27294         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
27295         * math/s_cexpf.c (__cexpf): Likewise.
27296         * math/s_cexpl.c (__cexpl): Likewise.
27297         * math/libm-test.inc (cexp_test_data): Correct expected return
27298         value for NaN + i0.  Add another test.
27300 2013-08-22  David S. Miller  <davem@davemloft.net>
27302         * po/ca.po: Update Catalan translation from translation project.
27303         * po/uk.po: Add Ukrainian translations from translation project.
27305 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
27307         [BZ #15797]
27308         * math/s_fdim.c (__fdim): Check for infinite arguments if result
27309         is infinite, not alongside NaN test.
27310         * math/s_fdimf.c (__fdimf): Likewise.
27311         * math/s_fdiml.c (__fdiml): Likewise.
27312         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
27313         errno is unchanged.
27315 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
27317         * argp/argp-help.c: Fix typos.
27318         * crypt/speeds.c: Likewise.
27319         * csu/check_fds.c: Likewise.
27320         * elf/dl-load.c: Likewise.
27321         * elf/dl-open.c: Likewise.
27322         * elf/reldep3.c: Likewise.
27323         * elf/reldep.c: Likewise.
27324         * elf/sprof.c: Likewise.
27325         * iconv/iconv_charmap.c: Likewise.
27326         * iconv/skeleton.c: Likewise.
27327         * iconv/strtab.c: Likewise.
27328         * io/lockf64.c: Likewise.
27329         * libio/libioP.h: Likewise.
27330         * resolv/gai_notify.c: Likewise.
27331         * resolv/ns_name.c: Likewise.
27332         * resolv/ns_samedomain.c: Likewise.
27333         * resolv/res_send.c: Likewise.
27334         * stdlib/random.c: Likewise.
27335         * sunrpc/rpc/xdr.h: Likewise.
27336         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
27337         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
27338         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
27339         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
27340         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
27341         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
27342         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
27343         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
27344         * sysdeps/mach/hurd/check_fds.c: Likewise.
27345         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27346         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
27347         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27348         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27349         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
27350         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27351         * sysdeps/pthread/aio_notify.c: Likewise.
27352         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
27353         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
27354         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
27355         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
27356         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
27358 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27360         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
27361         version if bit_Slow_SSE4_2 is set.
27362         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
27363         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
27365 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27367         [BZ #15867]
27368         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
27369         trampoline stack frame information.
27370         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
27371         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
27372         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
27373         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
27374         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
27375         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27376         (_libc_vdso_platform_setup): Initialize the signal trampolines.
27377         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
27378         sa_flags value.
27379         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
27380         interrupting a syscall and set with option SA_SIGINFO.
27382 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
27384         [BZ #15531]
27385         * math/s_cproj.c (__cproj): Only return an infinity if one part of
27386         argument is infinite.
27387         * math/s_cprojf.c (__cprojf): Likewise.
27388         * math/s_cprojl.c (__cprojl): Likewise.
27389         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
27390         * math/libm-test.inc (cproj_test_data): Add more tests.
27392         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
27394         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
27395         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
27396         size.  Use __ffs to determine corresponding shift.
27398 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
27399             Roland McGrath  <roland@hack.frob.com>
27401         * Makefile (INSTALL): Remove trailing blank lines from output of
27402         makeinfo.
27404 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27406         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
27407         Align 32 bit compat elf_greg to 8 bytes.
27409 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
27411         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
27413 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
27415         * string/strcoll_l.c (coll_seq): New structure.
27416         (get_next_seq_cached): New function.
27417         (get_next_seq): New function.
27418         (do_compare): New function.
27419         (STRCOLL): Use GNU style definition.  Simplify implementation
27420         by using get_next_seq, get_next_seq_cached and do_compare.
27422 2013-08-16  Florian Weimer  <fweimer@redhat.com>
27424         [BZ #14699]
27425         CVE-2013-4237
27426         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
27427         member.
27428         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
27429         member.
27430         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
27431         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
27432         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
27433         conditional.
27434         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
27435         GETDENTS_64BIT_ALIGNED.
27436         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
27437         * manual/filesys.texi (Reading/Closing Directory): Document
27438         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
27439         strongly.
27440         * manual/conf.texi (Limits for Files): Add portability note to
27441         NAME_MAX, PATH_MAX.
27442         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
27444 2013-08-13  Andreas Schwab  <schwab@suse.de>
27446         [BZ #15749]
27447         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
27448         of fabs.
27449         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
27450         LDBL_MAX_EXP >= 16384]: Add tests for it.
27452 2013-08-12  David S. Miller  <davem@davemloft.net>
27454         * version.h (RELEASE): Set to "development".
27455         (VERSION): Set to "2.18.90".
27456         * NEWS: Add 2.19 section.
27458 2013-08-03  David S. Miller  <davem@davemloft.net>
27460         * po/ko.po: Update Korean translation from translation project.
27462 2013-08-01  David S. Miller  <davem@davemloft.net>
27464         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
27465         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
27466         Bilka.
27468 2013-07-30  David S. Miller  <davem@davemloft.net>
27470         * po/fr.po: Update French translation from translation project.
27472 2013-07-28  David S. Miller  <davem@davemloft.net>
27474         * po/cs.po: Update Czech translation from translation project.
27476         * po/sv.po: Update Swedish translation from translation project.
27478 2013-07-27  David S. Miller  <davem@davemloft.net>
27480         * po/eo.po: Update Esperanto translation from translation project.
27482         * po/vi.po: Update Vietnamese translation from translation project.
27484         * po/de.po: Update German translation from translation project.
27486 2013-07-26  David S. Miller  <davem@davemloft.net>
27488         * po/bg.po: Update Bulgarian translation from translation project.
27490         * po/nl.po: Update Dutch translation from translation project.
27491         * po/pl.po: Update Polish translation from translation project.
27492         * po/ru.po: Update Russian translation from translation project.
27494 2013-07-24  David S. Miller  <davem@davemloft.net>
27496         * po/libc.pot: Update.
27498 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27500         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
27501         variable page size.
27502         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
27503         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
27504         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
27506 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27508         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
27510 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27511             Andreas Schwab  <schwab@suse.de>
27512             Roland McGrath  <roland@hack.frob.com>
27513             Joseph Myers  <joseph@codesourcery.com>
27514             Carlos O'Donell  <carlos@redhat.com>
27516         [BZ #15755]
27517         * config.h.in: Define HAVE_PT_CHOWN.
27518         * config.make.in (build-pt-chown): New variable.
27519         * configure.in (--enable-pt_chown): New configure option.
27520         * configure: Regenerate.
27521         * login/Makefile: Include Makeconfig.  Build pt_chown only if
27522         build-pt-chown is enabled.
27523         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
27524         pt_chown to fix pty ownership.
27525         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
27526         CLOSE_ALL_FDS.
27527         * manual/install.texi (Configuring and compiling): Mention
27528         --enable-pt_chown. Add @findex for grantpt.
27529         * INSTALL: Regenerate.
27531 2013-07-20  David S. Miller  <davem@davemloft.net>
27533         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
27534         difference between 32-bit and 64-bit.
27536 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
27538         [BZ #15711]
27539         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
27540         Avoid system header dependency with -ffreestanding.
27541         ($(objpfx)bits/syscall%d): Likewise.
27543 2013-07-13  David S. Miller  <davem@davemloft.net>
27545         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
27546         underflows from atanl/atan2l due to bug 15319.
27547         (casinh_test_data): Likewise.
27549 2013-07-07  David S. Miller  <davem@davemloft.net>
27551         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
27553 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
27555         * sysdeps/i386/fpu/libm-test-ulps: Update.
27556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27558 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27560         * configure.in (--enable-lock-elision): Fix message text.
27561         * INSTALL: Regenerate.
27562         * configure: Regenerate.
27564 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27566         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27568 2013-07-03  Andreas Jaeger  <aj@suse.de>
27570         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
27571         define.
27572         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
27573         (ptrace_peeksiginfo_args): Add.
27574         (__ptrace_peeksiginfo_flags): Add.
27575         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
27576         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
27577         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
27579 2013-07-03  Allan McRae  <allan@archlinux.org>
27581         * sysdeps/i386/fpu/libm-test-ulps: Update.
27583 2013-07-02  David S. Miller  <davem@davemloft.net>
27585         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27587 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
27589         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27591 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
27593         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
27594         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27596 2013-07-02  Andi Kleen <ak@linux.intel.com>
27598         * config.h.in (ENABLE_LOCK_ELISION): Add.
27599         * configure.in (--enable-lock-elision): Add option.
27600         * manual/install.texi: Document --enable lock elision.
27601         * configure: Regenerate
27602         * INSTALL: Regenerate.
27604 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
27606         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
27607         SSE4.2 strcasecmp for libc.a.
27608         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
27610 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
27612         [BZ #13304]
27613         * soft-fp/op-common.h (_FP_FMA): New macro.
27614         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
27615         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
27616         (_FP_MUL_MEAT_1_imm): ... here.
27617         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
27618         (_FP_MUL_MEAT_1_wide): ... here.
27619         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
27620         (_FP_MUL_MEAT_1_hard): ... here.
27621         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
27622         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
27623         (_FP_MUL_MEAT_2_wide): ... here.
27624         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
27625         (_FP_MUL_MEAT_2_wide_3mul): ... here.
27626         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
27627         (_FP_MUL_MEAT_2_gmp): ... here.
27628         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
27629         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
27630         (_FP_MUL_MEAT_4_wide): ... here.
27631         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
27632         (_FP_MUL_MEAT_4_gmp): ... here.
27633         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
27634         (_FP_WFRACBITS_DW_S): Likewise.
27635         (_FP_WFRACXBITS_DW_S): Likewise.
27636         (_FP_HIGHBIT_DW_S): Likewise.
27637         (FP_FMA_S): Likewise.
27638         (_FP_FRAC_HIGH_DW_S): Likewise.
27639         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
27640         (_FP_WFRACBITS_DW_D): Likewise.
27641         (_FP_WFRACXBITS_DW_D): Likewise.
27642         (_FP_HIGHBIT_DW_D): Likewise.
27643         (FP_FMA_D): Likewise.
27644         (_FP_FRAC_HIGH_DW_D): Likewise.
27645         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
27646         (_FP_WFRACBITS_DW_E): Likewise.
27647         (_FP_WFRACXBITS_DW_E): Likewise.
27648         (_FP_HIGHBIT_DW_E): Likewise.
27649         (FP_FMA_E): Likewise.
27650         (_FP_FRAC_HIGH_DW_E): Likewise.
27651         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
27652         (_FP_WFRACBITS_DW_Q): Likewise.
27653         (_FP_WFRACXBITS_DW_Q): Likewise.
27654         (_FP_HIGHBIT_DW_Q): Likewise.
27655         (FP_FMA_Q): Likewise.
27656         (_FP_FRAC_HIGH_DW_Q): Likewise.
27657         * soft-fp/fmasf4.c: New file.
27658         * soft-fp/fmadf4.c: Likewise.
27659         * soft-fp/fmatf4.c: Likewise.
27661 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27663         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
27664         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
27665         Silvermont.
27666         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
27667         macro.
27668         (index_Slow_SSE4_2): Likewise.
27669         (index_Prefer_PMINUB_for_stringop): Likewise.
27670         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
27671         bit_Slow_SSE4_2 is set.
27672         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
27673         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
27675 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27677         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
27678         rtld_global._dl_hwcap2.
27679         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
27680         POWER8.
27681         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
27682         POWER8 feature descriptions defined in _dl_hwcap2.
27683         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
27684         string handling for POWER8 feature bits.
27685         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
27686         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
27687         _dl_powerpc_cap_flags.
27688         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
27689         * sysdeps/powerpc/rtld-global-offsets.sym
27690         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
27691         _dl_hwcap2 in the rtld_global_ro structure.
27693 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27695         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
27696         hardware capabilities in support of AT_HWCAP2.
27697         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
27698         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
27699         GLRO(dl_hwcap2).
27700         (_dl_show_auxv): Add support for calling _dl_procinfo to display
27701         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
27702         explicitly the unknown a_type display mechanism is used.
27703         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
27704         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
27705         struct member.
27706         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
27707         to macro prototype for AT_HWCAP2 support.
27708         * sysdeps/i386/dl-procinfo.h: Likewise.
27709         * sysdeps/s390/dl-procinfo.h: Likewise.
27710         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
27711         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
27712         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
27713         return -1 for unknown a_type display fallback.
27714         * sysdeps/sparc/dl-procinfo.h: Likewise.
27715         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
27716         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
27718 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
27720         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
27721         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
27723 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
27725         [BZ #12492]
27726         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
27727         mprotect making __stack_prot writable.
27729 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
27730             Joseph Myers  <joseph@codesourcery.com>
27732         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
27733         as being properly aligned.
27735 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
27737         * dlfcn/modstatic5.c: New file.
27738         * dlfcn/tststatic5.c: New file.
27739         * dlfcn/Makefile (tests): Add tststatic5.
27740         (tests-static): Likewise.
27741         (modules-names): Add modstatic5.
27742         (tststatic5-ENV): New variable.
27743         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
27745         [BZ #15022]
27746         * elf/dl-support.c (_dl_main_map): New variable.
27747         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
27748         (_dl_nns, _dl_load_adds): Set to 1.
27749         (_dl_initial_searchlist): Refer to _dl_main_map.
27750         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
27751         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
27752         call to _dl_get_origin.
27753         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
27754         around call_map.
27755         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
27756         * dlfcn/modstatic3.c: New file.
27757         * dlfcn/tststatic3.c: New file.
27758         * dlfcn/tststatic4.c: New file.
27759         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
27760         (tests-static): Likewise.
27761         (modules-names): Add modstatic3.
27762         (tststatic3-ENV, tststatic4-ENV): New variables.
27763         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
27764         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
27766 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
27768         * configure.in (CC): Require GCC version 4.4 or later.
27769         * configure: Regenerated.
27770         * manual/install.texi (Tools for Compilation): Update GCC version
27771         requirement.
27772         * INSTALL: Regenerated.
27774 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27776         [BZ #15674]
27777         * string/test-memcmp.c (check2): New.
27778         (main): Call check2.
27780         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
27782 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
27784         [BZ #15022]
27785         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
27786         over to...
27787         (dl_open_worker) [!SHARED]: ... here.
27789 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27791         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
27793 2013-06-25  Richard Henderson  <rth@redhat.com>
27795         * locale/programs/locarchive.c: Include <libc-internal.h>
27797 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
27799         * manual/texinfo.tex: Update to version 2013-06-21.17, with
27800         trailing whitespace removed.
27802 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27804         [BZ #10283]
27805         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
27806         * locale/programs/locarchive.c: Include libc-mmap.h.
27807         (prepare_address_space): Take two new outputs (the mmap base and len).
27808         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
27809         values.
27810         (create_archive): Declare new mmap base and len values for
27811         prepare_address_space, and store the result in ah.
27812         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
27813         (enlarge_archive): If ah->mmap_base is not NULL, use that and
27814         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27815         Declare new mmap base and len values for
27816         prepare_address_space, and store the result in new_ah.
27817         (open_archive): Declare new mmap base and len values for
27818         prepare_address_space, and store the result in ah.
27819         (close_archive): If ah->mmap_base is not NULL, use that and
27820         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27821         * sysdeps/generic/libc-mmap.h: New file.
27823 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27825         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
27826         (ALIGN_UP): Likewise.
27827         (PTR_ALIGN_DOWN): Likewise.
27828         (PTR_ALIGN_UP): Likewise.
27830 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27832         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
27833         entry mapped to PPC_PLATFORM_POWER8.
27834         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
27835         POWER8.
27836         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
27837         (_dl_string_platform): Add case for exporting platform position for
27838         POWER8.
27839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
27840         search path to sysdeps/powerpc/powerpc32/power8 directory.
27841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
27842         search path to sysdeps/powerpc/powerpc64/power8 directory.
27843         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
27844         power7 directories.
27845         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
27846         power7 directories.
27848 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27850         * INSTALL: Regenerate.
27852         * nscd/connections.c (nscd_init): Fix comment.
27854 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
27856         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
27858         [BZ #15667]
27859         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
27860         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
27862 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27864         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
27865         DL_DST_REQ_STATIC.
27866         (DL_DST_REQ_STATIC): Remove macro.
27868 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
27870         [BZ #7006]
27871         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
27872         with a shift of 0 bits.
27874 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27876         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
27877         $(tststatic-ENV).
27879 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
27881         [BZ #15655]
27882         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
27884 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27886         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
27887         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
27888         accepts -fno-tree-loop-distribute-patterns.
27889         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
27890         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
27891         recursive call.
27892         * string/memset.c (memset): Likewise.
27893         * string/test-memmove.c (simple_memmove): Disable loop transformation
27894         to library calls.
27895         * string/test-memset.c (simple_memset): Likewise.
27896         * benchtests/bench-memmove.c (simple_memmove): Likewise.
27897         * benchtests/bench-memset.c (simple_memset): Likewise.
27898         * configure: Regenerated.
27900 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
27902         * math/test-misc.c (main): Ignore fesetround failure when failures
27903         of subsequent rounding tests would be ignored.
27905         [BZ #15654]
27906         * math/fedisblxcpt.c (fedisableexcept): Return 0.
27907         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
27908         * math/fegetenv.c (__fegetenv): Return 0.
27909         * math/fegetexcept.c (fegetexcept): Return 0.
27910         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
27911         FE_TONEAREST.
27912         * math/feholdexcpt.c (feholdexcept): Return 0.
27913         * math/fesetenv.c (__fesetenv): Return 0.
27914         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
27915         argument FE_TONEAREST.
27916         * math/feupdateenv.c (__feupdateenv): Return 0.
27917         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27919 2013-06-18  Roland McGrath  <roland@hack.frob.com>
27921         * elf/rtld-Rules (rtld-compile-command.S): New variable.
27922         (rtld-compile-command.s, rtld-compile-command.c): New variables.
27923         ($(objpfx)rtld-%.os rules): Use them.
27925 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27927         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27928         fields.
27930 2013-06-17  Roland McGrath  <roland@hack.frob.com>
27932         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27933         length of target pattern, then descending length of dependency pattern.
27934         * configure.in (AWK): Require gawk 3.1.2 or newer.
27935         * manual/install.texi (Tools for Compilation): Say that we do.
27936         * configure: Regenerated.
27938         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27939         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27940         * scripts/sysd-rules.awk: ... this new script.
27941         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27942         than a glob-style pattern.
27944 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
27946         * math/test-misc.c (main): Do not treat incorrectly rounded
27947         conversions as failure unless ROUNDING_TESTS passes.
27949 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
27951         [BZ #15631]
27952         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27953         restore exception state around main square root computation, then
27954         check for inexactness explicitly.
27956         * math/libm-test.inc (fma_test_data): Add another test.
27958 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27960         * manual/threads.texi (Non-POSIX Extensions): New document
27961         node.  Document pthread_getattr_default_np and
27962         pthread_setattr_default_np.
27964         * Versions.def (libpthread): Add GLIBC_2.18.
27965         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27967         Likewise.
27968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27969         Likewise.
27970         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27971         Likewise.
27972         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27973         Likewise.
27974         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27975         Likewise.
27976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27977         Likewise.
27978         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27979         Likewise.
27980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27981         Likewise.
27982         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27983         Likewise.
27985 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27987         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27988         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27990 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27991             H.J. Lu  <hjl.tools@gmail.com>
27993         [BZ #15627]
27994         * sysdeps/x86_64/rtld-memset.c: Remove file.
27995         * sysdeps/x86_64/rtld-memset.S: New file.
27997 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
27999         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
28000         (test_in_one_mode): Take arguments for whether the rounding mode
28001         is supported for each floating-point type.
28002         (do_test): Pass new arguments to test_in_one_mode using
28003         ROUNDING_TESTS.
28005 2013-06-13  Roland McGrath  <roland@hack.frob.com>
28007         * posix/tst-waitid.c (do_test): Distinguish different instances of
28008         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
28009         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
28010         before entering the kernel for waitpid.
28012 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28014         * NEWS: Fix note on clock function precision.  Text by Roland
28015         McGrath.
28017 2013-06-13  Roland McGrath  <roland@hack.frob.com>
28019         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
28020         it into place only when and if the sanity check passes.
28022 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
28024         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
28025         output for whether conversion result is exact.  Take argument
28026         indicating whether type is IBM long double.
28027         (round_for_all): Change need_exact field to ibm_ld.
28028         * stdlib/tst-strtod-round.c (struct exactness): New type.
28029         (struct test): Change bool ld_ok field to struct exactness exact.
28030         (TEST): Update all definitions for change to field.
28031         (tests): Regenerate array contents.
28032         (test_in_one_mode): Take pointer to new field instead of old ld_ok
28033         field value.  Check for IBM long double here.
28034         (do_test): Update calls to test_in_one_mode.
28036 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28038         [BZ #12515]
28039         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
28040         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
28042 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28044         [BZ #15605]
28045         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
28046         generated by the compiler on loop optimizations.
28047         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
28048         general definitions.
28050 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
28052         * math/bug-nextafter.c: Include <math-tests.h>.
28053         (main): Only test for exceptions if EXCEPTION_TESTS is true for
28054         the relevant type.
28055         * math/bug-nexttoward.c: Include <math-tests.h>.
28056         (main): Only test for exceptions if EXCEPTION_TESTS is true for
28057         the relevant type.
28058         * math/test-misc.c: Include <math-tests.h>.
28059         (main): Only test for exceptions if EXCEPTION_TESTS is true for
28060         the relevant type.
28062 2013-06-12  Andreas Jaeger  <aj@suse.de>
28064         * po/ia.po: Update Interlingua translation from translation
28065         project.
28067 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28069         * include/fenv.h: Include stdbool.h.
28070         (struct rm_ctx): New structure.
28071         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
28072         Define macro.
28073         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
28074         (SET_RESTORE_ROUNDF): Likewise.
28075         (SET_RESTORE_ROUNDL): Likewise.
28076         (SET_RESTORE_ROUND_NOEX): Likewise.
28077         (SET_RESTORE_ROUND_NOEXF): Likewise.
28078         (SET_RESTORE_ROUND_NOEXL): Likewise.
28079         (SET_RESTORE_ROUND_53BIT): Likewise.
28080         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
28081         (libc_feresetround_noexf_ctx): Likewise.
28082         (libc_feresetround_noexl_ctx): Likewise.
28083         (libc_feholdsetround_53bit_ctx): Likewise.
28084         (libc_feresetround_53bit_ctx): Likewise.
28085         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
28086         (libc_feholdexcept_setround_sse_ctx): New function.
28087         (libc_fesetenv_sse_ctx): Likewise.
28088         (libc_feupdateenv_sse_ctx): Likewise.
28089         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
28090         (libc_feholdexcept_setround_387_ctx): Likewise.
28091         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
28092         (libc_feholdsetround_387_prec_ctx): Likewise.
28093         (libc_feholdsetround_387_ctx): Likewise.
28094         (libc_feholdsetround_387_53bit_ctx): Likewise.
28095         (libc_feholdsetround_sse_ctx): Likewise.
28096         (libc_feresetround_sse_ctx): Likewise.
28097         (libc_feresetround_387_ctx): Likewise.
28098         (libc_feupdateenv_387_ctx): Likewise.
28099         (libc_feholdexcept_setroundf_ctx): Define macro.
28100         (libc_fesetenvf_ctx): Likewise.
28101         (libc_feupdateenvf_ctx): Likewise.
28102         (libc_feholdsetroundf_ctx): Likewise.
28103         (libc_feresetroundf_ctx): Likewise.
28104         (libc_feholdexcept_setround_ctx): Likewise.
28105         (libc_fesetenv_ctx): Likewise.
28106         (libc_feupdateenv_ctx): Likewise.
28107         (libc_feholdsetround_ctx): Likewise.
28108         (libc_feresetround_ctx): Likewise.
28109         (libc_feholdexcept_setroundl_ctx): Likewise.
28110         (libc_feupdateenvl_ctx): Likewise.
28111         (libc_feholdsetroundl_ctx): Likewise.
28112         (libc_feresetroundl_ctx): Likewise.
28113         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
28114         (libc_feresetround_53bit_ctx): Likewise.
28116 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28118         * locale/iso-639.def: Convert to UTF-8.
28120 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
28122         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
28123         (EXCEPTION_TESTS_double): Likewise.
28124         (EXCEPTION_TESTS_long_double): Likewise.
28125         (EXCEPTION_TESTS): Likewise.
28126         * math/libm-test.inc (test_exceptions): Only test exceptions if
28127         EXCEPTION_TESTS (FLOAT).
28129 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28131         * benchtests/Makefile (string-bench): Add strcpy_chk and
28132         stpcpy_chk.
28133         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
28134         * benchtests/bench-stpcpy_chk.c: New file.
28135         * benchtests/bench-strcpy_chk-ifunc.c: New file.
28136         * benchtests/bench-strcpy_chk.c: New file.
28137         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
28138         code.
28139         (do_test): Likewise.
28141 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28143         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
28144         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
28145         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
28146         with tabs where appropriate.
28147         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
28148         dl-procinfo.h.
28149         [PPC_PLATFORM_PPC440]: Likewise.
28150         [PPC_PLATFORM_PPC464]: Likewise.
28151         [PPC_PLATFORM_PPC476]: Likewise.
28152         (_dl_string_platform): Add support for detecting ppc405, ppc440,
28153         ppc464, and ppc476 platform strings merging from ports/
28154         dl-procinfo.h.
28156 2013-06-11  Andreas Schwab  <schwab@suse.de>
28158         [BZ #14991]
28159         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
28160         (from_ucs4_idx): Regenerate.
28161         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
28162         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
28163         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
28164         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
28165         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
28166         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
28167         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
28168         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
28169         from FROM_LOOP and TO_LOOP specific macros.
28170         (BODY): Handle combining characters.
28171         * iconvdata/BIG5HKSCS.irreversible: Update.
28172         * iconvdata/BIG5HKSCS.precomposed: New file.
28173         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
28174         characters.
28175         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
28177 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28179         * include/sys/time.h: Fix indentation and add copyright header.
28181         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
28182         (do_test): Likewise.
28183         * string/test-memchr.c (do_one_test): Likewise.
28184         (do_test): Likewise.
28185         * string/test-memcmp.c (do_one_test): Likewise.
28186         (do_test): Likewise.
28187         * string/test-memcpy.c (do_one_test): Likewise.
28188         (do_test): Likewise.
28189         * string/test-memmem.c (do_one_test): Likewise.
28190         (do_test): Likewise.
28191         (do_random_tests): Likewise.
28192         * string/test-memmove.c (do_one_test): Likewise.
28193         (do_test): Likewise.
28194         * string/test-memset.c (do_one_test): Likewise.
28195         (do_test): Likewise.
28196         * string/test-rawmemchr.c (do_one_test): Likewise.
28197         (do_test): Likewise.
28198         * string/test-strcasecmp.c (do_one_test): Likewise.
28199         (do_test): Likewise.
28200         * string/test-strcasestr.c (do_one_test): Likewise.
28201         (do_test): Likewise.
28202         * string/test-strcat.c (do_one_test): Likewise.
28203         (do_test): Likewise.
28204         * string/test-strchr.c (do_one_test): Likewise.
28205         (do_test): Likewise.
28206         * string/test-strcmp.c (do_one_test): Likewise.
28207         (do_test): Likewise.
28208         * string/test-strcpy.c (do_one_test): Likewise.
28209         (do_test): Likewise.
28210         * string/test-string.h: Likewise.
28211         (test_init): Likewise.
28212         * string/test-strlen.c (do_one_test): Likewise.
28213         (do_test): Likewise.
28214         * string/test-strncasecmp.c (do_one_test): Likewise.
28215         (do_test): Likewise.
28216         * string/test-strncat.c (do_one_test): Likewise.
28217         (do_test): Likewise.
28218         * string/test-strncmp.c (do_one_test): Likewise.
28219         (do_test_limit): Likewise.
28220         (do_test): Likewise.
28221         * string/test-strncpy.c (do_one_test): Likewise.
28222         (do_test): Likewise.
28223         * string/test-strnlen.c (do_one_test): Likewise.
28224         (do_test): Likewise.
28225         * string/test-strpbrk.c (do_one_test): Likewise.
28226         (do_test): Likewise.
28227         * string/test-strrchr.c (do_one_test): Likewise.
28228         (do_test): Likewise.
28229         * string/test-strspn.c (do_one_test): Likewise.
28230         (do_test): Likewise.
28231         * string/test-strstr.c (do_one_test): Likewise.
28232         (do_test): Likewise.
28234         * benchtests/Makefile (string-bench): Add string benchmarks.
28235         * benchtests/bench-bcopy-ifunc.c: New file.
28236         * benchtests/bench-bcopy.c: New file.
28237         * benchtests/bench-bzero-ifunc.c: New file.
28238         * benchtests/bench-bzero.c: New file.
28239         * benchtests/bench-memccpy-ifunc.c: New file.
28240         * benchtests/bench-memccpy.c: New file.
28241         * benchtests/bench-memchr-ifunc.c: New file.
28242         * benchtests/bench-memchr.c: New file.
28243         * benchtests/bench-memcmp-ifunc.c: New file.
28244         * benchtests/bench-memcmp.c: New file.
28245         * benchtests/bench-memmem-ifunc.c: New file.
28246         * benchtests/bench-memmem.c: New file.
28247         * benchtests/bench-memmove-ifunc.c: New file.
28248         * benchtests/bench-memmove.c: New file.
28249         * benchtests/bench-mempcpy-ifunc.c: New file.
28250         * benchtests/bench-mempcpy.c: New file.
28251         * benchtests/bench-memset-ifunc.c: New file.
28252         * benchtests/bench-memset.c: New file.
28253         * benchtests/bench-rawmemchr-ifunc.c: New file.
28254         * benchtests/bench-rawmemchr.c: New file.
28255         * benchtests/bench-stpcpy-ifunc.c: New file.
28256         * benchtests/bench-stpcpy.c: New file.
28257         * benchtests/bench-stpncpy-ifunc.c: New file.
28258         * benchtests/bench-stpncpy.c: New file.
28259         * benchtests/bench-strcasecmp-ifunc.c: New file.
28260         * benchtests/bench-strcasecmp.c: New file.
28261         * benchtests/bench-strcasestr-ifunc.c: New file.
28262         * benchtests/bench-strcasestr.c: New file.
28263         * benchtests/bench-strcat-ifunc.c: New file.
28264         * benchtests/bench-strcat.c: New file.
28265         * benchtests/bench-strchr-ifunc.c: New file.
28266         * benchtests/bench-strchr.c: New file.
28267         * benchtests/bench-strchrnul-ifunc.c: New file.
28268         * benchtests/bench-strchrnul.c: New file.
28269         * benchtests/bench-strcmp-ifunc.c: New file.
28270         * benchtests/bench-strcmp.c: New file.
28271         * benchtests/bench-strcpy-ifunc.c: New file.
28272         * benchtests/bench-strcpy.c: New file.
28273         * benchtests/bench-strcspn-ifunc.c: New file.
28274         * benchtests/bench-strcspn.c: New file.
28275         * benchtests/bench-strlen-ifunc.c: New file.
28276         * benchtests/bench-strlen.c: New file.
28277         * benchtests/bench-strncasecmp-ifunc.c: New file.
28278         * benchtests/bench-strncasecmp.c: New file.
28279         * benchtests/bench-strncat-ifunc.c: New file.
28280         * benchtests/bench-strncat.c: New file.
28281         * benchtests/bench-strncmp-ifunc.c: New file.
28282         * benchtests/bench-strncmp.c: New file.
28283         * benchtests/bench-strncpy-ifunc.c: New file.
28284         * benchtests/bench-strncpy.c: New file.
28285         * benchtests/bench-strnlen-ifunc.c: New file.
28286         * benchtests/bench-strnlen.c: New file.
28287         * benchtests/bench-strpbrk-ifunc.c: New file.
28288         * benchtests/bench-strpbrk.c: New file.
28289         * benchtests/bench-strrchr-ifunc.c: New file.
28290         * benchtests/bench-strrchr.c: New file.
28291         * benchtests/bench-strspn-ifunc.c: New file.
28292         * benchtests/bench-strspn.c: New file.
28293         * benchtests/bench-strstr-ifunc.c: New file.
28294         * benchtests/bench-strstr.c: New file.
28296         * benchtests/Makefile: Disable parallel execution of targets.
28297         (string-bench): Add memcpy.
28298         (benchset): New variable to store a list of benchmark sets.
28299         (bench-func): Renamed from bench.
28300         (bench-set): New target.
28301         (bench): Depend on bench-func and bench-set.
28302         * benchtests/README: Add section on benchmark sets.
28303         * benchtests/bench-memcpy-ifunc.c: New file.
28304         * benchtests/bench-memcpy.c: New file.
28305         * benchtests/bench-string.h: New file.
28307 2013-06-11  Andreas Schwab  <schwab@suse.de>
28309         [BZ #15577]
28310         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
28311         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
28312         values in the triple.
28313         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
28314         terminator in the group key.
28316 2013-06-11  Andreas Jaeger  <aj@suse.de>
28318         * po/zh_TW.po: Update Chinese (traditional) translation from
28319         translation project.
28321 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28323         * include/time.h (__clock_gettime): Add libc_hidden_proto.
28324         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
28325         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
28326         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
28327         (clock_getcpuclockid): Likewise.
28328         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
28329         Add weak_alias and libc_hidden_def.
28330         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
28331         * rt/clock_gettime.c (clock_gettime): Rename to
28332         __clock_gettime.  Add weak_alias and libc_hidden_def.
28333         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
28334         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
28335         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
28336         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
28337         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
28338         Likewise.
28339         * rt/clock_settime.c (clock_settime): Rename to
28340         __clock_settime.  Add weak_alias and libc_hidden_def.
28341         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
28343 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
28345         * mach/err_boot.sub: Remove trailing whitespace.
28346         * mach/err_ipc.sub: Likewise.
28347         * mach/err_mach.sub: Likewise.
28349         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
28350         (ROUNDING_TESTS_double): Likewise.
28351         (ROUNDING_TESTS_long_double): Likewise.
28352         (ROUNDING_TESTS): Likewise.
28353         * math/libm-test.inc: Include <math-tests.h>.
28354         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
28355         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28356         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28357         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28359 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28361         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
28362         of assigning.
28364 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
28366         * sysdeps/gnu/errlist.awk: Do not generate space at end of
28367         otherwise empty TRANS lines.
28368         * sysdeps/gnu/errlist.c: Regenerated.
28370         * catgets/gencat.c (error_print): Use (void) in function
28371         definition.
28372         * crypt/crypt_util.c (__init_des): Likewise.
28373         * crypt/speeds.c (Stop): Likewise.
28374         (main): Likewise.
28375         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
28376         * inet/ruserpass.c (token): Likewise.
28377         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
28378         * intl/localealias.c (extend_alias_table): Likewise.
28379         * intl/plural-exp.c (init_germanic_plural): Likewise.
28380         * libio/fcloseall.c (__fcloseall): Likewise.
28381         * libio/genops.c (_IO_flush_all): Likewise.
28382         (_IO_flush_all_linebuffered): Likewise.
28383         (_IO_cleanup): Likewise.
28384         (_IO_iter_begin): Likewise.
28385         (_IO_iter_end): Likewise.
28386         (_IO_list_lock): Likewise.
28387         (_IO_list_unlock): Likewise.
28388         (_IO_list_resetlock): Likewise.
28389         * libio/getchar.c (getchar): Likewise.
28390         * libio/getchar_u.c (getchar_unlocked): Likewise.
28391         * libio/getwchar.c (getwchar): Likewise.
28392         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
28393         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
28394         * login/getpt.c (__getpt): Likewise.
28395         * login/tst-utmp.c (main): Likewise.
28396         * malloc/hooks.c (__malloc_check_init): Likewise.
28397         * malloc/malloc.c (__malloc_stats): Likewise.
28398         * malloc/mtrace.c (tr_break): Likewise.
28399         (mtrace): Likewise.
28400         (muntrace): Likewise.
28401         * misc/fstab.c (endfsent): Likewise.
28402         * misc/getclktck.c (__getclktck): Likewise.
28403         * misc/getdtsz.c (__getdtablesize): Likewise.
28404         * misc/gethostid.c (gethostid): Likewise.
28405         * misc/getpagesize.c (__getpagesize): Likewise.
28406         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
28407         (__get_nprocs): Likewise.
28408         (__get_phys_pages): Likewise.
28409         (__get_avphys_pages): Likewise.
28410         * misc/getttyent.c (getttyent): Likewise.
28411         (setttyent): Likewise.
28412         (endttyent): Likewise.
28413         * misc/getusershell.c (getusershell): Likewise.
28414         (endusershell): Likewise.
28415         (setusershell): Likewise.
28416         (initshells): Likewise.
28417         * misc/hsearch.c (__hdestroy): Likewise.
28418         * misc/sync.c (sync): Likewise.
28419         * misc/syslog.c (closelog_internal): Likewise.
28420         (closelog): Likewise.
28421         * misc/ttyslot.c (ttyslot): Likewise.
28422         * misc/vhangup.c (vhangup): Likewise.
28423         * posix/fork.c (__fork): Likewise.
28424         * posix/getegid.c (__getegid): Likewise.
28425         * posix/geteuid.c (__geteuid): Likewise.
28426         * posix/getgid.c (__getgid): Likewise.
28427         * posix/getpid.c (__getpid): Likewise.
28428         * posix/getppid.c (__getppid): Likewise.
28429         * posix/getuid.c (__getuid): Likewise.
28430         * posix/pause.c (pause): Likewise.
28431         * posix/setpgrp.c (setpgrp): Likewise.
28432         * posix/setsid.c (__setsid): Likewise.
28433         * posix/test-vfork.c (noop): Likewise.
28434         * resolv/gethnamaddr.c (_endhtent): Likewise.
28435         (_gethtent): Likewise.
28436         (ht_endhostent): Likewise.
28437         (gethostent): Likewise.
28438         (dns_service): Likewise.
28439         * stdlib/drand48.c (drand48): Likewise.
28440         * stdlib/lrand48.c (lrand48): Likewise.
28441         * stdlib/mrand48.c (mrand48): Likewise.
28442         * stdlib/rand.c (rand): Likewise.
28443         * stdlib/random.c (__random): Likewise.
28444         * stdlib/setenv.c (clearenv): Likewise.
28445         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
28446         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
28447         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
28448         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
28449         (__get_nprocs): Likewise.
28450         (__get_phys_pages): Likewise.
28451         (__get_avphys_pages): Likewise.
28452         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
28453         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
28454         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
28455         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
28456         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
28457         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
28458         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
28459         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
28460         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
28461         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
28462         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
28463         * sysdeps/mach/hurd/sync.c (sync): Likewise.
28464         * sysdeps/posix/clock.c (clock): Likewise.
28465         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
28466         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
28467         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
28468         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
28469         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
28470         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
28471         (__get_nprocs_conf): Likewise.
28472         (__get_phys_pages): Likewise.
28473         (__get_avphys_pages): Likewise.
28474         * time/clock.c (clock): Likewise.
28475         * time/tzset.c (__tzname_max): Likewise.
28477 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
28479         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
28480         (__bswap_32): Do not use "register".
28481         * crypt/crypt.c (_ufc_doit_r): Likewise.
28482         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
28483         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
28484         * gmon/gmon.c (__monstartup): Likewise.
28485         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
28486         * hurd/hurdmalloc.c (more_memory): Likewise.
28487         (malloc): Likewise.
28488         (free): Likewise.
28489         (realloc): Likewise.
28490         (malloc_fork_prepare): Likewise.
28491         (malloc_fork_parent): Likewise.
28492         (malloc_fork_child): Likewise.
28493         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
28494         (_svcauth_des): Likewise.
28495         * inet/inet_lnaof.c (inet_lnaof): Likewise.
28496         * inet/inet_net.c (inet_network): Likewise.
28497         * inet/inet_netof.c (inet_netof): Likewise.
28498         * inet/rcmd.c (__validuser2_sa): Likewise.
28499         * io/fts.c (fts_open): Likewise.
28500         (fts_load): Likewise.
28501         (fts_close): Likewise.
28502         (fts_read): Likewise.
28503         (fts_children): Likewise.
28504         (fts_build): Likewise.
28505         (fts_stat): Likewise.
28506         (fts_sort): Likewise.
28507         (fts_alloc): Likewise.
28508         (fts_lfree): Likewise.
28509         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
28510         (_IO_file_xsgetn): Likewise.
28511         (_IO_file_xsgetn_mmap): Likewise.
28512         * libio/iofopncook.c (_IO_cookie_read): Likewise.
28513         (_IO_cookie_write): Likewise.
28514         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
28515         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
28516         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
28517         * malloc/obstack.c (_obstack_begin): Likewise.
28518         (_obstack_begin_1): Likewise.
28519         (_obstack_newchunk): Likewise.
28520         (_obstack_allocated_p): Likewise.
28521         (obstack_free): Likewise.
28522         (_obstack_memory_used): Likewise.
28523         * misc/getttyent.c (getttynam): Likewise.
28524         (getttyent): Likewise.
28525         (skip): Likewise.
28526         (value): Likewise.
28527         * misc/getusershell.c (initshells): Likewise.
28528         * misc/syslog.c (__vsyslog_chk): Likewise.
28529         * misc/ttyslot.c (ttyslot): Likewise.
28530         * nis/nis_hash.c (__nis_hash): Likewise.
28531         * posix/fnmatch_loop.c (FCT): Likewise.
28532         * posix/getconf.c (print_all): Likewise.
28533         (main): Likewise.
28534         * posix/getopt.c (exchange): Likewise.
28535         * posix/glob.c (globfree): Likewise.
28536         (prefix_array): Likewise.
28537         (__glob_pattern_type): Likewise.
28538         * resolv/arpa/nameser.h (NS_GET16): Likewise.
28539         (NS_GET32): Likewise.
28540         (NS_PUT16): Likewise.
28541         (NS_PUT32): Likewise.
28542         * resolv/gethnamaddr.c (getanswer): Likewise.
28543         (gethostbyname2): Likewise.
28544         (gethostbyaddr): Likewise.
28545         (_gethtent): Likewise.
28546         (_gethtbyname2): Likewise.
28547         (_gethtbyaddr): Likewise.
28548         * resolv/ns_print.c (dst_s_get_int16): Likewise.
28549         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
28550         * resolv/res_init.c (__res_vinit): Likewise.
28551         (net_mask): Likewise.
28552         * resolv/res_mkquery.c (outchar): Likewise.
28553         (PRINT): Likewise.
28554         * stdio-common/printf_fp.c (outchar): Likewise.
28555         (PRINT): Likewise.
28556         * stdio-common/printf_fphex.c (outchar): Likewise.
28557         (PRINT): Likewise.
28558         * stdio-common/printf_size.c (outchar): Likewise.
28559         (PRINT): Likewise.
28560         * stdio-common/test_rdwr.c (main): Likewise.
28561         * stdio-common/tfformat.c (matches): Likewise.
28562         * stdio-common/vfprintf.c (outchar): Likewise.
28563         (printf_unknown): Likewise.
28564         (buffered_vfprintf): Likewise.
28565         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
28566         * stdio-common/xbug.c (AppendToBuffer): Likewise.
28567         (ReadFile): Likewise.
28568         * stdlib/qsort.c (SWAP): Likewise.
28569         (_quicksort): Likewise.
28570         * stdlib/setenv.c (__add_to_environ): Likewise.
28571         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
28572         * stdlib/strtol_l.c (__strtol_l): Likewise.
28573         * stdlib/tst-strtod.c (main): Likewise.
28574         * stdlib/tst-strtol.c (main): Likewise.
28575         * stdlib/tst-strtoll.c (main): Likewise.
28576         * string/bits/string2.h (__strcmp_cc): Likewise.
28577         (__strcmp_cg): Likewise.
28578         (__strcspn_c1): Likewise.
28579         (__strcspn_c2): Likewise.
28580         (__strcspn_c3): Likewise.
28581         (__strspn_c1): Likewise.
28582         (__strspn_c2): Likewise.
28583         (__strspn_c3): Likewise.
28584         (__strsep_1c): Likewise.
28585         (__strsep_2c): Likewise.
28586         (__strsep_3c): Likewise.
28587         * string/memccpy.c (__memccpy): Likewise.
28588         * string/stpcpy.c (__stpcpy): Likewise.
28589         * string/strcmp.c (strcmp): Likewise.
28590         * string/strrchr.c (strrchr): Likewise.
28591         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
28592         Likewise.
28593         * sysdeps/mach/hurd/getcwd.c
28594         (_hurd_canonicalize_directory_name_internal): Likewise.
28595         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
28596         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
28597         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
28598         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
28599         Likewise, in both definitions.
28600         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
28601         definitions.
28602         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
28603         64] (__bswap_64): Likewise.
28604         * time/test_time.c (main): Likewise.
28605         * time/tzfile.c (__tzfile_read): Likewise.
28606         (__tzfile_compute): Likewise.
28607         * time/tzset.c (__tzset_parse_tz): Likewise.
28608         (tzset_internal): Likewise.
28609         (compute_change): Likewise.
28610         * wcsmbs/wcscat.c (__wcscat): Likewise.
28611         * wcsmbs/wcschr.c (wcschr): Likewise.
28612         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
28613         * wcsmbs/wcscspn.c (wcscspn): Likewise.
28614         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
28615         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
28616         * wcsmbs/wcsspn.c (wcsspn): Likewise.
28617         * wcsmbs/wcsstr.c (wcsstr): Likewise.
28618         * wcsmbs/wmemchr.c (wmemchr): Likewise.
28619         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
28620         * wcsmbs/wmemset.c (wmemset): Likewise.
28622 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
28624         * scripts/config.guess: Update to version 2013-05-16.
28625         * scripts/config.sub: Update to version 2013-04-24.
28626         * scripts/install-sh: Update to version 2011-11-20.07.
28627         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
28628         * scripts/move-if-change: Update to version 2012-01-06 07:23.
28630 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
28632         * debug/fgetws_u_chk.c: Fix leading whitespaces.
28633         * elf/sln.c: Likewise.
28634         * hurd/hurd/ioctl.h: Likewise.
28635         * hurd/hurdmalloc.c: Likewise.
28636         * hurd/xattr.c: Likewise.
28637         * include/shlib-compat.h: Likewise.
28638         * inet/ruserpass.c: Likewise.
28639         * libio/iofgets_u.c: Likewise.
28640         * libio/iofgetws_u.c: Likewise.
28641         * locale/programs/ld-identification.c: Likewise.
28642         * locale/programs/ld-time.c: Likewise.
28643         * mach/msg-destroy.c: Likewise.
28644         * nss/nss_files/files-netgrp.c: Likewise.
28645         * resolv/res_data.c: Likewise.
28646         * soft-fp/op-1.h: Likewise.
28647         * soft-fp/op-2.h: Likewise.
28648         * soft-fp/op-4.h: Likewise.
28649         * soft-fp/op-common.h: Likewise.
28650         * stdio-common/printf_fphex.c: Likewise.
28651         * stdlib/strtod_l.c: Likewise.
28652         * sunrpc/rpc/clnt.h: Likewise.
28653         * sysdeps/generic/framestate.c: Likewise.
28654         * sysdeps/i386/bsd-_setjmp.S: Likewise.
28655         * sysdeps/i386/bsd-setjmp.S: Likewise.
28656         * sysdeps/i386/__longjmp.S: Likewise.
28657         * sysdeps/i386/setjmp.S: Likewise.
28658         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
28659         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
28660         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28661         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
28662         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
28663         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
28664         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
28665         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
28666         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
28667         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
28668         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
28669         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
28670         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
28671         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
28672         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
28673         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
28674         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
28675         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
28676         * sysdeps/ieee754/support.c: Likewise.
28677         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
28678         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
28679         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
28680         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
28681         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
28682         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
28683         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
28684         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
28685         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
28686         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
28687         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
28688         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
28689         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
28690         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
28691         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
28692         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
28693         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
28696 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
28698         * posix/transbug.c: Remove executable mode.
28700 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
28702         * crypt/speeds.c: Remove trailing whitespace.
28703         * dlfcn/default.c: Likewise.
28704         * elf/ifuncdep2.c: Likewise.
28705         * elf/ifuncmain1.c: Likewise.
28706         * elf/ifuncmain1vis.c: Likewise.
28707         * elf/testobj.h: Likewise.
28708         * elf/tst-stackguard1.c: Likewise.
28709         * gmon/sys/gmon.h: Likewise.
28710         * hurd/hurdmsg.c: Likewise.
28711         * hurd/new-fd.c: Likewise.
28712         * hurd/ports-get.c: Likewise.
28713         * iconvdata/ibm1008_420.c: Likewise.
28714         * inet/tst-getni1.c: Likewise.
28715         * inet/tst-getni2.c: Likewise.
28716         * libio/ioungetc.c: Likewise.
28717         * libio/wfiledoalloc.c: Likewise.
28718         * manual/libm-err-tab.pl: Likewise.
28719         * math/w_dremf.c: Likewise.
28720         * misc/ftruncate.c: Likewise.
28721         * posix/bug-glob2.c: Likewise.
28722         * posix/tst-pcre.c: Likewise.
28723         * posix/wait4.c: Likewise.
28724         * resolv/README: Likewise.
28725         * resolv/res_debug.h: Likewise.
28726         * resolv/tst-inet_ntop.c: Likewise.
28727         * setjmp/bug269-setjmp.c: Likewise.
28728         * soft-fp/extended.h: Likewise.
28729         * soft-fp/op-1.h: Likewise.
28730         * soft-fp/op-2.h: Likewise.
28731         * soft-fp/op-4.h: Likewise.
28732         * soft-fp/op-8.h: Likewise.
28733         * soft-fp/testit.c: Likewise.
28734         * stdio-common/bug16.c: Likewise.
28735         * stdlib/random.c: Likewise.
28736         * sunrpc/rpcsvc/rquota.x: Likewise.
28737         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
28738         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
28739         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28740         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
28741         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
28742         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
28743         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
28744         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
28745         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
28746         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
28747         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
28748         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
28749         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
28750         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
28751         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
28752         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
28753         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
28754         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
28755         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
28756         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
28757         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
28758         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
28759         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
28760         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
28761         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
28762         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
28763         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28764         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
28765         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
28766         * sysdeps/ieee754/s_lib_version.c: Likewise.
28767         * sysdeps/mach/hurd/check_fds.c: Likewise.
28768         * sysdeps/mach/hurd/getsockname.c: Likewise.
28769         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
28770         * sysdeps/mach/hurd/recvfrom.c: Likewise.
28771         * sysdeps/powerpc/bits/link.h: Likewise.
28772         * sysdeps/powerpc/dl-procinfo.c: Likewise.
28773         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
28774         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
28775         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
28776         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
28777         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
28778         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
28779         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
28780         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
28781         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
28782         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
28783         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
28784         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
28785         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
28786         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
28787         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
28788         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
28789         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
28790         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
28791         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
28792         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
28793         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
28794         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
28795         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
28796         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
28797         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
28798         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
28799         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
28800         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
28801         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
28802         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
28803         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
28804         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
28805         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
28806         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
28807         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
28808         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
28809         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
28810         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
28811         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
28812         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
28813         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
28814         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
28815         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
28816         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
28817         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
28818         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
28819         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
28820         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
28821         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
28822         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
28823         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
28824         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28825         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28826         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
28827         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
28828         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
28829         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28830         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
28831         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
28832         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
28833         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
28834         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
28835         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28836         * sysdeps/powerpc/sysdep.h: Likewise.
28837         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
28838         * sysdeps/s390/s390-64/sub_n.S: Likewise.
28839         * sysdeps/sh/dl-trampoline.S: Likewise.
28840         * sysdeps/sh/memset.S: Likewise.
28841         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
28842         * sysdeps/sh/strlen.S: Likewise.
28843         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
28844         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
28845         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
28846         * sysdeps/sparc/sparc32/rem.S: Likewise.
28847         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
28848         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
28849         * sysdeps/sparc/sparc32/strchr.S: Likewise.
28850         * sysdeps/sparc/sparc32/udiv.S: Likewise.
28851         * sysdeps/sparc/sparc32/urem.S: Likewise.
28852         * sysdeps/sparc/sparc64/add_n.S: Likewise.
28853         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
28854         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
28855         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
28856         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
28857         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
28858         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
28859         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
28860         * sysdeps/unix/bsd/times.c: Likewise.
28861         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
28862         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
28863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
28864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
28865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
28866         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
28867         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
28868         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
28869         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
28870         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
28871         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
28872         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28873         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
28874         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28875         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28876         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
28877         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28878         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
28879         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
28880         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
28881         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
28882         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
28883         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28884         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
28885         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
28886         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
28887         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
28888         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28889         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
28890         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
28891         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
28892         * sysdeps/x86_64/strcspn.S: Likewise.
28894 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28896         * locale/C-translit.h: Revert #include <stdint.h> because this is a
28897         generated file.  Regenerate properly from gen-translit.pl.
28898         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
28899         locale/C-translit.h.
28901 2013-06-05  Andreas Schwab  <schwab@suse.de>
28903         [BZ #15100]
28904         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
28905         week as 6 instead of -1.
28906         * time/tst-strptime.c (day_tests): Add test case.
28908 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28910         * sysdeps/generic/math_private.h
28911         (libc_feholdexcept_setround_53bit): Replace with
28912         libc_feholdsetround_53bit.
28913         (libc_feupdateenv_53bit): Replace with
28914         libc_feresetround_53bit.
28915         (SET_RESTORE_ROUND_53BIT): Adjust.
28917 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28919         * string/test-strchrnul.c: Add copyright header.
28921         * posix/tst-getaddrinfo4.c: Increase test timeout.
28923 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
28925         [BZ #15536]
28926         * math/libm-test.inc (MAX_EXP): Remove
28927         (MIN_EXP): Define.
28928         (ulp): Use MIN_EXP - MANT_DIG.
28929         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28931 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
28933         * po/be.po: Revert last change.
28934         * po/zh_CN.po: Likewise.
28935         * po/header.pot: Likewise.
28937 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
28939         * Makefile ($(common-objpfx)linkobj/libc.so): Define
28940         link-libc-deps to empty as target-specific variable.
28941         * Makerules (link-libc-args): New variable.
28942         (libc-for-link): Likewise.
28943         (link-libc-deps): Likewise.
28944         (lib%.so): Depend on $(link-libc-deps).  Link with
28945         $(link-libc-args).
28946         (build-module): Link with $(link-libc-args).
28947         (build-module-asneeded): Likewise.
28948         (build-module-helper-objlist): Filter out $(link-libc-deps) from
28949         list of objects.
28950         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28951         target-specific variable.
28952         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28953         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28954         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28955         libc.
28956         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28957         libc and ld.so.
28958         ($(objpfx)libpcprofile.so): Likewise.
28959         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28960         libc_nonshared.a.
28961         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28962         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28963         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28964         $(link-libc-deps).
28965         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28966         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28967         * login/Makefile ($(objpfx)libutil.so): Likewise.
28968         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28969         * math/Makefile ($(objpfx)libm.so): Likewise.
28970         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28971         $(objpfx)libnsl.so): Define libc-for-link as target-specific
28972         variable instead of depending directly on libc.
28973         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28974         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28975         $(link-libc-deps).
28976         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28977         libc.
28978         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28979         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28980         ($(objpfx)libanl.so): Likewise.
28981         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28982         ld.so.
28983         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28984         $(link-libc-deps).
28985         * sysdeps/i386/fpu/Makefile: Remove file.
28986         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28987         ($(objpfx)libm.so): Remove dependency on ld.so.
28989 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
28991         [BZ # 15553]
28992         * nis/yp_xdr.c (XDRMAXNAME): Define.
28993         (XDRMAXRECORD): Define.
28994         (xdr_domainname): Use XDRMAXNAME.
28995         (xdr_mapname): Likewise.
28996         (xdr_peername): Likewise.
28997         (xdr_keydat): Use XDRMAXRECORD.
28998         (xdr_valdat): Likewise.
29000 2013-05-30  Jeff Law  <law@redhat.com>
29002         [BZ #14256]
29003         * manual/errno.texi (ESTALE): Update to account for more than
29004         just NFS file systems.
29005         * sysdeps/gnu/errlist.c: Regenerated.
29007 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29009         [BZ #15465]
29010         * elf/Makefile (tests): Add tst-null-argv.
29011         (modules-names):  Add tst-null-argv-lib.
29012         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
29013         (tst-null-argv-ENV): Set environment for tst-null-argv.
29014         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
29015         (RTLD_PROGNAME): New macro.
29016         * elf/tst-null-argv.c: New test case.
29017         * elf/tst-null-argv-lib.c: Library for test case.
29018         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
29019         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
29020         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
29021         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
29022         * elf/dl-init.c (call_init): Likewise.
29023         (_dl_init): Likewise.
29024         * elf/dl-load.c (print_search_path): Likewise.
29025         (_dl_map_object): Likewise.
29026         * elf/dl-lookup.c (do_lookup_x): Likewise.
29027         (add_dependency): Likewise.
29028         (_dl_lookup_symbol_x): Likewise.
29029         (_dl_debug_bindings): Likewise.
29030         * elf/dl-open.c (_dl_show_scope): Likewise.
29031         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
29032         * elf/dl-version.c (match_symbol): Likewise.
29033         (_dl_check_map_versions): Likewise.
29034         * elf/rtld.c (dl_main): Likewise.
29035         (print_unresolved): Use RTLD_PROGNAME.
29036         (print_missing_version): Likewise.
29037         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
29038         (elf_machine_rela): Likewise.
29039         * sysdeps/powerpc/powerpc32/dl-machine.c
29040         (__process_machine_rela): Likewise.
29041         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
29042         Likewise.
29043         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
29044         Likewise.
29045         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
29046         Likewise.
29047         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
29048         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
29049         Likewise.
29050         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
29051         Likewise.
29052         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
29054 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
29056         * po/be.po: Add descriptive title.
29057         * po/zh_CN.po: Likewise.
29058         * po/header.pot: Likewise.
29060 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
29062         * locale/programs/locarchive.c (create_archive): Inlucde fname in
29063         error message.
29064         (enlarge_archive): Likewise.
29066 2013-05-28  Ben North  <ben@redfrontdoor.org>
29068         * manual/arith.texi (frexp): It is the magnitude of the return
29069         value which lies in [0.5, 1), not the return value itself.
29071 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29073         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29075 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
29077         * stdio-common/bug26.c (main): Correct fscanf template.
29079         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
29080         declare _dl_skip_args.
29082         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
29083         Don't declare.
29085         * manual/platform.texi: Add missing @end deftypefun.
29087 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
29089         [BZ #15529]
29090         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
29091         bit of mantissa of 2^16382.
29092         * math/libm-test.inc (hypot_test_data): Add more tests.
29094         * math/libm-test.inc: Add drem and pow10 to list of tested
29095         functions.
29096         (pow10_test): New function.
29097         (drem_test): Likewise.
29098         (drem_test_tonearest): Likewise.
29099         (drem_test_towardzero): Likewise.
29100         (drem_test_downward): Likewise.
29101         (drem_test_upward): Likewise.
29102         (main): Call the new functions.
29104         * math/libm-test.inc (finite_test_data): Remove.
29105         (finite_test): Run tests from isfinite_test_data.
29106         (gamma_test_data): Remove.
29107         (gamma_test): Run tests from lgamma_test_data.
29108         * sysdeps/i386/fpu/libm-test-ulps: Update.
29109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29111 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29113         * manual/platform.texi: Add PowerPC PPR function set documentation.
29114         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
29115         implementation.
29117 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
29119         * math/libm-test.inc (MAX_EXP): Define.
29120         (ULPDIFF): Define.
29121         (ulp): New function.
29122         (check_float_internal): Use ULPDIFF.
29123         (cpow_test): Disable failing test.
29124         (check_ulp): Test ulp() implemetnation.
29125         (main): Call check_ulp before starting tests.
29127 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
29129         * math/gen-libm-test.pl (generate_testfile): Do not handle
29130         START_DATA and END_DATA.
29131         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
29132         END_DATA.
29133         (acos_tonearest_test_data): Likewise.
29134         (acos_towardzero_test_data): Likewise.
29135         (acos_downward_test_data): Likewise.
29136         (acos_upward_test_data): Likewise.
29137         (acosh_test_data): Likewise.
29138         (asin_test_data): Likewise.
29139         (asin_tonearest_test_data): Likewise.
29140         (asin_towardzero_test_data): Likewise.
29141         (asin_downward_test_data): Likewise.
29142         (asin_upward_test_data): Likewise.
29143         (asinh_test_data): Likewise.
29144         (atan_test_data): Likewise.
29145         (atanh_test_data): Likewise.
29146         (atan2_test_data): Likewise.
29147         (cabs_test_data): Likewise.
29148         (cacos_test_data): Likewise.
29149         (cacosh_test_data): Likewise.
29150         (carg_test_data): Likewise.
29151         (casin_test_data): Likewise.
29152         (casinh_test_data): Likewise.
29153         (catan_test_data): Likewise.
29154         (catanh_test_data): Likewise.
29155         (cbrt_test_data): Likewise.
29156         (ccos_test_data): Likewise.
29157         (ccosh_test_data): Likewise.
29158         (ceil_test_data): Likewise.
29159         (cexp_test_data): Likewise.
29160         (cimag_test_data): Likewise.
29161         (clog_test_data): Likewise.
29162         (clog10_test_data): Likewise.
29163         (conj_test_data): Likewise.
29164         (copysign_test_data): Likewise.
29165         (cos_test_data): Likewise.
29166         (cos_tonearest_test_data): Likewise.
29167         (cos_towardzero_test_data): Likewise.
29168         (cos_downward_test_data): Likewise.
29169         (cos_upward_test_data): Likewise.
29170         (cosh_test_data): Likewise.
29171         (cosh_tonearest_test_data): Likewise.
29172         (cosh_towardzero_test_data): Likewise.
29173         (cosh_downward_test_data): Likewise.
29174         (cosh_upward_test_data): Likewise.
29175         (cpow_test_data): Likewise.
29176         (cproj_test_data): Likewise.
29177         (creal_test_data): Likewise.
29178         (csin_test_data): Likewise.
29179         (csinh_test_data): Likewise.
29180         (csqrt_test_data): Likewise.
29181         (ctan_test_data): Likewise.
29182         (ctan_tonearest_test_data): Likewise.
29183         (ctan_towardzero_test_data): Likewise.
29184         (ctan_downward_test_data): Likewise.
29185         (ctan_upward_test_data): Likewise.
29186         (ctanh_test_data): Likewise.
29187         (ctanh_tonearest_test_data): Likewise.
29188         (ctanh_towardzero_test_data): Likewise.
29189         (ctanh_downward_test_data): Likewise.
29190         (ctanh_upward_test_data): Likewise.
29191         (erf_test_data): Likewise.
29192         (erfc_test_data): Likewise.
29193         (exp_test_data): Likewise.
29194         (exp_tonearest_test_data): Likewise.
29195         (exp_towardzero_test_data): Likewise.
29196         (exp_downward_test_data): Likewise.
29197         (exp_upward_test_data): Likewise.
29198         (exp10_test_data): Likewise.
29199         (exp2_test_data): Likewise.
29200         (expm1_test_data): Likewise.
29201         (fabs_test_data): Likewise.
29202         (fdim_test_data): Likewise.
29203         (finite_test_data): Likewise.
29204         (floor_test_data): Likewise.
29205         (fma_test_data): Likewise.
29206         (fma_towardzero_test_data): Likewise.
29207         (fma_downward_test_data): Likewise.
29208         (fma_upward_test_data): Likewise.
29209         (fmax_test_data): Likewise.
29210         (fmin_test_data): Likewise.
29211         (fmod_test_data): Likewise.
29212         (fpclassify_test_data): Likewise.
29213         (frexp_test_data): Likewise.
29214         (gamma_test_data): Likewise.
29215         (hypot_test_data): Likewise.
29216         (ilogb_test_data): Likewise.
29217         (isfinite_test_data): Likewise.
29218         (isgreater_test_data): Likewise.
29219         (isgreaterequal_test_data): Likewise.
29220         (isinf_test_data): Likewise.
29221         (isless_test_data): Likewise.
29222         (islessequal_test_data): Likewise.
29223         (islessgreater_test_data): Likewise.
29224         (isnan_test_data): Likewise.
29225         (isnormal_test_data): Likewise.
29226         (issignaling_test_data): Likewise.
29227         (isunordered_test_data): Likewise.
29228         (j0_test_data): Likewise.
29229         (j1_test_data): Likewise.
29230         (jn_test_data): Likewise.
29231         (ldexp_test_data): Likewise.
29232         (lgamma_test_data): Likewise.
29233         (lrint_test_data): Likewise.
29234         (lrint_tonearest_test_data): Likewise.
29235         (lrint_towardzero_test_data): Likewise.
29236         (lrint_downward_test_data): Likewise.
29237         (lrint_upward_test_data): Likewise.
29238         (llrint_test_data): Likewise.
29239         (llrint_tonearest_test_data): Likewise.
29240         (llrint_towardzero_test_data): Likewise.
29241         (llrint_downward_test_data): Likewise.
29242         (llrint_upward_test_data): Likewise.
29243         (log_test_data): Likewise.
29244         (log10_test_data): Likewise.
29245         (log1p_test_data): Likewise.
29246         (log2_test_data): Likewise.
29247         (logb_test_data): Likewise.
29248         (logb_downward_test_data): Likewise.
29249         (lround_test_data): Likewise.
29250         (llround_test_data): Likewise.
29251         (modf_test_data): Likewise.
29252         (nearbyint_test_data): Likewise.
29253         (nextafter_test_data): Likewise.
29254         (nexttoward_test_data): Likewise.
29255         (pow_test_data): Likewise.
29256         (pow_tonearest_test_data): Likewise.
29257         (pow_towardzero_test_data): Likewise.
29258         (pow_downward_test_data): Likewise.
29259         (pow_upward_test_data): Likewise.
29260         (remainder_test_data): Likewise.
29261         (remainder_tonearest_test_data): Likewise.
29262         (remainder_towardzero_test_data): Likewise.
29263         (remainder_downward_test_data): Likewise.
29264         (remainder_upward_test_data): Likewise.
29265         (remquo_test_data): Likewise.
29266         (rint_test_data): Likewise.
29267         (rint_tonearest_test_data): Likewise.
29268         (rint_towardzero_test_data): Likewise.
29269         (rint_downward_test_data): Likewise.
29270         (rint_upward_test_data): Likewise.
29271         (round_test_data): Likewise.
29272         (scalb_test_data): Likewise.
29273         (scalbn_test_data): Likewise.
29274         (scalbln_test_data): Likewise.
29275         (signbit_test_data): Likewise.
29276         (sin_test_data): Likewise.
29277         (sin_tonearest_test_data): Likewise.
29278         (sin_towardzero_test_data): Likewise.
29279         (sin_downward_test_data): Likewise.
29280         (sin_upward_test_data): Likewise.
29281         (sincos_test_data): Likewise.
29282         (sinh_test_data): Likewise.
29283         (sinh_tonearest_test_data): Likewise.
29284         (sinh_towardzero_test_data): Likewise.
29285         (sinh_downward_test_data): Likewise.
29286         (sinh_upward_test_data): Likewise.
29287         (sqrt_test_data): Likewise.
29288         (tan_test_data): Likewise.
29289         (tan_tonearest_test_data): Likewise.
29290         (tan_towardzero_test_data): Likewise.
29291         (tan_downward_test_data): Likewise.
29292         (tan_upward_test_data): Likewise.
29293         (tanh_test_data): Likewise.
29294         (tgamma_test_data): Likewise.
29295         (trunc_test_data): Likewise.
29296         (y0_test_data): Likewise.
29297         (y1_test_data): Likewise.
29298         (yn_test_data): Likewise.
29299         (significand_test_data): Likewise.
29301         * math/gen-libm-test.pl (@functions): Remove variable.
29302         (generate_testfile): Don't handle START and END lines.
29303         * math/libm-test.inc (START): New macro.
29304         (END): Likewise.
29305         (END_COMPLEX): Likewise.
29306         (acos_test): Use END macro without arguments.
29307         (acos_test_tonearest): Likewise.
29308         (acos_test_towardzero): Likewise.
29309         (acos_test_downward): Likewise.
29310         (acos_test_upward): Likewise.
29311         (acosh_test): Likewise.
29312         (asin_test): Likewise.
29313         (asin_test_tonearest): Likewise.
29314         (asin_test_towardzero): Likewise.
29315         (asin_test_downward): Likewise.
29316         (asin_test_upward): Likewise.
29317         (asinh_test): Likewise.
29318         (atan_test): Likewise.
29319         (atanh_test): Likewise.
29320         (atan2_test): Likewise.
29321         (cabs_test): Likewise.
29322         (cacos_test): Use END_COMPLEX macro without arguments.
29323         (cacosh_test): Likewise.
29324         (carg_test): Use END macro without arguments.
29325         (casin_test): Use END_COMPLEX macro without arguments.
29326         (casinh_test): Likewise.
29327         (catan_test): Likewise.
29328         (catanh_test): Likewise.
29329         (cbrt_test): Use END macro without arguments.
29330         (ccos_test): Use END_COMPLEX macro without arguments.
29331         (ccosh_test): Likewise.
29332         (ceil_test): Use END macro without arguments.
29333         (cexp_test): Use END_COMPLEX macro without arguments.
29334         (cimag_test): Use END macro without arguments.
29335         (clog_test): Use END_COMPLEX macro without arguments.
29336         (clog10_test): Likewise.
29337         (conj_test): Likewise.
29338         (copysign_test): Use END macro without arguments.
29339         (cos_test): Likewise.
29340         (cos_test_tonearest): Likewise.
29341         (cos_test_towardzero): Likewise.
29342         (cos_test_downward): Likewise.
29343         (cos_test_upward): Likewise.
29344         (cosh_test): Likewise.
29345         (cosh_test_tonearest): Likewise.
29346         (cosh_test_towardzero): Likewise.
29347         (cosh_test_downward): Likewise.
29348         (cosh_test_upward): Likewise.
29349         (cpow_test): Use END_COMPLEX macro without arguments.
29350         (cproj_test): Likewise.
29351         (creal_test): Use END macro without arguments.
29352         (csin_test): Use END_COMPLEX macro without arguments.
29353         (csinh_test): Likewise.
29354         (csqrt_test): Likewise.
29355         (ctan_test): Likewise.
29356         (ctan_test_tonearest): Likewise.
29357         (ctan_test_towardzero): Likewise.
29358         (ctan_test_downward): Likewise.
29359         (ctan_test_upward): Likewise.
29360         (ctanh_test): Likewise.
29361         (ctanh_test_tonearest): Likewise.
29362         (ctanh_test_towardzero): Likewise.
29363         (ctanh_test_downward): Likewise.
29364         (ctanh_test_upward): Likewise.
29365         (erf_test): Use END macro without arguments.
29366         (erfc_test): Likewise.
29367         (exp_test): Likewise.
29368         (exp_test_tonearest): Likewise.
29369         (exp_test_towardzero): Likewise.
29370         (exp_test_downward): Likewise.
29371         (exp_test_upward): Likewise.
29372         (exp10_test): Likewise.
29373         (exp2_test): Likewise.
29374         (expm1_test): Likewise.
29375         (fabs_test): Likewise.
29376         (fdim_test): Likewise.
29377         (finite_test): Likewise.
29378         (floor_test): Likewise.
29379         (fma_test): Likewise.
29380         (fma_test_towardzero): Likewise.
29381         (fma_test_downward): Likewise.
29382         (fma_test_upward): Likewise.
29383         (fmax_test): Likewise.
29384         (fmin_test): Likewise.
29385         (fmod_test): Likewise.
29386         (fpclassify_test): Likewise.
29387         (frexp_test): Likewise.
29388         (gamma_test): Likewise.
29389         (hypot_test): Likewise.
29390         (ilogb_test): Likewise.
29391         (isfinite_test): Likewise.
29392         (isgreater_test): Likewise.
29393         (isgreaterequal_test): Likewise.
29394         (isinf_test): Likewise.
29395         (isless_test): Likewise.
29396         (islessequal_test): Likewise.
29397         (islessgreater_test): Likewise.
29398         (isnan_test): Likewise.
29399         (isnormal_test): Likewise.
29400         (issignaling_test): Likewise.
29401         (isunordered_test): Likewise.
29402         (j0_test): Likewise.
29403         (j1_test): Likewise.
29404         (jn_test): Likewise.
29405         (ldexp_test): Likewise.
29406         (lgamma_test): Likewise.
29407         (lrint_test): Likewise.
29408         (lrint_test_tonearest): Likewise.
29409         (lrint_test_towardzero): Likewise.
29410         (lrint_test_downward): Likewise.
29411         (lrint_test_upward): Likewise.
29412         (llrint_test): Likewise.
29413         (llrint_test_tonearest): Likewise.
29414         (llrint_test_towardzero): Likewise.
29415         (llrint_test_downward): Likewise.
29416         (llrint_test_upward): Likewise.
29417         (log_test): Likewise.
29418         (log10_test): Likewise.
29419         (log1p_test): Likewise.
29420         (log2_test): Likewise.
29421         (logb_test): Likewise.
29422         (logb_test_downward): Likewise.
29423         (lround_test): Likewise.
29424         (llround_test): Likewise.
29425         (modf_test): Likewise.
29426         (nearbyint_test): Likewise.
29427         (nextafter_test): Likewise.
29428         (nexttoward_test): Likewise.
29429         (pow_test): Likewise.
29430         (pow_test_tonearest): Likewise.
29431         (pow_test_towardzero): Likewise.
29432         (pow_test_downward): Likewise.
29433         (pow_test_upward): Likewise.
29434         (remainder_test): Likewise.
29435         (remainder_test_tonearest): Likewise.
29436         (remainder_test_towardzero): Likewise.
29437         (remainder_test_downward): Likewise.
29438         (remainder_test_upward): Likewise.
29439         (remquo_test): Likewise.
29440         (rint_test): Likewise.
29441         (rint_test_tonearest): Likewise.
29442         (rint_test_towardzero): Likewise.
29443         (rint_test_downward): Likewise.
29444         (rint_test_upward): Likewise.
29445         (round_test): Likewise.
29446         (scalb_test): Likewise.
29447         (scalbn_test): Likewise.
29448         (scalbln_test): Likewise.
29449         (signbit_test): Likewise.
29450         (sin_test): Likewise.
29451         (sin_test_tonearest): Likewise.
29452         (sin_test_towardzero): Likewise.
29453         (sin_test_downward): Likewise.
29454         (sin_test_upward): Likewise.
29455         (sincos_test): Likewise.
29456         (sinh_test): Likewise.
29457         (sinh_test_tonearest): Likewise.
29458         (sinh_test_towardzero): Likewise.
29459         (sinh_test_downward): Likewise.
29460         (sinh_test_upward): Likewise.
29461         (sqrt_test): Likewise.
29462         (tan_test): Likewise.
29463         (tan_test_tonearest): Likewise.
29464         (tan_test_towardzero): Likewise.
29465         (tan_test_downward): Likewise.
29466         (tan_test_upward): Likewise.
29467         (tanh_test): Likewise.
29468         (tgamma_test): Likewise.
29469         (trunc_test): Likewise.
29470         (y0_test): Likewise.
29471         (y1_test): Likewise.
29472         (yn_test): Likewise.
29473         (significand_test): Likewise.
29475 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
29477         [BZ #15381]
29478         * libio/genops.c (_IO_no_init): Initialize wide struct info.
29480 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29482         [BZ #14894]
29483         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
29484         __ppc_mdoio and __ppc_mdoom.
29485         * manual/platform.texi: Document new functions __ppc_yield,
29486         __ppc_mdoio and __ppc_mdoom.
29488 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
29490         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
29491         (main): Mention "tls" pseudo-hwcap is legacy.
29492         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
29494 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
29496         * math/gen-libm-test.pl (parse_args): Output only string of
29497         arguments as text for test name, not full call or descriptions of
29498         tests for extra outputs.
29499         (generate_testfile): Do not pass function name to parse_args.
29500         Generate this_func variable from START.
29501         * math/libm-test.inc (struct test_f_f_data): Rename test_name
29502         field to arg_str.
29503         (struct test_ff_f_data): Likewise.
29504         (test_ff_f_data_nexttoward): Likewise.
29505         (struct test_fi_f_data): Likewise.
29506         (struct test_fl_f_data): Likewise.
29507         (struct test_if_f_data): Likewise.
29508         (struct test_fff_f_data): Likewise.
29509         (struct test_c_f_data): Likewise.
29510         (struct test_f_f1_data): Likewise.  Remove field extra_name.
29511         (struct test_fF_f1_data): Likewise.
29512         (struct test_ffI_f1_data): Likewise.
29513         (struct test_c_c_data): Rename test_name field to arg_str.
29514         (struct test_cc_c_data): Likewise.
29515         (struct test_f_i_data): Likewise.
29516         (struct test_ff_i_data): Likewise.
29517         (struct test_f_l_data): Likewise.
29518         (struct test_f_L_data): Likewise.
29519         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
29520         and extra2_name.
29521         (COMMON_TEST_SETUP): New macro.
29522         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
29523         (COMMON_TEST_CLEANUP): Likewise.
29524         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
29525         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
29526         macros.
29527         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
29528         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
29529         macros.
29530         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
29531         (RUN_TEST_fff_f): Take argument string.  Call new setup and
29532         cleanup macros.
29533         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
29534         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
29535         macros.
29536         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
29537         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
29538         macros.
29539         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29540         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
29541         cleanup macros.
29542         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29543         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
29544         cleanup macros.
29545         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29546         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
29547         cleanup macros.
29548         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29549         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
29550         macros.
29551         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
29552         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
29553         macros.
29554         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
29555         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
29556         macros.
29557         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
29558         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
29559         cleanup macros.
29560         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
29561         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
29562         cleanup macros.
29563         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
29564         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
29565         macros.
29566         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
29567         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
29568         cleanup macros.
29569         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
29570         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
29571         macros.
29572         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
29573         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
29574         macros.
29575         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
29576         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
29577         cleanup macros.
29578         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
29580 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
29582         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
29583         to _sifields.sigfault.
29584         (si_addr_lsb): Define new macro.
29585         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29586         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
29587         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
29589 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
29591         [BZ #15441]
29592         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
29593         returns -1.
29594         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
29595         null return -1.
29596         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
29597         loading the domain.
29599 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
29601         * math/gen-libm-test.pl (parse_args): Do not include expected
29602         result in test name.
29603         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
29604         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29605         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29606         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
29607         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29610 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29612         * benchtests/Makefile: Sort function entries.
29614         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
29615         tanh, asinh, acosh, atanh.
29616         * benchtests/acos-inputs: New file.
29617         * benchtests/acosh-inputs: New file.
29618         * benchtests/asin-inputs: New file.
29619         * benchtests/asinh-inputs: New file.
29620         * benchtests/atanh-inputs: New file.
29621         * benchtests/cosh-inputs: New file.
29622         * benchtests/log-inputs: New file.
29623         * benchtests/sinh-inputs: New file.
29624         * benchtests/tanh-inputs: New file.
29626 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
29628         [BZ #15339]
29629         * posix/tst-getaddrinfo4.c: New test.
29630         * posix/Makefile (tests): Add it.
29632 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29634         [BZ #15339]
29635         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
29636         when no services were used.
29637         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
29638         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
29640 2013-05-21  Andreas Schwab  <schwab@suse.de>
29642         [BZ #15014]
29643         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
29644         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
29645         successful.
29646         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
29647         redundant variable declarations and reallocation of buffer when
29648         parsing as IPv6 address.  Always set NSS status when called from
29649         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
29650         buffer too small.  Correct computation of needed size.
29651         * nss/Makefile (tests): Add test-digits-dots.
29652         * nss/test-digits-dots.c: New test.
29654 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29656         * benchtests/Makefile: Remove instructions for adding
29657         benchmark tests.
29658         * benchtests/README: New file to explain how to execute and
29659         enhance the benchmark tests.
29661 2013-05-21  Andreas Schwab  <schwab@suse.de>
29663         [BZ #15493]
29664         * setjmp/Makefile (tests): Add tst-sigsetjmp.
29665         * setjmp/tst-sigsetjmp.c: New test.
29667 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
29669         * sysdeps/x86_64/memset.S (memset): New implementation.
29670         (__bzero): Likewise.
29671         (__memset_tail): New function.
29673 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
29675         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
29676         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
29677         __memcpy_sse2_unaligned ifunc selection.
29678         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29679         Add memcpy-sse2-unaligned.S.
29680         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29681         Add: __memcpy_sse2_unaligned.
29683 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
29685         [BZ #15490]
29686         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29687         math_force_eval before restoring floating-point envrionment.
29688         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
29689         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
29690         Likewise.
29691         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
29692         <math_private.h>.
29693         (__nearbyintl): Use math_force_eval before restoring
29694         floating-point environment.
29695         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
29697         * math/gen-libm-test.pl (special_functions): Remove.
29698         (parse_args): Don't handle TEST_extra.  Handle functions with no
29699         return value.
29700         * math/libm-test.inc (struct test_sincos_data): Replace with
29701         struct test_fFF_11_data.
29702         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
29703         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
29704         (sincos_test_data): Change element type to struct
29705         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
29706         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
29707         RUN_TEST_LOOP_sincos.
29708         * math/README.libm-test: Don't mention special handling of
29709         individual functions.
29710         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
29711         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29712         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29713         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
29714         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29717         * math/gen-libm-test.pl (get_variable): Remove function.
29718         (parse_args): Don't show pointer parameters to call in test
29719         names.  Use "extra output N" in test names for extra outputs
29720         rather than naming variables.
29722 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
29724         [BZ #15488]
29725         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
29726         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
29727         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
29728         double tests.
29729         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
29730         disable.
29731         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
29732         check_long_double.
29734         * math/gen-libm-test.pl (@tests): Remove variable.
29735         ($count): Likewise.
29736         (new_test): Remove function.
29737         (show_exceptions): New function.
29738         (special_functions): Use show_exceptions instead of new_test.
29739         (parse_args): Likewise.
29740         (generate_testfile): Pass only function name in generated call to
29741         print_max_error or print_complex_max_error.
29742         (get_ulps): Do not handle complex tests specially.
29743         (output_test): Rename to ...
29744         (get_all_ulps_for_test): ... this.  Return a string rather than
29745         printing to a file.  Require ulps to be present.
29746         (output_ulps): Generate arrays rather than #defines.
29747         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
29748         (struct ulp_data): New type.
29749         (BUILD_COMPLEX_ULP): Remove macro.
29750         (compare_ulp_data): New function.
29751         (find_ulps): Likewise.
29752         (find_test_ulps): Likewise.
29753         (find_function_ulps): Likewise.
29754         (find_complex_function_ulps): Likewise.
29755         (print_max_error): Determine allowed ulps using
29756         find_function_ulps.
29757         (print_complex_max_error): Determine allowed ulps using
29758         find_complex_function_ulps.
29759         (check_float_internal): Determine max ulps using find_test_ulps.
29760         (check_float): Do not take max_ulp parameter.  Update call to
29761         check_float_internal.
29762         (check_complex): Likewise.
29763         (check_int): Do not take max_ulp parameter.
29764         (check_long): Likewise.
29765         (check_bool): Likewise.
29766         (check_longlong): Likewise.
29767         (struct test_f_f_data): Remove max_ulp field.
29768         (struct test_ff_f_data): Likewise.
29769         (struct test_ff_f_data_nexttoward): Likewise.
29770         (struct test_fi_f_data): Likewise.
29771         (struct test_fl_f_data): Likewise.
29772         (struct test_if_f_data): Likewise.
29773         (struct test_fff_f_data): Likewise.
29774         (struct test_c_f_data): Likewise.
29775         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
29776         (struct test_fF_f1_data): Likewise.
29777         (struct test_ffI_f1_data): Likewise.
29778         (struct test_c_c_data): Remove max_ulp field.
29779         (struct test_cc_c_data): Likewise.
29780         (struct test_f_i_data): Likewise.
29781         (struct test_ff_i_data): Likewise.
29782         (struct test_f_l_data): Likewise.
29783         (struct test_f_L_data): Likewise.
29784         (struct test_sincos_data): Likewise.
29785         (RUN_TEST_f_f): Do not handle ulps.
29786         (RUN_TEST_LOOP_f_f): Likewise.
29787         (RUN_TEST_2_f): Likewise.
29788         (RUN_TEST_LOOP_2_f): Likewise.
29789         (RUN_TEST_fff_f): Likewise.
29790         (RUN_TEST_LOOP_fff_f): Likewise.
29791         (RUN_TEST_c_f): Likewise.
29792         (RUN_TEST_LOOP_c_f): Likewise.
29793         (RUN_TEST_f_f1): Likewise.
29794         (RUN_TEST_LOOP_f_f1): Likewise.
29795         (RUN_TEST_fF_f1): Likewise.
29796         (RUN_TEST_LOOP_fF_f1): Likewise.
29797         (RUN_TEST_fI_f1): Likewise.
29798         (RUN_TEST_LOOP_fI_f1): Likewise.
29799         (RUN_TEST_ffI_f1): Likewise.
29800         (RUN_TEST_LOOP_ffI_f1): Likewise.
29801         (RUN_TEST_c_c): Likewise.
29802         (RUN_TEST_LOOP_c_c): Likewise.
29803         (RUN_TEST_cc_c): Likewise.
29804         (RUN_TEST_LOOP_cc_c): Likewise.
29805         (RUN_TEST_f_i): Likewise.
29806         (RUN_TEST_LOOP_f_i): Likewise.
29807         (RUN_TEST_f_i_tg): Likewise.
29808         (RUN_TEST_LOOP_f_i_tg): Likewise.
29809         (RUN_TEST_ff_i_tg): Likewise.
29810         (RUN_TEST_LOOP_ff_i_tg): Likewise.
29811         (RUN_TEST_f_b): Likewise.
29812         (RUN_TEST_LOOP_f_b): Likewise.
29813         (RUN_TEST_f_b_tg): Likewise.
29814         (RUN_TEST_LOOP_f_b_tg): Likewise.
29815         (RUN_TEST_f_l): Likewise.
29816         (RUN_TEST_LOOP_f_l): Likewise.
29817         (RUN_TEST_f_L): Likewise.
29818         (RUN_TEST_LOOP_f_L): Likewise.
29819         (RUN_TEST_sincos): Likewise.
29820         (RUN_TEST_LOOP_sincos): Likewise.
29822 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
29824         [BZ #15480]
29825         [BZ #15485]
29826         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
29827         main case of finite arguments, set rounding mode to FE_TONEAREST
29828         and discard exceptions.
29829         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
29830         exceptions.
29831         (remainder_tonearest_test_data): New variable.
29832         (remainder_test_tonearest): New function.
29833         (remainder_towardzero_test_data): New variable.
29834         (remainder_test_towardzero): New function.
29835         (remainder_downward_test_data): New variable.
29836         (remainder_test_downward): New function.
29837         (remainder_upward_test_data): New variable.
29838         (remainder_test_upward): New function.
29839         (main): Call the new test functions.
29841         * math/libm-test.inc (struct test_f_f1_data): Remove field
29842         extra_init.
29843         (struct test_fF_f1_data): Likewise.
29844         (struct test_ffI_f1_data): Likewise.
29845         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
29846         based on value of EXTRA_EXPECTED.
29847         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29848         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
29849         EXTRA_VAR based on value of EXTRA_EXPECTED.
29850         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29851         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
29852         EXTRA_VAR based on value of EXTRA_EXPECTED.
29853         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29854         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
29855         EXTRA_VAR based on value of EXTRA_EXPECTED.
29856         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29857         * math/gen-libm-test.pl (parse_args): Don't output initializers
29858         for extra output values.
29860         * math/libm-test.inc (check_int): Expect result to be exactly
29861         equal to expected value and do not handle ulps.
29862         (check_long): Likewise.
29863         (check_longlong): Likewise.
29865         * math/libm-test.inc (ceil_test_data): Test for "inexact"
29866         exceptions.
29867         (cimag_test_data): Likewise.
29868         (conj_test_data): Likewise.
29869         (copysign_test_data): Likewise.
29870         (cproj_test_data): Likewise.
29871         (creal_test_data): Likewise.
29872         (fabs_test_data): Likewise.
29873         (fdim_test_data): Likewise.
29874         (finite_test_data): Likewise.
29875         (floor_test_data): Likewise.
29876         (fmax_test_data): Likewise.
29877         (fmin_test_data): Likewise.
29878         (fmod_test_data): Likewise.
29879         (fpclassify_test_data): Likewise.
29880         (frexp_test_data): Likewise.
29881         (ilogb_test_data): Likewise.
29882         (isfinite_test_data): Likewise.
29883         (isgreater_test_data): Likewise.
29884         (isgreaterequal_test_data): Likewise.
29885         (isinf_test_data): Likewise.
29886         (isless_test_data): Likewise.
29887         (islessequal_test_data): Likewise.
29888         (islessgreater_test_data): Likewise.
29889         (isnan_test_data): Likewise.
29890         (isnormal_test_data): Likewise.
29891         (issignaling_test_data): Likewise.
29892         (isunordered_test_data): Likewise.
29893         (ldexp_test_data): Likewise.
29894         (lrint_test_data): Likewise.
29895         (lrint_test_data) [TEST_FLOAT]: Disable one test.
29896         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
29897         (lrint_tonearest_test_data): Test for "inexact" exceptions.
29898         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29899         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
29900         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29901         test input.
29902         (lrint_towardzero_test_data): Test for "inexact" exceptions.
29903         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29904         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
29905         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
29906         that test input.
29907         (lrint_downward_test_data): Test for "inexact" exceptions.
29908         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29909         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
29910         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29911         test input.
29912         (lrint_upward_test_data): Test for "inexact" exceptions.
29913         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
29914         test input.
29915         (llrint_test_data): Test for "inexact" exceptions.
29916         (llrint_test_data) [TEST_FLOAT]: Disable one test.
29917         (llrint_tonearest_test_data): Test for "inexact" exceptions.
29918         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29919         (llrint_towardzero_test_data): Test for "inexact" exceptions.
29920         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29921         (llrint_downward_test_data): Test for "inexact" exceptions.
29922         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29923         (llrint_upward_test_data): Test for "inexact" exceptions.
29924         (logb_test_data): Likewise.
29925         (logb_downward_test_data): Likewise.
29926         (nextafter_test_data): Likewise.
29927         (nexttoward_test_data): Likewise.
29928         (remainder_test_data): Likewise.
29929         (remquo_test_data): Likewise.
29930         (scalbn_test_data): Likewise.
29931         (scalbln_test_data): Likewise.
29932         (signbit_test_data): Likewise.
29933         (sqrt_test_data): Likewise.
29934         (significand_test_data): Likewise.
29936 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29938         [BZ #15424]
29939         * benchtests/bench-modf.c (struct args): Mark arg0 as
29940         volatile.
29941         * scripts/bench.pl: Mark members of struct args as volatile.
29943 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29945         [BZ # 15497]
29946         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29947         negative infinity on POWER6 or lower.
29948         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29950 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
29952         [BZ #15442]
29953         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29954         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29955         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29956         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29957         (_FP_SETQNAN): New macro.
29958         (_FP_SETQNAN_SEMIRAW): Likewise.
29959         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29960         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29961         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29962         (FP_EXTEND): Use _FP_FRAC_SNANP.
29963         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29964         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29965         into account.
29966         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29967         New macro.
29968         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29969         Likewise.
29971 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29973         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29974         with DIVIDE_BY_ZERO_EXCEPTION.
29975         (gamma_test_data): Likewise.
29976         (lgamma_test_data): Likewise.
29977         (log_test_data): Likewise.
29978         (log10_test_data): Likewise.
29979         (log2_test_data): Likewise.
29980         (tgamma_test_data): Likewise.
29982         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29983         (acos_test_tonearest): Likewise.
29984         (acos_test_towardzero): Likewise.
29985         (acos_test_downward): Likewise.
29986         (acos_test_upward): Likewise.
29987         (acosh_test): Likewise.
29988         (asin_test): Likewise.
29989         (asin_test_tonearest): Likewise.
29990         (asin_test_towardzero): Likewise.
29991         (asin_test_downward): Likewise.
29992         (asin_test_upward): Likewise.
29993         (asinh_test): Likewise.
29994         (atan_test): Likewise.
29995         (atanh_test): Likewise.
29996         (atan2_test): Likewise.
29997         (cabs_test): Likewise.
29998         (cacos_test): Likewise.
29999         (cacosh_test): Likewise.
30000         (casin_test): Likewise.
30001         (casinh_test): Likewise.
30002         (catan_test): Likewise.
30003         (catanh_test): Likewise.
30004         (cbrt_test): Likewise.
30005         (ccos_test): Likewise.
30006         (ccosh_test): Likewise.
30007         (cexp_test): Likewise.
30008         (clog_test): Likewise.
30009         (clog10_test): Likewise.
30010         (cos_test): Likewise.
30011         (cos_test_tonearest): Likewise.
30012         (cos_test_towardzero): Likewise.
30013         (cos_test_downward): Likewise.
30014         (cos_test_upward): Likewise.
30015         (cosh_test): Likewise.
30016         (cosh_test_tonearest): Likewise.
30017         (cosh_test_towardzero): Likewise.
30018         (cosh_test_downward): Likewise.
30019         (cosh_test_upward): Likewise.
30020         (cpow_test): Likewise.
30021         (csin_test): Likewise.
30022         (csinh_test): Likewise.
30023         (csqrt_test): Likewise.
30024         (ctan_test): Likewise.
30025         (ctan_test_tonearest): Likewise.
30026         (ctan_test_towardzero): Likewise.
30027         (ctan_test_downward): Likewise.
30028         (ctan_test_upward): Likewise.
30029         (ctanh_test): Likewise.
30030         (ctanh_test_tonearest): Likewise.
30031         (ctanh_test_towardzero): Likewise.
30032         (ctanh_test_downward): Likewise.
30033         (ctanh_test_upward): Likewise.
30034         (erf_test): Likewise.
30035         (erfc_test): Likewise.
30036         (exp_test): Likewise.
30037         (exp_test_tonearest): Likewise.
30038         (exp_test_towardzero): Likewise.
30039         (exp_test_downward): Likewise.
30040         (exp_test_upward): Likewise.
30041         (exp10_test): Likewise.
30042         (exp2_test): Likewise.
30043         (expm1_test): Likewise.
30044         (fmod_test): Likewise.
30045         (gamma_test): Likewise.
30046         (hypot_test): Likewise.
30047         (j0_test): Likewise.
30048         (j1_test): Likewise.
30049         (jn_test): Likewise.
30050         (lgamma_test): Likewise.
30051         (log_test): Likewise.
30052         (log10_test): Likewise.
30053         (log1p_test): Likewise.
30054         (log2_test): Likewise.
30055         (logb_test_downward): Likewise.
30056         (pow_test): Likewise.
30057         (pow_test_tonearest): Likewise.
30058         (pow_test_towardzero): Likewise.
30059         (pow_test_downward): Likewise.
30060         (pow_test_upward): Likewise.
30061         (remainder_test): Likewise.
30062         (remquo_test): Likewise.
30063         (sin_test): Likewise.
30064         (sin_test_tonearest): Likewise.
30065         (sin_test_towardzero): Likewise.
30066         (sin_test_downward): Likewise.
30067         (sin_test_upward): Likewise.
30068         (sincos_test): Likewise.
30069         (sinh_test): Likewise.
30070         (sinh_test_tonearest): Likewise.
30071         (sinh_test_towardzero): Likewise.
30072         (sinh_test_downward): Likewise.
30073         (sinh_test_upward): Likewise.
30074         (sqrt_test): Likewise.
30075         (tan_test): Likewise.
30076         (tan_test_tonearest): Likewise.
30077         (tan_test_towardzero): Likewise.
30078         (tan_test_downward): Likewise.
30079         (tan_test_upward): Likewise.
30080         (tanh_test): Likewise.
30081         (tgamma_test): Likewise.
30082         (y0_test): Likewise.
30083         (y1_test): Likewise.
30084         (yn_test): Likewise.
30086         * math/gen-libm-test.pl (adjust_arg): Remove function.
30087         (special_function): Remove argument $in_func.  Only handle
30088         generating output for tables of tests, not inside functions.
30089         (parse_args): Likewise.
30090         (generate_testfile): Remove variable $in_func.  Update call to
30091         parse_args.
30092         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
30093         (MINUS_ZERO_INIT): Rename macro to minus_zero.
30094         (PLUS_INFTY_INIT): Rename macro to plus_infty.
30095         (MINUS_INFTY_INIT): Rename macro to minus_infty.
30096         (QNAN_VALUE_INIT): Rename macro to qnan_value.
30097         (MAX_VALUE_INIT): Rename macro to max_value.
30098         (MIN_VALUE_INIT): Rename macro to min_value.
30099         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
30100         (plus_zero): Remove variable.
30101         (minus_zero): Likewise.
30102         (plus_infty): Likewise.
30103         (minus_infty): Likewise.
30104         (qnan_value): Likewise.
30105         (max_value): Likewise.
30106         (min_value): Likewise.
30107         (min_subnorm_value): Likewise.
30109 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30111         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
30112         uint64_t or uint32_t usage.
30113         * crypt/sha256-block.c: Likewise.
30114         * crypt/sha256-crypt.c: Likewise.
30115         * crypt/sha256.c: Likewise.
30116         * crypt/sha512-block.c: Likewise.
30117         * crypt/sha512-crypt.c: Likewise.
30118         * crypt/sha512.c: Likewise.
30119         * debug/backtrace-tst.c: Likewise.
30120         * debug/pcprofiledump.c: Likewise.
30121         * elf/cache.c: Likewise.
30122         * elf/dl-cache.c: Likewise.
30123         * elf/dl-misc.c: Likewise.
30124         * elf/dl-profile.c: Likewise.
30125         * elf/dl-support.c: Likewise.
30126         * elf/ldconfig.c: Likewise.
30127         * elf/sprof.c: Likewise.
30128         * iconv/dummy-repertoire.c: Likewise.
30129         * iconv/iconv_charmap.c: Likewise.
30130         * iconv/skeleton.c: Likewise.
30131         * iconvdata/8bit-generic.c: Likewise.
30132         * iconvdata/cp737.h: Likewise.
30133         * iconvdata/cp775.h: Likewise.
30134         * iconvdata/ibm1008.h: Likewise.
30135         * iconvdata/ibm1025.h: Likewise.
30136         * iconvdata/ibm1046.h: Likewise.
30137         * iconvdata/ibm1097.h: Likewise.
30138         * iconvdata/ibm1112.h: Likewise.
30139         * iconvdata/ibm1122.h: Likewise.
30140         * iconvdata/ibm1123.h: Likewise.
30141         * iconvdata/ibm1124.h: Likewise.
30142         * iconvdata/ibm1129.h: Likewise.
30143         * iconvdata/ibm1130.h: Likewise.
30144         * iconvdata/ibm1132.h: Likewise.
30145         * iconvdata/ibm1133.h: Likewise.
30146         * iconvdata/ibm1137.h: Likewise.
30147         * iconvdata/ibm1140.h: Likewise.
30148         * iconvdata/ibm1141.h: Likewise.
30149         * iconvdata/ibm1142.h: Likewise.
30150         * iconvdata/ibm1143.h: Likewise.
30151         * iconvdata/ibm1144.h: Likewise.
30152         * iconvdata/ibm1145.h: Likewise.
30153         * iconvdata/ibm1146.h: Likewise.
30154         * iconvdata/ibm1147.h: Likewise.
30155         * iconvdata/ibm1148.h: Likewise.
30156         * iconvdata/ibm1149.h: Likewise.
30157         * iconvdata/ibm1153.h: Likewise.
30158         * iconvdata/ibm1154.h: Likewise.
30159         * iconvdata/ibm1155.h: Likewise.
30160         * iconvdata/ibm1156.h: Likewise.
30161         * iconvdata/ibm1157.h: Likewise.
30162         * iconvdata/ibm1158.h: Likewise.
30163         * iconvdata/ibm1160.h: Likewise.
30164         * iconvdata/ibm1161.h: Likewise.
30165         * iconvdata/ibm1162.h: Likewise.
30166         * iconvdata/ibm1163.h: Likewise.
30167         * iconvdata/ibm1164.h: Likewise.
30168         * iconvdata/ibm1166.h: Likewise.
30169         * iconvdata/ibm1167.h: Likewise.
30170         * iconvdata/ibm12712.h: Likewise.
30171         * iconvdata/ibm1390.h: Likewise.
30172         * iconvdata/ibm1399.h: Likewise.
30173         * iconvdata/ibm16804.h: Likewise.
30174         * iconvdata/ibm4517.h: Likewise.
30175         * iconvdata/ibm4899.h: Likewise.
30176         * iconvdata/ibm4909.h: Likewise.
30177         * iconvdata/ibm4971.h: Likewise.
30178         * iconvdata/ibm5347.h: Likewise.
30179         * iconvdata/ibm803.h: Likewise.
30180         * iconvdata/ibm856.h: Likewise.
30181         * iconvdata/ibm901.h: Likewise.
30182         * iconvdata/ibm902.h: Likewise.
30183         * iconvdata/ibm9030.h: Likewise.
30184         * iconvdata/ibm9066.h: Likewise.
30185         * iconvdata/ibm921.h: Likewise.
30186         * iconvdata/ibm922.h: Likewise.
30187         * iconvdata/ibm9448.h: Likewise.
30188         * iconvdata/isiri-3342.h: Likewise.
30189         * iconvdata/jis0201.h: Likewise.
30190         * include/link.h: Likewise.
30191         * include/netdb.h: Likewise.
30192         * inet/check_native.c: Likewise.
30193         * inet/check_pf.c: Likewise.
30194         * inet/getipv4sourcefilter.c: Likewise.
30195         * inet/getnameinfo.c: Likewise.
30196         * inet/getsourcefilter.c: Likewise.
30197         * inet/htonl.c: Likewise.
30198         * inet/setipv4sourcefilter.c: Likewise.
30199         * inet/setsourcefilter.c: Likewise.
30200         * inet/test-inet6_opt.c: Likewise.
30201         * inet/tst-network.c: Likewise.
30202         * locale/C-collate.c: Likewise.
30203         * locale/C-ctype.c: Likewise.
30204         * locale/C-time.c: Likewise.
30205         * locale/C-translit.h: Likewise.
30206         * locale/loadarchive.c: Likewise.
30207         * locale/programs/3level.h: Likewise.
30208         * locale/programs/charmap.c: Likewise.
30209         * locale/programs/charmap.h: Likewise.
30210         * locale/programs/ld-address.c: Likewise.
30211         * locale/programs/ld-collate.c: Likewise.
30212         * locale/programs/ld-ctype.c: Likewise.
30213         * locale/programs/ld-identification.c: Likewise.
30214         * locale/programs/ld-measurement.c: Likewise.
30215         * locale/programs/ld-messages.c: Likewise.
30216         * locale/programs/ld-monetary.c: Likewise.
30217         * locale/programs/ld-name.c: Likewise.
30218         * locale/programs/ld-numeric.c: Likewise.
30219         * locale/programs/ld-paper.c: Likewise.
30220         * locale/programs/ld-telephone.c: Likewise.
30221         * locale/programs/ld-time.c: Likewise.
30222         * locale/programs/linereader.c: Likewise.
30223         * locale/programs/locale.c: Likewise.
30224         * locale/programs/locarchive.c: Likewise.
30225         * locale/programs/locfile.h: Likewise.
30226         * locale/programs/repertoire.c: Likewise.
30227         * locale/programs/simple-hash.c: Likewise.
30228         * locale/programs/simple-hash.h: Likewise.
30229         * malloc/memusage.c: Likewise.
30230         * malloc/memusagestat.c: Likewise.
30231         * nis/nis_defaults.c: Likewise.
30232         * nis/nis_hash.c: Likewise.
30233         * nis/nis_print.c: Likewise.
30234         * nis/nis_xdr.c: Likewise.
30235         * nscd/connections.c: Likewise.
30236         * nscd/hstcache.c: Likewise.
30237         * nscd/nscd_gethst_r.c: Likewise.
30238         * nscd/nscd_getserv_r.c: Likewise.
30239         * nscd/nscd_helper.c: Likewise.
30240         * nscd/servicescache.c: Likewise.
30241         * nss/makedb.c: Likewise.
30242         * nss/nss_db/db-XXX.c: Likewise.
30243         * nss/nss_db/db-initgroups.c: Likewise.
30244         * nss/nss_db/db-netgrp.c: Likewise.
30245         * nss/nss_files/files-network.c: Likewise.
30246         * nss/nss_files/files-parse.c: Likewise.
30247         * posix/bug-regex5.c: Likewise.
30248         * posix/fnmatch_loop.c: Likewise.
30249         * posix/regcomp.c: Likewise.
30250         * posix/regexec.c: Likewise.
30251         * posix/tst-rfc3484-2.c: Likewise.
30252         * posix/tst-rfc3484-3.c: Likewise.
30253         * posix/tst-rfc3484.c: Likewise.
30254         * resolv/nss_dns/dns-canon.c: Likewise.
30255         * resolv/nss_dns/dns-network.c: Likewise.
30256         * resolv/res_init.c: Likewise.
30257         * resolv/res_mkquery.c: Likewise.
30258         * resolv/tst-aton.c: Likewise.
30259         * stdlib/cxa_atexit.c: Likewise.
30260         * stdlib/cxa_finalize.c: Likewise.
30261         * stdlib/gen-fpioconst.c: Likewise.
30262         * stdlib/strtol_l.c: Likewise.
30263         * string/tst-endian.c: Likewise.
30264         * sunrpc/auth_des.c: Likewise.
30265         * sunrpc/clnt_udp.c: Likewise.
30266         * sunrpc/rtime.c: Likewise.
30267         * sunrpc/svcauth_des.c: Likewise.
30268         * sunrpc/xdr.c: Likewise.
30269         * sunrpc/xdr_intXX_t.c: Likewise.
30270         * sunrpc/xdr_rec.c: Likewise.
30271         * sysdeps/generic/ldconfig.h: Likewise.
30272         * sysdeps/generic/ldsodefs.h: Likewise.
30273         * sysdeps/generic/memusage.h: Likewise.
30274         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
30275         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
30276         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
30277         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
30278         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
30279         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
30280         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
30281         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
30282         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
30283         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
30284         * sysdeps/posix/getaddrinfo.c: Likewise.
30285         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
30286         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30287         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
30288         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
30289         * sysdeps/powerpc/test-gettimebase.c: Likewise.
30290         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
30291         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
30292         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
30293         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
30294         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
30295         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
30296         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
30297         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
30298         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
30299         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
30300         * sysdeps/x86_64/dl-tls.h: Likewise.
30301         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
30302         * time/alt_digit.c: Likewise.
30303         * time/era.c: Likewise.
30304         * wcsmbs/tst-c16c32-1.c: Likewise.
30306 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
30308         * math/libm-test.inc (struct test_sincos_data): New type.
30309         (RUN_TEST_LOOP_sincos): New macro.
30310         (sincos_test_data): New variable.
30311         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
30313 2013-05-16  Richard Henderson  <rth@redhat.com>
30315         * math/atest-exp2.c (LIMB64): New macro.
30316         (CONSTSZ): New macro.
30317         (mp_exp1, mp_exp_m1, mp_log2): New variables.
30318         (hexdig): Move ...
30319         (print_mpn_fp): ... to function scope.
30320         (read_mpn_hex): Remove.
30321         (get_log2): Remove.
30322         (exp2_mpn): Use mp_log2.
30323         (main): Use mp_exp1.
30325 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
30327         * math/libm-test.inc: Remove comment about not testing "inexact"
30328         exceptions.
30329         (INEXACT_EXCEPTION): New macro.
30330         (NO_INEXACT_EXCEPTION): Likewise.
30331         (INVALID_EXCEPTION_OK): Update value.
30332         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
30333         (OVERFLOW_EXCEPTION_OK): Likewise.
30334         (UNDERFLOW_EXCEPTION_OK): Likewise.
30335         (IGNORE_ZERO_INF_SIGN): Likewise.
30336         (ERRNO_UNCHANGED): Likewise.
30337         (ERRNO_EDOM): Likewise.
30338         (ERRNO_ERANGE): Likewise.
30339         (test_exceptions): Handle testing "inexact" exceptions.
30340         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
30341         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
30342         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
30343         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
30344         INEXACT_EXCEPTION.
30345         (rint_towardzero_test_data): Likewise.
30346         (rint_downward_test_data): Likewise.
30347         (rint_upward_test_data): Likewise.
30349         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
30350         with OVERFLOW_EXCEPTION.
30351         (exp10_test_data): Likewise.
30352         (exp2_test_data): Likewise.
30353         (expm1_test_data): Likewise.
30354         (lgamma_test_data): Likewise.
30355         (pow_test_data): Likewise.
30356         (tgamma_test_data): Likewise.
30357         (yn_test_data): Remove duplicate test of overflow.
30359         * math/libm-test.inc (struct test_cc_c_data): New type.
30360         (RUN_TEST_LOOP_cc_c): New macro.
30361         (cpow_test_data): New variable.
30362         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
30364         * math/libm-test.inc (struct test_f_L_data): New type.
30365         (RUN_TEST_LOOP_f_L): New macro.
30366         (llrint_test_data): New variable.
30367         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
30368         (llrint_tonearest_test_data): New variable.
30369         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
30370         (llrint_towardzero_test_data): New variable.
30371         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
30372         (llrint_downward_test_data): New variable.
30373         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
30374         (llrint_upward_test_data): New variable.
30375         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
30376         (llround_test_data): New variable.
30377         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
30379 2013-05-13  Peter Collingbourne  <pcc@google.com>
30381         * math/atest-exp2.c (get_log2): Remove const attribute.
30383 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
30385         * math/libm-test.inc (struct test_f_l_data): New type.
30386         (RUN_TEST_LOOP_f_l): New macro.
30387         (lrint_test_data): New variable.
30388         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
30389         (lrint_tonearest_test_data): New variable.
30390         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
30391         (lrint_towardzero_test_data): New variable.
30392         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
30393         (lrint_downward_test_data): New variable.
30394         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
30395         (lrint_upward_test_data): New variable.
30396         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
30397         (lround_test_data): New variable.
30398         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
30400 2013-05-15  Peter Collingbourne  <pcc@google.com>
30402         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
30403         (EXTRACT_WORDS64) Use where appropriate.
30404         (INSERT_WORDS64) Likewise.
30406         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
30407         constraints with x constraints.
30408         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
30410         * malloc/obstack.c (_obstack_compat): Add initializer.
30412 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
30414         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
30415         si_trapno and add si_addr_lsb to _sifields.sigfault.
30416         (si_trapno): Remove macro.
30417         (si_addr_lsb): Define new macro.
30418         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
30420 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
30422         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
30423         instead of TEST_f_l.
30424         (llrint_test_tonearest): Likewise.
30425         (llrint_test_towardzero): Likewise.
30426         (llrint_test_downward): Likewise.
30427         (llrint_test_upward): Likewise.
30428         (llround_test): Likewise.
30430         * math/libm-test.inc (struct test_f_i_data): Add comment.
30431         (RUN_TEST_LOOP_f_b): New macro.
30432         (RUN_TEST_LOOP_f_b_tg): Likewise.
30433         (finite_test_data): New variable.
30434         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
30435         (isfinite_test_data): New variable.
30436         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30437         (isinf_test_data): New variable.
30438         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30439         (isnan_test_data): New variable.
30440         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30441         (isnormal_test_data): New variable.
30442         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30443         (issignaling_test_data): New variable.
30444         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30445         (signbit_test_data): New variable.
30446         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30448         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
30449         with INVALID_EXCEPTION.
30450         (acosh_test_data): Likewise.
30451         (asin_test_data): Likewise.
30452         (atanh_test_data): Likewise.
30453         (fmod_test_data): Likewise.
30454         (log_test_data): Likewise.
30455         (log10_test_data): Likewise.
30456         (log2_test_data): Likewise.
30457         (pow_test_data): Likewise.
30458         (sqrt_test_data): Likewise.
30459         (y0_test_data): Likewise.
30460         (y1_test_data): Likewise.
30461         (yn_test_data): Likewise.
30463         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
30464         function contents.
30466         * math/libm-test.inc (struct test_ff_i_data): New type.
30467         (RUN_TEST_LOOP_ff_i_tg): New macro.
30468         (isgreater_test_data): New variable.
30469         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30470         (isgreaterequal_test_data): New variable.
30471         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30472         (isless_test_data): New variable.
30473         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30474         (islessequal_test_data): New variable.
30475         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30476         (islessgreater_test_data): New variable.
30477         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30478         (isunordered_test_data): New variable.
30479         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30481 2013-05-14  David S. Miller  <davem@davemloft.net>
30483         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30485 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
30487         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
30489         * math/libm-test.inc (struct test_fF_f1_data): Change type of
30490         extra_test to int.
30491         (struct test_f_i_data): Change type of max_ulp to int.
30493         * math/libm-test.inc (test_ffI_f1_data): New type.
30494         (RUN_TEST_LOOP_ffI_f1): New macro.
30495         (remquo_test_data): New variable.
30496         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
30498         * setjmp/tst-setjmp-fp.c: New file.
30499         * setjmp/Makefile (tests): Add tst-setjmp-fp.
30500         (link-libm): New variable.
30501         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
30503         * math/libm-test.inc (struct test_f_i_data): New type.
30504         (RUN_TEST_LOOP_f_i): New macro.
30505         (RUN_TEST_LOOP_f_i_tg): Likewise.
30506         (fpclassify_test_data): New variable.
30507         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
30508         (ilogb_test_data): New variable.
30509         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
30511         * math/libm-test.inc (scalbln_test): Correct function name in END
30512         call.
30514         * math/libm-test.inc (struct test_f_f1_data): Add comment.
30515         (RUN_TEST_LOOP_fI_f1): New macro.
30516         (frexp_test_data): New variable.
30517         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
30519         * math/libm-test.inc (struct test_fF_f1_data): New type.
30520         (RUN_TEST_LOOP_fF_f1): New macro.
30521         (modf_test_data): New variable.
30522         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
30524         * math/libm-test.inc (struct test_f_f1_data): New type.
30525         (RUN_TEST_LOOP_f_f1): New macro.
30526         (gamma_test_data): New variable.
30527         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
30528         (lgamma_test_data): New variable.
30529         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
30531 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
30533         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
30534         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
30535         (main): Comment "tls" pseudo-hwcap.
30537 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
30539         * math/libm-test.inc (struct test_fl_f_data): New type.
30540         (RUN_TEST_LOOP_fl_f): New variable.
30541         (scalbln_test_data): New variable.
30542         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
30544         * math/libm-test.inc (struct test_fi_f_data): New type.
30545         (RUN_TEST_LOOP_fi_f): New macro.
30546         (ldexp_test_data): New variable.
30547         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
30548         (scalbn_test_data): New variable.
30549         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
30551         * math/libm-test.inc (struct test_c_f_data): New type.
30552         (RUN_TEST_LOOP_c_f): New macro.
30553         (cabs_test_data): New variable.
30554         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
30555         (carg_test_data): New variable.
30556         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
30557         (cimag_test_data): New variable.
30558         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
30559         (creal_test_data): New variable.
30560         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
30562         * math/libm-test.inc (struct test_if_f_data): New type.
30563         (RUN_TEST_LOOP_if_f): New macro.
30564         (jn_test_data): New variable.
30565         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
30566         (yn_test_data): New variable.
30567         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
30569         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
30571 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30573         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
30574         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
30576 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30578         * benchtests/Makefile (CPPFLAGS-nonlib): Add
30579         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
30580         (bench-deps): Add bench-timing.h.
30581         * benchtests-bench-skeleton.c: Include bench-timing.h.
30582         (main): Use TIMING_* macros instead of clock_gettime.
30583         * benchtests/bench-timing.h: New file.
30585         [BZ #14582]
30586         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
30587         Renamed from _LIB_VERSION.
30588         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
30590 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
30592         * math/libm-test.inc (struct test_fff_f_data): New type.
30593         (RUN_TEST_LOOP_fff_f): New macro.
30594         (fma_test_data): New variable.
30595         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
30596         (fma_towardzero_test_data): New variable.
30597         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
30598         (fma_downward_test_data): New variable.
30599         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
30600         (fma_upward_test_data): New variable.
30601         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
30603         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
30604         (struct test_c_c_data): New type.
30605         (RUN_TEST_LOOP_c_c): New macro.
30606         (cacos_test_data): New variable.
30607         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
30608         (cacosh_test_data): New variable.
30609         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
30610         (casin_test_data): New variable.
30611         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
30612         (casinh_test_data): New variable.
30613         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
30614         (catan_test_data): New variable.
30615         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
30616         (catanh_test_data): New variable.
30617         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
30618         (ccos_test_data): New variable.
30619         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
30620         (ccosh_test_data): New variable.
30621         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
30622         (cexp_test_data): New variable.
30623         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
30624         (clog_test_data): New variable.
30625         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
30626         (clog10_test_data): New variable.
30627         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
30628         (conj_test_data): New variable.
30629         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
30630         (cproj_test_data): New variable.
30631         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
30632         (csin_test_data): New variable.
30633         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
30634         (csinh_test_data): New variable.
30635         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
30636         (csqrt_test_data): New variable.
30637         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
30638         (ctan_test_data): New variable.
30639         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
30640         (ctan_tonearest_test_data): New variable.
30641         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
30642         (ctan_towardzero_test_data): New variable.
30643         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
30644         (ctan_downward_test_data): New variable.
30645         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
30646         (ctan_upward_test_data): New variable.
30647         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
30648         (ctanh_test_data): New variable.
30649         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
30650         (ctanh_tonearest_test_data): New variable.
30651         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
30652         (ctanh_towardzero_test_data): New variable.
30653         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
30654         (ctanh_downward_test_data): New variable.
30655         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
30656         (ctanh_upward_test_data): New variable.
30657         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
30658         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
30659         of BUILD_COMPLEX.
30661         * math/libm-test.inc (struct test_ff_f_data): New type.
30662         (struct test_ff_f_data_nexttoward): Likewise.
30663         (RUN_TEST_LOOP_2_f): New macro.
30664         (RUN_TEST_LOOP_ff_f): Likewise.
30665         (atan2_test_data): New variable.
30666         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
30667         (copysign_test_data): New variable.
30668         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
30669         (fdim_test_data): New variable.
30670         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
30671         (fmax_test_data): New variable.
30672         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
30673         (fmin_test_data): New variable.
30674         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
30675         (fmod_test_data): New variable.
30676         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
30677         (hypot_test_data): New variable.
30678         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
30679         (nextafter_test_data): New variable.
30680         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
30681         (nexttoward_test_data): New variable.
30682         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
30683         (pow_test_data): New variable.
30684         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
30685         (pow_tonearest_test_data): New variable.
30686         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
30687         (pow_towardzero_test_data): New variable.
30688         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
30689         (pow_downward_test_data): New variable.
30690         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
30691         (pow_upward_test_data): New variable.
30692         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
30693         (remainder_test_data): New variable.
30694         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
30695         (scalb_test_data): New variable.
30696         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
30697         * sysdeps/i386/fpu/libm-test-ulps: Update.
30699 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
30701         * math/libm-test.inc (fma_test): Use max_value instead of local
30702         variable fltmax.
30703         (nextafter_test): Likewise.
30705         * math/libm-test.inc (acos_towardzero_test_data): New variable.
30706         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30707         (acos_downward_test_data): New variable.
30708         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30709         (acos_upward_test_data): New variable.
30710         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30711         (acosh_test_data): New variable.
30712         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
30713         (asin_test_data): New variable.
30714         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
30715         (asin_tonearest_test_data): New variable.
30716         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30717         (asin_towardzero_test_data): New variable.
30718         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30719         (asin_downward_test_data): New variable.
30720         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30721         (asin_upward_test_data): New variable.
30722         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30723         (asinh_test_data): New variable.
30724         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
30725         (atan_test_data): New variable.
30726         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
30727         (atanh_test_data): New variable.
30728         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
30729         (cbrt_test_data): New variable.
30730         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
30731         (ceil_test_data): New variable.
30732         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
30733         (cos_test_data): New variable.
30734         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
30735         (cos_tonearest_test_data): New variable.
30736         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30737         (cos_towardzero_test_data): New variable.
30738         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30739         (cos_downward_test_data): New variable.
30740         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30741         (cos_upward_test_data): New variable.
30742         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30743         (cosh_test_data): New variable.
30744         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
30745         (cosh_tonearest_test_data): New variable.
30746         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30747         (cosh_towardzero_test_data): New variable.
30748         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30749         (cosh_downward_test_data): New variable.
30750         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30751         (cosh_upward_test_data): New variable.
30752         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30753         (erf_test_data): New variable.
30754         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
30755         (erfc_test_data): New variable.
30756         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
30757         (exp_test_data): New variable.
30758         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
30759         (exp_tonearest_test_data): New variable.
30760         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30761         (exp_towardzero_test_data): New variable.
30762         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30763         (exp_downward_test_data): New variable.
30764         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30765         (exp_upward_test_data): New variable.
30766         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30767         (exp10_test_data): New variable.
30768         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
30769         (exp2_test_data): New variable.
30770         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
30771         (expm1_test_data): New variable.
30772         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
30773         (fabs_test_data): New variable.
30774         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
30775         (floor_test_data): New variable.
30776         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
30777         (j0_test_data): New variable.
30778         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
30779         (j1_test_data): New variable.
30780         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
30781         (log_test_data): New variable.
30782         (log_test): Run tests with RUN_TEST_LOOP_f_f.
30783         (log10_test_data): New variable.
30784         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
30785         (log1p_test_data): New variable.
30786         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
30787         (log2_test_data): New variable.
30788         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
30789         (logb_test_data): New variable.
30790         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
30791         (logb_downward_test_data): New variable.
30792         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30793         (nearbyint_test_data): New variable.
30794         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
30795         (rint_test_data): New variable.
30796         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
30797         (rint_tonearest_test_data): New variable.
30798         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30799         (rint_towardzero_test_data): New variable.
30800         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30801         (rint_downward_test_data): New variable.
30802         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30803         (rint_upward_test_data): New variable.
30804         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30805         (round_test_data): New variable.
30806         (round_test): Run tests with RUN_TEST_LOOP_f_f.
30807         (sin_test_data): New variable.
30808         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
30809         (sin_tonearest_test_data): New variable.
30810         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30811         (sin_towardzero_test_data): New variable.
30812         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30813         (sin_downward_test_data): New variable.
30814         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30815         (sin_upward_test_data): New variable.
30816         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30817         (sinh_test_data): New variable.
30818         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
30819         (sinh_tonearest_test_data): New variable.
30820         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30821         (sinh_towardzero_test_data): New variable.
30822         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30823         (sinh_downward_test_data): New variable.
30824         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30825         (sinh_upward_test_data): New variable.
30826         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30827         (sqrt_test_data): New variable.
30828         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
30829         (tan_test_data): New variable.
30830         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
30831         (tan_tonearest_test_data): New variable.
30832         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30833         (tan_towardzero_test_data): New variable.
30834         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30835         (tan_downward_test_data): New variable.
30836         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30837         (tan_upward_test_data): New variable.
30838         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30839         (tanh_test_data): New variable.
30840         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
30841         (tgamma_test_data): New variable.
30842         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
30843         (trunc_test_data): New variable.
30844         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
30845         (y0_test_data): New variable.
30846         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
30847         (y1_test_data): New variable.
30848         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
30849         (significand_test_data): New variable.
30850         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
30852 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
30854         [BZ #12387]
30855         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
30857 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
30859         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
30861 2013-05-10  Andreas Jaeger  <aj@suse.de>
30863         [BZ #15448]
30864         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
30865         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
30867 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30869         * math/gen-libm-test.pl (adjust_arg): New function.
30870         (special_functions): Handle generating output in both functions
30871         and arrays.
30872         (parse_args): Likewise.
30873         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
30874         $in_func argument to parse_args.
30875         * math/libm-test.inc (struct test_f_f_data): New type.
30876         (IF_ROUND_INIT_): New macro.
30877         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
30878         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30879         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30880         (IF_ROUND_INIT_FE_UPWARD): Likewise.
30881         (ROUND_RESTORE_): Likewise.
30882         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
30883         (ROUND_RESTORE_FE_TONEAREST): Likewise.
30884         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
30885         (ROUND_RESTORE_FE_UPWARD): Likewise.
30886         (RUN_TEST_LOOP_f_f): New macro.
30887         (acos_test_data): New variable.
30888         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
30889         (acos_tonearest_test_data): New variable.
30890         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30892 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30894         * benchtests/bench-skeleton.c (startup): Fix coding style.
30896 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30898         [BZ #6809]
30899         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
30900         negative infinity argument.
30901         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
30902         negative infinity argument.
30903         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
30904         negative infinity argument.
30905         * math/libm-test.inc (tgamma_test): Expect errno to be set for
30906         domain errors.
30908 2013-05-10  Florian Weimer  <fweimer@redhat.com>
30910         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
30911         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
30912         * iconv/iconv_prog.c (main): Likewise.
30913         * locale/programs/charmap-dir.c (charmap_readdir)
30914         (fopen_uncompressed): Likewise.
30915         * locale/programs/locfile.c (siblings_uncached)
30916         (write_locale_data): Use lstat64 instead of lstat.
30917         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30918         stat.
30920 2013-05-10  Andreas Jaeger  <aj@suse.de>
30922         [BZ #15395]
30923         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30924         localization.
30925         Include <locale.h>.
30927 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
30929         * elf/dl-close.c (_dl_close_worker): Add comments.
30931 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
30933         [BZ #15359]
30934         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30935         high part of pi/2.
30936         (__ieee754_rem_pio2l): Update comments.
30938         [BZ #15429]
30939         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30940         high part of pi/2.
30941         (__ieee754_rem_pio2l): Update comments.
30943         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30944         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30946         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30947         M_PI_4l.
30949         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30950         (M_PI_34_LOG10El): Likewise.
30951         (M_PI2_LOG10El): Likewise.
30952         (M_PI4_LOG10El): Likewise.
30953         (M_PI_LOG10El): Likewise.
30955 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30957         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30959 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
30961         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30962         (MINUS_ZERO_INIT): Likewise.
30963         (PLUS_INFTY_INIT): Likewise.
30964         (MINUS_INFTY_INIT): Likewise.
30965         (QNAN_VALUE_INIT): Likewise.
30966         (MAX_VALUE_INIT): Likewise.
30967         (MIN_VALUE_INIT): Likewise.
30968         (MIN_SUBNORM_VALUE_INIT): Likewise.
30969         (plus_zero): Initialize with PLUS_ZERO_INIT.
30970         (minus_zero): Initialize with MINUS_ZERO_INIT.
30971         (plus_infty): Initialize with PLUS_INFTY_INIT.
30972         (minus_infty): Initialize with MINUS_INFTY_INIT.
30973         (qnan_value): Initialize with QNAN_VALUE_INIT.
30974         (max_value): Initialize with MAX_VALUE_INIT.
30975         (min_value): Initialize with MIN_VALUE_INIT.
30976         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30978         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30979         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30980         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30981         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30983         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30984         (RUN_TEST_2_f): Likewise.
30985         (RUN_TEST_ff_f): Likewise.
30986         (RUN_TEST_fi_f): Likewise.
30987         (RUN_TEST_fl_f): Likewise.
30988         (RUN_TEST_fff_f): Likewise.
30989         (RUN_TEST_c_f): Likewise.
30990         (RUN_TEST_f_f1): Likewise.
30991         (RUN_TEST_fF_f1): Likewise.
30992         (RUN_TEST_fI_f1): Likewise.
30993         (RUN_TEST_ffI_f1): Likewise.
30994         (RUN_TEST_c_c): Likewise.
30995         (RUN_TEST_cc_c): Likewise.
30996         (RUN_TEST_f_i): Likewise.
30997         (RUN_TEST_f_i_tg): Likewise.
30998         (RUN_TEST_ff_i_tg): Likewise.
30999         (RUN_TEST_f_b): Likewise.
31000         (RUN_TEST_f_b_tg): Likewise.
31001         (RUN_TEST_f_l): Likewise.
31002         (RUN_TEST_f_L): Likewise.
31003         (RUN_TEST_sincos): Likewise.
31004         * math/gen-libm-test.pl (new_test): Take new argument to indicate
31005         whether to show exceptions.  Do not include ");\n" in return
31006         value.
31007         (special_functions): Output call to RUN_TEST_sincos instead of
31008         check_float calls.  Update calls to new_test.
31009         (parse_args): Output call to single RUN_TEST_* macro instead of
31010         check_* calls and other assignments.  Update calls to new_test.
31012         [BZ #2546]
31013         [BZ #2560]
31014         [BZ #5159]
31015         [BZ #15426]
31016         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
31017         input to result for tgamma overflow.
31018         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
31019         (gamma_coeff): New variable.
31020         (NCOEFF): New macro.
31021         (gamma_positive): New function.
31022         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
31023         underflow here.  Use gamma_positive instead of exp (lgamma) for
31024         other arguments.
31025         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
31026         (gamma_coeff): New variable.
31027         (NCOEFF): New macro.
31028         (gammaf_positive): New function.
31029         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
31030         underflow here.  Use gamma_positive instead of exp (lgamma) for
31031         other arguments.
31032         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
31033         (gamma_coeff): New variable.
31034         (NCOEFF): New macro.
31035         (gammal_positive): New function.
31036         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
31037         underflow here.  Use gamma_positive instead of exp (lgamma) for
31038         other arguments.
31039         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
31040         (gamma_coeff): New variable.
31041         (NCOEFF): New macro.
31042         (gammal_positive): New function.
31043         (__ieee754_gammal_r): Handle positive infinity, overflow and
31044         underflow here.  Handle NaN the same as positive infinity.  Remove
31045         check x < 0xffffffff for negative integers.  Use gamma_positive
31046         instead of exp (lgamma) for other arguments.
31047         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
31048         (gamma_coeff): New variable.
31049         (NCOEFF): New macro.
31050         (gammal_positive): New function.
31051         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
31052         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
31053         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
31054         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
31055         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
31056         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
31057         * sysdeps/generic/math_private.h (__gamma_productf): New
31058         prototype.
31059         (__gamma_product): Likewise.
31060         (__gamma_productl): Likewise.
31061         * math/Makefile (libm-calls): Add gamma_product.
31062         * math/libm-test.inc (tgamma_test): Add more tests.
31063         * sysdeps/i386/fpu/libm-test-ulps: Update.
31064         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31066 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
31068         * benchtests/bench-skeleton.c (main): Preheat CPU.
31070 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
31072         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
31074 2013-05-07  Roland McGrath  <roland@hack.frob.com>
31076         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
31077         and _dl_skip_args_internal.
31079 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
31081         * manual/message.texi (Message Translation): Talk about users.
31082         Message to key mapping impacts design.
31084 2013-05-06  Roland McGrath  <roland@hack.frob.com>
31086         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
31088         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
31090         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
31091         * sysdeps/wordsize-64/glob64.c: ... here.
31093         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
31094         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
31095         New macros.
31097         * debug/getlogin_r_chk.c: Moved to ...
31098         * login/getlogin_r_chk.c: ... here.
31099         * debug/Makefile (routines): Move getlogin_r_chk to ...
31100         * login/Makefile (routines): ... here.
31101         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
31102         * login/Versions (libc: GLIBC_2.4): ... here.
31104         * io/poll.c (__poll): Renamed from poll.
31105         Add libc_hidden_def.
31106         (poll): Define as weak alias.
31108         * debug/ptsname_r_chk.c: Moved to ...
31109         * login/ptsname_r_chk.c: ... here.
31110         * debug/Makefile (routines): Move ptsname_r_chk to ...
31111         * login/Makefile (routines): ... here.
31112         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
31113         * login/Versions (libc: GLIBC_2.4): ... here.
31115         * posix/getlogin.c: Moved to ...
31116         * login/getlogin.c: ... here.
31117         * posix/getlogin_r.c: Moved to ...
31118         * login/getlogin_r.c: ... here.
31119         * posix/getlogin_r.c: Moved to ...
31120         * login/getlogin_r.c: ... here.
31121         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
31122         * login/Makefile (routines): ... here.
31123         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
31124         * login/Versions (libc: GLIBC_2.0): ... here.
31126         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
31127         (setrlimit): Define as weak alias.
31129         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
31130         Call __ names for open, ftruncate, and close.
31131         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
31132         (truncate): Define as weak alias.
31134 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
31136         * math/gen-libm-test.pl (parse_args): Initialize x before each
31137         test of frexp, modf and remquo.
31139         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
31140         test signgam value.
31142 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31144         [BZ #15418]
31145         [BZ #15419]
31146         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
31147         internal tests.
31148         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
31150 2013-05-06  Roland McGrath  <roland@hack.frob.com>
31152         * elf/dl-writev.h: New file.
31153         * elf/dl-misc.c: Include it.
31154         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
31155         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
31157 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
31159         * math/libm-test.inc (noXFails): Remove variable.
31160         (noXPasses): Likewise.
31161         (BUILD_COMPLEX_INT): Remove macro.
31162         (print_screen): Remove xfail argument.
31163         (print_screen_max_error): Likewise.
31164         (update_stats): Likewise.
31165         (print_max_error): Likewise.  Update calls to other affected
31166         functions.
31167         (print_complex_max_error): Likewise.
31168         (test_single_exception): Update calls to print_screen.
31169         (test_single_errno): Likewise.
31170         (check_float_internal): Remove xfail argument.  Update calls to
31171         other affected functions.
31172         (check_float): Likewise.
31173         (check_complex): Likewise.
31174         (check_int): Likewise.
31175         (check_long): Likewise.
31176         (check_bool): Likewise.
31177         (check_longlong): Likewise.
31178         (main): Don't print noXFails and noXPasses.
31179         * math/gen-libm-test.pl (top level): Don't mention expected
31180         failure handling in comment.
31181         (new_test): Don't handle expected failures.
31182         (parse_args): Don't mention expected failure handling in comment.
31183         (generate_testfile): Don't handle expected failures.
31184         (parse_ulps): Likewise.
31185         (print_ulps_file): Likewise.
31186         (get_failure): Remove function.
31187         (output_test): Don't handle expected failures.
31188         * make/README.libm-test: Don't mention expected failure handling.
31190         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
31191         (minus_zero): Likewise.
31192         (plus_infty): Likewise.
31193         (minus_infty): Likewise.
31194         (qnan_value): Likewise.
31195         (max_value): Likewise.
31196         (min_value): Likewise.
31197         (min_subnorm_value): Likewise.
31198         (initialize): Do not initialize those variables dynamically.
31200 2013-05-03  Roland McGrath  <roland@hack.frob.com>
31202         * io/open.c (__open_2): Moved to ...
31203         * io/open_2.c: ... this new file.
31204         * io/open64.c (__open64_2): Moved to ...
31205         * io/open64_2.c: ... this new file.
31206         * io/openat.c (__openat_2): Moved to ...
31207         * io/openat_2.c: ... this new file.
31208         * io/openat64.c (__openat64_2): Moved to ...
31209         * io/openat64_2.c: ... this new file.
31210         * io/Makefile (routines): Add them.
31211         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
31212         * sysdeps/unix/sysv/linux/open_2.c: File removed.
31213         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
31214         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
31215         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
31216         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
31217         (__openat64): Add hidden_ver.
31218         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
31219         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
31221         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
31222         Separately conditionalize setting of GLRO(dl_sysinfo) so
31223         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
31224         as well, but the actual setting is only under [NEED_DL_SYSINFO].
31226 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31228         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
31229         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
31230         definition.
31231         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
31232         * sysdeps/unix/sysv/linux/powerpc/init-first.c
31233         (_libc_vdso_platform_setup): Add __vdso_time initialization.
31234         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
31235         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
31237 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
31239         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
31240         test signgam value.
31242         * math/libm-test.inc (hypot_test): Do not use
31243         IGNORE_ZERO_INF_SIGN.
31245 2013-05-03  Andreas Jaeger  <aj@suse.de>
31247         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
31248         Linux 3.9.
31249         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
31250         (PF_MAX): Adjust for VSOCK change.
31252 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31254         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31256 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
31258         [BZ #15264]
31259         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
31260         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
31261         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
31263 2013-05-02  David S. Miller  <davem@davemloft.net>
31265         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31267 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
31269         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
31271 2013-05-01  Roland McGrath  <roland@hack.frob.com>
31273         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
31275 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
31277         [BZ #14952]
31278         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
31279         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
31280         Use __attribute__ ((__gnu_inline__)).
31281         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
31282         Don't use __attribute__ ((__gnu_inline__)).
31284 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
31286         [BZ #15423]
31287         * math/s_catan.c (__catan): Handle small real or imaginary part of
31288         input specially to avoid spurious underflow.
31289         * math/s_catanf.c (__catanf): Likewise.
31290         * math/s_catanh.c (__catanh): Likewise.
31291         * math/s_catanhf.c (__catanhf): Likewise.
31292         * math/s_catanhl.c (__catanhl): Likewise.
31293         * math/s_catanl.c (__catanl): Likewise.
31294         * math/libm-test.inc (catan_test): Add more tests.
31295         (catanh_test): Likewise.
31296         * sysdeps/i386/fpu/libm-test-ulps: Update.
31297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31299 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31301         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31303 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
31305         [BZ #15416]
31306         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
31307         accurately for denominator in atan2.
31308         * math/s_catanf.c (__catanf): Likewise.
31309         * math/s_catanh.c (__catanh): Likewise.
31310         * math/s_catanhf.c (__catanhf): Likewise.
31311         * math/s_catanhl.c (__catanhl): Likewise.
31312         * math/s_catanl.c (__catanl): Likewise.
31313         * math/libm-test.inc (catan_test): Add more tests.
31314         (catanh_test): Likewise.
31315         * sysdeps/i386/fpu/libm-test-ulps: Update.
31316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31318 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31320         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
31322         * benchtests/Makefile (bench): Remove slow benchmarks.
31323         * benchtests/atan-inputs: Add slow benchmark inputs.
31324         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
31325         (BENCH_FUNC): Accept variant offset.
31326         (VARIANT): Define.
31327         * benchtests/bench-skeleton.c (main): Run benchmark for each
31328         variant.
31329         * benchtests/cos-inputs: Add slow benchmark inputs.
31330         * benchtests/exp-inputs: Likewise.
31331         * benchtests/pow-inputs: Likewise.
31332         * benchtests/sin-inputs: Likewise.
31333         * benchtests/slowatan-inputs: Remove.
31334         * benchtests/slowatan.c: Remove.
31335         * benchtests/slowcos-inputs: Remove.
31336         * benchtests/slowcos.c: Remove.
31337         * benchtests/slowexp-inputs: Remove.
31338         * benchtests/slowexp.c: Remove.
31339         * benchtests/slowpow-inputs: Remove.
31340         * benchtests/slowpow.c: Remove.
31341         * benchtests/slowsin-inputs: Remove.
31342         * benchtests/slowsin.c: Remove.
31343         * benchtests/slowtan-inputs: Remove.
31344         * benchtests/slowtan.c: Remove.
31345         * benchtests/tan-inputs: Add slow benchmark inputs.
31346         * scripts/bench.pl: Parse comments and directives.
31348         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
31349         in CPPFLAGS.
31350         ($(objpfx)bench-%.c): Remove *-ITER.
31351         * benchtests/bench-modf.c: Remove definition of ITER.
31352         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
31353         (main): Loop for DURATION seconds instead of fixed number of
31354         iterations.
31355         * scripts/bench.pl: Don't expect iterations in parameters.
31357 2013-04-29  Roland McGrath  <roland@hack.frob.com>
31359         * io/fchdir.c (__fchdir): Renamed from fchdir.
31360         (fchdir): Define as weak alias.
31362 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
31364         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
31365         (ERRNO_EDOM): Likewise.
31366         (ERRNO_ERANGE): Likewise.
31367         (noErrnoTests): New variable.
31368         (init_max_error): Set errno to 0.
31369         (test_single_errno): New function.
31370         (test_errno): Likewise.
31371         (check_float_internal): Call test_errno.  Set errno to 0.
31372         (check_complex): Refer to errno tests in comment.
31373         (check_int): Call test_errno.  Set errno to 0.
31374         (check_long): Likewise.
31375         (check_bool): Likewise.
31376         (check_longlong): Likewise.
31377         (cos_test): Use ERRNO_* flags for errno tests instead of
31378         check_int.
31379         (expm1_test): Likewise.
31380         (fmod_test): Likewise.
31381         (ilogb_test): Likewise.
31382         (lgamma_test): Likewise.
31383         (pow_test): Likewise.
31384         (remainder_test): Likewise.
31385         (sin_test): Likewise.
31386         (tan_test): Likewise.
31387         (yn_test): Likewise.
31388         (initialize): Set errno to 0.
31389         (main): Print number of errno tests.
31390         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
31392 2013-04-29  Andreas Jaeger  <aj@suse.de>
31394         [BZ #15084]
31395         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
31396         and RES_USEVC.
31398         [BZ #15085]
31399         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
31400         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
31401         unimplemented.
31403         [BZ #15380]
31404         * stdlib/random.c (__initstate): Return NULL if
31405         __initstate fails.
31407         [BZ #15086]
31408         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
31409         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
31410         RES_SNGLKUPREOP.
31412 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31414         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31416 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
31418         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
31419         of individual tests.
31420         (casin_test): Likewise.
31421         (casinh_test): Likewise.
31423 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
31425         [BZ #15409]
31426         * math/s_catan.c (__catan): Handle arguments with large real or
31427         imaginary part separately without squaring.
31428         * math/s_catanf.c (__catanf): Likewise.
31429         * math/s_catanh.c (__catanh): Likewise.
31430         * math/s_catanhf.c (__catanhf): Likewise.
31431         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
31432         and redefine.
31433         (__catanhl): Handle arguments with large real or imaginary part
31434         separately without squaring.
31435         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
31436         and redefine.
31437         (__catanl): Handle arguments with large real or imaginary part
31438         separately without squaring.
31439         * math/libm-test.inc (catan_test): Add more tests.
31440         (catanh_test): Likewise.
31441         * sysdeps/i386/fpu/libm-test-ulps: Update.
31442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31444 2013-04-27  Andreas Jaeger  <aj@suse.de>
31446         [BZ #15007]
31447         * stdlib/stdlib.h: Update guards for qecvt.
31448         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
31449         <stdlib.h>.
31451 2013-04-27  Allan McRae  <allan@archlinux.org>
31453         * sysdeps/i386/fpu/libm-test-ulps: Update.
31455 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
31457         [BZ #15406]
31458         * math/s_catan.c: Include <float.h>.
31459         (__catan): Ensure underflow exception occurs for underflowed
31460         result.
31461         * math/s_catanf.c: Include <float.h>.
31462         (__catanf): Ensure underflow exception occurs for underflowed
31463         result.
31464         * math/s_catanh.c: Include <float.h>.
31465         (__catanh): Ensure underflow exception occurs for underflowed
31466         result.
31467         * math/s_catanhf.c: Include <float.h>.
31468         (__catanhf): Ensure underflow exception occurs for underflowed
31469         result.
31470         * math/s_catanhl.c: Include <float.h>.
31471         (__catanhl): Ensure underflow exception occurs for underflowed
31472         result.
31473         * math/s_catanl.c: Include <float.h>.
31474         (__catanl): Ensure underflow exception occurs for underflowed
31475         result.
31476         * math/libm-test.inc (catan_test): Add more tests.
31477         (catanh_test): Likewise.
31479         [BZ #15405]
31480         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
31481         underflowed result.
31482         * math/s_ccoshf.c (__ccoshf): Likewise.
31483         * math/s_ccoshl.c (__ccoshl): Likewise.
31484         * math/s_csin.c (__csin): Likewise.
31485         * math/s_csinf.c (__csinf): Likewise.
31486         * math/s_csinh.c (__csinh): Likewise.
31487         * math/s_csinhf.c (__csinhf): Likewise.
31488         * math/s_csinhl.c (__csinhl): Likewise.
31489         * math/s_csinl.c (__csinl): Likewise.
31490         * math/libm-test.inc (ccos_test): Add more tests.
31491         (ccosh_test): Likewise.
31492         (csin_test): Likewise.
31493         (csinh_test): Likewise.
31495 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31497         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
31498         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
31499         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
31500         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
31501         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
31502         powerpc/power5+/fpu folders.
31503         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
31506 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31508         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31510 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
31512         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
31513         additions to variable.
31514         [$(config-machine) = x86_64] (modules-names): Likewise.
31515         ($(objpfx)tst-audit3): Remove dependency.
31516         ($(objpfx)tst-audit3.out): Likewise.
31517         ($(objpfx)tst-audit4): Likewise.
31518         ($(objpfx)tst-audit4.out): Likewise.
31519         ($(objpfx)tst-audit5): Likewise.
31520         ($(objpfx)tst-audit5.out): Likewise.
31521         ($(objpfx)tst-audit6): Likewise.
31522         ($(objpfx)tst-audit6.out): Likewise.
31523         ($(objpfx)tst-audit7): Likewise.
31524         ($(objpfx)tst-audit7.out): Likewise.
31525         (tst-audit3-ENV): Remove variable.
31526         (tst-audit4-ENV): Likewise.
31527         (tst-audit5-ENV): Likewise.
31528         (tst-audit6-ENV): Likewise.
31529         (tst-audit7-ENV): Likewise.
31530         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
31531         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
31532         addition to variable.
31533         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
31534         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
31535         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
31536         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
31537         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
31538         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
31539         tst-audit3, tst-audit4 and tst-audit5.
31540         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
31541         tst-audit6 and tst-audit7.
31542         [$(subdir) = elf] (modules-names): Add audit modules for those
31543         tests.
31544         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
31545         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
31546         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
31547         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
31548         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
31549         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
31550         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
31551         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
31552         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
31553         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
31554         [$(subdir) = elf] (tst-audit3-ENV): New variable.
31555         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
31556         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
31557         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
31558         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
31559         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
31560         Likewise.
31561         [$(subdir) = elf && $(config-cflags-avx) = yes]
31562         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
31563         [$(subdir) = elf && $(config-cflags-avx) = yes]
31564         (CFLAGS-tst-auditmod4a.c): Likewise.
31565         [$(subdir) = elf && $(config-cflags-avx) = yes]
31566         (CFLAGS-tst-auditmod4b.c): Likewise.
31567         [$(subdir) = elf && $(config-cflags-avx) = yes]
31568         (CFLAGS-tst-auditmod6b.c): Likewise.
31569         [$(subdir) = elf && $(config-cflags-avx) = yes]
31570         (CFLAGS-tst-auditmod6c.c): Likewise.
31571         [$(subdir) = elf && $(config-cflags-avx) = yes]
31572         (CFLAGS-tst-auditmod7b.c): Likewise.
31573         * elf/tst-audit3.c: Move to ...
31574         * sysdeps/x86_64/tst-audit3.c: ... here.
31575         * elf/tst-audit4.c: Move to ...
31576         * sysdeps/x86_64/tst-audit4.c: ... here.
31577         * elf/tst-audit5.c: Move to ...
31578         * sysdeps/x86_64/tst-audit5.c: ... here.
31579         * elf/tst-audit6.c: Move to ...
31580         * sysdeps/x86_64/tst-audit6.c: ... here.
31581         * elf/tst-audit7.c: Move to ...
31582         * sysdeps/x86_64/tst-audit7.c: ... here.
31583         * elf/tst-auditmod3a.c: Move to ...
31584         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
31585         * elf/tst-auditmod3b.c: Move to ...
31586         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
31587         * elf/tst-auditmod4a.c: Move to ...
31588         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
31589         * elf/tst-auditmod4b.c: Move to ...
31590         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
31591         * elf/tst-auditmod5a.c: Move to ...
31592         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
31593         * elf/tst-auditmod5b.c: Move to ...
31594         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
31595         * elf/tst-auditmod6a.c: Move to ...
31596         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
31597         * elf/tst-auditmod6b.c: Move to ...
31598         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
31599         * elf/tst-auditmod6c.c: Move to ...
31600         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
31601         * elf/tst-auditmod7a.c: Move to ...
31602         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
31603         * elf/tst-auditmod7b.c: Move to ...
31604         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
31606 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
31608         [BZ #15366]
31609         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
31610         define unconditionally.
31611         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
31612         define unconditionally.
31613         (INT8_C, INT16_C, etc.): Likewise.
31615 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
31617         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
31618         __ehdr_start with hidden visibility.
31620         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
31622 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
31624         * math/libm-test.inc (cos_test): Use accurate hex constants.
31625         (sincost_test): Likewise.
31627 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
31629         * math/libm-test.inc (catan_test): Add more tests.
31630         (catanh_test): Likewise.
31632         * math/s_catanf.c (__catanf): Use suffixed floating-point
31633         constants.
31634         * math/s_catanhf.c (__catanhf): Likewise.
31635         * math/s_catanhl.c (__catanhl): Likewise.
31636         * math/s_catanl.c (__catanl): Likewise.
31638         [BZ #15394]
31639         * math/s_catan.c (__catan): Calculate imaginary part of result
31640         with log1p not log unless computing log of number close to 0.
31641         * math/s_catanf.c (__catanf): Likewise.
31642         * math/s_catanl.c (__catanl): Likewise.
31643         * math/s_catanh.c (__catanh): Calculate real part of result with
31644         log1p not log unless computing log of number close to 0.
31645         * math/s_catanhf.c (__catanhf): Likewise.
31646         * math/s_catanhl.c (__catanhl): Likewise.
31647         * math/libm-test.inc (catan_test): Add more tests.
31648         (catanh_test): Likewise.
31649         * sysdeps/i386/fpu/libm-test-ulps: Update.
31650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31652 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
31654         * benchtests/Makefile: Mention files in which fast and slow
31655         paths of math functions are implemented.
31657 2013-04-23  Roland McGrath  <roland@hack.frob.com>
31659         * sysdeps/posix/timespec_get.c: New file.
31661 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31663         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
31664         POWER.
31665         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
31666         for POWER.
31667         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
31668         powerpc/power5/fpu folders.
31669         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
31670         * benchtests/Makefile: Add modf testcase.
31671         * benchtests/bench-modf.c: New file: Benchmark test for mo
31673 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
31675         [BZ #14888]
31676         * time/Makefile (tests): Add tst-strptime-whitespace.
31677         * time/strptime_l.c (get_number): Use ISSPACE.
31678         (__strptime_internal): Likewise.
31679         * time/tst-strptime-whitespace.c: New test case.
31681 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
31683         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
31684         member.
31685         (_nss_files_init): Set it here.
31687 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
31689         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
31690         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
31691         unsigned.
31693 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
31695         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
31697 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
31699         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
31700         size just once.
31702 2013-04-21  David S. Miller  <davem@davemloft.net>
31704         * po/ru.po: Update Russion translation from translation project.
31706 2013-04-17  Adam Conrad  <adconrad@0c3.net>
31708         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
31709         and setfsgid.
31711 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
31713         * configure.in: Remove i386 configure warning. Remove i386 case.
31714         * configure: Regenerate.
31715         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
31716         Add example to error message.
31717         * sysdeps/i386/configure: Regenerate.
31719 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31721         * benchtests/Makefile (bench): Add cos, tan, slowcos and
31722         slowtan.
31723         * benchtests/cos-inputs: New file.
31724         * benchtests/slowcos-inputs: New file.
31725         * benchtests/slowcos.c: New file.
31726         * benchtests/slowtan-inputs: New file.
31727         * benchtests/slowtan.c: New file.
31728         * benchtests/tan-inputs: New file.
31730 2013-04-16  Roland McGrath  <roland@hack.frob.com>
31732         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
31733         considered kosher.
31735 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31737         * benchtests/Makefile: Include cppflags-iterator.mk to add
31738         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
31740         * Makefile.in (bench-clean): New target.
31741         * benchtests/Makefile (bench-clean): Likewise.
31743 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
31745         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
31747 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
31749         * stdio-common/tstdiomisc.c: Fix coding-style violation.
31751 2013-04-15  Andreas Schwab  <schwab@suse.de>
31753         * nscd/grpcache.c (cache_addgr): Properly check for short write.
31754         * nscd/initgrcache.c (addinitgroupsX): Likewise.
31755         * nscd/pwdcache.c (cache_addpw): Likewise.
31756         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
31757         more than recsize.
31759 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31761         * benchtests/Makefile (bench): Write all output to
31762         bench-out.tmp together.
31764 2013-04-15  Andreas Schwab  <schwab@suse.de>
31766         * nscd/nscd.c (main): Don't fork again after closing files.
31768 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31770         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
31772         * benchtests/Rules (bench-deps): Collect dependencies into a
31773         single variable.  Add Makefile to dependencies.
31774         ($(objpfx)bench-%.c): Depend on bench-deps.
31776 2013-04-12  Roland McGrath  <roland@hack.frob.com>
31777             Xavier Roche  <roche+kml2@exalead.com>
31779         [BZ #15361]
31780         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
31781         just that it's a file descriptor.
31782         * manual/llio.texi (Synchronizing AIO Operations): Update description
31783         for EBADF error from aio_fsync.
31785 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
31787         * Rules (bench): Move target definition...
31788         * benchtests/Makefile: ... here.
31790 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
31792         * math/libm-test.inc (cos_test): Fix PI/2 test.
31793         (sincos_test): Likewise.
31794         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
31795         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
31797 2013-04-11  Andreas Schwab  <schwab@suse.de>
31799         [BZ #13988]
31800         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
31801         accept exponent character only when digits were seen.
31802         * stdio-common/Makefile (tests): Add bug26.
31803         * stdio-common/bug26.c: New file.
31805         [BZ #14293]
31806         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
31807         non-freeable.
31809 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31811         * Makeconfig (rtld-prefix): Define built linker prefix.
31812         * Rules (run-bench): Use it.
31813         * math/Makefile (run-regen-ulps): Likewise.
31815         * Rules (bench): Remove eval.
31817 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
31818             Roland McGrath  <roland@hack.frob.com>
31819             Ondrej Bilka  <neleai@seznam.cz>
31821         [BZ #15346]
31822         * time/getdate.c: Include ctype.h and alloca.h.
31823         (__getdate_r): Trim leading and trailing spaces of input.
31824         * time/tst-getdate.c (tests): Add tests with leading and
31825         trailing spaces.
31827 2013-04-08  Roland McGrath  <roland@hack.frob.com>
31829         [BZ #14280]
31830         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
31831         when computing value.
31833 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31835         * math/README.libm-test (How can I generate "libm-test-ulps"?):
31836         Use testrun.sh to run libm tests.
31838         [BZ #15309]
31839         * elf/dl-open.c (dl_open_worker): memset all of seen array.
31841 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
31843         [BZ #15264]
31844         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
31846 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31848         * Makefile.in (regen-ulps): New target.
31849         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
31850         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
31851         [ifneq (no,$(PERL)] (regen-ulps): New target.
31852         [ifeq (no,$(PERL)] (regen-ulps): New target.
31853         * math/libm-test.inc (ulps_file_name): Define.
31854         (output_dir): New variable.
31855         (options): Add "output-dir" option.
31856         (parse_opt): Handle 'o' case.
31857         (main): If output_dir is non-NULL use it as a prefix
31858         otherwise use "".
31859         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
31861 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31863         [BZ #10060, #10062]
31864         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
31865         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
31866         fail configure if __sync_val_compare_and_swap is not inlined.
31867         * sysdeps/i386/configure: Regenerate.
31868         * configure.in: Build for i686 when configured for i386.
31869         * configure: Regenerate.
31870         * README: Remove i386 reference.
31872 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31874         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
31875         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31877 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
31879         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
31880         (lmsnanval): New variables.
31881         (F): Add conversion tests.
31882         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
31883         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
31885         * stdio-common/tstdiomisc.c (F): Properly collect individual
31886         tests' results.
31888         [BZ #14686, #15336]
31889         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
31890         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
31891         Instead, use input NaN values or generate a qNaN by arithmetic
31892         operation.  Also fix bugs to comply with the standard.
31893         * math/libm-test.inc (remainder_test): Add more tests.
31895         [BZ #15335, #15342]
31896         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
31897         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
31898         input NaN values or generate a qNaN by arithmetic operation.
31900         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
31901         unreachable code.
31903         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
31904         definitions.
31906 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
31908         [BZ #14478]
31909         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
31910         underflowed result.
31911         * math/s_cexpf.c (__cexpf): Likewise.
31912         * math/s_cexpl.c (__cexpl): Likewise.
31913         * math/libm-test.inc (cexp_test): Add more tests.
31915 2013-04-03  Andreas Schwab  <schwab@suse.de>
31917         [BZ #15330]
31918         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31919         order arrays from heap if bigger than alloca cutoff.
31921 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
31923         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31924         (SNAN_TESTS_double): Refer to GCC PR56831.
31925         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31926         GCC PR56828.
31928 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31930         * Rules (bench): Move bench.out after the run is complete.
31932         * Rules (bench): Echo currently running benchmark.
31934         * benchtests/Makefile (bench): Add atan and slowatan.
31935         * benchtests/atan-inputs: New file.
31936         * benchtests/slowatan-inputs: New file.
31937         * benchtests/slowatan.c: New file.
31939         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31940         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31941         its value.
31943         [BZ #15305]
31944         * sysdeps/unix/sysv/linux/kernel-features.h
31945         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31946         __ASSUME_XFS_RESTRICTED_CHOWN.
31947         * sysdeps/unix/sysv/linux/pathconf.c
31948         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31949         Save and restore errno.
31951 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
31953         [BZ #15327]
31954         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31955         arguments using __kernel_casinh.
31956         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31957         arguments using __kernel_casinhf.
31958         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31959         arguments using __kernel_casinhl.
31960         * math/libm-test.inc (cacosh_test): Add more tests.
31961         * sysdeps/i386/fpu/libm-test-ulps: Update.
31962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31964 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31966         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31967         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31969         * bench/Makefile (bench): Add sin and slowsin.
31970         * benchtests/sin-inputs: New file.
31971         * benchtests/slowsin-inputs: New file.
31972         * benchtests/slowsin.c: New file.
31974         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31975         (bench): Add slowexp and slowpow.
31976         (exp-ITER): Increase iterations.
31977         (pow-ITER): Likewise.
31978         * benchtests/exp-inputs: Change input.
31979         * benchtests/pow-inputs: Likewise.
31980         * benchtests/slowexp-inputs: New file.
31981         * benchtests/slowexp.c: New file.
31982         * benchtests/slowpow-inputs: New file.
31983         * benchtests/slowpow.c: New file.
31985 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31987         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31988         instructions.
31989         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31990         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31991         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31992         * benchtests/Makefile: Add rint benchtest.
31993         * benchtests/rint-inputs: Input for rint benchtest.
31995 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31997         * Versions.def (libm): Add GLIBC_2.18.
31998         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31999         hidden libm prototypes.
32000         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
32001         * math/Makefile (libm-calls): Add s_issignaling.
32002         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
32003         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
32004         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
32005         declaration.
32006         * math/math.h [__USE_GNU] (issignaling): New macro.
32007         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
32008         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
32009         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
32010         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
32011         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
32012         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
32013         * manual/arith.texi (issignaling): New section.
32014         * manual/libm-err-tab.pl (@all_functions): Update comment.
32015         * math/gen-libm-test.pl (parse_args): Apply special handling for
32016         issignaling.
32017         * math/libm-test.inc (print_float, issignaling_test): New
32018         functions.
32019         (check_float_internal): Add issignaling checks.
32020         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
32021         default definition.
32022         * sysdeps/powerpc/math-tests.h: New file.
32023         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
32024         tests.
32025         * math/test-snan.c (TEST_FUNC): Likewise.
32027 2013-03-30  David S. Miller  <davem@davemloft.net>
32029         * po/de.po: Update from translation team.
32031 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
32033         [BZ #10357]
32034         * math/k_casinh.c (__kernel_casinh): Handle arguments with
32035         imaginary part less than 1.0 and real part less than 0.5
32036         specially.
32037         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32038         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32039         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
32040         (cacos_test): Add more tests.
32041         (casin_test): Likewise.
32042         (casinh_test): Likewise.
32043         * sysdeps/i386/fpu/libm-test-ulps: Update.
32044         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32046 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32048         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
32049         ONE with its value.
32051         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
32052         (__pow_mp): Replace ONE and MONE with their values.
32053         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
32054         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
32055         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32056         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
32057         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
32058         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32060         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
32062         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
32063         (__pow_mp): Replace ZERO and MZERO with their values.
32064         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
32065         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
32066         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32067         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32068         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
32069         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
32070         (__sqr): Likewise.
32072         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
32074         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
32076 2013-03-28  Roland McGrath  <roland@hack.frob.com>
32078         * include/stdlib.h [!SHARED] (__call_tls_dtors):
32079         Declare with __attribute__ ((weak)).
32080         * stdlib/exit.c (__libc_atexit) [!SHARED]:
32081         Call __call_tls_dtors only if it's not NULL.
32083 2013-03-28  Roland McGrath  <roland@hack.frob.com>
32085         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
32086         didn't do it already, then set _dl_phdr and _dl_phnum based on the
32087         magic __ehdr_start linker symbol if it's defined.
32088         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
32089         them up here if it was already done.
32091         * elf/dl-support.c (_dl_phdr): Make pointer to const.
32092         (_dl_aux_init): Use const in cast when setting it.
32093         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
32094         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
32095         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
32097         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
32098         Declare them here.
32099         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
32100         * csu/libc-tls.c: Nor here.
32101         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
32103         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
32104         (__libc_message): Never call vsyslog.
32106 2013-03-28  Alan Modra  <amodra@gmail.com>
32108         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
32109         Define as empty.
32110         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
32111         Likewise.
32113 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32115         [BZ #15214]
32116         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
32117         underflow.
32118         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32120 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32122         [BZ #15304]
32123         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
32124         Don't add gid passed as argument.
32126         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
32128 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
32130         [BZ #15307]
32131         * math/k_casinh.c (__kernel_casinh): Handle arguments with
32132         imaginary part between 1.0 and 1.5 and real part less than 0.5
32133         specially.
32134         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32135         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32136         * math/libm-test.inc (cacos_test): Add more tests.
32137         (casin_test): Likewise.
32138         (casinh_test): Likewise.
32139         * sysdeps/i386/fpu/libm-test-ulps: Update.
32140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32142 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32144         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
32145         constants.
32146         (norm): Likewise.
32147         (denorm): Likewise.
32148         (__dbl_mp): Likewise.
32149         (add_magnitudes): Likewise.
32150         (sub_magnitudes): Likewise.
32151         (__add): Likewise.
32152         (__sub): Likewise.
32153         (__mul): Likewise.
32154         (__sqr): Likewise.
32155         (__inv): Likewise.
32156         (__dvd): Likewise.
32158         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
32159         commented code.
32160         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
32161         (__dubcos): Likewise.
32162         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
32163         (__ieee754_acos): Likewise.
32164         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
32165         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
32166         (__exp1): Likewise.
32167         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
32168         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
32169         (log1): Likewise.
32170         (my_log2): Likewise.
32171         (checkint): Likewise.
32172         * sysdeps/ieee754/dbl-64/e_remainder.c
32173         (__ieee754_remainder): Likewise.
32174         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
32175         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
32176         (bsloww): Likewise.
32177         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32179         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
32180         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
32181         MANTISSA_STORE_T to store computations on mantissa.  Use
32182         macros for rounding and division.
32183         (denorm): Likewise.
32184         (__dbl_mp): Likewise.
32185         (add_magnitudes): Likewise.
32186         (sub_magnitudes): Likewise.
32187         (__mul): Likewise.
32188         (__sqr): Likewise.
32189         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
32190         powers of two in terms of TWOPOW macro.
32191         (mp_no): Make type of mantissa as MANTISSA_T.
32192         [!RADIXI]: Define RADIXI.
32193         [!TWO52]: Define TWO52.
32194         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
32196 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32198         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
32199         llroundl symbol when building for PPC32.
32201 2013-03-24  Mark H Weaver  <mhw@netris.org>
32203         * manual/arith.texi (Normalization Functions): Fix prototypes for
32204         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
32206 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32208         [BZ #13889]
32209         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
32210         high value to check if expl overflow.
32211         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
32212         to check for underflow and overflow.
32213         * math/libm-test.inc: Add exp test.
32215 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
32217         [BZ #11120]
32218         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
32219         with NOT_IN_libc.
32221 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32223         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
32224         symbol.
32226 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
32228         * math/gen-libm-test.pl (parse_args, special_functions): Properly
32229         wrap blocks consisting of several statements.
32231         * sysdeps/generic/math-tests.h: New file.
32232         * sysdeps/i386/fpu/math-tests.h: Likewise.
32233         * math/test-snan.c: Include it.
32234         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
32236 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
32238         [BZ #15285]
32239         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
32240         (__ieee754_j0l): Do not improve calculations using cos of twice
32241         input for inputs above LDBL_MAX / 2.0L.
32242         (__ieee754_y0l): Likewise.
32243         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
32244         (__ieee754_j1l): Do not improve calculations using cos of twice
32245         input for inputs above LDBL_MAX / 2.0L.
32246         (__ieee754_y1l): Likewise.
32247         * math/libm-test.inc (j0_test): Add another test.
32248         (j1_test): Likewise.
32249         (y0_test): Likewise.
32250         (y1_test): Likewise.
32251         * sysdeps/i386/fpu/libm-test-ulps: Update.
32253 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32255         * Rules ($(objpfx)bench-%.c): Include code from a C source
32256         file.
32258 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
32260         [BZ #15287]
32261         * math/k_casinh.c (__kernel_casinh): Handle arguments with
32262         imaginary part 1.0 and real part less than 0.5 specially.
32263         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32264         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32265         * math/libm-test.inc (cacos_test): Add more tests.
32266         (casin_test): Likewise.
32267         (casinh_test): Likewise.
32268         * sysdeps/i386/fpu/libm-test-ulps: Update.
32269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32271 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32273         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
32274         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
32276 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
32278         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
32279         * config.make.in (config-cflags-sse4): Remove variable.
32280         (config-cflags-avx): Likewise.
32281         (config-cflags-sse2avx): Likewise.
32282         (config-cflags-novzeroupper): Likewise.
32283         (config-asflags-i686): Likewise.
32284         (have-mfma4): Likewise.
32285         (have-as-vis3): Likewise.
32286         (MIG): Likewise.
32287         * configure.in (MIG): Do not AC_SUBST.
32288         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
32289         (libc_cv_cc_sse4): Do not AC_SUBST.
32290         (libc_cv_cc_avx): Likewise.
32291         (libc_cv_cc_sse2avx): Likewise.
32292         (libc_cv_cc_novzeroupper): Likewise.
32293         (libc_cv_cc_fma4): Likewise.
32294         (libc_cv_as_i686): Likewise.
32295         (libc_cv_sparc_as_vis3): Likewise.
32296         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
32297         LIBC_CONFIG_VAR.
32298         (config-asflags-i686): Likewise.
32299         (config-cflags-avx): Likewise.
32300         (config-cflags-sse2avx): Likewise.
32301         (have-mfma4): Likewise.
32302         (config-cflags-novzeroupper): Likewise.
32303         * sysdeps/mach/configure.in (MIG): Likewise.
32304         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
32305         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
32306         LIBC_CONFIG_VAR.
32307         (config-cflags-avx): Likewise.
32308         (config-cflags-sse2avx): Likewise.
32309         (have-mfma4): Likewise.
32310         (config-cflags-novzeroupper): Likewise.
32311         * configure: Regenerated.
32312         * sysdeps/i386/configure: Likewise.
32313         * sysdeps/mach/configure: Likewise.
32314         * sysdeps/sparc/configure: Likewise.
32315         * sysdeps/x86_64/configure: Likewise.
32317 2013-03-20  Roland McGrath  <roland@hack.frob.com>
32319         [BZ #14812]
32320         * locale/programs/localedef.c (options): Put N_ translation marker
32321         on argument names, not just descriptions.
32323 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32325         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
32327 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
32329         [BZ #14176]
32330         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
32332 2013-03-19  Roland McGrath  <roland@hack.frob.com>
32334         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
32335         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
32336         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
32337         [!BEFORE_ABORT] (before_abort): New function.
32338         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
32339         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
32340         (writev_for_fatal): New function.
32341         (WRITEV_FOR_FATAL): New macro; call that.
32342         (backtrace_and_maps): New function.
32343         (BEFORE_ABORT): New macro; call that.
32344         (struct str_list): Type removed.
32345         (__libc_message, __libc_fatal): Functions removed.
32346         Include <sysdeps/posix/libc_fatal.c> instead.
32348 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
32350         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
32351         constants.
32352         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
32353         double constants.
32355 2013-03-19  Andreas Schwab  <schwab@suse.de>
32357         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
32358         * sysdeps/gnu/configure: Regenerate.
32360         * configure.in: Substitute libc_cv_rtlddir.
32361         * configure: Regenerate.
32362         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
32363         * Makeconfig (rtlddir, inst_rtlddir): New variables.
32364         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
32365         * elf/Makefile (install-others, CFLAGS-interp.c)
32366         (ldso_install, common-ldd-rewrite): Likewise.
32367         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
32368         $(inst_slibdir)/$(rtld-installed-name).
32369         * scripts/rellns-sh: Add -p option.
32370         * Makerules (make-shlib-link): Use rellns-sh to get relative name
32371         for source.
32373 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32375         * manual/nptl.texi: Renamed to ...
32376         * manual/threads.texi: ... this.
32377         * manual/Makefile (chapters): Update.
32379 2013-03-18  Roland McGrath  <roland@hack.frob.com>
32381         [BZ #14812]
32382         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
32383         on argument names, not just descriptions.
32384         * malloc/memusagestat.c (options): Likewise.
32385         * nss/getent.c (options): Likewise.
32387 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
32389         [BZ #14812]
32390         * iconv/iconv_prog.c (options): Put N_ translation marker
32391         on argument names, not just descriptions.
32392         * iconv/iconvconfig.c (options): Likewise.
32394 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
32396         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
32397         implementation which is faster on all x86_64 architectures.
32398         Tested on AMD, Intel Nehalem, SNB, IVB.
32399         * sysdeps/x86_64/strnlen.S: Likewise.
32401         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
32402         Remove all multiarch strlen and strnlen versions.
32403         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
32404         Remove strlen and strnlen related parts.
32406         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
32407         Inline strlen part.
32408         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
32410         * sysdeps/x86_64/multiarch/strlen.S: Remove.
32411         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
32412         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
32413         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
32414         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
32415         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
32417 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
32419         * manual/memory.texi (Malloc Tunable Parameters):
32420         Sort parameters alphabetically. Add comments for missing entries.
32422 2013-03-17  David S. Miller  <davem@davemloft.net>
32424         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32426 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
32428         [BZ #15283]
32429         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
32430         for arguments at most half maximum finite value.
32431         * math/libm-test.inc (j0_test): Add more tests.
32432         (j1_test): Likewise.
32433         (y0_test): Likewise.
32434         (y1_test): Likewise.
32435         * sysdeps/i386/fpu/libm-test-ulps: Update.
32436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32438         [BZ #14155]
32439         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
32440         1 / x and functions P and Q for arguments above 0x1p256L.
32441         (__ieee754_y0l): Likewise.
32442         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
32443         (__ieee754_y1l): Likewise.
32444         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
32445         (j1_test): Likewise.
32446         (y0_test): Likewise.
32447         (y1_test): Likewise.
32449 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
32451         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
32452         variable.
32454 2013-03-15  Roland McGrath  <roland@hack.frob.com>
32456         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
32457         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
32458         zero since it's initialized to EXEC_PAGESIZE.
32460         * sysdeps/unix/sysv/linux/ldsodefs.h
32461         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
32462         * sysdeps/generic/ldsodefs.h: ... here.
32464 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
32466         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
32468         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
32469         math/test-snan.c.
32470         * math/test-snan.c: Renamed from
32471         sysdeps/powerpc/fpu/test-powerpc-snan.c.
32472         * math/Makefile (tests): Add test-snan.
32473         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
32474         test-powerpc-snan.
32476         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
32477         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
32478         functions.
32479         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
32480         __builtin_nan family of functions.
32481         * math/libm-test.inc (initialize): Initialize qnan_value with
32482         __builtin_nan family of functions.
32483         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
32484         Remove variables.
32485         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
32486         Remove functions.
32487         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
32488         storage class.  Initialize qNaN_var and sNaN_var with
32489         __builtin_nan and __builtin_nans families of functions,
32490         respectively.
32492         * math/libm-test.inc (acosh_test): Also test with qNaN input.
32493         (sqrt_test): Remove duplicate test with qNaN input.
32494         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
32495         (round_test, signbit_test, significand_test): Note missing +/-Inf
32496         as well as qNaN tests.
32498         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
32499         qNaN_var.  Fix a few strings, too.
32500         * math/libm-test.inc (nan_value): Rename to qnan_value.
32501         * math/gen-libm-test.pl (%beautify): Adjust to that.
32502         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
32503         * math/test-misc.c (main): Likewise.
32504         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
32505         to __qnan_bytes, and __qnan_union, respectively.
32506         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
32507         Likewise.
32508         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
32509         and lqnanval, respectively.
32510         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
32511         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
32512         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
32513         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
32515         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
32516         * math/test-misc.c (main) [__x86_64__]: Enable test for long
32517         doubles.
32519         * math/test-misc.c (main): Fix copy'n'pastos.
32520         * misc/tst-efgcvt.c (special): Likewise.
32522         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
32523         Remove declarations.
32525 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32527         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
32528         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
32529         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
32530         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
32532 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32534         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
32535         macro to return vdso values correctly in IFUNC implementations.
32536         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
32537         Optimization by using IFUNC.
32539 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32540             Richard Henderson  <rth@redhat.com>
32541             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32543         * Makefile.in (bench): New target.
32544         * NEWS: Mention the benchmark framework.
32545         * Rules (bench): Likewise.
32546         (binaries-bench): Generate binaries for functions to
32547         benchmark.
32548         * benchtests/Makefile: New makefile for benchmark tests.
32549         * benchtests/bench-skeleton.c: New skeleton file for benchmark
32550         programs.
32551         * benchtests/exp-inputs: New input file for EXP function.
32552         * benchtests/pow-inputs: New input file for POW function.
32553         * scripts/bench.pl: New script to generate source files for
32554         benchmark programs.
32556 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32558         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
32559         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
32560         computations on mantissa.  Use macros for rounding and
32561         division.
32562         (denorm): Likewise.
32563         (__dbl_mp): Likewise.
32564         (add_magnitudes): Likewise.
32565         (sub_magnitudes): Likewise.
32566         (__mul): Likewise.
32567         (__sqr): Likewise.
32568         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
32569         powers of two in terms of TWOPOW macro.
32570         (mp_no): Make type of mantissa as MANTISSA_T.
32571         [!RADIXI]: Define RADIXI.
32572         [!TWO52]: Define TWO52.
32573         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
32575         * manual/nptl.texi (cindex): Modify threads to pthreads.
32577 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
32579         * sysdeps/x86_64/preconfigure: Regenerated.
32581 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
32583         [BZ #14155]
32584         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
32585         0x1p28 and above.
32586         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
32587         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
32588         0x1p28 and above.
32589         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
32590         * math/libm-test.inc (j0_test): Do not allow one spurious
32591         underflow exception.
32592         (y1_test): Likewise.
32594 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32596         * manual/Makefile (chapters): Add nptl.
32597         * manual/debug.texi (Debugging Support): Add link to Threads
32598         chapter.
32599         * manual/nptl.texi: New file.
32601         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
32603 2013-03-14  Petr Baudis  <pasky@ucw.cz>
32605         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
32606         for non-NULL pointer before the memory validity test. Pointed
32607         out by Holger Brunck <holger.brunck@keymile.com>.
32609 2013-03-13  Andreas Schwab  <schwab@suse.de>
32611         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
32612         instead of .os.
32614 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
32616         * timezone/zic.c: Update from tzcode 2013b.
32618 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
32620         * manual/install.texi (Configuring and compiling):
32621         Mention i686 and i586.
32622         * INSTALL: Regenerate.
32624 2013-03-12  Roland McGrath  <roland@hack.frob.com>
32626         * sysdeps/init_array/elf-init.c: New file.
32627         * csu/elf-init.c
32628         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
32629         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
32631         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
32632         __gmon_start__ as global, but as static with a .preinit_array pointer.
32633         * sysdeps/init_array/gmon-start.c: New file.  Use that.
32634         * sysdeps/init_array/crti.S: New file, empty except for comments.
32635         * sysdeps/init_array/crtn.S: Likewise.
32637 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
32639         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
32640         definining bcopy.
32641         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32642         Remove Prefer_SSE_for_memop.
32643         * sysdeps/x86_64/multiarch/init-arch.h: Remove
32644         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
32645         HAS_PREFER_SSE_FOR_MEMOP.
32646         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
32647         memset-x86-64.
32648         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
32649         Remove bzero, memset ifunc support.
32650         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
32651         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
32652         * sysdeps/x86_64/multiarch/memset.S: Likewise.
32653         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
32655 2013-03-11  Andreas Schwab  <schwab@suse.de>
32657         [BZ #15234]
32658         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
32659         by SHLIB_COMPAT.
32660         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
32661         (GLIBC_2.16): Remove pthread_atfork.
32663 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
32665         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
32666         (ptestcases.h): Likewise.
32668 2013-03-08  Roland McGrath  <roland@hack.frob.com>
32670         * Makeconfig ($(common-objpfx)config.status): Depend on
32671         sysdeps/*/preconfigure{,.in} too.
32673 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
32675         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
32676         (__free_hook): Use void * instead of __malloc_ptr_t.
32677         (__malloc_hook): Likewise.
32678         (__realloc_hook): Likewise.
32679         (__memalign_hook): Likewise.
32680         (__after_morecore_hook): Likewise.
32681         * malloc/arena.c (save_malloc_hook): Likewise.
32682         (save_free_hook): Likewise.
32683         * malloc/hooks.c (malloc_hook_ini): Likewise.
32684         (realloc_hook_ini): Likewise.
32685         (memalign_hook_ini): Likewise.
32686         * malloc/malloc.c (malloc_hook_ini): Likewise.
32687         (realloc_hook_ini): Likewise.
32688         (memalign_hook_ini): Likewise.
32689         (__free_hook): Likewise.
32690         (__malloc_hook): Likewise.
32691         (__realloc_hook): Likewise.
32692         (__memalign_hook): Likewise.
32693         (__libc_malloc): Likewise.
32694         (__libc_free): Likewise.
32695         (__libc_realloc): Likewise.
32696         (__libc_memalign): Likewise.
32697         (__libc_valloc): Likewise.
32698         (__libc_pvalloc): Likewise.
32699         (__libc_calloc): Likewise.
32700         (__posix_memalign): Likewise.
32701         * malloc/morecore.c (__sbrk): Likewise.
32702         (__default_morecore): Likewise.
32704         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
32706         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
32707         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
32708         __malloc_ptrdiff_t.
32710         * malloc/malloc.h (__malloc_size_t): Remove macro.
32711         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
32712         __malloc_size_t.
32713         (old_memalign_hook): Likewise.
32714         (old_realloc_hook): Likewise.
32715         (struct hdr): Likewise.
32716         (flood): Likewise.
32717         (mallochook): Likewise.
32718         (memalignhook): Likewise.
32719         (reallochook): Likewise.
32720         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
32721         (tr_old_realloc_hook): Likewise.
32722         (tr_old_memalign_hook): Likewise.
32723         (tr_mallochook): Likewise.
32724         (tr_reallochook): Likewise.
32725         (tr_memalignhook): Likewise.
32727 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32729         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
32730         default_ldbl_pack and using as default implementation.
32731         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
32732         implementation.
32733         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
32734         redundant definition.
32735         (ldbl_insert_mantissa): Likewise.
32736         (ldbl_canonicalize): Likewise.
32737         (ldbl_nearbyint): Likewise.
32738         (ldbl_pack): Rename to ldbl_pack_ppc.
32739         (ldbl_unpack): Rename to ldbl_unpack_ppc.
32740         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
32741         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
32743 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32745         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
32746         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
32747         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
32748         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
32749         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
32750         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
32751         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
32752         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
32754 2013-03-07  Andreas Jaeger  <aj@suse.de>
32756         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32757         bits/mman-linux.h.
32759 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32761         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
32762         Include mpa.h and declare __MPEXP.
32763         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
32764         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32765         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32766         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
32767         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32768         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32769         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
32771         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
32772         (__slowpow): Use long double EXPL and LOGL functions to
32773         compute POW.
32774         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32775         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32776         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
32777         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32778         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32779         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
32781         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
32782         intermediate variable to calculate exponent.
32783         (__sqr): Likewise.
32784         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32785         Likewise.
32786         (__sqr): Likewise.
32788         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
32789         [!NO__SQR]: Define __sqr.
32790         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
32791         and NO__SQR.  Remove all code except __mul and __sqr.  Include
32792         sysdeps/ieee754/dbl-64/mpa.c.
32793         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32795         [BZ #12723]
32796         * posix/Makefile (tests): Add tst-pathconf.
32797         * posix/tst-pathconf.c: New test case.
32798         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
32799         _PC_PIPE_BUF.
32800         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
32802 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
32804         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
32806 2013-03-06  Andreas Jaeger  <aj@suse.de>
32808         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
32809         definition via __MAP_ANONYMOUS.
32811         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
32812         it's not part of Linux headers.
32814         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
32815         (MAP_HUGE_MASK): Define.
32817         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32818         Define.
32819         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32820         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32821         Define.
32822         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32823         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32824         Define.
32825         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32826         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
32827         Define.
32828         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32830         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
32831         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
32832         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
32833         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
32834         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
32835         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
32837         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
32838         Handle f2fs.
32840         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32841         Handle f2fs and efivarfs.
32843         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
32844         f2fs.
32846         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
32847         (EFIVARFS_MAGIC): Add.
32848         (F2FS_LINK_MAX): Add.
32850 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
32852         * stdio-common/vfprintf.c: Replace __builtin_expect with
32853         __glibc_unlikely.
32855 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
32857         [BZ #13550]
32858         * sysdeps/generic/bp-sym.h: Remove file.
32859         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
32860         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
32861         <bp-sym.h> and <bp-asm.h>.
32862         (__longjmp): Don't use BP_SYM.
32863         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
32864         and <bp-asm.h>.
32865         (memcpy): Don't use BP_SYM.
32866         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
32867         <bp-sym.h> and <bp-asm.h>.
32868         (memcpy): Don't use BP_SYM.
32869         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
32870         <bp-asm.h>.
32871         (memcpy): Don't use BP_SYM.
32872         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
32873         <bp-asm.h>.
32874         (memset): Don't use BP_SYM.
32875         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32876         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32877         (__bzero): Don't use BP_SYM.
32878         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32879         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32880         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
32881         <bp-sym.h> and <bp-asm.h>.
32882         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32883         pointers.
32884         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
32885         <bp-sym.h> and <bp-asm.h>.
32886         (memcpy): Don't use BP_SYM.
32887         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
32888         <bp-sym.h> and <bp-asm.h>.
32889         (memset): Don't use BP_SYM.
32890         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32891         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32892         (__bzero): Don't use BP_SYM.
32893         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32894         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32895         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
32896         <bp-sym.h> and <bp-asm.h>.
32897         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32898         pointers.
32899         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
32900         <bp-sym.h> and <bp-asm.h>.
32901         (memcpy): Don't use BP_SYM.
32902         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
32903         <bp-sym.h> and <bp-asm.h>.
32904         (memset): Don't use BP_SYM.
32905         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32906         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32907         (__bzero): Don't use BP_SYM.
32908         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32909         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32910         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
32911         <bp-sym.h> and <bp-asm.h>.
32912         (__memchr): Don't use BP_SYM.
32913         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
32914         <bp-sym.h> and <bp-asm.h>.
32915         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32916         pointers.
32917         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32918         <bp-sym.h> and <bp-asm.h>.
32919         (memcpy): Don't use BP_SYM.
32920         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32921         <bp-sym.h> and <bp-asm.h>.
32922         (__mempcpy): Don't use BP_SYM.
32923         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32924         <bp-sym.h> and <bp-asm.h>.
32925         (__memrchr): Don't use BP_SYM.
32926         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32927         <bp-sym.h> and <bp-asm.h>.
32928         (memset): Don't use BP_SYM.
32929         (__bzero): Likewise.
32930         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32931         <bp-sym.h> and <bp-asm.h>.
32932         (__rawmemchr): Don't use BP_SYM.
32933         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32934         <bp-sym.h> and <bp-asm.h>.
32935         (__STRCMP): Don't use BP_SYM.
32936         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32937         <bp-sym.h> and <bp-asm.h>.
32938         (strchr): Don't use BP_SYM.
32939         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32940         <bp-sym.h> and <bp-asm.h>.
32941         (__strchrnul): Don't use BP_SYM.
32942         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32943         <bp-sym.h> and <bp-asm.h>.
32944         (strlen): Don't use BP_SYM.
32945         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32946         <bp-sym.h> and <bp-asm.h>.
32947         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32948         pointers.
32949         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32950         <bp-sym.h> and <bp-asm.h>.
32951         (__strnlen): Don't use BP_SYM.
32952         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32953         <bp-sym.h> and <bp-asm.h>.
32954         (__GI__setjmp): Don't use BP_SYM.
32955         (_setjmp): Likewise.
32956         (__sigsetjmp): Likewise.
32957         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32958         (L(start_addresses)): Don't use BP_SYM.
32959         (_start): Likewise.
32960         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32961         <bp-asm.h>.
32962         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32963         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32964         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32965         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32966         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32967         <bp-asm.h>.
32968         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32969         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
32970         about bounded pointers.
32971         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32972         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32973         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32974         <bp-asm.h>.
32975         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32976         about bounded pointers.  Remove GKM FIXME comments.
32977         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32978         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32979         <bp-asm.h>.
32980         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32981         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32982         Remove GKM FIXME comments.
32983         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32984         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32985         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32986         <bp-asm.h>.
32987         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32988         about bounded pointers.  Remove GKM FIXME comment.
32989         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32990         and <bp-asm.h>.
32991         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32992         pointers.
32993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32994         <bp-sym.h> and <bp-asm.h>.
32995         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32997         <bp-sym.h> and <bp-asm.h>.
32998         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32999         comment.
33001 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
33003         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
33004         call free(NULL).
33006 2013-03-05  David S. Miller  <davem@davemloft.net>
33008         * po/es.po: Update from translation team.
33010 2013-03-05  Andreas Jaeger  <aj@suse.de>
33012         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
33013         <bits/mman-linux.h>.
33014         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
33015         is fine.
33016         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
33017         <bits/mman-linux.h> to end of file.
33018         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
33019         is fine.
33020         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
33021         <bits/mman-linux.h> to end of file.
33022         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
33023         is fine.
33024         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
33025         <bits/mman-linux.h> to end of file.
33027         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
33028         (MCL_CURRENT, MCL_FUTURE): Define here.
33030 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33032         [BZ #15232]
33033         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
33034         attribute_hidden.
33035         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
33037 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33039         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
33040         fourth parameter needed for rt_sigprocmask syscall.
33041         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
33042         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
33043         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
33044         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
33045         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
33046         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
33048 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
33050         [BZ #13550]
33051         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
33052         comment about bounded pointers.
33053         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
33054         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
33056 2013-03-04  Andreas Jaeger  <aj@suse.de>
33058         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
33059         common definitions.
33061         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
33062         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
33063         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
33064         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
33065         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
33066         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
33068 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33070         [BZ #15055]
33071         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
33072         __ieee754_sqrl instead of __sqrl.
33074 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
33076         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
33077         * sysdeps/powerpc/fpu_control.h: ... here.
33078         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
33079         * sysdeps/powerpc/bits/fenvinline.h: ... here.
33080         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
33081         * sysdeps/powerpc/bits/mathinline.h: ... here.
33083 2013-03-01  Roland McGrath  <roland@hack.frob.com>
33085         * elf/dl-hwcaps.c (_dl_important_hwcaps):
33086         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
33087         to just [NEED_DL_SYSINFO_DSO].
33088         * elf/dl-support.c: Likewise.
33089         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
33090         * elf/rtld.c (dl_main): Likewise.
33091         * elf/setup-vdso.h (setup_vdso): Likewise.
33092         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
33093         * sysdeps/unix/sysv/linux/dl-sysdep.c
33094         (_dl_discover_osversion): Likewise.
33096 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
33098         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
33099         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
33101 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
33103         * NEWS: Mention libm performance improvements and non-x86 PI
33104         futex support.
33106         * csu/libc-start.c (__pthread_initialize_minimal): Change
33107         function arguments.
33108         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
33110 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
33112         [BZ #13550]
33113         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
33114         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
33115         <bp-sym.h> and <bp-asm.h>.
33116         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
33117         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
33118         and <bp-asm.h>.
33119         (memcpy): Don't use BP_SYM.
33120         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
33121         <bp-asm.h>.
33122         (__mpn_add_n): Don't use BP_SYM.
33123         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
33124         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
33125         and <bp-asm.h>.
33126         (__mpn_addmul_1): Don't use BP_SYM.
33127         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33128         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
33129         <bp-sym.h>.
33130         (_setjmp): Don't use BP_SYM.
33131         (__novmx_setjmp): Likewise.
33132         (__GI__setjmp): Likewise.
33133         (__vmx_setjmp): Likewise.
33134         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
33135         <bp-sym.h>.
33136         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
33137         (__bzero): Don't use BP_SYM.
33138         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
33139         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
33140         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
33141         <bp-sym.h> and <bp-asm.h>.
33142         (memcpy): Don't use BP_SYM.
33143         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
33144         <bp-sym.h> and <bp-asm.h>.
33145         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
33146         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
33147         <bp-sym.h> and <bp-asm.h>.
33148         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
33149         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
33150         <bp-asm.h>.
33151         (__mpn_lshift): Don't use BP_SYM.
33152         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33153         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
33154         <bp-asm.h>.
33155         (memset): Don't use BP_SYM.
33156         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
33157         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
33158         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
33159         <bp-asm.h>.
33160         (__mpn_mul_1): Don't use BP_SYM.
33161         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33162         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
33163         <bp-sym.h> and <bp-asm.h>.
33164         (memcmp): Don't use BP_SYM.
33165         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
33166         <bp-sym.h> and <bp-asm.h>.
33167         (memcpy): Don't use BP_SYM.
33168         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
33169         <bp-sym.h> and <bp-asm.h>.
33170         (memset): Don't use BP_SYM.
33171         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
33172         <bp-sym.h> and <bp-asm.h>.
33173         (strncmp): Don't use BP_SYM.
33174         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
33175         <bp-sym.h> and <bp-asm.h>.
33176         (memcpy): Don't use BP_SYM.
33177         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
33178         <bp-sym.h> and <bp-asm.h>.
33179         (memset): Don't use BP_SYM.
33180         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
33181         <bp-sym.h> and <bp-asm.h>.
33182         (__memchr): Don't use BP_SYM.
33183         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
33184         <bp-sym.h> and <bp-asm.h>.
33185         (memcmp): Don't use BP_SYM.
33186         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
33187         <bp-sym.h> and <bp-asm.h>.
33188         (memcpy): Don't use BP_SYM.
33189         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
33190         <bp-sym.h> and <bp-asm.h>.
33191         (__mempcpy): Don't use BP_SYM.
33192         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
33193         <bp-sym.h> and <bp-asm.h>.
33194         (__memrchr): Don't use BP_SYM.
33195         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
33196         <bp-sym.h> and <bp-asm.h>.
33197         (memset): Don't use BP_SYM.
33198         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
33199         <bp-sym.h> and <bp-asm.h>.
33200         (__rawmemchr): Don't use BP_SYM.
33201         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
33202         <bp-sym.h> and <bp-asm.h>.
33203         (__STRCMP): Don't use BP_SYM.
33204         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
33205         <bp-sym.h> and <bp-asm.h>.
33206         (strchr): Don't use BP_SYM.
33207         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
33208         <bp-sym.h> and <bp-asm.h>.
33209         (__strchrnul): Don't use BP_SYM.
33210         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
33211         <bp-sym.h> and <bp-asm.h>.
33212         (strlen): Don't use BP_SYM.
33213         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
33214         <bp-sym.h> and <bp-asm.h>.
33215         (strncmp): Don't use BP_SYM.
33216         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
33217         <bp-sym.h> and <bp-asm.h>.
33218         (__strnlen): Don't use BP_SYM.
33219         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
33220         <bp-asm.h>.
33221         (__mpn_rshift): Don't use BP_SYM.
33222         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33223         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
33224         <bp-sym.h> and <bp-asm.h>.
33225         (__sigsetjmp): Don't use BP_SYM.
33226         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
33227         (L(start_addresses)): Don't use BP_SYM.
33228         (_start): Likewise.
33229         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
33230         <bp-asm.h>.
33231         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
33232         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33233         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
33234         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
33235         <bp-asm.h>.
33236         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
33237         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33238         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33239         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
33240         <bp-asm.h>.
33241         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
33242         comments.
33243         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33244         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
33245         <bp-asm.h>.
33246         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
33247         FIXME comments.
33248         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33249         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
33250         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
33251         <bp-asm.h>.
33252         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
33253         comment.
33254         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
33255         and <bp-asm.h>.
33256         (strncmp): Don't use BP_SYM,
33257         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
33258         <bp-asm.h>.
33259         (__mpn_sub_n): Don't use BP_SYM.
33260         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33261         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
33262         and <bp-asm.h>.
33263         (__mpn_submul_1): Don't use BP_SYM.
33264         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
33266         <bp-sym.h> and <bp-asm.h>.
33267         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
33268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
33269         <bp-sym.h> and <bp-asm.h>.
33270         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
33271         comment.
33273 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33275         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
33276         Use ZK to minimize writes to Z.
33277         (sub_magnitudes): Simplify code a bit.
33278         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
33279         Use ZK to minimize writes to Z.
33280         (sub_magnitudes): Simplify code a bit.
33282 2013-02-27  Roland McGrath  <roland@hack.frob.com>
33284         * csu/gmon-start.c: Add special exception to license text.
33286 2013-02-27  Richard Henderson  <rth@redhat.com>
33288         * scripts/config.guess: Update from config.git.
33289         * scripts/config.sub: Likewise.
33291 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33293         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
33295         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
33297         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
33299         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
33301         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
33303 2013-02-26  Roland McGrath  <roland@hack.frob.com>
33305         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
33306         [$(build-shared = yes].
33308 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33310         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
33311         (__mul): Reduce iterations for calculating mantissa.
33313         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
33314         MPTWO.
33315         (__mpranred): Likewise.
33317         [BZ #15160]
33318         * malloc/memusagestat.c (main): Draw graphs for heap and stack
33319         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
33321 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33323         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
33324         Define __attribute__.
33326 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33328         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
33329         unused.
33330         * posix/regex_internal.h (__attribute): Remove.
33331         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
33332         (re_string_context_at): Likewise.
33333         (bitset_not): Use __attribute__ and mark function as possibly
33334         unused.
33335         (bitset_merge): Likewise.
33336         (bitset_mask): Likewise.
33337         (re_string_char_size_at): Likewise.
33338         (re_string_wchar_at): Likewise.
33339         (re_string_elem_size_at): Likewise.
33341 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
33343         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
33344         code.
33345         (cc32): Likewise.
33347         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
33348         (__acr): Likewise.
33349         (__cpy): Likewise.
33350         (norm): Likewise.
33351         (denorm): Likewise.
33352         (__dbl_mp): Likewise.
33353         (add_magnitudes): Likewise.
33354         (sub_magnitudes): Likewise.
33355         (__mul): Likewise.
33356         (__inv): Likewise.
33358         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
33359         style.
33361         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
33362         style.
33364         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
33365         code.
33367         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
33368         up changes with default code.
33369         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
33370         Likewise.
33372 2013-02-24  Allan McRae  <allan@archlinux.org>
33374         * manual/socket.texi (The Internet Namespace): Order menu items
33375         to match that in the file.
33377         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
33378         node listing of the info page menu.
33380 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
33382         [BZ #13550]
33383         * sysdeps/i386/bp-asm.h: Remove file.
33384         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
33385         (PARMS): Do not use macros from bp-asm.h.
33386         (S1): Likewise.
33387         (S2): Likewise.
33388         (SIZE): Likewise.
33389         (__mpn_add_n): Do not use BP_SYM
33390         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
33391         "bp-asm.h".
33392         (PARMS): Do not use macros from bp-asm.h.
33393         (S1): Likewise.
33394         (SIZE): Likewise.
33395         (__mpn_addmul_1): Do not use BP_SYM
33396         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
33397         "bp-asm.h".
33398         (PARMS): Do not use macros from bp-asm.h.
33399         (SIGMSK): Likewise.
33400         (_setjmp): Likewise.  Do not use BP_SYM.
33401         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
33402         "bp-asm.h".
33403         (PARMS): Do not use macros from bp-asm.h.
33404         (SIGMSK): Likewise.
33405         (setjmp): Likewise.  Do not use BP_SYM.
33406         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
33407         "bp-asm.h".
33408         (PARMS): Do not use macros from bp-asm.h.
33409         (__frexp): Do not use BP_SYM.
33410         (frexp): Likewise.
33411         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
33412         "bp-asm.h".
33413         (PARMS): Do not use macros from bp-asm.h.
33414         (__frexpf): Do not use BP_SYM.
33415         (frexpf): Likewise.
33416         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
33417         "bp-asm.h".
33418         (PARMS): Do not use macros from bp-asm.h.
33419         (__frexpl): Do not use BP_SYM.
33420         (frexpl): Likewise.
33421         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
33422         "bp-asm.h".
33423         (PARMS): Do not use macros from bp-asm.h.
33424         (__remquo): Do not use BP_SYM.
33425         (remquo): Likewise.
33426         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
33427         "bp-asm.h".
33428         (PARMS): Do not use macros from bp-asm.h.
33429         (__remquof): Do not use BP_SYM.
33430         (remquof): Likewise.
33431         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
33432         "bp-asm.h".
33433         (PARMS): Do not use macros from bp-asm.h.
33434         (__remquol): Do not use BP_SYM.
33435         (remquol): Likewise.
33436         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
33437         "bp-asm.h".
33438         (PARMS): Do not use macros from bp-asm.h.
33439         (DEST): Likewise.
33440         (SRC): Likewise.
33441         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
33442         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
33443         "bp-asm.h".
33444         (PARMS): Do not use macros from bp-asm.h.
33445         (strlen): Do not use BP_SYM.
33446         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
33447         "bp-asm.h".
33448         (PARMS): Do not use macros from bp-asm.h.
33449         (S1): Likewise.
33450         (S2): Likewise.
33451         (SIZE): Likewise.
33452         (__mpn_add_n): Do not use BP_SYM.
33453         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
33454         "bp-asm.h".
33455         (PARMS): Do not use macros from bp-asm.h.
33456         (S1): Likewise.
33457         (SIZE): Likewise.
33458         (__mpn_addmul_1): Do not use BP_SYM.
33459         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
33460         weak_alias.
33461         (bzero): Likewise.
33462         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
33463         "bp-asm.h".
33464         (PARMS): Do not use macros from bp-asm.h.
33465         (S): Likewise.
33466         (SIZE): Likewise.
33467         (__mpn_lshift): Do not use BP_SYM.
33468         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
33469         "bp-asm.h".
33470         (PARMS): Do not use macros from bp-asm.h.
33471         (DEST): Likewise.
33472         (SRC): Likewise.
33473         (LEN): Likewise.
33474         (memcpy): Likewise.  Do not use BP_SYM.
33475         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
33476         libc_hidden_def and weak_alias.
33477         (mempcpy): Do not use BP_SYM in weak_alias.
33478         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
33479         "bp-asm.h".
33480         (PARMS): Do not use macros from bp-asm.h.
33481         (DEST): Likewise.
33482         (LEN): Likewise.
33483         [!BZERO_P] (CHR): Likewise.
33484         (memset): Likewise.  Do not use BP_SYM.
33485         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
33486         "bp-asm.h".
33487         (PARMS): Do not use macros from bp-asm.h.
33488         (S1): Likewise.
33489         (SIZE): Likewise.
33490         (__mpn_mul_1): Do not use BP_SYM.
33491         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
33492         "bp-asm.h".
33493         (PARMS): Do not use macros from bp-asm.h.
33494         (S): Likewise.
33495         (SIZE): Likewise.
33496         (__mpn_rshift): Do not use BP_SYM.
33497         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
33498         "bp-asm.h".
33499         (PARMS): Do not use macros from bp-asm.h.
33500         (STR): Likewise.
33501         (CHR): Likewise.
33502         (strchr): Likewise.  Do not use BP_SYM.
33503         (index): Do not use BP_SYM in weak_alias.
33504         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
33505         "bp-asm.h".
33506         (PARMS): Do not use macros from bp-asm.h.
33507         (DEST): Likewise.
33508         (SRC): Likewise.
33509         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
33510         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
33511         "bp-asm.h".
33512         (PARMS): Do not use macros from bp-asm.h.
33513         (strlen): Do not use BP_SYM.
33514         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
33515         "bp-asm.h".
33516         (PARMS): Do not use macros from bp-asm.h.
33517         (S1): Likewise.
33518         (S2): Likewise.
33519         (SIZE): Likewise.
33520         (__mpn_sub_n): Do not use BP_SYM.
33521         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
33522         "bp-asm.h".
33523         (PARMS): Do not use macros from bp-asm.h.
33524         (S1): Likewise.
33525         (SIZE): Likewise.
33526         (__mpn_submul_1): Do not use BP_SYM.
33527         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
33528         "bp-asm.h".
33529         (PARMS): Do not use macros from bp-asm.h.
33530         (S1): Likewise.
33531         (S2): Likewise.
33532         (SIZE): Likewise.
33533         (__mpn_add_n): Do not use BP_SYM.
33534         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
33535         weak_alias.
33536         (bzero): Likewise.
33537         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
33538         "bp-asm.h".
33539         (PARMS): Do not use macros from bp-asm.h.
33540         (BLK2): Likewise.
33541         (LEN): Likewise.
33542         (memcmp): Do not use BP_SYM.
33543         (bcmp): Do not use BP_SYM in weak_alias.
33544         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
33545         "bp-asm.h".
33546         (PARMS): Do not use macros from bp-asm.h.
33547         (DEST): Likewise.
33548         (SRC): Likewise.
33549         (LEN): Likewise.
33550         (memcpy): Likewise.  Do not use BP_SYM.
33551         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
33552         "bp-asm.h".
33553         (PARMS): Do not use macros from bp-asm.h.
33554         (DEST): Likewise.
33555         (SRC): Likewise.
33556         (LEN): Likewise.
33557         (memmove): Likewise.  Do not use BP_SYM.
33558         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
33559         "bp-asm.h".
33560         (PARMS): Do not use macros from bp-asm.h.
33561         (DEST): Likewise.
33562         (SRC): Likewise.
33563         (LEN): Likewise.
33564         (__mempcpy): Likewise.  Do not use BP_SYM.
33565         (mempcpy): Do not use BP_SYM in weak_alias.
33566         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
33567         "bp-asm.h".
33568         (PARMS): Do not use macros from bp-asm.h.
33569         (DEST): Likewise.
33570         (LEN): Likewise.
33571         [!BZERO_P] (CHR): Likewise.
33572         (memset): Likewise.  Do not use BP_SYM.
33573         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
33574         "bp-asm.h".
33575         (PARMS): Do not use macros from bp-asm.h.
33576         (STR2): Likewise.
33577         (strcmp): Do not use BP_SYM.
33578         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
33579         "bp-asm.h".
33580         (PARMS): Do not use macros from bp-asm.h.
33581         (STR): Likewise.
33582         (DELIM): Likewise.
33583         [USE_AS_STRTOK_R] (SAVE): Likewise.
33584         (FUNCTION): Likewise.  Do not use BP_SYM.
33585         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
33586         aliases.
33587         (strtok_r): Likewise.
33588         (__GI___strtok_r): Likewise.
33589         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
33590         (PARMS): Do not use macros from bp-asm.h.
33591         (S): Likewise.
33592         (SIZE): Likewise.
33593         (__mpn_lshift): Do not use BP_SYM.
33594         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
33595         (PARMS): Do not use macros from bp-asm.h.
33596         (STR): Likewise.
33597         (CHR): Likewise.
33598         (__memchr): Do not use BP_SYM.
33599         (memchr): Do not use BP_SYM in weak_alias.
33600         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
33601         (PARMS): Do not use macros from bp-asm.h.
33602         (BLK2): Likewise.
33603         (LEN): Likewise.
33604         (memcmp): Do not use BP_SYM.
33605         (bcmp): Do not use BP_SYM in weak_alias.
33606         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
33607         (PARMS): Do not use macros from bp-asm.h.
33608         (S1): Likewise.
33609         (SIZE): Likewise.
33610         (__mpn_mul_1): Do not use BP_SYM.
33611         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
33612         "bp-asm.h".
33613         (PARMS): Do not use macros from bp-asm.h.
33614         (STR): Likewise.
33615         (CHR): Likewise.
33616         (__rawmemchr): Do not use BP_SYM.
33617         (rawmemchr): Do not use BP_SYM in weak_alias.
33618         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
33619         (PARMS): Do not use macros from bp-asm.h.
33620         (S): Likewise.
33621         (SIZE): Likewise.
33622         (__mpn_rshift): Do not use BP_SYM.
33623         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
33624         (PARMS): Do not use macros from bp-asm.h.
33625         (SIGMSK): Likewise.
33626         (__sigsetjmp): Likewise.  Do not use BP_SYM.
33627         * sysdeps/i386/start.S: Do not include "bp-sym.h".
33628         (_start): Do not use BP_SYM.
33629         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
33630         (PARMS): Do not use macros from bp-asm.h.
33631         (DEST): Likewise.
33632         (SRC): Likewise.
33633         (__stpcpy): Likewise.  Do not use BP_SYM.
33634         (stpcpy): Do not use BP_SYM in weak_alias.
33635         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
33636         "bp-asm.h".
33637         (PARMS): Do not use macros from bp-asm.h.
33638         (DEST): Likewise.
33639         (SRC): Likewise.
33640         (LEN): Likewise.
33641         (__stpncpy): Likewise.  Do not use BP_SYM.
33642         (stpncpy): Do not use BP_SYM in weak_alias.
33643         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
33644         (PARMS): Do not use macros from bp-asm.h.
33645         (STR): Likewise.
33646         (CHR): Likewise.
33647         (strchr): Likewise.  Do not use BP_SYM.
33648         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
33649         "bp-asm.h".
33650         (PARMS): Do not use macros from bp-asm.h.
33651         (STR): Likewise.
33652         (CHR): Likewise.
33653         (__strchrnul): Likewise.  Do not use BP_SYM.
33654         (strchrnul): Do not use BP_SYM in weak_alias.
33655         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
33656         "bp-asm.h".
33657         (PARMS): Do not use macros from bp-asm.h.
33658         (STOP): Likewise.
33659         (strcspn): Do not use BP_SYM.
33660         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
33661         "bp-asm.h".
33662         (PARMS): Do not use macros from bp-asm.h.
33663         (STR): Likewise.
33664         (STOP): Likewise.
33665         (strpbrk): Likewise.  Do not use BP_SYM.
33666         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
33667         "bp-asm.h".
33668         (PARMS): Do not use macros from bp-asm.h.
33669         (STR): Likewise.
33670         (CHR): Likewise.
33671         (strrchr): Likewise.  Do not use BP_SYM.
33672         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
33673         (PARMS): Do not use macros from bp-asm.h.
33674         (SKIP): Likewise.
33675         (strspn): Do not use BP_SYM.
33676         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
33677         (PARMS): Do not use macros from bp-asm.h.
33678         (STR): Likewise.
33679         (DELIM): Likewise.
33680         (SAVE): Likewise.
33681         (FUNCTION): Likewise.  Do not use BP_SYM.
33682         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
33683         aliases.
33684         (strtok_r): Likewise.
33685         (__GI___strtok_r): Likewise.
33686         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
33687         (PARMS): Do not use macros from bp-asm.h.
33688         (S1): Likewise.
33689         (S2): Likewise.
33690         (SIZE): Likewise.
33691         (__mpn_sub_n): Do not use BP_SYM.
33692         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
33693         "bp-asm.h".
33694         (PARMS): Do not use macros from bp-asm.h.
33695         (S1): Likewise.
33696         (SIZE): Likewise.
33697         (__mpn_submul_1): Do not use BP_SYM.
33698         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
33699         <bp-sym.h>.
33700         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
33701         and <bp-asm.h>.
33702         (PARMS): Do not use macros from bp-asm.h.
33703         (FLAGS): Likewise.
33704         (PTID): Likewise.
33705         (TLS): Likewise.
33706         (CTID): Likewise.
33707         (__clone): Do not use BP_SYM.
33708         (clone): Do not use BP_SYM in weak_alias.
33709         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
33710         and <bp-asm.h>.
33711         (PARMS): Do not use macros from bp-asm.h.
33712         (LEN): Likewise.
33713         (__mmap64): Do not use BP_SYM.
33714         (mmap64): Do not use BP_SYM in weak_alias.
33715         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
33716         <bp-sym.h> and <bp-asm.h>.
33717         (PARMS): Do not use macros from bp-asm.h.
33718         (__posix_fadvise64_l64): Do not use BP_SYM.
33719         * sysdeps/unix/sysv/linux/i386/semtimedop.S
33720         (PARMS): Do not use macros from bp-asm.h.
33721         (NSOPS): Likewise.
33722         (semtimedop): Do not use BP_SYM.
33723         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
33724         and <bp-asm.h>.
33726 2013-02-21  Allan McRae  <allan@archlinux.org>
33728         * manual/message.texi (Charset conversion in gettext):
33729         Move @end statement to beginning of line.
33731 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33733         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
33734         static.
33735         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33736         Likewise.
33738         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
33739         (denorm): Likewise.
33740         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
33741         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
33743 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33745         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
33746         tail-call to the resolved function if pltexit isn't needed.
33748 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33750         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
33751         or Y being zero as being unlikely.
33752         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
33753         Likewise.
33755 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
33757         * manual/nss.texi (System Databases and Name Service Switch):
33758         Remove frobnicate @pxref.
33760 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33762         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33763         __attribute__ ((unused)) to __attribute__ ((__unused__)).
33765 2013-02-20  Petr Machata  <pmachata@redhat.com>
33767         * elf/elf.h (R_ARM_TARGET1): New macro.
33768         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
33769         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
33770         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
33771         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
33772         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
33773         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
33774         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
33775         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
33776         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
33777         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
33778         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
33779         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
33780         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
33781         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
33782         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
33783         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
33784         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
33785         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
33786         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
33787         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
33788         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
33789         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
33790         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
33791         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
33792         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
33793         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
33794         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
33795         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
33796         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
33797         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
33798         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
33799         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
33800         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
33801         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
33802         (R_ARM_THM_GOT_BREL12): Likewise.
33803         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
33804         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
33805         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
33806         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
33807         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
33808         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
33809         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
33810         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
33811         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
33813 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33815         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33816         __attribute_used__ to __attribute__ ((unused)).
33818 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33820         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
33821         powerpc mpa.c.
33822         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
33823         comment formatting.
33824         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
33826 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
33828         [BZ #13550]
33829         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
33830         Remove macro.
33831         (ENTER): Remove both macro definitions.
33832         (LEAVE): Likewise.
33833         (CHECK_BOUNDS_LOW): Likewise.
33834         (CHECK_BOUNDS_HIGH): Likewise.
33835         (CHECK_BOUNDS_BOTH): Likewise.
33836         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
33837         (RETURN_BOUNDED_POINTER): Likewise.
33838         (RETURN_NULL_BOUNDED_POINTER): Likewise.
33839         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
33840         (POP_ERRNO_LOCATION_RETURN): Likewise.
33841         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
33842         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33843         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
33844         macros.
33845         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33846         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
33847         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
33848         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
33849         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
33850         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
33851         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
33852         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
33853         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
33854         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
33855         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
33856         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
33857         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33858         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
33859         removed macros.
33860         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33861         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
33862         macros.
33863         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33864         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
33865         * sysdeps/i386/i586/memset.S (memset): Likewise.
33866         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
33867         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33868         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
33869         macros.
33870         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33871         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
33872         Change uses of L(2) to L(out).
33873         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
33874         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
33875         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
33876         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33877         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
33878         removed macros.
33879         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33880         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
33881         macros.
33882         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33883         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
33884         (RETURN): Do not use macro LEAVE.
33885         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
33886         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
33887         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
33888         * sysdeps/i386/i686/memset.S (memset): Likewise.
33889         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
33890         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
33891         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33892         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
33893         Likewise.
33894         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33895         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
33896         L(1_2) and L(1_3) into L(1).
33897         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33898         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
33899         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33900         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
33901         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33902         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
33903         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
33904         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33905         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
33906         macros.
33907         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
33908         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33909         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
33910         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
33911         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
33912         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33913         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
33914         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
33915         * sysdeps/i386/strcspn.S (strcspn): Likewise.
33916         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33917         * sysdeps/i386/strrchr.S (strrchr): Likewise.
33918         * sysdeps/i386/strspn.S (strspn): Likewise.
33919         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33920         conditional code.
33921         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33922         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33923         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33924         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
33925         L(1_3) into L(1_1).
33926         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33927         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33928         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33929         macros.
33930         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33932 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
33934         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33935         macro.
33937 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33939         * math/atest-exp.c (exp_mpn): Remove ROUND.
33940         * math/atest-exp2.c (exp_mpn): Likewise.
33941         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33943         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33944         * stdlib/tst-tls-atexit-lib.c: Likewise.
33945         * stdlib/tst-tls-atexit.c: Likewise.
33947 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33949         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33950         and __attribute_alloc_size__.
33952 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33954         * include/programs/xmalloc.h: Change __attribute_alloc_size to
33955         __attribute_alloc_size__.
33956         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33957         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33959 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33961         * include/programs/xmalloc.h: New file.
33962         * catgets/gencat.c: Include it.
33963         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33964         * elf/pldd.c: Likewise.
33965         * iconv/iconv_charmap.c: Likewise.
33966         * iconv/iconvconfig.c: Likewise.
33967         * iconv/strtab.c: Likewise.
33968         * locale/programs/locale.c: Likewise.
33969         * locale/programs/localedef.h: Likewise.
33970         * locale/programs/simple-hash.c: Likewise.
33971         * nscd/nscd.h: Likewise.
33972         * nss/makedb.c: Likewise.
33973         * sysdeps/generic/ldconfig.h: Likewise.
33975 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33977         * Versions.def: Add GLIBC_2.18.
33978         * include/link.h (struct link_map): New member l_tls_dtor_count.
33979         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33980         (__call_tls_dtors): Likewise.
33981         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33982         __cxa_thread_atexit_impl.
33983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33984         Likewise.
33985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33986         Likewise.
33987         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33988         Likewise.
33989         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33990         Likewise.
33991         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33992         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33993         Likewise.
33994         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33995         Likewise.
33996         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33997         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33998         Likewise.
33999         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
34000         (tests): Add test case tst-tls-atexit.
34001         (modules-names): Add shared library for tst-tls-atexit.
34002         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
34003         (GLIBC_PRIVATE): Add __call_tls_dtors.
34004         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
34005         for libstdc++.
34006         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
34007         * stdlib/tst-tls-atexit.c: New test case.
34008         * stdlib/tst-tls-atexit-lib.c: New test case.
34010         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
34012         * elf/Versions (ld): Add _dl_find_dso_for_object.
34013         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
34014         * elf/dl-open.c (_dl_find_dso_for_object): New function.
34015         (dl_open_worker): Use _dl_find_dso_for_object.
34016         * elf/dl-sym.c (do_sym): Likewise.
34017         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
34019 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34021         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
34022         Syntactic changes only.
34023         (_dl_runtime_profile): Do a tail-call to the resolved function.
34025 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
34027         [BZ #13550]
34028         * sysdeps/x86_64/bp-asm.h: Remove file.
34029         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
34030         <bp-sym.h> and <bp-asm.h>.
34031         (__clone): Do not use BP_SYM.
34032         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
34033         <bp-sym.h> and <bp-asm.h>.
34034         * sysdeps/unix/x86_64/sysdep.S: Likewise.
34035         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
34036         "bp-asm.h".
34037         (_setjmp): Do not use BP_SYM.
34038         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
34039         "bp-asm.h".
34040         (setjmp): Do not use BP_SYM.
34041         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
34042         libc_hidden_def.
34043         (mempcpy): Do not use BP_SYM in weak_alias.
34044         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
34045         "bp-asm.h".
34046         (strchr): Do not use BP_SYM.
34047         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
34048         "bp-asm.h".
34049         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
34050         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
34051         (_start): Do not use BP_SYM.
34052         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
34053         "bp-asm.h".
34054         (strcat): Do not use BP_SYM.
34055         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
34056         "bp-asm.h".
34057         (STRCMP): Do not use BP_SYM.
34058         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
34059         "bp-asm.h".
34060         (STRCPY): Do not use BP_SYM.
34061         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
34062         "bp-asm.h".
34063         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
34064         "bp-asm.h".
34065         (FUNCTION): Do not use BP_SYM.
34066         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
34067         weak_alias.
34068         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
34070 2013-02-17  Andreas Jaeger  <aj@suse.de>
34072         * time/Versions: Sort entries.
34073         * string/Versions: Likewise.
34074         * resolv/Versions: Likewise.
34075         * posix/Versions: Likewise.
34076         * iconv/Versions: Likewise.
34077         * elf/Versions: Likewise.
34078         * wcsmbs/Versions: Likewise.
34080 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
34082         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
34083         loop termination condition.
34085         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
34086         variable to calculate EZ.
34087         (__sqr): Likewise.
34089         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
34090         the lower precision input.
34092 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
34094         [BZ #13550]
34095         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
34096         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
34097         (run-via-rtld-prefix): Do not handle %-bp tests.
34098         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
34099         (all-object-suffixes): Remove .ob.
34100         (bppfx): Remove variable.
34101         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
34102         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
34103         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
34104         [$(build-bounded) = yes] (libtype.ob): Likewise.
34105         * Makerules (elide-routines.ob): Remove variable.
34106         (do-tests-clean): Do not handle *-bp.out.
34107         (common-mostlyclean): Do not handle *-bp and *-bp.out.
34108         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
34109         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
34110         (tests): Do not include $(tests-bp.out).
34111         (xtests): Do not include $(xtests-bp.out).
34112         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
34113         [$(build-bounded) = yes] ($(addprefix
34114         $(objpfx),$(binaries-bounded))): Remove rule.
34115         ($(objpfx)%-bp.out): Remove rule.
34116         * config.make.in (build-bounded): Remove variable.
34117         * crypt/Makefile [$(build-bounded) = yes]
34118         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
34119         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
34120         append to variable.
34121         [$(build-bounded) = yes] (install-lib): Likewise.
34122         [$(build-bounded) = yes] (generated): Likewise.
34123         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
34124         Remove rule.
34125         * intl/Makefile [$(build-bounded) = yes]
34126         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
34127         * math/Makefile [$(build-bounded) = yes]
34128         ($(tests:%=$(objpfx)%-bp): Likewise.
34129         * misc/Makefile [$(build-bounded) = yes]
34130         ($(objpfx)tst-tsearch-bp): Likewise.
34131         * nptl/Makeconfig (bounded-thread-library): Remove variable.
34132         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
34133         Remove dependency.
34134         * string/Makefile (o-objects.ob): Remove variable.
34135         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
34136         (CFLAGS-.ob): Remove variable.
34137         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
34138         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
34139         both definitions of variable.
34140         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
34141         (ASFLAGS-.ob): Remove variable.
34143 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
34145         [BZ #13550]
34146         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
34147         Remove __BOUNDED_POINTERS__ from condition.
34148         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
34149         * string/bits/string2.h [!__NO_STRING_INLINES &&
34150         !__BOUNDED_POINTERS__]: Likewise.
34151         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
34152         Likewise.
34153         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
34154         Remove conditional code.
34155         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
34156         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
34157         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
34158         condition.
34160         [BZ #13550]
34161         * csu/libc-start.c: Do not include <bp-sym.h>.
34162         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
34163         * elf/dl-open.c: Do not include <bp-sym.h>.
34164         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
34165         * math/fegetenv.c: Do not include <bp-sym.h>.
34166         (fegetenv): Do not use BP_SYM in versioned symbols.
34167         * nptl/sysdeps/pthread/bits/libc-lockP.h
34168         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
34169         <bp-sym.h>.
34170         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34171         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
34172         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34173         (__pthread_mutex_destroy): Likewise.
34174         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34175         (__pthread_mutex_lock): Likewise.
34176         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34177         (__pthread_mutex_trylock): Likewise.
34178         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34179         (__pthread_mutex_unlock): Likewise.
34180         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34181         (__pthread_mutexattr_init): Likewise.
34182         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34183         (__pthread_mutexattr_destroy): Likewise.
34184         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34185         (__pthread_mutexattr_settype): Likewise.
34186         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34187         (__pthread_rwlock_init): Likewise.
34188         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34189         (__pthread_rwlock_destroy): Likewise.
34190         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34191         (__pthread_rwlock_rdlock): Likewise.
34192         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34193         (__pthread_rwlock_tryrdlock): Likewise.
34194         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34195         (__pthread_rwlock_wrlock): Likewise.
34196         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34197         (__pthread_rwlock_trywrlock): Likewise.
34198         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34199         (__pthread_rwlock_unlock): Likewise.
34200         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34201         (__pthread_key_create): Likewise.
34202         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34203         (__pthread_setspecific): Likewise.
34204         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34205         (__pthread_getspecific): Likewise.
34206         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
34207         Likewise.
34208         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34209         (_pthread_cleanup_push_defer): Likewise.
34210         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34211         (_pthread_cleanup_pop_restore): Likewise.
34212         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34213         (pthread_setcancelstate): Likewise.
34214         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
34215         <bp-sym.h>.
34216         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
34217         (memchr): Do not use BP_SYM in weak_alias.
34218         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
34219         (fegetenv): Do not use BP_SYM in versioned symbols.
34220         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
34221         (fesetenv): Do not use BP_SYM in versioned symbols.
34222         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
34223         (feupdateenv): Do not use BP_SYM in versioned symbols.
34224         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
34225         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
34226         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
34227         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
34228         (open64): Do not use BP_SYM in weak_alias.
34229         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
34230         (fegetenv): Do not use BP_SYM in versioned symbols.
34231         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
34232         (fesetenv): Do not use BP_SYM in versioned symbols.
34233         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
34234         (feupdateenv): Do not use BP_SYM in versioned symbols.
34235         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
34236         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
34237         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
34238         (feraiseexcept): Do not use BP_SYM in versioned symbols.
34239         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
34240         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
34241         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
34242         <bp-sym.h>.
34243         (__libc_start_main): Do not use BP_SYM.
34245 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34247         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
34248         redundant return line.
34249         (norm): Likewise.
34250         (denorm): Likewise.
34251         (dbl_mp): Likewise.
34252         (sub_magnitudes): Likewise.
34253         (__add): Likewise.
34254         (__sub): Likewise.
34255         (__mul): Likewise.
34256         (__inv): Likewise.
34257         (__dvd): Likewise.
34258         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
34259         (norm): Likewise.
34260         (denorm): Likewise.
34261         (dbl_mp): Likewise.
34262         (sub_magnitudes): Likewise.
34263         (__add): Likewise.
34264         (__sub): Likewise.
34265         (__mul): Likewise.
34266         (__inv): Likewise.
34267         (__dvd): Likewise.
34269         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
34270         instead of __mul.
34271         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
34272         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
34273         (cc32): Likewise.
34275         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
34276         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
34277         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
34278         of __mul for squares.
34279         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
34280         function
34281         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
34282         Likewise.
34283         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
34284         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34286 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
34288         [BZ #13550]
34289         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
34290         code.
34291         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
34292         prototype or function definition.  Rename ubp_* variables and
34293         parameters.  Remove argv definitions conditional on
34294         [__BOUNDED_POINTERS__].
34295         * debug/backtrace.c (__backtrace): Do not use __unbounded.
34296         * elf/dl-runtime.c (_dl_fixup): Likewise.
34297         * include/set-hooks.h (RUN_HOOK): Likewise.
34298         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
34299         definition.
34300         * string/strcpy.c (strcpy): Do not use __unbounded.
34301         * sysdeps/generic/frame.h (struct layout): Likewise.
34302         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
34303         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
34304         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
34305         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
34306         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
34307         (__backtrace): Likewise.
34308         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
34309         use __ptrvalue.
34310         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
34311         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
34312         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
34313         Likewise.
34314         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
34315         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
34316         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
34317         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34318         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
34319         Do not use __unbounded.
34320         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
34321         Rename __unboundedrlimits parameter to rlimits in prototype.
34322         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
34323         Do not use __unbounded.
34324         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
34325         not use __ptrvalue.
34326         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34327         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
34328         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34329         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
34330         __ptrvalue or __unbounded.
34331         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
34332         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
34333         use __unbounded.
34334         (__new_msgctl): Do not use __ptrvalue.
34335         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
34336         __unbounded.
34337         (__libc_msgrcv): Do not use __ptrvalue.
34338         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
34339         startup_info): Do not use __unbounded.
34340         (__libc_start_main): Likewise.  Rename ubp_* variables and
34341         parameters.  Remove argv definitions conditional on
34342         [__BOUNDED_POINTERS__].
34343         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
34344         __ptrvalue.
34345         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
34346         use __unbounded.
34347         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
34348         or __ptrvalue.
34349         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
34350         use __unbounded.
34351         (__new_shmctl): Do not use __ptrvalue.
34352         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
34353         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
34354         Likewise.
34355         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
34356         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
34357         (__libc_sigaction): Likewise.
34358         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
34359         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
34360         Likewise.
34361         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34363 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
34365         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
34367         * string/mempcpy.c: Implement by calling memcpy.
34369 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
34371         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
34373         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
34374         evaluation.
34376         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
34377         values in the mantissa.
34379         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
34380         minimize writes to Z.
34381         (sub_magnitudes): Simplify code a bit.
34383 2013-02-12  Roland McGrath  <roland@hack.frob.com>
34385         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
34386         from the message.  The linker prefixes all warnings with that already.
34388 2013-02-12  Andreas Schwab  <schwab@suse.de>
34390         [BZ #15078]
34391         * posix/regexec.c (extend_buffers): Add parameter min_len.
34392         (check_matching): Pass minimum needed length.
34393         (clean_state_log_if_needed): Likewise.
34394         (get_subexp): Likewise.
34395         * posix/Makefile (tests): Add bug-regex34.
34396         (bug-regex34-ENV): Define.
34397         * posix/bug-regex34.c: New file.
34399         [BZ #11561]
34400         * posix/regcomp.c (parse_bracket_exp): When looking up collating
34401         elements compare against the byte sequence of it, not its name.
34402         * posix/Makefile (tests): Add bug-regex35.
34403         (bug-regex35-ENV): Define.
34404         * posix/bug-regex35.c: New file.
34406 2013-02-11  Tom de Vries  <tom@codesourcery.com>
34408         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
34409         comment.
34410         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
34411         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
34412         (CHECK_EOL): Add undef.
34414 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
34416         * bits/stdlib-bsearch.h: New file.
34417         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
34418         * stdlib/stdlib.h: Likewise.
34420 2013-02-11  Roland McGrath  <roland@hack.frob.com>
34422         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
34423         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
34424         declaration.
34425         * manual/search.texi (Array Search Function): Add missing const in
34426         lfind prototype.
34427         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
34428         declaration to use rlim_t.
34429         (Basic Scheduling Functions): Remove erroneous const from
34430         sched_getparam prototype.  Remove erroneous * from
34431         sched_get_priority_max and sched_get_priority_min prototypes.
34432         (Resource Usage): Fix summary @comment on vtimes to refer to
34433         sys/vtimes.h rather than vtimes.h.
34434         Add missing *s in vtimes prototype.
34435         (Limits on Resources): Fix ulimit prototype to return long int.
34436         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
34437         prototypes to use long int rather than double.
34438         (BSD Random): Fix initstate and setstate to use char *, not void *.
34439         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
34440         prototype to make second argument 'struct aiocb64 *const[]'.
34441         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
34442         (Status of AIO Operations): Remove erroneous const in aio_return and
34443         aio_return64 prototypes.
34444         (Synchronizing I/O): Fix sync prototype to return void.
34445         * manual/startup.texi (Suboptions): Remove an erroneous const in
34446         getsubopt prototype.
34447         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
34448         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
34449         use size_t rather than int.
34450         (Scanning All Users): Likewise for getpwent_r.
34451         (Setting Groups): Add missing const to setgroups prototype.
34452         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
34453         * manual/socket.texi (Host Names): Fix gethostbyaddr and
34454         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
34455         'const void *' rather than 'const char *'.
34456         (Host Address Functions): Likewise for inet_ntop.
34457         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
34458         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
34459         ssize_t for return value.
34460         (Sending Data): Likewise for send, sendto, sendmsg.
34461         (Socket Option Functions): Add a missing const in setsockopt prototype.
34462         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
34463         use wchar_t for the argument.
34464         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
34465         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
34466         take no arguments.
34467         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
34468         double/float/long double for second argument.
34469         Fix return types of significand, significandf, significandl.
34470         * manual/filesys.texi (Setting Permissions): Use mode_t for second
34471         argument in fchmod prototype.
34472         (File Owner): Use uid_t and gid_t in fchown prototype.
34473         (File Times): Add const to utimes, futimes, and lutimes prototypes.
34474         (Making Special Files): Use mode_t and dev_t in mknod prototype.
34475         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
34476         use 'const struct dirent **' as argument types to CMP function pointer
34477         argument.
34478         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
34479         (File Times): Fix summary magic @comment for struct utimbuf and utime
34480         to refer to utime.h, not time.h.
34481         * manual/string.texi (Argz Functions): Add missing const in
34482         argz_extract and argz_next prototypes.
34483         (Finding Tokens in a String): Likewise for basename.
34484         (String/Array Comparison): Fix typo in wcscasecmp prototype.
34485         (Copying and Concatenation): Fix typo in wmemmove prototype.
34486         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
34487         (Signal Stack): Remove erroneous const in sigstack prototype.
34488         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
34489         prototype.
34490         (Simple Calendar Time): Likewise for stime.
34491         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
34492         prototype.
34493         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
34494         say sys/sysctl.h instead.
34495         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
34496         and vsyslog prototypes.
34498 2013-02-11  Tom de Vries  <tom@codesourcery.com>
34500         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
34501         Remove.
34503 2013-02-11  Roland McGrath  <roland@hack.frob.com>
34505         * misc/sys/mman.h: Fix typo in mremap comment.
34507 2013-02-08  Roland McGrath  <roland@hack.frob.com>
34509         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
34510         the '\0' terminator.
34512 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
34514         [BZ #13550]
34515         * debug/segfault.c: Don't include <bp-checks.h>.
34516         * sysdeps/generic/bp-checks.h: Remove file.
34517         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
34518         (__GETDENTS): Don't use CHECK_N.
34519         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
34520         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
34521         (__getgroups): Don't use CHECK_N.
34522         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
34523         (setgroups): Don't use CHECK_N.
34524         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
34525         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
34526         (__libc_msgrcv): Don't use CHECK_N.
34527         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
34528         (__libc_msgsnd): Don't use CHECK_N.
34529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
34530         <bp-checks.h>.
34531         (__libc_pread): Don't use CHECK_N.
34532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
34533         include <bp-checks.h>.
34534         (__libc_pread64): Don't use CHECK_N.
34535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
34536         include <bp-checks.h>.
34537         (__libc_pwrite): Don't use CHECK_N.
34538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
34539         include <bp-checks.h>.
34540         (__libc_pwrite64): Don't use CHECK_N.
34541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
34542         <bp-checks.h>.
34543         (__libc_pread): Don't use CHECK_N.
34544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
34545         include <bp-checks.h>.
34546         (__libc_pread64): Don't use CHECK_N.
34547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
34548         include <bp-checks.h>.
34549         (__libc_pwrite): Don't use CHECK_N.
34550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
34551         include <bp-checks.h>.
34552         (__libc_pwrite64): Don't use CHECK_N.
34553         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
34554         (do_pread): Don't use CHECK_N.
34555         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
34556         (do_pread64): Don't use CHECK_N.
34557         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
34558         (do_pwrite): Don't use CHECK_N.
34559         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
34560         (do_pwrite64): Don't use CHECK_N.
34561         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
34562         (__libc_readv): Don't use CHECK_N.
34563         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
34564         (semop): Don't use CHECK_N.
34565         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
34566         <bp-checks.h>.
34567         (semtimedop): Don't use CHECK_N.
34568         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
34569         (__libc_pread): Don't use CHECK_N.
34570         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
34571         <bp-checks.h>.
34572         (__libc_pread64): Don't use CHECK_N.
34573         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
34574         <bp-checks.h>.
34575         (__libc_pwrite): Don't use CHECK_N.
34576         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
34577         <bp-checks.h>.
34578         (__libc_pwrite64): Don't use CHECK_N.
34579         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
34580         <bp-checks.h>.
34581         (__libc_msgrcv): Don't use CHECK_N.
34582         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
34583         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
34584         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
34585         (__libc_writev): Don't use CHECK_N.
34587 2013-02-08  Roland McGrath  <roland@hack.frob.com>
34589         * string/strcpy.c: Removed unused variable.
34591         * Makeconfig (+sysdep-includes): Define with := rather than =.
34592         Use an existing include/ subdir of each sysdeps dir before it.
34594 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34596         * nscd/connection.c (register_traced_file): Comment function.
34597         [HAVE_INOTIFY] (union __inev): Define.
34598         [HAVE_INOTIFY] (inotify_check_files): New function.
34599         [HAVE_INOTIFY] (clear_db_cache): Likewise.
34600         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
34601         clear_db_cache.
34602         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
34604 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34606         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
34607         loaded if not already and that a failure is permanent.
34609 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34611         [BZ #15006]
34612         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
34613         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
34615 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
34617         [BZ #13550]
34618         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
34619         (CHECK_1_NULL_OK): Likewise.
34620         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
34621         (__fxstat): Do not use CHECK_1.
34622         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
34623         <bp-checks.h>.
34624         (___fxstat64): Do not use CHECK_1.
34625         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
34626         <bp-checks.h>.
34627         (__fxstatat): Do not use CHECK_1.
34628         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
34629         <bp-checks.h>.
34630         (__fxstatat64): Do not use CHECK_1.
34631         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
34632         <bp-checks.h>.
34633         (__fxstat): Do not use CHECK_1.
34634         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
34635         <bp-checks.h>.
34636         (__fxstatat): Do not use CHECK_1.
34637         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34638         <bp-checks.h>.
34639         (__getresgid): Do not use CHECK_1.
34640         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34641         <bp-checks.h>.
34642         (__getresuid): Do not use CHECK_1.
34643         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
34644         <bp-checks.h>.
34645         (__lxstat): Do not use CHECK_1.
34646         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34647         <bp-checks.h>.
34648         (__old_msgctl): Do not use CHECK_1.
34649         (__new_msgctl): Likewise.
34650         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
34651         <bp-checks.h>.
34652         (__new_setrlimit): Do not use CHECK_1.
34653         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34654         <bp-checks.h>.
34655         (__old_shmctl): Do not use CHECK_1.
34656         (__new_shmctl): Likewise.
34657         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
34658         <bp-checks.h>.
34659         (__xstat): Do not use CHECK_1.
34660         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
34661         (__lxstat): Do not use CHECK_1.
34662         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
34663         <bp-checks.h>.
34664         (___lxstat64): Do not use CHECK_1.
34665         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
34666         (__old_msgctl): Do not use CHECK_1.
34667         (__new_msgctl): Likewise.
34668         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
34669         <bp-checks.h>.
34670         (__gettimeofday): Do not use CHECK_1.
34671         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
34672         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
34673         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
34674         <bp-checks.h>.
34675         (__gettimeofday): Do not use CHECK_1.
34676         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
34677         (__old_shmctl): Do not use CHECK_1_NULL_OK.
34678         (__new_shmctl): Do not use CHECK_1.
34679         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
34680         <bp-checks.h>.
34681         (do_sigtimedwait): Do not use CHECK_1.
34682         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
34683         <bp-checks.h>.
34684         (do_sigwaitinfo): Do not use CHECK_1.
34685         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
34686         <bp-checks.h>.
34687         (msgctl): Do not use CHECK_1.
34688         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
34689         <bp-checks.h>.
34690         (shmctl): Do not use CHECK_1.
34691         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
34692         (ustat): Do not use CHECK_1.
34693         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
34694         <bp-checks.h>.
34695         (__fxstat): Do not use CHECK_1.
34696         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
34697         <bp-checks.h>.
34698         (__fxstatat): Do not use CHECK_1.
34699         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
34700         <bp-checks.h>.
34701         (__lxstat): Do not use CHECK_1.
34702         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
34703         <bp-checks.h>.
34704         (__xstat): Do not use CHECK_1.
34705         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
34706         (__xstat): Do not use CHECK_1.
34707         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
34708         (___xstat64): Do not use CHECK_1.
34710         [BZ #13550]
34711         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
34712         definitions.
34713         (CHECK_BOUNDS_HIGH): Likewise.
34714         * string/strcpy.c: Do not include <bp-checks.h>.
34715         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
34717 2013-02-07  Roland McGrath  <roland@hack.frob.com>
34719         * nscd/nscd-client.h (__nscd_drop_map_ref):
34720         Add __attribute__ ((unused)).
34721         * nis/nss-nisplus.h (niserr2nss): Likewise.
34723         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
34724         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
34726         * csu/libc-tls.c (init_static_tls, init_slotinfo):
34727         Remove inline keyword.
34728         * include/rounding-mode.h (round_away): Likewise.
34729         * libio/wfileops.c (adjust_wide_data): Likewise.
34730         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
34731         (__m128i_strloadu_tolower): Likewise.
34732         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
34733         (__m128i_strloadu_tolower): Likewise.
34734         * time/mktime.c (ydhms_diff): Likewise.
34735         * locale/elem-hash.h (elem_hash): Likewise.
34736         * locale/setlocale.c (setdata): Likewise.
34737         * posix/regex_internal.h (re_string_char_size_at): Likewise.
34738         (re_string_wchar_at): Likewise.
34739         (bitset_not, bitset_merge, bitset_mask): Likewise.
34740         [!(__GNUC__ > 3)] (inline): Remove macro.
34741         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
34742         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
34743         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
34744         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
34745         * string/memcmp.c (memcmp_bytes): Likewise.
34746         * locale/programs/locarchive.c (compute_hashval): Likewise.
34747         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
34748         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
34749         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
34750         * nss/getent.c (print_rpc, print_protocols): Likewise.
34751         (print_passwd, print_group, print_aliases): Likewise.
34752         * nis/nss-nisplus.h (niserr2nss): Likewise.
34753         * nscd/connections.c (restart_p): Likewise.
34754         Change return type to bool.
34756 2013-02-05  Roland McGrath  <roland@hack.frob.com>
34758         * Makeconfig (all-Depend-files): Add existing
34759         $(sorted-subdirs:=/Depend) files.
34760         (all-subdirs): Remove nss.
34761         * sysdeps/unix/inet/Subdirs: Add it here instead.
34762         * hesiod/Depend: New file.
34764         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
34765         instead of calling alloca.
34767         * io/lseek.c (__lseek): Rename to __libc_lseek.
34768         Define __lseek as an alias.
34770         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
34772 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
34774         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
34775         else clause and remove check for non-standard endianness.
34777 2013-02-04  David S. Miller  <davem@davemloft.net>
34779         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34781 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
34783         [BZ #13550]
34784         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
34785         (__ubp_memchr): Remove prototype.
34786         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
34787         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34788         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
34789         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34790         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
34791         Remove alias.
34792         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
34793         (__ubp_memchr): Likewise.
34794         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
34795         (__ubp_memchr): Likewise.
34796         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
34797         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
34798         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
34799         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
34800         CHECK_STRING.
34801         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
34802         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
34803         (__getcwd): Do not use CHECK_STRING.
34804         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34805         <bp-checks.h>.
34806         (__real_chown): Do not use CHECK_STRING.
34807         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
34808         <bp-checks.h>.
34809         (fchownat): Do not use CHECK_STRING.
34810         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
34811         CHECK_STRING.
34812         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34813         <bp-checks.h>.
34814         (__lchown): Do not use CHECK_STRING.
34815         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34816         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34817         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34818         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
34819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34820         include <bp-checks.h>.
34821         (truncate64): Do not use CHECK_STRING.
34822         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34823         <bp-checks.h>.
34824         (__real_chown): Do not use CHECK_STRING.
34825         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34826         <bp-checks.h>.
34827         (__lchown): Do not use CHECK_STRING.
34828         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34829         <bp-checks.h>.
34830         (__chown): Do not use CHECK_STRING.
34831         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
34832         <bp-checks.h>.
34833         (truncate64): Do not use CHECK_STRING.
34834         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
34835         Likewise.
34836         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
34837         (__xmknod): Do not use CHECK_STRING.
34838         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
34839         <bp-checks.h>.
34840         (__xmknodat): Do not use CHECK_STRING.
34841         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34842         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
34844 2013-02-04  Andreas Schwab  <schwab@suse.de>
34846         [BZ #14142]
34847         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
34848         * include/netdb.h: Likewise for h_errno.
34849         * elf/tst-stackguard1.c: Include <tls.h>.
34851 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
34853         * elf/link.h (struct link_map): Extend the l_addr comment.
34854         * include/link.h (struct link_map): Likewise.
34856 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
34858         [BZ #13550]
34859         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
34860         (BOUNDED_1): Remove macro.
34861         * debug/backtrace.c: Don't include <bp-checks.h>.
34862         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
34863         (__backtrace): Likewise.
34864         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
34865         <bp-checks.h>.
34866         (__backtrace): Don't use BOUNDED_1.
34867         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
34868         <bp-checks.h>.
34869         (__backtrace): Don't use BOUNDED_1.
34870         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
34871         (__backtrace): Don't use BOUNDED_1.
34872         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
34873         (shmat): Don't use BOUNDED_N.
34875 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
34877         [BZ #13550]
34878         * sysdeps/generic/bp-start.h: Remove file.
34879         * csu/libc-start.c: Don't include <bp-start.h>.
34880         (LIBC_START_MAIN): Set up __environ directly instead of using
34881         INIT_ARGV_and_ENVIRON.
34882         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
34883         <bp-start.h>.
34885         [BZ #13550]
34886         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
34887         definitions.
34888         (CHECK_FCNTL): Likewise.
34889         (CHECK_N_PAGES): Likewise.
34891         [BZ #13550]
34892         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
34893         definitions.
34894         (CHECK_SIGSET_NULL_OK): Likewise.
34895         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
34896         <bp-checks.h>.
34897         (sigpending): Don't use CHECK_SIGSET.
34898         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
34899         <bp-checks.h>.
34900         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34901         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
34902         <bp-checks.h>.
34903         (do_sigsuspend): Don't use CHECK_SIGSET.
34904         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
34905         use CHECK_SIGSET.
34906         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
34907         (do_sigwait): Don't use CHECK_SIGSET.
34908         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
34909         use CHECK_SIGSET.
34910         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
34911         include <bp-checks.h>.
34912         (sigpending): Don't use CHECK_SIGSET.
34913         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
34914         include <bp-checks.h>.
34915         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34916         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34917         <bp-checks.h>.
34918         (sigpending): Don't use CHECK_SIGSET.
34919         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34920         <bp-checks.h>.
34921         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34923         [BZ #13550]
34924         * sysdeps/generic/bp-semctl.h: Remove file.
34925         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34926         <bp-checks.h> and <bp-semctl.h>.
34927         (__old_semctl): Don't use CHECK_SEMCTL.
34928         (__new_semctl): Likewise.
34929         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34930         and <bp-semctl.h>.
34931         (__old_semctl): Don't use CHECK_SEMCTL.
34932         (__new_semctl): Likewise.
34933         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
34934         <bp-checks.h> and <bp-semctl.h>.
34935         (__old_semctl): Don't use CHECK_SEMCTL.
34936         (__new_semctl): Likewise.
34937         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
34938         <bp-checks.h> and <bp-semctl.h>.
34939         (semctl): Don't use CHECK_SEMCTL.
34941         [BZ #13550]
34942         * Makerules (elide-bp-thunks): Remove variable.
34943         (elide-routines.oS): Don't use $(elide-bp-thunks).
34944         (elide-routines.os): Likewise.
34945         (elide-routines.o): Likewise.
34946         (elide-routines.op): Likewise.
34947         (elide-routines.og): Likewise.
34948         (objects): Don't use $(bp-thunks).
34949         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34950         include.
34951         (common-generated): Do not add s-proto-bp.d.
34952         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34953         (int): Likewise.
34954         (typ): Likewise.
34955         Do not generate makefile rules for bounded-pointer thunks.
34956         * sysdeps/generic/bp-thunks.h: Remove file.
34957         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34958         * sysdeps/unix/s-proto-bp.S: Likewise.
34960         [BZ #15062]
34961         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34962         parts of result separately when argument is not close to line from
34963         -i to i and one part of argument is small.
34964         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34965         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34966         * math/libm-test.inc (cacos_test): Add more tests.
34967         (casin_test): Likewise.
34968         (casinh_test): Likewise.
34969         * sysdeps/i386/fpu/libm-test-ulps: Update.
34970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34972 2013-01-31  David S. Miller  <davem@davemloft.net>
34974         * po/de.po: Update from translation team.
34976 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34978         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34980 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34982         * configure.in (_AC_PROG_CC_C89): New definition.
34983         * configure: Regenerate.
34985         * configure.in (AC_PROG_CPP): New definition.
34986         * configure: Regenerate.
34988 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34990         * debug/tst-backtrace.h: New file.
34991         * debug/tst-backtrace2.c: Include tst-backtrace.h.
34992         (ret): Remove variable.
34993         (x): Likewise.
34994         (FAIL): Remove macro.
34995         (NO_INLINE): Likewise.
34996         (fn1): Use match function instead of strstr.
34997         * debug/tst-backtrace3.c: Include tst-backtrace.h.
34998         (ret): Remove variable.
34999         (x): Likewise.
35000         (FAIL): Remove macro.
35001         (NO_INLINE): Likewise.
35002         (fn): Use match function instead of strstr.
35003         * debug/tst-backtrace4.c: Include tst-backtrace.h.
35004         (ret): Remove variable.
35005         (x): Likewise.
35006         (FAIL): Remove macro.
35007         (NO_INLINE): Likewise.
35008         (handle_signal): Use match function instead of strstr.
35009         * debug/tst-backtrace5.c: Include tst-backtrace.h.
35010         (ret): Remove variable.
35011         (x): Likewise.
35012         (FAIL): Remove macro.
35013         (NO_INLINE): Likewise.
35014         (handle_signal): Use match function instead of strstr.
35016 2013-01-23  Roland McGrath  <roland@hack.frob.com>
35018         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
35020 2013-01-23  David S. Miller  <davem@davemloft.net>
35022         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
35023         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
35024         argument of CAS if possible.
35025         * sysdeps/sparc/sparc64/bits/atomic.h
35026         (__arch_compare_and_exchange_val_32_acq): Likewise.
35027         (__arch_compare_and_exchange_val_64_acq): Likewise.
35029 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
35031         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
35032         * sysdeps/posix/ulimit.c: ... this.
35033         Include <limits.h>.
35034         * sysdeps/unix/bsd/ulimit.c: Remove file.
35036 2013-01-23  Adam Conrad  <adconrad@0c3.net>
35038         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
35039         (LDFLAGS-tst-array5): Likewise.
35041 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
35043         [BZ #15036]
35044         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
35045         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
35046         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
35047         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
35049 2013-01-21  David S. Miller  <davem@davemloft.net>
35051         * sysdeps/sparc/backtrace.c: New file.
35052         * sysdeps/sparc/sparc32/backtrace.h: New file.
35053         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
35054         * sysdeps/sparc/sparc64/backtrace.h: New file.
35055         * sysdeps/sparc/sparc64/backtrace.c: Delete.
35056         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
35057         -funwind-tables.
35059 2013-01-21  Andreas Schwab  <schwab@suse.de>
35061         [BZ #15020]
35062         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
35063         closed its stdout.
35065 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
35067         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
35068         "mpa2.h".
35069         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35071 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
35072             Mark Mitchell  <mark@codesourcery.com>
35073             Tom de Vries  <tom@codesourcery.com>
35074             Paul Pluzhnikov  <ppluzhnikov@google.com>
35076         * debug/tst-backtrace2.c: New file.
35077         * debug/tst-backtrace3.c: Likewise.
35078         * debug/tst-backtrace4.c: Likewise.
35079         * debug/tst-backtrace5.c: Likewise.
35080         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
35081         (CFLAGS-tst-backtrace3.c): Likewise.
35082         (CFLAGS-tst-backtrace4.c): Likewise.
35083         (CFLAGS-tst-backtrace5.c): Likewise.
35084         (LDFLAGS-tst-backtrace2): Likewise.
35085         (LDFLAGS-tst-backtrace3): Likewise.
35086         (LDFLAGS-tst-backtrace4): Likewise.
35087         (LDFLAGS-tst-backtrace5): Likewise.
35088         (tests): Add new tests tst-backtrace2, tst-backtrace3,
35089         tst-backtrace4 and tst-backtrace5.
35091 2013-01-18  Anton Blanchard  <anton@samba.org>
35092             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
35094         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
35095         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
35096         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
35097         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
35098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35099         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
35100         "+r" and remove output regs list as redundant.  Add explicit inline
35101         asm to specify register of return val to work around compiler codegen
35102         bug.  Remove (int) cast on return value.  Add return type parameter to
35103         use in macro so that this macro does not truncate return value for
35104         64-bit values.
35105         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
35106         pass to INTERNAL_VSYSCALL_NCS.
35107         (INLINE_VSYSCALL): Add 'long int' as return type to
35108         INTERNAL_VSYSCALL_NCS macro invocation.
35109         (INTERNAL_VSYSCALL): Add 'long int' as return type to
35110         INTERNAL_VSYSCALL_NCS macro invocation.
35111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35113 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35115         [BZ #14496]
35116         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
35117         Fix application of SIMD FP exception mask.
35119         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
35120         mp_no from a power of two.
35121         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
35122         __mpexp_twomm1.  Use __pow_mp.
35124         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
35125         multiplication.
35127 2013-01-17  David S. Miller  <davem@davemloft.net>
35129         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35131 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
35133         [BZ #15023]
35134         * include/complex.h: Condition contents on [!_COMPLEX_H].
35135         (__kernel_casinhf): New prototype.
35136         (__kernel_casinh): Likewise.
35137         (__kernel_casinhl): Likewise.
35138         * math/Makefile (libm_calls): Add k_casinh.
35139         * math/k_casinh.c: New file.
35140         * math/k_casinhf.c: Likewise.
35141         * math/k_casinhl.c: Likewise.
35142         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
35143         finite nonzero arguments.
35144         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
35145         finite nonzero arguments.
35146         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
35147         finite nonzero arguments.
35148         * math/s_casinh.c: Do not include <float.h>.
35149         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
35150         * math/s_casinhf.c: Do not include <float.h>.
35151         (__casinhf): Move code for finite nonzero arguments to
35152         k_casinhf.c.
35153         * math/s_casinhl.c: Do not include <float.h>.
35154         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
35155         redefine.
35156         (__casinhl): Move code for finite nonzero arguments to
35157         k_casinhl.c.
35158         * math/libm-test.inc (cacos_test): Add more tests.
35159         * sysdeps/i386/fpu/libm-test-ulps: Update.
35160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35162 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
35164         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
35165         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
35166         [!HAVE_MREMAP]: Remove [defined linux] case.
35167         * malloc/arena.c: Do not include <malloc-sysdep.h>.
35169 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
35171         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
35173 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
35175         * elf/elf.h (R_386_SIZE32): New relocation.
35176         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
35177         R_386_SIZE32.
35178         (elf_machine_rela): Likewise.
35179         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35180         R_X86_64_SIZE64 and R_X86_64_SIZE32.
35182 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
35184         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
35185         (FP_FAST_FMA): Do not define.
35186         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
35187         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
35188         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
35189         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
35190         !_SOFT_FLOAT]: Likewise.
35191         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
35192         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
35193         value.
35194         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
35195         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
35196         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
35197         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
35198         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
35199         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
35200         file.
35202 2013-01-16  Andreas Schwab  <schwab@suse.de>
35204         [BZ #14327]
35205         * include/stdlib.h (__mktemp): Add declaration.
35206         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
35207         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
35209 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35211         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
35212         definitions.
35213         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35214         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
35215         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
35216         definitions here.
35217         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
35218         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
35219         definitions.
35220         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
35221         and ONE.
35222         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
35223         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
35224         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
35225         definitions.
35226         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
35227         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
35228         definitions.
35229         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35231         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
35233 2013-01-15  David S. Miller  <davem@davemloft.net>
35235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
35236         trunc{,f} to libm-sysdep_routes.
35237         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
35238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
35239         file.
35240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
35241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
35242         file.
35243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
35244         file.
35245         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
35246         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
35247         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
35248         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
35249         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
35250         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
35251         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
35252         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
35254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
35255         nearbyint{,f} to libm-sysdep_routes.
35256         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
35257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
35258         New file.
35259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
35260         file.
35261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
35262         New file.
35263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
35264         file.
35265         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
35266         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
35267         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
35268         file.
35269         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
35270         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
35271         file.
35272         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
35273         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
35274         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
35276         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
35277         libc_feholdexcept and libc_fesetenv.
35279 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
35281         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
35283 2013-01-14  David S. Miller  <davem@davemloft.net>
35285         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
35286         (SPARC_ASM_VIS2_IFUNC): Likewise.
35287         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
35288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
35289         use of 'siam' instruction.
35290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
35291         Likewise.
35292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
35293         Likewise.
35294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
35295         Likewise.
35296         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
35297         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
35298         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
35299         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
35300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
35301         file.
35302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
35303         file.
35304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
35305         file.
35306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
35307         file.
35308         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
35309         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
35310         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
35311         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
35312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
35313         new VIS2 routines.
35314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
35315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
35316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
35317         Likewise.
35318         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
35319         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
35320         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
35321         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
35322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
35323         routines to libm-sysdep_routines.
35324         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
35326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
35327         fdim/fdimf to libm-sysdep_routines.
35328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
35329         file.
35330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
35331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
35332         file.
35333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
35334         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
35335         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
35336         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
35337         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
35338         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
35339         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
35341 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
35343         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
35344         to optimize copies.
35346         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
35347         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35348         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35350         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
35351         local variable MPTWO.
35352         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
35353         Likewise.
35355 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35357         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
35358         GLOB_NOESCAPE.
35360 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35362         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
35364 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35366         * manual/pattern.texi (glob_t): Document gl_flags.
35367         (glob64_t): Likewise.
35369 2013-01-11  David S. Miller  <davem@davemloft.net>
35371         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
35372         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
35373         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
35374         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
35375         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
35376         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
35377         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
35378         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
35379         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
35380         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
35381         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
35382         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
35383         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
35385         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
35386         sparc V9 rather than using V8 code.
35387         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35388         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35390         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
35391         Move to...
35392         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
35393         Here.
35395 2013-01-11  Roland McGrath  <roland@hack.frob.com>
35397         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
35398         not in the main loop.
35399         * configure: Regenerated.
35401 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
35403         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
35404         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
35405         to just #else.
35406         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
35407         [!__GLIBC_HAVE_LONG_LONG] case.
35408         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
35409         condition to just #else.
35410         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
35411         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
35412         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
35413         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
35414         unconditional.
35415         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
35416         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
35417         #elif condition to just #else.
35418         * sysdeps/unix/sysv/linux/sys/sysmacros.h
35419         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
35420         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
35421         #elif condition to just #else.
35423 2013-01-11  Steve Ellcey  <sellcey@mips.com>
35425         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
35426         (EF_MIPS_ARCH_64): Fix value.
35427         (EF_MIPS_ARCH_32R2): New.
35428         (EF_MIPS_ARCH_64R2): New.
35430 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
35432         * Makeconfig (+link-pie-before-libc): New.
35433         (+link-pie-after-libc): Likewise.
35434         (+link-pie-tests): Likewise.
35435         (+link-pie): Rewritten.
35436         (link-before-libc): Remove $(config-LDFLAGS).
35437         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
35438         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
35439         (config-LDFLAGS): Renamed to ...
35440         (rtld-LDFLAGS): This.
35441         (rtld-tests-LDFLAGS): New macro.
35442         (link-libc-rpath-link): Likewise.
35443         (link-libc-tests-rpath-link): Likewise.
35444         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
35445         (link-libc): Prepand $(link-libc-rpath-link).
35446         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
35447         (test-program-prefix): New macro.
35448         (test-via-rtld-prefix): Likewise.
35449         (test-program-cmd): Likewise.
35450         (host-test-program-cmd): Likewise.
35451         * Makefile ($(common-objpfx)testrun.sh): Replace
35452         $(run-program-prefix) with $(test-program-prefix).
35453         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
35454         $(rtld-LDFLAGS).
35455         ($(common-objpfx)shlib.lds): Likewise.
35456         (build-module-helper): Likewise.
35457         ($(common-objpfx)format.lds): Likewise.
35458         * Rules (binaries-pie-tests): New.
35459         (binaries-pie-notests): Likewise.
35460         (binaries-pie): Rewritten.
35461         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
35462         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
35463         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
35464         (make-test-out): Replace $(host-built-program-cmd) with
35465         $(host-test-program-cmd).
35466         * config.make.in (build-hardcoded-path-in-tests): New variable.
35467         * configure.in (--enable-hardcoded-path-in-tests): New configure
35468         option.
35469         (hardcoded_path_in_tests): New AC_SUBST.
35470         * configure: Regenerated.
35471         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
35472         $(built-program-cmd) with $(test-program-cmd).
35473         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
35474         (test_program_cmd): This.
35475         * elf/Makefile ($(objpfx)order.out): Run test with
35476         $(test-program-prefix).
35477         ($(objpfx)order2.out): Likewise.
35478         ($(objpfx)tst-initorder.out): Likewise.
35479         ($(objpfx)tst-initorder2.out): Likewise.
35480         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
35481         $(test-program-cmd).
35482         ($(objpfx)tst-array1-static.out): Likewise.
35483         ($(objpfx)tst-array2.out): Likewise.
35484         ($(objpfx)tst-array3.out): Likewise.
35485         ($(objpfx)tst-array4.out): Likewise.
35486         ($(objpfx)tst-array5.out): Likewise.
35487         ($(objpfx)tst-array5-static.out): Likewise.
35488         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
35489         $(test-program-cmd).
35490         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
35491         $(run-program-prefix) with $(test-program-prefix).
35492         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
35493         (test_program_prefix): This.
35494         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
35495         $(run-program-prefix) with $(test-program-prefix).
35496         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
35497         (test_program_prefix): This.
35498         * iconvdata/tst-tables.sh: Likewise.
35499         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
35500         $(run-program-prefix) with $(test-program-prefix).
35501         ($(objpfx)tst-translit.out): Likewise.
35502         ($(objpfx)tst-gettext2.out): Likewise.
35503         ($(objpfx)tst-gettext4.out): Likewise.
35504         ($(objpfx)tst-gettext6.out): Likewise.
35505         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
35506         (test_program_prefix): This.
35507         * intl/tst-gettext2.sh: Likewise.
35508         * intl/tst-gettext4.sh  Likewise.
35509         * intl/tst-gettext6.sh: Likewise.
35510         * intl/tst-translit.sh: Likewise.
35511         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
35512         with $(test-program-cmd).
35513         * libio/Makefile ($(objpfx)test-freopen.out): Replace
35514         $(run-program-prefix) with $(test-program-prefix).
35515         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
35516         (test_program_prefix): This.
35517         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
35518         $(run-program-prefix) with $(test-program-prefix).
35519         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
35520         (test_program_prefix): This.
35521         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
35522         * posix/Makefile ($(objpfx)globtest.out): Replace
35523         $(run-via-rtld-prefix) and $(test-wrapper) with
35524         $(test-program-prefix) and $(test-via-rtld-prefix).
35525         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
35526         $(test-program-prefix).
35527         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
35528         $(host-test-program-cmd).
35529         (tst-spawn-ARGS): Likewise.
35530         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
35531         $(test-program-prefix).
35532         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
35533         (test_via_rtld_prefix): This.
35534         (test_wrapper): Renamed to ...
35535         (test_program_prefix): This.
35536         (run_program_prefix): Replaced by test_program_prefix.
35537         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
35538         (test_program_prefix): This.
35539         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
35540         with $(host-test-program-cmd).
35541         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
35542         $(run-program-prefix) with $(test-program-prefix).
35543         ($(objpfx)tst-printf.out): Likewise.
35544         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
35545         $(test-program-cmd).
35546         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
35547         (test_program_prefix): This.
35548         * stdio-common/tst-unbputc.sh: Likewise.
35549         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
35550         $(run-program-prefix) with $(test-program-prefix).
35551         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
35552         (test_program_prefix): This.
35553         * string/Makefile ($(objpfx)tst-svc.out):  Replace
35554         $(built-program-cmd) with $(test-program-cmd).
35556 2013-01-11  Andreas Jaeger  <aj@suse.de>
35558         [BZ #15003]
35559         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
35560         value. Sync with Linux 3.7.
35562 2013-01-10  David S. Miller  <davem@davemloft.net>
35564         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
35565         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35566         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35568 2013-01-10  Roland McGrath  <roland@hack.frob.com>
35570         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
35571         never set.
35572         * configure: Regenerated.
35574 2013-01-10  David S. Miller  <davem@davemloft.net>
35576         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
35577         sparc V9 rather than using V8 code.
35578         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35579         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35581 2013-01-10  Roland McGrath  <roland@hack.frob.com>
35583         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
35584         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
35585         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
35586         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
35587         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
35588         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
35589         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
35590         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
35591         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
35592         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
35593         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
35594         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
35595         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
35596         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
35597         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
35598         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
35599         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
35600         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
35601         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
35602         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
35603         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
35604         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
35605         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
35606         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
35607         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
35608         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
35609         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
35611 2013-01-10  David S. Miller  <davem@davemloft.net>
35613         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35615 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
35617         * posix/Makefile (tests-static): New variable.
35618         (tests): Add $(tests-static).
35619         (tst-exec-static-ARGS): New variable.
35620         (tst-spawn-static-ARGS): Likewise.
35621         * posix/tst-exec-static.c: New file.
35622         * posix/tst-spawn-static.c: Likewise.
35623         * posix/tst-exec.c: Support run directly.
35624         * posix/tst-spawn.c: Likewise.
35626 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
35628         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
35629         long.
35630         * math/bits/mathcalls.h (llrint): Likewise.
35631         (llround): Likewise.
35632         * stdlib/stdlib.h (struct drand48_data): Likewise.
35633         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
35634         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
35635         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
35636         Likewise.
35637         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
35638         Likewise.
35639         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
35640         (elf_greg_t): Likewise.
35641         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
35642         (__jmp_buf): Likewise.
35643         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
35644         definitions.
35645         (llrint): Likewise, for all definitions.
35646         (llrintl): Likewise.
35648         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
35649         Remove [__GNUC__] condition.
35650         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
35651         condition to just [__USE_ISOC99].
35652         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
35654 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
35656         [BZ #14200]
35657         * sysdeps/unix/sysv/linux/x86/bits/environments.h
35658         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
35659         defined.
35660         (_POSIX_V6_ILP32_OFF32): Likewise.
35661         (_XBS5_ILP32_OFF32): Likewise.
35662         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
35663         (__ILP32_OFFBIG_LDFLAGS): Likewise.
35665 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
35667         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
35669         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
35670         doubles __mpexp_twomm1.  Adjust usage.
35671         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
35672         Remove.
35674 2013-01-10  Andreas Schwab  <schwab@suse.de>
35676         [BZ #14964]
35677         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
35678         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
35680 2013-01-09  David S. Miller  <davem@davemloft.net>
35682         [BZ #15003]
35683         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
35684         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
35685         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
35686         (TCP_FASTOPEN): Define.
35687         (tcp_repair_opt): New structure.
35688         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
35689         enum values.
35690         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
35691         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
35692         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
35693         (tcp_cookie_transactions): New structure.
35695 2013-01-09  Anton Blanchard  <anton@samba.org>
35697         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
35698         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
35699         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
35700         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
35702 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
35704         * include/features.h (__USE_ANSI): Remove.
35706 2013-01-09  Roland McGrath  <roland@hack.frob.com>
35708         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
35710         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
35712 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
35714         * sysdeps/s390/fpu/libm-test-ulps: Update.
35716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35718         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
35719         (__acr): Likewise.
35720         (__cpy): Likewise.
35721         (norm): Likewise.
35722         (denorm): Likewise.
35723         (__mp_dbl): Likewise.
35724         (__dbl_mp): Likewise.
35725         (add_magnitudes): Likewise.
35726         (sub_magnitudes): Likewise.
35727         (__add): Likewise.
35728         (__sub): Likewise.
35729         (__mul): Likewise.
35730         (__inv): Likewise.
35731         (__dvd): Likewise.
35732         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
35733         (__acr): Likewise.
35734         (__cpy): Likewise.
35735         (norm): Likewise.
35736         (denorm): Likewise.
35737         (__mp_dbl): Likewise.
35738         (__dbl_mp): Likewise.
35739         (add_magnitudes): Likewise.
35740         (sub_magnitudes): Likewise.
35741         (__add): Likewise.
35742         (__sub): Likewise.
35743         (__mul): Likewise.
35744         (__inv): Likewise.
35745         (__dvd): Likewise.
35746         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
35747         (__acr): Likewise.
35748         (__cpy): Likewise.
35749         (norm): Likewise.
35750         (denorm): Likewise.
35751         (__mp_dbl): Likewise.
35752         (__dbl_mp): Likewise.
35753         (add_magnitudes): Likewise.
35754         (sub_magnitudes): Likewise.
35755         (__add): Likewise.
35756         (__sub): Likewise.
35757         (__mul): Likewise.
35758         (__inv): Likewise.
35759         (__dvd): Likewise.
35761 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
35763         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
35764         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
35765         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
35766         2 && __USE_EXTERN_INLINES]: Likewise.
35768 2013-01-08  Andreas Jaeger  <aj@suse.de>
35770         [BZ# 14985]
35771         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
35772         Remove.
35773         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35774         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35776 2013-01-07  Anton Blanchard  <anton@samba.org>
35778         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
35779         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
35780         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
35781         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
35782         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
35783         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
35784         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
35785         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35786         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35787         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35788         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
35789         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
35790         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
35791         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
35792         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
35793         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
35794         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
35795         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
35796         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
35797         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
35798         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
35799         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
35800         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
35801         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
35802         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
35803         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
35804         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
35805         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
35806         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
35807         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
35808         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
35809         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35810         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35811         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
35812         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
35813         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
35814         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
35815         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35816         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
35817         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
35818         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
35819         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
35820         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
35822 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
35824         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
35825         (__MALLOC_PMT): Likewise.
35826         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
35827         [__GNUC__], only on [_LIBC].
35828         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35829         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
35830         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35831         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
35832         forward declaration.
35833         (realloc_hook_ini): Likewise.
35834         (memalign_hook_ini): Likewise.
35835         (__libc_memalign): Do not use __MALLOC_PMT in variable
35836         declaration.
35837         (__libc_valloc): Likewise.
35838         (__libc_pvalloc): Likewise.
35839         (__libc_calloc): Likewise.
35840         (__posix_memalign): Likewise.
35842         [BZ #14996]
35843         * math/s_casinh.c: Include <float.h>.
35844         (__casinh): Do not do computation with squaring and square root
35845         for large arguments.
35846         * math/s_casinhf.c: Include <float.h>.
35847         (__casinhf): Do not do computation with squaring and square root
35848         for large arguments.
35849         * math/s_casinhl.c: Include <float.h>.
35850         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
35851         (__casinhl): Do not do computation with squaring and square root
35852         for large arguments.
35853         * math/libm-test.inc (casin_test): Add more tests.
35854         (casinh_test): Likewise.
35855         * sysdeps/i386/fpu/libm-test-ulps: Update.
35856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35858 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
35860         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
35861         (__x86_64_raw_data_cache_size): Likewise.
35862         (__x86_64_data_cache_size_half): Likewise.
35863         (__x86_64_raw_data_cache_size_half): Likewise.
35864         (__x86_64_shared_cache_size): Likewise.
35865         (__x86_64_raw_shared_cache_size): Likewise.
35866         (__x86_64_shared_cache_size_half): Likewise.
35867         (__x86_64_raw_shared_cache_size_half): Likewise.
35868         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
35869         to ...
35870         (__x86_data_cache_size): This.
35871         (__x86_64_raw_data_cache_size): Renamed to ...
35872         (__x86_raw_data_cache_size): This.
35873         (__x86_64_data_cache_size_half): Renamed to ...
35874         (__x86_data_cache_size_half): This.
35875         (__x86_64_raw_data_cache_size_half): Renamed to ...
35876         (__x86_raw_data_cache_size_half): This.
35877         (__x86_64_shared_cache_size): Renamed to ...
35878         (__x86_shared_cache_size): This.
35879         (__x86_64_raw_shared_cache_size): Renamed to ...
35880         (__x86_raw_shared_cache_size): This.
35881         (__x86_64_shared_cache_size_half): Renamed to ...
35882         (__x86_shared_cache_size_half): This.
35883         (__x86_64_raw_shared_cache_size_half): Renamed to ...
35884         (__x86_raw_shared_cache_size_half): This.
35885         * sysdeps/x86_64/memcpy.S: Updated.
35886         * sysdeps/x86_64/memset.S: Likewise.
35887         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
35888         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
35889         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
35891 2013-01-04  David S. Miller  <davem@davemloft.net>
35893         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35895 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
35897         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
35898         1 to avoid redefinition warning.
35899         (__USE_GNU): Don't define.
35900         (init_signaling_nan): Protoize.
35902         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35904 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35906         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
35907         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
35908         (__cpymn): Likewise.
35909         (norm): Remove commented code.
35910         (denorm): Likewise.
35911         (__mp_dbl): Likewise.
35912         (__inv): Likewise.
35913         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
35914         (__cpymn): Likewise.
35915         (norm): Remove commented code.
35916         (denorm): Likewise.
35917         (__mp_dbl): Likewise.
35918         (__inv): Likewise.
35920         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35921         mp_no value for 1.0 and 2.0.
35922         (norm): Use RADIXI instead of radixi.d.
35923         (denorm): Likewise.
35924         (__mul): Use 0.0 instead of zero.d.
35925         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35926         mp_no value for 1.0 and 2.0.
35927         (norm): Use RADIXI instead of radixi.d.
35928         (denorm): Likewise.
35929         (__mul): Use 0.0 instead of zero.d.
35931 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
35933         [BZ #14994]
35934         * math/s_casinh.c (__casinh): Reduce finite argument to first
35935         quadrant then set signs of results at the end.
35936         * math/s_casinhf.c (__casinhf): Likewise.
35937         * math/s_casinhl.c (__casinhl): Likewise.
35938         * math/libm-test.inc (casin_test): Add more tests.
35939         (casinh_test): Likewise.
35940         * sysdeps/i386/fpu/libm-test-ulps: Update.
35941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35943 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35945         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35947         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35949         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35950         declarations.
35951         (denorm): Likewise.
35952         (__mp_dbl): Likewise.
35953         (__inv): Likewise.
35955         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35956         and adjust the header comment.
35958         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35959         variable name from declaration.
35961 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
35963         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35964         Initialize COMMON_CPUID_INDEX_7 element.
35965         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35966         (CPUID_RTM): Likewise.
35967         (HAS_RTM): Likewise.
35968         (COMMON_CPUID_INDEX_7): New enum.
35970 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
35972         [BZ #14981]
35973         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35974         size is zero, record memory as freed.
35976 2013-01-03  Andreas Jaeger  <aj@suse.de>
35978         * po/ia.po: Add new Interlingua translation.
35980 2012-01-03  Allan McRae  <allan@archlinux.org>
35982         * locale/programs/localedef.c: Fix description of '--posix' flag.
35984 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35986         * NEWS: Update dates in second copyright notice.
35987         * README: Update copyright dates in example.
35988         * manual/libc.texinfo: Update copyright dates.
35989         * scripts/test-installation.pl: Update copyright date in --version
35990         output.
35992         * hurd/ctty-input.c: Fix copyright notice formatting.
35993         * hurd/ctty-output.c: Likewise.
35994         * hurd/dtable.c: Likewise.
35995         * hurd/hurd-raise.c: Likewise.
35996         * hurd/hurdprio.c: Likewise.
35997         * hurd/msgportdemux.c: Likewise.
35998         * misc/sys/file.h: Likewise.
35999         * misc/sys/ioctl.h: Likewise.
36000         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
36001         * sysdeps/mach/hurd/chdir.c: Likewise.
36002         * sysdeps/mach/hurd/fchdir.c: Likewise.
36003         * sysdeps/mach/hurd/rename.c: Likewise.
36004         * sysdeps/mach/hurd/rmdir.c: Likewise.
36005         * sysdeps/mach/hurd/seekdir.c: Likewise.
36006         * sysdeps/mach/hurd/setsid.c: Likewise.
36007         * sysdeps/posix/wait3.c: Likewise.
36009         * All files with FSF copyright notices: Update copyright dates
36010         using scripts/update-copyrights.
36011         * intl/plural.c: Regenerated.
36012         * locale/programs/charmap-kw.h: Likewise.
36013         * locale/programs/locfile-kw.h: Likewise.
36015 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
36017         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
36018         four values.
36020         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
36021         calculation loop and add branch prediction.
36023         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
36024         check access beyond bounds of m1np.
36026         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
36027         MPTWO.
36028         (__inv): Remove local variable MPTWO to use the global
36029         constant.
36030         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
36031         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
36032         variable MPTWO.
36033         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
36034         MP3HALFS static const.
36036 2013-01-01  David S. Miller  <davem@davemloft.net>
36038         * po/ca.po: Update from translation team.
36040 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
36042         * scripts/update-copyrights: New file.
36043         * Makeconfig: Reformat copyright notice.
36044         * ctype/ctype.h: Likewise.
36045         * debug/swprintf_chk.c: Likewise.
36046         * elf/dl-cache.c: Likewise.
36047         * elf/dl-debug.c: Likewise.
36048         * elf/dl-object.c: Likewise.
36049         * grp/initgroups.c: Likewise.
36050         * hurd/Makefile: Likewise.
36051         * hurd/hurd/signal.h: Likewise.
36052         * hurd/hurdfault.c: Likewise.
36053         * hurd/hurdioctl.c: Likewise.
36054         * hurd/hurdlookup.c: Likewise.
36055         * hurd/intr-msg.c: Likewise.
36056         * iconv/gconv_open.c: Likewise.
36057         * libio/swprintf.c: Likewise.
36058         * locale/lc-ctype.c: Likewise.
36059         * locale/nl_langinfo.c: Likewise.
36060         * mach/Machrules: Likewise.
36061         * mach/Makefile: Likewise.
36062         * malloc/obstack.h: Likewise.
36063         * manual/Makefile: Likewise.
36064         * manual/tsort.awk: Likewise.
36065         * misc/bits/stab.def: Likewise.
36066         * nis/nis_print_group_entry.c: Likewise.
36067         * nis/nis_table.c: Likewise.
36068         * nis/nss_compat/compat-pwd.c: Likewise.
36069         * nis/nss_compat/compat-spwd.c: Likewise.
36070         * po/Makefile: Likewise.
36071         * posix/fnmatch.c: Likewise.
36072         * posix/regex.h: Likewise.
36073         * resolv/Makefile: Likewise.
36074         * resolv/nss_dns/dns-network.c: Likewise.
36075         * resolv/res_hconf.c: Likewise.
36076         * scripts/gen-sorted.awk: Likewise.
36077         * soft-fp/soft-fp.h: Likewise.
36078         * stdio-common/printf.h: Likewise.
36079         * stdlib/monetary.h: Likewise.
36080         * stdlib/random.c: Likewise.
36081         * stdlib/random_r.c: Likewise.
36082         * sysdeps/generic/Makefile: Likewise.
36083         * sysdeps/gnu/Makefile: Likewise.
36084         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
36085         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
36086         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
36087         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
36088         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
36089         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
36090         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
36091         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
36092         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
36093         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
36094         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
36095         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
36096         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
36097         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
36098         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
36099         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
36100         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
36101         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
36102         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
36103         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
36104         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
36105         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
36106         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
36107         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
36108         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
36109         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
36110         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
36111         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
36112         * sysdeps/mach/hurd/errnos.awk: Likewise.
36113         * sysdeps/mach/hurd/fork.c: Likewise.
36114         * sysdeps/mach/hurd/getcwd.c: Likewise.
36115         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
36116         * sysdeps/mach/hurd/mmap.c: Likewise.
36117         * sysdeps/mach/hurd/utimes.c: Likewise.
36118         * sysdeps/mach/hurd/xmknod.c: Likewise.
36119         * sysdeps/posix/profil.c: Likewise.
36120         * sysdeps/posix/readdir_r.c: Likewise.
36121         * sysdeps/powerpc/bits/mathdef.h: Likewise.
36122         * sysdeps/powerpc/bits/setjmp.h: Likewise.
36123         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
36124         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
36125         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
36126         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
36127         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
36128         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36129         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
36130         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
36131         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
36132         * sysdeps/pthread/lio_listio.c: Likewise.
36133         * sysdeps/sparc/dl-procinfo.h: Likewise.
36134         * sysdeps/unix/i386/sysdep.S: Likewise.
36135         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
36136         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
36137         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
36138         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
36139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
36140         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
36141         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
36142         * sysdeps/unix/sysv/linux/speed.c: Likewise.
36143         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
36144         * sysdeps/wordsize-32/divdi3.c: Likewise.
36145         * time/sys/time.h: Likewise.
36146         * wcsmbs/Makefile: Likewise.
36148 2013-01-01  David S. Miller  <davem@davemloft.net>
36150         * po/fr.po: Update from translation team.
36152         * catgets/gencat.c: Update copyright year.
36153         * csu/version.c: Likewise.
36154         * debug/catchsegv.sh: Likewise.
36155         * debug/pcprofiledump.c: Likewise.
36156         * debug/xtrace.sh: Likewise.
36157         * elf/ldconfig.c: Likewise.
36158         * elf/ldd.bash.in: Likewise.
36159         * elf/pldd.c: Likewise.
36160         * elf/sotruss.ksh: Likewise.
36161         * elf/sprof.c: Likewise.
36162         * iconv/iconv_prog.c: Likewise.
36163         * iconv/iconvconfig.c: Likewise.
36164         * locale/programs/locale.c: Likewise.
36165         * locale/programs/localedef.c: Likewise.
36166         * login/programs/pt_chown.c: Likewise.
36167         * malloc/memusage.sh: Likewise.
36168         * malloc/memusagestat.c: Likewise.
36169         * malloc/mtrace.pl: Likewise.
36170         * nscd/nscd.c: Likewise.
36171         * nss/getent.c: Likewise.
36172         * nss/makedb.c: Likewise.
36173         * posix/getconf.c: Likewise.
36175 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
36177         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
36178         numbers.
36180 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
36182         * math/bits/mathcalls.h (modf): Use __nonnull.
36184 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
36186         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
36187         (split): Use macro CN instead of the bare value.
36188         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
36189         could be used.
36190         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
36191         instead of the bare value.
36192         (power1): Likewise.
36194 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36196         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
36197         __ATAN_TWOM.
36198         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
36200         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
36201         their values.
36202         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
36203         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
36204         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
36205         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
36207 2012-12-28  Andreas Jaeger  <aj@suse.de>
36209         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
36210         values are from Linux 3.7.
36212         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
36213         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
36215 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36217         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
36218         TRUE case.
36220         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
36221         (norm): Likewise.
36222         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
36223         variables with preprocessor constants.
36224         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
36225         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
36226         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
36228 2012-12-27  Bruno Haible  <bruno@clisp.org>
36230         [BZ #14317]
36231         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
36232         only if needed.
36234 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
36236         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
36237         and use variable directly.
36238         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
36240         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
36241         MPONE.
36242         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
36243         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
36244         variable MPONE.
36245         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
36246         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
36247         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
36248         include directive.  Remove local variable MPONE.
36249         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
36250         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
36251         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
36253 2012-12-25  David S. Miller  <davem@davemloft.net>
36255         * version.h (RELEASE): Set to "development".
36256         (VERSION): Set to "2.17.90".
36257         * NEWS: Add 2.18 section.
36259 2012-12-21  David S. Miller  <davem@davemloft.net>
36261         * po/hr.po: Update from translation team.
36263 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36265         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
36267 2012-12-19  Steve Ellcey  <sellcey@mips.com>
36269         * NEWS:  Mention new memcpy for MIPS.
36271 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36273         * manual/contrib.texi (Contributors): Spelling correction.
36275 2012-12-15  David S. Miller  <davem@davemloft.net>
36277         * po/ru.po: Update from translation team.
36279 2012-12-13  David S. Miller  <davem@davemloft.net>
36281         * NEWS: Mention IFUNC testsuite enhancements.
36283         * po/pl.po: Update from translation team.
36284         * po/bg.po: Likewise.
36286         * manual/contrib.texi (Contributors): Update entries for Hongjiu
36287         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
36289 2012-12-11  David S. Miller  <davem@davemloft.net>
36291         * po/sv.po: Update from translation team.
36293         * po/vi.po: Update from translation team.
36295         * po/cs.po: Update from translation team.
36297         * po/de.po: Update from translation team.
36298         * po/eo.po: Likewise.
36299         * po/nl.po: Likewise.
36301 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
36303         [BZ #14246]
36304         * manual/argp.texi (Argp Helper Functions): Move node to follow
36305         Argp Parsing State.
36307         [BZ #14872]
36308         * manual/conf.texi (Limits on File System Capacity): Mention if
36309         terminating null is included in the max size.
36311 2012-12-10  Andreas Jaeger  <aj@suse.de>
36313         * po/cs.po: Update from translation team.
36315 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
36317         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
36318         void pointer and cast to uintptr_t.
36319         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
36320         path.
36321         * sysdeps/s390/s390-64/memcpy.S: Likewise.
36322         * sysdeps/s390/s390-64/memset.S: Likewise.
36324 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
36326         [BZ #14833]
36327         * menual/message.texi (Message Translation): Fix typos.
36328         (Helper programs for gettext): Likewise.
36330 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
36332         [BZ #14898]
36333         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
36334         Change to -1.
36336 2012-12-07  David S. Miller  <davem@davemloft.net>
36338         * po/libc.pot: Update.
36340 2012-12-07  Richard Henderson  <rth@redhat.com>
36342         [BZ #10114]
36343         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
36344         normal/normal case to before the switch.
36345         (_FP_DIV): Likewise.
36347 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
36348             Mike Frysinger  <vapier@gentoo.org>
36350         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
36351         check for __NR_fadvise64_64.
36353 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
36355         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
36356         0, not just to plain "0" as a statement.
36357         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
36358         with cw.
36360 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
36362         * NEWS: Use sourceware.org in Bugzilla URL.
36364 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
36366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
36367         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
36369         * stdio-common/tst-put-error.c (do_test): Add newline to the
36370         padded test to ensure flush.
36372 2012-12-05  Jeff Law  <law@redhat.com>
36374         * sunrpc/etc.rpc (fedfs_admin): Add entry.
36376 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
36378         * README: Don't refer to ports add-on as distributed separately.
36379         Mention AArch64 in list of systems supported in the ports add-on.
36381         * LICENSES: Add more non-FSF copyright and license notices.
36383         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
36384         ((unused)).
36386         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
36388         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
36389         10000 as width of padded output.
36391 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
36393         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
36395         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
36396         variable LX with __attribute__ ((unused)).
36397         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
36398         Likewise.
36399         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
36400         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36401         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
36402         with __attribute__ ((unused)).
36404 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
36406         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
36408 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
36410         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
36411         (CFLAGS-nldbl-acos.c): New variable.
36412         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
36413         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
36414         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
36415         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
36416         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
36417         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
36418         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
36419         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
36420         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
36421         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
36422         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
36423         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
36424         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
36425         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
36426         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
36427         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
36428         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
36429         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
36430         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
36431         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
36432         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
36433         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
36434         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
36435         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
36436         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
36437         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
36438         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
36439         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
36440         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
36441         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
36442         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
36443         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
36444         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
36445         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
36446         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
36447         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
36448         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
36449         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
36450         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
36451         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
36452         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
36453         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
36454         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
36455         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
36456         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
36457         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
36458         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
36459         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
36460         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
36461         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
36462         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
36463         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
36464         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
36465         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
36466         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
36467         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
36468         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
36469         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
36470         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
36471         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
36472         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
36473         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
36474         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
36475         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
36476         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
36477         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
36478         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
36479         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
36480         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
36481         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
36482         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
36483         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
36484         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
36485         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
36486         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
36487         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
36488         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
36489         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
36490         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
36491         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
36492         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
36493         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
36494         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
36495         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
36496         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
36497         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
36498         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
36499         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
36500         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
36501         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
36502         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
36503         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
36504         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
36505         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
36506         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
36507         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
36508         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
36510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
36511         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
36513         [BZ #14914]
36514         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
36515         whole low double instead of just low 47 bits when splitting values
36516         into two parts.
36518 2012-12-03  Allan McRae  <allan@archlinux.org>
36520         * manual/stdio.texi (Predefined Printf Handlers): Remove
36521         @hsep and @vsep usage.
36523 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
36525         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
36526         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
36528 2012-12-03  Jeff Law  <law@redhat.com>
36530         * time/sys/time.h (settimeofday): Do not mark TV argument
36531         as __nonnull.
36533 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
36535         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
36536         when currently writing and seek to current position when not.
36537         * libio/Makefile (tests): Remove bug-fclose1.
36538         * libio/bug-fclose1.c: Delete.
36540 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
36542         * manual/arith.texi (feenableexcept): Fix typo.
36543         (fedisableexcept): Likewise.
36545 2012-11-30  Roland McGrath  <roland@hack.frob.com>
36547         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
36548         second, differently-typed declaration, rather than a cast.
36550 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
36552         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
36553         * include/rpc/svc.h: ... here.
36555 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
36557         [BZ #13013]
36558         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
36559         depending n and resplen2 to catch cases where answer
36560         equals answerp2.
36562 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
36564         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
36565         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
36567 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
36569         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
36571 2012-11-29  Roland McGrath  <roland@hack.frob.com>
36573         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
36575 2012-11-28  Jeff Law  <law@redhat.com>
36577         [BZ #13761]
36578         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
36579         dataset_temporary.  Track alloca usage into alloca_used.
36580         If dataset is large allocate and release it via malloc/free.
36582 2012-06-04  Florian Weimer  <fweimer@redhat.com>
36584         [BZ #14197]
36585         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
36587 2012-11-28  David S. Miller  <davem@davemloft.net>
36589         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36591 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
36593         [BZ #14803]
36594         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
36595         of pi/2 rounded to nearest to 64 bits.
36596         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
36597         nearest to 64 bits.
36598         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
36599         bits.
36601 2012-11-28  Jeff Law <law@redhat.com>
36602             Martin Osvald <mosvald@redhat.com>
36604         [BZ #14889]
36605         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
36606         * sunrpc/svc.c: Include time.h.
36607         (__svc_accept_failed): New function.
36608         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
36609         any reason other than EINTR, call __svc_accept_failed.
36610         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
36611         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
36613 2012-11-28  Andreas Schwab  <schwab@suse.de>
36615         * scripts/abilist.awk: Also handle indirect functions in .opd
36616         section.
36618 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
36620         [BZ #13881]
36621         * sysdeps/x86/fpu/powl_helper.c: New file.
36622         * sysdeps/x86/fpu/Makefile: Likewise.
36623         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
36624         (p3): New object.
36625         (__ieee754_powl): Use __powl_helper for finite arguments except
36626         integer exponents below 8.
36627         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
36628         (p3): New object.
36629         (__ieee754_powl): Use __powl_helper for finite arguments except
36630         integer exponents below 8.
36631         * math/libm-test.inc (pow_test): Add more tests and enable some
36632         previously disabled tests.
36633         * sysdeps/i386/fpu/libm-test-ulps: Update.
36634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36636 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36637             Carlos O'Donell  <carlos_odonell@mentor.com>
36639         * nss/makedb.c (is_prime): Assert that input is odd and greater
36640         than 4.  Note that fact in a comment too.
36641         (next_prime): Add 4 to input.
36643 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
36645         [BZ #11741]
36646         * libio/Makefile (tests): Add test case tst-fwrite-error.
36647         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
36648         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
36649         * libio/tst-fwrite-error.c: New test case.
36651 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
36653         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
36654         before casting to void *.
36655         * include/libc-internal.h (__pointer_type): New macro.
36656         (__integer_if_pointer_type_sub): Likewise.
36657         (__integer_if_pointer_type): Likewise.
36658         (cast_to_integer): Likewise.
36659         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
36660         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
36661         before casting to atomic64_t.
36662         (atomic_exchange_acq): Likewise.
36663         (__arch_exchange_and_add_body): Likewise.
36664         (__arch_add_body): Likewise.
36665         (atomic_add_negative): Likewise.
36666         (atomic_add_zero): Likewise.
36668 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
36670         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
36671         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
36672         (add_fdes): Likewise.
36673         (linear_search_fdes): Likewise.
36674         (binary_search_unencoded_fdes): Likewise.
36676 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
36678         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
36680 2012-11-24  Adam Conrad  <adconrad@0c3.net>
36682         * configure.in: Autodetect C++ header directories.
36683         * configure: Regenerated.
36685 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
36687         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
36689 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
36691         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36693 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
36695         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
36696         LDBL_MANT_DIG == 106]: Disable some tests.
36697         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
36698         Likewise.
36699         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
36700         Likewise.
36702         [BZ #14871]
36703         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
36704         input for small inputs.  Return +/- pi/2 for large inputs.
36705         * math/libm-test.inc (atan_test): Add more tests.
36707         * sysdeps/generic/unwind-dw2-fde-glibc.c
36708         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
36709         __attribute__ ((unused)).
36711         [BZ #14645]
36712         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
36713         x * y if x and y are nonzero and z is zero.
36715         [BZ #14811]
36716         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
36717         nonzero exponents with absolute value below 0x1p-117 to +/-
36718         0x1p-117.
36720         [BZ #14869]
36721         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
36722         up arguments below 2**-450, not just those below 2**-500.
36723         * math/libm-test.inc (hypot_test): Add another test.
36725         [BZ #14868]
36726         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
36727         Return a+b for ratio over 2**120, not 2**60.
36728         * math/libm-test.inc (hypot_test): Add another test.
36730         * math/libm-test.inc (clog_test): Use
36731         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
36732         (clog10_test): Likewise.
36734         [BZ #6778]
36735         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
36737 2012-11-22  Andreas Schwab  <schwab@suse.de>
36739         * sysdeps/i386/fpu/libm-test-ulps: Update.
36741 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
36743         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
36744         printf output with newline.
36746 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
36748         [BZ #14865]
36749         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
36750         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
36751         -z nodlopen, -z initfirst and -z execstack support.
36752         * configure: Regenerated.
36754         * elf/elf.h (DF_1_NODIRECT): New macro.
36755         (DF_1_IGNMULDEF): Likewise.
36756         (DF_1_NOKSYMS): Likewise.
36757         (DF_1_NOHDR): Likewise.
36758         (DF_1_EDITED): Likewise.
36759         (DF_1_NORELOC): Likewise.
36760         (DF_1_SYMINTPOSE): Likewise.
36761         (DF_1_GLOBAUDIT): Likewise.
36762         (DF_1_SINGLETON): Likewise.
36763         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
36764         DT_1_SUPPORTED_MASK bits.
36765         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
36767 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
36769         * sysdeps/unix/make-syscalls.sh: Document prefixes.
36771 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
36773         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
36774         macro.
36776         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
36777         (sendmmsg): Move declarations...
36778         * socket/sys/socket.h: ... here.
36779         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
36780         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
36781         include it from...
36782         * socket/recvmmsg.c: ... this new file.
36783         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
36784         (sendmmsg): Rename to __sendmmsg, create weak alias and make
36785         definition of __sendmmsg hidden.
36786         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
36787         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
36788         Move ENOSYS stub into and include it from...
36789         * socket/sendmmsg.c: ... this new file.
36790         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
36791         (sysdep_routines): Move recvmmsg and sendmmsg...
36792         * socket/Makefile (routines): ... here.
36793         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
36794         (GLIBC_PRIVATE): Add __sendmmsg.
36795         * include/sys/socket.h (__sendmmsg): Add declarations.
36796         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
36797         sendmmsg.
36799 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
36801         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
36802         variable I1 with __attribute__ ((unused)).
36803         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
36805 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36807         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
36808         DUMMY variables with __attribute__ ((unused)).
36810         * bits/byteswap.h: Include <bits/types.h>.
36811         (__bswap_64): Use __uint64_t instead of unsigned long long int.
36813 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36815         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
36816         string_t.  Do not manually set errno.
36817         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
36818         length with __strnlen.  Make sure to both set errno and return it on
36819         failure.
36821 2012-11-19  David S. Miller  <davem@davemloft.net>
36823         With help from Joseph Myers.
36824         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
36825         very large arguments properly.
36826         * math/libm-test.inc (atan_test): New tests.
36827         (atan2_test): New tests.
36828         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36829         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36831 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36833         [BZ #14856]
36834         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
36835         Define to 3.
36837         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
36838         [POSIX] (EADDRNOTAVAIL): Likewise.
36839         [POSIX] (EAFNOSUPPORT): Likewise.
36840         [POSIX] (EALREADY): Likewise.
36841         [POSIX] (ECONNABORTED): Likewise.
36842         [POSIX] (ECONNREFUSED): Likewise.
36843         [POSIX] (ECONNRESET): Likewise.
36844         [POSIX] (EDESTADDRREQ): Likewise.
36845         [POSIX] (EDQUOT): Likewise.
36846         [POSIX] (EHOSTUNREACH): Likewise.
36847         [POSIX] (EIDRM): Likewise.
36848         [POSIX] (EISCONN): Likewise.
36849         [POSIX] (ELOOP): Likewise.
36850         [POSIX] (EMULTIHOP): Likewise.
36851         [POSIX] (ENETDOWN): Likewise.
36852         [POSIX] (ENETUNREACH): Likewise.
36853         [POSIX] (ENOBUFS): Likewise.
36854         [POSIX] (ENODATA): Likewise.
36855         [POSIX] (ENOLINK): Likewise.
36856         [POSIX] (ENOMSG): Likewise.
36857         [POSIX] (ENOPROTOOPT): Likewise.
36858         [POSIX] (ENOSR): Likewise.
36859         [POSIX] (ENOSTR): Likewise.
36860         [POSIX] (ENOTCONN): Likewise.
36861         [POSIX] (ENOTSOCK): Likewise.
36862         [POSIX] (EOPNOTSUPP): Likewise.
36863         [POSIX] (EOVERFLOW): Likewise.
36864         [POSIX] (EPROTO): Likewise.
36865         [POSIX] (EPROTONOSUPPORT): Likewise.
36866         [POSIX] (EPROTOTYPE): Likewise.
36867         [POSIX] (ESTALE): Likewise.
36868         [POSIX] (ETIME): Likewise.
36869         [POSIX] (ETXTBSY): Likewise.
36870         [POSIX] (EWOULDBLOCK): Likewise.
36871         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
36872         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
36873         [POSIX] (SEEK_CUR): Likewise.
36874         [POSIX] (SEEK_END): Likewise.
36875         [POSIX || UNIX98] (mode_t): Do not require.
36876         [POSIX] (off_t): Likewise.
36877         [POSIX] (pid_t): Likewise.
36878         [POSIX] (sys/stat.h): Do not allow header.
36879         [POSIX] (unistd.h): Likewise.
36880         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
36881         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
36882         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
36883         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
36884         require.
36885         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
36886         sigevent): Specify elements.
36887         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
36888         entry.
36889         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
36890         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
36892         * conform/data/cpio.h-data [POSIX]: Disable whole file.
36893         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
36894         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
36895         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
36896         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
36897         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
36898         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
36899         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
36900         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
36901         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
36902         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
36903         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
36904         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
36905         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
36906         Likewise.
36907         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
36908         Likewise.
36909         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
36910         Likewise.
36911         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
36912         Likewise.
36913         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
36914         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
36915         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36916         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36917         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36918         Specify lower bound on value.
36919         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36920         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36921         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36922         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36923         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36924         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36925         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36926         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36927         value.
36928         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36929         as optional.
36930         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36931         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36932         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36933         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36934         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36935         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36936         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36937         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36938         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36939         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36940         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36941         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36942         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36943         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36944         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36945         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36946         entry.
36947         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36948         optional.
36949         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36950         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36951         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36952         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36953         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36954         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36955         Likewise.
36956         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36957         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36958         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36959         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36960         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
36961         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36962         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36963         as optional.
36964         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36965         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36966         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36967         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36968         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36969         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36970         specify as optional.
36971         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36972         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36973         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36974         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36975         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36976         [XPG3] (NL_LANGMAX): Likewise.
36977         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36978         [POSIX || XPG3] (NL_NMAX): Likewise.
36979         [POSIX || XPG3] (NL_SETMAX): Likewise.
36980         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36981         [XPG3] (NZERO): Likewise.
36982         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36983         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36984         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36985         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36986         (REG_ERANGE): Expect.
36987         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36988         optional-constant.
36989         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36990         Use (void) in prototype.
36991         [POSIX] (*_t): Allow.
36992         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36993         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36994         (WRDE_BADVAL): Expect.
36996         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36997         expect.
36998         [XPG3 || XPG4] (O_RSYNC): Likewise.
36999         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
37000         Likewise.
37001         [XPG3 || XPG4] (pthread_sigmask): Likewise.
37002         [XPG3 || XPG4] (sigqueue): Likewise.
37003         [XPG3 || XPG4] (sigtimedwait): Likewise.
37004         [XPG3 || XPG4] (sigwaitinfo): Likewise.
37005         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
37006         [XPG3 || XPG4] (vsnprintf): Likewise.
37007         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
37008         Likewise.
37009         [XPG3 || XPG4] (blksize_t): Likewise.
37010         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
37011         Likewise.
37012         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
37013         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
37014         [XPG3 || XPG4] (struct itimerspec): Likewise.
37015         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
37016         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
37017         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
37018         [XPG3 || XPG4] (clockid_t): Likewise.
37019         [XPG3 || XPG4] (timer_t): Likewise.
37020         [XPG3 || XPG4] (clock_getres): Likewise.
37021         [XPG3 || XPG4] (clock_gettime): Likewise.
37022         [XPG3 || XPG4] (clock_settime): Likewise.
37023         [XPG3 || XPG4] (nanosleep): Likewise.
37024         [XPG3 || XPG4] (timer_create): Likewise.
37025         [XPG3 || XPG4] (timer_delete): Likewise.
37026         [XPG3 || XPG4] (timer_gettime): Likewise.
37027         [XPG3 || XPG4] (timer_getoverrun): Likewise.
37028         [XPG3 || XPG4] (timer_settime): Likewise.
37029         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
37030         [XPG3 || XPG4] (getlogin_r): Likewise.
37031         [XPG3 || XPG4] (pread): Likewise.
37032         [XPG3 || XPG4] (pthread_atfork): Likewise.
37033         [XPG3 || XPG4] (pwrite): Likewise.
37035         [BZ #14835]
37036         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
37037         <bits/siginfo.h>.
37039 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
37041         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
37042         finalizing MALLSTREAM.
37044         * sysdeps/mach/hurd/syncfs.c: New file.
37046 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
37048         [BZ #14719]
37049         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
37050         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
37051         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
37052         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
37053         (_nss_dns_gethostbyname4_r): Likewise.
37054         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
37055         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
37057 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
37059         [BZ #13763]
37060         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
37062 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
37064         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
37065         * elf/cache.c (print_entry): Print ",AArch64" for
37066         FLAG_AARCH64_LIB64
37068         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
37069         * elf/cache.c (print_entry): Print ",hard-float" for
37070         FLAG_ARM_LIBHF.
37072 2012-11-18  David S. Miller  <davem@davemloft.net>
37074         With help from Joseph Myers.
37075         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
37076         cutoff to 2**-13.
37077         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
37078         cutoff to 2**-25.
37079         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
37080         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
37081         small.
37082         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
37083         * math/libm-test.inc (y0_test): New tests.
37084         (y1_test): New tests.
37085         * sysdeps/i386/fpu/libm-test-ulps: Update.
37086         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37087         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37089 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
37091         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
37092         64-bit targets.
37093         * configure: Regenerated.
37095 2012-11-17  David S. Miller  <davem@davemloft.net>
37097         [BZ #14811]
37098         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
37099         nonzero exponents with absolute value below 0x1p-128 to +/-
37100         0x1p-128.
37102 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
37104         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
37106         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
37108         * posix/getconf-speclist.c: New file.
37109         * posix/posix-envs.def: Likewise.
37110         * posix/confstr.c (START_ENV_GROUP): New macro.
37111         (END_ENV_GROUP): Likewise.
37112         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
37113         (KNOWN_PRESENT_ENV_STRING): Likewise.
37114         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
37115         (UNKNOWN_ENVIRONMENT): Likewise.
37116         (confstr): Include posix-envs.def instead of handling
37117         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
37118         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
37119         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
37120         (END_ENV_GROUP): Likewise.
37121         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
37122         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
37123         (UNKNOWN_ENVIRONMENT): Likewise.
37124         (__sysconf): Include posix-envs.def instead of handling associated
37125         cases directly here.
37126         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
37127         preprocessing getconf-speclist.c rather than running getconf or
37128         generating empty file.
37130 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
37132         * scripts/check-local-headers.sh: Ignore 'mach' headers.
37134 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
37136         [BZ #14672]
37137         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
37139 2012-11-16  David S. Miller  <davem@davemloft.net>
37141         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
37142         smaller than LDBL_EPSILON/2.0L, just return xm1.
37144 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
37146         * elf/tst-array1.c (init): Set constructor priority to 1000.
37147         (fini): Set destructor priority to 1000.
37148         * elf/tst-array2dep.c: Likewise.
37150 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
37152         [BZ #11741]
37153         * libio/fileops.c (_IO_new_file_write): Correctly return error.
37154         (_IO_new_file_xsputn): Also return EOF if none of the input
37155         data was written when overflow failed.
37156         * libio/iopadn.c (_IO_padn): Likewise.
37157         * libio/iowpadn.c (_IO_wpadn): Likewise.
37158         * stdio-common/tst-put-error.c: Add copyright notice.
37159         (do_test): Add case for printing padded string.
37160         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
37161         _IO_padn returned error.
37162         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
37163         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
37164         return EOF.
37166 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
37168         * libio/libioP.h: Add comment note that the references to C++
37169         bits are now obsolete.
37171 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37173         * math/libm-test.inc (check_complex): Use asprintf.
37175 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
37177         * debug/pcprofiledump.c (print_version): Update copyright year.
37178         * malloc/memusagestat.c (print_version): Likewise.
37180 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
37182         [BZ #14831]
37183         * elf/Makefile (tests): Add tst-audit8.
37184         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
37185         ($(objpfx)tst-audit8.out): New target.
37186         (tst-audit8-ENV): New variable.
37187         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
37188         audit if l_reloc_result is NULL.
37189         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
37190         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
37191         * elf/tst-audit8.c: New file.
37193 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37195         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
37196         * misc/Makefile (CFLAGS-select.c): Define.
37197         * posix/Makefile (CFLAGS-pause.c): Define.
37199 2012-11-13  David S. Miller  <davem@davemloft.net>
37201         * crypt/Makefile: Move test targets after toplevel Rules
37202         inclusion.  Grab any necessary sysdep routines when linking.
37203         * crypt/md5.c (md5_process_block): Remove define, we will always
37204         name it __md5_process_block.
37205         (md5_finish_ctx): Update md5_process_block call.
37206         (md5_stream): Likewise.
37207         (md5_process_bytes): Likewise.
37208         (md5_process_block): Rename to __md5_process_block and move to ...
37209         * crypt/md5-block.c: ... here.
37210         * crypt/sha256.c (sha256_process_block): Move to ...
37211         * crypt/sha256-block.c: ... here.
37212         * crypt/sha512.c (sha512_process_block): Move to ...
37213         * crypt/sha512-block.c: ... here.
37214         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
37215         path.
37216         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
37217         * sysdeps/sparc/sparc64/multiarch/Makefile
37218         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
37219         crypt subdir.
37220         (localedef-aux): Add md5 crypto assembler when in locale subdir.
37221         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
37222         multiarch changes.
37223         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
37224         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
37225         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
37226         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
37227         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
37228         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
37229         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
37230         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
37231         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
37232         file.
37233         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
37234         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
37235         file.
37236         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
37238 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
37240         * timezone/tzselect.ksh: Update from tzcode git revision
37241         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
37242         * timezone/zdump.c: Likewise.
37243         * timezone/zic.c: Likewise.
37244         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
37245         in TZVERSION setting, not $(PKGVERSION).
37246         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
37247         REPORT_BUGS_TO settings.
37249         [BZ #14838]
37250         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
37251         macro.
37253 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37255         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
37256         detection to immediately after _FP_ROUND().
37257         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
37258         bits are 0.
37260 2012-11-11  David S. Miller  <davem@davemloft.net>
37262         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
37263         inttypes.h
37264         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
37265         __close rather than their public counterparts.
37267 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
37269         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
37270         file.
37271         [UNIX98] (sem_timedwait): Do not expect.
37272         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
37273         [XPG4 || UNIX98] (sockatmark): Do not expect.
37274         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
37275         (clock_getcpuclockid): Do not expect.
37276         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
37277         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
37278         Do not expect.
37279         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
37280         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
37281         [UNIX98] (vwscanf): Likewise.
37282         [UNIX98] (vswscanf): Likewise.
37284 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
37286         * timezone/version.h: Remove file.
37287         * timezone/README: Do not refer to version.h.
37288         * timezone/Makefile ($(objpfx)zic.o): New dependency on
37289         $(objpfx)version.h.
37290         ($(objpfx)zdump.o): Likewise.
37291         ($(objpfx)version.h): New target.
37293         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
37294         2012i.
37295         * timezone/README: Don't mention modification to tzselect.ksh.
37296         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
37297         work on unmodified tzselect.ksh.  Substitute version numbers in
37298         tzselect.ksh.
37300         * Makefile (format-me): Remove.
37301         (INSTALL): Adjust indentation.  Use commands directly instead of
37302         using $(format-me).
37304         * aclocal.m4 (ACX_PKGVERSION): New macro.
37305         (ACX_BUGURL): Likewise.
37306         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
37307         (PKGVERSION): New AC_DEFINE_UNQUOTED.
37308         (REPORT_BUGS_TO): Likewise.
37309         * configure: Regenerated.
37310         * config.h.in (PKGVERSION): New macro.
37311         (REPORT_BUGS_TO): Likewise.
37312         * config.make.in (PKGVERSION): New variable.
37313         (PKGVERSION_TEXI): Likewise.
37314         (REPORT_BUGS_TO): Likewise.
37315         (REPORT_BUGS_TEXI): Likewise.
37316         * Makefile (format-me): Use -I$(common-objpfx)manual.
37317         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
37318         ($(common-objpfx)manual/%): New target.
37319         (manual/%): Remove target.
37320         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
37321         (print_version): Use PKGVERSION.
37322         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
37323         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
37324         and REPORT_BUGS_TO.
37325         ($(objpfx)xtrace): Likewise.
37326         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
37327         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
37328         (print_version): Use PKGVERSION.
37329         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
37330         (do_version): Use PKGVERSION.
37331         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
37332         REPORT_BUGS_TO.
37333         (common-ldd-rewrite): Likewise.
37334         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
37335         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
37336         (print_version): Use PKGVERSION.
37337         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
37338         * elf/pldd.c (argp_program_bug_address): Remove variable.
37339         (more_help): New function.
37340         (argp): Use more_help.
37341         (print_version): Use PKGVERSION.
37342         * elf/sln.c (main): Use PKGVERSION.
37343         (usage): Use REPORT_BUGS_TO.
37344         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
37345         (top level): Use PKGVERSION.
37346         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
37347         (print_version): Use PKGVERSION.
37348         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
37349         (print_version): Use PKGVERSION.
37350         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
37351         (print_version): Use PKGVERSION.
37352         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
37353         (print_version): Use PKGVERSION.
37354         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
37355         (print_version): Use PKGVERSION.
37356         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
37357         (print_version): Use PKGVERSION.
37358         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
37359         and BUGURL.
37360         ($(objpfx)memusage): Likewise.
37361         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
37362         (do_version): Use PKGVERSION.
37363         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
37364         (print_version): Use PKGVERSION.
37365         * malloc/mtrace.pl ($PACKAGE): Remove variable.
37366         ($PKGVERSION): New variable.
37367         ($REPORT_BUGS_TO): Likewise.
37368         (usage): Use $REPORT_BUGS_TO.
37369         (top level): Use $PKGVERSION.
37370         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
37371         ($(objpfx)pkgvers.texi): New rule.
37372         ($(objpfx)stamp-pkgvers): Likewise.
37373         * manual/install.texi: Include pkgvers.texi.
37374         (--with-pkgversion): Document new configure option.
37375         (--with-bugurl): Likewise.
37376         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
37377         than necessarily for this particular distribution.  Use
37378         REPORT_BUGS_TO for where to report bugs.
37379         * INSTALL: Regenerated.
37380         * manual/libc.texinfo: Include pkgvers.texi.
37381         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
37382         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
37383         (print_version): Use PKGVERSION.
37384         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
37385         (print_version): Use PKGVERSION.
37386         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
37387         (print_version): Use PKGVERSION.
37388         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
37389         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
37390         macro.
37391         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
37392         (print_version): Use PKGVERSION.
37393         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
37394         (print_version): Use PKGVERSION.
37395         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
37396         and PKGVERSION.
37398         * timezone/checktab.awk: Update from tzcode 2012i.
37399         * timezone/ialloc.c: Likewise.
37400         * timezone/private.h: Likewise.
37401         * timezone/scheck.c: Likewise.
37402         * timezone/tzfile.h: Likewise.
37403         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
37404         (TZVERSION): Hardcode tzcode version number.
37405         * timezone/zdump.c: Update from tzcode 2012i.
37406         * timezone/zic.c: Likewise.
37407         * timezone/version.h: New file.
37408         * timezone/README: Describe version.h.  Update upstream location.
37410         [BZ #14824]
37411         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
37412         (mktemp): Enable declaration.
37413         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
37414         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
37415         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
37416         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
37417         Likewise.
37418         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
37419         Likewise.
37420         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
37421         Likewise.
37422         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
37423         Likewise.
37424         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
37425         Likewise.
37426         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
37427         Likewise.
37429         [BZ #14821]
37430         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
37431         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
37432         for copies of such integer values.
37433         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
37434         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
37436 2012-11-09  Andreas Jaeger  <aj@suse.de>
37438         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
37439         definitions and declarations that are provided by
37440         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37442 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37444         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
37445         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
37446         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
37447         definition.
37449 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37451         * elf/elf.h: Update comment before AArch64 relocations.
37453 2012-11-07  David S. Miller  <davem@davemloft.net>
37455         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
37456         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
37457         (__start_context): Declare.
37458         (__makecontext_ret): Delete.
37459         (__makecontext): Hook up __start_context instead of
37460         __makecontext_ret.
37461         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
37462         (sysdep_routines): Add __start_context when in stdlib.
37464 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37466         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
37467         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
37468         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
37469         hardcoded "nm".
37470         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
37471         (READELF): New variable.  Use it instead of hardcoded "readelf".
37473 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
37475         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
37476         * sysdeps/x86/Makefile: Here.
37477         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
37478         * sysdeps/x86/tst-xmmymm.sh: This.
37480 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37482         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
37483         expectations.
37484         [UNIX98] (pthread_barrier_t): Do not expect.
37485         [UNIX98] (pthread_barrierattr_t): Likewise.
37486         [UNIX98] (pthread_spinlock_t): Likewise.
37487         [UNIX98] (pthread_barrier_destroy): Likewise.
37488         [UNIX98] (pthread_barrier_init): Likewise.
37489         [UNIX98] (pthread_barrier_wait): Likewise.
37490         [UNIX98] (pthread_barrierattr_destroy): Likewise.
37491         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
37492         [UNIX98] (pthread_barrierattr_init): Likewise.
37493         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
37494         [UNIX98] (pthread_getcpuclockid): Likewise.
37495         [UNIX98] (pthread_mutex_timedlock): Likewise.
37496         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
37497         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
37498         [UNIX98] (pthread_sigmask): Likewise.
37499         [UNIX98] (pthread_spin_destroy): Likewise.
37500         [UNIX98] (pthread_spin_init): Likewise.
37501         [UNIX98] (pthread_spin_lock): Likewise.
37502         [UNIX98] (pthread_spin_trylock): Likewise.
37503         [UNIX98] (pthread_spin_unlock): Likewise.
37504         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
37505         Do not expect.
37506         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
37507         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
37508         [XPG3 || XPG4] (pthread_cond_t): Likewise.
37509         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
37510         [XPG3 || XPG4] (pthread_key_t): Likewise.
37511         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
37512         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
37513         [XPG3 || XPG4] (pthread_once_t): Likewise.
37514         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
37515         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
37516         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
37517         [XPG3 || XPG4] (pthread_t): Likewise.
37519         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
37520         not expect.
37521         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
37523         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
37524         Change function return type to int.
37526         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
37527         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
37528         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
37529         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
37530         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
37531         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
37532         [!POSIX] (posix_madvise): Likewise.
37533         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
37534         && !UNIX98].
37535         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
37536         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
37537         (mode_t): Likewise.
37538         (posix_mem_offset): Likewise.
37539         (posix_typed_mem_get_info): Likewise.
37540         (posix_typed_mem_open): Likewise.
37542         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
37543         Change condition to [XOPEN2K8].
37545         * conform/conformtest.pl: Preprocess allow-header data with -x c
37546         instead of from stdin.
37547         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
37548         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
37549         [C99-based standards] (cerfc): Likewise.
37550         [C99-based standards] (cexp2): Likewise.
37551         [C99-based standards] (cexpm1): Likewise.
37552         [C99-based standards] (clog10): Likewise.
37553         [C99-based standards] (clog1p): Likewise.
37554         [C99-based standards] (clog2): Likewise.
37555         [C99-based standards] (clgamma): Likewise.
37556         [C99-based standards] (ctgamma): Likewise.
37557         [C99-based standards] (cerff): Likewise.
37558         [C99-based standards] (cerfcf): Likewise.
37559         [C99-based standards] (cexp2f): Likewise.
37560         [C99-based standards] (cexpm1f): Likewise.
37561         [C99-based standards] (clog10f): Likewise.
37562         [C99-based standards] (clog1pf): Likewise.
37563         [C99-based standards] (clog2f): Likewise.
37564         [C99-based standards] (clgammaf): Likewise.
37565         [C99-based standards] (ctgammaf): Likewise.
37566         [C99-based standards] (cerfl): Likewise.
37567         [C99-based standards] (cerfcl): Likewise.
37568         [C99-based standards] (cexp2l): Likewise.
37569         [C99-based standards] (cexpm1l): Likewise.
37570         [C99-based standards] (clog10l): Likewise.
37571         [C99-based standards] (clog1pl): Likewise.
37572         [C99-based standards] (clog2l): Likewise.
37573         [C99-based standards] (clgammal): Likewise.
37574         [C99-based standards] (ctgammal): Likewise.
37575         * conform/data/inttypes.h-data [C99-based standards]: Include
37576         stdint.h-data.  Remove all expectations for stdint.h contents.
37577         [C99-based standards] (PRI*): Do not allow.
37578         [C99-based standards] (SCN*): Likewise.
37579         [C99-based standards] (*_t): Likewise.
37580         [C99-based-standards] (PRId8): Expect macro.
37581         [C99-based-standards] (PRIi8): Likewise.
37582         [C99-based-standards] (PRIo8): Likewise.
37583         [C99-based-standards] (PRIu8): Likewise.
37584         [C99-based-standards] (PRIx8): Likewise.
37585         [C99-based-standards] (PRIX8): Likewise.
37586         [C99-based-standards] (SCNd8): Likewise.
37587         [C99-based-standards] (SCNi8): Likewise.
37588         [C99-based-standards] (SCNo8): Likewise.
37589         [C99-based-standards] (SCNu8): Likewise.
37590         [C99-based-standards] (SCNx8): Likewise.
37591         [C99-based-standards] (PRIdLEAST8): Likewise.
37592         [C99-based-standards] (PRIiLEAST8): Likewise.
37593         [C99-based-standards] (PRIoLEAST8): Likewise.
37594         [C99-based-standards] (PRIuLEAST8): Likewise.
37595         [C99-based-standards] (PRIxLEAST8): Likewise.
37596         [C99-based-standards] (PRIXLEAST8): Likewise.
37597         [C99-based-standards] (SCNdLEAST8): Likewise.
37598         [C99-based-standards] (SCNiLEAST8): Likewise.
37599         [C99-based-standards] (SCNoLEAST8): Likewise.
37600         [C99-based-standards] (SCNuLEAST8): Likewise.
37601         [C99-based-standards] (SCNxLEAST8): Likewise.
37602         [C99-based-standards] (PRIdFAST8): Likewise.
37603         [C99-based-standards] (PRIiFAST8): Likewise.
37604         [C99-based-standards] (PRIoFAST8): Likewise.
37605         [C99-based-standards] (PRIuFAST8): Likewise.
37606         [C99-based-standards] (PRIxFAST8): Likewise.
37607         [C99-based-standards] (PRIXFAST8): Likewise.
37608         [C99-based-standards] (SCNdFAST8): Likewise.
37609         [C99-based-standards] (SCNiFAST8): Likewise.
37610         [C99-based-standards] (SCNoFAST8): Likewise.
37611         [C99-based-standards] (SCNuFAST8): Likewise.
37612         [C99-based-standards] (SCNxFAST8): Likewise.
37613         [C99-based-standards] (PRId16): Likewise.
37614         [C99-based-standards] (PRIi16): Likewise.
37615         [C99-based-standards] (PRIo16): Likewise.
37616         [C99-based-standards] (PRIu16): Likewise.
37617         [C99-based-standards] (PRIx16): Likewise.
37618         [C99-based-standards] (PRIX16): Likewise.
37619         [C99-based-standards] (SCNd16): Likewise.
37620         [C99-based-standards] (SCNi16): Likewise.
37621         [C99-based-standards] (SCNo16): Likewise.
37622         [C99-based-standards] (SCNu16): Likewise.
37623         [C99-based-standards] (SCNx16): Likewise.
37624         [C99-based-standards] (PRIdLEAST16): Likewise.
37625         [C99-based-standards] (PRIiLEAST16): Likewise.
37626         [C99-based-standards] (PRIoLEAST16): Likewise.
37627         [C99-based-standards] (PRIuLEAST16): Likewise.
37628         [C99-based-standards] (PRIxLEAST16): Likewise.
37629         [C99-based-standards] (PRIXLEAST16): Likewise.
37630         [C99-based-standards] (SCNdLEAST16): Likewise.
37631         [C99-based-standards] (SCNiLEAST16): Likewise.
37632         [C99-based-standards] (SCNoLEAST16): Likewise.
37633         [C99-based-standards] (SCNuLEAST16): Likewise.
37634         [C99-based-standards] (SCNxLEAST16): Likewise.
37635         [C99-based-standards] (PRIdFAST16): Likewise.
37636         [C99-based-standards] (PRIiFAST16): Likewise.
37637         [C99-based-standards] (PRIoFAST16): Likewise.
37638         [C99-based-standards] (PRIuFAST16): Likewise.
37639         [C99-based-standards] (PRIxFAST16): Likewise.
37640         [C99-based-standards] (PRIXFAST16): Likewise.
37641         [C99-based-standards] (SCNdFAST16): Likewise.
37642         [C99-based-standards] (SCNiFAST16): Likewise.
37643         [C99-based-standards] (SCNoFAST16): Likewise.
37644         [C99-based-standards] (SCNuFAST16): Likewise.
37645         [C99-based-standards] (SCNxFAST16): Likewise.
37646         [C99-based-standards] (PRId32): Likewise.
37647         [C99-based-standards] (PRIi32): Likewise.
37648         [C99-based-standards] (PRIo32): Likewise.
37649         [C99-based-standards] (PRIu32): Likewise.
37650         [C99-based-standards] (PRIx32): Likewise.
37651         [C99-based-standards] (PRIX32): Likewise.
37652         [C99-based-standards] (SCNd32): Likewise.
37653         [C99-based-standards] (SCNi32): Likewise.
37654         [C99-based-standards] (SCNo32): Likewise.
37655         [C99-based-standards] (SCNu32): Likewise.
37656         [C99-based-standards] (SCNx32): Likewise.
37657         [C99-based-standards] (PRIdLEAST32): Likewise.
37658         [C99-based-standards] (PRIiLEAST32): Likewise.
37659         [C99-based-standards] (PRIoLEAST32): Likewise.
37660         [C99-based-standards] (PRIuLEAST32): Likewise.
37661         [C99-based-standards] (PRIxLEAST32): Likewise.
37662         [C99-based-standards] (PRIXLEAST32): Likewise.
37663         [C99-based-standards] (SCNdLEAST32): Likewise.
37664         [C99-based-standards] (SCNiLEAST32): Likewise.
37665         [C99-based-standards] (SCNoLEAST32): Likewise.
37666         [C99-based-standards] (SCNuLEAST32): Likewise.
37667         [C99-based-standards] (SCNxLEAST32): Likewise.
37668         [C99-based-standards] (PRIdFAST32): Likewise.
37669         [C99-based-standards] (PRIiFAST32): Likewise.
37670         [C99-based-standards] (PRIoFAST32): Likewise.
37671         [C99-based-standards] (PRIuFAST32): Likewise.
37672         [C99-based-standards] (PRIxFAST32): Likewise.
37673         [C99-based-standards] (PRIXFAST32): Likewise.
37674         [C99-based-standards] (SCNdFAST32): Likewise.
37675         [C99-based-standards] (SCNiFAST32): Likewise.
37676         [C99-based-standards] (SCNoFAST32): Likewise.
37677         [C99-based-standards] (SCNuFAST32): Likewise.
37678         [C99-based-standards] (SCNxFAST32): Likewise.
37679         [C99-based-standards] (PRId64): Likewise.
37680         [C99-based-standards] (PRIi64): Likewise.
37681         [C99-based-standards] (PRIo64): Likewise.
37682         [C99-based-standards] (PRIu64): Likewise.
37683         [C99-based-standards] (PRIx64): Likewise.
37684         [C99-based-standards] (PRIX64): Likewise.
37685         [C99-based-standards] (SCNd64): Likewise.
37686         [C99-based-standards] (SCNi64): Likewise.
37687         [C99-based-standards] (SCNo64): Likewise.
37688         [C99-based-standards] (SCNu64): Likewise.
37689         [C99-based-standards] (SCNx64): Likewise.
37690         [C99-based-standards] (PRIdLEAST64): Likewise.
37691         [C99-based-standards] (PRIiLEAST64): Likewise.
37692         [C99-based-standards] (PRIoLEAST64): Likewise.
37693         [C99-based-standards] (PRIuLEAST64): Likewise.
37694         [C99-based-standards] (PRIxLEAST64): Likewise.
37695         [C99-based-standards] (PRIXLEAST64): Likewise.
37696         [C99-based-standards] (SCNdLEAST64): Likewise.
37697         [C99-based-standards] (SCNiLEAST64): Likewise.
37698         [C99-based-standards] (SCNoLEAST64): Likewise.
37699         [C99-based-standards] (SCNuLEAST64): Likewise.
37700         [C99-based-standards] (SCNxLEAST64): Likewise.
37701         [C99-based-standards] (PRIdFAST64): Likewise.
37702         [C99-based-standards] (PRIiFAST64): Likewise.
37703         [C99-based-standards] (PRIoFAST64): Likewise.
37704         [C99-based-standards] (PRIuFAST64): Likewise.
37705         [C99-based-standards] (PRIxFAST64): Likewise.
37706         [C99-based-standards] (PRIXFAST64): Likewise.
37707         [C99-based-standards] (SCNdFAST64): Likewise.
37708         [C99-based-standards] (SCNiFAST64): Likewise.
37709         [C99-based-standards] (SCNoFAST64): Likewise.
37710         [C99-based-standards] (SCNuFAST64): Likewise.
37711         [C99-based-standards] (SCNxFAST64): Likewise.
37712         [C99-based-standards] (PRIdMAX): Likewise.
37713         [C99-based-standards] (PRIiMAX): Likewise.
37714         [C99-based-standards] (PRIoMAX): Likewise.
37715         [C99-based-standards] (PRIuMAX): Likewise.
37716         [C99-based-standards] (PRIxMAX): Likewise.
37717         [C99-based-standards] (PRIXMAX): Likewise.
37718         [C99-based-standards] (SCNdMAX): Likewise.
37719         [C99-based-standards] (SCNiMAX): Likewise.
37720         [C99-based-standards] (SCNoMAX): Likewise.
37721         [C99-based-standards] (SCNuMAX): Likewise.
37722         [C99-based-standards] (SCNxMAX): Likewise.
37723         [C99-based-standards] (PRIdPTR): Likewise.
37724         [C99-based-standards] (PRIiPTR): Likewise.
37725         [C99-based-standards] (PRIoPTR): Likewise.
37726         [C99-based-standards] (PRIuPTR): Likewise.
37727         [C99-based-standards] (PRIxPTR): Likewise.
37728         [C99-based-standards] (PRIXPTR): Likewise.
37729         [C99-based-standards] (SCNdPTR): Likewise.
37730         [C99-based-standards] (SCNiPTR): Likewise.
37731         [C99-based-standards] (SCNoPTR): Likewise.
37732         [C99-based-standards] (SCNuPTR): Likewise.
37733         [C99-based-standards] (SCNxPTR): Likewise.
37734         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
37735         allow.
37736         * conform/data/stdint.h-data: Update comments to clarify
37737         requirements.
37738         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
37739         type.
37740         [C99-based standards] (INT8_MAX): Likewise.
37741         [C99-based standards] (INT16_MIN): Likewise.
37742         [C99-based standards] (INT16_MAX): Likewise.
37743         [C99-based standards] (INT32_MIN): Likewise.
37744         [C99-based standards] (INT32_MAX): Likewise.
37745         [C99-based standards] (INT64_MIN): Likewise.
37746         [C99-based standards] (INT64_MAX): Likewise.
37747         [C99-based standards] (UINT8_MAX): Likewise.
37748         [C99-based standards] (UINT16_MAX): Likewise.
37749         [C99-based standards] (UINT32_MAX): Likewise.
37750         [C99-based standards] (UINT64_MAX): Likewise.
37751         [C99-based standards] (INT_LEAST8_MIN): Likewise.
37752         [C99-based standards] (INT_LEAST8_MAX): Likewise.
37753         [C99-based standards] (INT_LEAST16_MIN): Likewise.
37754         [C99-based standards] (INT_LEAST16_MAX): Likewise.
37755         [C99-based standards] (INT_LEAST32_MIN): Likewise.
37756         [C99-based standards] (INT_LEAST32_MAX): Likewise.
37757         [C99-based standards] (INT_LEAST64_MIN): Likewise.
37758         [C99-based standards] (INT_LEAST64_MAX): Likewise.
37759         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
37760         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
37761         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
37762         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
37763         [C99-based standards] (INT_FAST8_MIN): Likewise.
37764         [C99-based standards] (INT_FAST8_MAX): Likewise.
37765         [C99-based standards] (INT_FAST16_MIN): Likewise.
37766         [C99-based standards] (INT_FAST16_MAX): Likewise.
37767         [C99-based standards] (INT_FAST32_MIN): Likewise.
37768         [C99-based standards] (INT_FAST32_MAX): Likewise.
37769         [C99-based standards] (INT_FAST64_MIN): Likewise.
37770         [C99-based standards] (INT_FAST64_MAX): Likewise.
37771         [C99-based standards] (UINT_FAST8_MAX): Likewise.
37772         [C99-based standards] (UINT_FAST16_MAX): Likewise.
37773         [C99-based standards] (UINT_FAST32_MAX): Likewise.
37774         [C99-based standards] (UINT_FAST64_MAX): Likewise.
37775         [C99-based standards] (INTPTR_MIN): Likewise.
37776         [C99-based standards] (INTPTR_MAX): Likewise.
37777         [C99-based standards] (UINTPTR_MAX): Likewise.
37778         [C99-based standards] (INTMAX_MIN): Likewise.
37779         [C99-based standards] (INTMAX_MAX): Likewise.
37780         [C99-based standards] (UINTMAX_MAX): Likewise.
37781         [C99-based standards] (PTRDIFF_MIN): Likewise.
37782         [C99-based standards] (PTRDIFF_MAX): Likewise.
37783         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
37784         [C99-based standards] (SIZE_MAX): Likewise.
37785         [C99-based standards] (WCHAR_MAX): Likewise.
37786         [C99-based standards] (WINT_MAX): Likewise.
37787         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
37788         constraint on value.
37789         [C99-based standards] (WCHAR_MIN): Likewise.
37790         [C99-based standards] (WINT_MIN): Likewise.
37791         [C99-based standards] (*_t): Allow.
37792         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
37793         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
37794         Include math.h-data and complex.h-data.  Remove all expectations
37795         of math.h and complex.h contents.
37796         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
37797         at end of line.
37798         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
37799         (struct tm): Expect tag.
37800         [C99-based-standards] (wcstof): Expect function.
37801         [C99-based-standards] (wcstold): Likewise.
37802         [C99-based-standards] (wcstoll): Likewise.
37803         [C99-based-standards] (wcstoull): Likewise.
37804         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
37805         macro-int-constant.  Specify type.
37806         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
37807         constraint on value.
37808         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37809         Specify type.
37810         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
37811         Specify value.
37812         [ISO C standards]: Do not allow headers.
37813         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
37814         wcs[abcdefghijklmnopqrstuvwxyz]*.
37815         [ISO C standards] (*_t): Do not allow.
37816         * conform/data/wctype.h-data [C99-based standards] (iswblank):
37817         Expect function.
37818         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
37819         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37820         Specify type.
37821         [ISO C standards]: Do not allow headers.
37822         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
37823         is[abcdefghijklmnopqrstuvwxyz]*.
37824         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
37825         to[abcdefghijklmnopqrstuvwxyz]*.
37826         [ISO C standards] (*_t): Do not allow.
37827         * conform/data/stdalign.h-data: New file.
37828         * conform/data/stdbool.h-data: Likewise.
37829         * conform/data/stdnoreturn.h-data: Likewise.
37831 2012-11-07  Roland McGrath  <roland@hack.frob.com>
37833         [BZ #14815]
37834         * manual/filesys.texi (Directory Entries): Typo fix.
37835         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
37837 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37839         * elf/elf.h (EM_AARCH64): New macro.
37840         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
37841         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
37842         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
37843         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
37844         (R_AARCH64_TLSDESC): Likewise.
37845         (NT_ARM_TLS): Likewise.
37846         (NT_ARM_HW_BREAK): Likewise.
37847         (NT_ARM_HW_WATCH): Likewise.
37849 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37851         [BZ #14811]
37852         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
37853         (__ieee754_powl): Saturate nonzero exponents with absolute value
37854         below 0x1p-79 to +/- 0x1p-79.
37855         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
37856         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
37857         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
37858         nonzero exponents with absolute value below 0x1p-32 to +/-
37859         0x1p-32.
37860         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
37861         (__ieee754_powl): Saturate nonzero exponents with absolute value
37862         below 0x1p-79 to +/- 0x1p-79.
37863         * math/libm-test.inc (pow_test): Add more tests.
37865 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37867         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
37868         _dl_s390_cap_flags with kernel. Increase string length.
37869         (_dl_s390_platforms): Add z196 and zEC12.
37871 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37873         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
37874         Change XOPEN21K to XOPEN2K.
37876 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
37878         * string/memmove.c: Use memcpy when possible.
37880 2012-11-06  Andreas Jaeger  <aj@suse.de>
37882         * po/eo.po: Update from translation team.
37884 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
37886         [BZ #14793]
37887         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
37888         exponent and small x and y exponents, scale x or y up.  Increase
37889         by 2 the exponent used in scaling up.
37890         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37891         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37892         * math/libm-test.inc (fma_test): Add more tests.
37893         (fma_test_towardzero): Likewise.
37894         (fma_test_downward): Likewise.
37895         (fma_test_upward): Likewise.
37897 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
37899         [BZ #14805]
37900         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
37901         fenv_t *.
37903         [BZ #14801]
37904         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
37905         namespace for names of struct fields.
37906         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
37907         fenv_t fields.
37908         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37909         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
37911 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37913         [BZ #3665]
37914         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37916 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37918         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37919         PTR_DEMANGLE.
37921         [BZ #5246]
37922         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37923         PTR_DEMANGLE.
37925 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
37927         [BZ #14797]
37928         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37929         definitely overflow as x * y not x * y + z.
37930         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37931         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37932         * math/libm-test.inc (fma_test): Add more tests.
37933         (fma_test_towardzero): Likewise.
37934         (fma_test_downward): Likewise.
37935         (fma_test_upward): Likewise.
37937 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37939         [BZ #157]
37941         * include/stub-tag.h: Remove file.
37942         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37943         '#include' of it.
37944         * manual/maint.texi (Porting): Don't reference it.
37945         * Makerules ($(objpfx)stubs): Likewise.
37946         * dirent/closedir.c: Don't include <stub-tag.h>.
37947         * dirent/dirfd.c: Likewise.
37948         * dirent/fdopendir.c: Likewise.
37949         * dirent/getdents.c: Likewise.
37950         * dirent/getdents64.c: Likewise.
37951         * dirent/opendir.c: Likewise.
37952         * dirent/readdir.c: Likewise.
37953         * dirent/readdir64.c: Likewise.
37954         * dirent/readdir64_r.c: Likewise.
37955         * dirent/readdir_r.c: Likewise.
37956         * dirent/rewinddir.c: Likewise.
37957         * dirent/seekdir.c: Likewise.
37958         * dirent/telldir.c: Likewise.
37959         * gmon/profil.c: Likewise.
37960         * grp/setgroups.c: Likewise.
37961         * inet/if_index.c: Likewise.
37962         * io/access.c: Likewise.
37963         * io/chdir.c: Likewise.
37964         * io/chmod.c: Likewise.
37965         * io/chown.c: Likewise.
37966         * io/close.c: Likewise.
37967         * io/dup.c: Likewise.
37968         * io/dup2.c: Likewise.
37969         * io/dup3.c: Likewise.
37970         * io/euidaccess.c: Likewise.
37971         * io/faccessat.c: Likewise.
37972         * io/fchdir.c: Likewise.
37973         * io/fchmod.c: Likewise.
37974         * io/fchmodat.c: Likewise.
37975         * io/fchown.c: Likewise.
37976         * io/fchownat.c: Likewise.
37977         * io/fcntl.c: Likewise.
37978         * io/flock.c: Likewise.
37979         * io/fstatfs.c: Likewise.
37980         * io/fstatfs64.c: Likewise.
37981         * io/fstatvfs.c: Likewise.
37982         * io/fstatvfs64.c: Likewise.
37983         * io/futimens.c: Likewise.
37984         * io/fxstat.c: Likewise.
37985         * io/fxstat64.c: Likewise.
37986         * io/fxstatat.c: Likewise.
37987         * io/fxstatat64.c: Likewise.
37988         * io/getcwd.c: Likewise.
37989         * io/isatty.c: Likewise.
37990         * io/lchmod.c: Likewise.
37991         * io/lchown.c: Likewise.
37992         * io/link.c: Likewise.
37993         * io/linkat.c: Likewise.
37994         * io/lseek.c: Likewise.
37995         * io/lseek64.c: Likewise.
37996         * io/lxstat64.c: Likewise.
37997         * io/mkdir.c: Likewise.
37998         * io/mkdirat.c: Likewise.
37999         * io/mkfifo.c: Likewise.
38000         * io/mkfifoat.c: Likewise.
38001         * io/open.c: Likewise.
38002         * io/open64.c: Likewise.
38003         * io/openat.c: Likewise.
38004         * io/openat64.c: Likewise.
38005         * io/pipe.c: Likewise.
38006         * io/pipe2.c: Likewise.
38007         * io/poll.c: Likewise.
38008         * io/posix_fadvise.c: Likewise.
38009         * io/posix_fadvise64.c: Likewise.
38010         * io/posix_fallocate.c: Likewise.
38011         * io/posix_fallocate64.c: Likewise.
38012         * io/read.c: Likewise.
38013         * io/readlink.c: Likewise.
38014         * io/readlinkat.c: Likewise.
38015         * io/rmdir.c: Likewise.
38016         * io/sendfile.c: Likewise.
38017         * io/sendfile64.c: Likewise.
38018         * io/statfs.c: Likewise.
38019         * io/statfs64.c: Likewise.
38020         * io/statvfs.c: Likewise.
38021         * io/statvfs64.c: Likewise.
38022         * io/symlink.c: Likewise.
38023         * io/symlinkat.c: Likewise.
38024         * io/ttyname.c: Likewise.
38025         * io/ttyname_r.c: Likewise.
38026         * io/umask.c: Likewise.
38027         * io/unlink.c: Likewise.
38028         * io/unlinkat.c: Likewise.
38029         * io/utime.c: Likewise.
38030         * io/utimensat.c: Likewise.
38031         * io/write.c: Likewise.
38032         * io/xmknod.c: Likewise.
38033         * io/xmknodat.c: Likewise.
38034         * io/xstat.c: Likewise.
38035         * io/xstat64.c: Likewise.
38036         * login/getpt.c: Likewise.
38037         * login/grantpt.c: Likewise.
38038         * login/unlockpt.c: Likewise.
38039         * math/e_acoshl.c: Likewise.
38040         * math/e_acosl.c: Likewise.
38041         * math/e_asinl.c: Likewise.
38042         * math/e_atan2l.c: Likewise.
38043         * math/e_atanhl.c: Likewise.
38044         * math/e_coshl.c: Likewise.
38045         * math/e_expl.c: Likewise.
38046         * math/e_fmodl.c: Likewise.
38047         * math/e_gammal_r.c: Likewise.
38048         * math/e_hypotl.c: Likewise.
38049         * math/e_j0l.c: Likewise.
38050         * math/e_j1l.c: Likewise.
38051         * math/e_jnl.c: Likewise.
38052         * math/e_lgammal_r.c: Likewise.
38053         * math/e_log10l.c: Likewise.
38054         * math/e_log2l.c: Likewise.
38055         * math/e_logl.c: Likewise.
38056         * math/e_powl.c: Likewise.
38057         * math/e_rem_pio2l.c: Likewise.
38058         * math/e_sinhl.c: Likewise.
38059         * math/e_sqrtl.c: Likewise.
38060         * math/fclrexcpt.c: Likewise.
38061         * math/fedisblxcpt.c: Likewise.
38062         * math/feenablxcpt.c: Likewise.
38063         * math/fegetenv.c: Likewise.
38064         * math/fegetexcept.c: Likewise.
38065         * math/fegetround.c: Likewise.
38066         * math/feholdexcpt.c: Likewise.
38067         * math/fesetenv.c: Likewise.
38068         * math/fesetround.c: Likewise.
38069         * math/feupdateenv.c: Likewise.
38070         * math/fgetexcptflg.c: Likewise.
38071         * math/fraiseexcpt.c: Likewise.
38072         * math/fsetexcptflg.c: Likewise.
38073         * math/ftestexcept.c: Likewise.
38074         * math/k_cosl.c: Likewise.
38075         * math/k_rem_pio2l.c: Likewise.
38076         * math/k_sinl.c: Likewise.
38077         * math/k_tanl.c: Likewise.
38078         * math/s_asinhl.c: Likewise.
38079         * math/s_atanl.c: Likewise.
38080         * math/s_cbrtl.c: Likewise.
38081         * math/s_erfl.c: Likewise.
38082         * math/s_expm1l.c: Likewise.
38083         * math/s_log1pl.c: Likewise.
38084         * math/s_tanhl.c: Likewise.
38085         * misc/acct.c: Likewise.
38086         * misc/brk.c: Likewise.
38087         * misc/chflags.c: Likewise.
38088         * misc/chroot.c: Likewise.
38089         * misc/fchflags.c: Likewise.
38090         * misc/fgetxattr.c: Likewise.
38091         * misc/flistxattr.c: Likewise.
38092         * misc/fremovexattr.c: Likewise.
38093         * misc/fsetxattr.c: Likewise.
38094         * misc/fsync.c: Likewise.
38095         * misc/ftruncate.c: Likewise.
38096         * misc/futimes.c: Likewise.
38097         * misc/futimesat.c: Likewise.
38098         * misc/getdomain.c: Likewise.
38099         * misc/getdtsz.c: Likewise.
38100         * misc/gethostid.c: Likewise.
38101         * misc/gethostname.c: Likewise.
38102         * misc/getloadavg.c: Likewise.
38103         * misc/getpagesize.c: Likewise.
38104         * misc/getsysstats.c: Likewise.
38105         * misc/getxattr.c: Likewise.
38106         * misc/gtty.c: Likewise.
38107         * misc/ioctl.c: Likewise.
38108         * misc/lgetxattr.c: Likewise.
38109         * misc/listxattr.c: Likewise.
38110         * misc/llistxattr.c: Likewise.
38111         * misc/lremovexattr.c: Likewise.
38112         * misc/lsetxattr.c: Likewise.
38113         * misc/lutimes.c: Likewise.
38114         * misc/madvise.c: Likewise.
38115         * misc/mincore.c: Likewise.
38116         * misc/mlock.c: Likewise.
38117         * misc/mlockall.c: Likewise.
38118         * misc/mmap.c: Likewise.
38119         * misc/mprotect.c: Likewise.
38120         * misc/msync.c: Likewise.
38121         * misc/munlock.c: Likewise.
38122         * misc/munlockall.c: Likewise.
38123         * misc/munmap.c: Likewise.
38124         * misc/preadv.c: Likewise.
38125         * misc/preadv64.c: Likewise.
38126         * misc/ptrace.c: Likewise.
38127         * misc/pwritev.c: Likewise.
38128         * misc/pwritev64.c: Likewise.
38129         * misc/readv.c: Likewise.
38130         * misc/reboot.c: Likewise.
38131         * misc/remap_file_pages.c: Likewise.
38132         * misc/removexattr.c: Likewise.
38133         * misc/revoke.c: Likewise.
38134         * misc/select.c: Likewise.
38135         * misc/setdomain.c: Likewise.
38136         * misc/setegid.c: Likewise.
38137         * misc/seteuid.c: Likewise.
38138         * misc/sethostid.c: Likewise.
38139         * misc/sethostname.c: Likewise.
38140         * misc/setregid.c: Likewise.
38141         * misc/setreuid.c: Likewise.
38142         * misc/setxattr.c: Likewise.
38143         * misc/sstk.c: Likewise.
38144         * misc/stty.c: Likewise.
38145         * misc/swapoff.c: Likewise.
38146         * misc/swapon.c: Likewise.
38147         * misc/sync.c: Likewise.
38148         * misc/syncfs.c: Likewise.
38149         * misc/syscall.c: Likewise.
38150         * misc/truncate.c: Likewise.
38151         * misc/ualarm.c: Likewise.
38152         * misc/usleep.c: Likewise.
38153         * misc/ustat.c: Likewise.
38154         * misc/utimes.c: Likewise.
38155         * misc/vhangup.c: Likewise.
38156         * misc/writev.c: Likewise.
38157         * posix/_exit.c: Likewise.
38158         * posix/alarm.c: Likewise.
38159         * posix/execve.c: Likewise.
38160         * posix/fexecve.c: Likewise.
38161         * posix/fork.c: Likewise.
38162         * posix/fpathconf.c: Likewise.
38163         * posix/getaddrinfo.c: Likewise.
38164         * posix/getegid.c: Likewise.
38165         * posix/geteuid.c: Likewise.
38166         * posix/getgid.c: Likewise.
38167         * posix/getgroups.c: Likewise.
38168         * posix/getlogin.c: Likewise.
38169         * posix/getlogin_r.c: Likewise.
38170         * posix/getpgid.c: Likewise.
38171         * posix/getpid.c: Likewise.
38172         * posix/getppid.c: Likewise.
38173         * posix/getresgid.c: Likewise.
38174         * posix/getresuid.c: Likewise.
38175         * posix/getsid.c: Likewise.
38176         * posix/getuid.c: Likewise.
38177         * posix/glob64.c: Likewise.
38178         * posix/nanosleep.c: Likewise.
38179         * posix/pathconf.c: Likewise.
38180         * posix/pause.c: Likewise.
38181         * posix/posix_madvise.c: Likewise.
38182         * posix/pread.c: Likewise.
38183         * posix/pread64.c: Likewise.
38184         * posix/pwrite.c: Likewise.
38185         * posix/pwrite64.c: Likewise.
38186         * posix/sched_getaffinity.c: Likewise.
38187         * posix/sched_getp.c: Likewise.
38188         * posix/sched_gets.c: Likewise.
38189         * posix/sched_primax.c: Likewise.
38190         * posix/sched_primin.c: Likewise.
38191         * posix/sched_rr_gi.c: Likewise.
38192         * posix/sched_setaffinity.c: Likewise.
38193         * posix/sched_setp.c: Likewise.
38194         * posix/sched_sets.c: Likewise.
38195         * posix/sched_yield.c: Likewise.
38196         * posix/setgid.c: Likewise.
38197         * posix/setlogin.c: Likewise.
38198         * posix/setpgid.c: Likewise.
38199         * posix/setresgid.c: Likewise.
38200         * posix/setresuid.c: Likewise.
38201         * posix/setsid.c: Likewise.
38202         * posix/setuid.c: Likewise.
38203         * posix/sleep.c: Likewise.
38204         * posix/spawni.c: Likewise.
38205         * posix/sysconf.c: Likewise.
38206         * posix/times.c: Likewise.
38207         * posix/wait.c: Likewise.
38208         * posix/wait3.c: Likewise.
38209         * posix/wait4.c: Likewise.
38210         * posix/waitpid.c: Likewise.
38211         * resolv/gai_sigqueue.c: Likewise.
38212         * resource/getpriority.c: Likewise.
38213         * resource/getrlimit.c: Likewise.
38214         * resource/getrusage.c: Likewise.
38215         * resource/nice.c: Likewise.
38216         * resource/setpriority.c: Likewise.
38217         * resource/setrlimit.c: Likewise.
38218         * resource/ulimit.c: Likewise.
38219         * rt/aio_cancel.c: Likewise.
38220         * rt/aio_fsync.c: Likewise.
38221         * rt/aio_read.c: Likewise.
38222         * rt/aio_sigqueue.c: Likewise.
38223         * rt/aio_suspend.c: Likewise.
38224         * rt/aio_write.c: Likewise.
38225         * rt/clock_getres.c: Likewise.
38226         * rt/clock_gettime.c: Likewise.
38227         * rt/clock_nanosleep.c: Likewise.
38228         * rt/clock_settime.c: Likewise.
38229         * rt/lio_listio.c: Likewise.
38230         * rt/mq_close.c: Likewise.
38231         * rt/mq_getattr.c: Likewise.
38232         * rt/mq_notify.c: Likewise.
38233         * rt/mq_open.c: Likewise.
38234         * rt/mq_receive.c: Likewise.
38235         * rt/mq_send.c: Likewise.
38236         * rt/mq_setattr.c: Likewise.
38237         * rt/mq_timedreceive.c: Likewise.
38238         * rt/mq_timedsend.c: Likewise.
38239         * rt/mq_unlink.c: Likewise.
38240         * rt/shm_open.c: Likewise.
38241         * rt/shm_unlink.c: Likewise.
38242         * rt/timer_create.c: Likewise.
38243         * rt/timer_delete.c: Likewise.
38244         * rt/timer_getoverr.c: Likewise.
38245         * rt/timer_gettime.c: Likewise.
38246         * rt/timer_settime.c: Likewise.
38247         * setjmp/__longjmp.c: Likewise.
38248         * setjmp/setjmp.c: Likewise.
38249         * signal/kill.c: Likewise.
38250         * signal/killpg.c: Likewise.
38251         * signal/raise.c: Likewise.
38252         * signal/sigaction.c: Likewise.
38253         * signal/sigaltstack.c: Likewise.
38254         * signal/sigblock.c: Likewise.
38255         * signal/sigignore.c: Likewise.
38256         * signal/sigintr.c: Likewise.
38257         * signal/signal.c: Likewise.
38258         * signal/sigpause.c: Likewise.
38259         * signal/sigpending.c: Likewise.
38260         * signal/sigqueue.c: Likewise.
38261         * signal/sigreturn.c: Likewise.
38262         * signal/sigset.c: Likewise.
38263         * signal/sigsetmask.c: Likewise.
38264         * signal/sigstack.c: Likewise.
38265         * signal/sigsuspend.c: Likewise.
38266         * signal/sigtimedwait.c: Likewise.
38267         * signal/sigvec.c: Likewise.
38268         * signal/sigwait.c: Likewise.
38269         * signal/sigwaitinfo.c: Likewise.
38270         * signal/sysv_signal.c: Likewise.
38271         * socket/accept.c: Likewise.
38272         * socket/accept4.c: Likewise.
38273         * socket/bind.c: Likewise.
38274         * socket/connect.c: Likewise.
38275         * socket/getpeername.c: Likewise.
38276         * socket/getsockname.c: Likewise.
38277         * socket/getsockopt.c: Likewise.
38278         * socket/isfdtype.c: Likewise.
38279         * socket/listen.c: Likewise.
38280         * socket/recv.c: Likewise.
38281         * socket/recvfrom.c: Likewise.
38282         * socket/recvmsg.c: Likewise.
38283         * socket/send.c: Likewise.
38284         * socket/sendmsg.c: Likewise.
38285         * socket/sendto.c: Likewise.
38286         * socket/setsockopt.c: Likewise.
38287         * socket/shutdown.c: Likewise.
38288         * socket/sockatmark.c: Likewise.
38289         * socket/socket.c: Likewise.
38290         * socket/socketpair.c: Likewise.
38291         * stdio-common/ctermid.c: Likewise.
38292         * stdio-common/cuserid.c: Likewise.
38293         * stdio-common/remove.c: Likewise.
38294         * stdio-common/rename.c: Likewise.
38295         * stdio-common/renameat.c: Likewise.
38296         * stdio-common/tempname.c: Likewise.
38297         * stdlib/getcontext.c: Likewise.
38298         * stdlib/makecontext.c: Likewise.
38299         * stdlib/setcontext.c: Likewise.
38300         * stdlib/swapcontext.c: Likewise.
38301         * stdlib/system.c: Likewise.
38302         * streams/fattach.c: Likewise.
38303         * streams/fdetach.c: Likewise.
38304         * streams/getmsg.c: Likewise.
38305         * streams/getpmsg.c: Likewise.
38306         * streams/putmsg.c: Likewise.
38307         * streams/putpmsg.c: Likewise.
38308         * sysdeps/unix/bsd/getpt.c: Likewise.
38309         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
38310         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
38311         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
38312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
38313         Likewise.
38314         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
38315         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
38316         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
38317         * sysvipc/msgctl.c: Likewise.
38318         * sysvipc/msgget.c: Likewise.
38319         * sysvipc/msgrcv.c: Likewise.
38320         * sysvipc/msgsnd.c: Likewise.
38321         * sysvipc/semctl.c: Likewise.
38322         * sysvipc/semget.c: Likewise.
38323         * sysvipc/semop.c: Likewise.
38324         * sysvipc/semtimedop.c: Likewise.
38325         * sysvipc/shmat.c: Likewise.
38326         * sysvipc/shmctl.c: Likewise.
38327         * sysvipc/shmdt.c: Likewise.
38328         * sysvipc/shmget.c: Likewise.
38329         * termios/tcdrain.c: Likewise.
38330         * termios/tcflow.c: Likewise.
38331         * termios/tcflush.c: Likewise.
38332         * termios/tcgetattr.c: Likewise.
38333         * termios/tcgetpgrp.c: Likewise.
38334         * termios/tcsendbrk.c: Likewise.
38335         * termios/tcsetattr.c: Likewise.
38336         * termios/tcsetpgrp.c: Likewise.
38337         * time/adjtime.c: Likewise.
38338         * time/clock.c: Likewise.
38339         * time/getitimer.c: Likewise.
38340         * time/gettimeofday.c: Likewise.
38341         * time/setitimer.c: Likewise.
38342         * time/settimeofday.c: Likewise.
38343         * time/stime.c: Likewise.
38344         * time/time.c: Likewise.
38346 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
38348         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
38349         /usr/old/bin.
38351         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
38352         instead of spaces.
38353         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
38355 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
38357         [BZ #14796]
38358         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
38359         FE_TONEAREST before applying Dekker multiplication and Knuth
38360         addition.  Clear inexact exceptions and check for exact zero
38361         results afterwards.
38362         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38363         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38364         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38365         * math/libm-test.inc (fma_test): Add more tests.
38366         (fma_test_towardzero): Likewise.
38367         (fma_test_downward): Likewise.
38368         (fma_test_upward): Likewise.
38369         * sysdeps/generic/math_private.h (default_libc_fesetround): New
38370         function.
38371         (libc_fesetround): New macro.
38372         (libc_fesetroundf): Likewise.
38373         (libc_fesetroundl): Likewise.
38374         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
38375         function.
38376         (libc_fesetround_387): Likewise.
38377         (libc_fesetroundf): New macro.
38378         (libc_fesetround): Likewise.
38379         (libc_fesetroundl): Likewise.
38380         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
38381         function.
38382         (libc_fesetroundf): New macro.
38383         (libc_fesetround): Likewise.
38384         (libc_fesetroundl): Likewise.
38385         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
38386         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
38387         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
38388         libm_hidden_ver.
38389         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
38390         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
38391         libm_hidden_def.
38392         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
38393         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
38394         libm_hidden_ver.
38395         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
38396         libm_hidden_def.
38398         [BZ #3439]
38399         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
38400         integer constant usable in #if and use that to give value to enum
38401         constant.
38402         (FE_DIVBYZERO): Likewise.
38403         (FE_UNDERFLOW): Likewise.
38404         (FE_OVERFLOW): Likewise.
38405         (FE_INVALID): Likewise.
38406         (FE_INVALID_SNAN): Likewise.
38407         (FE_INVALID_ISI): Likewise.
38408         (FE_INVALID_IDI): Likewise.
38409         (FE_INVALID_ZDZ): Likewise.
38410         (FE_INVALID_IMZ): Likewise.
38411         (FE_INVALID_COMPARE): Likewise.
38412         (FE_INVALID_SOFTWARE): Likewise.
38413         (FE_INVALID_SQRT): Likewise.
38414         (FE_INVALID_INTEGER_CONVERSION): Likewise.
38415         (FE_TONEAREST): Likewise.
38416         (FE_TOWARDZERO): Likewise.
38417         (FE_UPWARD): Likewise.
38418         (FE_DOWNWARD): Likewise.
38419         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
38420         (FE_DIVBYZERO): Likewise.
38421         (FE_OVERFLOW): Likewise.
38422         (FE_UNDERFLOW): Likewise.
38423         (FE_INEXACT): Likewise.
38424         (FE_TONEAREST): Likewise.
38425         (FE_DOWNWARD): Likewise.
38426         (FE_UPWARD): Likewise.
38427         (FE_TOWARDZERO): Likewise.
38428         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
38429         (FE_UNDERFLOW): Likewise.
38430         (FE_OVERFLOW): Likewise.
38431         (FE_DIVBYZERO): Likewise.
38432         (FE_INVALID): Likewise.
38433         (FE_TONEAREST): Likewise.
38434         (FE_TOWARDZERO): Likewise.
38435         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
38436         (FE_OVERFLOW): Likewise.
38437         (FE_UNDERFLOW): Likewise.
38438         (FE_DIVBYZERO): Likewise.
38439         (FE_INEXACT): Likewise.
38440         (FE_TONEAREST): Likewise.
38441         (FE_TOWARDZERO): Likewise.
38442         (FE_UPWARD): Likewise.
38443         (FE_DOWNWARD): Likewise.
38444         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
38445         (FE_DIVBYZERO): Likewise.
38446         (FE_OVERFLOW): Likewise.
38447         (FE_UNDERFLOW): Likewise.
38448         (FE_INEXACT): Likewise.
38449         (FE_TONEAREST): Likewise.
38450         (FE_DOWNWARD): Likewise.
38451         (FE_UPWARD): Likewise.
38452         (FE_TOWARDZERO): Likewise.
38454 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
38456         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
38458 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
38460         * scripts/cross-test-ssh.sh (command): Use newlines to separate
38461         commands.  Quote $PWD.
38462         (blacklist_exports): Don't use remove_newlines.  Replace "declare
38463         -x" by "export".
38464         (remove_newlines): Remove.
38466 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
38468         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
38469         * stdlib/stdlib.h (atof): Moved to ...
38470         * include/bits/stdlib-float.h: Here.  New file.
38471         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
38472         * stdlib/bits/stdlib-float.h: New file.
38473         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
38474         -mno-sse -mno-mmx.
38475         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
38476         <xmmintrin.h>.
38478 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
38480         * conform/conformtest.pl (@headers): Add fenv.h.
38481         * conform/data/fenv.h-data: New file.
38482         * include/fenv.h [_ISOMAC]: Disable all contents of file except
38483         include of <math/fenv.h>.
38485         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
38486         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
38487         && !UNIX98].  Enables tests for XOPEN2K8.
38488         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
38489         POSIX2008]: Likewise.
38491         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
38492         (struct rusage): Do not expect type or its members.
38494         [BZ #3439]
38495         * math/math.h (FP_NAN): Define macro to integer constant usable in
38496         #if and use that to give value to enum constant.
38497         (FP_INFINITE): Likewise.
38498         (FP_ZERO): Likewise.
38499         (FP_SUBNORMAL): Likewise.
38500         (FP_NORMAL): Likewise.
38502 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
38504         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
38505         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
38506         arguments.
38508 2012-11-02  Roland McGrath  <roland@hack.frob.com>
38510         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
38511         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
38512         autoconf-time if not.
38513         * configure.in: Remove AC_PREREQ.
38515 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38517         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
38518         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
38519         of the internal implementation.
38521 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
38523         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
38524         except include of <misc/sys/syslog.h>.
38526 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
38528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
38529         function returns with a NULL context exit with zero.
38531 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38533         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
38535 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
38537         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
38538         (run_program_cmd): This.
38539         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
38540         (tst_langinfo): New variable.  Use it.
38542 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
38544         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
38545         floating point opcodes.
38547 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38549         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
38550         variable.
38552         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
38554         * sysdeps/mach/hurd/powerpc: Remove directory.
38555         * sysdeps/mach/powerpc: Likewise.
38557 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
38559         * scripts/check-local-headers.sh: Ignore c++ headers.
38561 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38563         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
38564         __libc_cleanup_region_start argument.
38566 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
38568         [BZ #14784]
38569         [BZ #14785]
38570         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
38571         x * y using scaling, not as x * y + z.
38572         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38573         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38574         * math/libm-test.inc (fma_test): Add more tests.
38575         (fma_test_towardzero): Likewise.
38576         (fma_test_downward): Likewise.
38577         (fma_test_upward): Likewise.
38579 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38581         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
38583 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
38585         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
38586         New variable.
38588 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
38590         * rt/tst-shm.c (worker): Correct checking for mmap failure.
38592 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
38594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38595         Fix sort order.
38596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38597         Likewise.
38599 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38602         Fix the order of the list for glibc 2.17.
38603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38604         Likewise.
38606 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
38608         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38610 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
38612         [BZ #14610]
38613         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
38614         for low part of x being zero before using __atanl (y).
38615         * math/libm-test.inc (atan2_test): Add another test.
38617         * manual/install.texi (Configuring and compiling): Document
38618         general use of test-wrapper and test-wrapper-env.
38619         * INSTALL: Regenerated.
38621         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
38622         (__fma): Do not extract and scale down low bits on after-rounding
38623         systems when result rounded to normal precision would have normal
38624         exponent.
38625         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
38626         (__fmal): Do not extract and scale down low bits on after-rounding
38627         systems when result rounded to normal precision would have normal
38628         exponent.
38629         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
38630         (__fmal): Do not extract and scale down low bits on after-rounding
38631         systems when result rounded to normal precision would have normal
38632         exponent.
38633         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
38634         macro.
38635         (fma_test): Add more tests.
38636         (fma_test_towardzero): Likewise.
38637         (fma_test_downward): Likewise.
38638         (fma_test_upward): Likewise.
38640 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
38642         * sysdeps/i386/tininess.h: Renamed to ...
38643         * sysdeps/x86/tininess.h: This.
38644         * sysdeps/x86_64/tininess.h: Removed.
38646 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
38648         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
38649         input.  Use $(build-program-cmd).
38650         ($(objpfx)tst-array1-static.out): Likewise.
38651         ($(objpfx)tst-array2.out): Likewise.
38652         ($(objpfx)tst-array3.out): Likewise.
38653         ($(objpfx)tst-array4.out): Likewise.
38654         ($(objpfx)tst-array5.out): Likewise.
38655         ($(objpfx)tst-array5-static.out): Likewise.
38657 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
38659         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
38660         if defined.
38662         * nss/nsswitch.h (nss_interface_function): Provide new
38663         macro for use with NSS functions.
38664         * grp/initgroups.c: Use new macro.
38665         * nss/getXXbyYY.c: Likewise.
38666         * nss/getXXbyYY_r.c: Likewise.
38667         * nss/getXXent.c: Likewise.
38668         * nss/getXXent_r.c: Likewise.
38669         * sysdeps/posix/getaddrinfo.c: Likewise.
38671 2012-10-30  Andreas Jaeger  <aj@suse.de>
38673         * po/ru.po: Update Russion translation from translation project.
38675 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
38677         [BZ #14152]
38678         [BZ #14783]
38679         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
38680         result and shift together with sticky bit instead of replicating
38681         round-to-nearest rounding.
38682         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38683         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38684         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
38685         missing underflow exceptions.
38686         (fma_test_towardzero): Add more tests.
38687         (fma_test_downward): Likewise.
38688         (fma_test_upward): Likewise.
38690         [BZ #14047]
38691         * sysdeps/generic/tininess.h: New file.
38692         * sysdeps/i386/tininess.h: Likewise.
38693         * sysdeps/sh/tininess.h: Likewise.
38694         * sysdeps/x86_64/tininess.h: Likewise.
38695         * stdlib/tst-strtod-underflow.c: Likewise.
38696         * stdlib/tst-tininess.c: Likewise.
38697         * stdlib/strtod_l.c: Include <tininess.h>.
38698         (round_and_return): Do not set errno for exact underflow cases.
38699         Force an underflow exception when setting errno for underflow.
38700         Determine underflow based on rounding to normal precision if
38701         TININESS_AFTER_ROUNDING.
38702         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
38703         ERANGE for exact underflow cases.
38704         * stdlib/Makefile (tests): Add tst-tininess and
38705         tst-strtod-underflow.
38706         ($(objpfx)tst-tininess): Use $(link-libm).
38707         ($(objpfx)tst-strtod-underflow): Likewise.
38709 2012-10-30  Andreas Jaeger  <aj@suse.de>
38711         [BZ#14767]
38712         * elf/Makefile (tests): Remove conditional for have-initfini-array
38713         since this is now always required and the variable does not exist
38714         anymore.
38715         (tests-static): Likewise.
38716         (modules-names): Likewise.
38718         * po/eo.po: Add Esperanto translation from translation project.
38720         * elf/tst-array1.c (fini_array): Make writeable so that it can be
38721         merged with constructor/destructor.
38722         (init_array): Likewise.
38723         * elf/tst-array2dep.c (fini_array): Likewise.
38724         (init_array): Likewise.
38726 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
38728         * manual/message.texi: Delete @cartouche tags.
38730 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
38732         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
38733         EOPNOTSUPP.
38734         * sysdeps/mach/hurd/fsync.c: Likewise.
38736         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
38737         [_POSIX_REALTIME_SIGNALS]: Change condition to
38738         [_POSIX_REALTIME_SIGNALS > 0].
38740 2012-10-27  Andreas Jaeger  <aj@suse.de>
38742         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
38743         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
38744         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
38745         [__WORDSIZE != 64]: Likewise.
38747 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
38749         *  iconvdata/tst-table.sh: Remove ${SHELL}.
38750         *  iconvdata/tst-tables.sh: Likewise.
38752 2012-10-25  David S. Miller  <davem@davemloft.net>
38754         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38755         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
38756         of strtoull.
38758         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
38759         ifunc-impl-list.c
38760         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
38761         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
38762         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
38763         file.
38765 2012-10-25  Roland McGrath  <roland@hack.frob.com>
38767         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38768         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
38769         __getdirentries.
38771 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38772             Jim Blandy  <jimb@codesourcery.com>
38774         * scripts/cross-test-ssh.sh: New file.
38775         * manual/install.texi (Configuring and compiling): Document use of
38776         cross-test-ssh.sh.
38777         * INSTALL: Regenerated.
38779 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
38781         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
38782         EOPNOTSUPP.
38784 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38786         * Makeconfig (run-program-prefix): Fix comment.
38788 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38789             Jim Blandy  <jimb@codesourcery.com>
38791         * Makeconfig (test-wrapper): New variable,
38792         (test-wrapper-env): Likewise.
38793         [$(cross-compiling) = yes && $(test-wrapper) != ""]
38794         (run-built-tests): Define to yes.
38795         (run-program-prefix): Use $(test-wrapper).
38796         (built-program-cmd): Likewise.
38797         * Rules (make-test-out): Use $(test-wrapper-env) and
38798         $(host-built-program-cmd).
38799         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
38800         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
38801         tst-pathopt.sh.
38802         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
38803         $(test-wrapper-env) to tst-rtld-load-self.sh.
38804         ($(objpfx)order2.out): Use $(test-wrapper).
38805         ($(objpfx)tst-initorder.out): Likewise.
38806         ($(objpfx)tst-initorder2.out): Likewise.
38807         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
38808         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
38809         (test_wrapper_env): New variable.  Use it to run ld.so.
38810         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
38811         Use it to run ld.so.
38812         (test_wrapper_env): Likewise.
38813         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
38814         $(test-wrapper) to run-iconv-test.sh.
38815         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
38816         (ICONV): Use $test_wrapper.
38817         * posix/Makefile ($(objpfx)globtest.out): Pass
38818         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
38819         globtest.sh, not $(run-program-prefix).
38820         * posix/globtest.sh (run_via_rtld_prefix): New variable.
38821         (test_wrapper): Likewise.
38822         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
38823         set together with run_via_rtld_prefix.
38824         (run_program_prefix): Define in terms of test_wrapper and
38825         run_via_rtld_prefix.
38827 2012-10-24  Roland McGrath  <roland@hack.frob.com>
38829         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
38830         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
38831         Targets removed.
38833         [BZ #14743]
38834         * include/time.h: Remove librt_hidden_proto (clock_gettime).
38835         Declare __clock_getres, __clock_gettime, __clock_settime,
38836         __clock_nanosleep, and __clock_getcpuclockid.
38837         * rt/clock_gettime.c: Define __clock_gettime as an alias.
38838         Remove librt_hidden_def (clock_gettime).
38839         * sysdeps/unix/clock_gettime.c: Likewise.
38840         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
38841         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
38842         * rt/clock_getres.c: Define __clock_getres as an alias.
38843         * sysdeps/posix/clock_getres.c: Likewise.
38844         * rt/clock_settime.c: Define __clock_settime as an alias.
38845         * sysdeps/unix/clock_settime.c: Likewise.
38846         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
38847         * sysdeps/unix/clock_nanosleep.c: Likewise.
38848         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
38849         * rt/clock-compat.c: New file.
38850         * rt/Makefile (librt-routines): Add clock-compat and move
38851         $(clock-routines) to ...
38852         (routines): ... here, new variable.
38853         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
38854         Don't add get_clockfreq here.
38855         * rt/Versions (libc: GLIBC_2.17): New version set.
38856         Add clock_* symbols here.
38857         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
38858         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
38859         (GLIBC_2.17): Add clock_* symbols.
38860         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38861         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38862         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38864         Likewise.
38865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38866         Likewise.
38867         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38869         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38870         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38871         * NEWS: Mention the move.
38873         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
38874         Use __open, __read, __close rather than their public counterparts.
38875         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38876         (__get_clockfreq_via_cpuinfo): Likewise.
38877         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
38878         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
38880         * config.h.in (HAVE_IFUNC): New #undef.
38881         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
38882         was successful.
38883         * configure: Regenerated.
38885 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38887         * configure.in: Move READELF check to start of file.
38888         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
38889         libc_cv_asm_gnu_indirect_function in the process.
38890         * configure: Regenerated.
38892 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38894         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
38895         send the output to /dev/null.
38896         (libc_cv_cc_with_libunwind): Likewise.
38897         (libc_cv_as_noexecstack): Likewise.
38898         * configure: Regenerate.
38900 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38902         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
38904         * posix/globtest.sh (TMPDIR): Do not set.
38905         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
38906         (testout): Likewise.
38908 2012-10-24  Andreas Jaeger  <aj@suse.de>
38910         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
38911         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
38912         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
38913         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
38914         posix_fadvise64, posix_fallocate64.
38916         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38917         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38918         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38919         Likewise.
38920         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38921         Likewise.
38922         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38924         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38925         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38926         <bits/fcntl-linux.h>.
38927         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38929         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38930         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38931         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38932         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38933         [__WORDSIZE != 64]: Likewise.
38935 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38937         * Makeconfig (run-built-tests): New variable.
38938         * Rules [$(cross-compiling) = yes]: Change condition to
38939         [$(run-built-tests) = no].
38940         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38941         to [$(run-built-tests) = yes].
38942         * elf/Makefile [$(cross-compiling) = no]: Likewise
38943         * grp/Makefile [$(cross-compiling) = no]: Likewise.
38944         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38945         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38946         * intl/Makefile [$(cross-compiling) = no]: Likewise.
38947         * io/Makefile [$(cross-compiling) = no]: Likewise.
38948         * libio/Makefile [$(cross-compiling) = no]: Likewise.
38949         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38950         * misc/Makefile [$(cross-compiling) = no]: Likewise.
38951         * posix/Makefile [$(cross-compiling) = no]: Likewise.
38952         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38953         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38954         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38955         * string/Makefile [$(cross-compiling) = no]: Likewise.
38957         * posix/Makefile ($(objpfx)globtest.out): Pass
38958         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38959         $(rtld-installed-name).
38960         * posix/globtest.sh (elf_objpfx): Remove variable.
38961         (rtld_installed_name): Likewise.
38962         (library_path): Likewise.
38963         (run_program_prefix): New variable.  Use for running globtest
38964         binary.
38966 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
38967             Joseph Myers  <joseph@codesourcery.com>
38969         * Makeconfig (host-built-program-cmd): New variable.
38970         * elf/Makefile (tst-stackguard1-ARGS): Use
38971         $(host-built-program-cmd).
38972         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38973         (tst-spawn-ARGS): Likewise.
38974         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38976 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38977             Jim Blandy  <jimb@codesourcery.com>
38979         * Makeconfig (run-via-rtld-prefix): New variable.
38980         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38981         (built-program-cmd): Likewise.
38983 2012-10-22  Andreas Jaeger  <aj@suse.de>
38985         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38986         __O_RSYNC if it exists, otherwise to O_SYNC.
38988 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38989             Joseph Myers  <joseph@codesourcery.com>
38991         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38992         /dev/null.
38993         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38994         from /dev/null
38995         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38996         /dev/null.
38998 2012-10-22  Andreas Jaeger  <aj@suse.de>
39000         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
39001         Define always.
39002         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
39004         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39005         bits/fcntl-linux.h.
39007         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
39008         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
39010         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
39011         to __O_LARGEFILE.
39012         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
39013         to __O_LARGEFILE.
39015 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
39016             Joseph Myers  <joseph@codesourcery.com>
39018         * config.make.in (NM): New variable.
39020 2012-10-21  Andreas Jaeger  <aj@suse.de>
39022         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
39023         definitions and declarations that are provided by
39024         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
39026 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
39028         [BZ #14683]
39029         * elf/Makefile (tests-static): Add tst-leaks1-static.
39030         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
39031         ($(objpfx)tst-leaks1-static): New rule.
39032         ($(objpfx)tst-leaks1-static-mem): Likewise.
39033         (tst-leaks1-static-ENV): New macro.
39034         * elf/dl-open.c (dl_open_worker): Check the main application
39035         only if SHARED is defined.
39036         * elf/tst-leaks1-static.c: New file.
39038 2012-10-20  Andreas Jaeger  <aj@suse.de>
39040         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
39041         generic values for Linux.
39042         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
39043         and declarations that are provided by <bits/fcntl-linux.h> and
39044         include <bits/fcntl-linux.h>.
39045         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
39046         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
39048 2012-10-20  Roland McGrath  <roland@hack.frob.com>
39050         * io/fcntl.h: Move include of <bits/types.h> to the top and
39051         include it unconditionally.
39053 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
39055         * wcsmbs/Makefile (tests-ifunc): New variable.
39056         (tests): Add $(tests-ifunc).
39057         * wcsmbs/test-wcschr-ifunc.c: New file.
39058         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
39059         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
39060         * wcsmbs/test-wcslen-ifunc.c: Likewise.
39061         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
39062         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
39064         * string/Makefile (tests-ifunc): New variable.
39065         (tests): Add $(tests-ifunc).
39066         * string/test-memccpy.c (TEST_NAME): New macro.
39067         * string/test-memchr.c (TEST_NAME): Likewise.
39068         * string/test-memcmp.c (TEST_NAME): Likewise.
39069         * string/test-memcpy.c (TEST_NAME): Likewise.
39070         * string/test-memmem.c (TEST_NAME): Likewise.
39071         * string/test-memmove.c (TEST_NAME): Likewise.
39072         * string/test-memset.c (TEST_NAME): Likewise.
39073         * string/test-rawmemchr.c (TEST_NAME): Likewise.
39074         * string/test-stpcpy.c (TEST_NAME): Likewise.
39075         * string/test-stpncpy.c (TEST_NAME): Likewise.
39076         * string/test-strcasecmp.c (TEST_NAME): Likewise.
39077         * string/test-strcasestr.c (TEST_NAME): Likewise.
39078         * string/test-strcat.c (TEST_NAME): Likewise.
39079         * string/test-strchr.c (TEST_NAME): Likewise.
39080         * string/test-strcmp.c(TEST_NAME): Likewise.
39081         * string/test-strcpy.c (TEST_NAME): Likewise.
39082         * string/test-strcspn.c (TEST_NAME): Likewise.
39083         * string/test-strlen.c (TEST_NAME): Likewise.
39084         * string/test-strncasecmp.c (TEST_NAME): Likewise.
39085         * string/test-strncmp.c (TEST_NAME): Likewise.
39086         * string/test-strncpy.c (TEST_NAME): Likewise.
39087         * string/test-strnlen.c (TEST_NAME): Likewise.
39088         * string/test-strpbrk.c (TEST_NAME): Likewise.
39089         * string/test-strrchr.c (TEST_NAME): Likewise.
39090         * string/test-strspn.c (TEST_NAME): Likewise.
39091         * string/test-strstr.c (TEST_NAME): Likewise.
39092         * string/test-bcopy-ifunc.c: New file.
39093         * string/test-bzero-ifunc.c: Likewise.
39094         * string/test-memccpy-ifunc.c: Likewise.
39095         * string/test-memchr-ifunc.c: Likewise.
39096         * string/test-memcmp-ifunc.c: Likewise.
39097         * string/test-memcpy-ifunc.c: Likewise.
39098         * string/test-memmem-ifunc.c: Likewise.
39099         * string/test-memmove-ifunc.c: Likewise.
39100         * string/test-mempcpy-ifunc.c: Likewise.
39101         * string/test-memset-ifunc.c: Likewise.
39102         * string/test-rawmemchr-ifunc.c: Likewise.
39103         * string/test-stpcpy-ifunc.c: Likewise.
39104         * string/test-stpncpy-ifunc.c: Likewise.
39105         * string/test-strcasecmp-ifunc.c: Likewise.
39106         * string/test-strcasestr-ifunc.c: Likewise.
39107         * string/test-strcat-ifunc.c: Likewise.
39108         * string/test-strchr-ifunc.c: Likewise.
39109         * string/test-strchrnul-ifunc.c: Likewise.
39110         * string/test-strcmp-ifunc.c: Likewise.
39111         * string/test-strcpy-ifunc.c: Likewise.
39112         * string/test-strcspn-ifunc.c: Likewise.
39113         * string/test-strlen-ifunc.c: Likewise.
39114         * string/test-strncasecmp-ifunc.c: Likewise.
39115         * string/test-strncat-ifunc.c: Likewise.
39116         * string/test-strncmp-ifunc.c: Likewise.
39117         * string/test-strncpy-ifunc.c: Likewise.
39118         * string/test-strnlen-ifunc.c: Likewise.
39119         * string/test-strpbrk-ifunc.c: Likewise.
39120         * string/test-strrchr-ifunc.c: Likewise.
39121         * string/test-strspn-ifunc.c: Likewise.
39122         * string/test-strstr-ifunc.c: Likewise.
39124         * debug/Makefile (tests-ifunc): New variable.
39125         (tests): Add $(tests-ifunc).
39126         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
39127         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
39128         * debug/test-stpcpy_chk-ifunc.c: New file.
39129         * debug/test-strcpy_chk-ifunc.c: Likewise.
39131 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
39133         [BZ #13601]
39134         * elf/dl-load.c (open_verify): Retry read if the entire ELF
39135         header is not read in.
39137 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
39139         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
39140         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
39141         directly.  Pass built executable to script as
39142         $(built-program-cmd).
39143         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
39144         $testprogram without using LD_LIBRARY_PATH and $ldso.
39146         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
39147         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
39148         $(rtld-installed-name).
39149         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
39150         (rtld_installed_name): Likewise.
39151         (library_path): Likewise.
39152         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
39153         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
39154         $(run-program-prefix) to tst-tables.sh.
39155         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
39156         it to run tst-table-from and tst-table-to.
39157         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
39158         Pass it to tst-table.sh.
39159         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
39160         $(run-program-prefix) to tst-gettext.sh.
39161         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
39162         tst-translit.sh.
39163         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
39164         tst-gettext2.sh.
39165         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
39166         to run tst-gettext.
39167         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
39168         to run tst-gettext2.
39169         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
39170         to run tst-translit.
39171         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
39172         $(run-program-prefix) to tst-mtrace.sh.
39173         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
39174         to run tst-mtrace.
39175         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
39176         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
39177         $(rtld-installed-name).
39178         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
39179         (rtld_installed_name): Likewise.
39180         (run_program_prefix): New variable.  Use it to run wordexp-test.
39182         * Makeconfig (ARCH): Remove all definitions.
39183         (machine): Likewise.
39184         [ARCH]: Remove conditional code.
39185         [!objdir]: Give error.
39186         [!objdir] (objpfx): Remove.
39187         [!objdir] (common-objpfx): Likewise.
39188         [!objdir] (common-objdir): Likewise.
39189         * configure.in (config_makefile): Remove.  Hardcode Makefile in
39190         AC_CONFIG_FILES call.
39191         * configure: Regenerated.
39193         [BZ #13888]
39194         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
39195         or TMPDIR.
39196         (testout): Likewise.
39198         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
39199         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
39200         $(rtld-installed-name).
39201         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
39202         (rtld_installed_name): Likwise.
39203         (runit): Remove function.
39204         (run_getconf): New variable,  Use it for running getconf binary.
39206 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
39208         [BZ #14716]
39209         * string/test-memmem.c (check_result): New function.
39210         (do_one_test): Use it.
39211         (check1): New function.
39212         (test_main): Use it.
39214 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
39216         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
39218 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
39220         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
39221         (_G_LSEEK64): Likewise.
39222         (_G_MMAP64): Likewise.
39223         (_G_FSTAT64): Likewise.
39224         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
39225         (_G_LSEEK64): Likewise.
39226         (_G_MMAP64): Likewise.
39227         (_G_FSTAT64): Likewise.
39228         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
39229         unconditional.  Call __mmap64 directly.
39230         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
39231         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
39232         __lseek64 directly.
39233         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
39234         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
39235         __mmap64 directly.
39236         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
39237         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
39238         __lseek64 directly.
39239         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
39240         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
39241         __lseek64 directly.
39242         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
39243         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
39244         __lseek64 directly.
39245         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
39246         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
39247         __fxstat64 directly.
39248         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
39249         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
39250         unconditional.
39251         (freopen64) [!_G_OPEN64]: Remove conditional code.
39252         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
39253         unconditional.
39254         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
39255         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
39256         unconditional.
39257         (ftello64) [!_G_LSEEK64]: Remove conditional code.
39258         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
39259         unconditional.
39260         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
39261         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
39262         unconditional.
39263         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
39264         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
39265         unconditional.
39266         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
39267         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
39268         unconditional.
39269         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
39270         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
39271         unconditional.
39272         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
39274 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
39276         [BZ #12140]
39277         * manual/memory.texi (Malloc Tunable Parameters): Add note
39278         about free list pointers overwriting some perturb bytes.
39279         Wording suggested by Roland McGrath.
39281 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
39283         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
39284         (lgamma_test): Likewise.
39285         (tgamma_test): Likewise.
39287 2012-10-16  Florian Weimer  <fweimer@redhat.com>
39289         [BZ #14700]
39290         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
39291         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
39293 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
39295         * NEWS: Mention BZ #14716.
39296         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
39297         when removing AVAILABLE1_USES_J macro.
39299 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
39301         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
39302         (__bswap_64): __uint64_t for unsigned 64-bit int.
39304 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
39306         * include/string.h (memmem): Declare libc hidden alias.
39307         * string/memmem.c (memmem): Define libc hidden alias.
39308         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
39309         __read, __close instead of open, read, close.
39311 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
39313         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
39314         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
39315         global and hidden.
39316         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
39317         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
39318         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
39319         Likewise.
39320         (__rawmemchr_sse2): Likewise.
39321         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
39322         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
39323         (__strchr_sse2): Likewise.
39324         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
39325         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
39326         (__strcasecmp_sse2): Likewise.
39327         (__strncasecmp_sse2): Likewise.
39328         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
39329         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
39330         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
39331         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
39332         (__strrchr_sse2): Likewise.
39333         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
39334         ifunc-impl-list.c.
39335         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
39336         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
39337         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
39338         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
39339         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
39340         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
39341         * sysdeps/x86_64/multiarch/memset.S: Likewise.
39342         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
39343         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
39344         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
39345         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
39346         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
39347         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
39348         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
39349         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
39350         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
39351         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
39352         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
39353         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
39354         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
39355         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
39356         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
39357         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
39358         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
39359         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
39360         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
39361         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
39362         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39363         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
39364         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
39366         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
39367         global and hidden.
39368         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
39369         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
39370         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
39371         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
39372         Likewise.
39373         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
39374         Likewise.
39375         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
39376         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
39377         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
39378         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
39379         ifunc-impl-list.c.
39380         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
39381         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
39382         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
39383         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
39384         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
39385         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
39386         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
39387         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
39388         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
39389         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
39390         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
39391         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
39392         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
39393         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
39394         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
39395         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
39396         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
39397         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
39398         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
39399         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
39400         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
39401         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
39402         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
39403         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
39404         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
39405         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
39406         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
39407         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
39408         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
39409         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
39410         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
39411         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
39412         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
39413         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
39414         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
39415         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
39416         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
39417         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
39418         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
39419         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
39420         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
39422         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
39423         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
39424         * include/ifunc-impl-list.h: New file.
39425         * misc/ifunc-impl-list.c: Likewise.
39426         * misc/Makefile (routines): Add ifunc-impl-list.
39427         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
39428         * string/test-string.h: Include <ifunc-impl-list.h>.
39429         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
39430         TEST_NAME]: New variables.
39431         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
39432         are defined.
39433         (test_init): Call __libc_ifunc_impl_list to initialize
39434         func_list if TEST_IFUNC and TEST_NAME are defined.
39436         * string/Makefile (strop-tests): Add bcopy and bzero.
39437         * string/test-bcopy.c: New file.
39438         * string/test-bzero.c: Likewise.
39439         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
39440         defined.
39441         * string/test-memset.c: Support bzero test if TEST_BZERO is
39442         defined.
39443         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
39444         __libc_memmove.
39445         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
39446         __libc_memset.
39447         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
39448         of memset.
39450 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
39452         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
39453         * configure: Regenerated.
39455         * Makeconfig (+link-static-before-libc): Don't include
39456         $(link-static-libc).
39458         * libio/libio.h (_IO_pos_t): Remove.
39460 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39462         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
39463         McGrath.
39465 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39467         * crypt/crypt-entry.c: Include fips-private.h.
39468         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
39469         * crypt/md5c-test.c (main): Tolerate disabled MD5.
39470         * sysdeps/unix/sysv/linux/fips-private.h: New file.
39471         * sysdeps/generic/fips-private.h: New file, dummy fallback.
39473 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39475         * crypt/crypt-private.h: Include stdbool.h.
39476         (_ufc_setup_salt_r): Return bool.
39477         * crypt/crypt-entry.c: Include errno.h.
39478         (__crypt_r): Return NULL with EINVAL for bad salt.
39479         * crypt/crypt_util.c (bad_for_salt): New.
39480         (_ufc_setup_salt_r): Check that salt is long enough and within
39481         the specified alphabet.
39482         * crypt/badsalttest.c: New file.
39483         * crypt/Makefile (tests): Add it.
39484         ($(objpfx)badsalttest): New.
39486 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
39488         * NEWS: Add entry for BZ #14602.
39490 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
39492         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
39493         type-generic.
39494         * math/libm-test.inc: Update comment listing what functions and
39495         macros are tested.
39496         (isgreater_test): New function.
39497         (isgreaterequal_test): Likewise.
39498         (isless_test): Likewise.
39499         (islessequal_test): Likewise.
39500         (islessgreater_test): Likewise.
39501         (isunordered_test): Likewise.
39502         (main): Call the new functions.
39504 2012-10-09  Roland McGrath  <roland@hack.frob.com>
39506         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
39507         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
39508         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
39509         * sysdeps/i386/configure: Regenerated.
39510         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
39511         * sysdeps/mach/configure: Regenerated.
39512         * sysdeps/mach/hurd/configure: Regenerated.
39513         * sysdeps/powerpc/configure: Regenerated.
39514         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39515         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39516         * sysdeps/s390/s390-32/configure: Regenerated.
39517         * sysdeps/s390/s390-64/configure: Regenerated.
39518         * sysdeps/sh/configure: Regenerated.
39519         * sysdeps/sparc/configure: Regenerated.
39520         * sysdeps/unix/sysv/linux/configure: Regenerated.
39521         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
39522         * sysdeps/x86_64/configure: Regenerated.
39524         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
39525         defined.  Don't check if MAP is NULL.
39527 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
39529         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
39530         (_G_stat64): Likewise.
39531         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
39532         (_G_stat64): Likewise.
39533         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
39534         instead of struct _G_stat64.
39535         * libio/fileops.c (mmap_remap_check): Likewise.
39536         (decide_maybe_mmap): Likewise.
39537         (_IO_new_file_seekoff): Likewise.
39538         (_IO_file_stat): Likewise.
39539         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
39540         _G_off64_t.
39541         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
39542         instead of struct _G_stat64.
39543         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39545 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
39547         [BZ #14602]
39548         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39549         Replace with ...
39550         (CHECK_EOL): New macro.
39551         (two_way_short_needle): Check beginning of haystack for EOL.  Use
39552         CHECK_EOL.
39553         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39554         Replace with CHECK_EOL.
39555         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39556         Replace with CHECK_EOL.
39558 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
39560         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
39561         type-generic.
39562         * math/libm-test.inc: Update comment listing what functions and
39563         macros are tested.
39564         (finite_test): New function.
39565         (isinf_test): Likewise.
39566         (isnan_test): Likewise.
39567         (fpclassify_test): Test subnormal input.
39568         (isfinite_test): Likewise.
39569         (isnormal_test): Likewise.
39570         (main): Call the new functions.
39572 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
39574         [BZ #14660]
39575         * Makerules (%.dynsym): Force C locale when running
39576         $(OBJDUMP) --dynamic-syms.
39578 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
39580         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
39581         <stdint.h>.
39583 2012-10-06  David S. Miller  <davem@davemloft.net>
39585         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
39586         upper 32-bits of the length value in %o2 since we use branch-on-register
39587         tests which consider the entire 64-bit register.
39589 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
39591         * string/test-strstr.c (check2): Add a test for page boundary.
39593 2012-10-05  David S. Miller  <davem@davemloft.net>
39595         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
39596         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
39597         file.
39598         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39599         sysdep_routines.
39600         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39601         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
39602         and bzero when HWCAP_SPARC_CRYPTO is present.
39604 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
39606         [BZ #14602]
39607         * string/test-strstr.c (check2): New function.
39608         (test_main): Call check2.
39610         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
39611         and bug-strchr1.
39612         * string/bug-strcasestr1.c (do_test): Moved to ...
39613         * string/test-strcasestr.c (check1): Here.  New function.
39614         (do_one_test): Break out result checking code into ...
39615         (check_result): This.  New function.
39616         (do_one_test): Call check_result.
39617         (test_main): Call check1.
39618         * string/bug-strchr1.c (do_test): Moved to ...
39619         * string/test-strchr.c (check1): Here.  New function.
39620         (do_one_test): Break out result checking code into ...
39621         (check_result): This.  New function.
39622         (do_one_test): Call check_result.
39623         (test_main): Call check1.
39624         * string/bug-strstr1.c (main): Moved to ...
39625         * string/test-strstr.c (check1): Here.  New function.
39626         (do_one_test): Break out result checking code into ...
39627         (check_result): This.  New function.
39628         (do_one_test): Call check_result.
39629         (test_main): Call check1.
39630         * string/bug-strcasestr1.c: Removed.
39631         * string/bug-strchr1.c: Likewise.
39632         * string/bug-strstr1.c: Likewise.
39634         * elf/Makefile (dl-routines): Add hwcaps.
39635         * elf/dl-support.c (_dl_important_hwcaps): Removed.
39636         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
39637         (_dl_important_hwcaps): Moved to ...
39638         * elf/dl-hwcaps.c: Here.  New file.
39639         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
39641         [BZ #14557]
39642         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
39643         if IS_IN_rtld isn't defined.
39645         * elf/dl-support.c (_dl_sysinfo_map): New.
39646         Include "get-dynamic-info.h" and "setup-vdso.h".
39647         (_dl_non_dynamic_init): Call setup_vdso.
39648         * elf/dynamic-link.h: Don't include <assert.h>.
39649         (elf_get_dynamic_info): Moved to ...
39650         * elf/get-dynamic-info.h: Here.  New file.
39651         * elf/dynamic-link.h: Include "get-dynamic-info.h".
39652         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
39653         * elf/setup-vdso.h: Here.  New file.
39654         * elf/rtld.c: Include "setup-vdso.h".
39655         (dl_main): Call setup_vdso.
39657 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
39659         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
39660         creal in comment listing functions tested.  List finite, isinf,
39661         isnan, isless, islessequal, isgreater, isgreaterequal,
39662         islessgreater, isunordered, lgamma_r and pow10 as functions and
39663         macros not tested.  Mention which functions not tested are aliases
39664         for other functions.  Fix typo.  Note that signs of NaNs are not
39665         tested.
39667         * scripts/config.guess: Update from config.git.
39668         * scripts/config.sub: Likewise.
39670 2012-10-04  Roland McGrath  <roland@hack.frob.com>
39672         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
39673         * misc/madvise.c (madvise): Renamed to __madvise.
39674         Make madvise a weak alias.
39675         * include/sys/mman.h: Declare __madvise.
39676         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
39677         * sysdeps/unix/syscalls.list
39678         (madvise): Make __madvise the strong name, and madvise a weak alias.
39679         * sysdeps/unix/sysv/linux/syscalls.list
39680         (madvise, mmap): Remove redundant entries.
39681         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
39682         * malloc/malloc.c (mtrim): Likewise.
39683         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
39685 2012-10-03  Roland McGrath  <roland@hack.frob.com>
39687         * sysdeps/mach/hurd/dl-cache.c: File removed.
39688         * config.h.in (USE_LDCONFIG): New #undef.
39689         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
39690         * configure: Regenerated.
39691         * elf/Makefile (dl-routines): Add dl-cache only under
39692         [$(use-ldconfig) = yes].
39693         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
39694         cache on [USE_LDCONFIG].
39695         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
39696         [USE_LDCONFIG].
39697         * elf/rtld.c (dl_main): Likewise.
39699 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
39701         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
39702         _SC_LEVEL4_CACHE_LINESIZE.
39704 2012-10-03  Roland McGrath  <roland@hack.frob.com>
39706         * sysdeps/unix/bsd/confstr.h: File removed.
39708 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
39710         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
39711         sys/sdt-config.h.
39713 2012-10-02  Roland McGrath  <roland@hack.frob.com>
39715         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
39716         Make 'mapoff' field ElfW(Off) rather than off_t.
39718 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
39720         * nscd/Makefile: Remove nscd-cflags and all its users.
39721         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
39722         (CFLAGS-nonlib): Add compiler flags for nscd modules.
39724         [BZ #10631]
39725         * malloc.c (malloc_printerr): Clarify error message.
39727 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
39729         [BZ #14648]
39730         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39731         Set bit_FMA_Usable if FMA is supported.
39732         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
39733         macro.
39734         (bit_FMA4_Usable): Updated.
39735         (index_FMA_Usable): New macro.
39736         (CPUID_FMA): Likewise
39737         (HAS_FMA): Defined with bit_FMA_Usable.
39739 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39741         * bits/types.h (__swblk_t): Type removed.
39742         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
39743         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
39744         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39745         (__SWBLK_T_TYPE): Likewise.
39746         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39747         (__SWBLK_T_TYPE): Likewise.
39748         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39749         (__SWBLK_T_TYPE): Likewise.
39750         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39751         (__SWBLK_T_TYPE): Likewise.
39753 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
39754             Honza Horak <hhorak@redhat.com>
39756         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
39757         (xdr_mapname): Use YPMAXMAP as maxsize.
39758         (xdr_peername): Use YPMAXPEER as maxsize.
39759         (xdr_keydat): Use YPAXRECORD as maxsize.
39760         (xdr_valdat): Use YPMAXRECORD as maxsize.
39762 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39764         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
39766         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
39767         * csu/init-first.c: ... here.
39768         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
39769         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
39770         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
39771         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
39772         * sysdeps/i386/init-first.c: File removed.
39773         * sysdeps/sh/init-first.c: File removed.
39775 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
39777         [BZ #14645]
39778         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
39779         if x * y might underflow to zero and z is zero.
39780         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
39781         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39782         * math/libm-test.inc (min_subnorm_value): New variable.
39783         (fma_test): Add more tests.
39784         (fma_test_towardzero): Likewise.
39785         (fma_test_downward): Likewise
39786         (fma_test_upward): Likewise.
39787         (initialize): Set min_subnorm_value.
39789 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
39791         [BZ #14638]
39792         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
39793         0 + 0.
39794         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
39795         mode for addition resulting in exact zero.
39796         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
39797         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
39798         exact 0 + 0.
39799         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
39800         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39801         * math/libm-test.inc (fma_test): Add more tests.
39802         (fma_test_towardzero): New function.
39803         (fma_test_downward): Likewise.
39804         (fma_test_upward): Likewise.
39805         (main): Call the new functions.
39807 2012-09-28  David S. Miller  <davem@davemloft.net>
39809         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
39811 2012-09-28  Roland McGrath  <roland@hack.frob.com>
39813         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
39814         instead of SIGALRM.
39816         * sysdeps/gnu/_G_config.h: Moved to ...
39817         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
39818         * sysdeps/mach/hurd/_G_config.h: Moved to ...
39819         * sysdeps/generic/_G_config.h: ... here.
39821         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
39823         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
39825         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
39826         Conditionalize target on [libnss_test1.so-version].
39828         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
39830         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
39831         (elfobjdir): Move out of conditionals.
39833         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
39834         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
39835         (__nss_lookup_function): Conditionalize label remove_from_tree on
39836         [!DO_STATIC_NSS || SHARED], matching its only use.
39838 2012-09-28  David S. Miller  <davem@davemloft.net>
39840         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
39841         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
39842         file.
39843         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39844         sysdep_routines.
39845         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39846         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
39847         when HWCAP_SPARC_CRYPTO is present.
39849 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39851         * io/tst-mknodat.c: Create a FIFO instead of a socket.
39853 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
39855         [BZ #6530]
39856         * stdio-common/vfprintf.c (process_string_arg): Revert
39857         2000-07-22 change.
39859 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
39861         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
39862         for testcase.
39863         * stdio-common/tst-sprintf.c: Include <locale.h>
39864         (main): Test sprintf's handling of incomplete multibyte
39865         characters.
39867 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
39869         * elf/dl-runtime.c (VERSYMIDX): Removed.
39870         * elf/dl-version.c (VERSYMIDX): Likewise.
39871         * elf/do-rel.h (VERSYMIDX): Likewise.
39872         (VALIDX): Likewise.
39873         * elf/dynamic-link.h (VERSYMIDX): Likewise.
39874         * elf/rtld.c (VALIDX): Likewise.
39875         (ADDRIDX): Likewise.
39876         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
39877         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
39878         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
39879         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
39880         (VALIDX): Likewise.
39881         (ADDRIDX): Likewise.
39883 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39885         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
39887 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
39889         [BZ #11438]
39890         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
39891         to global scope.
39892         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
39893         addresses are in the same scope as 192.0.2/24.
39894         * posix/gai.conf: Document new scope table defaults.
39896 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39898         [BZ #5298]
39899         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
39900         for ftell.  Compute offsets from write pointers instead.
39901         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39903 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39905         [BZ #14543]
39906         * libio/Makefile (tests): New test case tst-fseek.
39907         * libio/tst-fseek.c: New test case to verify that fseek/ftell
39908         combination works in wide mode.
39909         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
39910         state when the external buffer state changes.
39912 2012-09-27  David S. Miller  <davem@davemloft.net>
39914         [BZ #14376]
39915         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39916         pass reloc->r_addend in as the 'high' argument to
39917         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39919         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39921 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39923         * rt/tst-aio2.c: Include <pthread.h>.
39924         * rt/tst-aio3.c: Likewise.
39926 2012-09-27  Steve Ellcey  <sellcey@mips.com>
39928         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39930 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
39932         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39933         contents on [SHARED].
39935 2012-09-26  Marek Polacek  <polacek@redhat.com>
39937         [BZ #14530]
39938         [BZ #13741]
39939         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39940         for C++ and GCC <4.3 as well as for non GCC compilers.
39942 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
39944         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39946 2012-09-25  Roland McGrath  <roland@hack.frob.com>
39948         * Makefile.in (all, install): Declare with .PHONY.
39949         Reported by Michael Hope <michael.hope@linaro.org>.
39951 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39953         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39954         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39955         system header.
39956         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39957         Likewise.
39958         (sydep_routines): Add the new and the internal functions.
39959         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39960         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39962         (GLIBC_2.17): Add the new function.
39963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39964         (GLIBC_2.17): Likewise.
39965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39966         (GLIBC_2.17): Likewise.
39967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39968         (GLIBC_2.17): Likewise.
39969         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39971 2012-09-25  Alan Modra  <amodra@gmail.com>
39973         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39974         Add release barrier before setting once_control to say
39975         initialisation is done.  Add hints on lwarx.  Use macro in
39976         place of isync.
39977         (clear_once_control): Add release barrier.
39979 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39981         [BZ #13629]
39982         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39983         specially.
39984         * math/s_clog10.c (__clog10): Likewise.
39985         * math/s_clog10f.c (__clog10f): Likewise.
39986         * math/s_clog10l.c (__clog10l): Likewise.
39987         * math/s_clogf.c (__clogf): Likewise.
39988         * math/s_clogl.c (__clogl): Likewise.
39989         * math/Makefile (libm-calls): Add x2y2m1.
39990         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39991         (__x2y2m1): Likewise.
39992         (__x2y2m1l): Likewise.
39993         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39994         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39995         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39996         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39997         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39998         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39999         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
40000         * sysdeps/i386/fpu/libm-test-ulps: Update.
40001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40003         [BZ #14621]
40004         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
40005         int as type of variable DEPTH.
40006         (glob): Use size_t instead of int as type of variables NEWCOUNT
40007         and OLD_PATHC.
40009 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40011         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
40012         Add s_sincosf-sse2.
40013         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
40014         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
40015         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
40016         macros for using routine as __sincosf_ia32.
40017         Use macro for function declaration and weak_alias.
40018         * sysdeps/i386/fpu/libm-test-ulps: Update.
40020         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
40021         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40023         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
40024         subnormal argument.
40025         * math/s_cexpf.c (__cexpf): Likewise.
40026         * math/s_csinf.c (__csinf): Likewise.
40027         * math/s_csinhf.c (__csinhf): Likewise.
40028         * math/s_ctanf.c (__ctanf): Likewise.
40029         * math/s_ctanhf.c (__ctanhf): Likewise.
40030         * math/s_ccosh.c (__ccoshf): Likewise.
40031         * math/s_cexp.c (__cexpl): Likewise.
40032         * math/s_csin.c (__csin): Likewise.
40033         * math/s_csinh.c (__csinh): Likewise.
40034         * math/s_ctan.c (__ctan): Likewise.
40035         * math/s_ctanh.c (ctanh): Likewise.
40036         * math/s_ccoshl.c (__ccoshl): Likewise.
40037         * math/s_cexpl.c (__cexpl): Likewise.
40038         * math/s_csinl.c (__csinl): Likewise.
40039         * math/s_csinhl.c (__csinhl): Likewise.
40040         * math/s_ctanl.c (__ctanl): Likewise.
40041         * math/s_ctanhl.c (__ctanhl): Likewise.
40043 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
40045         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
40046         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
40047         (_IO_off_t): Define to __off_t, not _G_off_t.
40048         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
40049         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
40050         (_IO_wint_t): Define to wint_t, not _G_wint_t.
40051         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
40052         type of __dummy and __dummy2 fields.
40053         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
40054         (_G_ssize_t): Likewise.
40055         (_G_off_t): Likewise.
40056         (_G_pid_t): Likewise.
40057         (_G_uid_t): Likewise.
40058         (_G_wchar_t): Likewise.
40059         (_G_wint_t): Likewise.
40060         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
40061         (_G_ssize_t): Likewise.
40062         (_G_off_t): Likewise.
40063         (_G_pid_t): Likewise.
40064         (_G_uid_t): Likewise.
40065         (_G_wchar_t): Likewise.
40066         (_G_wint_t): Likewise.
40067         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
40068         (_G_ssize_t): Likewise.
40069         (_G_off_t): Likewise.
40070         (_G_pid_t): Likewise.
40071         (_G_uid_t): Likewise.
40072         (_G_wchar_t): Likewise.
40073         (_G_wint_t): Likewise.
40075 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
40077         * malloc/arena.c: Include malloc-sysdep.h.
40078         (shrink_heap): Use check_may_shrink_heap to decide if madvise
40079         is sufficient to shrink the heap or an unmap is needed.
40080         * sysdeps/generic/malloc-sysdep.h: New file.  Define
40081         new function check_may_shrink_heap.
40082         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
40083         new function check_may_shrink_heap.
40085 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
40087         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
40088         comments.
40090 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
40092         * catgets/test-gencat.sh: Add "set -e".
40093         * elf/tst-pathopt.sh: Likewise.
40094         * grp/tst_fgetgrent.sh: Likewise.
40095         * iconvdata/run-iconv-test.sh: Likewise.
40096         * intl/tst-gettext.sh: Likewise.
40097         * intl/tst-gettext2.sh: Likewise.
40098         * intl/tst-gettext4.sh: Likewise.
40099         * intl/tst-gettext6.sh: Likewise.
40100         * intl/tst-translit.sh: Likewise.
40101         * io/ftwtest-sh: Likewise.
40102         * libio/test-freopen.sh: Likewise.
40103         * malloc/tst-mtrace.sh: Likewise.
40104         * posix/globtest.sh: Likewise.
40105         * posix/tst-getconf.sh: Likewise.
40106         * posix/wordexp-tst.sh: Likewise.
40107         * stdio-common/tst-printf.sh: Likewise.
40108         * stdio-common/tst-unbputc.sh: Likewise.
40109         * stdlib/tst-fmtmsg.sh: Likewise.
40110         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
40111         * catgets/Makefile: Do not specify -e option when running
40112         testsuite shell scripts.
40113         * elf/Makefile: Likewise.
40114         * grp/Makefile: Likewise.
40115         * iconvdata/Makefile: Likewise.
40116         * intl/Makefile: Likewise.
40117         * io/Makefile: Likewise.
40118         * libio/Makefile: Likewise.
40119         * malloc/Makefile: Likewise.
40120         * posix/Makefile: Likewise.
40121         * stdio-common/Makefile: Likewise.
40122         * stdlib/Makefile: Likewise.
40123         * sysdeps/x86_64/Makefile: Likewise.
40125         * io/ftwtest-sh: Add copyright header.
40126         * posix/globtest.sh: Likewise.
40127         * posix/tst-getconf.sh: Likewise.
40128         * posix/wordexp-tst.sh: Likewise.
40129         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
40131 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
40133         [BZ #13679]
40134         * Makeconfig (+link): Defined as $(+link-static) if
40135         $(build-shared) isn't yes.
40136         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
40137         isn't yes.
40138         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
40140         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
40142         [BZ #14562]
40143         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
40144         new chunk size with MALLOC_ALIGN_MASK.
40146 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
40148         [BZ #5044]
40149         * stdio-common/printf_fphex.c: Include <stdbool.h> and
40150         <rounding-mode.h>.
40151         (__printf_fphex): Determine rounding using get_rounding_mode and
40152         round_away.
40153         * stdio-common/tst-printf-round.c (struct hex_test): New
40154         structure.
40155         (hex_tests): New variable.
40156         (test_hex_in_one_mode): New function.
40157         (do_test): Also run tests for hex float output.
40159 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
40161         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
40162         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
40163         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
40164         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
40165         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
40166         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
40167         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
40168         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
40170 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
40172         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
40173         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
40174         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
40175         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
40177 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
40179         [BZ #14579]
40180         * elf/rtld.c (dl_main): Limit the check for self loading to normal
40181         mode only.
40182         * elf/tst-rtld-load-self.sh: New test.
40183         * elf/Makefile: Run it.
40185 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
40187         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
40188         (tst-writev-ENV): Remove.
40189         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
40191 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
40193         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
40195 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
40197         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
40198         unconditional.
40199         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
40200         Likewise.
40201         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
40202         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
40203         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
40204         Likewise.
40206 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
40208         [BZ #14587]
40209         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
40210         * config.make.in (have-cpp-asm-debuginfo): Removed.
40211         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
40212         * configure: Regenerated.
40214 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
40216         [BZ #5044]
40217         * stdio-common/printf_fp.c: Include <stdbool.h> and
40218         <rounding-mode.h>.
40219         (___printf_fp): Determine rounding using get_rounding_mode and
40220         round_away.
40221         * stdio-common/tst-printf-round.c: New file.
40222         * stdio-common/Makefile (tests): Add tst-printf-round.
40223         (link-libm): New variable.
40224         ($(objpfx)tst-printf-round): Depend in $(link-libm).
40226 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
40228         [BZ #14576]
40229         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
40230         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
40231         Likewise.
40232         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
40233         Likewise.
40235 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
40237         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
40238         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
40239         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
40240         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
40242 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
40244         [BZ #14518]
40245         * include/rounding-mode.h: New file.
40246         * sysdeps/generic/get-rounding-mode.h: Likewise.
40247         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
40248         * stdlib/strtod_l.c: Include <rounding-mode.h>.
40249         (MAX_VALUE): New macro.
40250         (MIN_VALUE): Likewise.
40251         (overflow_value): New function.
40252         (underflow_value): Likewise.
40253         (round_and_return): Use overflow_value and underflow_value to
40254         determine return values in overflow and underflow cases.  Use
40255         round_away to determine rounding depending on rounding mode.
40256         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
40257         determine return values in overflow and underflow cases.
40258         * stdlib/tst-strtod-round.c: Include <fenv.h>.
40259         (struct test_results): New structure.
40260         (struct test): Use struct test_results to store expected results
40261         for all rounding modes.
40262         (TEST): Include expected results for all rounding modes.
40263         (test_in_one_mode): New function.
40264         (do_test): Use test_in_one_mode to compute and check results.
40265         Check results for all rounding modes.
40266         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
40267         $(link-libm).
40269 2012-12-09  Allan McRae  <allan@archlinux.org>
40271         * sysdeps/i386/fpu/libm-test-ulps: Update
40273 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
40275         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
40276         (_G_int32_t): Likewise.
40277         (_G_uint16_t): Likewise.
40278         (_G_uint32_t): Likewise.
40279         (_G_HAVE_BOOL): Likewise.
40280         (_G_HAVE_ATEXIT): Likewise.
40281         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
40282         (_G_HAVE_IO_FILE_OPEN): Likewise.
40283         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
40284         (_G_int32_t): Likewise.
40285         (_G_uint16_t): Likewise.
40286         (_G_uint32_t): Likewise.
40287         (_G_HAVE_BOOL): Likewise.
40288         (_G_HAVE_ATEXIT): Likewise.
40289         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
40290         (_G_HAVE_IO_FILE_OPEN): Likewise.
40291         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
40292         (_G_int32_t): Likewise.
40293         (_G_uint16_t): Likewise.
40294         (_G_uint32_t): Likewise.
40295         (_G_HAVE_BOOL): Likewise.
40296         (_G_HAVE_ATEXIT): Likewise.
40297         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
40298         (_G_HAVE_IO_FILE_OPEN): Likewise.
40300 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
40302         * csu/libc-tls.c: Update copyright years.
40304 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
40306         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
40307         [!_G_USING_THUNKS]: Remove conditional code.
40308         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
40309         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
40311         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
40312         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
40313         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40314         (_G_VTABLE_LABEL_PREFIX): Likewise.
40315         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40316         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40317         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40318         (_G_VTABLE_LABEL_PREFIX): Likewise.
40319         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
40320         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40321         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40322         (_G_VTABLE_LABEL_PREFIX): Likewise.
40323         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
40325 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
40327         * libio/Makefile: Include ../Makeconfig before tests.
40328         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
40329         only if $(build-shared) is yes.
40331         * iconv/gconv_db.c: Update copyright years.
40333 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40335         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
40336         unwind info if defined PIC. Fix special cases description.
40337         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
40339         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
40340         DP_HI_MASK entry.
40341         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
40343 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
40345         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
40347         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
40348         is NULL.
40350         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
40351         (LDLIBS-tst-chk4): This.
40352         (LDFLAGS-tst-chk5): Renamed to ...
40353         (LDLIBS-tst-chk5): This.
40354         (LDFLAGS-tst-chk6): Renamed to ...
40355         (LDLIBS-tst-chk6): This.
40356         (LDFLAGS-tst-lfschk4): Renamed to ...
40357         (LDLIBS-tst-lfschk4): This.
40358         (LDFLAGS-tst-lfschk5): Renamed to ...
40359         (LDLIBS-tst-lfschk5): This.
40360         (LDFLAGS-tst-lfschk6): Renamed to ...
40361         (LDLIBS-tst-lfschk6): This.
40363         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
40364         on $(common-objpfx)soversions.mk.
40366 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
40368         [BZ #10014]
40369         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
40370         example host name.
40372 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
40374         * malloc/arena.c (arena_get_retry): New function that gets
40375         another arena for the caller to try its request on.
40376         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
40377         current arena cannot fulfill the request.
40378         (__libc_memalign): Likewise.
40379         (__libc_memalign): Likewise.
40380         (__libc_pvalloc): Likewise.
40381         (__libc_calloc): Likewise.
40383 2012-09-05  John Tobey  <john.tobey@gmail.com>
40385         [BZ #13542]
40386         * manual/arith.texi (Operations on Complex): Fix description
40387         of carg branch cut.
40389 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
40391         [BZ #10014]
40392         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
40393         host name.
40395         [BZ #10038]
40396         * manual/memory.texi (Memory): Make order of menu items match
40397         order of sections.
40399 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40401         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
40402         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
40403         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
40405 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40407         * csu/libc-tls.c (static_dtv): Renamed to ...
40408         (_dl_static_dtv): This.  Make it global.
40409         (_dl_initial_dtv): Removed.
40410         (__libc_setup_tls): Updated.
40411         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
40412         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
40413         DL_INITIAL_DTV.
40415 2012-09-06  Petr Machata  <pmachata@redhat.com>
40417         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
40418         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
40419         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
40420         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
40422 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40424         [BZ #14545]
40425         * csu/libc-tls.c (_dl_initial_dtv): New variable.
40426         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
40427         freeing dtv[-1].
40429 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40431         [BZ #14544]
40432         * Makeconfig (link-static-before-libc): Replace $(+prector)
40433         with $(+prectorT).
40434         (link-static-after-libc): Replace $(+postctor) with
40435         $(+postctorT).
40436         (link-bounded): Replace $(+prector)/$(+postctor) with
40437         $(+prectorT)/$(+postctorT).
40438         (+prectorT): New macro.
40439         (+postctorT): Likewise.
40441 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
40443         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
40444         (round_str): Handle values above the maximum for IBM long double
40445         as inexact.
40446         * stdlib/tst-strtod-round.c (tests): Regenerated.
40448 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40450         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
40451         assembler flag.
40452         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
40453         zarch_nohighgprs around the zarch optimized routines.
40454         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
40455         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
40456         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
40457         for zarch.
40459 2012-09-05  David S. Miller  <davem@davemloft.net>
40461         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40463         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
40464         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
40465         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
40466         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
40467         entries.
40469 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40471         * malloc/arena.c: Fold copyright years.
40472         * malloc/mcheck.c, malloc/memusage.c: Likewise.
40474 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40476         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
40478 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40480         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
40482 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40484         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
40485         change internal state upon failure.
40487 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40489         * malloc/mcheck.c (mcheck_check_all): Fix typo.
40490         * malloc/memusage.c (mmap): Likewise.
40491         (mmap64, mremap): Likewise.  Adjust name in comment.
40493 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
40495         * libio/fileops.c: Fix typos in comments.
40496         * libio/oldfileops.c: Likewise.
40497         * libio/wfileops.c: Likewise.
40499 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
40501         [BZ #1349]
40502         * malloc/Makefile (tests): Add tst-malloc-usable test case.
40503         (tst-malloc-usable-ENV): Set environment for test case.
40504         * malloc/hooks.c (malloc_check_get_size): New function to get
40505         requested size.
40506         * malloc/malloc.c (musable): Use malloc_check_get_size.
40507         * malloc/tst-malloc-usable.c: New test case.
40509 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
40511         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
40513 2012-09-05  Allan McRae  <allan@archlinux.org>
40515         [BZ #13966]
40516         * configure.in (CXX_SYSINCLUDES): Use compiler output to
40517         determine header location.
40518         * configure: Regenerated.
40520 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
40522         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
40523         float format.
40524         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
40525         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
40526         format.
40527         (test): Regenerate.
40529 2012-09-04  David S. Miller  <davem@davemloft.net>
40531         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
40532         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
40533         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
40535 2012-09-04  Florian Weimer  <fweimer@redhat.com>
40537         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
40538         failures.
40540         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
40542 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
40544         [BZ #9914]
40545         * libio/iogetdelim.c: Include <limits.h>.
40546         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
40547         + len + 1 would overflow.
40549 2012-09-03  Andreas Jaeger  <aj@suse.de>
40551         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40552         * sysdeps/i386/fpu/libm-test-ulps: Update.
40554 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40556         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
40557         Add s_sinf-sse2, s_conf-sse2.
40559         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
40560         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
40561         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
40562         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
40564         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
40565         for using routine as __sinf_ia32.
40566         Use macro for function declaration and weak_alias.
40567         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
40568         for using routine as __cosf_ia32.
40569         Use macro for function declaration and weak_alias.
40571         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
40572         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
40574         * sysdeps/x86_64/fpu/s_sinf.S: New file.
40575         * sysdeps/x86_64/fpu/s_cosf.S: New file.
40576         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40578         * math/libm-test.inc (cos_test): Add more test cases.
40579         (sin_test): Likewise.
40580         (sincos_test): Likewise.
40582 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40584         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
40585         (IFUNC_RESOLVE): Make pointers to the specialized implementations
40586         hidden.
40587         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
40589 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
40591         [BZ #14538]
40592         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
40593         first element of the GOT.
40594         (elf_machine_load_address): Return the difference between
40595         the runtime address of _DYNAMIC and elf_machine_dynamic ().
40597 2012-09-01  Allan McRae  <allan@archlinux.org>
40599         [BZ #13412]
40600         * configure.in (AWK): Require gawk version 3.0 or later.
40601         * configure: Regenerated.
40603 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
40605         * sysdeps/unix/sysv/linux/kernel-features.h
40606         (__ASSUME_POSIX_CPU_TIMERS): Remove.
40607         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40608         [__NR_clock_getres]: Make code unconditional.
40609         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
40610         (clock_getcpuclockid): Remove code left unreachable by removal of
40611         conditionals.
40612         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
40613         code unconditional.
40614         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
40615         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40616         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
40617         Make code unconditional.
40618         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
40619         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40620         * sysdeps/unix/sysv/linux/clock_settime.c
40621         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
40622         conditional code.
40623         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
40624         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40626 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
40628         [BZ #14476]
40629         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
40630         scripts/test-installation.pl.
40632         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
40633         and $ld_so_version if it is set.
40635 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
40637         [BZ #14516]
40638         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
40639         failure if reading from procfs failed.
40640         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
40642 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
40644         * sysdeps/unix/sysv/linux/kernel-features.h
40645         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
40646         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
40647         Remove conditional code.
40648         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40649         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
40650         Remove conditional code.
40651         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40652         * sysdeps/unix/sysv/linux/i386/fxstat.c
40653         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40654         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40655         * sysdeps/unix/sysv/linux/i386/fxstatat.c
40656         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40657         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40658         * sysdeps/unix/sysv/linux/i386/lxstat.c
40659         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40660         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40661         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
40662         Remove conditional code.
40663         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40664         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
40665         Remove conditional code.
40666         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40667         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
40668         <kernel-features.h>.
40669         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
40670         Remove.
40671         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
40672         Remove conditional code.
40673         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40674         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
40675         Remove conditional.
40677 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
40679         [BZ #5400]
40680         * NEWS: Add fixed bug number.
40682 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
40684         [BZ #14519]
40685         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
40686         underflowing exponent in case of negative sign.
40687         * stdlib/tst-strtod-round-data: Add more tests.
40688         * stdlib/tst-strtod-round.c (tests): Regenerated.
40690         [BZ #3479]
40691         * stdlib/strtod_l.c (NDIG): Remove.
40692         (HEXNDIG): Likewise.
40693         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
40694         smallest representable value.
40695         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
40696         lie within an exact representation of 1/2 ulp of the result.
40697         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
40698         unconditionally.
40699         (TENS_P9_IDX): Define unconditionally.
40700         (TENS_P9_SIZE): Likewise.
40701         (TENS_P10_IDX): Likewise.
40702         (TENS_P10_SIZE): Likewise.
40703         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
40704         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
40705         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
40706         entries for 10^2^13 and 10^2^14.
40707         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
40708         (TENS_P13_IDX): Define.
40709         (TENS_P13_SIZE): Likewise.
40710         (TENS_P14_IDX): Likewise.
40711         (TENS_P14_SIZE): Likewise.
40712         (_fpioconst_pow10): Change array size to
40713         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
40714         unconditional.
40715         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
40716         1024]: Add entries for 10^2^13 and 10^2^14.
40717         [LAST_POW10 > _LAST_POW10]: Remove #error.
40718         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
40719         (_fpioconst_pow10): Change array size to
40720         FPIOCONST_POW10_ARRAY_SIZE.
40721         * stdlib/gen-fpioconst.c: New file.
40722         * stdlib/gen-tst-strtod-round.c: Likewise.
40723         * stdlib/tst-strtod-round-data: Likewise.
40724         * stdlib/tst-strtod-round.c: Likewise.
40725         * stdlib/Makefile (tests): Add tst-strtod-round.
40727         [BZ #14459]
40728         * stdlib/strtod_l.c: Include <stdint.h>.
40729         (NDEBUG): Do not define.
40730         (round_and_return): Change EXPONENT parameter to type intmax_t.
40731         Rearrange calculations to avoid internal overflow possibilities.
40732         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
40733         Rearrange calculations to avoid internal overflow possibilities.
40734         Assert that number fits inside MPNSIZE limbs.
40735         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
40736         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
40737         calculations and add assertions to avoid internal overflow
40738         possibilities.  Add casts to avoid signed/unsigned operations.
40739         * stdlib/tst-strtod-overflow.c: New file.
40740         * stdlib/Makefile (tests): Add tst-strtod-overflow.
40742 2012-08-25  Marek Polacek  <polacek@redhat.com>
40744         * time/time.h: Fix some typos in comments.
40746 2012-08-23  Roland McGrath  <roland@hack.frob.com>
40748         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
40749         * posix/tst-rfc3484-2.c: Likewise.
40750         * posix/tst-rfc3484-3.c: Likewise.
40752 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
40754         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
40755         (EF_ARM_ABI_FLOAT_HARD): Likewise.
40757 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
40759         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
40760         #include of fxstatat64.c.
40762 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40764         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
40765         * shadow/getspent_r.c: Likewise.
40766         * shadow/getspnam.c: Likewise.
40767         * shadow/getspnam_r.c: Likewise.
40768         * gshadow/getsgent.c: Likewise.
40769         * gshadow/getsgent_r.c: Likewise.
40770         * gshadow/getsgnam.c: Likewise.
40771         * gshadow/getsgnam_r.c: Likewise.
40772         * inet/getnetbyad.c: Likewise.
40773         * inet/getnetbyad_r.c: Likewise.
40774         * inet/getnetbynm.c: Likewise.
40775         * inet/getnetbynm_r.c: Likewise.
40776         * inet/getnetent.c: Likewise.
40777         * inet/getnetent_r.c: Likewise.
40778         * inet/getproto.c: Likewise.
40779         * inet/getproto_r.c: Likewise.
40780         * inet/getprtent.c: Likewise.
40781         * inet/getprtent_r.c: Likewise.
40782         * inet/getprtname.c: Likewise.
40783         * inet/getprtname_r.c: Likewise.
40784         * inet/getrpcbyname.c: Likewise.
40785         * inet/getrpcbyname_r.c: Likewise.
40786         * inet/getrpcbynumber.c: Likewise.
40787         * inet/getrpcbynumber_r.c: Likewise.
40788         * inet/getrpcent.c: Likewise.
40789         * inet/getrpcent_r.c: Likewise.
40790         * inet/getaliasent.c: Likewise.
40791         * inet/getaliasent_r.c: Likewise.
40792         * inet/getaliasname.c: Likewise.
40793         * inet/getaliasname_r.c: Likewise.
40794         * nscd/getgrgid_r.c: Likewise.
40795         * nscd/getgrnam_r.c: Likewise.
40796         * nscd/gethstbyad_r.c: Likewise.
40797         * nscd/gethstbynm3_r.c: Likewise.
40798         * nscd/getpwnam_r.c: Likewise.
40799         * nscd/getpwuid_r.c: Likewise.
40800         * nscd/getsrvbynm_r.c: Likewise.
40801         * nscd/getsrvbypt_r.c: Likewise.
40802         * nscd/gai.c: Likewise.
40804         * configure.in (build_nscd): New substituted variable, set
40805         by --disable-build-nscd and defaults to $use_nscd.
40806         * configure: Regenerated.
40807         * config.make.in (build-nscd): New substituted variable.
40808         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
40809         Change conditional to require [$(build-nscd) = yes] as well.
40810         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
40812         [BZ# 13696]
40813         * configure.in (use_nscd): New substituted variable, set by
40814         --disable-nscd.  If enabled, define USE_NSCD.
40815         * configure: Regenerated.
40816         * config.h.in: Add USE_NSCD.
40817         * config.make.in (use-nscd): New substituted variable.
40818         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
40819         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
40820         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
40821         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
40822         (CFLAGS-getgrnam_r.c): Likewise.
40823         (CFLAGS-initgroups.c): Likewise.
40824         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
40825         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
40826         Variables removed.
40827         * inet/getnetgrent_r.c
40828         (nscd_setnetgrent): New function, broken out of ...
40829         (setnetgrent): ... here.  Call it.
40830         (innetgr): Conditionalize nscd bits on [USE_NSCD].
40831         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
40832         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
40833         * nscd/Makefile (routines, aux): Move definitions after include of
40834         Makeconfig.  Conditionalize on [$(use-nscd) != no].
40835         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
40836         Conditionalize on [USE_NSCD].
40837         (is_nscd, nscd_init_cb): Likewise.
40838         (nss_load_library): Conditionalize init callback on [USE_NSCD].
40839         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
40840         * nss/nss_db/db-init.c: Likewise.
40841         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
40842         [USE_NSCD].
40843         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
40844         (make_request): Use it.
40845         (cache_valid_p): New function.
40846         (__check_pf): Use it.
40847         * NEWS: Add item for --disable-nscd.
40849 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
40851         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
40852         to support sed >= 4.2.1-20-ga9bf076.
40853         * configure: Regenerated.
40855 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40857         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
40858         Conditionalize whole body on [IREL].
40860 2012-08-22  Jeff Law <law@redhat.com>
40862         [BZ #14505]
40863         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
40864         if the family is PF_UNSPEC.
40866 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
40868         * Makerules (lib-version): Rename from V.
40869         (install-lib-nosubdir): Change V to lib-version.
40871 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
40873         [BZ #14252]
40874         * powerpc32/power6/wcschr.c: New file.
40875         * powerpc32/power6/wcscpy.c: New file.
40876         * powerpc32/power6/wcsrchr.c: New file.
40877         * powerpc64/power6/wcschr.c: New file.
40878         * powerpc64/power6/wcscpy.c: New file.
40879         * powerpc64/power6/wcsrchr.c: New file.
40881 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40883         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
40884         (two_way_short_needle): Use it.
40885         * string/strstr.c (AVAILABLE1_USES_J): Define.
40886         * string/strcasestr.c: Likewise.
40888         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
40889         array references.
40890         * string/strcasestr.c (TOLOWER): Make side-effect safe.
40892         [BZ #11607]
40893         * NEWS: Add an entry.
40894         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
40895         define their defaults.
40896         (two_way_short_needle): Detect end-of-string on-the-fly.
40897         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
40898         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
40899         * string/bug-strcasestr1.c: New test.
40900         * string/Makefile: Run it.
40902 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40904         [BZ #11607]
40905         * string/str-two-way.h (two_way_short_needle): Optimize matching of
40906         the first character.
40908 2012-08-21  Roland McGrath  <roland@hack.frob.com>
40910         * csu/elf-init.c (__libc_csu_irel): Function removed.
40911         * csu/libc-start.c (apply_irel): New function.
40912         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
40914 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
40916         * sysdeps/unix/sysv/linux/kernel-features.h
40917         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40918         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40919         <kernel-features.h>.
40920         [__NR_fadvise64_64]: Make code unconditional.
40921         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40922         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40923         !__NR_fadvise64_64)]: Likewise.
40924         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40925         !__NR_fadvise64_64))]: Likewise.
40926         [__NR_fadvise64]: Make code unconditional.
40927         [!__NR_fadvise64]: Remove conditional code.
40928         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40929         <kernel-features.h>.
40930         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40931         unconditional.
40932         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40933         conditional code.
40934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40935         not include <kernel-features.h>.
40936         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40937         unconditional.
40938         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40939         conditional code.
40940         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40941         include <kernel-features.h>.
40942         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40943         unconditional.
40944         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40945         conditional code.
40947 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40949         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40950         slight instruction rearrangements per scrollpipe analysis.
40951         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40953 2012-08-20  Roland McGrath  <roland@hack.frob.com>
40955         * manual/syslog.texi (syslog; vsyslog, closelog):
40956         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40957         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40959         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40960         DSOCAPS to match condition on defining it.
40962 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
40964         * sysdeps/unix/sysv/linux/kernel-features.h
40965         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40967         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40968         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40970         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40971         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40973         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40974         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40976         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40977         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40979         * sysdeps/unix/sysv/linux/kernel-features.h
40980         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40981         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40982         unconditional.
40983         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40984         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40985         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40986         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40987         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40988         Make code unconditional.
40989         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40990         (__mmap64) [!__NR_mmap2]: Likewise.
40991         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40992         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40993         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40994         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40995         [__NR_mmap2]: Make code unconditional.
40996         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40997         (__mmap64) [!__NR_mmap2]: Likewise.
40999 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41001         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
41003 2012-08-18  Andreas Jaeger  <aj@suse.de>
41005         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
41007 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
41009         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
41010         * include/unistd.h (__have_sock_cloexec): Likewise.
41011         (__have_pipe2): Likewise.
41012         (__have_dup3): Likewise.
41014 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
41016         [BZ #9685]
41017         * include/unistd.h (__have_pipe2): Change define into an extern int.
41018         (__have_dup3): Likewise.
41019         * socket/have_sock_cloexec.c: Include fcntl.h.
41020         (__have_pipe2): New variable.
41021         (__have_dup3): Likewise.
41023 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
41025         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
41027 2012-08-17  Marek Polacek  <polacek@redhat.com>
41029         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
41030         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
41032 2012-08-17  Roland McGrath  <roland@hack.frob.com>
41034         * configure.in: Add AC_SUBST for sysheaders.
41035         * configure: Regenerated.
41036         * config.make.in (sysheaders): New substituted variable.
41038         * sysdeps/unix/mkfifo.c: Moved ...
41039         * sysdeps/posix/mkfifo.c: ... here.
41040         * sysdeps/unix/mkfifoat.c: Moved ...
41041         * sysdeps/posix/mkfifoat.c: ... here.
41043         * sysdeps/unix/utime.c: Moved ...
41044         * sysdeps/posix/utime.c: ... here.
41046         * sysdeps/unix/time.c: Moved ...
41047         * sysdeps/posix/time.c: ... here.
41048         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
41049         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
41051         * sysdeps/unix/nice.c: Moved ...
41052         * sysdeps/posix/nice.c: ... here.
41054         * sysdeps/unix/alarm.c: Moved ...
41055         * sysdeps/posix/alarm.c: ... here.
41057         * intl/Makefile ($(codeset_mo)): Depend on the input file.
41059 2012-08-17  Jeff Law <law@redhat.com>
41061         * intl/Makefile (codeset_mo): New variable.
41062         ($(codeset_mo)): New target.
41063         (tst-codeset.out): Depend on that.  Remove explicit rule.
41064         (tst-gettext3.out, tst-gettext5.out): Likewise.
41065         (LOCPATH-ENV, tst-codeset-ENV): New variables.
41066         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
41067         * intl/tst-codeset.sh: Remove.
41068         * intl/tst-gettext3.sh: Likewise.
41069         * intl/tst-gettext5.sh: Likewise.
41071 2012-08-17  Roland McGrath  <roland@hack.frob.com>
41073         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
41074         * sysdeps/unix/syscalls.list: ... here.
41076         * sysdeps/posix/getaddrinfo.c
41077         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
41078         (gaiconf_init, gaiconf_reload): Use them.
41079         [!_STATBUF_ST_NSEC]
41080         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
41081         Define using time_t rather than struct timespec.
41083         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
41084         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
41085         Macros removed.
41086         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
41087         [!NO_THREADS].
41088         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
41089         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
41090         Likewise.
41092         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
41093         __libc_cleanup_push argument.
41095         * bits/param.h: New file.
41096         * misc/sys/param.h: New file.
41097         * include/sys/param.h: New file.
41098         * misc/Makefile (headers): Add bits/param.h.
41099         * sysdeps/generic/sys/param.h: File removed.
41100         * sysdeps/unix/sysv/linux/bits/param.h: New file.
41101         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
41102         * sysdeps/mach/hurd/bits/param.h: New file.
41103         * sysdeps/mach/hurd/sys/param.h: File removed.
41105         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
41106         last change.
41108         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
41109         [_IO_MTSAFE_IO].
41110         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
41111         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
41112         New macros.
41114         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
41115         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
41116         rather than -D_IO_MTSAFE_IO conditionally.
41117         * stdio-common/Makefile (CPPFLAGS): Likewise.
41118         * wcsmbs/Makefile (CPPFLAGS): Likewise.
41119         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
41120         Use $(libio-mtsafe).
41121         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
41122         of -D_IO_MTSAFE_IO.
41123         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
41124         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
41125         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
41126         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
41127         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
41128         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
41129         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
41130         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
41131         (CFLAGS-fread_u_chk.c): Likewise.
41132         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
41133         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
41134         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
41135         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
41136         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
41137         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
41138         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
41139         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
41140         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
41142         * libio/Makefile: Test [$(libc-reentrant) = yes]
41143         instead of [$(filter %REENTRANT, $(defines)) nonempty].
41145         * Makeconfig
41146         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
41147         * sysdeps/pthread/configure: File removed.
41148         * sysdeps/pthread/Makeconfig: New file.
41149         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
41150         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
41152 2012-08-16  Gary Benson  <gbenson@redhat.com>
41154         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
41155         unmapping the first object in a namespace.
41157 2012-08-16  Roland McGrath  <roland@hack.frob.com>
41159         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
41160         (__internal_setnetgrent): ... this.  Add internal_function to
41161         definition.  Add libc_hidden_def.
41162         (setnetgrent): Update caller.
41163         (internal_endnetgrent): Renamed to ...
41164         (__internal_endnetgrent): ... this.  Add internal_function to
41165         definition.  Add libc_hidden_def.
41166         (endnetgrent): Update caller.
41167         (internal_getnetgrent_r): Renamed to ...
41168         (__internal_getnetgrent_r): ... this.  Add internal_function to
41169         definition.  Add libc_hidden_def.
41170         (__getnetgrent_r): Update caller.
41171         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
41173 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
41175         * stdlib/longlong.h: Update from GCC.
41177 2012-08-16  Roland McGrath  <roland@hack.frob.com>
41179         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
41180         on _QL, which is set by umul_ppmm but never used.
41181         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
41182         variables, which are set by GMP macros but never used.
41183         * stdio-common/_itowa.c (_itowa): Likewise.
41184         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
41185         * stdlib/mod_1.c (mpn_mod_1): Likewise.
41187 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
41189         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
41190         struct La_sh_regs is not constant.
41191         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
41192         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
41193         and struct La_sparc64_regs are not constant.
41195 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
41197         * sysdeps/unix/sysv/linux/kernel-features.h
41198         (__ASSUME_POSIX_TIMERS): Remove.
41199         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
41200         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41201         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
41202         Make code unconditional.
41203         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41204         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
41205         Make code unconditional.
41206         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41207         * sysdeps/unix/sysv/linux/clock_nanosleep.c
41208         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
41209         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41210         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
41211         Make code unconditional.
41212         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41213         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
41214         (__libc_missing_posix_timers): Remove.
41216 2012-08-15  Roland McGrath  <roland@hack.frob.com>
41218         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
41219         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
41221         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
41223         * elf/dl-sym.c: Include <stdlib.h>.
41225         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
41226         constants, which avoids warnings in 32-bit builds.
41228         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
41229         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
41231         * misc/lseek.c: File moved to ...
41232         * io/lseek.c: ... here.
41234         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
41236         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
41237         shifting LEN more than 31 bits at once.
41239 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41241         [BZ #14195]
41242         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
41243         segmentation fault for a case of two empty input strings.
41244         * string/test-strncasecmp.c (check1): Renamed to...
41245         (bz12205): ...this.
41246         (bz14195): Add new testcase for two empty input strings and N > 0.
41247         (test_main): Call new testcase, adapt for renamed function.
41249 2012-08-15  Andreas Jaeger  <aj@suse.de>
41251         [BZ #14090]
41252         * crypt/md5test2.c: New test, based on test supplied by Serge
41253         Belyshev <belyshev@depni.sinp.msu.ru>.
41254         * crypt/Makefile (xtests): Add md5test-giant..
41255         * crypt/Makefile ($(objpfx)md5test-giant): Add.
41257 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41259         [BZ #14090]
41260         * crypt/md5.c (md5_process_block): Don't assume the buffer
41261         length is less than 2**32.
41262         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
41263         length is less than 2**64.
41265 2012-08-15  Roland McGrath  <roland@hack.frob.com>
41267         * string/str-two-way.h: Include <sys/param.h>.
41268         (MAX): Macro removed.
41270         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
41271         Move #define and #undef of memmove to just before and after
41272         including <string.h>.
41274         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
41275         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
41276         and after including <string.h>.  Move declarations of
41277         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
41278         to before #include "string/memmove.c".
41280         * include/dirent.h: Declare __getdirentries.
41282         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
41283         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
41285 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
41287         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
41288         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
41289         * sysdeps/i386/configure: Regenerated.
41290         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
41291         STABS_CURRENT_FILE, and STABS_FUN.
41292         (END): Remove call to STABS_FUN_END.
41293         (STABS_CURRENT_FILE1): Delete.
41294         (STABS_CURRENT_FILE): Likewise.
41295         (STABS_FUN): Likewise.
41296         (STABS_FUN_END): Likewise.
41297         (STABS_FUN2): Likewise.
41298         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
41299         * sysdeps/x86_64/configure: Regenerated.
41301 2012-08-14  Roland McGrath  <roland@hack.frob.com>
41303         * elf/dl-open.c: Include <atomic.h>.
41304         * elf/dl-lookup.c: Likewise.
41306 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
41308         * sysdeps/unix/sysv/linux/kernel-features.h
41309         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
41310         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
41311         unconditionally.
41312         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
41313         unconditionally.
41314         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
41315         condition on __ASSUME_CLONE_THREAD_FLAGS.
41317 2012-08-14  Andreas Jaeger  <aj@suse.de>
41319         * sysdeps/i386/fpu/libm-test-ulps: Update.
41321 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
41323         * include/atomic.h (atomic_exchange_and_add): Split into ...
41324         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
41325         New atomic macros.
41327 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
41329         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41331 2012-08-13  Jeff Law <law@redhat.com>
41333         * manual/stdio.texi (snprintf): Clarify handling of the trailing
41334         null byte in the output string.
41336 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
41338         * sysdeps/unix/sysv/linux/kernel-features.h
41339         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
41340         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
41341         (__ASSUME_ARG_MAX_STACK_BASED): Define.
41342         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
41343         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
41344         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
41345         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
41347 2012-08-09  Jeff Law <law@redhat.com>
41349         [BZ #13939]
41350         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
41351         When avoid_arena is set, don't retry in the that arena.  Pick the
41352         next one, whatever it might be.
41353         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
41354         (arena_lock): Pass in new parameter to arena_get2.
41355         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
41356         arena_get2.
41357         (__libc_malloc): Unify retrying after main arena failure with
41358         __libc_memalign version.
41359         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
41361 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
41363         [BZ #14166]
41364         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
41365         to __redirect_strstr.
41366         (__strstr_sse42): Use typeof __redirect_strstr.
41367         (__strstr_ia32): Likewise.
41368         (__libc_strstr): New prototype.
41369         (strstr): Renamed to ...
41370         (__libc_strstr): This.
41371         (strstr): New strong alias of __libc_strstr.
41372         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
41373         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
41374         __redirect_time.
41375         Include <time.h>.
41376         (__libc_time): New prototype.
41377         (time_ifunc): Replace time with __libc_time.
41378         (time): New strong alias and hidden definition of __libc_time.
41379         (__GI_time): Remove strong alias.
41380         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
41381         Include <stddef.h>.
41382         (memmove): Redefined to __redirect_memmove.
41383         (__memmove_sse2): Use typeof __redirect_memmove.
41384         (__memmove_ssse3): Likewise.
41385         (__memmove_ssse3_back): Likewise.
41386         (__libc_memmove): New prototype.
41387         (memmove): Renamed to ...
41388         (__libc_memmove): This.
41389         (memmove): New strong alias of __libc_memmove.
41391 2012-08-08  Mark Salter  <msalter@redhat.com>
41393         * elf/elf.h
41394         (R_MN10300_TLS_GD): Define.
41395         (R_MN10300_TLS_LD): Likewise.
41396         (R_MN10300_TLS_LDO): Likewise.
41397         (R_MN10300_TLS_GOTIE): Likewise.
41398         (R_MN10300_TLS_IE): Likewise.
41399         (R_MN10300_TLS_LE): Likewise.
41400         (R_MN10300_TLS_DTPMOD): Likewise.
41401         (R_MN10300_TLS_DTPOFF): Likewise.
41402         (R_MN10300_TLS_TPOFF): Likewise.
41403         (R_MN10300_SYM_DIFF): Likewise.
41404         (R_MN10300_ALIGN): Likewise.
41405         (R_MN10300_NUM): Update.
41407 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
41409         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
41410         Remove.
41412 2012-08-08  Roland McGrath  <roland@hack.frob.com>
41414         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
41416         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
41417         sysdeps/unix -> sysdeps/posix move.
41418         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
41420 2012-08-07      Allan McRae     <allan@archlinux.org>
41422         [BZ #14303]
41423         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
41424         (SUNOS_CPP): Likewise.
41425         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
41426         not found.
41427         (open_input): Call CPP using execvp.
41429 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
41431         * sysdeps/unix/sysv/linux/kernel-features.h
41432         (__ASSUME_PROT_GROWSUPDOWN): Remove.
41433         (__ASSUME_NO_CLONE_DETACHED): Likewise.
41434         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
41435         (__ASSUME_WAITID_SYSCALL): Likewise.
41436         * sysdeps/unix/sysv/linux/dl-execstack.c
41437         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
41438         code unconditional.
41439         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
41440         conditional code.
41441         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
41442         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
41443         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
41444         code.
41445         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
41446         unconditional.
41447         [__ASSUME_WAITID_SYSCALL]: Likewise.
41448         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
41450 2012-08-07  Roland McGrath  <roland@hack.frob.com>
41452         * sysdeps/unix/closedir.c: Renamed to ...
41453         * sysdeps/posix/closedir.c: ... here.
41454         * sysdeps/unix/dirfd.c: Renamed to ...
41455         * sysdeps/posix/dirfd.c: ... here.
41456         * sysdeps/unix/dirstream.h: Renamed to ...
41457         * sysdeps/posix/dirstream.h: ... here.
41458         * sysdeps/unix/fdopendir.c: Renamed to ...
41459         * sysdeps/posix/fdopendir.c: ... here.
41460         * sysdeps/unix/opendir.c: Renamed to ...
41461         * sysdeps/posix/opendir.c: ... here.
41462         * sysdeps/unix/readdir.c: Renamed to ...
41463         * sysdeps/posix/readdir.c: ... here.
41464         * sysdeps/unix/readdir_r.c: Renamed to ...
41465         * sysdeps/posix/readdir_r.c: ... here.
41466         * sysdeps/unix/rewinddir.c: Renamed to ...
41467         * sysdeps/posix/rewinddir.c: ... here.
41468         * sysdeps/unix/seekdir.c: Renamed to ...
41469         * sysdeps/posix/seekdir.c: ... here.
41470         * sysdeps/unix/telldir.c: Renamed to ...
41471         * sysdeps/posix/telldir.c: ... here.
41472         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
41473         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
41474         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
41475         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
41477         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
41478         * bits/fcntl.h: ... here.
41480         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
41481         not 0.
41482         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
41483         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
41484         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
41485         (struct flock): Move l_start, l_len to the beginning.
41486         Use __pid_t for l_pid.
41487         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
41488         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
41489         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
41490         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
41491         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
41492         [__USE_LARGEFILE64] (struct flock64): New type.
41493         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
41495         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
41496         * bits/dirent.h: ... here.
41498         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
41499         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
41501 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
41503         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41504         Change from 2.6.0 to 2.6.16.
41505         * sysdeps/unix/sysv/linux/configure: Regenerated.
41506         * sysdeps/unix/sysv/linux/kernel-features.h
41507         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
41508         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
41509         version.
41510         (__ASSUME_UTIMES): Likewise.
41511         (__ASSUME_CLONE_STOPPED): Remove.
41512         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
41513         architectures, not kernel version.
41514         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
41515         (__ASSUME_NO_CLONE_DETACHED): Likewise.
41516         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
41517         (__ASSUME_WAITID_SYSCALL): Likewise.
41518         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
41519         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
41520         * README: State 2.6.16 as minimum Linux kernel version.  Do not
41521         refer to older versions.
41523 2012-08-06  Roland McGrath  <roland@hack.frob.com>
41525         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
41526         Define alphasort64 as an alias.
41527         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
41528         Define versionsort64 as an alias.
41529         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
41530         Define scandir64 as an alias.
41531         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
41532         Define scandirat64 as an alias.
41533         * dirent/alphasort64.c (alphasort64):
41534         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
41535         * dirent/versionsort64.c: Likewise.
41536         * dirent/scandir64.c: Likewise.
41537         * dirent/scandirat64.c: Likewise.
41538         * sysdeps/wordsize-64/alphasort.c: File removed.
41539         * sysdeps/wordsize-64/alphasort64.c: File removed.
41540         * sysdeps/wordsize-64/scandir.c: File removed.
41541         * sysdeps/wordsize-64/scandir64.c: File removed.
41542         * sysdeps/wordsize-64/scandirat.c: File removed.
41543         * sysdeps/wordsize-64/scandirat64.c: File removed.
41544         * sysdeps/wordsize-64/versionsort.c: File removed.
41545         * sysdeps/wordsize-64/versionsort64.c: File removed.
41546         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
41547         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
41548         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
41549         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
41550         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
41551         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
41552         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
41553         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
41555         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
41556         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
41557         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
41558         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41559         [defined __arch64__ || defined __sparcv9]
41560         (__INO_T_MATCHES_INO64_T): New macro.
41561         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
41562         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
41563         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
41564         * sysdeps/unix/sysv/linux/bits/dirent.h
41565         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
41566         (_DIRENT_MATCHES_DIRENT64): New macro.
41568         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
41569         Define lockf64 as an alias.
41570         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
41571         Define fseeko64 as an alias.
41572         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
41573         Define ftello64 as an alias.
41574         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
41575         Define _IO_fgetpos64 and fgetpos64 as aliases.
41576         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
41577         Define _IO_fsetpos64 and fsetpos64 as aliases.
41578         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
41579         Conditionalize body on this.
41580         * libio/fseeko64.c: Likewise.
41581         * libio/ftello64.c: Likewise.
41582         * libio/iofgetpos64.c: Likewise.
41583         * libio/iofsetpos64.c: Likewise.
41584         * sysdeps/wordsize-64/lockf.c: File removed.
41585         * sysdeps/wordsize-64/lockf64.c: File removed.
41586         * sysdeps/wordsize-64/fseeko.c: File removed.
41587         * sysdeps/wordsize-64/fseeko64.c: File removed.
41588         * sysdeps/wordsize-64/ftello.c: File removed.
41589         * sysdeps/wordsize-64/ftello64.c: File removed.
41590         * sysdeps/wordsize-64/iofgetpos.c: File removed.
41591         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
41592         * sysdeps/wordsize-64/iofsetpos.c: File removed.
41593         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
41594         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
41595         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
41596         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
41597         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
41598         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
41599         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
41600         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
41601         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
41602         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
41603         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
41605         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
41606         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
41607         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
41608         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41609         [defined __arch64__ || defined __sparcv9]
41610         (__OFF_T_MATCHES_OFF64_T): New macro.
41611         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
41612         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
41613         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41614         (__OFF_T_MATCHES_OFF64_T): New macro.
41616 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
41618         * stdlib/secure-getenv.c (__secure_getenv): Replace
41619         GLIBC_2_16 with GLIBC_2_17.
41621 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
41623         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
41624         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41626 2012-08-03  David S. Miller  <davem@davemloft.net>
41628         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41630 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
41632         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
41633         Remove.
41634         (__ASSUME_CORRECT_SI_PID): Likewise.
41635         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
41636         (__ASSUME_TMPFS_NAME): Likewise.
41637         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
41638         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
41639         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
41640         (HAVE_AUX_SECURE): Make definition unconditional.
41641         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
41642         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
41644 2012-08-03  Roland McGrath  <roland@hack.frob.com>
41646         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
41647         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
41648         * sysdeps/mach/hurd/eloop-threshold.h: New file.
41649         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
41650         __eloop_threshold instead of SYMLOOP_MAX.
41652         * sysdeps/generic/eloop-threshold.h: New file.
41653         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
41654         of MAXSYMLINKS.
41655         * elf/chroot_canon.c (chroot_canon): Likewise.
41657 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
41659         [BZ #13717]
41660         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41661         Change to 2.6.0 everywhere.
41662         * sysdeps/unix/sysv/linux/configure: Regenerated.
41663         * sysdeps/unix/sysv/linux/kernel-features.h
41664         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
41665         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
41666         kernel versions.
41667         (__ASSUME_POSIX_TIMERS): Define unconditionally.
41668         (__ASSUME_FUTEX_REQUEUE): Remove.
41669         (__ASSUME_STATFS64): Define unconditionally.
41670         (__ASSUME_AT_SECURE): Likewise.
41671         (__ASSUME_CORRECT_SI_PID): Likewise.
41672         (__ASSUME_TGKILL): Define without depending on kernel version for
41673         i386.
41674         (__ASSUME_UTIMES): Likewise.
41675         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
41676         kernel version.
41677         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
41678         (__ASSUME_TMPFS_NAME): Likewise.
41679         * README: Update reference to Linux kernel versions.
41681 2012-08-02  Marek Polacek  <polacek@redhat.com>
41683         [BZ# 14150]
41684         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
41685         libc_cv_asm_type_prefix with %.
41686         * configure: Regenerated.
41687         * include/libc-symbols.h: Remove comment about
41688         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
41689         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
41690         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
41691         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
41692         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
41693         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
41694         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
41695         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
41696         * elf/tst-unique2mod1.c: Likewise.
41697         * elf/tst-unique1mod2.c: Likewise.
41698         * elf/tst-unique1mod1.c: Likewise.
41699         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
41700         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
41701         Replace ASM_TYPE_DIRECTIVE with .type.
41702         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41703         * sysdeps/i386/sysdep.h: Likewise.
41704         * sysdeps/x86_64/sysdep.h: Likewise.
41705         * sysdeps/sh/sysdep.h: Likewise.
41706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
41707         Do not define ASM_TYPE_DIRECTIVE.
41708         * sysdeps/powerpc/sysdep.h: Likewise.
41709         * sysdeps/powerpc/powerpc32/sysdep.h:
41710         Replace ASM_TYPE_DIRECTIVE with .type.
41711         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41712         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41713         * sysdeps/i386/fpu/e_powf.S: Likewise.
41714         * sysdeps/i386/fpu/e_expl.S: Likewise.
41715         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41716         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41717         * sysdeps/i386/fpu/e_pow.S: Likewise.
41718         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41719         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41720         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41721         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41722         * sysdeps/i386/fpu/e_log2.S: Likewise.
41723         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41724         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41725         * sysdeps/i386/fpu/e_powl.S: Likewise.
41726         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41727         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41728         * sysdeps/i386/fpu/e_logl.S: Likewise.
41729         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41730         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41731         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41732         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41733         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41734         * sysdeps/i386/fpu/e_log.S: Likewise.
41735         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41736         * sysdeps/i386/fpu/e_logf.S: Likewise.
41737         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41738         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41739         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41740         * sysdeps/i386/fpu/e_log10.S: Likewise.
41741         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41742         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41743         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41744         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41745         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41746         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
41747         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41748         * sysdeps/i386/i686/strtok.S: Likewise.
41749         * sysdeps/i386/i386-mcount.S: Likewise.
41750         * sysdeps/i386/strtok.S: Likewise.
41751         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
41752         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41753         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41754         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41755         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41756         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41757         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41758         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41759         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41760         * sysdeps/x86_64/_mcount.S: Likewise.
41761         * sysdeps/x86_64/strtok.S: Likewise.
41762         * sysdeps/sh/_mcount.S: Likewise.
41764 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41766         * libio/iofopen.c: Include <fcntl.h>.
41767         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
41768         (_IO_fopen64, fopen64): Define as aliases.
41769         * libio/iofopen64.c: Include <fcntl.h>.
41770         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
41771         Conditionalize body on this.
41772         * sysdeps/wordsize-64/iofopen.c: File removed.
41773         * sysdeps/wordsize-64/iofopen64.c: File removed.
41775 2012-08-01  Marek Polacek  <polacek@redhat.com>
41777         * libc/Makeconfig: Use elf in place of binfmt-subdir.
41778         Use dlfcn directly instead of a variable.
41779         (binfmt-subdir): Do not define.
41780         (dlfcn): Likewise.
41782 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
41784         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
41785         Remove all definitions.
41786         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
41787         <kernel-features.h>.
41788         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41789         (miss_F_GETOWN_EX): Remove all definitions.
41790         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
41791         macro definition.
41792         [!__ASSUME_FCNTL64]: Remove conditional code.
41793         [__ASSUME_FCNTL64]: Make code unconditional.
41794         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
41795         <kernel-features.h>.
41796         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41797         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
41798         (lockf64) [__NR_fcntl64]: Make code unconditional.
41799         (lockf64) [__ASSUME_FCNTL64]: Likewise.
41801         * sysdeps/unix/sysv/linux/kernel-features.h
41802         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
41803         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
41804         Make code unconditional.
41805         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41806         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
41808         [__NR_vfork]: Make code unconditional.
41809         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41810         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
41812         [__NR_vfork]: Make code unconditional.
41813         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41814         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41816 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41818         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
41819         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
41821         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41822         Define mkstemp64 as an alias.
41823         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41824         Define mkstemps64 as an alias.
41825         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41826         Define mkostemp64 as an alias.
41827         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41828         Define mkostemps64 as an alias.
41829         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
41830         Conditionalize body on this.
41831         * misc/mkostemp64.c: Likewise.
41832         * misc/mkostemps64.c: Likewise.
41833         * misc/mkstemps64.c: Likewise.
41834         * sysdeps/wordsize-64/mkstemp64.c: File removed.
41835         * sysdeps/wordsize-64/mkostemp64.c: File removed.
41836         * sysdeps/wordsize-64/mkostemp.c: File removed.
41837         * sysdeps/wordsize-64/mkstemp.c: File removed.
41838         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
41839         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
41840         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
41841         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
41843         [BZ #14138]
41844         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
41845         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
41846         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
41847         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
41849         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
41850         compat_symbol macros from <shlib-compat.h> rather than the underlying
41851         default_symbol_version and symbol_version macros, so that DEFAULT
41852         lines in shlib-versions are respected.
41853         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
41855 2012-08-01  Florian Weimer  <fweimer@redhat.com>
41857         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
41858         Declare with warn_unused_result.
41859         (setgid, setregid, setegid, setresgid): Likewise.
41860         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
41861         Likewise.
41862         * WUR-REPORT: Remove set*id functions.
41864 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
41866         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
41868 2012-07-31  Roland McGrath  <roland@hack.frob.com>
41870         [BZ #10191]
41871         * include/sys/socket.h (__libc_accept, __libc_accept4):
41872         Add attribute_hidden.
41873         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
41875         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
41876         use of PTR_MANGLE.
41877         * inet/getnetgrent_r.c (setup): Likewise.
41879         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
41881 2012-07-31  David S. Miller  <davem@davemloft.net>
41883         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41885 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
41887         [BZ #13629]
41888         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
41889         value between 1.0 and 2.0 and smaller part has absolute value less
41890         than 1.0.
41891         * math/s_clog10.c (__clog10): Likewise.
41892         * math/s_clog10f.c (__clog10f): Likewise.
41893         * math/s_clog10l.c (__clog10l): Likewise.
41894         * math/s_clogf.c (__clogf): Likewise.
41895         * math/s_clogl.c (__clogl): Likewise.
41896         * math/libm-test.inc (clog_test): Add more tests.
41897         (clog10_test): Likewise.
41898         * sysdeps/i386/fpu/libm-test-ulps: Update.
41899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41901 2012-07-31  Florian Weimer  <fweimer@redhat.com>
41903         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
41904         Exit with zero in case no suitable GID is found, and write a
41905         message to standard error.
41907 2012-07-30  Roland McGrath  <roland@hack.frob.com>
41909         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
41910         rather than to 1.
41911         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
41912         (MAXPATHLEN): Removed.
41913         (NOGROUP, NODEV): New macros.
41914         (setbit, clrbit, isset, isclr): New macros.
41915         (howmany, roundup, powerof2): New macros.
41916         (DEV_BSIZE): New macro.
41918         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41919         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41921         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41922         definition on [!__NO_LONG_DOUBLE_MATH].
41924         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41925         PTR_MANGLE and PTR_DEMANGLE.
41927         * socket/accept4.c (accept4): Rename to __libc_accept4.
41928         Define accept4 as a weak alias.
41930         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41931         on [_DIRENT_HAVE_D_TYPE].
41932         * io/ftw.c (ftw_dir): Likewise.
41934         * io/xmknod.c (__xmknod): Don't check PATH for being null.
41936         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41938         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41939         Use the BSD numbers rather than the arbitrary ones we had.
41940         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41941         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41942         (SIGXCPU, SIGXFSZ): New macros.
41943         (_NSIG): Now 32.
41945         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41946         initializer on [_LIBC_REENTRANT].
41948         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41949         definitions inside [_POSIX_MAPPED_FILES].
41951         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41953         * dirent/opendir.c: Include <fcntl.h>.
41955         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41956         (__libc_getspecific): Likewise.
41957         (__libc_key_create): Likewise.
41959         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41960         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41961         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41962         (tmpfile64): Define as alias.
41963         * sysdeps/wordsize-64/tmpfile.c: File removed.
41964         * sysdeps/wordsize-64/tmpfile64.c: File removed.
41965         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41966         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41968         * stdio-common/vfscanf.c: Include <stdbool.h>.
41969         * nss/makedb.c: Likewise.
41970         * stdio-common/_i18n_number.h: Likewise.
41971         * argp/argp-help.c: Likewise.
41972         * posix/wordexp.c: Likewise.
41973         * sysdeps/posix/spawni.c: Likewise.
41974         * nss/nss_files/files-initgroups.c: Likewise.
41975         * stdio-common/reg-modifier.c: Include <stdlib.h>.
41976         * nss/nss_files/files-initgroups.c: Likewise.
41977         * nss/nss_db/db-netgrp.c: Likewise.
41978         * nss/nss_db/db-initgroups.c: Likewise.
41979         * io/fchmodat.c: Include <sys/stat.h>.
41981         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41982         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41984         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41985         [HAVE_MMAP].
41987         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41988         Add multiple inclusion protection.
41990 2012-07-27  David S. Miller  <davem@davemloft.net>
41992         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41994 2012-07-27  Gary Benson  <gbenson@redhat.com>
41996         [BZ #14298]
41997         * elf/rtld.c: Include <stap-probe.h>.
41998         (dl_main): Added static probes "init_start" and "init_complete".
41999         * elf/dl-load.c: Include <stap-probe.h>.
42000         (lose): Take new parameter "nsid".
42001         Added static probe "map_failed".
42002         (_dl_map_object_from_fd): Pass namespace id to lose.
42003         Added static probe "map_start".
42004         (open_verify): Pass namespace id to lose.
42005         * elf/dl-open.c: Include <stap-probe.h>.
42006         (dl_open_worker) Added static probes "map_complete", "reloc_start"
42007         and "reloc_complete".
42008         * elf/dl-close.c: Include <stap-probe.h>.
42009         (_dl_close_worker): Added static probes "unmap_start" and
42010         "unmap_complete".
42011         * elf/rtld-debugger-interface.txt: New file documenting the above.
42013 2012-07-26  Roland McGrath  <roland@hack.frob.com>
42015         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
42016         rather than a string variable.
42017         * sunrpc/rpc_main.c (h_output): Likewise.
42018         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
42020 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
42022         * inet/check_native.c: New file.
42024 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
42026         [BZ #13629]
42027         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
42028         if larger part has absolute value 1.0.
42029         * math/s_clog10.c (__clog10): Likewise.
42030         * math/s_clog10f.c (__clog10f): Likewise.
42031         * math/s_clog10l.c (__clog10l): Likewise.
42032         * math/s_clogf.c (__clogf): Likewise.
42033         * math/s_clogl.c (__clogl): Likewise.
42034         * math/libm-test.inc (clog_test): Add more tests.
42035         (clog10_test): Likewise.
42036         * sysdeps/i386/fpu/libm-test-ulps: Update.
42037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42039         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
42040         (pltexit): Likewise.
42041         (La_regs): Likewise.
42042         (La_retval): Likewise.
42043         (int_retval): Likewise.
42044         Update #error for removed macros to refer only to definitions in
42045         tst-audit.h.
42046         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
42047         macro.
42048         (pltexit): Likewise.
42049         (La_regs): Likewise.
42050         (La_retval): Likewise.
42051         (int_retval): Likewise.
42052         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
42053         macro.
42054         (pltexit): Likewise.
42055         (La_regs): Likewise.
42056         (La_retval): Likewise.
42057         (int_retval): Likewise.
42058         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
42059         macro.
42060         (pltexit): Likewise.
42061         (La_regs): Likewise.
42062         (La_retval): Likewise.
42063         (int_retval): Likewise.
42064         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
42065         macro.
42066         (pltexit): Likewise.
42067         (La_regs): Likewise.
42068         (La_retval): Likewise.
42069         (int_retval): Likewise.
42070         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
42071         macro.
42072         (pltexit): Likewise.
42073         (La_regs): Likewise.
42074         (La_retval): Likewise.
42075         (int_retval): Likewise.
42076         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
42077         macro.
42078         (pltexit): Likewise.
42079         (La_regs): Likewise.
42080         (La_retval): Likewise.
42081         (int_retval): Likewise.
42082         * sysdeps/generic/tst-audit.h: Update comment to refer only to
42083         macro definitions in tst-audit.h.
42084         * sysdeps/i386/tst-audit.h: New file.
42085         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
42086         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
42087         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
42088         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
42089         * sysdeps/sh/tst-audit.h: Likewise.
42090         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
42091         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
42092         * sysdeps/x86_64/tst-audit.h: Likewise.
42094 2012-07-26  Andreas Jaeger  <aj@suse.de>
42096         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
42097         ptrace.
42099         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
42100         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
42101         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
42102         PTRACE_O_MASK.
42103         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
42104         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
42105         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
42107         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
42108         value.
42110         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
42111         _sigsys.
42112         (si_call_addr, si_syscall, si_arch): Define new macro.
42113         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
42114         _sigsys.
42115         (si_call_addr, si_syscall, si_arch): Define new marcro.
42116         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
42117         _sigsys.
42118         (si_call_addr, si_syscall, si_arch): Define new macro.
42119         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
42120         _sigsys.
42121         (si_call_addr, si_syscall, si_arch): Define new macro.
42123 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
42125         [BZ #13717]
42126         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
42127         Change to 2.4.21 where previously 2.4.1.
42128         * sysdeps/unix/sysv/linux/configure: Regenerated.
42129         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
42130         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
42131         Linux kernel version.
42132         (__ASSUME_STD_AUXV): Remove.
42133         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
42134         kernel version.
42135         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
42136         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
42137         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
42138         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
42139         (__ASSUME_NETLINK_SUPPORT): Likewise.
42140         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
42141         (__no_netlink_support): Remove conditional definition.
42142         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
42143         Remove.
42144         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
42145         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
42146         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
42147         (if_nameindex_ioctl): Remove.
42148         (if_nameindex_netlink): Do not handle __no_netlink_support.
42149         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
42150         code.
42151         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
42152         Remove conditional code.
42153         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
42154         code.
42155         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
42156         unconditional.
42157         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
42158         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
42159         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
42160         Remove.
42161         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
42162         [!__ASSUME_STD_AUXV]: Remove conditional code.
42163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
42164         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
42165         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
42166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
42167         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
42168         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
42169         code.
42170         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
42171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
42172         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
42173         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
42174         conditional code.
42175         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
42176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
42177         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
42178         code.
42179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
42180         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
42181         conditional code.
42182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
42183         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
42184         code unconditional.
42185         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42186         conditional code.
42187         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42188         unconditional.
42189         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42190         conditional code.
42191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
42192         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42193         unconditional.
42194         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42195         conditional code.
42196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
42197         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
42198         code unconditional.
42199         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42200         conditional code.
42201         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42202         unconditional.
42203         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42204         conditional code.
42205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
42206         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
42207         code unconditional.
42208         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42209         conditional code.
42210         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42211         unconditional.
42212         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42213         conditional code.
42215 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
42217         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
42218         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
42219         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
42220         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
42221         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
42222         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
42223         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
42224         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
42225         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
42226         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
42227         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
42228         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
42229         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
42230         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
42231         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
42232         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
42233         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
42234         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
42235         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
42236         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
42237         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
42238         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
42239         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42241 2012-07-25  Florian Weimer  <fweimer@redhat.com>
42243         * Versions.def: Add GLIBC_2.17.
42244         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
42245         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
42246         Introduce __libc_secure_getenv.
42247         * stdlib/Versions (2.17): Add secure_getenv
42248         (GLIBC_PRIVATE): Add __libc_secure_getenv.
42249         * stdlib/secure-getenv.c: Rename __secure_getenv to
42250         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
42251         symbol __secure_getenv for GLIBC_2.0.
42252         * stdlib/tst-secure-getenv.c: New.
42253         * stdlib/Makefile (tests): Add testcase.
42254         * manual/startup.texi (Environment Access): Document
42255         secure_getenv.
42256         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
42257         __libc_secure_getenv.
42258         * inet/ruserpass.c (ruserpass): Likewise.
42259         * malloc/mtrace.c (mtrace): Likewise.
42260         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
42261         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
42262         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
42263         * sysdeps/posix/tempname.c: Likewise.  Evaluate
42264         HAVE_SECURE_GETENV.
42265         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
42266         __secure_getenv to __libc_secure_getenv.
42267         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
42268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42269         Likewise.
42270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42271         Likewise.
42272         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
42273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
42274         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
42275         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
42276         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
42277         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
42278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
42280 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
42282         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
42283         (struct La_i86_retval): Likewise.
42284         (struct La_x86_64_regs): Likewise.
42285         (struct La_x86_64_retval): Likewise.
42286         (struct La_x32_regs): Likewise.
42287         (struct La_x32_retval): Likewise.
42288         (struct La_ppc32_regs): Likewise.
42289         (struct La_ppc32_retval): Likewise.
42290         (struct La_ppc64_regs): Likewise.
42291         (struct La_ppc64_retval): Likewise.
42292         (struct La_sh_regs): Likewise.
42293         (struct La_sh_retval): Likewise.
42294         (struct La_s390_32_regs): Likewise.
42295         (struct La_s390_32_retval): Likewise.
42296         (struct La_s390_64_regs): Likewise.
42297         (struct La_s390_64_retval): Likewise.
42298         (struct La_sparc32_regs): Likewise.
42299         (struct La_sparc32_retval): Likewise.
42300         (struct La_sparc64_regs): Likewise.
42301         (struct La_sparc64_retval): Likewise.
42302         (struct audit_ifaces): Remove architecture-specific pltenter and
42303         pltexit members.
42304         * sysdeps/i386/ldsodefs.h: New file.
42305         * sysdeps/powerpc/ldsodefs.h: Likewise.
42306         * sysdeps/s390/ldsodefs.h: Likewise.
42307         * sysdeps/sh/ldsodefs.h: Likewise.
42308         * sysdeps/sparc/ldsodefs.h: Likewise.
42309         * sysdeps/x86_64/ldsodefs.h: Likewise.
42311 2012-07-25  Marek Polacek  <polacek@redhat.com>
42313         [BZ #6808]
42314         * math/libm-test.inc (yn_test): Add another test.
42315         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
42316         to ERANGE when the result is +-Inf.
42317         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
42318         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
42319         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
42320         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
42322 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
42324         * conform/data/time.h-data (NULL): Use macro-constant.  Require
42325         equal to 0.
42326         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
42327         clock_t.
42328         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
42330 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
42332         * configure.in <sysdeps resolving>: Correct printing
42333         Implies_before.
42334         * configure: Regenerate.
42336 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
42338         * math/w_ilogb.c: Include <limits.h>.
42339         * math/w_ilogbl.c: Likewise.
42341 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
42343         * manual/lang.texi (__va_copy): Document primarily as ISO C99
42344         va_copy.  Document allowing for unavailable va_copy only as
42345         pre-C99 compatibility.
42346         * manual/string.texi (Copying and Concatenation): Use va_copy
42347         instead of __va_copy in concat example.
42349 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
42351         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
42352         (__sendto): Use create_address_port.  Initialize APORT and deallocate
42353         it if not null.
42355         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
42356         with O_NOLINK passed to __file_name_lookup.
42358         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
42359         with O_NOLINK passed to __file_name_lookup.
42361         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
42362         negative N or less than NGIDS.
42364         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
42365         type to string_t.  Set ERANGE as errno and return it if NAME is not big
42366         enough.  Use memcpy instead of strncpy.
42368 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
42370         * elf/Makefile (check-data): Remove.
42371         (localplt.data): New vpath directive.
42372         ($(objpfx)check-localplt.out): Use localplt.data from vpath
42373         instead of $(check-data).
42374         * scripts/data/localplt-generic.data: Move to ...
42375         * sysdeps/generic/localplt.data: ... here.
42376         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
42377         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
42378         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
42379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
42380         ... here.
42381         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
42382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
42383         ... here.
42384         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
42385         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
42386         ... here.
42387         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
42388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
42389         ... here.
42390         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
42391         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
42392         ... here.
42393         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
42394         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
42395         ... here.
42397 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42399         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
42400         PPC32 and PPC64 files.
42401         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
42402         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
42404 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42406         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
42407         __makecontext_ret to ...
42408         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
42409         ... here and call exit if uc_link is NULL.  New file.
42410         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
42411         __makecontext_ret.S.
42412         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
42413         __makecontext_ret to ...
42414         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
42415         ... here and call exit if uc_link is NULL.  New file.
42416         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
42417         __makecontext_ret.S.
42419 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42421         * elf/elf.h (R_390_IRELATIVE): New definition.
42422         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
42423         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
42424         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
42425         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
42426         (elf_machine_lazy_rel): Likewise.
42427         * sysdeps/s390/dl-irel.h: New file.
42428         * sysdeps/s390/s390-64/memcpy.S: New asm code.
42429         * sysdeps/s390/s390-64/memset.S: New asm code.
42430         * sysdeps/s390/s390-64/memcmp.S: New asm code.
42431         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
42432         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
42433         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
42434         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
42435         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
42436         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
42437         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
42438         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
42439         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
42440         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
42441         * sysdeps/s390/s390-32/memcpy.S: New asm code.
42442         * sysdeps/s390/s390-32/memset.S: New asm code.
42443         * sysdeps/s390/s390-32/memcmp.S: New asm code.
42445 2012-07-17  Marek Polacek  <polacek@redhat.com>
42447         [BZ #14349]
42448         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
42449         * sysdeps/s390/s390-64/configure.in: Likewise.
42450         * sysdeps/sparc/configure.in: Likewise.
42451         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
42452         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
42453         * sysdeps/i386/configure.in: Likewise.
42454         * sysdeps/x86_64/configure.in: Likewise.
42455         * sysdeps/sh/configure.in: Likewise.
42456         * sysdeps/s390/s390-32/configure: Regenerated.
42457         * sysdeps/s390/s390-64/configure: Likewise.
42458         * sysdeps/x86_64/configure: Likewise.
42459         * sysdeps/sh/configure: Likewise.
42460         * sysdeps/powerpc/powerpc64/configure: Likewise.
42461         * sysdeps/powerpc/powerpc32/configure: Likewise.
42462         * sysdeps/sparc/configure: Likwise.
42463         * sysdeps/i386/configure: Likewise.
42465         * elf/dl-open.c: Comment fixes.
42467 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
42469         * Makefile [CXX] (check-data): Remove.
42470         [CXX] (c++-types.data): New vpath directive.
42471         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
42472         vpath.  Do not allow for C++ type data being missing.
42473         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
42474         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
42475         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
42476         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
42477         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
42478         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
42479         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
42480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
42481         ... here.
42482         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
42483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
42484         ... here.
42485         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
42486         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
42487         ... here.
42488         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
42489         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
42490         ... here.
42491         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
42492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
42493         ... here.
42494         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
42495         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
42496         ... here.
42497         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
42498         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
42499         ... here.
42500         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
42501         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
42503         * elf/tls-macros.h (TLS_LE): Move architecture-specific
42504         definitions to architecture-specific files.
42505         (TLS_IE): Likewise.
42506         (TLS_LD): Likewise.
42507         (TLS_GD): Likewise.
42508         * sysdeps/i386/tls-macros.h: New file.
42509         * sysdeps/powerpc/tls-macros.h: Likewise.
42510         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
42511         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
42512         * sysdeps/sh/tls-macros.h: Likewise.
42513         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
42514         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
42515         * sysdeps/x86_64/tls-macros.h: Likewise.
42517 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
42519         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
42520         zero value for regular exit case.
42522         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
42523         (__start_context): Preserve zero value for regular exit case.
42525 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
42526             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42528         * manual/setjmp.texi (setcontext): Clarify normal process
42529         termination when uc_link is the null pointer.
42530         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
42531         exit call.
42533 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
42535         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
42536         preprocessor.  Test for each exception mask separately.
42538 2012-07-16  Andreas Jaeger  <aj@suse.de>
42540         * po/ru.po: Update from translation team.
42542 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
42544         * conform/data/string.h-data (NULL): Use macro-constant.  Require
42545         equal to 0.
42546         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42547         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42548         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
42549         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
42550         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42552 2012-07-13  Andreas Jaeger  <aj@suse.de>
42554         * po/fr.po: Update from translation team.
42556 2012-07-12  Marek Polacek  <polacek@redhat.com>
42558         [BZ #14173]
42559         * math/libm-test.inc (yn_test): Add test for BZ #14173.
42560         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
42561         loop condition.
42563 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
42565         [BZ #13717]
42566         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
42567         Change to 2.4.1 where previously 2.4.0.
42568         * sysdeps/unix/sysv/linux/configure: Regenerated.
42569         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
42570         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
42571         version.
42572         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
42573         (__ASSUME_AT_CLKTCK): Remove.
42574         (__ASSUME_AT_PAGESIZE): Likewise.
42575         (__ASSUME_AT_XID): Likewise.
42576         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
42577         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
42578         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
42579         unconditionally.
42580         (HAVE_AUX_PAGESIZE): Likewise.
42581         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
42582         [__ASSUME_AT_CLKTCK]: Make code unconditional.
42583         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
42585 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
42587         [BZ #14307]
42588         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
42589         the temporary buffer used to invoke __gethostbyname2_r,
42590         __gethostbyaddr_r and gethostbyname4_r to make room for struct
42591         host_data / struct gaih_addrtuple.
42592         * resolv/nss_dns/dns-host.c (global scope): Move definition of
42593         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
42594         header file nss/nsswitch.h.
42595         * nss/nsswitch.h (global scope): Add definition of implementation
42596         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
42597         resolv/nss_dns/dns-host.c).
42599 2012-07-11  Andreas Jaeger  <aj@suse.de>
42601         * po/fr.po: Update from translation team.
42603         * po/sv.po: Update from translation team
42604         * po/fr.po: Another update from translation team.
42606 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42608         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
42609         for subnormals or multiply small sinh result by itself.
42610         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
42611         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42613 2012-07-11  David S. Miller  <davem@davemloft.net>
42615         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42617 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
42619         [BZ #14347]
42620         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
42621         (INTERNAL_MARK): Shift it here.
42623 2012-07-10  Marek Polacek  <polacek@redhat.com>
42625         [BZ #14151]
42626         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
42627         libc_cv_asm_global_directive with .globl.
42628         * configure: Regenerated.
42629         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
42630         with .globl.
42631         * sysdeps/i386/configure: Regenerated.
42632         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
42633         with .globl.
42634         * sysdeps/x86_64/configure: Regenerated.
42635         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
42636         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
42637         * elf/tst-unique2mod2.c: Likewise.
42638         * elf/tst-unique2mod1.c: Likewise.
42639         * elf/tst-unique1mod2.c: Likewise.
42640         * elf/tst-unique1mod1.c: Likewise.
42641         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42642         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
42643         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42644         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
42645         * sysdeps/mach/sysdep.h: Likewise.
42646         * sysdeps/i386/sysdep.h: Likewise.
42647         * sysdeps/i386/i386-mcount.S: Likewise.
42648         * sysdeps/x86_64/_mcount.S: Likewise.
42649         * sysdeps/x86_64/sysdep.h: Likewise.
42650         * sysdeps/sh/_mcount.S: Likewise.
42651         * sysdeps/sh/sysdep.h: Likewise.
42652         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
42653         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
42654         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
42655         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42656         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
42657         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
42658         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
42659         * locale/localeinfo.h: Likewise.
42660         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
42661         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
42663 2012-07-09  Roland McGrath  <roland@hack.frob.com>
42665         [BZ #14336]
42666         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
42667         system".
42668         * manual/message.texi (The Uniforum approach): Likewise.
42669         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
42670         (glibc iconv Implementation): Likewise.
42672 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
42674         [BZ #14337]
42675         * math/s_clog.c (__clog): Avoid scaling a value down where that
42676         could result in underflow.
42677         * math/s_clog10.c (__clog10): Likewise.
42678         * math/s_clog10f.c (__clog10f): Likewise.
42679         * math/s_clog10l.c (__clog10l): Likewise.
42680         * math/s_clogf.c (__clogf): Likewise.
42681         * math/s_clogl.c (__clogl): Likewise.
42682         * math/libm-test.inc (clog_test): Add more tests.
42683         (clog10_test): Likewise.
42684         * sysdeps/i386/fpu/libm-test-ulps: Update.
42685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42687 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
42689         [BZ #14283]
42690         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
42691         by 7 not 8 to examine high bit of fractional part.
42693         [BZ #14042]
42694         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
42695         for call to __mcount_internal.
42696         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
42697         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
42698         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
42700 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
42702         [BZ #14154]
42703         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
42704         approximation for values within 0x1p-13f of an odd multiple of
42705         pi/4.
42706         * math/libm-test.inc (tan_test): Do not allow spurious underflow
42707         exception.  Add more tests.
42708         * sysdeps/i386/fpu/libm-test-ulps: Update.
42710         [BZ #6778]
42711         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
42712         inputs and return -1 for them.  Do not check for +Inf in case not
42713         reachable for +Inf.
42714         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
42715         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
42716         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42717         and return -1 for them.  Do not check for +Inf in case not
42718         reachable for +Inf.
42719         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
42720         define.
42721         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42722         and return -1 for them.  Do not check for +Inf in case not
42723         reachable for +Inf.
42724         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
42725         spurious underflow.
42726         * sysdeps/i386/fpu/libm-test-ulps: Update.
42727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42729 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
42731         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
42733 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
42735         [BZ #14157]
42736         [BZ #14331]
42737         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
42738         could result in spurious underflow.  Scale down values above
42739         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
42740         * math/s_csqrtf.c (__csqrtf): Likewise.
42741         * math/s_csqrtl.c (__csqrtl): Likewise.
42742         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
42743         spurious underflow.
42744         * sysdeps/i386/fpu/libm-test-ulps: Update.
42745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42747 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
42749         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
42750         xopen-msg.sed.
42751         * catgets/xopen-msg.awk: New file.
42752         * catgets/xopen-msg.sed: Removed.
42754         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
42755         po2text.sed.
42756         * intl/po2test.awk: New file.
42757         * intl/po2test.sed: Removed.
42759 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
42761         [BZ #14328]
42762         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
42763         or multiply small sinh result by itself.
42764         * math/s_ctanf.c (__ctanf): Likewise.
42765         * math/s_ctanh.c (__ctanh): Likewise.
42766         * math/s_ctanhf.c (__ctanhf): Likewise.
42767         * math/s_ctanhl.c (__ctanhl): Likewise.
42768         * math/s_ctanl.c (__ctanl): Likewise.
42769         * math/libm-test.inc (ctan_test_tonearest): New function.
42770         (ctan_test_towardzero): Likewise.
42771         (ctan_test_downward): Likewise.
42772         (ctan_test_upward): Likewise.
42773         (ctanh_test_tonearest): Likewise.
42774         (ctanh_test_towardzero): Likewise.
42775         (ctanh_test_downward): Likewise.
42776         (ctanh_test_upward): Likewise.
42777         (main): Call these new functions.
42778         * sysdeps/i386/fpu/libm-test-ulps: Update.
42779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42781 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
42783         * .gitignore: Delete /ports entry.
42785 2012-07-03  Andreas Jaeger  <aj@suse.de>
42787         * po/bg.po: Update from translation team.
42788         * po/cs.po: Likewise.
42789         * po/de.po: Likewise.
42790         * po/hr.po: Likewise.
42791         * po/nl.pl: Likewise.
42792         * po/pl.po: Likewise.
42793         * po/vi.po: Likewise.
42795 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
42797         * Makeconfig [!+link] (+link-before-libc): New variable.
42798         [!+link] (+link-after-libc): Likewise.
42799         [!+link] (+link-tests): Likewise.
42800         [!+link] (+link): Define in terms of $(+link-before-libc) and
42801         $(+link-after-libc).
42802         [!+link-static] (+link-static-before-libc): New variable.
42803         [!+link-static] (+link-static-after-libc): Likewise.
42804         [!+link-static] (+link-static-tests): Likewise.
42805         [!+link-static] (+link-static): Define in terms of
42806         $(+link-static-before-libc) and $(+link-static-after-libc).
42807         [build-shared] (link-libc-before-gnulib): New variable.
42808         [build-shared] (link-libc-tests): Likewise.
42809         [build-shared] (link-libc): Define in terms of
42810         $(link-libc-before-gnulib).
42811         [!build-shared] (link-libc-tests): New variable.
42812         (link-libc-static-tests): New variable.
42813         [!gnulib] (gnulib-arch): New variable.
42814         [!gnulib] (gnulib-tests): Likewise.
42815         [!gnulib] (static-gnulib-arch): Likewise.
42816         [!gnulib] (static-gnulib-tests): Likewise.
42817         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
42818         Define with "=" instead of ":=".
42819         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
42820         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
42821         * Rules (binaries-all-notests): New variable.
42822         (binaries-all-tests): Likewise.
42823         (binaries-static-notests): Likewise.
42824         (binaries-static-tests): Likewise.
42825         (binaries-all): Define using $(binaries-all-notests) and
42826         $(binaries-all-tests).
42827         (binaries-static): Define using $(binaries-static-notests) and
42828         $(binaries-static-tests).
42829         (binaries-shared-tests): New variable.
42830         (binaries-shared-notests): Likewise.
42831         (binaries-shared): Remove variable.
42832         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
42833         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
42834         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
42835         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
42836         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
42837         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
42838         * elf/Makefile (sln-modules): New variable.
42839         (extra-objs): Add $(sln-modules:=.o).
42840         (ldconfig-modules): Add static-stubs.
42841         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
42842         * elf/static-stubs.c: New file.
42844         [BZ #14283]
42845         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
42846         by 7 not 8 to examine high bit of fractional part.  Use volatile
42847         variables when splitting into final array of floats if
42848         __FLT_EVAL_METHOD__ != 0.
42849         * math/libm-test.inc (cos_test): Add another test.
42850         (sin_test): Likewise.
42851         * sysdeps/i386/fpu/libm-test-ulps: Update.
42853         [BZ #14273]
42854         * math/libm-test.inc (cosh_test): Add more tests.
42856         * version.h (RELEASE): Set to "development".
42857         (VERSION): Set to "2.16.90".
42859 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
42861         * NEWS: Update copyright. Remove last-updated date.
42862         Mention math library bug fixes and timezone data changes.
42863         * README: Mention GNU/Hurd, x32, and HPPA support status.
42865 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
42867         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
42869 2012-06-27  Andreas Jaeger  <aj@suse.de>
42871         * manual/contrib.texi (Contributors): Add Samuel Thibault.
42873 2012-06-25  Andreas Jaeger  <aj@suse.de>
42875         * sysdeps/s390/fpu/libm-test-ulps: Update.
42877 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
42878             Thomas Schwinge  <thomas@codesourcery.com>
42880         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
42881         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
42882         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
42883         fanotify_mark.
42885 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
42887         * sysdeps/mach/start.c: Remove file.
42888         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
42889         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
42890         * sysdeps/sh/init-first.c: Likewise.
42892         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
42893         registers for frame unwinding purposes, add CFI directives.
42894         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42895         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
42896         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
42897         Likewise.
42899         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
42900         __fortify_fail returning.
42901         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42903         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
42904         sysdeps/sh/____longjmp_chk.S.
42905         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
42906         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
42907         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
42908         (gen-as-const-headers): Append sigaltstack-offsets.sym.
42910         * sysdeps/sh/abort-instr.h: New file.
42911         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
42912         process in case exit returns.
42914         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
42915         initialize the GOT register before use.
42917         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42918         calculation of ARGC > 4.
42920         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42921         meaningful names to some local labels.
42923 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42924             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42926         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42927         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42928         (__arch_compare_and_exchange_val_16_acq): Likewise.
42929         (__arch_compare_and_exchange_val_32_acq): Likewise.
42930         (atomic_exchange_and_add): Fix gUSA sequence.
42931         (atomic_add): Likewise.
42932         (atomic_add_negative): Likewise.
42933         (atomic_add_zero): Likewise.
42934         (atomic_bit_test_set): Likewise.
42936 2012-06-22  Andreas Schwab  <schwab@redhat.com>
42938         [BZ #13579]
42939         * include/link.h (struct link_map): Add l_free_initfini.
42940         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42941         l_initfini.
42942         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42943         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42944         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42945         set.
42947 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
42949         * configure.in: Use AC_LANG_SOURCE.
42950         * configure: Regenerate.
42952 2012-06-22  Roland McGrath  <roland@hack.frob.com>
42954         * configure.in (libc_cv_localstatedir): New substituted variable.
42955         * configure: Regenerated.
42956         * config.make.in (localstatedir): New variable, substituted from
42957         libc_cv_localstatedir.
42958         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42959         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42960         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42961         * sysdeps/gnu/configure: Regenerated.
42963 2012-06-21  Jeff Law  <law@redhat.com>
42965         [BZ #14277]
42966         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42967         free.  Simplify list management for _LIBC case.
42969 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
42971         [BZ #14273]
42972         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42973         Clear sign bit of 64-bit integer value before comparing against
42974         overflow value.
42976         * sysdeps/mach/configure: Regenerated.
42978 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42980         [BZ #14278]
42981         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42983 2012-06-21  Jeff Law  <law@redhat.com>
42985         [BZ #13882]
42986         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42987         uint16_t for elements in the "seen" array to avoid char overflows.
42988         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42989         * elf/dl-open.c (dl_open_worker): Likewise.
42991 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
42993         * scripts/list-sources.sh: Scan PORTS for translations.
42994         * po/libc.pot: Regenerated.
42996 2012-06-21  Andreas Jaeger  <aj@suse.de>
42998         [BZ #12194]
42999         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
43000         warning.
43001         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
43002         * bits/byteswap-16.h (__bswap_16): Likewise.
43003         * bits/byteswap.h (__bswap_constant_16): Likewise.
43005 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
43007         [BZ #14117]
43008         * sysdeps/i386/fpu_control.h: Removed.
43009         * sysdeps/x86_64/fpu_control.h: Moved to ...
43010         * sysdeps/x86/fpu_control.h: Here.
43012         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
43013         (_FPU_SETCW): Likewise.
43015 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
43017         [BZ #14117]
43018         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
43019         * sysdeps/x86/fpu/bits/mathinline.h: This.
43020         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
43022         [BZ #14050]
43023         [BZ #14117]
43024         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
43025         functions if __x86_64__ is defined.
43027 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
43029         * string/endian.h: Add !__ASSEMBLER__ condition for including
43030         conversion interfaces.
43032 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
43034         [BZ #14241]
43035         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
43036         of ABS(x) in calculating zero to negative powers other than odd
43037         integers.
43038         * math/libm-test.inc (pow_test): Add more tests.
43040 2012-06-15  Andreas Jaeger  <aj@suse.de>
43042         * manual/contrib.texi (Contributors): Update entry of Liubov
43043         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
43044         Machado Filho.
43046 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
43048         * string/string.h: Add __wur to GNU version of strerror_r.
43050 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
43052         [BZ #14229]
43053         * string/Makefile (tests): Add tst-strtok_r.
43054         * string/tst-strtok_r.c: New file.
43055         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
43056         RAX_LP/RDX_LP on SAVE_PTR.
43058 2012-06-14  Roland McGrath  <roland@hack.frob.com>
43060         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
43062 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
43064         * libm_test.inc (csqrt_test): Allow more spurious underflow
43065         exceptions.
43066         (j0_test): Likewise.
43067         (j1_test): Likewise.
43068         (y0_test): Likewise.
43069         (y1_test): Likewise.
43071 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
43073         * po/Makefile (libc.pot): Use UTF-8 charset.
43075 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
43077         [BZ #14210]
43078         Suppress sign-conversion warning from FD_SET.
43079         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
43080         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
43081         not unsigned long int.
43082         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
43084 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
43086         [BZ #14050]
43087         [BZ #14117]
43088         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
43089         __extern_always_inline instead of __extern_inline.
43090         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
43091         (__signbit): Likewise.
43092         (__signbitl): Support C++ namespace.
43093         (lrintf): New inline function.
43094         (lrint): Likewise.
43095         (llrintf): Likewise.
43096         (llrint): Likewise.
43097         (fmaxf): Likewise.
43098         (fmax): Likewise.
43099         (fminf): Likewise.
43100         (fmin): Likewise.
43101         (rint): Likewise.
43102         (rintf): Likewise.
43103         (ceil): Likewise.
43104         (ceilf): Likewise.
43105         (floor): Likewise.
43106         (floorf): Likewise.
43107         (nearbyint): Likewise.
43108         (nearbyintf): Likewise.
43110 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
43112         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
43113         non-default versions.
43115 2012-06-11  Roland McGrath  <roland@hack.frob.com>
43117         [BZ #14218]
43118         * manual/argp.texi (Argp): Reword argp_parse description slightly.
43120 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
43122         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
43123         (FE_UPWARD, FE_DOWNWARD): Don't define.
43124         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
43125         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
43127         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
43128         reading it.
43129         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
43130         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
43132 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43134         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
43135         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
43136         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
43137         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
43139 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
43141         [BZ #14117]
43142         * sysdeps/i386/fpu/bits/fenv.h: Removed.
43143         * sysdeps/i386/fpu/Implies: New file.
43144         * sysdeps/x86_64/fpu/Implies: Likewise.
43145         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
43146         * sysdeps/x86/fpu/bits/fenv.h: This.
43148         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
43149         __SSE_MATH__.
43151 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
43153         [BZ #14134]
43154         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
43155         character 0xffff that matches the last element of the
43156         conversion table.
43158 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43160         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
43161         fmodl commit.
43163 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43165         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
43166         values higher than 25.6283.
43168 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43170         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
43171         subnormal exponent extraction and add some __builtin_expect.
43172         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
43173         Fix for subnormal mantissa calculation.
43175 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
43177         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
43178         cpu2 is -1 and errno is not ENOSYS.
43180 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
43182         [BZ #14117]
43183         * sysdeps/i386/i486/bits/string.h: Renamed to ...
43184         * sysdeps/x86/bits/string.h: This.
43185         * sysdeps/x86_64/bits/string.h: Removed.
43187         * sysdeps/i386/i486/bits/string.h: Define inline functions only
43188         if not compiling for x86-64, but compiling for >= i486.
43190         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
43191         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
43193         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
43194         New macro from Linux kernel 3.4.0.
43195         (FP_XSTATE_MAGIC2): Likewise.
43196         (FP_XSTATE_MAGIC2_SIZE): Likewise.
43197         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
43198         (struct _fpx_sw_bytes): New struct.
43199         (struct _xsave_hdr): Likewise.
43200         (struct _ymmh_state): Likewise.
43201         (struct _xstate): Likewise.
43203         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
43204         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
43205         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
43206         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
43207         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
43208         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
43210         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
43211         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
43212         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
43213         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
43214         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
43215         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
43217 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43219         [BZ #13743]
43220         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
43221         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
43222         (sysdep_headers): Include sys/platform/ppc.h.
43223         * sysdeps/powerpc/test-gettimebase.c: Test for
43224         __ppc_get_timebase() to catch future ISA opcode/insn changes.
43225         * manual/Makefile (appendices): Include platform.texi.
43226         * manual/contrib.texi (Contributors): Update @node pointers.
43227         * manual/maint.texi (Maintenance): Likewise.
43228         (Platform): New node.
43229         * manual/platform.texi: New file.  Document the new features.
43231 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
43232             Jakub Jelinek  <jakub@redhat.com>
43234         [BZ #14188]
43235         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
43236         where __builtin_expect is unavailable.
43238 2012-06-03  David S. Miller  <davem@davemloft.net>
43240         * stdlib/longlong.h: Updated from GCC.
43242 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
43244         [BZ #14042]
43245         * sysdeps/powerpc/powerpc32/mcount.c: New file.
43246         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
43247         __mcount_internal.
43248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
43249         (GLIBC_2.16): Likewise.
43251 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
43253         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
43255 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
43257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
43258         (default-abi): New variable.
43259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
43260         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
43261         variable.
43262         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
43263         Likewise.
43264         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
43265         Likewise.
43266         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
43267         Likewise.
43269         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
43270         definition.  Document in comment.
43272 2012-06-01  David S. Miller  <davem@davemloft.net>
43274         * stdlib/longlong.h: Updated from GCC.
43276 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
43278         [BZ #14117]
43279         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
43280         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
43281         sys/debugreg.h sys/io.h here.
43282         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
43283         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
43284         sys/io.h.
43285         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
43286         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
43287         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
43288         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
43289         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
43290         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
43292         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
43293         Define only if __x86_64__ is defined.
43295 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
43297         [BZ #14048]
43298         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
43299         Use int64_t for variable i.
43300         * math/libm-test.inc (fmod_test): Add more tests.
43302         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
43303         z computation is not scheduled after fetestexcept.
43304         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
43305         Use math_force_eval instead of asm to ensure calculation scheduled
43306         before exception test.
43307         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
43308         Ensure a1 + u.d computation is not scheduled after fetestexcept.
43310 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
43312         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
43313         computation is not scheduled after fetestexcept.
43315 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
43317         [BZ #14117]
43318         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
43319         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
43321 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43323         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
43324         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
43326 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
43328         [BZ #14117]
43329         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
43330         <bits/wordsize.h>.
43331         (__WCHAR_MIN): Support __WORDSIZE == 64.
43332         (__WCHAR_MAX): Likewise.
43334         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
43335         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
43337         [BZ #14183]
43338         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
43339         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
43341         [BZ #14117]
43342         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
43343         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
43345         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
43346         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
43348         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
43349         Defined to 1 if __x86_64__ isn't defined.
43350         (_STAT_VER_LINUX_OLD): New.
43351         (st_atime): Remove duplicate.
43352         (st_mtime): Likewise.
43353         (st_ctime): Likewise.
43355 2012-05-31  David S. Miller  <davem@davemloft.net>
43357         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
43358         entries.
43360 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
43362         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
43363         gen-libm-test.pl.
43365         [BZ #14132]
43366         * elf/dl-reloc.c: Include <_itoa.h>.
43367         (_dl_reloc_bad_type): Remove use of INTUSE.
43368         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
43369         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
43370         * stdio-common/psiginfo.c (psiginfo): Likewise.
43371         * stdio-common/psignal.c (psignal): Likewise.
43372         * string/strsignal.c (strsignal): Likewise.
43373         * include/signal.h (_sys_siglist): Declare hidden proto.
43374         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
43375         INTVARDEF with libc_hidden_data_def.
43376         * stdio-common/itoa-udigits.c: Likewise.
43377         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
43378         (_itoa_lower_digits_internal): Remove declaration.
43379         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
43380         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
43381         (_sys_sigabbrev_internal): Remove aliases.
43382         (_sys_siglist): Define hidden alias.
43384 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
43386         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43387         bits/sysctl.h.
43389 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
43391         [BZ #14117]
43392         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
43393         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
43395         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
43396         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
43397         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
43398         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
43399         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
43400         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
43402         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
43403         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
43404         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
43406         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
43407         with __addr.
43408         (insw): Likewise.
43409         (insl): Likewise.
43410         (outsb): Likewise.
43411         (outsw): Likewise.
43412         (outsl): Likewise.
43414         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
43415         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
43416         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
43418         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
43419         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
43420         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
43421         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
43422         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
43423         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
43425         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
43426         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
43428         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
43429         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
43431         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
43432         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
43433         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
43435         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
43436         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
43437         to ...
43438         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
43440         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
43441         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
43442         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
43444         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
43445         for x86-64.
43446         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
43448 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
43450         * math/math.h (M_El): Use two more decimal places.
43451         (M_LOG2El): Likewise.
43452         (M_LOG10El): Likewise.
43453         (M_LN2l): Likewise.
43454         (M_LN10l): Likewise.
43455         (M_PIl): Likewise.
43456         (M_PI_2l): Likewise.
43457         (M_PI_4l): Likewise.
43458         (M_1_PIl): Likewise.
43459         (M_2_PIl): Likewise.
43460         (M_2_SQRTPIl): Likewise.
43461         (M_SQRT2l): Likewise.
43462         (M_SQRT1_2l): Likewise.
43464 2012-05-31  David S. Miller  <davem@davemloft.net>
43466         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
43467         values between float registers.
43468         * sysdeps/sparc/sparc64/memset.S: Likewise.
43469         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43471 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
43473         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
43474         -D_FORTIFY_SOURCE=1.
43475         (CPPFLAGS-tst-longjmp_chk.c): Define.
43476         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
43477         (CPPFLAGS-tst-longjmp_chk2.c): Define.
43478         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
43479         CFLAGS-tst-wchar-h.c.
43481 2012-05-31  Marek Polacek  <polacek@redhat.com>
43483         [BZ #14132]
43484         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
43485         __endmntent_internal): Remove declaration.
43486         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
43487         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
43488         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
43490 2012-05-30  David S. Miller  <davem@davemloft.net>
43492         * sysdeps/sparc/sparc32/soft-fp/q_util.c
43493         (___Q_simulate_exceptions): Use real FP ops rather than writing
43494         into the %fsr.
43495         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
43496         Likewise.
43498 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43500         [BZ #14117]
43501         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
43502         * sysdeps/x86/bits/xtitypes.h: This.
43504         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
43505         * sysdeps/x86/bits/wordsize.h: This.
43507         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
43508         * sysdeps/x86/bits/huge_vall.h: This.
43510         * sysdeps/i386/bits/select.h: Removed.
43511         * sysdeps/x86_64/bits/select.h: Renamed to ...
43512         * sysdeps/x86/bits/select.h: This.
43514         * sysdeps/i386/bits/setjmp.h: Removed.
43515         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
43516         * sysdeps/x86/bits/setjmp.h: This.
43518         * sysdeps/i386/bits/mathdef.h: Removed.
43519         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
43520         * sysdeps/x86/bits/mathdef.h: This.
43522 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
43524         [BZ #14132]
43525         * include/sys/socket.h (__connect_internal)
43526         (__libc_sa_len_internal): Remove declaration.
43527         (__connect, __libc_sa_len): Declare hidden_proto.
43528         (SA_LEN): Remove use of INTUSE.
43529         * socket/connect.c: Add libc_hidden_def.
43530         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
43531         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
43532         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
43533         alias.
43534         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
43535         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
43536         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
43537         of adding _internal alias.
43539 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43541         [BZ #14117]
43542         * sysdeps/i386/bits/link.h: Removed.
43543         * sysdeps/i386/bits/linkmap.h: Likewise.
43544         * sysdeps/x86_64/bits/link.h: Renamed to ...
43545         * sysdeps/x86/bits/link.h: This.
43546         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
43547         * sysdeps/x86/bits/linkmap.h: This.
43549         * sysdeps/i386/bits/endian.h: Removed.
43550         * sysdeps/x86_64/bits/endian.h: Renamed to ...
43551         * sysdeps/x86/bits/endian.h: This.
43553         * sysdeps/i386/bits/byteswap.h: Removed.
43554         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43555         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
43556         * sysdeps/x86/bits/byteswap.h: This.
43557         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
43558         * sysdeps/x86/bits/byteswap-16.h: This.
43559         * sysdeps/i386/Implies: Add x86.
43560         * sysdeps/x86_64/Implies: Likewise.
43562 2012-05-30  David S. Miller  <davem@davemloft.net>
43564         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
43565         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
43566         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
43567         (FP_TRAPPING_EXCEPTIONS): Define.
43568         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
43569         (FP_TRAPPING_EXCEPTIONS): Define.
43570         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
43571         subnormals only when inexact has been signalled or underflow
43572         exceptions are enabled.
43573         (_FP_PACK_CANONICAL): Likewise.
43575 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43577         [BZ #14183]
43578         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
43579         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
43581 2012-05-30  Richard Henderson  <rth@twiddle.net>
43583         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
43584         with #ifndef NOT_IN_libc.
43586         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
43587         marked to avoid plt entry.
43589 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43591         [BZ #14112]
43592         * Makeconfig (default-abi): New macro.
43593         (abi-includes): Likewise.
43594         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
43595         $(abi-$(default-abi)-lib-soname) for soname if defined.
43596         ($(common-objpfx)gnu/lib-names.stmp): Generate from
43597         abi-variants.
43598         * Makefile (installed-stubs): Likewise.
43599         * include/stubs-biarch.h: Removed.
43600         * scripts/lib-names.awk: Only handle one library at a time.
43601         * scripts/soversions.awk: Remove WORDSIZE support.
43602         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
43603         entries.
43604         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
43605         Removed.
43606         (syscall-list-default-condition): Likewise.
43607         (syscall-list-default-condition): Likewise.
43608         (syscall-list-includes): Likewise.
43609         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
43610         syscall-list-* with abi-*.  Handle undefined abi-variants.
43611         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
43612         * sysdeps/unix/sysv/linux/i386/Implies: New file.
43613         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
43614         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
43615         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
43616         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
43617         Removed.
43618         (syscall-list-32-options): Likewise.
43619         (syscall-list-32-condition): Likewise.
43620         (syscall-list-64-options): Likewise.
43621         (syscall-list-64-condition): Likewise.
43622         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
43623         macro.
43624         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
43625         Renamed to ...
43626         (abi-*): This.
43627         (abi-64-ld-soname): New macro.
43628         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
43629         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
43630         Renamed to ...
43631         (abi-*): This.
43632         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
43633         * sysdeps/x86_64/x32/shlib-versions: Likewise.
43635 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
43637         * sysdeps/unix/sysv/linux/kernel-features.h
43638         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
43639         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
43640         include <kernel-features.h>.
43641         [!__NR_ftruncate64]: Remove conditional code.
43642         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43643         [__NR_ftruncate64]: Make code unconditional.
43644         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43645         * sysdeps/unix/sysv/linux/truncate64.c: Do not
43646         include <kernel-features.h>.
43647         [!__NR_ftruncate64]: Remove conditional code.
43648         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43649         [__NR_ftruncate64]: Make code unconditional.
43650         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
43652         include <kernel-features.h>.
43653         [!__NR_ftruncate64]: Remove conditional code.
43654         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43655         [__NR_ftruncate64]: Make code unconditional.
43656         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
43658         include <kernel-features.h>.
43659         [!__NR_ftruncate64]: Remove conditional code.
43660         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43661         [__NR_ftruncate64]: Make code unconditional.
43662         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43664         * configure.in (libc_cv_fpie): Weaken to a compile test using
43665         LIBC_TRY_CC_OPTION.
43666         * configure: Regenerated.
43668 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43670         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
43671         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
43672         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
43673         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43674         Refreshed.
43675         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
43676         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
43677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
43678         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
43679         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
43680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43681         Refreshed.
43683 2012-05-27  David S. Miller  <davem@davemloft.net>
43685         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
43686         (___Q_zero): New.
43687         (__Q_simulate_exceptions): Return void.  Change to simulate
43688         exceptions by writing into the %fsr.
43689         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
43690         (__Qp_handle_exceptions): Likewise.
43691         (numbers): Delete.
43692         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
43693         __Qp_handle_exceptions.
43694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
43695         __Qp_handle_exceptions.
43696         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
43697         as unused and give dummy FP_RND_NEAREST initializer.
43698         (FP_INHIBIT_RESULTS): Define.
43699         (___Q_simulate_exceptions): Update declaration.
43700         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
43701         formatting.
43702         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
43703         as unused and give dummy FP_RND_NEAREST initializer.
43704         (__Qp_handle_exceptions): Update declaration.
43705         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
43706         formatting.
43708 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
43710         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
43711         the temporary FPU control word.
43712         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
43713         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
43714         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
43715         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
43716         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
43717         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
43718         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
43719         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
43720         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
43721         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
43722         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
43724 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43726         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
43727         fields.
43729 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
43731         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
43732         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
43733         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
43734         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
43735         Likewise.
43736         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
43737         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
43738         Likewise.
43740 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
43742         * po/h.po: Update from translation team.
43744 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
43746         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
43748         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
43749         handling of denormals.
43750         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43751         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
43752         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43753         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43754         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43755         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
43756         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
43757         Likewise.
43759 2012-05-26  Marek Polacek  <polacek@redhat.com>
43761         [BZ #14152]
43762         * math/libm-test.inc (fma_test): Don't always expect underflow
43763         exception.
43765 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
43767         [BZ #12416]
43768         * elf/tst-execstack.c: Include stackinfo.h.
43769         (do_test): Adjust test case to ensure that pthread_getattr_np
43770         behaviour remains the same after marking stack executable.
43772 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43774         * sysdeps/unix/sysv/linux/kernel-features.h
43775         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
43776         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
43777         kernel-features.h.
43778         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43779         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43780         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
43781         kernel-features.h.
43782         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43783         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43785 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
43787         * configure.in: Define the default includes to being none.
43788         * configure: Regenerated.
43790 2012-05-25  Roland McGrath  <roland@hack.frob.com>
43792         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
43793         * sysdeps/x86_64/setjmp.S: Likewise.
43794         * sysdeps/i386/bsd-setjmp.S: Likewise.
43795         * sysdeps/i386/bsd-_setjmp.S: Likewise.
43796         * sysdeps/i386/setjmp.S: Likewise.
43797         * sysdeps/i386/__longjmp.S: Likewise.
43798         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43799         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
43801         * include/stap-probe.h: New file.
43802         * configure.in: Handle --enable-systemtap.
43803         * configure: Regenerated.
43804         * config.h.in (USE_STAP_PROBE): New #undef.
43805         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
43806         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
43807         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
43809 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43811         [BZ #13717]
43812         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43813         to 2.4.0 where earlier.
43814         * sysdeps/unix/sysv/linux/configure: Regenerated.
43815         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
43816         <kernel-features.h>.
43817         [__ASSUME_32BITUIDS]: Make code unconditional.
43818         [!__ASSUME_32BITUIDS]: Remove conditional code.
43819         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
43820         <kernel-features.h>.
43821         [__ASSUME_32BITUIDS]: Make code unconditional.
43822         [!__ASSUME_32BITUIDS]: Remove conditional code.
43823         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
43824         [__ASSUME_32BITUIDS]: Make code unconditional.
43825         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
43826         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
43827         <kernel-features.h>.
43828         [__ASSUME_32BITUIDS]: Make code unconditional.
43829         [!__ASSUME_32BITUIDS]: Remove conditional code.
43830         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
43831         <kernel-features.h>.
43832         [__ASSUME_32BITUIDS]: Make code unconditional.
43833         [!__ASSUME_32BITUIDS]: Remove conditional code.
43834         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
43835         <kernel-features.h>.
43836         [__ASSUME_32BITUIDS]: Make code unconditional.
43837         [!__ASSUME_32BITUIDS]: Remove conditional code.
43838         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
43839         <kernel-features.h>.
43840         [__ASSUME_32BITUIDS]: Make code unconditional.
43841         [!__ASSUME_32BITUIDS]: Remove conditional code.
43842         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
43843         <kernel-features.h>.
43844         [__ASSUME_32BITUIDS]: Make code unconditional.
43845         [!__ASSUME_32BITUIDS]: Remove conditional code.
43846         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
43847         <kernel-features.h>.
43848         [__ASSUME_32BITUIDS]: Make code unconditional.
43849         [!__ASSUME_32BITUIDS]: Remove conditional code.
43850         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
43851         <kernel-features.h>.
43852         [__ASSUME_32BITUIDS]: Make code unconditional.
43853         [!__ASSUME_32BITUIDS]: Remove conditional code.
43854         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
43855         <kernel-features.h>.
43856         [__ASSUME_32BITUIDS]: Make code unconditional.
43857         [!__ASSUME_32BITUIDS]: Remove conditional code.
43858         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
43859         <kernel-features.h>.
43860         [__ASSUME_32BITUIDS]: Make code unconditional.
43861         [!__ASSUME_32BITUIDS]: Remove conditional code.
43862         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
43863         <kernel-features.h>.
43864         [__ASSUME_32BITUIDS]: Make code unconditional.
43865         [!__ASSUME_32BITUIDS]: Remove conditional code.
43866         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
43867         <kernel-features.h>.
43868         [__NR_setresgid] (__setresgid): Do not declare.
43869         [__ASSUME_32BITUIDS]: Make code unconditional.
43870         [!__ASSUME_32BITUIDS]: Remove conditional code.
43871         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
43872         <kernel-features.h>.
43873         [__NR_setresuid] (__setresuid): Do not declare.
43874         [__ASSUME_32BITUIDS]: Make code unconditional.
43875         [!__ASSUME_32BITUIDS]: Remove conditional code.
43876         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
43877         <kernel-features.h>.
43878         [__ASSUME_32BITUIDS]: Make code unconditional.
43879         [!__ASSUME_32BITUIDS]: Remove conditional code.
43880         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
43881         <kernel-features.h>.
43882         [__ASSUME_32BITUIDS]: Make code unconditional.
43883         [!__ASSUME_32BITUIDS]: Remove conditional code.
43884         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
43885         <kernel-features.h>.
43886         [__ASSUME_32BITUIDS]: Make code unconditional.
43887         [!__ASSUME_32BITUIDS]: Remove conditional code.
43888         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
43889         <kernel-features.h>.
43890         [__ASSUME_32BITUIDS]: Make code unconditional.
43891         [!__ASSUME_32BITUIDS]: Remove conditional code.
43892         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
43893         <kernel-features.h>.
43894         [__ASSUME_32BITUIDS]: Make code unconditional.
43895         [!__ASSUME_32BITUIDS]: Remove conditional code.
43896         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
43897         <kernel-features.h>.
43898         [__ASSUME_32BITUIDS]: Make code unconditional.
43899         [!__ASSUME_32BITUIDS]: Remove conditional code.
43900         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
43901         <kernel-features.h>.
43902         [__ASSUME_32BITUIDS]: Make code unconditional.
43903         [!__ASSUME_32BITUIDS]: Remove conditional code.
43904         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
43905         <kernel-features.h>.
43906         [__ASSUME_32BITUIDS]: Make code unconditional.
43907         [!__ASSUME_32BITUIDS]: Remove conditional code.
43908         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
43909         <kernel-features.h>.
43910         [__ASSUME_32BITUIDS]: Make code unconditional.
43911         [!__ASSUME_32BITUIDS]: Remove conditional code.
43912         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
43913         <kernel-features.h>.
43914         [__ASSUME_32BITUIDS]: Make code unconditional.
43915         [!__ASSUME_32BITUIDS]: Remove conditional code.
43916         * sysdeps/unix/sysv/linux/kernel-features.h
43917         (__ASSUME_SETRESUID_SYSCALL): Remove.
43918         (__ASSUME_SETRESGID_SYSCALL): Likewise.
43919         (__ASSUME_32BITUIDS): Likewise.
43920         (__ASSUME_LDT_WORKS): Likewise.
43921         (__ASSUME_O_DIRECTORY): Likewise.
43922         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43923         architecture but not kernel version.
43924         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43925         (__ASSUME_MMAP2_SYSCALL): Likewise.
43926         (__ASSUME_STAT64_SYSCALL): Likewise.
43927         (__ASSUME_IPC64): Likewise.
43928         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43929         <kernel-features.h>.
43930         [__ASSUME_32BITUIDS]: Make code unconditional.
43931         [!__ASSUME_32BITUIDS]: Remove conditional code.
43932         * sysdeps/unix/sysv/linux/opendir.c: Do not include
43933         <kernel-features.h>.
43934         [__ASSUME_O_DIRECTORY]: Make code unconditional.
43935         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43936         132096]: Remove conditional code.
43937         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43938         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43939         <kernel-features.h>.
43940         [__ASSUME_32BITUIDS]: Make code unconditional.
43941         [!__ASSUME_32BITUIDS]: Remove conditional code.
43942         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43943         <kernel-features.h>.
43944         [__ASSUME_32BITUIDS]: Make code unconditional.
43945         [!__ASSUME_32BITUIDS]: Remove conditional code.
43946         * sysdeps/unix/sysv/linux/setegid.c: Do not include
43947         <kernel-features.h>.
43948         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43949         unconditional.
43950         (__setresgid): Do not declare.
43951         [__ASSUME_32BITUIDS]: Make code unconditional.
43952         [!__ASSUME_32BITUIDS]: Remove conditional code.
43953         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43954         <kernel-features.h>.
43955         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43956         unconditional.
43957         (__setresuid): Do not declare.
43958         [__ASSUME_32BITUIDS]: Make code unconditional.
43959         [!__ASSUME_32BITUIDS]: Remove conditional code.
43960         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43961         <kernel-features.h>.
43962         [__ASSUME_32BITUIDS]: Make code unconditional.
43963         [!__ASSUME_32BITUIDS]: Remove conditional code.
43964         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43965         <kernel-features.h>.
43966         [__ASSUME_32BITUIDS]: Make code unconditional.
43967         [!__ASSUME_32BITUIDS]: Remove conditional code.
43969 2012-05-25  Richard Henderson  <rth@twiddle.net>
43971         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43972         dl_hwcap to ifunc resolver.
43973         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43974         elf_ifunc_invoke.
43975         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43976         dl_hwcap to ifunc resolver.
43977         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43979 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43981         [BZ #14153]
43982         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43983         for |x| <= 2**-26, not 2**-57.
43984         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43985         exception.
43987 2012-05-24  Jeff Law  <law@redhat.com>
43989         * stdio-common/Makefile (tests): Add bug25.
43990         * stdio-common/bug25.c: New test.
43992 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43994         [BZ #13576]
43995         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43996         multiple of MALLOC_ALIGNMENT in size.
43997         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43999 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
44001         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
44002         Require >= 256.
44003         (FILENAME_MAX): Use macro-int-constant.
44004         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
44005         (_IOFBF): Use macro-int-constant.
44006         (_IOLBF): Likewise.
44007         (_IONBF): Likewise.
44008         (SEEK_CUR): Likewise.
44009         (SEEK_END): Likewise.
44010         (SEEK_SET): Likewise.
44011         (TMP_MAX): Likewise.
44012         (EOF): Use macro-int-constant.  Require < 0.
44013         (NULL): Use macro-constant.  Require == 0.
44014         (stdin): Require type to be FILE *.
44015         (stdout): Likewise.
44016         (stderr): Likewise.
44017         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
44018         macro-int-constant.
44019         (EXIT_SUCCESS): Likewise.
44020         (NULL): Use macro-constant.  Require == 0.
44021         (RAND_MAX): Use macro-int-constant.
44022         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
44023         [C99-based standards] (strtof): Require function.
44024         [C99-based standards] (strtold): Likewise.
44025         [C99-based standards] (strtoll): Likewise.
44026         [C99-based standards] (strtoull): Likewise.
44027         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
44028         [ISO || ISO99 || ISO11] (limits.h): Likewise.
44029         [ISO || ISO99 || ISO11] (math.h): Likewise.
44030         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
44031         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
44032         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44034 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
44036         [BZ #14132]
44037         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
44038         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
44039         * intl/dgettext.c (DCGETTEXT): Likewise.
44040         * intl/gettext.c (DCGETTEXT): Likewise.
44041         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
44042         * posix/regex_internal.h (gettext): Likewise.
44043         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
44044         Remove declaration.
44045         * include/argz.h (__argz_count_internal)
44046         (__argz_stringify_internal): Remove declaration.
44047         (__argz_count, __argz_stringify): Declare hidden proto.
44048         * intl/dcgettext.c: Remove use of INTDEF.
44049         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
44050         * string/argz-stringify.c: Likewise.
44051         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
44052         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
44053         Declare hidden proto.
44054         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
44055         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
44056         Declare hidden proto.
44057         * include/stdio.h (__asprintf_internal): Don't declare.
44058         (__asprintf): Don't define as macro.  Declare hidden proto.
44059         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
44060         (__fsetlocking): Declare hidden proto.
44061         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
44062         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
44063         hidden proto.
44064         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
44065         (_IO_setlinebuf): Remove use of INTUSE.
44066         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
44067         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
44068         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
44069         Remove declaration.
44070         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
44071         (_IO_do_flush): Remove use of INTUSE.
44072         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
44073         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
44074         (_IO_adjust_column, _IO_least_wmarker)
44075         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
44076         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
44077         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
44078         (_IO_default_doallocate, _IO_wdefault_doallocate)
44079         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
44080         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
44081         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
44082         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
44083         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
44084         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
44085         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
44086         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
44087         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
44088         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
44089         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
44090         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
44091         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
44092         proto.
44093         (_IO_flush_all_internal, _IO_adjust_column_internal)
44094         (_IO_default_uflow_internal, _IO_default_finish_internal)
44095         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
44096         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
44097         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
44098         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
44099         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
44100         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
44101         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
44102         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
44103         (_IO_file_close_internal, _IO_file_close_it_internal)
44104         (_IO_file_underflow_internal, _IO_file_overflow_internal)
44105         (_IO_file_init_internal, _IO_file_attach_internal)
44106         (_IO_file_fopen_internal, _IO_file_read_internal)
44107         (_IO_file_sync_internal, _IO_file_seek_internal)
44108         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
44109         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
44110         (_IO_str_underflow_internal, _IO_str_overflow_internal)
44111         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
44112         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
44113         (_IO_list_all_internal, _IO_link_in_internal)
44114         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
44115         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
44116         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
44117         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
44118         (_IO_do_write_internal, _IO_padn_internal)
44119         (_IO_getline_info_internal, _IO_getline_internal)
44120         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
44121         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
44122         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
44123         (_IO_vfscanf_internal, _IO_vfprintf_internal)
44124         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
44125         (_IO_init_internal, _IO_un_link_internal): Don't declare.
44126         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
44127         with libc_hidden_ver, remove use of INTUSE.
44128         * libio/genops.c: Likewise.
44129         * libio/freopen.c: Likewise.
44130         * libio/freopen64.c: Likewise.
44131         * libio/iofclose.c: Likewise.
44132         * libio/iofdopen.c: Likewise.
44133         * libio/iofflush.c: Likewise.
44134         * libio/iofflush_u.c: Likewise.
44135         * libio/iofgets.c: Likewise.
44136         * libio/iofgets_u.c: Likewise.
44137         * libio/iofopen.c: Likewise.
44138         * libio/iofopncook.c: Likewise.
44139         * libio/iofread.c: Likewise.
44140         * libio/iofread_u.c: Likewise.
44141         * libio/ioftell.c: Likewise.
44142         * libio/iofwrite.c: Likewise.
44143         * libio/iogetline.c: Likewise.
44144         * libio/iogets.c: Likewise.
44145         * libio/iogetwline.c: Likewise.
44146         * libio/iopadn.c: Likewise.
44147         * libio/iopopen.c: Likewise.
44148         * libio/ioseekoff.c: Likewise.
44149         * libio/ioseekpos.c: Likewise.
44150         * libio/iosetbuffer.c: Likewise.
44151         * libio/iosetvbuf.c: Likewise.
44152         * libio/ioungetc.c: Likewise.
44153         * libio/ioungetwc.c: Likewise.
44154         * libio/iovdprintf.c: Likewise.
44155         * libio/iovsprintf.c: Likewise.
44156         * libio/iovsscanf.c: Likewise.
44157         * libio/memstream.c: Likewise.
44158         * libio/obprintf.c: Likewise.
44159         * libio/oldfileops.c: Likewise.
44160         * libio/oldiofclose.c: Likewise.
44161         * libio/oldiofdopen.c: Likewise.
44162         * libio/oldiofopen.c: Likewise.
44163         * libio/oldiopopen.c: Likewise.
44164         * libio/oldstdfiles.c: Likewise.
44165         * libio/putc.c: Likewise.
44166         * libio/setbuf.c: Likewise.
44167         * libio/setlinebuf.c: Likewise.
44168         * libio/stdfiles.c: Likewise.
44169         * libio/strops.c: Likewise.
44170         * libio/vasprintf.c: Likewise.
44171         * libio/vscanf.c: Likewise.
44172         * libio/vsnprintf.c: Likewise.
44173         * libio/vswprintf.c: Likewise.
44174         * libio/wfiledoalloc.c: Likewise.
44175         * libio/wfileops.c: Likewise.
44176         * libio/wgenops.c: Likewise.
44177         * libio/wmemstream.c: Likewise.
44178         * libio/wstrops.c: Likewise.
44179         * libio/__fpurge.c: Likewise.
44180         * libio/__fsetlocking.c: Likewise.
44181         * assert/assert.c: Likewise.
44182         * debug/fgets_chk.c: Likewise.
44183         * debug/fgets_u_chk.c: Likewise.
44184         * debug/fread_chk.c: Likewise.
44185         * debug/fread_u_chk.c: Likewise.
44186         * debug/gets_chk.c: Likewise.
44187         * debug/obprintf_chk.c: Likewise.
44188         * debug/vasprintf_chk.c: Likewise.
44189         * debug/vdprintf_chk.c: Likewise.
44190         * debug/vsnprintf_chk.c: Likewise.
44191         * debug/vsprintf_chk.c: Likewise.
44192         * malloc/mtrace.c: Likewise.
44193         * misc/error.c: Likewise.
44194         * misc/syslog.c: Likewise.
44195         * stdio-common/asprintf.c: Likewise.
44196         * stdio-common/fxprintf.c: Likewise.
44197         * stdio-common/getw.c: Likewise.
44198         * stdio-common/isoc99_fscanf.c: Likewise.
44199         * stdio-common/isoc99_scanf.c: Likewise.
44200         * stdio-common/isoc99_vfscanf.c: Likewise.
44201         * stdio-common/isoc99_vscanf.c: Likewise.
44202         * stdio-common/isoc99_vsscanf.c: Likewise.
44203         * stdio-common/printf-prs.c: Likewise.
44204         * stdio-common/printf_fp.c: Likewise.
44205         * stdio-common/printf_fphex.c: Likewise.
44206         * stdio-common/printf_size.c: Likewise.
44207         * stdio-common/putw.c: Likewise.
44208         * stdio-common/scanf.c: Likewise.
44209         * stdio-common/sprintf.c: Likewise.
44210         * stdio-common/tmpfile.c: Likewise.
44211         * stdio-common/vfprintf.c: Likewise.
44212         * stdio-common/vfscanf.c: Likewise.
44213         * stdlib/strfmon_l.c: Likewise.
44214         * sunrpc/openchild.c: Likewise.
44215         * sunrpc/xdr_stdio.c: Likewise.
44216         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
44217         * sysdeps/mach/hurd/tmpfile.c: Likewise.
44219 2012-05-24  Roland McGrath  <roland@hack.frob.com>
44221         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
44223         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
44224         in the third column, to generate for the shared library an IFUNC
44225         that uses _dl_vdso_vsym.
44226         * Makerules (COMPILE.c, compile-stdin.c): New variables.
44227         * Makeconfig (object-suffixes-noshared): New variable.
44229         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
44230         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
44231         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
44232         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
44234         [BZ #14132]
44235         * include/sys/time.h (__gettimeofday): Remove macro.
44236         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
44237         * time/gettimeofday.c (__gettimeofday): Remove #undef.
44238         Remove INTDEF.
44239         (__gettimeofday): Add libc_hidden_def.
44240         (gettimeofday): Add libc_hidden_weak.
44241         * sysdeps/mach/gettimeofday.c: Likewise.
44242         * sysdeps/posix/gettimeofday.c: Likewise.
44243         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
44244         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
44245         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
44246         (__gettimeofday_internal): Remove strong_alias.
44247         (__gettimeofday): Add libc_hidden_def.
44248         (gettimeofday): Add libc_hidden_weak.
44249         * sysdeps/unix/syscalls.list (gettimeofday):
44250         Remove __gettimeofday_internal alias.
44252 2012-05-24  Daniel Jacobowitz  <drow@false.org>
44253             H.J. Lu  <hongjiu.lu@intel.com>
44255         [BZ #12495]
44256         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
44257         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
44258         (largebin_index_32_big): New.
44259         (largebin_index): Use it for 16-byte alignment.
44260         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
44261         correction with front_misalign.
44263 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
44265         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
44266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
44267         Likewise.
44268         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
44269         Likewise.
44270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
44271         Likewise.
44272         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
44273         Likewise.
44274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
44275         Likewise.
44276         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
44277         Likewise.
44278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
44279         Likewise.
44280         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
44281         Likewise.
44282         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
44283         Likewise.
44284         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
44285         Likewise.
44286         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
44287         Likewise.
44288         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
44289         Likewise.
44291         * scripts/data/c++-types-x32-linux-gnu.data: New file.
44292         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
44294 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
44296         [BZ #10846]
44297         [BZ #14036]
44298         * math/libm-test.inc (exp_test): Add test from bug 14036.
44299         (pow_test): Add test from bug 10846.
44301         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
44302         and other flags.
44303         (special_function): Do not include flags in test name.
44304         (parse_args): Likewise.
44305         * sysdeps/i386/fpu/libm-test-ulps: Update.
44306         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44307         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
44308         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
44309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44311         * math/gen-libm-test.pl (%beautify): Add entries for underflow
44312         exceptions.
44313         * math/libm-test.inc ("Philosophy"): Update comment about
44314         exception testing.
44315         (UNDERFLOW_EXCEPTION): New macro.
44316         (UNDERFLOW_EXCEPTION_OK): Likewise.
44317         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
44318         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
44319         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
44320         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
44321         (INVALID_EXCEPTION_OK): Update value.
44322         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44323         (OVERFLOW_EXCEPTION_OK): Likewise.
44324         (IGNORE_ZERO_INF_SIGN): Likewise.
44325         (test_exceptions): Handle underflow exceptions.
44326         (acos_test): Update for underflow exception expectations.
44327         (cexp_test): Likewise.
44328         (clog_test): Likewise.
44329         (clog10_test): Likewise.
44330         (csqrt_test): Likewise.
44331         (ctan_test): Likewise.
44332         (ctanh_test): Likewise.
44333         (exp_test): Likewise.
44334         (exp10_test): Likewise.
44335         (exp2_test): Likewise.
44336         (expm1_test): Likewise.
44337         (fma_test): Likewise.
44338         (j0_test): Likewise.
44339         (jn_test): Likewise.
44340         (nexttoward_test): Likewise.
44341         (pow_test): Likewise.
44342         (scalbn_test): Likewise.
44343         (scalbln_test): Likewise.
44344         (tan_test): Likewise.
44345         (y1_test): Likewise.
44346         * sysdeps/i386/fpu/libm-test-ulps: Update.
44347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44349 2012-05-23  David S. Miller  <davem@davemloft.net>
44351         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44352         (__libc_sigaction): Remove unused local variables.
44354 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44356         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
44358 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
44360         mktime: avoid signed integer overflow
44361         * time/mktime.c (__mktime_internal): Do not mishandle the case
44362         where diff == INT_MIN.
44364         mktime: simplify computation of average
44365         * time/mktime.c (ranged_convert): Use new time_t_avg function
44366         instead of rolling our own (probably-slower) code.
44368         mktime: do not assume signed right shift propagates sign bit
44369         * time/mktime.c (isdst_differ): New static function.
44370         (__mktime_internal): No need to normalize tm_isdst now.
44371         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
44372         tm_isdst values.
44374         mktime: merge another wrapv change from gnulib
44375         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
44376         from some compilers.
44378         mktime: remove incorrect attempt at unusual arithmetics
44379         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
44380         The code didn't really work on such machines anyway.
44381         (TYPE_MINIMUM): Assume two's complement.
44382         (twos_complement_arithmetic): Verify that long_int and time_t
44383         are two's complement (or unsigned, in the latter case).
44385         mktime: check signed shifts on long_int and time_t, too
44386         * time/mktime.c (SHR): Check that shifts work as desired
44387         on the types long_int and time_t too, as SHR is used on
44388         such types.
44390         mktime: do not assume 'long' is wide enough
44391         * time/mktime.c (verify): Move decl up.
44392         (long_int): New type.
44393         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
44394         to remove assumption in the code that 'long' is wide enough to
44395         store year values.  This assumption is not true on x32 and on
44396         some non-glibc platforms.
44398         mktime: merge wrapv change from gnulib
44399         * time/mktime.c (WRAPV): New macro.
44400         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
44401         (guess_time_tm, __mktime_internal): Do not assume that signed
44402         integer overflow wraps around; modern compilers generate code
44403         where this assumption is no longer valid.
44405 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44407         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
44408         Replace "jmp L(pseudo_end)" with "ret".
44409         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
44410         Likewise.
44412 2012-05-23  Andreas Jaeger  <aj@suse.de>
44414         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
44415         * sysdeps/unix/sysv/linux/poll.c: Remove file.
44417 2012-05-23  Andreas Jaeger  <aj@suse.de>
44418             Maximilian Attems  <max@stro.at>
44420         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
44421         New macros.
44423 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44425         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
44426         code so that pseudo_end is just ret and the stack pointer is
44427         correct also for static library in error case.
44429 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
44431         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
44432         move to syscalls.list.
44433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
44434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
44435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
44436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
44438         * manual/install.texi (Running make install): Do not mention Linux
44439         kernel version for which pt_chown is not needed.
44440         (Linux): Do not mention problems with nscd with 2.0 kernels.
44441         * INSTALL: Regenerated.
44443 2012-05-23  Andreas Jaeger  <aj@suse.de>
44445         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
44446         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
44447         macro.
44448         * sysdeps/unix/sysv/linux/s390/bits/mman.h
44449         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44450         * sysdeps/unix/sysv/linux/sh/bits/mman.h
44451         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44452         * sysdeps/unix/sysv/linux/i386/bits/mman.h
44453         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44454         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
44455         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44456         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
44457         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44458         * sysdeps/unix/sysv/linux/bits/in.h
44459         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
44461 2012-05-22  Roland McGrath  <roland@hack.frob.com>
44463         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
44464         (PREPARE_VERSION): Just use assert instead, it will be elided
44465         under [NDEBUG] anyway.
44467 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44469         * sysdeps/unix/sysv/linux/Makefile: Include
44470         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
44471         (sysdep_routines): Remove sysctl.
44472         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
44473         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
44474         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
44475         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
44476         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
44478 2012-05-22  Andreas Jaeger  <aj@suse.de>
44480         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
44481         that pseudo_end is just ret and the stack pointer is correct also
44482         for static library in error case.
44484 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
44486         [BZ #14122]
44487         * nss/nsswitch.c (defconfig_entries): New variable.
44488         (__nss_database_lookup): Don't leak defconfig entries.
44489         (nss_parse_service_list): Don't leak on error paths.
44490         (free_database_entries): New function.
44491         (free_defconfig): New function.
44492         (free_mem): Move common code to free_database_entries.
44494 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44496         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
44497         Add arch_prctl.
44498         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
44500         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
44501         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
44502         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
44503         New macro.
44504         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
44505         (INTERNAL_SYSCALL_TYPES): Likewise.
44506         (LOAD_ARGS_TYPES_[1-6]): Likewise.
44507         (LOAD_REGS_TYPES_[1-6]): Likewise.
44508         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
44509         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
44511 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44513         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
44514         copysignl for GLIBC_2_0.
44515         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
44516         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
44517         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
44518         logbl for GLIBC_2_0.
44519         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
44520         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
44522 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44524         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
44525         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44527         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
44528         Use "neg %eax".
44530         * time/mktime.c: Update copyright years.
44532 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
44534         mktime: merge comment-quoting-style change from gnulib
44535         * time/mktime.c: Quote 'like this' in comments.
44536         The GNU coding standards suggest that we no longer quote `like this',
44537         as "`" and "'" are typically rendered asymmetrically nowadays.
44538         The typical gnulib style is to quote 'like this' when quoting
44539         code, and "like this" when quoting English.
44541         * time/mktime.c (compile-command): Add "-I.".
44543         mktime: merge mktime-internal.h change from gnulib
44544         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
44546         mktime: merge time_r change from gnulib
44547         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
44549         mktime: merge DEBUG change from gnulib
44550         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
44551         case system <time.h> has a #define.
44553         mktime: merge <sys/types.h> change from gnulib
44554         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
44555         since <time.t> is now guaranteed to define time_t.
44557         mktime: merge HAVE_CONFIG_H change from gnulib
44558         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
44560 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44562         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
44563         Use "neg %eax".
44565         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
44566         __rlim_t cast.
44567         (struct rusage): Use anonymous union to pad each field to
44568         __syscall_slong_t.
44570 2012-05-21  David S. Miller  <davem@davemloft.net>
44572         * Makefules (o-iterator): Remove .s cases.
44573         (compile-command.s): Delete.
44574         (COMPILE.s): Delete.
44575         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
44577 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
44579         * configure.in (libc_cv_predef_stack_protector): Only consider
44580         "foobar" and "__stack_chk_fail" lines in libc_undefs.
44581         * configure: Regenerated.
44583 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44585         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
44586         New macro.  Use R*LP on int and pointer.
44587         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
44588         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
44589         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
44590         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
44592         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
44593         [__WORDSIZE_TIME64_COMPAT32] instead of
44594         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
44595         (struct utmp): Likewise.
44596         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
44597         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
44598         Renamed to ...
44599         (__WORDSIZE_TIME64_COMPAT32): This.
44600         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
44601         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
44602         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
44603         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
44604         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
44605         (__WORDSIZE_TIME64_COMPAT32): New macro.
44607 2012-05-21  Andreas Jaeger  <aj@suse.de>
44609         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
44610         only if [SHARED]. Add prototype for __wcschr_ia32.
44612 2012-05-21  Roland McGrath  <roland@hack.frob.com>
44614         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
44615         of %rbp unmolested in the jmp_buf while mangling the low bits.
44616         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
44617         unmolested high bits of %rbp while demangling the low bits.
44618         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
44620 2012-05-21  Andreas Jaeger  <aj@suse.de>
44622         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
44623         * sunrpc/svc_simple.c: Use it for registerrpc.
44624         * sunrpc/xcrypt.c: Use it for passwd2des.
44626         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
44628 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44630         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
44631         Don't define if [__SYSCALL_WORDSIZE != 32].
44632         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
44633         New macro.
44635 2012-05-21  Bruno Haible  <bruno@clisp.org>
44636             Andreas Jaeger  <aj@suse.de>
44638         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
44639         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
44640         inptr and inend for must_buffer_ch.
44641         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
44642         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
44643         * stdio-common/Makefile (tests): Remove bug15.
44644         (bug15-ENV): Remove macro.
44645         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
44646         anymore.
44648 2012-05-19  Andreas Jaeger  <aj@suse.de>
44649             Roland McGrath  <roland@hack.frob.com>
44651         * manual/contrib.texi: Completely rewritten. It contains now an
44652         alphabetical list of contributors and their contributions.
44654 2012-05-21  Richard Henderson  <rth@twiddle.net>
44656         * misc/getauxval.c (__getauxval): Use unsigned long int.
44657         * misc/sys/auxv.h: Include <sys/cdefs.h>.
44658         (getauxval): Use unsigned long int.
44660 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44662         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
44664 2012-05-21  Roland McGrath  <roland@hack.frob.com>
44666         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
44667         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
44668         __alignof__ (long double).
44670 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44674 2012-05-20  Richard Henderson  <rth@twiddle.net>
44676         * misc/getauxval.c: New file.
44677         * misc/sys/auxv.h: New file.
44678         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
44679         (routines): Add getauxval.
44680         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
44681         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
44682         * elf/dl-sysdep.c (_dl_auxv): Remove.
44683         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
44684         * elf/dl-support.c (_dl_auxv): New variable.
44685         (_dl_aux_init): Initialize it.
44686         * manual/startup.texi (Auxiliary Vector): New node.
44687         * sysdeps/generic/bits/hwcap.h: New file.
44688         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
44689         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
44690         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
44691         * sysdeps/sparc/sysdep.h: ... here.  Include it.
44692         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
44693         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
44694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44695         Update.
44696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
44697         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
44698         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
44699         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
44700         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
44701         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
44702         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
44703         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
44705 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44707         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44709 2012-05-19  David S. Miller  <davem@davemloft.net>
44711         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44713 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44715         [BZ #14123]
44716         * math/s_ccosh.c: Include <float.h>
44717         (__ccosh): Avoid internal overflow calculating sinh and cosh
44718         values before multiplying by sin and cos values.
44719         * math/s_ccoshf.c: Likewise.
44720         * math/s_ccoshl.c: Likewise.
44721         * math/s_csin.c: Likewise.
44722         * math/s_csinf.c: Likewise.
44723         * math/s_csinl.c: Likewise.
44724         * math/s_csinh.c: Likewise.
44725         * math/s_csinhf.c: Likewise.
44726         * math/s_csinhl.c: Likewise.
44727         * math/libm-test.inc (ccos_test): Add more tests.
44728         (ccosh_test): Likewise.
44729         (csin_test): Likewise.
44730         (csinh_test): Likewise.
44731         * sysdeps/i386/fpu/libm-test-ulps: Update.
44732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44734 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
44736         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
44737         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
44739         * sysdeps/x86_64/x32/_itoa.h: Add comment.
44741 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44743         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
44744         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
44745         * sysdeps/powerpc/soft-fp/Versions: Likewise.
44746         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
44747         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
44748         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
44749         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
44750         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
44751         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
44752         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
44753         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
44754         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
44755         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
44756         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
44757         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
44758         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
44759         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
44760         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
44761         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
44762         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
44763         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
44764         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
44765         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
44766         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
44767         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
44768         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
44769         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
44770         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
44771         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
44772         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
44773         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
44775 2012-05-18  Andreas Jaeger  <aj@suse.de>
44777         * csu/.gitignore: Delete.
44779 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44781         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
44782         (timex): Use __syscall_slong_t.
44784 2012-05-18  Andreas Jaeger  <aj@suse.de>
44785             Carlos O'Donell  <carlos_odonell@mentor.com>
44787         * manual/install.texi (Configuring and compiling): Update
44788         description about files modified in the source directory.
44789         * INSTALL: Regenerated.
44791 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44793         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
44794         value.  Use "or" to set return value to -1.
44795         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
44796         negate return value.
44798 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44800         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
44801         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
44802         failure if the compiler has Graphite support disabled.
44803         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
44804         Likewise.
44805         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
44806         (CFLAGS-memmove.c): Likewise.
44807         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
44808         Likewise.
44810 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44812         * sysdeps/x86_64/x32/_itoa.h: New file.
44814         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
44815         getdents system call only if kernel and user dirents have the
44816         same d_ino and d_off.
44818         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44819         LLONG_MAX != LONG_MAX.
44820         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44821         (_fitoa_word): Likewise.
44823         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
44824         years.
44825         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
44826         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
44827         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
44829         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
44830         include <bits/wordsize.h>.  Check __x86_64__ instead of
44831         __WORDSIZE.
44832         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
44833         if __x86_64__ is defined.  Use anonymous union on fpstate.
44835         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
44836         anonymous union.
44838 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
44840         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
44841         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
44842         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
44843         Refer to _rtld_local_ro instead of _rtld_global_ro.
44844         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
44845         Likewise.
44846         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
44847         Likewise.
44848         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
44849         Likewise.
44850         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
44851         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
44852         of _rtld_global, and rtld_progname instead of _dl_argv[0].
44854         * sysdeps/powerpc/powerpc32/dl-machine.c
44855         (__elf_machine_runtime_setup) [PROF]: Don't reference
44856         _dl_prof_resolve.
44858 2012-05-18  Andreas Jaeger  <aj@suse.de>
44860         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
44861         function only available for GCCs before 3.4 since GCC 3.4
44862         introduced a builtin.
44863         (lrint): Likewise.
44864         (llrintf): Likewise.
44865         (llrint): Likewise.
44866         (fmaxf): Likewise.
44867         (fmax): Likewise.
44868         (fminf): Likewise.
44869         (fmin): Likewise.
44870         (rint): Likewise.
44871         (rintf): Likewise.
44872         (nearbyint): Likewise.
44873         (nearbyintf): Likewise.
44874         (ceil): Likewise.
44875         (ceilf): Likewise.
44876         (floor): Likewise.
44877         (floorf): Likewise.
44879 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44881         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
44882         on both fields and cast pointer to __syscall_ulong_t.
44884         * bits/types.h (__fsword_t): New type.
44885         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
44886         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
44887         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44888         (__FSWORD_T_TYPE): Likewise.
44889         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44890         (__FSWORD_T_TYPE): Likewise.
44891         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44892         (__FSWORD_T_TYPE): Likewise.
44893         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
44894         (__FSWORD_T_TYPE): Likewise.
44895         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
44896         __SWORD_TYPE with __fsword_t.
44897         (statfs64): Likewise.
44899 2012-05-17  David S. Miller  <davem@davemloft.net>
44901         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
44903 2012-05-17  Andreas Jaeger  <aj@suse.de>
44905         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
44906         warning.
44908 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44910         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
44912 2012-05-17  Andreas Jaeger  <aj@suse.de>
44914         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
44915         when it is used.
44917 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44919         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44921 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44923         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44924         * sysdeps/x86_64/tst-mallocalign1.c: New file.
44926 2012-05-17  Andreas Jaeger  <aj@suse.de>
44927             Carlos O'Donell  <carlos_odonell@mentor.com>
44929         [BZ #14059]
44930         * sysdeps/x86_64/multiarch/init-arch.h
44931         (bit_YMM_Usable): Rename to...
44932         (bit_AVX_Usable): ... this.
44933         (bit_FMA4_Usable): New macro.
44934         (bit_XMM_state): New macro.
44935         (bit_YMM_state): New macro.
44936         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44937         [__ASSEMBLER__] (index_AVX_Usable): ... this.
44938         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44939         (CPUID_OSXSAVE): New macro.
44940         (CPUID_AVX): New macro.
44941         (CPUID_FMA4): New macro.
44942         (index_YMM_Usable): Rename to...
44943         (index_AVX_Usable): ... this.
44944         (HAS_AVX): Use HAS_ARCH_FEATURE.
44945         (HAS_FMA4): Likewise.
44946         (HAS_YMM_USABLE): Remove.
44947         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44948         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44949         are present.
44950         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44951         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44952         * sysdeps/x86_64/multiarch/Makefile: Likewise.
44953         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44954         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44956 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44958         * math/libm-test.c: Support platforms without multiple rounding modes.
44959         * math/bug-nextafter.c: Support platforms without FP exceptions.
44960         * math/bug-nexttoward.c: Likewise.
44961         * math/test-fenv.c: Likewise.
44962         * math/test-misc.c: Likewise.
44963         * stdlib/bug-getcontext.c: Likewise.
44965 2012-05-17  Andreas Jaeger  <aj@suse.de>
44967         * manual/examples/search.c (critter_cmp): Change signature to
44968         avoid warnings.
44969         * manual/string.texi (Collation Functions): Likewise.
44971 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44973         * bits/types.h: Fold copyright years.
44974         * bits/typesizes.h: Likewise.
44975         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44976         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44977         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44978         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44979         * time/time.h: Likewise.
44981 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44983         [BZ #208]
44984         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44985         in instead of returning them.  Return void.
44986         (__libc_mallinfo): Accumulate over all arenas.
44987         (__malloc_stats): Adjust for change in int_mallinfo interface.
44989 2012-05-16  Roland McGrath  <roland@hack.frob.com>
44991         [BZ #10375]
44992         * configure.in (NM): Add AC_CHECK_TOOL for it.
44993         (libc_extra_cflags): New substituted variable.
44994         Check for -fstack-protector being used implicitly.
44995         * configure: Regenerated.
44996         * config.make.in (config-extra-cflags): New variable,
44997         gets @libc_extra_cflags@.
44998         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
45000         [BZ #10375]
45001         * configure.in: Check for _FORTIFY_SOURCE being predefined.
45002         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
45003         * configure: Regenerated.
45004         * config.make.in (CPPUNDEFS): New substituted variable.
45005         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
45006         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
45007         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
45009 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45011         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
45012         (mq_attr): Use __syscall_slong_t.
45014 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45016         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
45017         Check __x86_64__ instead of __WORDSIZE.
45018         (_STAT_VER_LINUX): Likewise.
45019         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
45020         __syscall_ulong_t and __syscall_slong_t.
45021         (stat64): Likewise.
45023 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45025         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
45027 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45029         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
45031 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45033         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
45034         __syscall_ulong_t.
45036         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
45037         include <bits/wordsize.h>.  Check __x86_64__ instead of
45038         __WORDSIZE.
45039         (greg_t): Use "__extension__ long long int" if __x86_64__ is
45040         defined.
45041         (mcontext_t): Replace "unsigned long" with "unsigned long long".
45043         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
45044         include <bits/wordsize.h>.  Check __x86_64__ instead of
45045         __WORDSIZE.
45046         (user_regs_struct): Use "__extension__ unsigned long long"
45047         instead of "unsigned long" if __x86_64__ is defined.
45048         (user): Likewise.  Pad after pointer field if __ILP32__ is
45049         defined.
45051 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
45053         * configure.in (makeinfo): Require version 4.5 or later.  Allow
45054         versions 5 to 9.
45055         * configure: Regenerated.
45056         * manual/install.texi (texinfo): Increase version requirement to
45057         4.5 or later.
45058         * INSTALL: Regenerated.
45060         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
45062 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45064         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
45066         * sysdeps/x86_64/x32/ffs.c: New file.
45068         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
45069         __syscall_ulong_t.
45070         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
45071         defined.  Use __syscall_ulong_t.
45072         (shminfo): Use __syscall_ulong_t.
45073         (shm_info): Likewise.
45075         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
45076         __syscall_ulong_t.
45078         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
45079         <bits/wordsize.h>.
45080         (msgqnum_t): Use __syscall_ulong_t.
45081         (msglen_t): Likewise.
45082         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
45083         __syscall_ulong_t.
45085         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
45086         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
45088         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
45090         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
45091         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
45093         * sysvipc/sys/msg.h (msgbuf): Replace long int with
45094         __syscall_slong_t.
45096         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
45097         include <bits/wordsize.h>.  Check __x86_64__ instead of
45098         __WORDSIZE.
45100         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
45101         "unsigned long long int" if __x86_64__ is defined.
45102         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
45104         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
45105         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
45106         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
45108         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
45109         <stdint.h>.
45110         (GET_PC): Cast to uintptr_t first.
45111         (GET_FRAME): Likewise.
45112         (GET_STACK): Likewise.
45114         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
45115         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
45116         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
45117         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
45118         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
45119         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
45120         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
45121         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
45122         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
45123         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
45124         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
45125         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
45126         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
45127         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
45128         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
45129         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
45130         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
45131         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
45132         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
45133         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
45134         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
45135         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
45136         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
45137         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
45138         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
45139         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
45140         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
45141         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
45142         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
45144 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
45146         * Makerules (+depfiles): Also collect depfiles from .oS in
45147         $(extra-objs).
45148         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
45149         .oS, $(libnldbl-routines)).
45151         * Makerules (native-compile-mkdep-flags): Define.
45152         * sunrpc/Makefile (extra-objs): Add $(addprefix
45153         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
45154         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
45155         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
45156         calling $(make-target-directory).
45158 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45160         * bits/types.h (__snseconds_t): Removed.
45161         * time/time.h (struct timespec): Replace __snseconds_t with
45162         __syscall_slong_t.
45163         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
45164         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
45165         Likewise.
45166         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45167         (__SNSECONDS_T_TYPE): Likewise.
45168         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45169         (__SNSECONDS_T_TYPE): Likewise.
45170         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45171         (__SNSECONDS_T_TYPE): Likewise.
45173 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45175         * sysdeps/mach/hurd/bits/typesizes.h
45176         (__SYSCALL_SLONG_TYPE): New macro.
45177         (__SYSCALL_ULONG_TYPE): Likewise.
45179 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45181         * bits/types.h (__syscall_slong_t): New type.
45182         (__syscall_ulong_t): Likewise.
45184         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
45185         (__SYSCALL_ULONG_TYPE): Likewise.
45186         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45187         (__SYSCALL_SLONG_TYPE): Likewise.
45188         (__SYSCALL_ULONG_TYPE): Likewise.
45189         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45190         (__SYSCALL_SLONG_TYPE): Likewise.
45191         (__SYSCALL_ULONG_TYPE): Likewise.
45192         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45193         (__SYSCALL_SLONG_TYPE): Likewise.
45194         (__SYSCALL_ULONG_TYPE): Likewise.
45196 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45198         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
45199         Add sigaltstack-offsets.sym.
45200         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
45201         <sigaltstack-offsets.h>.
45202         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
45203         longjmp_msg pointer.
45204         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
45205         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
45206         signal stack.
45207         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
45209 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
45211         * elf/stackguard-macros.h: Remove file.
45212         * sysdeps/generic/stackguard-macros.h: New file.
45213         * sysdeps/i386/stackguard-macros.h: Likewise.
45214         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
45215         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
45216         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
45217         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
45218         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
45219         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
45220         * sysdeps/x86_64/stackguard-macros.h: Likewise.
45221         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
45222         <elf/stackguard-macros.h>.
45224         [BZ #14109]
45225         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
45226         __aligned__ in attribute.
45227         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
45228         (gregset_t): Likewise.
45230 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45232         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
45233         * sysdeps/x86_64/64/Implies-after: Here.  New file.
45234         * sysdeps/x86_64/x32/Implies-after: New file.
45236 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45238         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
45239         and access return value for _dl_profile_fixup.  Use R10_LP to
45240         load frame size.
45242 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45244         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
45246 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45248         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
45249         * sysdeps/x86_64/x32/sysdep.h: New file.
45251 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45253         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
45254         * sysdeps/x86_64/setjmp.S: Likewise.
45256 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45258         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
45259         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
45260         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
45261         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
45262         remove unused global constant.
45264 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
45266         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
45267         include of <not-cancel.h>.
45269 2012-05-15  Roland McGrath  <roland@hack.frob.com>
45271         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
45273 2012-05-15  Jeff Law  <law@redhat.com>
45274             Andreas Jaeger  <aj@suse.de>
45276         [BZ #13594]
45277         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
45278         out from...
45279         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
45280         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
45281         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
45282         code changing __hst_map_handle.map.
45284 2012-05-15  Roland McGrath  <roland@hack.frob.com>
45286         * configure.in (sysnames): Look for Implies-before and Implies-after
45287         files.
45288         * configure: Regenerated.
45290 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45292         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
45293         8-byte data alignment with LP_SIZE alignment.
45295 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45297         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
45298         into R10_LP.
45300 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45302         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
45304 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45306         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
45307         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
45308         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
45309         Likewise.
45310         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
45312 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45314         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
45315         (stackinfo_sub_sp): Likewise.
45317 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45319         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
45320         RAX_LP.
45322 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45324         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
45325         into R*_LP.
45327 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45329         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
45330         sizes into R*_LP.
45332 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45334         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
45336 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45338         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
45339         into R11_LP and load __x86_64_shared_cache_size_half into
45340         R8_LP.
45342 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45344         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
45345         R8_LP.
45347 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45349         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
45350         logb for POWER7.
45351         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
45352         logbf for POWER7.
45353         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
45354         logbl for POWER7.
45355         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
45356         powerpc32/power7/fpu/s_logb.c via #include.
45357         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
45358         powerpc32/power7/fpu/s_logbf.c via #include.
45359         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
45360         powerpc32/power7/fpu/s_logbl.c via #include.
45362 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
45364         * README.libm: Remove file.
45366 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45368         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
45369         count for x32.  Use R*_LP and omit operand-size suffix.
45371 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45373         * shlib-versions: Move x86_64-.*-linux.* entries to ...
45374         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
45375         * sysdeps/x86_64/x32/shlib-versions: New file.
45377 2012-05-14  Roland McGrath  <roland@hack.frob.com>
45379         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
45380         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
45381         Use _dl_fatal_printf instead.
45383 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
45385         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
45386         set if not set by the user.  Do not allow for being unset.
45387         * sysdeps/unix/sysv/linux/configure: Regenerated.
45389 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45391         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
45392         the `q' suffix from lea and replace .quad with ASM_ADDR.
45394 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45396         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
45397         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
45398         instead of $17.
45399         (PTR_DEMANGLE): Likewise.
45401 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45403         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
45404         (LP_OP): Likewise.
45405         (ASM_ADDR): Likewise.
45406         (RAX_LP): Likewise.
45407         (RBP_LP): Likewise.
45408         (RBX_LP): Likewise.
45409         (RCX_LP): Likewise.
45410         (RDI_LP): Likewise.
45411         (RSI_LP): Likewise.
45412         (RSP_LP): Likewise.
45413         (R8_LP): Likewise.
45414         (R9_LP): Likewise.
45415         (R10_LP): Likewise.
45416         (R10_LP): Likewise.
45417         (R11_LP): Likewise.
45418         (R12_LP): Likewise.
45419         (R13_LP): Likewise.
45420         (R14_LP): Likewise.
45421         (R15_LP): Likewise.
45423 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45425         * sysdeps/x86_64/x32/dl-machine.h: New file.
45427 2012-05-14  Andreas Jaeger  <aj@suse.de>
45429         * manual/Makefile (subdir): Remove export of subdir.
45430         (all): Remove target.
45431         (.PHONY): Remove all from list.
45432         (mkinstalldirs): Remove.
45433         (.PHONY): Remove installdirs from list.
45434         ($(inst_infodir)/libc.info): Use make-target-directory.
45435         (installdirs): Remove.
45436         (subdir_%): Remove.
45437         (glibc-targets): Remove.
45438         (lib): Remove.
45439         (stubs): Remove.
45440         ($(objpfx)stubs ../po/manual.pot): Remove.
45441         ($(objpfx)stamp%): Remove.
45442         (make-target-directory): Remove.
45443         (subdir_install): Remove.
45444         (routines): Remove.
45445         (aux): Remove.
45446         (sources): Remove.
45447         (objects): Remove.
45448         (headers): Remove.
45450         [BZ #13750]
45451         * manual/.gitignore: Remove, it's not needed anymore.
45452         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
45453         all files in it.
45454         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
45455         directory.
45456         (texis): Renamed to $(objpfx)texis.
45457         (texis-path): New, contains path to generated files.
45458         (chapters.%): Use texis-path for complete path, add extra argument
45459         libc-texinfo.sh.
45460         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
45461         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
45462         (summary,texi, stamp-summary): Use complete path of
45463         files. Generate files in build dir.
45464         (dir-add.texi): Build in build dir.
45465         (libm-err.texi,stamp-libm-err): Likewise.
45466         (version.texi, stamp-version): Likewise.
45467         (.%c.texi): Likewise.
45468         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
45469         (mostlyclean): Remove target.
45470         (realclean): Remove target.
45471         (generated): Add new variable with contents from mostlyclean and
45472         realclean, remove entries duplicated in common-mostlyclean, add
45473         stamp-libm-err and stamp-version.
45474         (generated-dirs): Add libc directory.
45475         ($(inst_infodir)/libc.info): Install files from build dir.
45477         * manual/install.texi (Configuring and compiling): Adjust since
45478         the info files are not part of the tar ball anymore.
45480 2012-05-14  Andreas Jaeger  <aj@suse.de>
45482         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
45483         variable.
45485 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
45487         [BZ #13717]
45488         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
45489         to 2.2.0 where earlier.
45490         * sysdeps/unix/sysv/linux/configure: Regenerated.
45491         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
45492         Remove conditional code.
45493         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
45494         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
45495         Remove conditional code.
45496         [!__NR_lchown]: Likewise.
45497         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45498         [__NR_lchown]: Likewise.
45499         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
45500         comment referencing __ASSUME_LCHOWN_SYSCALL.
45501         * sysdeps/unix/sysv/linux/i386/sigaction.c
45502         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45503         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45504         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
45505         Remove conditional code.
45506         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
45507         (__protocol_available): Remove #if 0 code.
45508         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
45509         conditional code.
45510         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
45511         * sysdeps/unix/sysv/linux/kernel-features.h
45512         (__ASSUME_GETCWD_SYSCALL): Don't define.
45513         (__ASSUME_REALTIME_SIGNALS): Likewise.
45514         (__ASSUME_PREAD_SYSCALL): Likewise.
45515         (__ASSUME_PWRITE_SYSCALL): Likewise.
45516         (__ASSUME_POLL_SYSCALL): Likewise.
45517         (__ASSUME_LCHOWN_SYSCALL): Likewise.
45518         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
45519         non-SPARC.
45520         (__ASSUME_SIOCGIFNAME): Don't define.
45521         (__ASSUME_MSG_NOSIGNAL): Likewise.
45522         (__ASSUME_SENDFILE): Define unconditionally.
45523         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
45524         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
45525         conditional code.
45526         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
45527         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
45528         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
45529         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45530         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
45531         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
45532         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
45534         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45535         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
45537         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45538         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
45540         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45541         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
45543         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45544         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
45546         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45547         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
45549         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45550         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
45552         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45553         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
45555         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45556         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45557         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
45558         Remove conditional code.
45559         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45560         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
45561         Remove conditional code.
45562         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45563         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
45564         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
45565         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
45566         Remove conditional code.
45567         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45568         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
45569         Remove conditional code.
45570         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45571         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
45572         Remove conditional code.
45573         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45574         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
45575         Remove conditional code.
45576         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45577         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
45578         Remove conditional code.
45579         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45580         * sysdeps/unix/sysv/linux/sh/pwrite64.c
45581         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45582         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45583         * sysdeps/unix/sysv/linux/sigaction.c
45584         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45585         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45586         * sysdeps/unix/sysv/linux/sigpending.c
45587         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45588         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45589         * sysdeps/unix/sysv/linux/sigprocmask.c
45590         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45591         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45592         * sysdeps/unix/sysv/linux/sigsuspend.c
45593         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45594         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45595         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
45596         (__libc_missing_rt_sigs): Remove.
45597         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
45598         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
45599         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
45600         Remove conditional code.
45601         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
45602         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
45603         return 1.
45604         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
45605         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
45606         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
45607         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
45609 2012-05-14  Andreas Jaeger  <aj@suse.de>
45611         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
45612         it's not used in glibc.
45613         (__coshm1): Likewise.
45614         (__acosh1p): Likewise.
45615         (__sgn): Likewise.
45617         * manual/string.texi (Copying and Concatenation): Add missing
45618         variable in concat example.
45619         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
45621 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45623         [BZ #14103]
45624         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
45625         __builtin_clzl with __builtin_clzll.
45627 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45629         [BZ #14104]
45630         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
45631         libc_freeres_ptr.
45633 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45635         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
45636         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
45637         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
45638         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
45640 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
45642         * NEWS: Update ia64 info.
45644 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
45646         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
45647         used as bcopy.
45649 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
45651         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
45652         * sysdeps/unix/syscalls.list (dup3): Likewise.
45653         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
45654         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
45656 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
45658         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
45659         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
45661 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
45663         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
45664         thread pointer.
45665         (TLS_IE): Use mov/add instead of movq/addq to load thread
45666         pointer.
45667         (TLS_GD_PREFIX): New.
45668         (TLS_GD): Use it.
45670 2012-05-11  David S. Miller  <davem@davemloft.net>
45672         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
45673         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
45674         (_FPU_SETCW): Likewise.
45676 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45678         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
45679         is 32-byte aligned.
45681 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
45683         [BZ #11837]
45684         * iconvdata/gb18030.c: Update tables.
45685         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
45686         characters specially.
45687         (BODY for TO_LOOP): Add encoding of missing ranges.
45689 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
45691         [BZ #13673]
45692         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
45693         * sysdeps/mach/hurd/dup3.c: Likewise.
45694         * sysdeps/mach/hurd/readlinkat.c: Likewise.
45695         * sysdeps/powerpc/memmove.c:: Likewise.
45697 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45699         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
45700         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
45702 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45704         * elf/elf.h (R_X86_64_RELATIVE64): New.
45705         (R_X86_64_NUM): Updated.
45706         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
45707         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
45708         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
45709         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
45710         tst-quad1pie tst-quad2pie
45711         (modules-names): Add tst-quadmod1 tst-quadmod2.
45712         ($(objpfx)tst-quad1): New dependency.
45713         ($(objpfx)tst-quad2): Likewise.
45714         ($(objpfx)tst-quad1pie): Likewise.
45715         ($(objpfx)tst-quad2pie): Likewise.
45716         * sysdeps/x86_64/tst-quad1.c: New file.
45717         * sysdeps/x86_64/tst-quad1pie.c: New file.
45718         * sysdeps/x86_64/tst-quad2.c: Likewise.
45719         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
45720         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
45721         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
45722         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
45723         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
45725 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45727         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
45728         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
45729         * streams/stropts.h (t_scalar_t): Define type.
45731         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
45732         (_PATH_PRESERVE): Set to "/var/lib".
45733         (_PATH_RWHODIR): Set to "/var/spool/rwho".
45735         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
45736         instead of int.
45738         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
45739         if __dir_mkfile succeeded.
45741         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
45742         checking for _hurd_dtablesize.  Unlock it right after having
45743         finished _hurd_dtable allocation.
45745 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45747         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
45748         * sysdeps/mach/hurd/configure: Regenerated.
45749         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
45750         special-casing to...
45751         * sysdeps/gnu/configure.in: ... this new file.
45752         * sysdeps/unix/sysv/linux/configure: Regenerated.
45753         * sysdeps/gnu/configure: New generated file.
45755         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
45756         for Linux: use nsec instead of usec, as well as:
45757         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
45758         members of type struct timespec.
45759         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
45760         New macros.
45761         (struct stat64): Likewise.
45762         (_STATBUF_ST_NSEC): New macro.
45763         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
45765         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
45766         __strtoul_internal rather than strtoul.
45768 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45770         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
45771         and reject them.
45773 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45775         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
45776         which preserves existing values.
45777         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
45779 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45781         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
45782         TIMEOUT values.  Return EINVAL for NFDS values either negative or
45783         greater than FD_SETSIZE.
45785 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45787         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
45788         allocated, call __vm_protect to finish enabling the existing space, and
45789         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
45790         allocate the remainder.
45792 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45794         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
45795         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
45797 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45799         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
45800         sysdeps/mach/hurd/readlink.c.
45802         * posix/tst-sysconf.c (posix_options): Only use
45803         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
45804         _POSIX_SYNCHRONIZED_IO when they are defined
45805         * sysdeps/mach/hurd/bits/posix_opt.h:
45806         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
45807         (_XOPEN_REALTIME): Undefine macro.
45808         (_XOPEN_REALTIME_THREADS): Undefine macro.
45809         (_XOPEN_SHM): Undefine macro.
45810         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
45811         macro to -1.
45812         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
45813         macro to -1.
45814         (_POSIX_ASYNC_IO): Undefine macro.
45815         (_POSIX_PRIORITIZED_IO): Undefine macro.
45816         (_POSIX_SPIN_LOCKS): Define macro to -1.
45818         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
45819         SA_NODEFER, SA_RESETHAND.
45820         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
45821         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
45822         F_DUPFD_CLOEXEC.
45824 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45826         * elf/Makefile (pldd-modules): Define unconditionally.
45828 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45830         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
45832 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45834         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
45835         Return ENOENT when name is empty.
45836         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
45838 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45840         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
45842         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
45844 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45846         Fix mlock in all cases except non-readable pages.
45847         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
45848         instead of VM_PROT_ALL as parameter to __vm_wire function.
45850         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
45851         (__mkdir): When path is `/', just fail with EEXIST.
45852         * sysdeps/mach/hurd/mkdirat.c: Likewise.
45854 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45856         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
45857         <sys/uio.h> (for writev).
45858         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
45859         and <sys/param.h> (for MIN).
45861 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45863         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
45864         REQUESTED_TIME.  Properly set the remaining time and return EINTR
45865         if interrupted.
45867 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45869         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
45870         Depend on against $(link-rpcuserlibs).
45872 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45874         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
45875         (__libc_stack_end): Do not use attribute_relro.
45876         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
45877         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
45878         to libthread-provided value.
45879         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
45880         attribute_relro.
45882 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45884         [BZ #3748]
45885         * bits/libc-lock.h (__libc_once_get): New macro.
45886         * sysdeps/mach/bits/libc-lock.h: Likewise.
45887         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
45888         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
45889         instead of using implementation details.
45891         * libio/fileops.c: Unconditionally include <kernel-features.h>.
45892         * libio/freopen.c: Likewise.
45893         * libio/freopen64.c: Likewise.
45894         * misc/syslog.c: Likewise.
45895         * nscd/connections.c: Likewise.
45896         * nscd/netgroupcache.c: Likewise.
45897         * sysdeps/posix/getcwd.c: Likewise.
45899 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45901         * math/w_ilogbf.c: Add #include <limits.h>.
45903 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45905         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
45906         path instead of returning without unlocking.
45908         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
45909         immediate-write ioctls.
45910         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
45912 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45914         * sysdeps/mach/hurd/i386/init-first.c (init): Use
45915         __builtin_frame_address instead of making assumptions about the
45916         location of the return address relative to DATA.  Force early load of
45917         the return address.
45918         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45919         __builtin_frame_address.
45921         dup3 for GNU Hurd.
45922         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45923         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
45924         implement dup3 and do some further code clean-ups.
45925         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45926         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45928 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45930         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45932         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45933         HURD_CRITICAL_END around holding _hurd_dtable_lock.
45934         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45935         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45936         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45937         d->port.lock.
45939         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45940         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
45941         when handler == SIG_ERR, not when handler != SIG_ERR.
45943 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45945         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45946         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45947         definitions.
45949         accept4 for GNU Hurd.
45950         * include/sys/socket.h (__libc_accept4): New prototype.
45951         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
45952         to implement __libc_accept4.
45953         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45954         __libc_accept4.
45955         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45957         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45958         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45959         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45960         signal-defines.sym.
45962 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45964         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
45966 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45968         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45969         assertion on O_CLOEXEC flag.
45970         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45971         * hurd/intern-fd.c: Likewise.
45972         * hurd/port2fd.c: Likewise.
45974 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45976         [BZ #3906]
45977         * bits/in.h (IPV6_PKTINFO): Define new macro.
45978         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45980 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45982         [BZ #13954]
45983         [BZ #13955]
45984         [BZ #13956]
45985         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45986         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45987         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45988         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45989         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45990         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45991         * math/libm-test.inc (logb_test) : Additional logb tests.
45993 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
45994             Andreas Jaeger  <aj@suse.de>
45996         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45997         * configure: Regenerated.
45998         * config.h.in (LINK_OBSOLETE_RPC): New macro.
45999         * config.make.in (link-obsolete-rpc): New substituted variable.
46000         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
46001         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
46002         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
46003         (shared-only-routines): Don't set it under [link-obsolete-rpc],
46004         so that libc.a contains the symbols.
46005         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
46006         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
46007         * sunrpc/auth_none.c: Likewise.
46008         * sunrpc/auth_unix.c: Likewise.
46009         * sunrpc/authdes_prot.c: Likewise.
46010         * sunrpc/authuxprot.c: Likewise.
46011         * sunrpc/clnt_gen.c: Likewise.
46012         * sunrpc/clnt_perr.c: Likewise.
46013         * sunrpc/clnt_raw.c: Likewise.
46014         * sunrpc/clnt_simp.c: Likewise.
46015         * sunrpc/clnt_tcp.c: Likewise.
46016         * sunrpc/clnt_udp.c: Likewise.
46017         * sunrpc/clnt_unix.c: Likewise.
46018         * sunrpc/des_crypt.c: Likewise.
46019         * sunrpc/des_soft.c: Likewise.
46020         * sunrpc/get_myaddr.c: Likewise.
46021         * sunrpc/key_call.c: Likewise.
46022         * sunrpc/key_prot.c: Likewise.
46023         * sunrpc/netname.c: Likewise.
46024         * sunrpc/pm_getmaps.c: Likewise.
46025         * sunrpc/pm_getport.c: Likewise.
46026         * sunrpc/pmap_clnt.c: Likewise.
46027         * sunrpc/pmap_prot.c: Likewise.
46028         * sunrpc/pmap_prot2.c: Likewise.
46029         * sunrpc/pmap_rmt.c: Likewise.
46030         * sunrpc/publickey.c: Likewise.
46031         * sunrpc/rpc_cmsg.c: Likewise.
46032         * sunrpc/rpc_common.c: Likewise.
46033         * sunrpc/rpc_dtable.c: Likewise.
46034         * sunrpc/rpc_prot.c: Likewise.
46035         * sunrpc/rpc_thread.c: Likewise.
46036         * sunrpc/rtime.c: Likewise.
46037         * sunrpc/svc.c: Likewise.
46038         * sunrpc/svc_auth.c: Likewise.
46039         * sunrpc/svc_raw.c: Likewise.
46040         * sunrpc/svc_run.c: Likewise.
46041         * sunrpc/svc_tcp.c: Likewise.
46042         * sunrpc/svc_udp.c: Likewise.
46043         * sunrpc/svc_unix.c: Likewise.
46044         * sunrpc/svcauth_des.c: Likewise.
46045         * sunrpc/xcrypt.c: Likewise.
46046         * sunrpc/xdr.c: Likewise.
46047         * sunrpc/xdr_array.c: Likewise.
46048         * sunrpc/xdr_float.c: Likewise.
46049         * sunrpc/xdr_intXX_t.c: Likewise.
46050         * sunrpc/xdr_mem.c: Likewise.
46051         * sunrpc/xdr_rec.c: Likewise.
46052         * sunrpc/xdr_ref.c: Likewise.
46053         * sunrpc/xdr_sizeof.c: Likewise.
46054         * sunrpc/xdr_stdio.c: Likewise.
46056 2012-05-10  Roland McGrath  <roland@hack.frob.com>
46058         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
46059         change.  Update copyright years.
46061 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
46063         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
46065 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
46066             Joseph Myers  <joseph@codesourcery.com>
46067             Paul Pluzhnikov  <ppluzhnikov@google.com>
46069         [BZ #14012]
46070         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
46071         requiring rpcgen.
46072         [cross-compiling] (extra-libs): Likewise.
46073         [cross-compiling] (extra-libs-others): Likewise.
46074         [cross-compiling] (librpcsvc-routines): Likewise.
46075         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
46076         [cross-compiling] (omit-deps): Likewise.
46077         (sunrpc-CPPFLAGS): New variable.
46078         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
46079         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
46080         (cross-rpcgen-objs): New variable.
46081         (extra-objs): Append $(cross-rpcgen-objs).
46082         ($(cross-rpcgen-objs)): New rule.
46083         ($(objpfx)cross-rpcgen): Likewise.
46084         (rpcgen-cmd): Define to use $(built-program-file).  Expand
46085         comment.
46086         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
46087         ($(objpfx)x%.stmp): Likewise.
46088         * sunrpc/proto.h [IS_IN_build] (_): Define.
46089         [IS_IN_build] (_libc_intl_domainname): Likewise.
46091 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
46093         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
46094         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
46095         and R_X86_64_TPOFF64.
46097 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
46099         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
46100         sysdeps/unix/sysv/syscalls.list.
46101         (stime): Likewise.
46102         (utime): Likewise.
46103         * sysdeps/unix/sysv/syscalls.list: Remove file.
46105 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46107         [BZ #3440]
46108         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
46109         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
46110         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
46111         (__LC_IDENTIFICATION): Make these macros useful in #if
46112         expressions, as required by C99.
46114 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
46116         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
46117         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
46118         after this.
46120 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
46122         * stdlib/longlong.h: Updated from GCC.
46124 2012-05-09  Andreas Jaeger  <aj@suse.de>
46126         * nscd/nscd.c (run_modes): Make named enum, reorder so that
46127         default is first entry.
46128         (run_mode): Set type.
46129         (main): Remove informal message about syslog.
46130         (options): Fix typo.
46132         [BZ #14053]
46133         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
46134         to asm.
46135         (lrint): Likewise.
46136         (llrintf): Likewise.
46137         (llrint): Likewise.
46138         (rint): Likewise.
46139         (rintf): Likewise.
46140         (nearbyint): Likewise.
46141         (nearbyintf): Likewise.
46143 2012-05-09  Andreas Jaeger  <aj@suse.de>
46144             Pedro Alves  <palves@redhat.com>
46146         * nscd/nscd.c (run_mode): Use enum.
46147         (main): Cleanup coding style issue.
46149 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
46150             Andreas Jaeger  <aj@suse.de>
46152         * nscd/nscd.c (go_background): Replaced with...
46153         (run_mode): ... this.
46154         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
46155         (options): Add -F --foreground.
46156         (main): Implement it.
46157         (parse_opt): Parse it.
46159 2012-05-09  Andreas Jaeger  <aj@suse.de>
46161         [BZ #14083]
46162         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
46163         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
46164         -Wconversion warning.
46165         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
46166         Likewise.
46168 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
46170         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
46171         == 0.
46172         (LC_ALL): Use macro-int-constant.
46173         (LC_COLLATE): Likewise.
46174         (LC_CTYPE): Likewise.
46175         (LC_MESSAGES): Likewise.
46176         (LC_MONETARY): Likewise.
46177         (LC_NUMERIC): Likewise.
46178         (LC_TIME): Likewise.
46179         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
46180         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
46181         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46182         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
46183         Specify type.
46184         [C99-based standards] (float_t): Expect type.
46185         [C99-based standards] (double_t): Expect type.
46186         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
46187         type.
46188         [C99-based standards] (HUGE_VALL): Likewise.
46189         [C99-based standards] (INFINITY): Likewise.
46190         [C99-based standards] (NAN): Likewise.
46191         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
46192         [C99-based standards] (FP_NAN): Likewise.
46193         [C99-based standards] (FP_NORMAL): Likewise.
46194         [C99-based standards] (FP_SUBNORMAL): Likewise.
46195         [C99-based standards] (FP_ZERO): Likewise.
46196         [C99-based standards] (FP_FAST_FMA): Use
46197         optional-macro-int-constant.  Specify type.  Require == 1.
46198         [C99-based standards] (FP_FAST_FMAF): Likewise.
46199         [C99-based standards] (FP_FAST_FMAL): Likewise.
46200         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
46201         [C99-based standards] (FP_ILOGBNAN): Likewise.
46202         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
46203         Specify type.
46204         [C99-based standards] (MATH_ERREXCEPT): Likewise.
46205         [C99-based standards] (math_errhandling): Specify type.
46206         [ISO99 || ISO11] (signgam): Do not allow.
46207         [non-C99-based standards] (copysignf): Do not allow.
46208         [non-C99-based standards] (exp2f): Likewise.
46209         [non-C99-based standards] (log2f): Likewise.
46210         [non-C99-based standards] (modff): Allow.
46211         [non-C99-based standards] (erff): Do not allow.
46212         [non-C99-based standards] (erfcf): Likewise.
46213         [non-C99-based standards] (gammaf): Likewise.
46214         [non-C99-based standards] (hypotf): Likewise.
46215         [non-C99-based standards] (j0f): Likewise.
46216         [non-C99-based standards] (j1f): Likewise.
46217         [non-C99-based standards] (jnf): Likewise.
46218         [non-C99-based standards] (lgammaf): Likewise.
46219         [non-C99-based standards] (tgammaf): Likewise.
46220         [non-C99-based standards] (y0f): Likewise.
46221         [non-C99-based standards] (y1f): Likewise.
46222         [non-C99-based standards] (ynf): Likewise.
46223         [non-C99-based standards] (isnanf): Likewise.
46224         [non-C99-based standards] (acoshf): Likewise.
46225         [non-C99-based standards] (asinhf): Likewise.
46226         [non-C99-based standards] (atanhf): Likewise.
46227         [non-C99-based standards] (cbrtf): Likewise.
46228         [non-C99-based standards] (expm1f): Likewise.
46229         [non-C99-based standards] (ilogbf): Likewise.
46230         [non-C99-based standards] (log1pf): Likewise.
46231         [non-C99-based standards] (logbf): Likewise.
46232         [non-C99-based standards] (nextafterf): Likewise.
46233         [non-C99-based standards] (remainderf): Likewise.
46234         [non-C99-based standards] (rintf): Likewise.
46235         [non-C99-based standards] (scalbf): Likewise.
46236         [non-C99-based standards] (copysignl): Likewise.
46237         [non-C99-based standards] (exp2l): Likewise.
46238         [non-C99-based standards] (log2l): Likewise.
46239         [non-C99-based standards] (modfl): Allow.
46240         [non-C99-based standards] (erfl): Do not allow.
46241         [non-C99-based standards] (erfcl): Likewise.
46242         [non-C99-based standards] (gammal): Likewise.
46243         [non-C99-based standards] (hypotl): Likewise.
46244         [non-C99-based standards] (j0l): Likewise.
46245         [non-C99-based standards] (j1l): Likewise.
46246         [non-C99-based standards] (jnl): Likewise.
46247         [non-C99-based standards] (lgammal): Likewise.
46248         [non-C99-based standards] (tgammal): Likewise.
46249         [non-C99-based standards] (y0l): Likewise.
46250         [non-C99-based standards] (y1l): Likewise.
46251         [non-C99-based standards] (ynl): Likewise.
46252         [non-C99-based standards] (isnanl): Likewise.
46253         [non-C99-based standards] (acoshl): Likewise.
46254         [non-C99-based standards] (asinhl): Likewise.
46255         [non-C99-based standards] (atanhl): Likewise.
46256         [non-C99-based standards] (cbrtl): Likewise.
46257         [non-C99-based standards] (expm1l): Likewise.
46258         [non-C99-based standards] (ilogbl): Likewise.
46259         [non-C99-based standards] (log1pl): Likewise.
46260         [non-C99-based standards] (logbl): Likewise.
46261         [non-C99-based standards] (nextafterl): Likewise.
46262         [non-C99-based standards] (remainderl): Likewise.
46263         [non-C99-based standards] (rintl): Likewise.
46264         [non-C99-based standards] (scalbl): Likewise.
46265         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46266         [non-C99-based standards] (FP_*): Do not allow.
46267         [C99-based standards] (FP_*): Change to
46268         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
46269         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46270         allow.
46271         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
46272         (SIG_ERR): Likewise.
46273         [X/Open-based standards] (SIG_HOLD): Likewise.
46274         (SIG_IGN): Likewise.
46275         (SIGABRT): Use macro-int-constant.  Specify type.  Require
46276         positive value.
46277         (SIGFPE): Likewise.
46278         (SIGILL): Likewise.
46279         (SIGINT): Likewise.
46280         (SIGSEGV): Likewise.
46281         (SIGTER): Likewise.
46282         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
46283         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
46284         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
46285         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
46286         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
46287         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
46288         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
46289         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
46290         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
46291         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
46292         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
46293         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
46294         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
46295         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
46296         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
46297         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
46298         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
46299         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
46300         [X/Open-based standards] (SIGTRAP): Likewise.
46301         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
46302         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
46303         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
46304         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
46305         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46306         allow.
46308 2012-05-08  Ian Wienand  <ianw@vmware.com>
46310         [BZ #14080]
46311         * time/tzset.c (__tzset_parse_tz): Update default rules for
46312         daylight time changes in the Energy Policy Act of 2005.
46314 2012-05-09  Andreas Jaeger  <aj@suse.de>
46316         [BZ #13983]
46317         * elf/ldconfig.c (parse_conf): Change string to make clear that
46318         ldconfig only issued a warning if ld.so.conf does not exist.
46320 2012-05-08  David S. Miller  <davem@davemloft.net>
46322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
46323         movxtod instead of popping the value on the stack.
46325         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46327 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
46329         * config.h.in: Add HAVE_ARM_PCS_VFP.
46331 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
46333         [BZ #13979]
46334         * include/features.h: Warn if user requests __FORTIFY_SOURCE
46335         checking but the checks are disabled for any reason.
46337 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
46339         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
46340         and ELF64_R_TYPE with ELFW(R_TYPE).
46342 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
46344         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
46345         (ulimit): Likewise.
46347         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
46348         (settimeofday): Likewise.
46350 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
46352         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
46353         a struct th_u2 inside the union, and move tu_block/tu_code into
46354         a new th_u3 union of tu_block/tu_code inside of that.  Move
46355         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
46356         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
46357         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
46358         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
46359         (th_stuff): Change to th_u1.tu_stuff.
46360         (th_data): Define.
46361         (th_msg): Change to th_u1.th_u2.tu_data.
46363 2012-05-07  David S. Miller  <davem@davemloft.net>
46365         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46367         [BZ #14074]
46368         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
46369         (SETUP_PIC_REG): Use it.
46370         (SETUP_PIC_REG_LEAF): Use it.
46372 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
46374         [BZ #13885]
46375         [BZ #13923]
46376         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46377         USE_AS_EXPM1L.
46378         (EXPL_FINITE): Likewise.
46379         (FLDLOG): Likewise.
46380         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
46381         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
46382         e_expl.S.
46383         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46384         USE_AS_EXPM1L.
46385         (EXPL_FINITE): Likewise.
46386         (FLDLOG): Likewise.
46387         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
46388         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
46389         e_expl.S.
46390         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
46391         test of -max_value argument for long double.
46392         * sysdeps/i386/fpu/libm-test-ulps: Update.
46393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46395 2012-05-06  David S. Miller  <davem@davemloft.net>
46397         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
46398         quad soft-float symbols whose references which are compiler
46399         generated.
46400         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46402 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
46404         [BZ #13884]
46405         [BZ #13914]
46406         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46407         USE_AS_EXP10L.
46408         (EXPL_FINITE): Likewise.
46409         (FLDLOG): Likewise.
46410         (c0): Likewise.
46411         (c1): Likewise.
46412         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
46413         Adjust comments for base varying.
46414         (__expl_finite): Change alias to EXPL_FINITE.
46415         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
46416         e_expl.S.
46417         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
46418         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
46419         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
46420         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
46421         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46422         USE_AS_EXP10L.
46423         (EXPL_FINITE): Likewise.
46424         (FLDLOG): Likewise.
46425         (c0): Likewise.
46426         (c1): Likewise.
46427         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
46428         Adjust comments for base varying.
46429         (__expl_finite): Change alias to EXPL_FINITE.
46430         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
46431         tests for bugs.
46432         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46434         [BZ #14064]
46435         * math/libm-test.inc (check_float_internal): Correct ulp
46436         calculation for subnormal expected results.
46438 2012-05-06  Andreas Jaeger  <aj@suse.de>
46440         * Makeconfig (+math-flags): New, set to -frounding-math.
46441         (+cflags): Add +math-flags so that all of glibc gets compiled with
46442         it.
46444         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
46446 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
46448         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
46449         Disable one test.
46451         [BZ #13787]
46452         [BZ #13922]
46453         [BZ #14036]
46454         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
46455         (__ieee754_expl): Allow for and saturate large arguments.
46456         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
46457         (u_threshold): Likewise.
46458         (__exp): Call __ieee754_exp before checking for overflow and
46459         underflow.
46460         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
46461         (u_threshold): Likewise.
46462         (__expf): Call __ieee754_expf before checking for overflow and
46463         underflow.
46464         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
46465         (u_threshold): Likewise.
46466         (__expl): Call __ieee754_expl before checking for overflow and
46467         underflow.
46468         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
46469         (__ieee754_expl): Allow for and saturate large arguments.
46470         * math/libm-test.inc (exp_test): Add another test.  Do not allow
46471         missing overflow exception on overflow.
46472         (expm1_test): Do not allow missing overflow exception on overflow.
46474         * sysdeps/i386/fpu/e_expl.c: Move to ...
46475         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
46476         rather than using inline asm.
46477         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
46478         * sysdeps/x86_64/fpu/e_expl.S: Copy from
46479         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
46481         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
46482         (nice): Likewise.
46483         (poll): Likewise.
46484         (signal): Likewise.
46485         (time): Likewise.
46486         (times): Likewise.
46488 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46490         * sysdeps/unix/syscalls.list (adjtime): Add entry from
46491         sysdeps/unix/common/syscalls.list.
46492         (fchmod): Likewise.
46493         (fchown): Likewise.
46494         (ftruncate): Likewise.
46495         (getrusage): Likewise.
46496         (gettimeofday): Likewise.
46497         (setpgid): Likewise.
46498         (setregid): Likewise.
46499         (setreuid): Likewise.
46500         (sigaction): Likewise.
46501         (truncate): Likewise.
46502         (vhangup): Likewise.
46503         * sysdeps/unix/common/syscalls.list: Remove file.
46504         * sysdeps/unix/bsd/Implies: Don't include unix/common.
46505         * sysdeps/unix/sysv/linux/Implies: Likewise.
46507 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
46509         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
46510         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
46511         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
46512         Moved to ...
46513         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
46514         Here.
46515         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
46516         to ...
46517         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
46518         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
46519         to ...
46520         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
46521         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
46522         to ...
46523         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
46524         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
46525         to ...
46526         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
46527         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
46528         to ...
46529         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
46530         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
46531         to ...
46532         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
46533         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
46534         to ...
46535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
46536         Here.
46537         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
46538         to ...
46539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
46540         Here.
46541         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
46542         to ...
46543         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
46544         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
46545         Moved to ...
46546         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
46547         Here.
46548         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
46549         to ...
46550         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
46552 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46554         * sysdeps/unix/common/bits/dirent.h: Remove file.
46555         * sysdeps/unix/common/bits/fcntl.h: Likewise.
46557         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
46558         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
46559         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
46560         * sysdeps/unix/bsd/isatty.c: Likewise.
46561         * sysdeps/unix/bsd/tcdrain.c: Likewise.
46562         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
46563         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
46565 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46567         [BZ #13563]
46568         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
46569         long double comparison inaccuracies.
46570         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
46571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46573 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
46575         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
46576         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
46578 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46580         [BZ #14049]
46581         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
46582         nonzero digits before rounding a hex value.
46583         * stdlib/tst-strtod.c (tests): Add another test.
46585 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46587         * sysdeps/s390/fpu/libm-test-ulps: Update.
46589 2012-05-03  Andreas Jaeger  <aj@suse.de>
46591         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
46592         does not get optimized out.
46593         (malloc_opt_barrier): New.
46595 2012-05-03  Andreas Jaeger  <aj@suse.de>
46596             Roland McGrath  <roland@hack.frob.com>
46598         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
46599         intermediate file deletion.
46600         (generated): Add .symlist files.
46602 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
46604         [BZ #13775]
46605         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
46606         Redirect under this condition.
46607         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
46608         [__USE_GNU] (__dprintf_chk): Not under this condition.
46609         [__USE_GNU] (__vdprintf_chk): Likewise.
46610         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
46611         under this condition.
46612         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
46613         [__USE_XOPEN2K8] (dprintf): Define under this condition.
46614         [__USE_XOPEN2K8] (vdprintf): Likewise.
46615         [__USE_GNU] (__dprintf_chk): Not under this condition.
46616         [__USE_GNU] (__vdprintf_chk): Likewise.
46617         [__USE_GNU] (dprintf): Likewise.
46618         [__USE_GNU] (vdprintf): Likewise.
46620 2012-05-03  Roland McGrath  <roland@hack.frob.com>
46622         * elf/Makefile (common-generated): Set this instead of generated for
46623         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
46624         $(all-built-dso)-derived lists.
46626 2012-05-03  Andreas Jaeger  <aj@suse.de>
46628         * sysdeps/i386/fpu/libm-test-ulps: Update.
46630         * FAQ: Removed.
46631         * FAQ.in: Likewise.
46632         * scripts/gen-FAQ.pl: Likewise.
46633         * manual/install.texi (Installation): Point to online location of
46634         FAQ.
46635         * Makefile (files-for-dist): Remove FAQ.
46636         (FAQ): Remove.
46638 2012-05-02  Allan McRae  <allan@archlinux.org>
46640         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
46641         (LDFLAGS-reldepmod5.so): Likewise.
46642         (LDFLAGS-reldep6mod1.so): Likewise.
46643         (LDFLAGS-reldep6mod4.so): Likewise.
46644         (LDFLAGS-reldep8mod3.so): Likewise.
46645         (LDFLAGS-unload4mod1.so): Likewise.
46646         (LDFLAGS-unload4mod2.so): Likewise.
46647         (LDFLAGS-tst-initorder): Likewise.
46648         (LDFLAGS-tst-initordera2.so): Likewise.
46649         (LDFLAGS-tst-initordera3.so): Likewise.
46650         (LDFLAGS-tst-initordera4.so): Likewise.
46651         (LDFLAGS-tst-initorderb2.so): Likewise.
46652         (LDFLAGS-noload): Likewise.
46653         (LDFLAGS-next): Likewise.
46654         (LDFLAGS-order2mod1.so): Likewise.
46655         (LDFLAGS-order2mod2.so): Likewise.
46656         (LDFLAGS-tst-initorder2): Likewise.
46657         (LDFLAGS-tst-initorder2a.so): Likewise.
46658         (LDFLAGS-tst-initorder2b.so): Likewise.
46659         (LDFLAGS-tst-initorder2c.so): Likewise.
46660         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
46662 2012-05-02  David S. Miller  <davem@davemloft.net>
46664         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46666 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
46668         [BZ #14055]
46669         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
46671 2012-05-02  Andreas Jaeger  <aj@suse.de>
46673         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
46674         since we manipulate rounding mode.
46675         (CPPFLAGS-test-idouble.c): Likewise.
46676         (CPPFLAGS-test-ifloat.c): Likewise.
46677         (CFLAGS-test-ldouble.c): Likewise.
46678         (CFLAGS-test-double.c): Likewise.
46679         (CFLAGS-test-float.c): Likewise.
46680         (CFLAGS-test-misc.c): Likewise.
46681         (CFLAGS-test-test-fenv.c): Likewise.
46683 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46685         [BZ #2550]
46686         [BZ #2570]
46687         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
46688         comparisons to determine direction to adjust input.
46690 2012-05-01  Roland McGrath  <roland@hack.frob.com>
46692         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
46693         output to the target.
46695         * scripts/localplt.awk: New file.
46696         * elf/Makefile ($(objpfx)check-localplt): Target removed.
46697         (check-localplt-CFLAGS): Variable removed.
46698         ($(all-built-dso:=.jmprel)): New static pattern rule.
46699         (generated): Add those targets.
46700         (localplt-built-dso): New variable.
46701         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
46703         * elf/check-localplt.c: File removed.
46705         * scripts/check-execstack.awk: New file.
46706         * elf/Makefile ($(objpfx)check-execstack): Target removed.
46707         (check-execstack-CFLAGS): Variable removed.
46708         ($(objpfx)check-execstack.h): Target removed.
46709         ($(objpfx)execstack-default): New target.
46710         (generated): Add that instead of check-execstack.h.
46711         ($(all-built-dso:=.phdr)): New static pattern rule.
46712         (generated): Add those targets.
46713         * elf/check-execstack.c: File removed.
46715         * scripts/check-textrel.awk: New file.
46716         * elf/Makefile ($(objpfx)check-textrel): Target removed.
46717         (check-textrel-CFLAGS): Variable removed.
46718         (all-built-dso): Use := to define.o
46719         ($(all-built-dso:=.dyn)): New static pattern rule.
46720         (generated): Add those targets.
46721         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
46722         * config.make.in (READELF): New substituted variable.
46723         * elf/check-textrel.c: File removed.
46725 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46727         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46728         allow.
46729         * conform/data/ctype.h-data [C99-based standards] (isblank):
46730         Expect function.
46731         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
46732         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
46733         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46734         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
46735         Specify type.  Require positive value.
46736         (EILSEQ): Likewise.
46737         (ERANGE): Likewise.
46738         [ISO || POSIX] (EILSEQ): Do not expect.
46739         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
46740         Specify type.  Require positive value.
46741         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
46742         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
46743         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
46744         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
46745         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
46746         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
46747         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
46748         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
46749         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
46750         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
46751         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
46752         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
46753         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
46754         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
46755         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
46756         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
46757         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
46758         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
46759         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
46760         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
46761         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
46762         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
46763         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
46764         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
46765         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
46766         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
46767         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
46768         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
46769         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
46770         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
46771         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
46772         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
46773         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
46774         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
46775         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
46776         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
46777         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
46778         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
46779         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
46780         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
46781         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
46782         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
46783         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
46784         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
46785         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
46786         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
46787         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
46788         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
46789         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
46790         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
46791         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
46792         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
46793         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
46794         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
46795         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
46796         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
46797         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
46798         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
46799         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
46800         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
46801         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
46802         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
46803         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
46804         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
46805         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
46806         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
46807         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
46808         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
46809         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
46810         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
46811         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
46812         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
46813         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
46814         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
46815         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
46816         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
46817         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
46818         Require >= 2.
46819         (FLT_ROUNDS): Expect as macro, not constant.
46820         (FLT_MANT_DIG): Use macro-int-constant.
46821         (DBL_MANT_DIG): Likewise.
46822         (LDBL_MANT_DIG): Likewise.
46823         (FLT_DIG): Likewise.
46824         (DBL_DIG): Likewise.
46825         (LDBL_DIG): Likewise.
46826         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
46827         (DBL_MIN_EXP): Likewise.
46828         (LDBL_MIN_EXP): Likewise.
46829         (FLT_MAX_EXP): Use macro-int-constant.
46830         (DBL_MAX_EXP): Likewise.
46831         (LDBL_MAX_EXP): Likewise.
46832         (FLT_MAX_10_EXP): Likewise.
46833         (DBL_MAX_10_EXP): Likewise.
46834         (LDBL_MAX_10_EXP): Likewise.
46835         (FLT_MAX): Use macro-constant.
46836         (DBL_MAX): Likewise.
46837         (LDBL_MAX): Likewise.
46838         (FLT_EPSILON): Use macro-constant.  Give upper bound.
46839         (DBL_EPSILON): Likewise.
46840         (LDBL_EPSILON): Likewise.
46841         (FLT_MIN): Likewise.
46842         (DBL_MIN): Likewise.
46843         (LDBL_MIN): Likewise.
46844         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
46845         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
46846         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
46847         [ISO11] (FLT_HAS_SUBNORM): Likewise.
46848         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
46849         [ISO11] (DBL_DECIMAL_DIG): Likewise.
46850         [ISO11] (FLT_DECIMAL_DIG): Likewise.
46851         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
46852         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
46853         [ISO11] (FLT_TRUE_MIN): Likewise.
46854         [ISO11] (LDBL_TRUE_MIN): Likewise.
46855         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46856         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
46857         (SCHAR_MIN): Use macro-int-constant.  Specify type.
46858         (SCHAR_MAX): Likewise.
46859         (UCHAR_MAX): Likewise.
46860         (CHAR_MIN): Likewise.
46861         (CHAR_MAX): Likewise.
46862         (MB_LEN_MAX): Use macro-int-constant.
46863         (SHRT_MIN): Use macro-int-constant.  Specify type.
46864         (SHRT_MAX): Likewise.
46865         (USHRT_MAX): Likewise.
46866         (INT_MAX): Likewise.
46867         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
46868         bound negative.
46869         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46870         bound with "U".
46871         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46872         bound with "L".
46873         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
46874         bound negative.  Suffix upper bound with "L".
46875         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46876         bound with "UL".
46877         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
46878         Specify type.
46879         [C99-based standards] (LLONG_MAX): Likewise.
46880         [C99-based standards] (ULLONG_MAX): Likewise.
46881         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
46882         == 0.
46883         [ISO11] (max_align_t): Require type.
46884         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46886         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
46887         from $CFLAGS, without defining away __attribute__ calls.
46888         (checknamespace): Use $CFLAGS_namespace.
46890         * conform/conformtest.pl (@keywords): Only include C99 keywords
46891         for standards based on C99 or C11.
46893         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
46894         Disable tests.
46895         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
46896         UNIX98]: Likewise.
46898         * conform/conformtest.pl: Handle "macro-int-constant" and test for
46899         usability of symbols in #if.
46901         * conform/conformtest.pl: If macro or constant types start
46902         "promoted:", expect the symbol to be of the following type
46903         promoted by the integer promotions.
46905         * conform/conformtest.pl: Parse all "constant" and "macro" lines
46906         in one place.  Also handle "macro-constant".
46908         * conform/conformtest.pl: Only accept expected macro values with
46909         "==".  Parse all "macro" lines in one place.
46910         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
46912         * conform/conformtest.pl: Handle braced types on "constant" lines
46913         instead of handling "typed-constant".
46914         * conform/data/signal.h-data: Use "constant" instead of
46915         "typed-constant".
46917         * conform/conformtest.pl: Handle "optional-" at start of lines in
46918         one place rather than duplicating several cases.  Handle each
46919         format of "macro" line with initial "optional-".
46921         * conform/conformtest.pl: Only accept expected constant or
46922         optional-constant values with "==".  Parse all "constant" lines in
46923         one place.  Parse all "optional-constant" lines in one place.
46924         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46925         * conform/data/fmtmsg.h-data: Likewise.
46926         * conform/data/netinet/in.h-data: Likewise.
46927         * conform/data/tar.h-data: Likewise.
46928         * conform/data/limits.h-data: Use "==" form on "constant" and
46929         "optional-constant" lines.
46931         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46932         Use -std=c99 for XOPEN2K.
46933         (@knownproblems): Remove.
46934         (newtoken): Don't check %isknown.
46936         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46937         Do not expect macro.
46938         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46939         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46940         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46941         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46942         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46943         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46944         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46945         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46946         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46947         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46948         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46949         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46950         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46951         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46952         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46953         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46954         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46955         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46956         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46957         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46958         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46959         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46960         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46961         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46962         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46963         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46964         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46965         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46966         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46967         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46968         [XPG3] (acosh): Likewise.
46969         [XPG3] (asinh): Likewise.
46970         [XPG3] (atanh): Likewise.
46971         [XPG3] (cbrt): Likewise.
46972         [XPG3] (expm1): Likewise.
46973         [XPG3] (ilogb): Likewise.
46974         [XPG3] (log1p): Likewise.
46975         [XPG3] (logb): Likewise.
46976         [XPG3] (nextafter): Likewise.
46977         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46978         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46979         [XPG3] (remainder): Likewise.
46980         [XPG3] (rint): Likewise.
46981         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46982         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46983         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46984         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46985         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46986         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46987         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46988         [UNIX98 || XOPEN2K] (scalb): Expect.
46989         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46990         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46991         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46992         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46993         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46994         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46995         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46996         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46997         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46998         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46999         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
47000         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
47001         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
47002         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
47003         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
47004         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
47005         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
47006         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
47007         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
47008         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
47009         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
47010         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
47011         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
47012         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
47013         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
47014         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
47015         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
47016         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
47017         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
47018         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
47019         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
47020         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
47021         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
47022         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
47023         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
47024         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
47025         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
47026         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
47027         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
47028         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
47029         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
47030         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
47031         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
47032         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
47033         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
47034         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
47035         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
47036         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
47037         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
47038         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
47039         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
47040         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
47041         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
47042         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
47043         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
47044         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
47045         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
47046         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
47047         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
47048         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
47049         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
47050         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
47051         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
47052         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
47053         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
47054         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
47055         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
47056         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
47057         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
47058         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
47059         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
47060         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
47061         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
47062         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
47063         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
47064         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
47065         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
47066         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
47067         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
47068         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
47069         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
47070         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
47071         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
47072         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
47073         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
47074         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
47075         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
47076         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
47077         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
47078         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
47079         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
47080         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
47081         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
47082         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
47083         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
47084         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
47085         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
47086         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
47087         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
47088         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
47089         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
47090         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
47091         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
47092         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
47093         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
47094         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
47095         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
47096         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
47097         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
47098         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
47099         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
47100         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
47101         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
47102         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
47103         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
47104         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
47105         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
47106         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
47107         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
47108         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
47109         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
47110         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
47111         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
47112         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
47113         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
47114         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
47115         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
47116         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
47117         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
47118         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
47119         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
47120         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
47121         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
47122         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
47123         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
47124         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
47125         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
47127         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
47128         _XOPEN_SOURCE_EXTENDED for XPG4.
47130         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
47132         * Makeconfig (localtime): Remove variable.
47133         (inst_localtime-file): Likewise.
47135 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
47137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
47138         Update.
47139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
47140         Update.
47141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
47142         Update.
47143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
47144         Update.
47145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
47146         Update.
47147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
47148         Update.
47149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
47150         Update.
47151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
47152         Update.
47153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
47154         Update.
47156 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
47158         [BZ #2550]
47159         [BZ #2570]
47160         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
47161         comparisons to determine direction to adjust input.
47162         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
47163         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
47164         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
47165         Likewise.
47166         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
47167         Likewise.
47168         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
47169         Likewise.
47170         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
47171         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
47172         Likewise.
47173         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
47174         Likewise.
47175         * math/libm-test.inc (nexttoward_test): Add more tests.
47177 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
47179         [BZ #14040]
47180         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
47181         in version GLIBC_2.1, not GLIBC_2.0.
47182         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
47183         Likewise.
47185 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
47187         [BZ #13942]
47188         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
47189         (1 - x) * (1 + x).
47190         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
47191         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
47192         * math/libm-test.inc (acos_test): Add more tests.
47193         (asin_test): Likewise.
47194         * sysdeps/i386/fpu/libm-test-ulps: Update.
47195         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47197         [BZ #14034]
47198         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
47199         of square root.
47200         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
47201         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
47202         * math/libm-test.inc (acos_test_tonearest): New function.
47203         (acos_test_towardzero): Likewise.
47204         (acos_test_downward): Likewise.
47205         (acos_test_upward): Likewise.
47206         (asin_test_tonearest): Likewise.
47207         (asin_test_towardzero): Likewise.
47208         (asin_test_downward): Likewise.
47209         (asin_test_upward): Likewise.
47210         (main): Call the new functions.
47211         * sysdeps/i386/fpu/libm-test-ulps: Update.
47212         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47214         [BZ #13884]
47215         [BZ #13924]
47216         * math/e_exp10.c: Include <float.h>.
47217         (__ieee754_exp10): Handle underflow here rather than multiplying
47218         large negative argument by M_LN10.
47219         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
47220         of __ieee754_expf.
47221         * math/e_exp10l.c: Include <float.h>.
47222         (__ieee754_exp10l): Handle underflow here rather than multiplying
47223         large negative argument by M_LN10l.
47224         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
47225         spurious overflow exception on underflow.
47227 2012-04-29  Marek Polacek  <polacek@redhat.com>
47229         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
47230         (__fortify_function): New macro.
47231         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
47232         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
47233         __extern_always_inline.
47234         * libio/bits/stdio2.h: Likewise.
47235         * libio/bits/stdio.h: Likewise.
47236         * string/string.h: Likewise.
47237         * string/bits/string3.h: Likewise.
47238         * include/stdio.h: Likewise.
47239         * stdlib/bits/stdlib.h: Likewise.
47240         * stdlib/stdlib.h: Likewise.
47241         * rt/bits/mqueue2.h: Likewise.
47242         * rt/mqueue.h: Likewise.
47243         * posix/bits/unistd.h: Likewise.
47244         * posix/unistd.h: Likewise.
47245         * io/bits/poll2.h: Likewise.
47246         * io/bits/fcntl2.h: Likewise.
47247         * io/fcntl.h: Likewise.
47248         * io/sys/poll.h: Likewise.
47249         * misc/bits/syslog.h: Likewise.
47250         * misc/bits/syslog-ldbl.h: Likewise.
47251         * misc/sys/syslog.h: Likewise.
47252         * socket/bits/socket2.h: Likewise.
47253         * socket/sys/socket.h: Likewise.
47254         * debug/tst-chk1.c: Likewise.
47255         * wcsmbs/bits/wchar2.h: Likewise.
47256         * wcsmbs/bits/wchar-ldbl.h: Likewise.
47257         * wcsmbs/wchar.h: Likewise.
47259 2012-04-29  Andreas Jaeger  <aj@suse.de>
47261         * Makerules (tests): Remove enable-check-abi protection.
47262         (check-abi-warn): Remove.
47263         (check-abi-%): Remove check-abi-warn usage.
47265         * configure.in: Remove check-abi configure option.
47266         * configure: Regenerated.
47267         * config.make.in (enable-check-abi): Remove.
47269 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
47271         [BZ #14033]
47272         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
47273         double functions to double *_finite functions.
47275         [BZ #13941]
47276         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
47277         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
47278         LDBL_MIN_EXP.
47279         * stdio-common/Makefile (tests): Add tst-sprintf3.
47280         * stdio-common/tst-sprintf3.c: New file.
47282         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
47283         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
47285 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
47287         * conform/conformtest.pl: Remove duplicate typed-constant
47288         handling.
47290 2012-04-28  David S. Miller  <davem@davemloft.net>
47292         * Makerules (%.abilist): Add vpath on sysdep_dirs.
47293         (check-abi-%): Remove AWK script prerequisite and explicit
47294         abilist directory.
47295         (check-abi): Rewrite to just diff the symlist with the abilist.
47296         (config-tls, config-abi-config): Delete, no longer used.
47297         (update-abi-%): Remove AWK script and explicit abilist directory.
47298         (update-abi): Rewrite to simply compare and conditionally copy the
47299         symlist and the sysdep abilist file.  Remove update-abi-config
47300         checks.
47301         * abilist/ld.abilist: Remove.
47302         * abilist/libBrokenLocale.abilist: Remove.
47303         * abilist/libanl.abilist: Remove.
47304         * abilist/libcrypt.abilist: Remove.
47305         * abilist/libdl.abilist: Remove.
47306         * abilist/librt.abilist: Remove.
47307         * abilist/libthread_db.abilist: Remove.
47308         * abilist/libutil.abilist: Remove.
47309         * scripts/extract-abilist.awk: Remove.
47310         * scripts/merge-abilist.awk: Remove.
47311         * sysdeps/generic/libcidn.abilist: New file.
47312         * sysdeps/generic/libnss_compat.abilist: New file.
47313         * sysdeps/generic/libnss_db.abilist: New file.
47314         * sysdeps/generic/libnss_dns.abilist: New file.
47315         * sysdeps/generic/libnss_files.abilist: New file.
47316         * sysdeps/generic/libnss_hesiod.abilist: New file.
47317         * sysdeps/generic/libnss_nis.abilist: New file.
47318         * sysdeps/generic/libnss_nisplus.abilist: New file.
47319         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
47320         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
47321         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
47322         file.
47323         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
47324         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
47325         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
47326         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
47327         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
47328         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
47329         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
47330         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
47331         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
47332         file.
47333         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
47334         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
47335         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
47336         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
47337         file.
47338         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
47339         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
47340         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
47341         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
47342         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
47343         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
47344         file.
47345         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
47346         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
47347         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
47348         file.
47349         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
47350         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
47351         New file.
47352         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
47353         New file.
47354         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
47355         New file.
47356         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
47357         New file.
47358         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
47359         New file.
47360         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
47361         New file.
47362         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
47363         New file.
47364         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
47365         New file.
47366         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
47367         New file.
47368         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
47369         New file.
47370         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
47371         New file.
47372         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
47373         New file.
47374         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
47375         New file.
47376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
47377         file.
47378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
47379         New file.
47380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
47381         New file.
47382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
47383         file.
47384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
47385         New file.
47386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
47387         New file.
47388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
47389         file.
47390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
47391         New file.
47392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
47393         New file.
47394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
47395         New file.
47396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
47397         New file.
47398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
47399         New file.
47400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
47401         New file.
47402         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
47403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
47404         file.
47405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
47406         New file.
47407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
47408         file.
47409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
47410         file.
47411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
47412         file.
47413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
47414         file.
47415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
47416         file.
47417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
47418         New file.
47419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
47420         file.
47421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
47422         file.
47423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
47424         New file.
47425         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
47426         file.
47427         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
47428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
47429         file.
47430         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
47431         New file.
47432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
47433         file.
47434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
47435         file.
47436         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
47437         file.
47438         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
47439         file.
47440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
47441         file.
47442         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
47443         New file.
47444         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
47445         file.
47446         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
47447         file.
47448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
47449         New file.
47450         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
47451         file.
47452         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
47453         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
47454         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
47455         file.
47456         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
47457         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
47458         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
47459         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
47460         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
47461         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
47462         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
47463         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
47464         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
47465         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
47466         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
47467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
47468         file.
47469         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
47470         New file.
47471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
47472         file.
47473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
47474         file.
47475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
47476         file.
47477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
47478         file.
47479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
47480         file.
47481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
47482         New file.
47483         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
47484         New file.
47485         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
47486         file.
47487         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
47488         New file.
47489         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
47490         file.
47491         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
47492         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
47493         file.
47494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
47495         New file.
47496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
47497         file.
47498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
47499         file.
47500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
47501         file.
47502         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
47503         file.
47504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
47505         file.
47506         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
47507         New file.
47508         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
47509         New file.
47510         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
47511         file.
47512         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
47513         New file.
47514         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
47515         file.
47517 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
47519         * conform/conformtest.pl: Fix typo in handling typed-constant from
47520         allow-header.
47522 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
47524         * README: Cut down references to pre-2.6 Linux kernels and
47525         Linuxthreads.  Update lists of configurations in libc and ports
47526         and sort alphabetically.  Say "or newer" with Linux kernel version
47527         requirements.
47529         * config.h.in [IS_IN_build]: Allow compiling without optimization.
47531 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
47533         [BZ #887]
47534         * math/libm-test.inc (logb_test_downward): New test to expose
47535         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
47536         rounding mode.
47538 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
47540         [BZ #14027]
47541         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
47542         to be done.
47543         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
47544         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
47546 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
47548         * sysdeps/unix/i386/brk.S: Remove file.
47549         * sysdeps/unix/i386/dl-brk.S: Likewise.
47550         * sysdeps/unix/i386/pipe.S: Likewise.
47551         * sysdeps/unix/i386/sigreturn.S: Likewise.
47552         * sysdeps/unix/i386/syscall.S: Likewise.
47553         * sysdeps/unix/i386/vfork.S: Likewise.
47554         * sysdeps/unix/i386/wait.S: Likewise.
47556         * sysdeps/unix/common/tcsendbrk.c: Move to ...
47557         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
47559         * configure.in (arm*-none*): Do not allow without
47560         --enable-hacker-mode.
47561         (netbsd*): Remove case setting base_os.
47562         (386bsd*): Likewise.
47563         (freebsd*): Likewise.
47564         (bsdi*): Likewise.
47565         (osf*): Likewise.
47566         (sunos*): Likewise.
47567         (ultrix*): Likewise.
47568         (newsos*): Likewise.
47569         (dynix*): Likewise.
47570         (*bsd*): Likewise.
47571         (sysv*): Likewise.
47572         (isc*): Likewise.
47573         (esix*): Likewise.
47574         (sco*): Likewise.
47575         (minix*): Likewise.
47576         (irix4*): Likewise.
47577         (irix6*): Likewise.
47578         (solaris[2-9]*): Likewise.
47579         (none): Likewise.
47580         * configure: Regenerated.
47582 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47584         [BZ #11521]
47585         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
47586         overflow or cancellation in calculating denominator.
47587         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
47588         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
47589         down expression to avoid unexpected rounding in newer GCCs.
47590         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
47592 2012-04-26  David S. Miller  <davem@davemloft.net>
47594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
47595         long-double compat symbols.
47596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
47600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47601         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
47602         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
47603         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
47604         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
47605         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
47606         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
47607         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
47608         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47610 2012-04-25  David S. Miller  <davem@davemloft.net>
47612         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
47613         HWCAP_* values only after the memory barriers have been defined.
47614         (atomic_full_barrier): Define.
47615         (atomic_read_barrier): Define.
47616         (atomic_write_barrier): Define.
47618 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
47620         * shlib-versions: Add libgcc_s version information.
47621         * sysdeps/generic/libgcc_s.h: Remove.
47622         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
47623         libgcc_s.h.
47624         * sysdeps/gnu/unwind-resume.c: Likewise.
47625         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
47627 2012-04-25  David S. Miller  <davem@davemloft.net>
47629         * sysdeps/unix/sparc/brk.S: Delete.
47630         * sysdeps/unix/sparc/dl-brk.S: Delete.
47631         * sysdeps/unix/sparc/pipe.S: Delete.
47632         * sysdeps/unix/sparc/sysdep.S: Delete.
47633         * sysdeps/unix/sparc/sysdep.h: Delete.
47634         * sysdeps/unix/sparc/vfork.S: Delete.
47635         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
47636         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
47637         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
47638         (ret_ERRVAL, r0, r1, MOVE): Define.
47639         (JUMPTARGET): Remove.
47640         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
47641         sysdeps/unix/sparc/sysdep.h
47642         (ENTRY, END): Remove.
47643         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47645 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
47647         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
47648         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
47649         -DIS_IN_build.
47651         * timezone/README: Update upstream location and email address for
47652         tzcode and tzdata.
47653         * timezone/zdump.c: Update from tzcode 2012b.
47654         * timezone/zic.c: Likewise.
47656         * configure.in (libc_cv_as_needed): Remove test.
47657         * configure: Regenerated.
47658         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
47659         conditional definition.
47660         [$(have-as-needed) != yes] (no-as-needed): Likewise.
47661         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
47662         * config.make.in (have-as-needed): Remove variable.
47664 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
47665             Paul Pluzhnikov  <ppluzhnikov@google.com>
47667         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
47668         strings correctly.
47670 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
47672         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
47673         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
47674         * sysdeps/sh/strlen.S: Likewise.
47676 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47678         * sysdeps/unix/fork.S: Remove file.
47679         * sysdeps/unix/i386/fork.S: Likewise.
47680         * sysdeps/unix/sparc/fork.S: Likewise.
47682         * sysdeps/unix/system.c: Remove file.
47683         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
47685         * sysdeps/unix/getegid.S: Remove file.
47686         * sysdeps/unix/geteuid.S: Likewise.
47688 2012-04-24  Roland McGrath  <roland@hack.frob.com>
47690         * scripts/check-localplt.awk: New file.
47691         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
47692         of diff.
47693         * scripts/data/localplt-generic.data: Add a comment.
47695         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
47696         NODE when __dir_mkfile failed.
47697         * sysdeps/mach/hurd/symlinkat.c: Likewise.
47698         Reported by Ludovic Courtès <ludo@gnu.org>.
47700 2012-04-24  Andreas Jaeger  <aj@suse.de>
47702         * Makerules (common-clean): Also remove gen-as-const-headers
47703         files.
47705 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47707         * Makerules (native-compile): Do not change working directory for
47708         build.  Use $(OUTPUT_OPTION) in command.
47709         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
47711 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47713         [BZ #13886]
47714         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
47715         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
47716         * math/libm-test.inc (floor_test): Add more tests.
47717         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
47719 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47721         * sysdeps/unix/getdents.c: Remove file.
47722         * sysdeps/unix/sysv/getdents.c: Likewise.
47723         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
47725         * sysdeps/unix/syscalls.list (madvise): Add syscall from
47726         sysdeps/unix/mman/syscalls.list.
47727         (mmap): Likewise.
47728         (mprotect): Likewise.
47729         (msync): Likewise.
47730         (munmap): Likewise.
47731         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
47732         * sysdeps/unix/mman/syscalls.list: Remove.
47733         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
47735         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
47736         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
47737         * configure: Regenerated.
47738         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
47739         $(libgcc_s_suffix).
47740         * config.make.in (libgcc_s_suffix): Remove variable.
47742 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
47744         * sysdeps/unix/sysv/gethostname.c: Move to ...
47745         * sysdeps/posix/gethostname.c: ... here.
47747         * sysdeps/unix/execve.S: Remove file.
47749         * sysdeps/unix/_exit.S: Remove file.
47751 2012-04-23  Andreas Jaeger  <aj@suse.de>
47753         [BZ #13739]
47754         * manual/Makefile: Remove make dist support, there's no
47755         need for a stand-alone documentation tar ball.
47756         (TEXI2DVI): Define always, it's not in Makeconfig.
47757         (dist): Removed.
47758         (tar-it): Removed.
47759         (edition): Removed.
47760         (glibc-doc-$(edition).tar): Removed
47761         (%.Z): Removed.
47762         (%.gz): Removed.
47763         (%.uu): Removed.
47764         (ETAGS): Remove, it's in Makeconfig.
47765         (move-if-change): Remove, it's in Makeconfig.
47767 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
47769         [BZ #13970]
47770         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
47771         (strtod, strtof, strtold, strtol, strtoul, strtoq)
47772         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
47773         (strtod_l, strtof_l, strtold_l): Remove __wur.
47774         It is not necessarily an error to ignore strtol's return value.
47775         One can reliably look at the stored endptr to decide whether
47776         the number had valid syntax.
47778 2012-04-21  Andreas Jaeger  <aj@suse.de>
47780         [BZ #13739]
47781         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
47783 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
47785         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
47786         * sysdeps/unix/sysv/Versions: Remove file.
47788 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
47790         [BZ #13927]
47791         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47793 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
47795         [BZ #7064]
47796         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
47797         version from __vm86.
47799 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
47801         * sysdeps/unix/common/lxstat.c: Remove file.
47802         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
47804         * sysdeps/unix/sysv/Makefile: Remove file.
47806         * sysdeps/unix/sysv/direct.h: Remove file.
47808         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
47809         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
47810         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
47811         * sysdeps/unix/sysv/bits/signum.h: Likewise.
47812         * sysdeps/unix/sysv/bits/stat.h: Likewise.
47813         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
47814         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
47816         * sysdeps/unix/sysv/setrlimit.c: Remove file.
47818         * sysdeps/unix/xmknod.c: Remove file.
47819         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
47821         * sysdeps/unix/sysv/settimeofday.c: Remove file.
47823         * sysdeps/unix/sysv/i386/time.S: Remove file.
47825         * sysdeps/unix/fxstat.c: Remove file.
47826         * sysdeps/unix/xstat.c: Likewise.
47827         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
47829         * sysdeps/unix/sysv/sigaction.c: Remove file.
47831         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
47832         (sysdep_headers): Remove variable.
47833         [termio.h not in sysdep_headers] (generated): Likewise.
47834         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
47835         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
47836         * sysdeps/unix/sysv/tcdrain.c: Likewise.
47837         * sysdeps/unix/sysv/tcflow.c: Likewise.
47838         * sysdeps/unix/sysv/tcflush.c: Likewise.
47839         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
47840         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
47841         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
47842         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
47843         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
47845         * sysdeps/unix/siglist.c: Remove file.
47847         * sysdeps/unix/getppid.S: Remove file.
47849         * sysdeps/unix/mkdir.c: Remove file.
47850         * sysdeps/unix/rmdir.c: Likewise.
47852 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
47854         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
47855         ERR_MAX value.
47856         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
47857         errlist-compat value.
47859 2012-04-18  David S. Miller  <davem@davemloft.net>
47861         * sysdeps/generic/memcopy.h (reg_char): Delete.
47862         * debug/strcat_chk.c: Use char, not reg_char.
47863         * debug/strcpy_chk.c: Likewise.
47864         * debug/strncat_chk.c: Likewise.
47865         * debug/strncpy_chk.c: Likewise.
47866         * string/memchr.c: Likewise.
47867         * string/memrchr.c: Likewise.
47868         * string/rawmemchr.c: Likewise.
47869         * string/strcat.c: Likewise.
47870         * string/strchr.c: Likewise.
47871         * string/strchrnul.c: Likewise.
47872         * string/strcmp.c: Likewise.
47873         * string/strcpy.c: Likewise.
47874         * string/strncat.c: Likewise.
47875         * string/strncmp.c: Likewise.
47876         * string/strncpy.c: Likewise.
47878 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47880         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
47881         __builtin_memcopy is called when src and dest ranges are known to not
47882         overlap.
47884 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47886         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
47887         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
47888         fwd_align_merge macro call.
47889         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
47890         bwd_align_merge macro call.
47891         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47893 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47895         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
47896         bwd_align_merge macros.
47897         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
47898         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
47899         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47901 2012-04-18  David S. Miller  <davem@davemloft.net>
47903         * sysdeps/sparc/sparc64/memcopy.h: Delete.
47905 2012-04-18  Andreas Jaeger  <aj@suse.de>
47907         [BZ# 6794]
47908         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
47909         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
47910         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47912         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
47913         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
47914         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47916         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47917         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47918         Adjust for changed ldbl-128 files.
47920         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47921         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47922         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47924 2012-04-17  David S. Miller  <davem@davemloft.net>
47926         * sysdeps/sparc/sparc32/memcopy.h: Delete.
47928 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
47930         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47931         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47932         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47933         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47934         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47935         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47937 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47939         [BZ #6794]
47940         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47941         * math/libm-test.inc: Add ilogb errno and exception tests.
47942         * math/w_ilogb.c: New file: ilogb wrapper.
47943         * math/w_ilogbf.c: New file: ilogbf wrapper.
47944         * math/w_ilogbl.c: New file: ilogbl wrapper.
47945         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47946         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47947         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47948         exception being thrown with 0.0 as argument.
47949         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47950         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47951         exception being thrown with 0.0 as argument.
47952         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47953         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47954         exception being thrown with 0.0 as argument.
47955         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47956         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47957         exception being thrown with 0.0 as argument.
47958         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47959         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
47960         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
47961         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47962         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47963         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47964         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47965         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47966         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47968 2012-04-17  Petr Baudis  <pasky@ucw.cz>
47970         * include/sys/uio.h: Change __vector to __iovec to avoid clash
47971         with altivec.
47973 2012-04-16  Marek Polacek  <polacek@redhat.com>
47975         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47977 2012-04-16  Marek Polacek  <polacek@redhat.com>
47979         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47980         operands of fdivp instruction.
47982 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47984         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47985         * elf/tst-auditmod3b.c: Likewise.
47986         * elf/tst-auditmod4b.c: Likewise.
47987         * elf/tst-auditmod5b.c: Likewise.
47988         * elf/tst-auditmod6b.c: Likewise.
47989         * elf/tst-auditmod6c.c: Likewise.
47990         * elf/tst-auditmod7b.c: Likewise.
47991         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47992         * sysdeps/x86_64/preconfigure.in: Likewise.
47993         * sysdeps/x86_64/preconfigure: Regenerated.
47995 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47997         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47998         __ILP32__.
48000 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
48002         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48003         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
48005 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
48007         [BZ #13973]
48008         * locale/iso-639.def: Fix gl language name. Spotted by
48009         Yaron Shahrabani.
48011 2012-04-12  Roland McGrath  <roland@hack.frob.com>
48013         [BZ #2074]
48014         * libio/libio.h (__io_write_fn): Update comment.
48016 2012-04-12  Petr Baudis  <pasky@ucw.cz>
48018         [BZ #2074]
48019         * stdio.texi (Hook Functions): The user provided writer function
48020         is not allowed to return -1.
48022 2012-04-11  David S. Miller  <davem@davemloft.net>
48024         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48026 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
48028         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
48029         Add a leading slash to rtkaio.
48031 2012-04-11  Jim Meyering  <meyering@redhat.com>
48033         [BZ #11959]
48034         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
48035         It is not necessarily an error to ignore fwrite's return
48036         value.  One can reliably use ferror to test for errors after
48037         the fact.
48039 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
48041         * bits/types.h (__snseconds_t): New type.
48042         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
48044         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
48045         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
48046         (__SNSECONDS_T_TYPE): Likewise.
48047         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
48048         (__SNSECONDS_T_TYPE): Likewise.
48049         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
48050         (__SNSECONDS_T_TYPE): Likewise.
48052 2012-04-10  Andreas Jaeger  <aj@suse.de>
48054         [BZ #2636]
48055         * manual/time.texi (Processor Time): Return type of times is
48056         elapsed real time since an arbitrary point in the past.
48057         (CPU Time): Move CLK_TCK from here...
48058         (Processor Time): ...to here.  Correct description.
48059         * manual/conf.texi (Constants for Sysconf): Correct description of
48060         _SC_CLK_TCK.
48062 2012-04-10  David S. Miller  <davem@davemloft.net>
48064         [BZ #13967]
48065         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
48066         where the is a gap between DT_REL(A) and DT_JMPREL.
48068 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
48070         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
48071         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
48072         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
48074 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
48076         * elf/dl-support.c (_dl_inhibit_cache): New variable.
48077         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
48078         (dl_main): Handle --inhibit-cache.
48079         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
48080         _dl_inhibit_cache.
48081         * elf/dl-load.c (_dl_map_object): Use it.
48082         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
48084 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
48086         [BZ #13872]
48087         * sysdeps/i386/fpu/e_powl.S (p78): New object.
48088         (__ieee754_powl): Saturate large exponents rather than testing for
48089         overflow of y*log2(x).
48090         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48091         * math/libm-test.inc (pow_test): Do not permit spurious overflow
48092         exceptions.
48094         [BZ #11521]
48095         * math/s_ctan.c: Include <float.h>.
48096         (__ctan): Avoid internal overflow or cancellation in calculating
48097         denominator.
48098         * math/s_ctanf.c: Likewise.
48099         * math/s_ctanl.c: Likewise.
48100         * math/s_ctanh.c: Likewise.
48101         * math/s_ctanhf.c: Likewise.
48102         * math/s_ctanhl.c: Likewise.
48103         * math/libm-test.inc (ctan_test): Add more tests.
48104         (ctanh_test): Likewise.
48105         * sysdeps/i386/fpu/libm-test-ulps: Update.
48106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48108 2012-04-09  Andreas Jaeger  <aj@suse.de>
48110         [BZ #6894]
48111         * manual/filesys.texi (Directory Entries): Mention that d_namlen
48112         is an optional BSD extension.
48114         [BZ #10254]
48115         * manual/stdio.texi (Opening Streams): Document additional fopen
48116         parameters.
48118 2012-04-09  Roland McGrath  <roland@hack.frob.com>
48120         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
48121         %eax without telling the compiler.
48123 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
48125         [BZ # 13963]
48126         * manual/install.texi: Use sourceware.org.
48128 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
48130         [BZ #13873]
48131         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
48132         (__ieee754_pow): Generate overflow and underflow using huge*huge
48133         and tiny*tiny rather than just returning constant infinity or zero
48134         for large exponents.
48135         * math/libm-test.inc (pow_test): Require overflow exceptions for
48136         applicable cases of large exponents.
48138         [BZ #706]
48139         * sysdeps/i386/fpu/e_pow.S (p10): New object.
48140         (__ieee754_pow): Use iterative multiplication algorithm only for
48141         integer exponents with absolute value below 1024.  Check for odd
48142         integer exponents when using algorithm for real exponents.
48143         * math/libm-test.inc (pow_test): Add more tests.
48144         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48146 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
48148         [BZ #13705]
48149         * math/libm-test.inc (exp_test): Do not allow overflow exception
48150         on underflow test.
48152 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
48154         [BZ #13705]
48155         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
48156         instead of __kernel_standard_f.
48158 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
48160         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
48161         * sysdeps/x86_64/memset_chk.S: Likewise.
48163 2012-04-08  Andreas Jaeger  <aj@suse.de>
48165         [BZ #10153]
48166         * manual/startup.texi (Environment Access): Describe return value
48167         for putenv and setenv.
48169         [BZ #6895]
48170         * manual/filesys.texi (Directory Entries): Add description for
48171         DT_LNK.
48173         [BZ #6890]
48174         * manual/filesys.texi (Directory Entries): Clarify that it's file
48175         system not operating system in the description of DT_UNKNOWN.
48177         [BZ #6578]
48178         * manual/syslog.texi (closelog): Fix reference, it's openlog.
48180 2012-04-08  Stephen Compall  <s11@member.fsf.org>
48182         [BZ #6649]
48183         * manual/llio.texi (Opening and Closing Files): Add cross
48184         reference to explain mode argument.
48186 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
48188         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
48189         * sysdeps/x86_64/memset_chk.S: Likewise.
48191 2012-04-07  David S. Miller  <davem@davemloft.net>
48193         * elf/elf.h (R_SPARC_WDISP10): Define.
48194         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
48195         R_SPARC_SIZE32.
48196         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
48197         R_SPARC_SIZE64 and R_SPARC_H34.
48199 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
48201         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
48202         conditions and remove no longer applicable assertion.
48204 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
48206         * bits/byteswap.h: Include <features.h>.
48207         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
48208         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
48210 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
48212         * bits/byteswap.h (__bswap_16): Removed.
48213         Include <bits/byteswap-16.h> to get __bswap_16.
48214         * sysdeps/i386/bits/byteswap.h: Likewise.
48215         * sysdeps/s390/bits/byteswap.h: Likewise.
48216         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48217         * bits/byteswap-16.h: New file.
48218         * sysdeps/i386/bits/byteswap-16.h: Likewise.
48219         * sysdeps/s390/bits/byteswap-16.h: Likewise.
48220         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
48221         * string/Makefile (headers): Add bits/byteswap-16.h.
48223 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48225         [BZ #13895]
48226         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
48227         extra indirection.
48228         * nss/Makefile (tests-static, tests): Add tst-nss-static.
48229         * nss/tst-nss-static.c: New.
48231 2012-04-06  Robert Millan  <rmh@gnu.org>
48233         [BZ #6486]
48234         * manual/llio.texi (File Position Primitive): lseek
48235         refers to WHENCE when it really means OFFSET.
48237 2012-04-06  Andreas Jaeger  <aj@suse.de>
48239         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
48240         strncmp declarations.
48242         * abilist/libc.abilist: Add __poll and __ppoll.
48244 2012-04-05  David S. Miller  <davem@davemloft.net>
48246         * scripts/check-local-headers.sh: Accept a host triplet in the
48247         path matched by the exclude regexp.
48249         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
48250         definition.
48251         * sysdeps/powerpc/powerpc32/dl-machine.h
48252         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
48253         * sysdeps/s390/s390-32/dl-machine.h
48254         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
48255         * sysdeps/sparc/sparc32/dl-machine.h
48256         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
48257         * sysdeps/sparc/sparc64/dl-machine.h
48258         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
48260         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
48261         lazy binding.
48262         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
48263         undefined symbol errors.
48265         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
48266         DT_NEEDED entries.
48268 2012-04-05  Michael Matz  <matz@suse.de>
48270         [BZ #13592]
48271         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
48273 2012-04-05  Andreas Jaeger  <aj@suse.de>
48275         [BZ #13908]
48276         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
48277         comment.
48279 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48281         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
48282         which ROUND is no valid rounding mode.
48284 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48286         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
48287         read again.
48288         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
48290 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48292         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
48293         an exception using FPU order intentionally.
48295 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48297         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
48298         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
48299         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
48300         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
48302 2012-04-05  Simon Josefsson  <simon@josefsson.org>
48304         [BZ #12340]
48305         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
48306         EINVAL when BUFLEN is too smal.
48308 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
48310         [BZ #13553]
48311         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
48312         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
48314 2012-04-03  Andreas Jaeger  <aj@suse.de>
48316         [BZ #13938]
48317         * manual/setjmp.texi (System V contexts): Fix sentence.
48319         [BZ #13926]
48320         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
48321         New macro for this case.
48322         [!__GNUC__] (__bswap_64): New inline function for this case.
48323         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48324         * bits/byteswap.h: Likewise.
48325         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
48326         ull, guard with __GLIBC_HAVE_LONG_LONG.
48328         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
48329         __GLIBC_HAVE_LONG_LONG.
48331         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
48332         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
48334 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
48336         [BZ #13691]
48337         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
48338         inptr and inend, rather than using last_ch.
48340 2012-04-02  David S. Miller  <davem@davemloft.net>
48342         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
48343         * stdio-common/printf-parse.h (read_int): Change return type to
48344         'int', return -1 on INT_MAX overflow.
48345         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
48346         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
48347         overflows INT_MAX.  Check for overflow of in-format-string precision
48348         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
48349         SIZE_MAX not INT_MAX for integer overflow test.
48350         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
48351         skip the construct in the format string but do not record anything.
48352         * stdio-common/bug22.c: Adjust to test both width/prevision
48353         INT_MAX overflow as well as total length INT_MAX overflow.  Check
48354         explicitly for proper errno values.
48356 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
48358         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
48359         CHAR_MAX.
48360         * string/test-strcmp.c [! WIDE]: Likewise.
48361         * time/tst-mktime2.c: Likewise for INT_MAX.
48362         * string/test-string.h: #include <sys/param.h> for MIN.
48364         * csu/init-first.c (__libc_init_first): Call __ctype_init.
48365         * sysdeps/i386/init-first.c (init): Likewise.
48366         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
48367         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
48368         * sysdeps/sh/init-first.c (init): Likewise.
48370 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
48372         * po/ru.po: Update from translation team.
48373         * po/vi.po: Likewise.
48375 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
48377         * resolv/nss_dns/dns-host.c: Merge copyright years.
48379 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48381         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48382         Optimize memcpy with prefetch if
48383         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
48384         src, dst pointers have unequal 16 byte alignments.
48386 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
48388         [BZ #13928]
48389         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
48390         from a CNAME entry and return the minimum ttl for the query.
48391         (gaih_getanswer_slice): Likewise.
48393 2012-03-30  Jeff Law  <law@redhat.com>
48395         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
48396         due to long keys.
48397         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
48398         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
48400         * resolv/nss_dns/dns-host.c: Update copyright year.
48402 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
48404         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
48405         requests to save a system call.  Fix check that all bytes are sent.
48407         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
48408         comments for sendmmsg.
48410 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
48412         [BZ #13691]
48413         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
48414         with only 1 character between 0x0041 and 0x01b0.
48415         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
48416         * wcsmbs/tst-mbsnrtowcs.c: New file.
48418 2012-03-29  David S. Miller  <davem@davemloft.net>
48420         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
48421         small copies by hand.
48423 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48425         [BZ #13761]
48426         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
48427         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
48428         group memberships.
48430 2012-03-28  David S. Miller  <davem@davemloft.net>
48432         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
48433         that branches into memcpy.
48434         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
48435         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
48436         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
48437         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
48438         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
48439         bits.
48440         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
48441         implementation too.
48442         * sysdeps/sparc/mempcpy.S: New file.
48444         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
48445         the IFUNC routine in the libc case.
48446         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48448         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
48449         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
48450         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
48451         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
48452         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
48453         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
48454         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
48455         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
48457         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
48458         loop to 256 bytes instead of 64 bytes and fix test signedness.
48460         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
48461         * sysdeps/sparc/sparc32/Makefile: rather than here...
48462         * sysdeps/sparc/sparc64/Makefile: and here.
48464 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
48466         * malloc/mallocbug.c: Avoid warnings about unused variables.
48468 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
48470         [BZ #13760]
48471         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
48472         in the right place. Discard and retry query if response is
48473         larger than input buffer size.
48475 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
48477         [BZ #369]
48478         [BZ #2678]
48479         [BZ #3866]
48480         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
48481         x for large integer exponent.
48482         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
48483         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
48484         sign of result as needed afterwards.
48485         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
48486         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
48487         result for underflowing pow the same as for overflow.
48488         (__kernel_standard_l): Handle powl overflow and underflow here
48489         rather than calling __kernel_standard.
48490         * math/libm-test.inc (pow_test): Add more tests.
48492         [BZ #3868]
48493         [BZ #13879]
48494         [BZ #13910]
48495         [BZ #13911]
48496         [BZ #13912]
48497         [BZ #13913]
48498         [BZ #13915]
48499         [BZ #13916]
48500         [BZ #13917]
48501         [BZ #13918]
48502         [BZ #13919]
48503         [BZ #13920]
48504         [BZ #13921]
48505         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
48506         * sysdeps/ieee754/k_standard.c: Include <float.h>.
48507         (__kernel_standard_l): New function.
48508         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
48509         __kernel_standard.
48510         * math/w_acosl.c (__acosl): Likewise.
48511         * math/w_asinl.c (__asinl): Likewise.
48512         * math/w_atan2l.c (__atan2l): Likewise.
48513         * math/w_atanhl.c (__atanhl): Likewise.
48514         * math/w_coshl.c (__coshl): Likewise.
48515         * math/w_exp10l.c (__exp10l): Likewise.
48516         * math/w_exp2l.c (__exp2l): Likewise.
48517         * math/w_fmodl.c (__fmodl): Likewise.
48518         * math/w_hypotl.c (__hypotl): Likewise.
48519         * math/w_j0l.c (__j0l, __y0l): Likewise.
48520         * math/w_j1l.c (__j1l, __y1l): Likewise.
48521         * math/w_jnl.c (__jnl, __ynl): Likewise.
48522         * math/w_lgammal.c (__lgammal): Likewise.
48523         * math/w_log10l.c (__log10l): Likewise.
48524         * math/w_log2l.c (__log2l): Likewise.
48525         * math/w_logl.c (__logl): Likewise.
48526         * math/w_powl.c (__powl): Likewise.
48527         * math/w_remainderl.c (__remainderl): Likewise.
48528         * math/w_scalbl.c (sysv_scalbl): Likewise.
48529         * math/w_sinhl.c (__sinhl): Likewise.
48530         * math/w_sqrtl.c (__sqrtl): Likewise.
48531         * math/w_tgammal.c (__tgammal): Likewise.
48532         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
48533         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
48534         * math/libm-test.inc (acos_test): Add more tests.
48535         (acosh_test): Likewise.
48536         (asin_test): Likewise.
48537         (atanh_test): Likewise.
48538         (exp_test): Likewise.
48539         (exp10_test): Likewise.
48540         (exp2_test): Likewise.
48541         (expm1_test): Likewise.
48542         (lgamma_test): Likewise.
48543         (log_test): Likewise.
48544         (log10_test): Likewise.
48545         (log1p_test): Likewise.
48546         (log2_test): Likewise.
48547         (pow_test): Do not allow some spurious overflow exceptions.
48548         (sqrt_test): Add more tests.
48549         (tgamma_test): Likewise.
48550         (y0_test): Likewise.
48551         (y1_test): Likewise.
48552         (yn_test): Likewise.
48554 2012-03-27  Anton Blanchard  <anton@samba.org>
48556         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
48557         MAP_HUGETLB.
48558         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48559         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48560         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48562 2012-03-27  David S. Miller  <davem@davemloft.net>
48564         * conform/Makefile: Run run-conformtest.sh using $(BASH).
48566         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
48567         have-as-vis3 check.
48569 2012-03-27  Andreas Jaeger  <aj@suse.de>
48571         * sysdeps/x86_64/elf/configure.in: Moved to ...
48572         * sysdeps/x86_64/configure.in: ... here.
48573         * sysdeps/x86_64/elf/start.S: Moved to ...
48574         * sysdeps/x86_64/start.S: ... here.
48575         * sysdeps/x86_64/elf/configure: Delete.
48577         * sysdeps/x86_64/configure.in: Merge contents from
48578         sysdeps/i386/configure.in (without i686 check).
48580         * sysdeps/i386/elf/Versions: Merge into ...
48581         * sysdeps/i386/Versions: ... this.
48582         * sysdeps/i386/elf/Versions: Delete file.
48583         * sysdeps/i386/elf/start.S: Moved to ...
48584         * sysdeps/i386/start.S: ...here.
48585         * sysdeps/i386/elf/configure.in: Merge into...
48586         * sysdeps/i386/configure.in: ...here.
48587         * sysdeps/i386/elf/configure.in: Delete file.
48588         * sysdeps/i386/elf/configure: Delete file.
48590         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
48591         * debug/backtracesyms.c: ... here.
48592         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
48593         * debug/backtracesymsfd.c: ... here.
48594         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
48595         * sysdeps/generic/ifunc-sel.h: ... here.
48597         * sysdeps/unix/i386/start.c: Delete file.
48598         * sysdeps/unix/sparc/start.c: Delete file.
48599         * sysdeps/unix/start.c: Delete file.
48601         * sysdeps/sh/elf/configure.in: Moved to ...
48602         * sysdeps/sh/configure.in: ... here.
48603         * sysdeps/sh/elf/start.S: Moved to ...
48604         * sysdeps/sh/start.S: ... here.
48605         * sysdeps/sh/elf/configure: Delete file.
48607         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
48608         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
48609         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
48610         * sysdeps/powerpc/powerpc64/entry.h: ... here.
48611         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
48612         * sysdeps/powerpc/powerpc64/start.S: here.
48613         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
48614         * sysdeps/powerpc/powerpc64/Makefile: ... this.
48615         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
48616         * sysdeps/powerpc/powerpc64/configure.in: ... this.
48617         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
48619         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
48620         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
48621         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
48622         * sysdeps/powerpc/powerpc32/start.S: ... here.
48623         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
48624         * sysdeps/powerpc/powerpc32/configure.in: ... this.
48625         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
48627         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
48628         * sysdeps/powerpc/ifunc-sel.h: ... here.
48629         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
48630         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
48632         * sysdeps/sparc/elf/configure.in: Moved to ...
48633         * sysdeps/sparc/configure.in: ... here.
48634         * sysdeps/sparc/elf/configure: Delete file.
48635         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
48636         * sysdeps/sparc/sparc32/start.S: ... here.
48637         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
48638         * sysdeps/sparc/sparc64/start.S: ... here.
48639         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
48640         * sysdeps/sparc/sparc32/Makefile: ... this.
48641         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
48642         * sysdeps/sparc/sparc64/Makefile: ... this.
48644         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
48645         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
48646         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
48647         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
48648         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
48649         * sysdeps/s390/s390-32/setjmp.S: ... here.
48650         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
48651         * sysdeps/s390/s390-32/configure.in: ... here.
48652         * sysdeps/s390/s390-32/elf/configure: Delete file.
48653         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
48654         * sysdeps/s390/s390-32/start.S: ... here.
48656         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
48657         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
48658         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
48659         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
48660         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
48661         * sysdeps/s390/s390-64/setjmp.S: ... here.
48662         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
48663         * sysdeps/s390/s390-64/configure.in: ... here
48664         * sysdeps/s390/s390-64/elf/configure: Delete file.
48665         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
48666         * sysdeps/s390/s390-64/start.S: ... here.
48667         * sysdeps/s390/s390-64/elf/configure: Delete.
48669         * configure.in: Remove support for elf directories in sysdeps.
48671         * configure: Regenerated.
48672         * sysdeps/i386/configure: Regenerated.
48673         * sysdeps/powerpc/powerpc32/configure: Regenerated.
48674         * sysdeps/powerpc/powerpc64/configure: Regenerated.
48675         * sysdeps/s390/s390-32/configure: Regenerated.
48676         * sysdeps/s390/s390-64/configure: Regenerated.
48677         * sysdeps/sh/configure: Regenerated.
48678         * sysdeps/sparc/configure: Regenerated.
48679         * sysdeps/x86_64/configure: Regenerated.
48681 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
48683         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48685         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
48686         denormal result into account.
48688 2012-03-25  Roland McGrath  <roland@hack.frob.com>
48690         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
48691         Reported by Allan McRae <allan@archlinux.org>.
48693 2012-03-23  Jeff Law  <law@redhat.com>
48695         * nss/getnssent.c (__nss_getent): Fix typo.
48697 2012-03-23  David S. Miller  <davem@davemloft.net>
48699         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48701 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
48703         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
48704         to pad to uint64_t for each field.
48705         (dl_tls_index): Replace unsigned long with uint64_t.
48707 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
48708         Paul Pluzhnikov  <ppluzhnikov@google.com>
48710         [BZ #6528]
48711         * grp/Makefile (otherlibs): Don't set it.
48712         * inet/Makefile (otherlibs): Likewise.
48713         * login/Makefile (otherlibs): Likewise.
48714         * nscd/Makefile (otherlibs): Likewise.
48715         * posix/Makefile (otherlibs): Likewise.
48716         * pwd/Makefile (otherlibs): Likewise.
48717         * rt/Makefile (otherlibs): Likewise.
48718         * sunrpc/Makefile (otherlibs): Likewise.
48719         * nss/Makefile (otherlibs): Likewise.
48720         Add libnss_files to routines and static-only-routines.
48721         ($(objpfx)getent): Remove rule.
48722         * resolv/Makefile: Add libnss_dns and libresolv to routines and
48723         static-only-routines.
48725 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48727         [BZ #13892]
48728         * math/s_cexp.c: Include <float.h>.
48729         (__cexp): Handle exp result overflowing not necessarily
48730         overflowing both real and imaginary parts of result.
48731         * math/s_cexpf.c: Likewise.
48732         * math/s_cexpl.c: Likewise.
48733         * math/libm-test.inc (cexp_test): Add more tests.
48734         * sysdeps/i386/fpu/libm-test-ulps: Update.
48735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48737 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48739         * include/link.h (ELFW): New macro.
48740         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
48741         Replace ELF64_R_TYPE with ELFW(R_TYPE).
48743 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48745         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
48746         with uint64_t.
48748 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48750         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
48751         declaration.
48752         (struct La_x32_retval): Likewise.
48754 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48756         * sysdeps/x86_64/preconfigure.in: New file.
48757         * sysdeps/x86_64/preconfigure: New generated file.
48759 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48761         [BZ #13824]
48762         * math/e_exp2l.c: Include <float.h>.
48763         (__ieee754_exp2l): Handle overflow and underflow cases
48764         separately.  Only pass fractional part of argument to
48765         __ieee754_expl.
48766         * math/libm-test.inc (exp2_test): Add more tests.
48768         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
48769         negating x to take absolute value.
48770         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
48771         Likewise.
48772         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
48773         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
48774         Likewise.
48775         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
48776         computing low part if x was negated.
48777         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
48779 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48781         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
48782         la_x32_gnu_pltexit.
48783         (pltexit): Cast int_retval to ptrdiff_t.
48784         * elf/tst-auditmod3b.c: Likewise.
48785         * elf/tst-auditmod4b.c: Likewise.
48786         * elf/tst-auditmod5b.c: Likewise.
48787         * elf/tst-auditmod6b.c: Likewise.
48788         * elf/tst-auditmod6c.c: Likewise.
48789         * elf/tst-auditmod7b.c: Likewise.
48791         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
48792         and x32_gnu_pltexit.
48794         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
48795         __ELF_NATIVE_CLASS.
48796         (La_x32_regs): New macro.
48797         (La_x32_retval): Likewise.
48798         (la_x32_gnu_pltenter): New function prototype.
48799         (la_x32_gnu_pltexit): Likewise.
48801 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
48803         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
48804         exponent.
48806         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48808         * configure.in (libc_cv_cc_nofma): Check for option to disable
48809         generation of FMA instructions.
48810         * configure: Regenerate.
48811         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
48812         * sysdeps/ieee754/dbl-64/Makefile: New file.
48813         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
48814         Remove brandred-fma4.
48815         (CFLAGS-brandred-fma4.c): Remove.
48816         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
48817         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
48818         define.
48819         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
48820         define.
48822 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48824         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
48825         LLONG_MAX != LONG_MAX.
48826         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48827         (_fitoa_word): Likewise.
48828         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
48829         LLONG_MAX != LONG_MAX.
48830         * stdio-common/_itowa.h: Include <_itoa.h>.
48831         (_itowa_word): Use _ITOA_WORD_TYPE on value.
48832         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
48833         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
48834         only if not defined.
48835         (_ITOA_WORD_TYPE): Likewise.
48836         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48837         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
48839 2012-03-21  David S. Miller  <davem@davemloft.net>
48841         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48843 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48845         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
48846         of x86_64 when setting libc_cv_slibdir, libdir and
48847         libc_cv_localedir.
48848         * sysdeps/unix/sysv/linux/configure: Regenerated.
48850 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48852         * manual/lang.texi (Old Varargs): Remove section.
48853         (How Variadic): Update menu.
48854         (va_start): Do not mention varargs.h.
48856 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48857             Joseph Myers  <joseph@codesourcery.com>
48859         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
48860         link test.
48861         * configure: Regenerated.
48863 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48865         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
48866         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
48867         conformtest.pl
48869 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48871         * NOTES: Remove.
48872         * Makefile (files-for-dist): Remove NOTES.
48873         (NOTES): Remove rule.
48874         * README: Don't refer to NOTES.
48875         * manual/creature.texi: Don't include macros.texi.
48876         * manual/intro.texi (creature.texi): Remove comment referring to
48877         NOTES.
48879         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
48880         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
48881         * configure: Regenerated.
48882         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
48883         LIBC_TRY_CC_OPTION.
48884         (libc_cv_as_i686): Likewise.
48885         (libc_cv_cc_avx): Likewise.
48886         (libc_cv_cc_sse2avx): Likewise.
48887         (libc_cv_cc_fma4): Likewise.
48888         (libc_cv_cc_novzeroupper): Likewise.
48889         * sysdeps/i386/configure: Regenerated.
48891         [BZ #13883]
48892         * sysdeps/i386/fpu/s_cexp.S: Remove.
48893         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48894         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48895         * math/libm-test.inc (cexp_test): Add more tests.
48896         * sysdeps/i386/fpu/libm-test-ulps: Update.
48897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48899 2012-03-21  Allan McRae  <allan@archlinux.org>
48901         * timezone/Makefile: Do not install iso3166.tab and zone.tab
48903 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48905         [BZ #13871]
48906         * math/w_exp2.c: Do not include <float.h>.
48907         (o_threshold, u_threshold): Remove.
48908         (__exp2): Calculate result before checking finiteness and calling
48909         __kernel_standard.
48910         * math/w_exp2f.c: Likewise.
48911         * math/w_exp2l.c: Likewise.
48912         * math/libm-test.inc (exp2_test): Require overflow exception for
48913         1e6 input.
48915         [BZ #3866]
48916         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48917         range of signed 64-bit integers before using fistpll.  Remove
48918         checks for whether integers fit in mantissa bits.
48919         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48920         the range of signed 32-bit integers before using fistpl.  Remove
48921         checks for whether integers fit in mantissa bits.
48922         * sysdeps/i386/fpu/e_powl.S (p64): New object.
48923         (__ieee754_powl): Test for y outside the range of signed 64-bit
48924         integers before using fistpll.  Reduce 64-bit values to 63-bit
48925         ones as needed.
48926         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48927         divide-by-zero is raised for zero to large negative powers.
48928         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48929         (__ieee754_powl): Test for y outside the range of signed 64-bit
48930         integers before using fistpll.  Reduce 64-bit values to 63-bit
48931         ones as needed.
48932         * math/libm-test.inc (pow_test): Add more tests.
48934 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48936         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48937         <stdio-common/_itoa.h>.
48938         * debug/segfault.c: Likewise.
48939         * elf/dl-cache.c: Likewise.
48940         * elf/dl-minimal.c: Likewise.
48941         * elf/dl-misc.c: Likewise.
48942         * elf/dl-sysdep.c: Likewise.
48943         * elf/dl-version.c: Likewise.
48944         * elf/rtld.c: Likewise.
48945         * hurd/hurdsock.c: Likewise.
48946         * hurd/lookup-retry.c: Likewise.
48947         * malloc/malloc.c: Likewise.
48948         * malloc/mtrace.c: Likewise.
48949         * nscd/nscd_getgr_r.c: Likewise.
48950         * nscd/nscd_getpw_r.c: Likewise.
48951         * nscd/nscd_getserv_r.c: Likewise.
48952         * posix/getopt_init.c: Likewise.
48953         * posix/wordexp.c: Likewise.
48954         * stdio-common/_itoa.c: Likewise.
48955         * stdio-common/printf_fphex.c: Likewise.
48956         * stdio-common/vfprintf.c: Likewise.
48957         * string/_strerror.c: Likewise.
48958         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48959         * sysdeps/i386/i686/hp-timing.h: Likewise.
48960         * sysdeps/mach/_strerror.c: Likewise.
48961         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48962         * sysdeps/mach/hurd/sethostid.c: Likewise.
48963         * sysdeps/mach/hurd/xmknodat.c: Likewise.
48964         * sysdeps/mach/xpg-strerror.c: Likewise.
48965         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48966         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48967         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48968         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48969         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48970         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48971         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48972         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48973         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48974         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48975         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48976         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48977         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48978         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48979         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48980         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48981         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48982         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48983         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48984         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48985         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48987         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48989         * stdio-common/_itoa.h: Moved to ...
48990         * sysdeps/generic/_itoa.h: Here.
48992         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48994         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48995         instead of "_itoa.h" and "_itowa.h".
48996         * stdio-common/vfprintf.: Likewise.
48998 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49000         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
49001         <bits/wordsize.h>.
49002         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
49003         (__signbit): Likwise.
49004         (llrintf): Likwise.
49005         (llrint): Likwise.
49007 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49009         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
49010         __WORDSIZE != 64.
49012 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
49014         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
49015         OVERFLOW_EXCEPTION_OK.
49016         * math/libm-test.inc ("Philosophy"): Update comment about
49017         exception testing.
49018         (OVERFLOW_EXCEPTION): Define.
49019         (OVERFLOW_EXCEPTION_OK): Likewise.
49020         (INVALID_EXCEPTION_OK): Renumber.
49021         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
49022         (IGNORE_ZERO_INF_SIGN): Likewise.
49023         (test_exceptions): Handle FE_OVERFLOW.
49024         (exp10_test): Expect overflow exceptions.
49025         (exp2_test): Likewise.
49026         (expm1_test): Likewise.
49027         (nextafter_test): Likewise.
49028         (pow_test): Likewise.
49029         (scalbn_test): Likewise.
49030         (scalbln_test): Likewise.
49032 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49034         * sysdeps/x86_64/bits/atomic.h
49035         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
49036         64bit integer.
49037         (atomic_exchange_acq): Likewise.
49038         (__arch_exchange_and_add_body): Likewise.
49039         (__arch_add_body): Likewise.
49040         (atomic_add_negative): Likewise.
49041         (atomic_add_zero): Likewise.
49043 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49045         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
49046         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
49048 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49050         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
49051         Check __x86_64__ instead of __WORDSIZE.
49053 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49055         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
49057 2012-03-19  David S. Miller  <davem@davemloft.net>
49059         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49061         * sysdeps/sparc/fpu/fenv_private.h: New file.
49062         * sysdeps/sparc/fpu/math_private.h: Use it.
49063         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
49064         Remove.
49065         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
49066         (libc_feholdexcept_setroundl): Remove.
49067         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
49068         Remove.
49069         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
49070         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
49072 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49074         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
49075         int64_t instead of long int.
49076         (INSERT_WORDS64): Likwise.
49078 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49080         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
49081         _Unwind_GetCFA return to _Unwind_Ptr first.
49083 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
49085         [BZ #13629]
49086         * math/s_clog.c: Include <float.h>.
49087         (__clog): Scale large or subnormal inputs.
49088         * math/s_clogf.c: Likewise.
49089         * math/s_clogl.c: Likewise.
49090         * math/s_clog10.c: Include <float.h>.
49091         (M_LOG10_2): Define.
49092         (__clog10): Scale large or subnormal inputs.
49093         * math/s_clog10f.c: Likewise.
49094         * math/s_clog10l.c: Likewise.
49095         * math/libm-test.inc (clog_test): Add more tests.
49096         (clog10_test): Likewise.
49097         * sysdeps/i386/fpu/libm-test-ulps: Update.
49098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49100         [BZ #11451]
49101         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
49102         x and y.
49103         * math/libm-test.inc (atan2_test): Add another test.
49105         * Makerules (common-objdir-compile): Remove.
49106         * sysdeps/unix/Makefile (config-generated): Do not add
49107         $(unix-generated) to variable.
49108         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
49109         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
49110         Remove rule.
49111         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
49112         Likewise.
49113         [generic bits/local_lim.h] (before-compile): Do not append to
49114         variable.
49115         [generic bits/local_lim.h] (common-generated): Likewise.
49116         [generic sys/param.h] (before-compile): Do not append to variable.
49117         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
49118         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
49119         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
49120         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
49121         include.
49122         [generic sys/param.h] (sys/param.h-includes): Remove variable.
49123         [generic sys/param.h] (sys/param.h-includes): Remove rule.
49124         [generic sys/param.h] ($(addprefix
49125         $(common-objpfx),$(sys/param.h-includes))): Likewise.
49126         [generic sys/param.h] (common-generated): Do not append to
49127         variable.
49128         [generic sys/param.h] (sysdep_headers): Likewise.
49129         [generic bits/errno.h] (before-compile): Do not append to
49130         variable.
49131         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
49132         rule.
49133         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
49134         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
49135         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
49136         [generic bits/errno.h] (common-generated): Do not append to
49137         variable.
49138         [generic bits/ioctls.h] (before-compile): Do not append to
49139         variable.
49140         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
49141         rule.
49142         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
49143         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
49144         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
49145         rule.
49146         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
49147         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
49148         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
49149         [generic bits/ioctls.h] (common-generated): Do not append to
49150         variable.
49151         [generic sys/syscall.h] (syscall.h): Remove variable.
49152         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
49153         rule.
49154         [generic sys/syscall.h] (before-compile): Do not append to
49155         variable.
49156         [generic sys/syscall.h] (common-generated): Likewise.
49157         * sysdeps/unix/errnos-tmpl.c: Remove file.
49158         * sysdeps/unix/errnos.awk: Likewise.
49159         * sysdeps/unix/ioctls-tmpl.c: Likewise.
49160         * sysdeps/unix/ioctls.awk: Likewise.
49161         * sysdeps/unix/mk-local_lim.c: Likewise.
49162         * sysdeps/unix/snarf-ioctls: Likewise.
49164 2012-03-19  Richard Henderson  <rth@twiddle.net>
49166         * sysdeps/i386/fpu/fenv_private.h: New file.
49167         * sysdeps/i386/fpu/math_private.h: Use it.
49168         (math_opt_barrier, math_force_eval): Remove.
49169         (libc_feholdexcept_setround_53bit): Remove.
49170         (libc_feupdateenv_53bit): Remove.
49171         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49172         (math_opt_barrier, math_force_eval): Remove.
49173         (libc_feholdexcept): Remove.
49174         (libc_feholdexcept_setround): Remove.
49175         (libc_fetestexcept, libc_fesetenv): Remove.
49176         (libc_feupdateenv_test): Remove.
49177         (libc_feupdateenv, libc_feholdsetround): Remove.
49178         (libc_feresetround): Remove.
49180         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
49181         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
49183         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
49184         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
49185         (libc_feupdateenv_testl): New.
49186         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
49187         (libc_feupdateenv_testf): New.
49188         (libc_feupdateenv): Use libc_feupdateenv_test.
49189         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
49190         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
49192         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
49193         (libc_feholdsetroundf, libc_feholdsetroundl): New.
49194         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
49195         (libc_feresetround_noex): New.
49196         (libc_feresetround_noexf): New.
49197         (libc_feresetround_noexl): New.
49198         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
49199         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
49200         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
49201         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
49202         SET_RESTORE_ROUND.
49203         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
49204         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
49205         (__cos): Likewise.
49206         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
49207         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
49208         SET_RESTORE_ROUND_NOEX.
49209         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
49210         SET_RESTORE_ROUND_NOEXF.
49211         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
49212         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
49213         (libc_feholdsetroundf): New.
49214         (libc_feresetround, libc_feresetroundf): New.
49216         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
49217         (libc_feholdexcept_setround_53bit): Convert from macro to function.
49218         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
49220         * sysdeps/generic/math_private.h: Include <fenv.h>.
49221         (default_libc_feholdexcept): New.
49222         (default_libc_feholdexcept_setround): New.
49223         (default_libc_fesetenv, default_libc_feupdateenv): New.
49224         (libc_feholdexcept): Only define if undefined.
49225         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
49226         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
49227         (libc_feholdexcept_setroundl): Likewise.
49228         (libc_feholdexcept_setround_53bit): Likewise.
49229         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
49230         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
49231         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
49232         (libc_feupdateenv_53bit): Likewise.
49233         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
49234         (libc_feholdexcept): Convert from macro to inline function.
49235         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
49236         (libc_fesetenv, libc_feupdateenv): Likewise.
49238         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
49239         not previously defined.
49240         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
49241         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
49242         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
49243         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
49244         * sysdeps/ieee754/flt-32/math_private.h: New file.
49245         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
49246         math_private.h below SET_FLOAT_WORD.
49247         (__isnan, __isinf_ns, __finite): Remove.
49248         (__isnanf, __isinf_nsf, __finitef): Remove.
49250 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
49252         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49254 2012-03-17  David S. Miller  <davem@davemloft.net>
49256         [BZ #6471]
49257         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
49258         for 2.16.
49260 2012-03-16  David S. Miller  <davem@davemloft.net>
49262         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
49263         warnings.
49265         [BZ #6471]
49266         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
49267         properly.
49268         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
49269         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
49270         sysdep_routines when subdir is sysvipc.
49271         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
49272         __getshmlba helper.
49274         * sysdeps/sparc/fpu/libm-test/ulps: Update.
49276 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49278         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
49279         [__LP64__].
49281 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49283         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
49284         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
49285         (__lround): Renamed to ...
49286         (__llround): This.  Replace long int with long long int.
49287         Define lround functions as aliases of llround functions.
49288         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
49290 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49292         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
49293         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
49294         adresses to uintptr_t.  Replace "long int" and "unsigned long
49295         int" with "greg_t" on va_arg.
49297 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49299         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
49300         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
49302         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
49303         Move e_machine check before EI_CLASS check.  Handle x32
49304         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
49305         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
49306         SKIP_EM_IA_64 and include
49307         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
49309         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
49310         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
49311         (add_system_dir): New macro.
49313         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
49314         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
49316 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
49318         [BZ #2551]
49319         [BZ #2552]
49320         [BZ #2553]
49321         [BZ #2554]
49322         [BZ #2562]
49323         [BZ #2563]
49324         [BZ #2565]
49325         [BZ #2566]
49326         [BZ #2576]
49327         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
49328         (y0): Likewise.
49329         * math/w_j0f.c (j0f): Likewise.
49330         (y0f): Likewise.
49331         * math/w_j0l.c (__j0l): Likewise.
49332         (__y0l): Likewise.
49333         * math/w_j1.c (j1): Likewise.
49334         (y1): Likewise.
49335         * math/w_j1f.c (j1f): Likewise.
49336         (y1f): Likewise.
49337         * math/w_j1l.c (__j1l): Likewise.
49338         (__y1l): Likewise.
49339         * math/w_jn.c (jn): Likewise.
49340         (yn): Likewise.
49341         * math/w_jnf.c (jnf): Likewise.
49342         (ynf): Likewise.
49343         * math/w_jnl.c (__jnl): Likewise.
49344         (__ynl): Likewise.
49345         * math/libm-test.inc (j0_test): Add more tests.
49346         (j1_test): Likewise.
49347         (jn_test): Likewise.  Add trailing semicolon to existing test.
49348         (y0_test): Likewise.
49349         (y1_test): Likewise.
49350         * sysdeps/i386/fpu/libm-test-ulps: Update.
49351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49353         [BZ #13851]
49354         [BZ #13854]
49355         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
49356         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
49357         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
49358         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
49359         (__tanl): Set errno for infinite argument.
49360         * sysdeps/i386/fpu/mptan.c: Remove.
49361         * sysdeps/i386/fpu/s_tan.S: Likewise.
49362         * sysdeps/i386/fpu/s_tanl.S: Likewise.
49363         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
49364         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
49365         * math/libm-test.inc (tan_test): Add more tests and enable more
49366         tests for double and long double.
49367         * sysdeps/i386/fpu/libm-test-ulps: Update.
49368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49370 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
49372         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
49373         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
49375 2012-03-16  Roland McGrath  <roland@hack.frob.com>
49377         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
49378         * configure.in: Use it for both main tree and add-ons.
49379         * configure: Regenerated.
49381 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49383         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
49385 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
49387         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
49388         in comment.
49390         [BZ #13851]
49391         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
49392         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
49393         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
49394         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
49395         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
49396         infinite argument.
49397         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
49398         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
49399         != 0 for prec == 2.
49400         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
49401         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
49402         * sysdeps/i386/fpu/s_cosl.S: Likewise.
49403         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
49404         * sysdeps/i386/fpu/s_sinl.S: Likewise.
49405         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
49406         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
49407         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
49408         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
49409         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
49410         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
49411         * math/libm-test.inc (cos_test): Add more tests and enable more
49412         tests for long double.
49413         (sin_test): Likewise.
49414         (sincos_test): Likewise.
49415         * sysdeps/i386/fpu/libm-test-ulps: Update.
49416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49418 2012-03-16  David S. Miller  <davem@davemloft.net>
49420         * sysdeps/sparc/fpu/math_private.h: New file.
49422 2012-03-15  David S. Miller  <davem@davemloft.net>
49424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
49425         file.
49426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
49427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
49428         file.
49429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
49430         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
49431         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
49432         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
49433         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
49434         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
49435         sysdep routines.
49436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
49438         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
49439         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
49441         * sysdeps/sparc/sparc-ifunc.h: New file.
49442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
49443         sparc-ifunc.h
49444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
49445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
49446         Likewise.
49447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
49448         Likewise.
49449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
49450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
49451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
49452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
49453         Likewise.
49454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
49455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
49456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
49457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
49458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
49459         Likewise.
49460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
49461         Likewise.
49462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
49463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
49464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
49465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
49466         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
49467         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
49468         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
49469         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
49470         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
49471         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
49472         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
49473         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
49474         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
49475         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
49476         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
49477         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
49478         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
49479         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
49480         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
49481         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
49482         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
49483         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
49484         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
49485         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
49487 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
49489         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
49490         scaling.
49491         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49493 2012-03-15  Andreas Jaeger  <aj@suse.de>
49495         [BZ #13852]
49496         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
49497         ieee754/flt-32 implementation for sin, cos and sincos.
49498         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
49499         * sysdeps/i386/fpu/s_cosf.S: Likewise.
49500         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
49501         * sysdeps/i386/fpu/s_sinf.S: Likewise.
49502         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
49503         ieee754/flt-32 implementation for tan.
49505         * math/libm-test.inc (cos_test): Enable some large input tests for
49506         float as well
49507         (sin_test): Likewise.
49508         (sincos_test): Likewise.
49509         (tan_test): Add tests for large input.
49511         * sysdeps/i386/fpu/libm-test-ulps: Update.
49513 2012-03-15  Andreas Jaeger  <aj@suse.de>
49515         [BZ #13658]
49516         * math/libm-test.inc (cos_test): Add more test cases.
49517         (sin_test): Likewise.
49518         (sincos_test): Likewise.
49520 2012-03-15  Andreas Jaeger  <aj@suse.de>
49522         [BZ #13837]
49523         * math/libm-test.inc (cos_test): Add a test case for large input
49524         value.
49525         (sin_test): Likewise.
49526         (sincos_test): Likewise.
49528 2012-03-15  Andreas Jaeger  <aj@suse.de>
49529             Joseph Myers  <joseph@codesourcery.com>
49531         [BZ #13658]
49532         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
49533         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
49534         * sysdeps/i386/fpu/branred.c: Likewise.
49535         * sysdeps/i386/fpu/dosincos.c: Likewise.
49536         * sysdeps/i386/fpu/mpa.c: Likewise.
49537         * sysdeps/i386/fpu/s_cos.S: Likewise.
49538         * sysdeps/i386/fpu/s_sin.S: Likewise.
49539         * sysdeps/i386/fpu/s_sincos.S: Likewise.
49540         * sysdeps/i386/fpu/sincos32.c: Likewise.
49542         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
49543         Define.
49544         (libc_feupdateenv_53bit): Define.
49545         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
49546         Define.
49547         (libc_feupdateenv_53bit): Define.
49549         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
49550         53 bit (without extend i386 double precision).
49552         * math/libm-test.inc (sincos_test): Add tests for large input.
49553         (sin): Likewise.
49554         (cos): Likewise.
49556         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
49558 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
49560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49562 2012-03-15  David S. Miller  <davem@davemloft.net>
49564         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
49565         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
49566         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
49567         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
49568         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
49569         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
49570         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
49571         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
49572         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
49573         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
49574         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
49575         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
49576         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
49577         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
49578         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
49579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
49580         file.
49581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
49582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
49583         file.
49584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
49585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
49586         file.
49587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
49588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
49589         file.
49590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
49591         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
49592         fmin/fmax sysdep routines.
49593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
49595 2012-03-14  David S. Miller  <davem@davemloft.net>
49597         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
49598         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
49599         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
49600         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
49601         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
49602         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
49603         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
49604         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
49605         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
49606         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
49607         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
49608         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
49609         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
49610         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
49611         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
49612         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
49613         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
49614         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
49615         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
49616         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
49617         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
49618         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
49619         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
49620         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
49621         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
49622         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
49623         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
49624         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
49625         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
49626         routines.
49627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
49628         file.
49629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
49630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
49631         file.
49632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
49633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
49634         file.
49635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
49636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
49637         file.
49638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
49639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
49640         file.
49641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
49642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
49643         file.
49644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
49645         file.
49646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
49647         file.
49648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
49649         file.
49650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
49651         New file.
49652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
49653         file.
49654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
49655         file.
49656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
49657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
49658         file.
49659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
49660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
49661         file.
49662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
49663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
49664         file.
49665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
49666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
49667         VIS3 routines.
49669         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
49670         New file.
49672         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49674         * sysdeps/sparc/configure.in: New file.
49675         * sysdeps/sparc/configure: Generate.
49676         * configure.in (libc_cv_sparc_as_vis3): Substitute.
49677         * configure: Regenerate.
49678         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
49679         * config.make.in (have-as-vis3): New.
49680         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
49681         available use -Av9d instead of -Av9a.
49682         * sysdeps/sparc/sparc64/Makefile: Likewise.
49683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
49684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
49685         New file.
49686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
49687         file.
49688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
49689         New file.
49690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
49691         file.
49692         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
49693         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
49694         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
49695         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
49696         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
49698         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
49699         fzeros/fnegs to load 0x80000000 into a float register instead of
49700         using the stack.
49701         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
49703 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
49705         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49706         bits/syscall.h.
49707         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
49708         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
49709         ($(inst_includedir)/bits/syscall.h): Remove rule.
49710         ($(objpfx)bits/syscall.d): Include instead of
49711         $(objpfx)syscall-list.d.
49712         (generated): Change syscall-list.h and syscall-list.d to
49713         bits/syscall.h and bits/syscall.d.
49715 2012-03-14  Roland McGrath  <roland@hack.frob.com>
49717         [BZ #13846]
49718         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
49720 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
49722         [BZ #13841]
49723         * math/s_csqrt.c: Include <float.h>.
49724         (__csqrt): Scale large or subnormal inputs.
49725         * math/s_csqrtf.c: Likewise.
49726         * math/s_csqrtl.c: Likewise.
49727         * math/libm-test.inc (csqrt_test): Add more tests.
49728         * sysdeps/i386/fpu/libm-test-ulps: Update.
49729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49731         [BZ #13840]
49732         * math/libm-test.inc (hypot_test): Add more tests.
49734 2012-03-13  David S. Miller  <davem@davemloft.net>
49736         [BZ #13840]
49737         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
49738         double-precision for the calculation instead of scaling.
49740 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
49742         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
49743         manipulate bits before adding and subtracting TWO52[sx].
49744         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
49745         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
49746         Likewise.
49747         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
49749 2012-03-13  David S. Miller  <davem@davemloft.net>
49751         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
49752         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
49753         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
49754         rtld-global-offsets.h
49755         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49757         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
49758         large parameters.
49760         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
49762         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
49763         'err' in the ifdef scope in which it is actually used.
49765         * nss/nss_db/db-init.c: Include string.h
49767 2012-03-12  David S. Miller  <davem@davemloft.net>
49769         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
49770         masking out of the most significant byte of random value used.
49771         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49772         Fix coding style in previous change.
49774         * sysdeps/unix/sysv/linux/kernel-features.h
49775         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
49776         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
49777         expression.
49778         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
49779         later.
49781 2012-03-11  David S. Miller  <davem@davemloft.net>
49783         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
49784         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
49785         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
49786         for 'resultvar' otherwise things get truncated on 64-bit.
49788         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49789         Fix masking out of the most significant byte of random value used.
49791         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49793 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
49795         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49797 2012-03-09  David S. Miller  <davem@davemloft.net>
49799         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
49800         variables with appropriate CPP guards.
49801         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
49802         from the frame pointer, not the stack pointer.  Correct layout
49803         comments.  Fix test on resulting framesize and the management of
49804         the outregs buffer for pltexit.  Preserve floating point return
49805         values across _dl_call_pltexit call.
49806         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
49807         framesize and the management of the outregs buffer for pltexit.
49808         Preserve floating point return values across _dl_call_pltexit
49809         call.
49810         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
49811         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
49812         (la_sparc64_gnu_pltexit): New functions.
49813         (print_exit): Fix format string for return register value.
49815 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
49817         * sunrpc/Makefile (others): Add rpcgen.
49818         ($(objpfx)rpcgen): Remove special build rule and dependency on
49819         libc.
49820         * sunrpc/rpcgen.c: New file.
49822 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49824         [BZ #13673]
49825         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
49826         * stdio-common/bug-vfprintf-nargs.c: Likewise.
49827         * sysdeps/i386/crti.S: Likewise.
49828         * sysdeps/i386/crtn.S: Likewise.
49829         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
49830         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
49831         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
49832         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
49833         * sysdeps/sh/crti.S: Likewise.
49834         * sysdeps/sh/crtn.S: Likewise.
49835         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
49837         [BZ #13673]
49838         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
49839         with URL.
49840         * locale/programs/locfile-kw.gperf: Likewise.
49841         * locale/programs/charmap-kw.h: Regenerated.
49842         * locale/programs/locfile-kw.h: Likewise.
49844         [BZ #13673]
49845         * intl/plural.y: Replace FSF snail mail address with URL.
49846         * intl/plural.c: Regenerated.
49848 2012-03-09  Richard Henderson  <rth@twiddle.net>
49850         * include/math_private.h: Remove file.
49851         * math/math_private.h: Move file ...
49852         * sysdeps/generic/math_private.h: ... here.
49854         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
49855         * sysdeps/powerpc/fpu/math_private.h: Likewise.
49856         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49858         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
49859         and <math_private.h>.
49860         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49861         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49862         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49863         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49864         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49865         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
49866         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49867         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49868         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49869         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49870         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49871         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49872         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49873         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49874         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49875         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49876         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49877         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49878         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49879         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49880         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49881         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49882         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49883         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49884         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
49885         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49886         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49887         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49888         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49889         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49890         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49891         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49892         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
49893         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49894         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49895         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49896         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49897         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49898         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49899         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49900         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
49901         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49902         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49903         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
49904         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
49905         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49906         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
49907         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
49908         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49909         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49910         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
49911         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
49912         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
49913         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49914         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
49915         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49916         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49917         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49918         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49919         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49920         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49921         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49922         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49923         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49924         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49925         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49926         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49927         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49928         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49929         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49930         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49931         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49932         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49933         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49934         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49935         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49936         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49937         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49938         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49939         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49940         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49941         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49942         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49943         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49944         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49945         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49946         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49947         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49948         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49949         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49950         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49951         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49952         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49953         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49954         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49955         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49956         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49957         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49958         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49959         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49960         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49961         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49962         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49963         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49964         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49965         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49966         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49967         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49968         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49969         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49970         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49971         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49972         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49973         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49974         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49975         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49976         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49977         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49978         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49979         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49980         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49981         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49982         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49983         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49984         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49985         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49986         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49987         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49988         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49989         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49990         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49991         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49992         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49993         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49994         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49995         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49996         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49997         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49998         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49999         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50000         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50001         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50002         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50003         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
50004         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
50005         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50006         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50007         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50008         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
50009         * sysdeps/ieee754/k_standard.c: Likewise.
50010         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
50011         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
50012         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50013         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
50014         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
50015         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
50016         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
50017         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
50018         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
50019         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
50020         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50021         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
50022         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
50023         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
50024         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
50025         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
50026         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
50027         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
50028         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
50029         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
50030         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
50031         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
50032         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50033         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50034         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
50035         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
50036         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50037         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50038         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50039         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50040         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
50041         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50042         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50043         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50044         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
50045         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50046         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50047         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
50048         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
50049         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50050         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
50051         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
50052         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
50053         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50054         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
50055         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
50056         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50057         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50058         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50059         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50060         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50061         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
50062         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50063         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
50064         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50065         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50066         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
50067         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
50068         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50069         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50070         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50071         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
50072         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50073         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
50074         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50075         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50076         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
50077         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
50078         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
50079         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
50080         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
50081         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50082         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
50083         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
50084         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
50085         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
50086         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
50087         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
50088         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
50089         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
50090         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
50091         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
50092         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50093         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50094         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
50095         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50096         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50097         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
50098         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
50099         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50100         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
50101         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50102         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
50103         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
50104         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50105         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50106         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
50107         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
50108         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
50109         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
50110         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50111         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50112         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50113         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50114         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
50115         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50116         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50117         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
50118         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
50119         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50120         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50121         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50122         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
50123         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50124         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
50125         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50126         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
50127         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50128         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50129         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
50130         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50131         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
50132         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
50133         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
50134         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50135         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
50136         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50137         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50138         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50139         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50140         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50141         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50142         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50143         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
50144         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50145         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50146         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
50147         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
50148         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50149         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
50150         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
50151         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50152         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
50153         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
50154         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50155         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50156         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50157         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50158         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50159         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
50160         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50161         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50162         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50163         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50164         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
50165         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
50166         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50167         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50168         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50169         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
50170         * sysdeps/ieee754/s_lib_version.c: Likewise.
50171         * sysdeps/ieee754/s_matherr.c: Likewise.
50172         * sysdeps/ieee754/s_signgam.c: Likewise.
50173         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
50174         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
50175         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
50176         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
50177         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
50178         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
50179         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
50180         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
50181         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
50182         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
50183         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
50184         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
50185         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50186         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50187         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
50188         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
50189         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
50190         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
50191         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
50192         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50193         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50195 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
50197         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
50198         * sunrpc/rpc_main.c: Likewise.
50199         * sunrpc/rpc_svcout.c: Likewise.
50201 2012-03-09  David S. Miller  <davem@davemloft.net>
50203         * include/math_private.h: New file.
50205 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
50207         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
50208         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
50209         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
50210         from <bits/socket_type.h>.
50211         (enum __socket_type): Don't define here.
50212         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
50213         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50214         bits/socket_type.h.
50216         [BZ #13566]
50217         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
50218         checking __USE_GNU.
50220         * Makerules ($(inst_includedir)/%.h): New rule.
50221         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
50222         (install-others): Remove variable setting.
50223         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
50225 2012-03-08  Richard Henderson  <rth@twiddle.net>
50227         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
50228         from macro to inline function; merge with the
50229         !__LIBC_INTERNAL_MATH_INLINES version.
50230         (__ieee754_sqrtf): Likewise.
50232         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
50233         to inline function.
50234         (__rintf, __floor, __floorf): Likewise.
50236         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
50237         macro to inline function.
50238         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
50240         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
50241         not <math/math_private.h>.
50243 2012-03-08  David S. Miller  <davem@davemloft.net>
50245         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
50246         copyright year.
50247         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
50249 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
50251         * resolv/gai_misc.c (handle_requests): Fix struct timespec
50252         normalization.
50253         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
50254         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
50256 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
50258         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
50259         be defined individually, they must be defined as a block.  Define
50260         S for printing a string instead of hidint the different by using a
50261         macro for adding the 'l'.
50262         * stdio-common/tst-fphex-wide.c: Adjust.
50264 2012-03-07  Marek Polacek  <polacek@redhat.com>
50266         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
50268 2012-03-08  Marek Polacek  <polacek@redhat.com>
50270         [BZ #13806]
50271         * stdio-common/Makefile (tests): Add tst-fphex-wide.
50272         * stdio-common/tst-fphex.c: Define a few macros to make the
50273         test reusable.  Use them.
50274         * stdio-common/tst-fphex-wide.c: New file.
50276 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
50278         [BZ #6911]
50279         * manual/macros.texi (gnusystems): New macro.
50280         (nongnusystems): Likewise.
50281         (gnulinuxhurdsystems): Likewise.
50282         (gnuhurdsystems): Likewise..
50283         (gnulinuxsystems): Likewise.
50284         * manual/charset.texi: Use new macros or @theglibc{} to refer to
50285         variants of the GNU system, not "GNU system".
50286         * manual/conf.texi: Likewise.
50287         * manual/errno.texi: Likewise.  Update example of errno macro
50288         expansion.
50289         * manual/filesys.texi: Likewise.
50290         (getumask): Document as specific to GNU/Hurd.
50291         * manual/install.texi: Likewise.  Reword some references to
50292         GNU/Linux.
50293         * manual/intro.texi: Likewise.
50294         * manual/io.texi: Likewise.
50295         (File Name Portability): Detail which constraints are inapplicable
50296         to all GNU systems and which are only inapplicable to GNU/Hurd.
50297         * manual/job.texi: Likewise.
50298         * manual/llio.texi: Likewise.
50299         (O_NOCTTY): Document as present on GNU/Linux.
50300         * manual/maint.texi: Likewise.
50301         * manual/memory.texi: Likewise.
50302         * manual/pattern.texi: Likewise.
50303         * manual/pipe.texi: Likewise.
50304         * manual/process.texi: Likewise.
50305         * manual/resource.texi: Likewise.
50306         (RUSAGE_CHILDREN): Remove statement about specifying a particular
50307         child on GNU/Hurd.
50308         * manual/setjmp.texi: Likewise.
50309         * manual/signal.texi: Likewise.
50310         * manual/startup.texi: Likewise.
50311         * manual/stdio.texi: Likewise.
50312         * manual/terminal.texi: Likewise.
50313         (ONLCR): Document as POSIX.
50314         (OXTABS): Document availability on GNU/Linux as XTABS.
50315         (ONOEOT): Document availability separately from other bits.
50316         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
50317         * manual/time.texi: Likewise.
50318         * manual/users.texi: Likewise.
50319         * INSTALL: Regenerated.
50320         * sysdeps/gnu/errlist.c: Regenerated.
50322         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
50323         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
50324         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
50325         puts.
50326         * configure: Regenerated.
50328 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
50330         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
50331         default includes instead of AC_HEADER_CHECK.
50332         * sysdeps/i386/configure: Regenerated.
50334         [BZ #10716]
50335         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
50336         * math/s_cacoshf.c (__cacoshf): Likewise.
50337         * math/s_cacoshl.c (__cacoshl): Likewise.
50338         * math/s_casinh.c (__casinh): Set signs of result from argument.
50339         * math/s_casinhf.c (__casinhf): Likewise.
50340         * math/s_casinhl.c (__casinhl): Likewise.
50341         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
50342         (casinh_test): Add more tests.
50343         * sysdeps/i386/fpu/libm-test-ulps: Update.
50344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50346 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
50348         * po/zh_TW.po: Update from translation team.
50350         * login/Makefile (distribute): Remove variable.
50351         * catgets/Makefile: Likewise.
50352         * mach/Makefile: Likewise.
50353         * malloc/Makefile: Likewise.
50354         * misc/Makefile: Likewise.
50355         * iconv/Makefile: Likewise.
50356         * nscd/Makefile: Likewise.
50357         * hurd/Makefile: Likewise.
50358         * manual/Makefile: Likewise.
50359         * locale/Makefile: Likewise.
50360         * intl/Makefile: Likewise.
50361         * conform/Makefile: Likewise.
50362         * nss/Makefile: Likewise.
50363         * time/Makefile: Likewise.
50364         * soft-fp/Makefile: Likewise.
50365         * dirent/Makefile: Likewise.
50366         * gmon/Makefile: Likewise.
50367         * po/Makefile: Likewise.
50368         * rt/Makefile: Likewise.
50369         * socket/Makefile: Likewise.
50370         * math/Makefile: Likewise.
50371         * signal/Makefile: Likewise.
50372         * debug/Makefile: Likewise.
50373         * elf/Makefile: Likewise.
50374         * timezone/Makefile: Likewise.
50375         * stdlib/Makefile: Likewise.
50376         * iconvdata/Makefile: Likewise.
50377         * sunrpc/Makefile: Likewise.
50378         * io/Makefile: Likewise.
50379         * argp/Makefile: Likewise.
50380         * inet/Makefile: Likewise.
50381         * hesiod/Makefile: Likewise.
50382         * grp/Makefile: Likewise.
50383         * csu/Makefile: Likewise.
50384         * wctype/Makefile: Likewise.
50385         * crypt/Makefile: Likewise.
50386         * libio/Makefile: Likewise.
50387         * string/Makefile: Likewise.
50388         * nis/Makefile: Likewise.
50389         * resolv/Makefile: Likewise.
50390         * stdio-common/Makefile: Likewise.
50391         * wcsmbs/Makefile: Likewise.
50392         * dlfcn/Makefile: Likewise.
50393         * posix/Makefile: Likewise.
50395         [BZ #6959]
50396         * timezone/Makefile: Don't install timezone files, just the programs
50397         and scripts.
50399 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
50401         * nss/databases.def: Add missing gshadow entry.
50403         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
50405 2012-03-06  Marek Polacek  <polacek@redhat.com>
50407         [BZ #13726]
50408         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
50409         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
50410         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
50411         * stdio-common/tst-long-dbl-fphex.c: New file.
50413 2012-03-06  David S. Miller  <davem@davemloft.net>
50415         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
50416         (set_obp_int): New function.
50417         (get_obp_int): New function.
50418         (__get_clockfreq_via_dev_openprom): Likewise.
50419         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
50420         Avoid unused variable warnings on 'val' and use builtin_expect.
50421         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
50422         __builtin_expect.
50423         (INLINE_CLONE_SYSCALL): Likewise.
50425 2012-03-05  David S. Miller  <davem@davemloft.net>
50427         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50429 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
50431         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50433         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
50434         only for |x| >= 40.
50435         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
50437 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
50439         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
50440         Replace gettimeofday with __vdso_gettimeofday.
50442         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50443         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
50444         __vdso_clock_gettime and __vdso_getcpu.
50446         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
50447         time with __vdso_time.
50449 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
50451         * manual/lang.texi (size_t): Note types to which size_t may be
50452         equivalent with the GNU C Library, but do not describe when
50453         differences between them are significant.
50455 2012-03-05  Andreas Jaeger  <aj@suse.de>
50457         * sysdeps/i386/fpu/libm-test-ulps: Update.
50459 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
50461         [BZ #3976]
50462         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
50463         (__ieee754_pow): Save and restore rounding mode and use
50464         round-to-nearest for main computations.
50465         * math/libm-test.inc (pow_test_tonearest): New function.
50466         (pow_test_towardzero): Likewise.
50467         (pow_test_downward): Likewise.
50468         (pow_test_upward): Likewise.
50469         (main): Call the new functions.
50470         * sysdeps/i386/fpu/libm-test-ulps: Update.
50471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50473         [BZ #3976]
50474         * math/libm-test.inc (cosh_test_tonearest): New function.
50475         (cosh_test_towardzero): Likewise.
50476         (cosh_test_downward): Likewise.
50477         (cosh_test_upward): Likewise.
50478         (sinh_test_tonearest): Likewise.
50479         (sinh_test_towardzero): Likewise.
50480         (sinh_test_downward): Likewise.
50481         (sinh_test_upward): Likewise.
50482         (main): Call the new functions.
50483         * sysdeps/i386/fpu/libm-test-ulps: Update.
50484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50486 2012-03-05  Tom de Vries  <tom@codesourcery.com>
50488         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
50489         default stack guard is set in last bytes.
50490         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
50492 2012-03-05  Kees Cook  <keescook@chromium.org>
50494         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
50496         [BZ #13656]
50497         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
50498         possibly allocate from heap instead of stack.
50499         * stdio-common/bug-vfprintf-nargs.c: New file.
50500         * stdio-common/Makefile (tests): Add nargs overflow test.
50502 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
50504         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50506 2012-03-03  Marek Polacek  <polacek@redhat.com>
50508         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
50509         * math/math_private.h: Likewise.
50510         * stdlib/tst-strtod.c: Likewise.
50511         * sysdeps/i386/i486/bits/atomic.h: Likewise.
50512         * sysdeps/x86_64/bits/atomic.h: Likewise.
50514 2012-03-02  David S. Miller  <davem@davemloft.net>
50516         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
50517         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
50518         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
50519         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
50520         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
50521         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
50522         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
50523         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
50525 2012-03-02  Roland McGrath  <roland@hack.frob.com>
50527         [BZ #13792]
50528         * manual/examples/README: New file, says the example source files
50529         can be used under GPL>=2.
50530         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
50531         line containing just "*/".
50532         * manual/examples/add.c: Add copyright header (GPL>=2).
50533         * manual/examples/argp-ex1.c: Likewise.
50534         * manual/examples/argp-ex2.c: Likewise.
50535         * manual/examples/argp-ex3.c: Likewise.
50536         * manual/examples/argp-ex4.c: Likewise.
50537         * manual/examples/atexit.c: Likewise.
50538         * manual/examples/db.c: Likewise.
50539         * manual/examples/dir.c: Likewise.
50540         * manual/examples/dir2.c: Likewise.
50541         * manual/examples/execinfo.c: Likewise.
50542         * manual/examples/filecli.c: Likewise.
50543         * manual/examples/filesrv.c: Likewise.
50544         * manual/examples/fmtmsgexpl.c: Likewise.
50545         * manual/examples/genpass.c: Likewise.
50546         * manual/examples/inetcli.c: Likewise.
50547         * manual/examples/inetsrv.c: Likewise.
50548         * manual/examples/isockad.c: Likewise.
50549         * manual/examples/longopt.c: Likewise.
50550         * manual/examples/memopen.c: Likewise.
50551         * manual/examples/memstrm.c: Likewise.
50552         * manual/examples/mkfsock.c: Likewise.
50553         * manual/examples/mkisock.c: Likewise.
50554         * manual/examples/mygetpass.c: Likewise.
50555         * manual/examples/pipe.c: Likewise.
50556         * manual/examples/popen.c: Likewise.
50557         * manual/examples/rprintf.c: Likewise.
50558         * manual/examples/search.c: Likewise.
50559         * manual/examples/select.c: Likewise.
50560         * manual/examples/setjmp.c: Likewise.
50561         * manual/examples/sigh1.c: Likewise.
50562         * manual/examples/sigusr.c: Likewise.
50563         * manual/examples/stpcpy.c: Likewise.
50564         * manual/examples/strdupa.c: Likewise.
50565         * manual/examples/strftim.c: Likewise.
50566         * manual/examples/strncat.c: Likewise.
50567         * manual/examples/subopt.c: Likewise.
50568         * manual/examples/swapcontext.c: Likewise.
50569         * manual/examples/termios.c: Likewise.
50570         * manual/examples/testopt.c: Likewise.
50571         * manual/examples/testpass.c: Likewise.
50572         * manual/examples/timeval_subtract.c: Likewise.
50574         [BZ #13792]
50575         * manual/time.texi (Elapsed Time): Move timeval_subtract example
50576         function to ...
50577         * manual/timeval_subtract.c.texi: ... here, new file.
50579 2012-03-02  David S. Miller  <davem@davemloft.net>
50581         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
50583 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
50585         [BZ #3976]
50586         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
50587         (__sin): Save and restore rounding mode and use round-to-nearest
50588         for all computations.
50589         (__cos): Save and restore rounding mode and use round-to-nearest
50590         for all computations.
50591         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
50592         <fenv.h>.
50593         (tan): Save and restore rounding mode and use round-to-nearest for
50594         all computations.
50595         * math/libm-test.inc (cos_test_tonearest): New function.
50596         (cos_test_towardzero): Likewise.
50597         (cos_test_downward): Likewise.
50598         (cos_test_upward): Likewise.
50599         (sin_test_tonearest): Likewise.
50600         (sin_test_towardzero): Likewise.
50601         (sin_test_downward): Likewise.
50602         (sin_test_upward): Likewise.
50603         (tan_test_tonearest): Likewise.
50604         (tan_test_towardzero): Likewise.
50605         (tan_test_downward): Likewise.
50606         (tan_test_upward): Likewise.
50607         (main): Call the new functions.
50608         * sysdeps/i386/fpu/libm-test-ulps: Update.
50609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50611         [BZ #10135]
50612         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
50613         small n, then large n, before computing and testing k+n.
50614         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
50615         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
50616         Likewise.
50617         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
50618         Likewise.
50619         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
50620         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
50621         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
50622         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
50623         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
50624         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
50625         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
50626         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
50627         * math/libm-test.inc (scalbn_test): Add more tests.
50628         (scalbln_test): Likewise.
50630         * manual/filesys.texi (mode_t): Describe constraints on size and
50631         signedness, not exact equivalence to a particular type.
50632         (ino_t): Likewise.
50633         (ino64_t): Likewise.
50634         (dev_t): Likewise.
50635         (nlink_t): Likewise.
50636         (blkcnt_t): Likewise.
50637         (blkcnt64_t): Likewise.
50638         * manual/llio.texi (off_t): Likewise.
50640         [BZ #3976]
50641         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
50642         (__ieee754_exp): Save and restore rounding mode and use
50643         round-to-nearest for all computations.
50644         * math/libm-test.inc (exp_test_tonearest): New function.
50645         (exp_test_towardzero): Likewise.
50646         (exp_test_downward): Likewise.
50647         (exp_test_upward): Likewise.
50648         (main): Call the new functions.
50649         * sysdeps/i386/fpu/libm-test-ulps: Update.
50650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50652 2012-03-01  Chris Demetriou  <cgd@google.com>
50654         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
50655         have predictable order.
50657 2012-03-01  David S. Miller  <davem@davemloft.net>
50659         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
50661         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
50662         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
50663         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
50664         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
50666         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
50667         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
50668         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
50669         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
50670         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
50671         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
50672         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
50673         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
50674         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
50676         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50678         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
50679         * sysdeps/sparc/fpu/libm-test-ulps: to here.
50680         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
50682         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
50683         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50684         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50685         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
50686         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
50687         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
50688         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
50689         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50690         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50691         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
50692         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
50693         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50694         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50695         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50696         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50697         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50698         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
50699         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
50700         * sysdeps/sparc/elf/configure: Regenerated.
50702 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
50704         * configure.in (AS, LD): Require binutils 2.20 or later.
50705         * configure: Regenerated.
50706         * manual/install.texi (Tools for Compilation): Give binutils 2.20
50707         as required minimum version.
50708         * INSTALL: Regenerated.
50710         [BZ #2541]
50711         [BZ #4108]
50712         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
50713         before squaring exponent.
50714         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
50715         bottom long double and 27 bits of top long double before squaring
50716         exponent.
50717         * math/libm-test.inc (erfc_test): Add more tests.
50718         * sysdeps/i386/fpu/libm-test-ulps: Update.
50719         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50722 2012-03-01  Kai Tietz  <ktietz@redhat.com>
50724         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
50725         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
50726         containing bit-fields.
50727         * soft-fp/extended.h (_FP_UNION_E): Likewise.
50728         * soft-fp/single.h (_FP_UNION_S): Likewise.
50729         * soft-fp/double.h (_FP_UNION_D): Likewise.
50731 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50733         [BZ #13786]
50734         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
50735         not include ../strcmp.S.
50736         [USE_AS_STRNCASECMP_L]: Likewise.
50737         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
50738         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
50739         * sysdeps/i386/i686/multiarch/strncase_l-c.c
50740         (__strncasecmp_l_ia32): Define as alias to
50741         __strncasecmp_l_nonascii.
50743         [BZ #5794]
50744         * math/libm-test.inc (expm1_test): Add test for bug 5794.
50745         * sysdeps/i386/fpu/libm-test-ulps: Update.
50746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50748         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
50749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50751 2012-02-29  Jeff Law  <law@redhat.com>
50753         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
50754         out of bounds read.
50756 2012-02-29  Marek Polacek  <polacek@redhat.com>
50758         [BZ #13706]
50759         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
50760         * elf/Makefile: Add rules to run tst-unused-dep.out.
50762 2012-02-28  David S. Miller  <davem@davemloft.net>
50764         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
50765         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
50766         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
50767         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
50768         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
50769         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
50771 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50773         * math/libm-test.inc (llround_test): Move one test from
50774         lround_test.  Use TEST_f_L in moved test.
50775         (lround_test): Move misplaced test to llround_test.  Add testcase
50776         from bug 2561.
50778 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
50780         * sysdeps/x86_64/fpu/e_expf.S: New file.
50781         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
50783 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
50785         [BZ #13637]
50786         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
50787         of remain_len that may cause incomplete multi-byte character and
50788         false match.
50789         * posix/bug-regex33.c: New file.
50790         * posix/Makefile (tests): Add bug-regex33.
50792 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
50794         * manual/macros.texi: New file.
50795         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
50796         * manual/libc.texinfo: Include macros.texi.
50797         * manual/creatute.texi: Likewise.
50798         * manual/install.texi: Likewise.
50799         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
50800         @glibcadj{} in references to the GNU C Library.
50801         * manual/charset.texi: Likewise.
50802         * manual/conf.texi: Likewise.
50803         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
50804         when not using those macros.
50805         * manual/creature.texi: Likewise.
50806         * manual/crypt.texi: Likewise.
50807         * manual/errno.texi: Likewise.
50808         * manual/filesys.texi: Likewise.
50809         * manual/header.texi: Likewise.
50810         * manual/install.texi: Likewise.
50811         * manual/intro.texi: Likewise.
50812         * manual/io.texi: Likewise.
50813         * manual/job.texi: Likewise.
50814         * manual/lang.texi: Likewise.
50815         * manual/libc.texiinfo: Likewise.
50816         * manual/llio.texi: Likewise.
50817         * manual/locale.texi: Likewise.
50818         * manual/maint.texi: Likewise.
50819         * manual/math.texi: Likewise.
50820         * manual/memory.texi: Likewise.
50821         * manual/message.texi: Likewise.
50822         * manual/nss.texi: Likewise.
50823         * manual/pattern.texi: Likewise.
50824         * manual/process.texi: Likewise.
50825         * manual/resource.texi: Likewise.
50826         * manual/search.texi: Likewise.
50827         * manual/setjmp.texi: Likewise.
50828         * manual/signal.texi: Likewise.
50829         * manual/socket.texi: Likewise.
50830         * manual/startup.texi: Likewise.
50831         * manual/stdio.texi: Likewise.
50832         * manual/string.texi: Likewise.
50833         * manual/sysinfo.texi: Likewise.
50834         * manual/syslog.texi: Likewise.
50835         * manual/terminal.texi: Likewise.
50836         * manual/time.texi: Likewise.
50837         * manual/users.texi: Likewise.
50838         * INSTALL: Regenerated.
50839         * NOTES: Regenerated.
50840         * sysdeps/gnu/errlist.c: Regenerated.
50842 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
50844         * include/dirent.h: Include <dirstream.h> before
50845         <dirent/dirent.h>.
50847 2012-02-28  David S. Miller  <davem@davemloft.net>
50849         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
50850         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
50851         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
50852         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
50854 2012-02-27  David S. Miller  <davem@davemloft.net>
50856         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
50857         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
50858         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
50859         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
50861         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
50862         frame pointer instead of stack pointer relative arg slot.
50863         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50864         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50865         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50867 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
50869         [BZ #3992]
50870         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
50872 2012-02-27  David S. Miller  <davem@davemloft.net>
50874         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
50875         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50876         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
50877         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
50878         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50879         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50880         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
50881         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
50883 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50885         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
50886         later.  Allow versions 5-9.
50887         * configure: Regenerated.
50888         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
50889         required minimum version and 4.6 as recommended version.  Do not
50890         mention bugs in GCC 2.7 and 2.8.
50891         * INSTALL: Regenerated.
50893 2012-02-27  David S. Miller  <davem@davemloft.net>
50895         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
50896         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
50897         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
50898         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
50899         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
50900         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
50901         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
50902         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
50904         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
50905         manipulate bits before adding and subtracting TWO112[sx].
50906         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
50908 2012-02-27  Roland McGrath  <roland@hack.frob.com>
50910         [BZ #13775]
50911         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
50912         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
50913         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
50914         being in POSIX, because they are in 1003.1-2008.
50916         * rt/tst-aio.c: Include <fcntl.h>.
50917         * rt/tst-aio7.c: Likewise.
50918         * rt/tst-aio64.c: Likewise.
50920         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50922 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50924         * manual/install.texi (--with-headers): Describe headers as
50925         interface headers, not private headers.
50926         (Specific advice for GNU/Linux systems): Describe use of headers
50927         from "make headers_install", not private headers from older
50928         kernels.
50929         * INSTALL: Regenerated.
50930         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50931         Change to 2.6.19.
50932         * sysdeps/unix/sysv/linux/configure: Regenerated.
50934         * manual/llio.texi (fclean): Remove documentation.
50936         * manual/Makefile (libc-texi-generated): New variable.  Include
50937         version.texi.
50938         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50939         $(libc-texi-generated), not duplicated list of files.
50940         (version.texi, stamp-version): New rules.
50941         (realclean): Remove $(libc-texi-generated), not individual files
50942         from that list.  Do not remove dir-add.texinfo.
50943         * manual/libc.texinfo: Comment out uses of edition numbers and
50944         references to printed manual.  Remove last-updated dates.
50945         (EDITION): Comment out.
50946         (ISBN): Likewise.
50947         (VERSION, UPDATED): Remove.
50948         (version.texi): Include.
50950 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
50952         * sysdeps/posix/spawni.c: Include <signal.h>.
50953         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50954         * sysdeps/pthread/aio_fsync.c: Likewise.
50956 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
50958         * conform/Makefile (tests): Run only when not cross-compiling and
50959         when fast-check is not defined.
50961         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50962         * conform/data/limits.h-data: Fixes for POSIX2008.
50963         * conform/run-conformtest.sh: Run all tests.
50964         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50965         headers.
50966         * include/bits/dlfcn.h: Likewise.
50967         * include/langinfo.h: Likewise.
50968         * include/monetary.h: Likewise.
50969         * include/sys/poll.h: Likewise.
50971         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50972         for __USE_GNU.
50973         * posix/spawn.h: Define __need_sigset_t.
50974         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50975         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50976         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
50977         to get sigevent_t only.
50978         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50979         only for __USE_GNU.
50980         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50981         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50982         process_vm_writev only for __USE_GNU.
50983         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50985         * conform/Makefile: For now ignore errors from run-conformtest.
50986         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50987         POSIX to avoid namespace pollution.  Don't prepend headers.
50988         * conform/data/aio.h-data: Fixes for POSIX testing.
50989         * conform/data/fcntl.h-data: Likewise.
50990         * conform/data/glob.h-data: Likewise.
50991         * conform/data/grp.h-data: Likewise.
50992         * conform/data/pthread.h-data: Likewise.
50993         * conform/data/pwd.h-data: Likewise.
50994         * conform/data/signal.h-data: Likewise.
50995         * conform/data/spawn.h-data: Likewise.
50996         * conform/data/stdio.h-data: Likewise.
50997         * conform/data/stdlib.h-data: Likewise.
50998         * conform/data/stropts.h-data: Likewise.
50999         * conform/data/sys/mman.h-data: Likewise.
51000         * conform/data/sys/stat.h-data: Likewise.
51001         * conform/data/sys/types.h-data: Likewise.
51002         * conform/data/sys/wait.h-data: Likewise.
51003         * conform/data/time.h-data: Likewise.
51004         * conform/data/unistd.h-data: Likewise.
51005         * conform/data/utime.h-data: Likewise.
51007         * io/sys/stat.h: fchmod was always in POSIX.
51008         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
51009         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
51010         * rt/aio.h: Define __need_timespec before including <time.h>.
51011         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
51012         struct.  Add forward declaration of pthread_attr_t and use it in
51013         sigevent.
51014         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51015         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51016         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
51017         always remove CLK_TCK definition.
51019 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
51021         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
51023 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
51025         * conform/run-conformtest.sh: New file.
51026         * conform/Makefile: Run run-conformtest for tests.
51027         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
51028         support.
51030         * conform/data/uchar.h-data: New file.
51031         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
51032         * conform/data/arpa/inet.h-data: Likewise.
51033         * conform/data/assert.h-data: Likewise.
51034         * conform/data/complex.h-data: Likewise.
51035         * conform/data/cpio.h-data: Likewise.
51036         * conform/data/ctype.h-data: Likewise.
51037         * conform/data/dirent.h-data: Likewise.
51038         * conform/data/dlfcn.h-data: Likewise.
51039         * conform/data/errno.h-data: Likewise.
51040         * conform/data/fcntl.h-data: Likewise.
51041         * conform/data/float.h-data: Likewise.
51042         * conform/data/fmtmsg.h-data: Likewise.
51043         * conform/data/fnmatch.h-data: Likewise.
51044         * conform/data/ftw.h-data: Likewise.
51045         * conform/data/glob.h-data: Likewise.
51046         * conform/data/grp.h-data: Likewise.
51047         * conform/data/iconv.h-data: Likewise.
51048         * conform/data/inttypes.h-data: Likewise.
51049         * conform/data/langinfo.h-data: Likewise.
51050         * conform/data/libgen.h-data: Likewise.
51051         * conform/data/limits.h-data: Likewise.
51052         * conform/data/locale.h-data: Likewise.
51053         * conform/data/math.h-data: Likewise.
51054         * conform/data/monetary.h-data: Likewise.
51055         * conform/data/mqueue.h-data: Likewise.
51056         * conform/data/ndbm.h-data: Likewise.
51057         * conform/data/net/if.h-data: Likewise.
51058         * conform/data/netdb.h-data: Likewise.
51059         * conform/data/netinet/in.h-data: Likewise.
51060         * conform/data/nl_types.h-data: Likewise.
51061         * conform/data/poll.h-data: Likewise.
51062         * conform/data/pthread.h-data: Likewise.
51063         * conform/data/pwd.h-data: Likewise.
51064         * conform/data/regex.h-data: Likewise.
51065         * conform/data/sched.h-data: Likewise.
51066         * conform/data/search.h-data: Likewise.
51067         * conform/data/semaphore.h-data: Likewise.
51068         * conform/data/setjmp.h-data: Likewise.
51069         * conform/data/signal.h-data: Likewise.
51070         * conform/data/spawn.h-data: Likewise.
51071         * conform/data/stdarg.h-data: Likewise.
51072         * conform/data/stdio.h-data: Likewise.
51073         * conform/data/stdlib.h-data: Likewise.
51074         * conform/data/string.h-data: Likewise.
51075         * conform/data/strings.h-data: Likewise.
51076         * conform/data/stropts.h-data: Likewise.
51077         * conform/data/sys/ipc.h-data: Likewise.
51078         * conform/data/sys/mman.h-data: Likewise.
51079         * conform/data/sys/msg.h-data: Likewise.
51080         * conform/data/sys/resource.h-data: Likewise.
51081         * conform/data/sys/select.h-data: Likewise.
51082         * conform/data/sys/sem.h-data: Likewise.
51083         * conform/data/sys/shm.h-data: Likewise.
51084         * conform/data/sys/socket.h-data: Likewise.
51085         * conform/data/sys/stat.h-data: Likewise.
51086         * conform/data/sys/statvfs.h-data: Likewise.
51087         * conform/data/sys/time.h-data: Likewise.
51088         * conform/data/sys/timeb.h-data: Likewise.
51089         * conform/data/sys/times.h-data: Likewise.
51090         * conform/data/sys/types.h-data: Likewise.
51091         * conform/data/sys/uio.h-data: Likewise.
51092         * conform/data/sys/un.h-data: Likewise.
51093         * conform/data/sys/utsname.h-data: Likewise.
51094         * conform/data/sys/wait.h-data: Likewise.
51095         * conform/data/syslog.h-data: Likewise.
51096         * conform/data/tar.h-data: Likewise.
51097         * conform/data/termios.h-data: Likewise.
51098         * conform/data/utime.h-data: Likewise.
51099         * conform/data/utmpx.h-data: Likewise.
51100         * conform/data/varargs.h-data: Likewise.
51101         * conform/data/wchar.h-data: Likewise.
51102         * conform/data/wctype.h-data: Likewise.
51103         * conform/data/wordexp.h-data: Likewise.
51105         * include/stropts.h: New file.
51106         * include/uchar.h: New file.
51107         * include/aio.h: Changes to allow conformtest.pl to use the headers.
51108         * include/assert.h: Likewise.
51109         * include/ctype.h: Likewise.
51110         * include/dirent.h: Likewise.
51111         * include/dlfcn.h: Likewise.
51112         * include/fcntl.h: Likewise.
51113         * include/fnmatch.h: Likewise.
51114         * include/glob.h: Likewise.
51115         * include/grp.h: Likewise.
51116         * include/libio.h: Likewise.
51117         * include/locale.h: Likewise.
51118         * include/math.h: Likewise.
51119         * include/net/if.h: Likewise.
51120         * include/netdb.h: Likewise.
51121         * include/netinet/in.h: Likewise.
51122         * include/pthread.h: Likewise.
51123         * include/pwd.h: Likewise.
51124         * include/regex.h: Likewise.
51125         * include/sched.h: Likewise.
51126         * include/search.h: Likewise.
51127         * include/setjmp.h: Likewise.
51128         * include/signal.h: Likewise.
51129         * include/stdio.h: Likewise.
51130         * include/stdlib.h: Likewise.
51131         * include/string.h: Likewise.
51132         * include/sys/cdefs.h: Likewise.
51133         * include/sys/mman.h: Likewise.
51134         * include/sys/msg.h: Likewise.
51135         * include/sys/resource.h: Likewise.
51136         * include/sys/select.h: Likewise.
51137         * include/sys/socket.h: Likewise.
51138         * include/sys/stat.h: Likewise.
51139         * include/sys/statvfs.h: Likewise.
51140         * include/sys/time.h: Likewise.
51141         * include/sys/times.h: Likewise.
51142         * include/sys/uio.h: Likewise.
51143         * include/sys/utsname.h: Likewise.
51144         * include/sys/wait.h: Likewise.
51145         * include/termios.h: Likewise.
51146         * include/time.h: Likewise.
51147         * include/ulimit.h: Likewise.
51148         * include/unistd.h: Likewise.
51149         * include/utime.h: Likewise.
51150         * include/wchar.h: Likewise.
51151         * include/wctype.h: Likewise.
51152         * include/wordexp.h: Likewise.
51154         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
51156         * time/time.h: TIME_UTC must be a macro.
51157         Make timespec_get available for ISO C11 only as well.
51159 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
51161         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
51162         Reported by Peng Haitao <penght@cn.fujitsu.com>.
51164 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
51166         * configure.in: Use -o not -a in test for unsupported multi-arch.
51168 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
51170         * manual/texinfo.tex: Update to version 2012-01-19.16.
51172 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
51174         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
51176 2012-02-24  Roland McGrath  <roland@hack.frob.com>
51178         [BZ #13738]
51179         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
51180         * manual/fdl-1.3.texi: New file.
51181         * manual/fdl-1.1.texi: File removed.
51183         [BZ #13738]
51184         * manual/libc.texinfo (FDL_VERSION): New @set.
51185         Use it for mention of FDL in cover text.
51186         (Documentation License): Use it in @include file name.
51188 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51189             Roland McGrath  <roland@hack.frob.com>
51191         [BZ #5461]
51192         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
51193         (not LONG_LONG_MAX and LONG_LONG_MIN.
51194         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
51195         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
51196         name.
51197         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
51199 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51201         [BZ #2547]
51202         [BZ #11365]
51203         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
51204         manipulate bits before adding and subtracting TWO23[sx].
51205         * math/libm-test.inc (nearbyint_test): Add more tests.
51207 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51209         [BZ #2548]
51210         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
51211         bits before adding and subtracting TWO23[sx].
51212         * math/libm-test.inc (rint_test): Add more tests.
51213         (rint_test_tonearest): Likewise.
51214         (rint_test_towardzero): Likewise.
51215         (rint_test_downward): Likewise.
51216         (rint_test_upward: Likewise.
51218 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51220         [BZ #10110]
51221         * include/stdc-predef.h: New file.  Extracted from features.h.
51222         * include/features.h: Include stdc-predef.h.
51223         * Makefile (headers): Add stdc-predef.h.
51224         * CONFORMANCE (Compiler limitations): Update.
51226 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51228         * manual/libc.texinfo (VERSION, UPDATED): Revert.
51230 2012-02-21  David S. Miller  <davem@davemloft.net>
51232         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
51233         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
51235 2012-02-20  David S. Miller  <davem@davemloft.net>
51237         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
51238         using a normal save/restore sequence, rather than allocating a
51239         dummy stack frame just to store a frame pointer and restore.
51240         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
51242 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
51244         * manual/install.texi: Fix stray word in line-wrapped comment.
51246 2012-02-20  David S. Miller  <davem@davemloft.net>
51248         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
51249         both binutils and gcc support GOTDATA.
51251         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
51252         "rd %pc" in the PIC register setup sequences.
51254         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
51255         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
51256         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
51257         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
51258         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
51259         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
51260         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
51261         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
51262         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
51263         (SYSCALL_ERROR_HANDLER): Likewise.
51264         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
51265         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
51266         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
51267         (SYSCALL_ERROR_HANDLER): Likewise.
51269         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
51270         (HAVE_GCC_GOTDATA): New.
51271         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
51272         relocation support in both binutils and gcc.
51273         * sysdeps/sparc/elf/configure: Regenerate.
51275         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
51276         * sysdeps/sparc/sparc32/elf/configure: Delete.
51277         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
51278         * sysdeps/sparc/sparc64/elf/configure: Delete.
51279         * sysdeps/sparc/elf/configure.in: New file.
51280         * sysdeps/sparc/elf/configure: Generate.
51282         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
51283         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
51284         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51285         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
51286         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
51288 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
51290         * manual/install.texi: Do not mention specific glibc version
51291         numbers.
51292         * manual/libc.texinfo (VERSION, UPDATED): Update.
51293         (@copying): Use @copyright{} and range of years.
51295 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
51297         [BZ #13695]
51298         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
51299         [crti.S not in sysdirs] (generated): Do not append.
51300         [crti.S not in sysdirs] (omit-deps): Likewise.
51301         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
51302         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
51303         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
51304         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
51305         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
51306         Likewise.
51307         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
51308         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
51309         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
51310         * csu/defs.awk: Remove file.
51311         * sysdeps/generic/initfini.c: Likewise.
51312         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
51313         variable.
51314         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
51315         Likewise.
51317 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51319         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
51320         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
51321         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
51322         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
51323         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51324         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
51325         <bits/epoll.h>.
51326         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
51327         (__EPOLL_PACKED): Define to empty if not defined by
51328         <bits/epoll.h>.
51329         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
51330         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51331         bits/epoll.h.
51333 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51335         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
51336         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
51337         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
51338         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
51339         <bits/timerfd.h>.
51340         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
51341         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51342         bits/timerfd.h.
51344 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51346         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
51347         in C locale.
51348         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
51349         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
51350         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
51351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51353 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
51355         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51356         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
51358 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
51360         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
51361         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
51362         defined.
51363         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
51364         Likewise.
51365         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
51366         entry for 2.16.
51368 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
51370         * math/w_acos.c: Use non-signaling floating-point comparisons.
51371         * math/w_acosf.c: Likewise.
51372         * math/w_acosh.c: Likewise.
51373         * math/w_acoshf.c: Likewise.
51374         * math/w_acoshl.c: Likewise.
51375         * math/w_acosl.c: Likewise.
51376         * math/w_asin.c: Likewise.
51377         * math/w_asinf.c: Likewise.
51378         * math/w_asinl.c: Likewise.
51379         * math/w_atanh.c: Likewise.
51380         * math/w_atanhf.c: Likewise.
51381         * math/w_atanhl.c: Likewise.
51382         * math/w_exp2.c: Likewise.
51383         * math/w_exp2f.c: Likewise.
51384         * math/w_exp2l.c: Likewise.
51385         * math/w_j0.c: Likewise.
51386         * math/w_j0f.c: Likewise.
51387         * math/w_j0l.c: Likewise.
51388         * math/w_j1.c: Likewise.
51389         * math/w_j1f.c: Likewise.
51390         * math/w_j1l.c: Likewise.
51391         * math/w_jn.c: Likewise.
51392         * math/w_jnf.c: Likewise.
51393         * math/w_log.c: Likewise.
51394         * math/w_log10.c: Likewise.
51395         * math/w_log10f.c: Likewise.
51396         * math/w_log10l.c: Likewise.
51397         * math/w_log2.c: Likewise.
51398         * math/w_log2f.c: Likewise.
51399         * math/w_log2l.c: Likewise.
51400         * math/w_logf.c: Likewise.
51401         * math/w_logl.c: Likewise.
51402         * math/w_sqrt.c: Likewise.
51403         * math/w_sqrtf.c: Likewise.
51404         * math/w_sqrtl.c: Likewise.
51405         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51406         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
51407         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51408         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51409         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51411 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51413         [BZ #9739]
51414         * manual/string.texi (strnlen): Use correct parameter name in
51415         equivalent expression.
51417 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51419         [BZ #11174]
51420         * manual/users.texi (seteuid): Consistently use neweuid for
51421         argument name.
51423 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51425         [BZ #13704]
51426         * manual/nss.texi (Services in the NSS configuration): Correct
51427         list of services in example configuration file.
51429 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
51431         [BZ #11322]
51432         * manual/arith.texi: Remove statements about negative zero
51433         behaving identically to zero.
51435 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
51437         [BZ #5993]
51438         * manual/install.texi: Do not document upgrading from libc5.
51440 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
51442         [BZ #4596]
51443         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
51445 2012-02-18  David S. Miller  <davem@davemloft.net>
51447         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
51448         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
51449         %o7 across the call.
51450         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
51451         instead.
51452         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
51453         SETUP_PIC_REG_LEAF.
51454         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51455         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
51456         * sysdeps/sparc/crtn.S: Likewise.
51458 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
51460         * aout/Makefile: Remove.
51462 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
51464         [BZ #13058]
51465         * manual/examples/argp-ex1.c (main): Format definition in GNU
51466         style.
51467         * manual/examples/argp-ex2.c (main): Likewise.
51468         * manual/examples/argp-ex3.c (main): Likewise.
51469         * manual/examples/argp-ex4.c (main): Likewise.
51470         * manual/examples/longopt.c (main): Use new-style prototype
51471         definition.
51472         * manual/examples/strncat.c (main): Specify return type and use
51473         (void) for arguments.
51474         * manual/examples/subopt.c (main): Use char **argv argument.
51476 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51478         [BZ #5077]
51479         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
51480         rounding modes.
51482 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
51484         [BZ #6907]
51485         * manual/string.texi (strchr): Change when strchrnul is
51486         recommended.
51488 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
51490         [BZ #174]
51491         * manual/locale.texi (setlocale): Document LOCPATH.
51493 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51495         [BZ #10210]
51496         * manual/process.texi (execle): Move @dots{} before last argument.
51498 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
51500         [BZ #12047]
51501         * manual/charset.texi (Generic Charset Conversion): Fix typo
51502         (LC_TYPE -> LC_CTYPE).
51504 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
51506         [BZ #5805]
51507         * manual/arith.texi (scalbn): Use @var{} on parameter names.
51508         (scalbnf): Likewise.
51509         (scalbnl): Likewise.
51510         (scalbln): Likewise.
51511         (scalblnf): Likewise.
51512         (scalblnl): Likewise.
51513         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
51514         (vwarnx): Likewise.
51515         (verr): Likewise.
51516         (verrx): Likewise.
51517         * manual/filesys.texi (telldir): Use braces around return type.
51518         * manual/llio.texi (mmap): Add space after comma.
51519         (mmap64): Likewise.
51520         * manual/math.texi (jn): Use @var{} on parameter names.
51521         (jnf): Likewise.
51522         (jnl): Likewise.
51523         (yn): Likewise.
51524         (ynf): Likewise.
51525         (ynl): Likewise.
51526         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
51527         line.
51528         * manual/resource.texi (ulimit): Use @dots{} instead of literal
51529         "...".
51530         (sched_get_priority_min): Remove semicolon on @deftypefun line.
51531         (sched_get_priority_max): Likewise.
51532         * manual/signal.texi (sigvec): Add space after comma.
51533         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
51534         names.
51535         (if_indextoname): Likewise.
51536         (if_freenameindex): Likewise.
51537         (sendto): Use ',' instead of '.' in prototype.
51538         * manual/startup.texi (syscall): Use @dots{} instead of literal
51539         "...".
51540         * manual/stdio.texi (__fpending): Separate initial words of
51541         paragraph from @deftypefun line.
51542         * manual/syslog.texi (syslog): Use @dots{} instead of literal
51543         "...".
51544         (vsyslog): Use @var{} on parameter names.
51545         * manual/terminal.texi (stty): Use @var{} on parameter names.
51546         * manual/users.texi (getutmp): Use @var{} on parameter names.
51547         (getutmpx): Likewise.
51549 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51551         [BZ #6884]
51552         * manual/stdio.texi (fopen): Fix typos in description of
51553         ",ccs=STRING".
51555 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
51557         [BZ #4026]
51558         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
51559         get clock_id definition.
51561 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
51563         [BZ #4822]
51564         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
51565         (madvise): Cast every argument to void on its own.
51567 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51569         [BZ #9902]
51570         * manual/startup.texi (Exit Status): Fix typo.
51572 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51574         [BZ #10140]
51575         * manual/examples/argp-ex1.c: Include <stdlib.h>.
51576         * manual/examples/argp-ex2.c: Likewise.
51577         * manual/examples/argp-ex3.c: Likewise.
51579 2012-02-16  Richard Henderson  <rth@redhat.com>
51581         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
51582         * sysdeps/s390/s390-32/initfini.c: Remove.
51583         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
51584         * sysdeps/s390/s390-64/initfini.c: Remove.
51586 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
51588         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
51589         compiler output for sysdeps/generic/initfini.c.
51590         * sysdeps/sh/elf/initfini.c: Remove file.
51592 2012-02-16  David S. Miller  <davem@davemloft.net>
51594         [BZ #11494]
51595         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
51597         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
51598         * sysdeps/sparc/crti.S: New file.
51599         * sysdeps/sparc/crtn.S: New file.
51600         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
51601         * sysdeps/sparc/sparc64/Makefile: Likewise.
51603 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
51605         [BZ #3335]
51606         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
51608 2012-02-15  Roland McGrath  <roland@hack.frob.com>
51610         [BZ #4822]
51611         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
51613         * mach/devstream.c (cookie_io_functions_t): Macro removed.
51614         (write, read, close): Likewise.
51615         Patch by Aurelien Jarno <aurelien@aurel32.net>.
51617 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
51619         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
51620         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
51621         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
51622         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
51623         <bits/signalfd.h>.
51624         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
51625         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51626         bits/signalfd.h.
51628 2012-02-14  Marek Polacek  <polacek@redhat.com>
51630         * sysdeps/x86_64/crti.S: New file.
51631         * sysdeps/x86_64/crtn.S: New file.
51632         * sysdeps/x86_64/elf/initfini.c: Remove file.
51634 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
51636         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
51637         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
51638         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
51639         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
51640         <bits/inotify.h>.
51641         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
51642         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51643         bits/inotify.h.
51645 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
51647         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
51648         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
51649         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
51650         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
51651         <bits/eventfd.h>.
51652         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
51653         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51654         bits/eventfd.h.
51656 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
51658         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
51659         __feraiseexcept instead of feraiseexcept.
51661         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
51662         nanosleep invocations.
51663         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
51664         strings, and add error checking for a nanosleep invocations.
51666 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
51668         Replace FSF snail mail address with URLs, as per GNU coding standards.
51669         Most of the snail mail addresses were wrong anyway, and omitting
51670         them makes the source code easier to maintain.  Almost all of the
51671         changes are to license notices and to locale LC_IDENTIFICATION
51672         addresses, except for this one:
51673         * manual/libc.texinfo: In "Published by", give the FSF's URL,
51674         not its snail mail address.
51676 2012-02-09  Richard Henderson  <rth@twiddle.net>
51678         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
51679         of kernel-features.h.
51681         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
51683 2012-02-08  Marek Polacek  <polacek@redhat.com>
51685         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
51686         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
51687         * sysdeps/gnu/_G_config.h: Likewise.
51688         * sysdeps/generic/_G_config.h: Likewise.
51690 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
51692         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
51693         tests.
51694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51696         * sysdeps/powerpc/powerpc32/crti.S: New file.
51697         * sysdeps/powerpc/powerpc32/crtn.S: New file.
51698         * sysdeps/powerpc/powerpc64/crti.S: New file.
51699         * sysdeps/powerpc/powerpc64/crtn.S: New file.
51701         * Makeconfig (have-initfini): Don't set.
51702         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
51703         * configure.in (nopic_initfini): Don't substitute.
51704         * config.h.in (HAVE_INITFINI): Don't #undef.
51705         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
51706         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
51708 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
51710         Support crti.S and crtn.S provided directly by architectures.
51711         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
51712         [crti.S in sysdirs] (omit-deps): Likewise.
51713         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
51714         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
51715         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
51716         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
51717         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
51718         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
51719         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
51720         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
51721         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
51722         compiler output for sysdeps/generic/initfini.c.
51723         * sysdeps/i386/elf/Makefile: Remove file.
51724         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
51726 2012-02-07  Marek Polacek  <polacek@redhat.com>
51728         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
51729         * sysdeps/gnu/_G_config.h: Likewise.
51730         * sysdeps/mach/hurd/_G_config.h: Likewise.
51732 2012-02-07  Marek Polacek  <polacek@redhat.com>
51734         * math/Makefile (tests): Add tst-CMPLX2.
51735         * math/tst-CMPLX2.c: New file.
51737 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
51739         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51741         * math/libm-test.inc (jn_test): Add missing L suffix.
51743 2012-02-06  Marek Polacek  <polacek@redhat.com>
51745         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
51746         * sysdeps/i386/fpu/e_powf.S: Likewise.
51747         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51748         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
51749         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51750         * sysdeps/i386/fpu/e_pow.S: Likewise.
51751         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
51752         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51753         * sysdeps/i386/fpu/s_expm1.S: Likewise.
51754         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
51755         * sysdeps/i386/fpu/e_log2.S: Likewise.
51756         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51757         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51758         * sysdeps/i386/fpu/e_powl.S: Likewise.
51759         * sysdeps/i386/fpu/s_log1p.S: Likewise.
51760         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51761         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
51762         * sysdeps/i386/fpu/e_logl.S: Likewise.
51763         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
51764         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
51765         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
51766         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
51767         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51768         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51769         * sysdeps/i386/fpu/e_log.S: Likewise.
51770         * sysdeps/i386/fpu/s_cexp.S: Likewise.
51771         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51772         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
51773         * sysdeps/i386/fpu/e_logf.S: Likewise.
51774         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51775         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51776         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
51777         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
51778         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
51779         * sysdeps/i386/fpu/e_log10.S: Likewise.
51780         * sysdeps/i386/fpu/s_frexp.S: Likewise.
51781         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51782         * sysdeps/i386/fpu/s_asinh.S: Likewise.
51783         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
51784         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51785         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
51786         * sysdeps/i386/asm-syntax.h: Likewise.
51787         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51788         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51789         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51790         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
51791         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
51792         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51793         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
51794         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
51795         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51796         * sysdeps/powerpc/sysdep.h: Likewise.
51797         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
51798         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
51800 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51802         [BZ #411]
51803         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
51805 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51807         * sysdeps/i386/sysdep.h: Include <features.h>.
51808         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
51809         version.
51811 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
51813         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
51814         Define.
51815         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
51816         LOAD_PIC_REG_STR.
51818 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51820         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
51821         (SETUP_PIC_REG): Use GET_PC_THUNK.
51822         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
51823         macro.
51825 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51827         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
51828         for non-PIC compilation.
51829         (SETUP_PIC_REG): Add .p2align directive.
51830         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
51831         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
51832         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51833         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51834         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
51835         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51836         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
51837         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51838         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51839         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51840         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51841         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51842         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51843         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51844         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51845         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
51846         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
51847         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51848         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51849         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51850         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51851         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
51852         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51853         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51854         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
51855         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
51856         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51857         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
51858         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51859         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51860         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51861         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51862         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51863         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51864         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51865         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51866         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51867         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51868         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51869         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51870         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51872 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51874         * math/tst-CMPLX.c: Include <stdio.h>.
51876 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
51878         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
51879         float.
51880         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51881         * sysdeps/sparc/bits/mathdef.h: Likewise.
51883 2012-01-31  Marek Polacek  <polacek@redhat.com>
51885         * libio/libio.h: Don't define _PARAMS.
51886         * locale/programs/config.h: Don't define PARAMS.
51887         * stdlib/strtol_l.c: Likewise.
51888         (__strtol_l): Remove PARAMS from the prototype.
51890 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
51892         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
51893         names.  Just use the correct names.  Remove unnecessary wrapper
51894         functions.
51895         * malloc/arena.c: Likewise.
51896         * malloc/hooks.c: Likewise.
51898         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
51899         ARENA_TEST says not to.  Simplify test for creation of a new arena.
51900         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
51902 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
51904         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
51905         into tail calls.
51906         (update_get_addr): New function.
51907         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
51908         GET_ADDR_MODULE parameter.
51910 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51912         * crypt/cert.c: Remove __STDC__ conditionals.
51913         * crypt/crypt-entry.c: Likewise.
51914         * crypt/crypt_util.c: Likewise.
51915         * libio/filedoalloc.c: Likewise.
51916         * libio/fileops.c: Likewise.
51917         * libio/genops.c: Likewise.
51918         * libio/iofclose.c: Likewise.
51919         * libio/iofdopen.c: Likewise.
51920         * libio/iofopen.c: Likewise.
51921         * libio/iofopen64.c: Likewise.
51922         * libio/iogetdelim.c: Likewise.
51923         * libio/iopopen.c: Likewise.
51924         * libio/obprintf.c: Likewise.
51925         * libio/oldfileops.c: Likewise.
51926         * libio/oldiofclose.c: Likewise.
51927         * libio/oldiofdopen.c: Likewise.
51928         * libio/oldiofopen.c: Likewise.
51929         * libio/oldiopopen.c: Likewise.
51930         * libio/wfiledoalloc.c: Likewise.
51931         * libio/wgenops.c: Likewise.
51932         * locale/programs/xmalloc.c: Likewise.
51933         * misc/syslog.c: Likewise.
51934         * stdio-common/xbug.c: Likewise.
51935         * string/memchr.c: Likewise.
51936         * string/memcmp.c: Likewise.
51937         * string/memrchr.c: Likewise.
51938         * string/rawmemchr.c: Likewise.
51939         * sysdeps/posix/getcwd.c: Likewise.
51940         * time/strftime_l.c: Likewise.
51942 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51944         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
51945         * config.make.in (config-cflags-sse2avx): Define.
51946         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51947         Fix typo.
51949 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
51951         * scripts/config.guess: Update from upstream config git repository.
51952         * scripts/config.sub: Likewise.
51954 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
51956         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51957         (EM_NUM): Update.
51958         (R_TILEPRO_*, R_TILEGX_*): New macros.
51960         * scripts/firstversions.awk: Fix bug in version range handling.
51962         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51964         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51966         * include/sys/epoll.h: New file.
51967         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51968         libc_hidden_def.
51970 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
51972         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51973         Avoid unnecessary __WORDSIZE == 64 test.
51974         (fmaxf): Use VEX format if possible.
51975         (fmax): Likewise.
51976         (fminf): Likewise.
51977         (fmin): Likewise.
51979         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51980         * math/math_private.h: Remove libc_fegetround* and
51981         libc_fesetround*.
51982         * sysdeps/i386/configure.in: Check for -msse2avx.
51983         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51984         also if SSE2AVX is defined.
51985         Remove libc_fegetround* and libc_fesetround*.
51986         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51987         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51988         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51989         of HAS_YMM_USABLE.
51990         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51991         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51992         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51993         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51994         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51996         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51998 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52000         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
52001         size is not set.
52002         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52004 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
52006         [BZ #13618]
52007         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
52008         relocation.
52009         * Makeconfig (libm): Define.
52010         * elf/Makefile: Add rules to build and run tst-relsort1.
52011         * elf/tst-relsort1.c: New file.
52012         * elf/tst-relsort1mod1.c: New file.
52013         * elf/tst-relsort1mod2.c: New file.
52015 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
52017         * math/s_ldexp.c: Remove __STDC__ conditionals.
52018         * math/s_ldexpf.c: Likewise.
52019         * math/s_ldexpl.c: Likewise.
52020         * math/s_nextafter.c: Likewise.
52021         * math/s_nexttowardf.c: Likewise.
52022         * math/s_significand.c: Likewise.
52023         * math/s_significandf.c: Likewise.
52024         * math/s_significandl.c: Likewise.
52025         * math/w_jnl.c: Likewise.
52026         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
52027         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
52028         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
52029         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
52030         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
52031         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
52032         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
52033         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
52034         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
52035         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
52036         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
52037         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52038         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
52039         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
52040         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
52041         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
52042         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
52043         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
52044         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
52045         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52046         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52047         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
52048         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
52049         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
52050         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
52051         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
52052         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
52053         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
52054         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
52055         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
52056         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
52057         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
52058         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
52059         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
52060         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
52061         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
52062         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
52063         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
52064         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
52065         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
52066         * sysdeps/ieee754/k_standard.c: Likewise.
52067         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52068         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
52069         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
52070         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
52071         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
52072         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
52073         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
52074         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
52075         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
52076         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
52077         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
52078         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
52079         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
52080         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
52081         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
52082         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
52083         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
52084         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
52085         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
52086         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
52087         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
52088         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
52089         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
52090         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
52091         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
52092         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
52093         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52094         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52095         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52096         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
52097         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
52098         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
52099         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
52100         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
52101         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
52102         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
52103         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
52104         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
52105         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
52106         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
52107         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
52108         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
52109         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
52110         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
52111         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
52112         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
52113         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
52114         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
52115         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
52116         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
52117         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
52118         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
52119         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
52120         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
52121         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
52122         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
52123         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
52124         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52125         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52126         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52127         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
52128         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
52129         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
52130         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
52131         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
52132         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
52133         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
52134         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
52135         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
52136         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
52137         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
52138         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
52139         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
52140         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
52141         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
52142         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
52143         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
52144         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
52145         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
52146         * sysdeps/ieee754/s_matherr.c: Likewise.
52147         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
52148         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
52149         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
52150         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
52152 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
52154         * crypt/md5.h: Remove __STDC__ conditionals.
52155         * libio/libioP.h: Likewise.
52156         * locale/programs/config.h: Likewise.
52157         * sysdeps/generic/sysdep.h: Likewise.
52158         * sysdeps/i386/asm-syntax.h: Likewise.
52159         * sysdeps/s390/asm-syntax.h: Likewise.
52160         * sysdeps/unix/sysdep.h: Likewise.
52161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
52162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
52164 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
52166         * libio/libio.h: Remove __STDC__ conditionals.
52167         * malloc/obstack.h: Likewise.
52168         * math/complex.h: Likewise.
52169         * math/math.h: Likewise.
52170         * sysdeps/generic/_G_config.h: Likewise.
52171         * sysdeps/gnu/_G_config.h: Likewise.
52172         * sysdeps/mach/hurd/_G_config.h: Likewise.
52173         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52174         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
52175         * sysdeps/sparc/bits/mathdef.h: Likewise.
52177 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
52179         [BZ #13583]
52180         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
52181         Clean up HAS_* macros.
52182         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
52183         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
52184         possible.
52185         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
52186         HAS_AVX.
52187         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52188         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52189         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52190         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52191         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52193 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
52195         * elf/tst-unique3.cc (gets): Remove declaration.
52196         * elf/tst-unique3lib.cc (gets): Likewise.
52197         * elf/tst-unique3lib2.cc (gets): Likewise.
52198         * elf/tst-unique4.cc (gets): Likewise.
52200 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
52202         * include/stdio.h: Add C++ protection.  Add gets declarations and
52203         definitions.
52204         * debug/tst-chk1.c: Don't declare gets here.
52205         * stdio-common/tst-gets.c: Likewise.
52207 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
52209         * posix/glob: Remove directory.
52211 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
52213         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
52215 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
52217         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
52218         of the non-standard EPFNOSUPPORT.
52220 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52222         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
52223         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
52224         ANYWHERE set to 1 only on KERN_NO_SPACE error.
52226 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
52228         * wcsmbs/uchar.h: Test __STDC_VERSION__.
52230 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
52232         * nscd/aicache.c (addhstaiX): Do not cache negative results of
52233         transient errors.
52234         * nscd/grpcache.c (cache_addgr): Likewise.
52235         * nscd/hstcache.c (cache_addhst): Likewise.
52236         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52237         * nscd/pwdcache.c (cache_addpw): Likewise.
52238         * nscd/servicescache.c (cache_addserv): Likewise.
52240 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
52242         * malloc/malloc.c: Various cleanups.
52243         * malloc/hooks.c: Likewise.
52245         * stdlib/Makefile (tests): Add bug-fmtmsg1.
52246         * stdlib/bug-fmtmsg1.c: New file.
52248         * stdlib/fmtmsg.c (init): Add missing unlock.
52249         Patch by Peng Haitao <penght@cn.fujitsu.com>.
52251 2012-01-12  Marek Polacek  <polacek@redhat.com>
52253         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
52254         and _GNU_SOURCE.
52256 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52258         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
52259         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
52260         macro to ensure uniqueness of label name.
52261         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52262         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52264 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
52266         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
52268         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
52269         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
52270         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
52271         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
52273 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
52275         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
52277         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
52278         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
52279         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
52281         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
52283         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
52284         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
52285         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
52286         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
52288         * math/bits/math-finite.h: Add ldexp support.
52290 2012-01-10  Marek Polacek  <polacek@redhat.com>
52292         * locale/programs/localedef.h (show_archive_content): Add noreturn
52293         attribute.
52295 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
52297         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
52299 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52301         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
52303         * io/Makefile (headers): Add bits/poll2.h.
52305 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
52307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
52308         typo #include statement.
52310 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52312         * include/sys/cdefs.h: Define __attribute_alloc_size.
52313         * catgets/gencat.c: Add alloc_size attribute and apply consistently
52314         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
52315         * elf/pldd.c: Likewise.
52316         * iconv/iconv_charmap.c: Likewise.
52317         * iconv/iconvconfig.c: Likewise.
52318         * iconv/strtab.c: Likewise.
52319         * locale/programs/locale.c: Likewise.
52320         * locale/programs/localedef.h: Likewise.
52321         * locale/programs/simple-hash.c: Likewise.
52322         * nscd/nscd.h: Likewise.
52323         * nss/makedb.c: Likewise.
52324         * sysdeps/generic/ldconfig.h: Likewise.
52325         * locale/programs/localedef.c: Remove xmalloc prototype.
52326         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
52328 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52330         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
52331         appropriate.
52333 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52335         * math/Makefile (tests): Add tst-CMPLX.
52336         * math/tst-CMPLX.c: New file.
52338         * math/complex.h (CMPLXL): Fix typo.
52340         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
52341         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
52342         GLIBC_2.16.
52343         * debug/tst-chk1.c: Add poll and ppoll tests.
52344         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
52345         * include/sys/poll.h: Add hidden proto for ppoll.
52346         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
52347         * sysdeps/mach/hurd/ppoll.c: Likewise.
52348         * io/ppoll.c: Likewise.
52349         * debug/poll_chk.c: New file.
52350         * debug/ppoll_chk.c: New file.
52351         * include/bits/poll2.h: New file.
52352         * io/bits/poll2.h: New file.
52354         [BZ #1350]
52355         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
52357         * configure.in: static is always set to yes.  Remove.
52358         * config.make.in: Don't set build-static.
52359         * Makeconfig: Remove use of build-static.
52360         * dlfcn/Makefile: Likewise.
52361         * elf/Makefile: Likewise.
52362         * math/Makefile: Likewise.
52363         * misc/Makefile: Likewise.
52364         * nptl/Makefile: Likewise.
52365         * sysdeps/mach/hurd/Makefile: Likewise.
52367         * configure.in: PWD_P is not used anymore.
52368         * config.make.in: Remove PWD_P entry.
52370         * configure.in: Remove last remnants of RANLIB.
52371         No need to check for signed size_t anymore.
52372         Don't set libc_commonpagesize and libc_relro_required here for Alpha
52373         and IA-64.
52374         Remove __builtin_expect test because we require at least gcc 3.4.
52375         * aclocal.m4: Likewise.
52377         * wcsmbs/mbrtoc16.c: Implement using towc function.
52378         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
52379         * wcsmbs/wcsmbsload.c: Likewise.
52380         * iconv/gconv_simple.c: Likewise.
52381         * iconv/gconv_int.h: Likewise.
52382         * iconv/gconv_builtin.h: Likewise.
52383         * iconv/iconv_prog.c: Remove CHAR16 handling.
52385         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
52387         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
52389         * configure.in: Remove --with-elf and --enable-bounded options.
52390         Dont set base_machine for ia64.  More non-ELF conditions removed.
52391         Remove testing and setting of leading underscore information.
52392         * config.make.in (build-bounded): Set to no.
52393         * config.h.in: Remove NO_UNDERSCORES entry.
52394         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
52395         them.
52396         * csu/start.c: Remove !NO_UNDERSCORE code.
52397         * locale/localeinfo.h: Likewise.
52398         * sysdeps/generic/machine-gmon.h: Likewise.
52399         * sysdeps/generic/sysdep.h: Likewise.
52400         * sysdeps/i386/sysdep.h: Likewise.
52401         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
52402         * sysdeps/mach/sysdep.h: Likewise.
52403         * sysdeps/s390/s390-32/sysdep.h: Likewise.
52404         * sysdeps/s390/s390-64/sysdep.h: Likewise.
52405         * sysdeps/sh/sysdep.h: Likewise.
52406         * sysdeps/sparc/sparc32/alloca.S: Likewise.
52407         * sysdeps/unix/i386/sysdep.S: Likewise.
52408         * sysdeps/unix/sparc/start.c: Likewise.
52409         * sysdeps/unix/sparc/sysdep.S: Likewise.
52410         * sysdeps/unix/sparc/sysdep.h: Likewise.
52411         * sysdeps/unix/start.c: Likewise.
52412         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52413         * sysdeps/x86_64/sysdep.h: Likewise.
52415 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
52417         [BZ #13553]
52418         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
52419         for non-gcc.
52420         * argp/argp-fmtstream.h: Use const instead __const.
52421         * argp/argp.h: Likewise.
52422         * assert/assert.h: Likewise.
52423         * bits/fenv.h: Likewise.
52424         * bits/sched.h: Likewise.
52425         * bits/sigset.h: Likewise.
52426         * bits/sigthread.h: Likewise.
52427         * catgets/nl_types.h: Likewise.
52428         * conform/data/pthread.h-data: Likewise.
52429         * crypt/crypt-private.h: Likewise.
52430         * crypt/crypt.h: Likewise.
52431         * crypt/crypt_util.c: Likewise.
52432         * ctype/ctype.h: Likewise.
52433         * debug/execinfo.h: Likewise.
52434         * debug/mbsnrtowcs_chk.c: Likewise.
52435         * debug/mbsrtowcs_chk.c: Likewise.
52436         * debug/wcsnrtombs_chk.c: Likewise.
52437         * debug/wcsrtombs_chk.c: Likewise.
52438         * debug/wcstombs_chk.c: Likewise.
52439         * dirent/dirent.h: Likewise.
52440         * dlfcn/dlfcn.h: Likewise.
52441         * elf/neededtest4.c: Likewise.
52442         * grp/grp.h: Likewise.
52443         * gshadow/gshadow.h: Likewise.
52444         * iconv/gconv.h: Likewise.
52445         * iconv/gconv_int.h: Likewise.
52446         * iconv/gconv_simple.c: Likewise.
52447         * iconv/iconv.h: Likewise.
52448         * iconv/loop.c: Likewise.
52449         * iconv/skeleton.c: Likewise.
52450         * include/aio.h: Likewise.
52451         * include/aliases.h: Likewise.
52452         * include/argz.h: Likewise.
52453         * include/arpa/inet.h: Likewise.
52454         * include/assert.h: Likewise.
52455         * include/dirent.h: Likewise.
52456         * include/dlfcn.h: Likewise.
52457         * include/execinfo.h: Likewise.
52458         * include/fcntl.h: Likewise.
52459         * include/fenv.h: Likewise.
52460         * include/glob.h: Likewise.
52461         * include/grp.h: Likewise.
52462         * include/libintl.h: Likewise.
52463         * include/mntent.h: Likewise.
52464         * include/netdb.h: Likewise.
52465         * include/pwd.h: Likewise.
52466         * include/rpc/netdb.h: Likewise.
52467         * include/sched.h: Likewise.
52468         * include/search.h: Likewise.
52469         * include/shadow.h: Likewise.
52470         * include/signal.h: Likewise.
52471         * include/stdio.h: Likewise.
52472         * include/stdlib.h: Likewise.
52473         * include/string.h: Likewise.
52474         * include/sys/socket.h: Likewise.
52475         * include/sys/stat.h: Likewise.
52476         * include/sys/statfs.h: Likewise.
52477         * include/sys/statvfs.h: Likewise.
52478         * include/sys/syslog.h: Likewise.
52479         * include/sys/time.h: Likewise.
52480         * include/sys/uio.h: Likewise.
52481         * include/time.h: Likewise.
52482         * include/unistd.h: Likewise.
52483         * include/utmp.h: Likewise.
52484         * include/wchar.h: Likewise.
52485         * include/wctype.h: Likewise.
52486         * inet/aliases.h: Likewise.
52487         * inet/arpa/inet.h: Likewise.
52488         * inet/netinet/ether.h: Likewise.
52489         * inet/netinet/in.h: Likewise.
52490         * intl/libintl.h: Likewise.
52491         * io/bits/fcntl2.h: Likewise.
52492         * io/fcntl.h: Likewise.
52493         * io/ftw.h: Likewise.
52494         * io/sys/poll.h: Likewise.
52495         * io/sys/stat.h: Likewise.
52496         * io/sys/statfs.h: Likewise.
52497         * io/sys/statvfs.h: Likewise.
52498         * io/utime.h: Likewise.
52499         * libio/bits/stdio.h: Likewise.
52500         * libio/bits/stdio2.h: Likewise.
52501         * libio/libio.h: Likewise.
52502         * libio/libioP.h: Likewise.
52503         * libio/stdio.h: Likewise.
52504         * locale/lc-ctype.c: Likewise.
52505         * locale/locale.h: Likewise.
52506         * login/utmp.h: Likewise.
52507         * malloc/arena.c: Likewise.
52508         * malloc/malloc.c: Likewise.
52509         * malloc/malloc.h: Likewise.
52510         * malloc/mcheck.c: Likewise.
52511         * malloc/mtrace.c: Likewise.
52512         * math/bits/mathcalls.h: Likewise.
52513         * math/fenv.h: Likewise.
52514         * math/math_private.h: Likewise.
52515         * misc/bits/error.h: Likewise.
52516         * misc/bits/syslog.h: Likewise.
52517         * misc/err.h: Likewise.
52518         * misc/error.h: Likewise.
52519         * misc/fstab.h: Likewise.
52520         * misc/mntent.h: Likewise.
52521         * misc/regexp.h: Likewise.
52522         * misc/search.h: Likewise.
52523         * misc/sgtty.h: Likewise.
52524         * misc/sys/mman.h: Likewise.
52525         * misc/sys/syslog.h: Likewise.
52526         * misc/sys/uio.h: Likewise.
52527         * misc/sys/xattr.h: Likewise.
52528         * misc/ttyent.h: Likewise.
52529         * nis/rpcsvc/ypclnt.h: Likewise.
52530         * nss/nss.h: Likewise.
52531         * posix/bits/unistd.h: Likewise.
52532         * posix/fnmatch.h: Likewise.
52533         * posix/glob.h: Likewise.
52534         * posix/sched.h: Likewise.
52535         * posix/spawn.h: Likewise.
52536         * posix/sys/wait.h: Likewise.
52537         * posix/unistd.h: Likewise.
52538         * posix/wordexp.h: Likewise.
52539         * pwd/pwd.h: Likewise.
52540         * resolv/netdb.h: Likewise.
52541         * resource/sys/resource.h: Likewise.
52542         * rt/aio.h: Likewise.
52543         * rt/bits/mqueue2.h: Likewise.
52544         * rt/mqueue.h: Likewise.
52545         * shadow/shadow.h: Likewise.
52546         * signal/signal.h: Likewise.
52547         * socket/send.c: Likewise.
52548         * socket/sendto.c: Likewise.
52549         * socket/sys/socket.h: Likewise.
52550         * stdio-common/printf.h: Likewise.
52551         * stdlib/bits/stdlib.h: Likewise.
52552         * stdlib/fmtmsg.h: Likewise.
52553         * stdlib/monetary.h: Likewise.
52554         * stdlib/stdlib.h: Likewise.
52555         * stdlib/ucontext.h: Likewise.
52556         * streams/stropts.h: Likewise.
52557         * string/argz.h: Likewise.
52558         * string/bits/string2.h: Likewise.
52559         * string/string.h: Likewise.
52560         * string/strings.h: Likewise.
52561         * sunrpc/rpc/auth.h: Likewise.
52562         * sunrpc/rpc/auth_des.h: Likewise.
52563         * sunrpc/rpc/clnt.h: Likewise.
52564         * sunrpc/rpc/netdb.h: Likewise.
52565         * sunrpc/rpc/pmap_clnt.h: Likewise.
52566         * sunrpc/rpc/xdr.h: Likewise.
52567         * sysdeps/generic/inttypes.h: Likewise.
52568         * sysdeps/generic/net/if.h: Likewise.
52569         * sysdeps/generic/sys/swap.h: Likewise.
52570         * sysdeps/gnu/net/if.h: Likewise.
52571         * sysdeps/gnu/utmpx.h: Likewise.
52572         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
52573         * sysdeps/i386/i486/bits/string.h: Likewise.
52574         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
52575         * sysdeps/s390/bits/string.h: Likewise.
52576         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
52577         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
52578         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
52579         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
52580         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
52581         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
52582         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
52583         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
52584         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
52585         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
52586         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
52587         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
52588         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
52589         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
52590         * sysdeps/unix/sysv/linux/readv.c: Likewise.
52591         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
52592         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
52593         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52594         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
52595         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
52596         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52597         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
52598         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
52599         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
52600         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
52601         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
52602         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
52603         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52604         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
52605         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
52606         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
52607         * sysvipc/sys/ipc.h: Likewise.
52608         * sysvipc/sys/msg.h: Likewise.
52609         * sysvipc/sys/sem.h: Likewise.
52610         * sysvipc/sys/shm.h: Likewise.
52611         * termios/termios.h: Likewise.
52612         * time/sys/time.h: Likewise.
52613         * time/time.h: Likewise.
52614         * wcsmbs/bits/wchar2.h: Likewise.
52615         * wcsmbs/uchar.h: Likewise.
52616         * wcsmbs/wchar.h: Likewise.
52617         * wctype/wctype.h: Likewise.
52619         [BZ #13551]
52620         * Makeconfig: Remove all but ELF support including AIX support.
52621         * Makerules: Likewise.
52622         * config.h.in: Likewise.
52623         * config.make.in: Likewise.
52624         * configure: Likewise.
52625         * configure.in: Likewise.
52626         * csu/Makefile: Likewise.
52627         * csu/version.c: Likewise.
52628         * debug/Makefile: Likewise.
52629         * dlfcn/Makefile: Likewise.
52630         * elf/Makefile: Likewise.
52631         * extra-lib.mk: Likewise.
52632         * iconv/Makefile: Likewise.
52633         * include/libc-symbols.h: Likewise.
52634         * include/shlib-compat.h: Likewise.
52635         * resolv/Makefile: Likewise.
52636         * resolv/res_libc.c: Likewise.
52637         * rt/Makefile: Likewise.
52638         * sysdeps/i386/asm-syntax.h: Likewise.
52639         * sysdeps/i386/sysdep.h: Likewise.
52640         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
52641         * sysdeps/mach/sysdep.h: Likewise.
52642         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
52643         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
52644         * sysdeps/s390/asm-syntax.h: Likewise.
52645         * sysdeps/s390/s390-32/sysdep.h: Likewise.
52646         * sysdeps/s390/s390-64/sysdep.h: Likewise.
52647         * sysdeps/sh/sysdep.h: Likewise.
52648         * sysdeps/unix/sparc/sysdep.h: Likewise.
52649         * sysdeps/wordsize-32/divdi3.c: Likewise.
52650         * sysdeps/x86_64/sysdep.h: Likewise.
52652         * argp/Versions: Remove _argp_unlock_xxx.
52654         [BZ #13559]
52655         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
52656         * abilist/libBrokenLocale.abilist: Likewise.
52657         * abilist/libanl.abilist: Likewise.
52658         * abilist/libc.abilist: Likewise.
52659         * abilist/libcrypt.abilist: Likewise.
52660         * abilist/libdl.abilist: Likewise.
52661         * abilist/libm.abilist: Likewise.
52662         * abilist/libnsl.abilist: Likewise.
52663         * abilist/libpthread.abilist: Likewise.
52664         * abilist/libresolv.abilist: Likewise.
52665         * abilist/librt.abilist: Likewise.
52666         * abilist/libthread_db.abilist: Likewise.
52667         * abilist/libutil.abilist: Likewise.
52668         * abilist/libnss_db.abilist: New file.
52670         * scripts/abilist.awk: Add support for indirect functions.
52672         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
52674         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
52676         * shlib-versions: Remove entries for ports architectures.
52678         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
52679         files in ports.
52680         * elf/stackguard-macros.h: Remove support for IA-64.
52681         * elf/tst-auditmod1.c: Likewise.
52682         * sysdeps/generic/ldsodefs.h: Likewise.
52684         * sysdeps/unix/sysv/linux/configure.in: Ports should define
52685         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
52686         configure files.
52688         [BZ #13552]
52689         * configure.in: Remove --enable-omitfp support.
52690         * FAQ.in: Adjust.
52691         * config.make.in: Likewise.
52692         * Makeconfig: Likewise.
52693         * manual/install.texi: Likewise.
52695         In case anyone cares, the IA-64 architecture could move to ports.
52696         * sysdeps/ia64/*: Removed.
52697         * sysdeps/unix/sysv/linux/ia64/*: Removed.
52698         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
52700         [BZ #13555]
52701         * configure.in: Remove entries for unsupported architectures.
52703         [BZ #13533]
52704         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
52705         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
52706         routines.
52707         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
52708         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
52709         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
52710         fall back to using wcrtomb.
52711         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
52712         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
52713         renaming.
52714         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
52715         * wcsmbs/tst-c16c32-1.c: New file.
52717         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
52718         local variable.
52720         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
52722         * elf/tst-unique3.cc: Add explicit declaration of gets.
52723         * elf/tst-unique3lib.cc: Likewise.
52724         * elf/tst-unique3lib2.cc: Likewise.
52725         * elf/tst-unique4.cc: Likewise.
52727         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
52729 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
52731         [BZ #13566]
52732         * assert/assert.h (static_assert): Don't define for C++.
52733         * libio/stdio.h (gets): Do declare for C++ <= C++11.
52734         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
52736 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
52738         * iconv/loop.c (single loop): Fix assertion in storing of
52739         remaining bytes.
52741         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
52743 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
52745         * posix/getconf.c: Update copyright year.
52746         * nss/getent.c: Likewise.
52747         * nss/makedb.c: Likewise.
52748         * iconv/iconvconfig.c: Likewise.
52749         * iconv/iconv_prog.c: Likewise.
52750         * elf/ldconfig.c: Likewise.
52751         * elf/pldd.c: Likewise.
52752         * elf/sotruss.ksh: Likewise.
52753         * catgets/gencat.c: Likewise.
52754         * csu/version.c: Likewise.
52755         * elf/ldd.bash.in: Likewise.
52756         * elf/sprof.c (print_version): Likewise.
52757         * locale/programs/locale.c: Likewise.
52758         * locale/programs/localedef.c: Likewise.
52759         * login/programs/pt_chown.c: Likewise.
52760         * nscd/nscd.c (print_version): Likewise.
52761         * debug/xtrace.sh: Likewise.
52762         * malloc/memusage.sh: Likewise.
52763         * malloc/mtrace.pl: Likewise.
52764         * debug/catchsegv.sh: Likewise.
52766 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
52768         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
52769         pure attribute.
52771 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
52773         [BZ #13533]
52774         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
52775         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
52776         transformations.
52777         * iconv/gconv_int.h: Likewise.
52778         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
52779         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
52780         from libc for GLIBC_2.16.
52781         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
52782         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
52783         * wcsmbs/uchar.h: Really define mbstate_t.
52784         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
52785         * wcsmbs/c16rtomb.c: New file.
52786         * wcsmbs/mbrtoc16.c: New file.
52787         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
52788         for C/POSIX locale.
52789         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
52790         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
52792         * wcsmbs/wchar.h: Add missing __restrict.
52794 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52796         [BZ #13532]
52797         * time/Makefile (routines): Add timespec_get.
52798         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
52799         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
52800         timespec for ISO C11.
52801         * time/timespec_get.c: New file.
52802         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
52803         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
52805         [BZ #13531]
52806         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
52807         * stdlib/stdlib.h: Declare aligned_alloc.
52808         * Versions.def: Add GLIBC_2.16 for libc.
52809         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
52811         [BZ 13527]
52812         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
52813         ISO C11.
52815         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
52816         code.
52818         [BZ #13528]
52819         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
52821         [BZ #13529]
52822         * assert/assert.h (static_assert): Define.
52824         * version.h: Update for 2.16 development version.
52826         [BZ #13526]
52827         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
52828         _ISOC11_SOURCE.
52830         * version.h (RELEASE): Bump for 2.15 release.
52831         * include/features.h (__GLIBC_MINOR__): Bump to 15.
52833         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
52834         Patch by Marek Polacek <mpolacek@redhat.com>.
52836         * bits/byteswap.h: Protect long long constants with __extension__.
52837         * sysdeps/i386/bits/byteswap.h: Likewise.
52838         * sysdeps/ia64/bits/byteswap.h: Likewise.
52839         * sysdeps/s390/bits/byteswap.h: Likewise.
52840         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52842 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52844         [BZ #13540]
52845         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
52846         destination buffer.
52847         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
52849 2011-12-23  Marek Polacek  <polacek@redhat.com>
52851         * elf/dl-addr.c (determine_info): Add inline keyword.
52852         * elf/tst-auditmod4b.c (check_avx): Likewise.
52853         * elf/tst-auditmod6b.c (check_avx): Likewise.
52854         * elf/tst-auditmod6c.c (check_avx): Likewise.
52855         * elf/tst-auditmod7b.c (check_avx): Likewise.
52857 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52859         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
52860         !__SSE_MATH__.
52862 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52864         [BZ #13540]
52865         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
52866         processing for last bytes.
52868 2011-08-06  Bruno Haible  <bruno@clisp.org>
52870         [BZ #13061]
52871         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
52872         U+0385, not to U+1FEE.
52874         [BZ #13062]
52875         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
52876         entry for U+00A5 U+0301.
52878 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52880         [BZ #13166]
52881         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
52882         buffer for the output is too small.
52884         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
52885         optimization.
52887         [BZ #13185]
52888         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
52889         SSE flags if possible.
52891 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52893         [BZ #13540]
52894         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
52895         processing for last bytes.
52897 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
52899         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
52900         (syscall-list-default-options, syscall-list-default-condition)
52901         (syscall-list-includes): Define.
52902         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
52903         list of ABIs and options and #if conditions for each ABI.  Do not
52904         handle common syscalls between ABIs specially.
52905         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
52906         Remove.
52907         (syscall-list-variants, syscall-list-32bit-options)
52908         (syscall-list-32bit-condition, syscall-list-64bit-options)
52909         (syscall-list-64bit-condition): Define.
52910         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
52911         (syscall-list-variants, syscall-list-32bit-options)
52912         (syscall-list-32bit-condition, syscall-list-64bit-options)
52913         (syscall-list-64bit-condition): Define.
52914         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
52915         Remove.
52916         (syscall-list-variants, syscall-list-32bit-options)
52917         (syscall-list-32bit-condition, syscall-list-64bit-options)
52918         (syscall-list-64bit-condition): Define.
52919         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52920         Remove.
52921         (syscall-list-variants, syscall-list-32bit-options)
52922         (syscall-list-32bit-condition, syscall-list-64bit-options)
52923         (syscall-list-64bit-condition): Define.
52925 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52927         * locale/iso-639.def: Add brx entry.
52929         [BZ #13328]
52930         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52931         Proposed by Mariusz_Cukr <marcukr@op.pl>.
52933         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52934         __feraiseexcept_renamed.
52936 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52938         [BZ #13538]
52939         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52940         EPOLLET with unsigned values.
52941         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52942         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52944         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52945         to large cancellation.
52946         * math/s_cacoshf.c: Likewise.
52947         * math/s_cacoshl.c: Likewise.
52949 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
52951         [BZ #13305]
52952         [BZ #12786]
52953         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52954         * math/s_cacoshf.c: Likewise.
52955         * math/s_cacoshl.c: Likewise.
52957 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52959         [BZ #13439]
52960         * iconv/gconv.h: Define __GCONV_SWAP.
52961         * iconvdata/unicode.c: The swap bit must be stored in __flags.
52962         * iconvdata/utf-16.c: Likewise.
52963         * iconvdata/utf-32.c: Likewise.
52965 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
52967         [BZ #13524]
52968         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52969         numerator after shifting it by one limb.
52971 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
52973         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52974         under [__USE_EXTERN_INLINES].
52976 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52978         [BZ #13446]
52979         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52981 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52983         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52984         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52985         optimized code.
52986         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52987         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52988         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52989         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52990         for strncasecmp/strncasecmp_l compilation.
52991         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52992         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52994 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
52996         [BZ #13484]
52997         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52998         of __asm__.
53000 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
53002         [BZ #13506]
53003         * time/tzfile.c (__tzfile_read): Check values from file header.
53005 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
53007         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
53008         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
53009         * powerpc/powerpc32/dl-start.S: Likewise.
53010         * powerpc/powerpc32/elf/start.S: Likewise.
53011         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
53012         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
53013         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
53014         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
53015         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
53016         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
53017         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
53018         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
53019         * powerpc/powerpc32/fpu/s_round.S: Likewise.
53020         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
53021         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
53022         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
53023         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
53024         * powerpc/powerpc32/memset.S: Likewise.
53025         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
53026         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
53027         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
53028         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
53029         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
53030         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
53031         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
53032         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
53033         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
53034         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
53035         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
53036         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
53037         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
53039 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53041         * math/libm-test.inc: Added more nearbyint tests.
53042         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
53043         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
53044         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
53045         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
53047 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
53049         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
53050         FD_CLOEXEC.
53052 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53054         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
53055         Add wcscpy-ssse3 wcscpy-c.
53056         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
53057         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
53058         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
53059         * sysdeps/x86_64/wcschr.S: New file.
53060         * sysdeps/x86_64/wcsrchr.S: New file.
53061         * string/test-strcmp.c: Remove checking of wcscmp function for
53062         wrong alignments.
53063         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
53064         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
53065         wcsrchr-sse2 wcsrchr-c.
53066         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
53067         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
53068         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
53069         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
53070         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
53071         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
53072         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
53073         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
53074         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
53075         * wcsmbc/wcschr.c (WCSCHR): New macro.
53077 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53079         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
53080         * wcsmbs/test-wcsrchr.c: New file.
53081         * string/test-strrchr.c: Add wcsrchr support.
53082         (WIDE): New macro.
53083         * wcsmbs/test-wcscpy.c: New file.
53084         * string/test-strcpy.c: Add wcscpy support.
53085         (WIDE): New macro.
53087 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
53089         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
53090         the inner loop.
53092 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
53094         [BZ #13472]
53095         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
53097 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
53099         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
53100         Minor optimizations.
53102         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
53103         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
53104         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
53106 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
53108         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
53109         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
53110         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
53111         for gcc to avoid warnings.
53112         * inet/Makefile (tests): Add tst-checks.
53113         * inet/tst-checks.c: New file.
53115         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
53116         warning.
53118         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
53119         __wmemcmp_sse2.
53121         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
53122         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
53124         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
53126 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
53128         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
53129         problem.
53131         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
53133 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
53135         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
53136         conditional on GCC version.
53137         (__arch_compare_and_exchange_val_8_acq)
53138         (__arch_compare_and_exchange_val_16_acq)
53139         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
53140         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
53141         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
53143 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
53145         * sysdeps/sh/backtrace.c: New file.
53147 2011-12-02  Andreas Schwab  <schwab@redhat.com>
53149         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
53150         parenthesis.
53152 2011-12-01  Andreas Schwab  <schwab@redhat.com>
53154         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
53155         falling back to utime.
53157 2011-11-30  Andreas Schwab  <schwab@redhat.com>
53159         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
53160         expectations for float.
53162 2011-11-29  Andreas Schwab  <schwab@redhat.com>
53164         * locale/weight.h (findidx): Add parameter len.
53165         * locale/weightwc.h (findidx): Likewise.
53166         * posix/fnmatch_loop.c (FCT): Adjust caller.
53167         * posix/regcomp.c (build_equiv_class): Likewise.
53168         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
53169         * posix/regexec.c (check_node_accept_bytes): Likewise.
53170         * string/strcoll_l.c (STRCOLL): Likewise.
53171         * string/strxfrm_l.c (STRXFRM): Likewise.
53173 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
53175         * Makefile.in: Remove CVSOPT handling.
53176         * configure.in: Remove use of AC_REVISION.
53177         * iconvdata/Makefile (distribute): No need to filter out CVS.
53178         * scripts/list-sources.sh: Remove CVS, subversion and monotone
53179         handling.
53181 2011-11-16  Andreas Schwab  <schwab@redhat.com>
53183         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
53184         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
53185         [USE_AS_STRNCASECMP_L]: Likewise.
53186         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
53187         NO_TLS_DIRECT_SEG_REFS.
53188         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
53189         Fix argument offsets for non-PIC.
53190         [USE_AS_STRNCASECMP_L]: Likewise.
53191         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
53192         NO_TLS_DIRECT_SEG_REFS.
53194 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
53196         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
53197         O_CLOEXEC.
53198         * locale/loadlocale.c (_nl_load_locale): Likewise.
53200 2011-11-15  Andreas Schwab  <schwab@redhat.com>
53202         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
53203         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
53204         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
53205         (SYSCALL_GETTIME): Set errno on error.
53207         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
53208         count references to noai6ai_cached.
53210 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
53212         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
53214         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
53215         FD_CLOEXEC for /proc/self/maps.
53217         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
53218         FD_CLOEXEC for /proc/meminfo.
53220         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
53221         gai.conf.
53223         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
53224         FD_CLOEXEC for given file.
53226         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
53228         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
53229         FD_CLOEXEC for /etc/hosts.
53230         (_gethtent): Likewise.
53232         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
53234         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
53235         cancellation and set FD_CLOEXEC for /etc/netgroup.
53237         * nss/nss_files/files-key.c (search): Don't allow cancellation when
53238         reading /etc/publickey.
53240         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
53241         allow cancellation when reading /etc/group.
53243         * nss/nss_files/files-alias.c (internal_setent): Don't allow
53244         cancellation.
53245         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
53247         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
53248         when using data file.
53250         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
53252         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
53253         (write_nis_obj): Use "c" and "e" in fopen.
53255         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
53257         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
53259         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
53261         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
53263         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
53264         locale.alias.
53266         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
53268         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
53270         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
53272         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
53273         file parsing and set FD_CLOEXEC.
53275 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
53277         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
53279 2011-11-14  Andreas Schwab  <schwab@redhat.com>
53281         * malloc/arena.c (arena_get2): Don't call reused_arena when
53282         _int_new_arena failed.
53284 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
53286         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
53287         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
53288         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
53289         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
53290         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
53291         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
53292         to compile strcasecmp and strncasecmp.
53293         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
53294         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
53296         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
53298 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
53300         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
53301         locale-defines.sym to gen-as-const-headers.
53302         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
53303         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
53304         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
53305         to compile strcasecmp and strncasecmp.
53306         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
53307         strcasecmp_l and strncasecmp_l.
53308         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
53309         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
53310         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
53311         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
53312         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
53313         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
53314         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
53315         * sysdeps/i386/i686/multiarch/strncase.S: New file.
53316         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
53317         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
53318         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
53320 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
53322         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
53323         result of SYSDEP_GETTIME_CPU to retval.
53324         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
53325         parameter list to macro.  Remove trailing semicolon.  Adjust users.
53327         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
53328         variable.
53330         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
53331         mantissa words.
53332         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
53334         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
53335         from unused variable.
53337         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
53338         DWARF definitions.
53339         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
53340         for assembling.
53342         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
53343         over namespaces.
53345         * sunrpc/rpc_prot.c (rejected): Fix case value.
53347         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
53348         unsigned long long int to avoid warnings in shift.
53350         * posix/regex_internal.c (re_string_reconstruct): Actually use result
53351         of use of trans.
53352         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
53353         variable tmp.
53355         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
53356         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
53357         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
53359         * nis/nis_table.c (nis_list): Use variable of correct type for
53360         result of __follow_path call.
53362 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53364         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
53365         of math functions ceil, trunc, floor, round, and sqrt, when
53366         avaliable on the platform.
53367         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
53368         name clash.
53369         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53370         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53371         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53373 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
53375         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
53376         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
53378 2011-11-11  Roland McGrath  <roland@hack.frob.com>
53380         * include/unistd.h: Fix __readlink return type.
53381         Reported by Chris Metcalf <cmetcalf@tilera.com>.
53383 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
53385         * stdlib/ucontext.h: Undo last change for makecontext.
53387 2011-11-11  Andreas Schwab  <schwab@redhat.com>
53389         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
53391         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
53392         * setjmp/setjmp.h: Mark functions as non-leaf.
53393         * setjmp/bits/setjmp2.h: Likewise.
53394         * stdlib/ucontext.h: Likewise.
53396 2011-11-10  Andreas Schwab  <schwab@redhat.com>
53398         * malloc/arena.c (_int_new_arena): Don't increment narenas.
53399         (reused_arena): Don't check arena limit.
53400         (arena_get2): Atomically check arena limit.
53402 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
53404         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
53405         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
53407         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
53408         instructions.
53410 2011-11-07  Andreas Schwab  <schwab@redhat.com>
53412         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
53413         handler when locking.
53415         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53416         Fix size of allocated buffer.
53418 2011-11-04  Andreas Schwab  <schwab@redhat.com>
53420         [BZ #10103]
53421         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
53422         declarations for long double functions.
53423         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
53425         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
53427 2011-11-03  Andreas Schwab  <schwab@redhat.com>
53429         * nscd/nscd.c (main): Don't start AVC thread until credentials are
53430         installed.
53432         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
53433         is disabled.
53435 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53437         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
53439 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
53441         * include/alloca.h (stackinfo_alloca_round): Define.
53442         (extend_alloca): Use it.
53443         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
53444         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
53445         here.
53447         * scripts/check-local-headers.sh: Ignore libaudit.h.
53449         * nscd/Makefile (extra-objs): Make recursively expanded.
53451 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
53453         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
53454         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
53456         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
53457         * posix/tst-rfc3484-2.c: Likewise.
53458         * posix/tst-rfc3484-3.c: Likewise.
53460         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
53461         process_vm_writev.
53462         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
53463         process_vm_writev.
53464         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
53465         process_vm_writev from libc using GLIBC_2.15 version.
53467         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
53469 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
53471         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
53472         stack usage.
53474 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
53476         [BZ #13367]
53477         * nss/getent.c (initgroups_keys): Show error message in case no group
53478         names are given.
53480         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
53481         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
53482         __bump_nl_timestamp.
53483         * nscd/connections (nscd_init): When host database is served open
53484         netlink socket and request notification about configuration changes.
53485         (main_loop_poll): Track netlink file descriptor and bump timestamp
53486         in case data becomes available.
53487         (main_loop_epoll): Likewise.
53488         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
53489         (database_pers_head): Add extra_data fileds.
53490         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
53491         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
53492         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
53493         Adjust caller.
53494         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
53495         in6ai data, call __free_in6ai.
53496         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
53497         Add -DHAVE_NETLINK.
53498         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
53499         interface information.  Reuse previous data if netlink timestamp
53500         is not changed.
53501         (__bump_nl_timestamp): New function.
53502         (__free_in6ai): New function.
53504 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
53506         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
53507         close_not_cancel_no_status here.
53508         (__check_pf): Reorganize code a bit to not call close twice if OOM.
53510 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
53512         [BZ #13276]
53513         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
53514         return value.
53516         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
53517         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
53518         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
53520 2011-07-03  Andreas Jaeger  <aj@suse.de>
53522         [BZ #10709]
53523         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
53524         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
53525         * math/libm-test.inc (sin_test): Add test case.
53527 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
53529         [BZ #13337]
53530         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
53531         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
53533         * elf/chroot_canon.c (chroot_canon): Cleanups.
53535         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
53537         [BZ #13335]
53538         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
53539         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
53541         * string/test-strchr.c: Make usable for strchrnul testing.
53542         * string/test-strchrnul.c: New file.
53543         * string/Makefile (strop-tests): Add strchrnul.
53545         * po/it.po: Update from translation team.
53546         * po/es.po: Likewise.
53548 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
53550         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
53551         the three constants needed as parameters.  Drop the others.
53552         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
53553         __m128i_strloadu_tolower.
53554         Create and initialize variable zero and use it in all the places
53555         where _mm_setzero_si128 was used.
53557         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
53558         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
53559         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
53560         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
53561         anymore.
53562         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
53563         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
53564         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
53565         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
53566         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
53567         __mpranred, __mptan.
53568         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
53569         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
53570         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
53571         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
53572         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
53573         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
53574         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
53575         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
53576         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
53578 2011-10-28  Andreas Schwab  <schwab@redhat.com>
53580         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
53581         redefine if SHARED.
53582         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
53584         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
53585         wide char related routines to wcsmbs subdir.
53587 2011-10-27  Andreas Schwab  <schwab@redhat.com>
53589         [BZ #13344]
53590         * misc/sys/cdefs.h (__THROWNL): Define.
53591         * posix/unistd.h: Use __THREADNL instead of __THREAD
53592         for memory synchronization functions.
53594 2011-10-26  Roland McGrath  <roland@hack.frob.com>
53596         [BZ #13349]
53597         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
53598         doesn't exist.
53599         * manual/stdio.texi (Obstack Streams): Node removed.
53601 2011-10-26  Andreas Schwab  <schwab@redhat.com>
53603         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
53604         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
53605         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
53607         * math/math_private.h (math_force_eval): Allow non-addressable
53608         arguments.
53609         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
53611 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53613         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
53614         file is not needed.
53616         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
53617         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
53618         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
53619         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
53620         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
53621         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
53622         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
53623         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
53624         Add AVX variants.
53625         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
53626         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
53627         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
53628         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
53629         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
53630         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
53631         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
53632         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
53633         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
53634         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
53635         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
53636         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
53637         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
53638         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
53639         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
53640         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
53641         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
53642         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
53643         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
53645         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
53646         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
53648         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
53649         place.  Use VEX encoding when compiling for AVX.
53651 2011-10-25  Andreas Schwab  <schwab@redhat.com>
53653         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
53654         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
53656         * string/test-strchr.c (do_test): Don't generate NUL bytes.
53658 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53660         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
53661         useless if() expression.
53662         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53663         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
53664         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
53665         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53666         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
53667         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
53668         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53669         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53670         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
53671         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53672         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53673         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53674         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
53675         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53676         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
53677         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
53678         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53679         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53680         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
53682         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
53684 2011-10-25  Andreas Schwab  <schwab@redhat.com>
53686         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
53687         condition.
53688         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53690 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53692         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
53693         .text section.  Avoid duplicate constants.
53694         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
53695         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53696         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53697         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53698         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53699         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53700         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53701         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53702         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
53703         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
53704         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
53705         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
53706         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
53707         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
53708         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
53709         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
53710         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
53711         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
53712         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
53713         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53714         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
53715         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
53716         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
53717         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
53718         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
53719         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
53720         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
53721         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
53722         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
53723         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
53724         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
53725         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
53726         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
53727         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
53728         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
53729         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
53730         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
53731         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
53732         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
53733         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
53734         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
53735         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
53736         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
53737         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
53738         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
53740 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
53742         * sysdeps/x86_64/dla.h: Move to ...
53743         * sysdeps/x86_64/fpu/dla.h: ...here.
53744         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
53745         situations.  Use __builtin_fma only for gcc 4.6 and up.
53747         * config.make.in: Add have-mfma4 entry.
53748         * configure.in: Substitute libc_cv_cc_fma4.
53749         * math/Makefile (dbl-only-routines): Add sincostab.
53750         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
53751         Use __sincostab not sincos.
53752         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
53753         name is a macro.
53754         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53755         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53756         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53757         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
53758         using __copysign.
53759         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
53760         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
53761         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
53762         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
53763         and __inv.
53764         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
53765         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
53766         __copysign.
53767         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
53768         define aliases when function name is a macro.
53769         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
53770         sysdeps/ieee754/dbl-64/sincos.tbl.
53771         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
53772         fma4-enabled routines.
53773         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
53774         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
53775         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
53776         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
53777         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
53778         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
53779         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
53780         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
53781         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
53782         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
53783         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
53784         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
53785         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
53786         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
53787         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
53788         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
53789         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
53790         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
53791         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
53792         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
53793         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
53794         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
53795         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
53796         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
53797         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
53798         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
53799         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
53800         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
53801         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
53802         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
53804         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
53805         rename.
53806         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53807         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53808         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53809         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53810         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53811         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53812         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53813         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53815 2011-10-24  Andreas Schwab  <schwab@redhat.com>
53817         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
53819 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53821         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
53823         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
53824         prediction.
53825         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
53827         * string/strnlen.c: Don't define STRNLEN, reverse logic.
53828         Remove unused variable magic_bits.
53829         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
53831         * string/strnlen.c: Define and use STRNLEN macro.
53832         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
53833         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
53834         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
53835         * wcsmbs/wcslen.c: Define and use WCSLEN.
53836         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
53837         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
53838         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
53839         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
53840         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
53841         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
53842         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53844 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53846         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53847         strnlen-sse2-no-bsf.
53848         Rename strlen-no-bsf to strlen-sse2-no-bsf.
53849         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
53850         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
53851         Add strnlen support.
53852         (USE_AS_STRNLEN): New macro.
53853         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
53854         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
53855         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
53856         * sysdeps/x86_64/wcslen.S: New file.
53858 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
53860         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
53861         XMM-moves are used for copying on small sizes.
53863 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53865         * wcsmbs/Makefile (strop-tests): Add wcschr.
53866         * wcsmbs/test-wcschr.c: New file.
53867         * string/test-strchr.c: Update.
53868         Add wcschr support.
53869         (WIDE): New macro.
53871 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53873         * wcsmbs/Makefile (strop-tests): Add wcslen.
53874         * wcsmbs/test-wcslen.c: New file.
53875         * string/test-strlen.c: Update.
53876         Add wcslen support.
53877         (WIDE): New macro.
53879 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53881         * po/it.po: Update from translation team.
53883 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53885         * sysdeps/x86_64/wcscmp.S: Update.
53886         Fix wrong comparison semantics.
53887         wcscmp shall use signed comparison not unsigned.
53888         Don't use substraction to avoid overflow bug.
53889         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
53890         * wcsmbc/wcscmp.c: Likewise.
53891         * string/test-strcmp.c: Likewise.
53892         Add new tests to check cases with negative values.
53894 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53896         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
53897         * sysdeps/x86_64/dla.h: ...here.  New file.
53898         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
53899         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53900         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53901         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53902         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53903         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53904         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53905         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53906         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53908 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
53910         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
53911         __ynl_finite aliases.
53913 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53915         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53917         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53918         define DLA_FMA.
53919         [DLA_FMA] (EMULV): Use DLA_FMA.
53920         [DLA_FMA] (MUL12): Use EMULV.
53921         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53922         that are not needed.
53923         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53924         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53925         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53926         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53927         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53928         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53929         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53931 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
53933         * math/s_nan.c: Undef __nan.
53934         * math/s_nanf.c: Undef __nanf.
53935         * math/s_nanl.c: Undef __nanl.
53936         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53937         "math_private.h".
53939 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53941         * math/s_catan.c: Add branch predictions.
53942         * math/s_catanf.c: Likewise.
53943         * math/s_catanh.c: Likewise.
53944         * math/s_catanhf.c: Likewise.
53945         * math/s_catanhl.c: Likewise.
53946         * math/s_catanl.c: Likewise.
53947         * math/s_cexp.c: Likewise.
53948         * math/s_cexpf.c: Likewise.
53949         * math/s_cexpl.c: Likewise.
53950         * math/s_clog.c: Likewise.
53951         * math/s_clog10.c: Likewise.
53952         * math/s_clog10f.c: Likewise.
53953         * math/s_clog10l.c: Likewise.
53954         * math/s_clogf.c: Likewise.
53955         * math/s_clogl.c: Likewise.
53956         * math/s_csqrt.c: Likewise.
53957         * math/s_csqrtf.c: Likewise.
53958         * math/s_csqrtl.c: Likewise.
53959         * math/s_ctanf.c: Likewise.
53960         * math/s_ctanh.c: Likewise.
53961         * math/s_ctanhf.c: Likewise.
53962         * math/s_ctanhl.c: Likewise.
53963         * math/s_ctanl.c: Likewise.
53965         * math/math_private.h: Define __nan, __nanf, __nanl.
53966         * math/s_cacosh.c: Include <math_private.h>.
53967         * math/s_cacoshl.c: Likewise.
53968         * math/s_casinh.c: Likewise.
53969         * math/s_casinhf.c: Likewise.
53970         * math/s_casinhl.c: Likewise.
53971         * math/s_ccos.c: Rely entire on ccosh.
53972         * math/s_ccosf.c: Rely entire on ccoshf.
53973         * math/s_ccosl.c: Rely entirely on ccoshl.
53974         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
53975         Remove tests for FE_INVALID.
53976         * math/s_ccoshf.c: Likewise.
53977         * math/s_ccoshl.c: Likewise.
53978         * math/s_csin.c: Likewise.
53979         * math/s_csinf.c: Likewise.
53980         * math/s_csinh.c Likewise.
53981         * math/s_csinhf.c: Likewise.
53982         * math/s_csinhl.c: Likewise.
53983         * math/s_csinl.c: Likewise.
53984         * math/s_ctan.c: Likewise.
53985         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53986         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53987         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53989 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
53991         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53992         compilation problems.
53994         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53995         __builtin_expect.
53997 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
53999         * sysdeps/i386/configure.in: Test for -mfma4 option.
54000         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
54001         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
54002         COMMON_CPUID_INDEX_80000001.
54003         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
54004         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
54005         use it if FMA3 is not supported.
54006         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
54008         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
54009         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
54011 2011-10-20  Andreas Schwab  <schwab@redhat.com>
54013         [BZ #12892]
54014         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
54015         it would create a cycle with a link time dependency.
54017 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
54019         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
54020         instruction.
54021         * string/Makefile (strop-tests): Add rawmemchr.
54022         * string/test-rawmemchr.c: New file.
54024         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
54025         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
54026         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
54027         when compiling str{,n}casecmp and when AVX is available.  Hook up
54028         new optimized code in initializers.
54030 2011-10-19  Andreas Schwab  <schwab@redhat.com>
54032         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
54033         __feraiseexcept instead of feraiseexcept.
54035 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
54037         * math/math_private.h: Define defaults for libc_fetestexcept and
54038         libc_feupdateenv.
54039         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
54040         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
54041         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
54042         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
54043         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
54044         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
54045         libc_fetestexcept and libc_feupdateenv.
54047         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
54048         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
54049         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
54050         * sysdeps/x86_64/fpu/math_private.h: Define special version of
54051         libc_feholdexcept_setround.
54053         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
54054         Add s_nearbyint-c and s_nearbyintf-c.
54055         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
54056         nearbyintf inlines.
54057         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
54058         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
54059         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
54060         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
54062         * math/math_private.h: Define defaults for libc_fegetround,
54063         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
54064         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
54065         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
54066         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
54067         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
54068         standard functions.
54069         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
54070         Remove comments and hacks for old compiler versions.
54071         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
54072         libc_fegetround, libc_fesetround, libc_feholdexcept, and
54073         libc_feholdexceptl.
54075 2011-10-18  Andreas Schwab  <schwab@redhat.com>
54077         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
54078         (__feraiseexcept_renamed): Add __NTH.
54079         (feraiseexcept): Add __NTH.  Rename local variables to fix
54080         namespace violations.
54082 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
54084         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
54086         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
54088         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
54089         recently added interfaces.
54090         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
54092         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
54093         about macro parameter expansion.
54095         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
54096         __NO_MATH_INLINES is defined.  Cleanups.
54098         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
54099         and __floorf is target has SSE4.1.
54100         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
54101         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
54102         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
54103         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
54105         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
54106         name.
54107         (floorf): Likewise.
54109         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
54111 2011-10-17  Andreas Schwab  <schwab@redhat.com>
54113         * misc/sys/cdefs.h: Fix last change.
54115         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
54116         database lookup.
54118 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
54120         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
54122         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
54123         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
54124         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
54125         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
54126         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
54127         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
54128         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
54129         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
54130         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
54131         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
54132         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
54133         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
54134         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
54135         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
54136         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
54137         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
54138         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
54139         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
54140         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
54141         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
54142         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
54143         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
54145         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
54146         ceil, ceilf, floor, floorf.
54148         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
54149         Perform IRELATIVE relocations last.
54151         * elf/do-rel.h: Add another parameter nrelative, replacing the
54152         local variable with the same name.  Change name of the function
54153         to end in Rel or Rela (uppercase).
54154         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
54155         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
54156         elf_dynamic_do_##reloc function.
54158 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
54160         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
54161         is sufficient, at least on modern CPUs.
54163         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
54165         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
54166         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
54168         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
54169         __expl_finite.
54170         * math/bits/math-finite.h: Add entries for exp.
54171         * math/e_expl.c: Add __*_finite alias.
54172         * sysdeps/i386/fpu/e_exp.S: Likewise.
54173         * sysdeps/i386/fpu/e_expf.S: Likewise.
54174         * sysdeps/i386/fpu/e_expl.c: Likewise.
54175         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
54176         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
54177         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
54178         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
54179         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
54180         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
54181         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
54183         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
54184         is sufficient, at least on modern CPUs.
54186         * ctype/ctype-info.c (__ctype_init): Define.
54187         * include/ctype.h (__ctype_init): Declare.
54188         (__ctype_b_loc): The variable is always initialized.
54189         (__ctype_toupper_loc): Likewise.
54190         (__ctype_tolower_loc): Likewise.
54191         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
54192         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
54194 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
54196         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
54198         * configure.in: Also look in $cxxmachine/include for C++ system
54199         headers.
54201 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54203         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
54204         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
54205         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
54206         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
54207         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
54208         (USE_AS_WMEMCMP): New macro.
54209         Fixing indents.
54210         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
54211         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
54212         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
54213         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
54214         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54215         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
54216         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
54217         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
54218         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
54219         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
54220         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
54221         (USE_AS_WMEMCMP): New macro.
54222         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
54223         * sysdeps/string/test-memcmp.c: Update.
54224         Fix simple_wmemcmp.
54225         Add new tests.
54226         * wcsmbs/wmemcmp.c: Update.
54227         (WMEMCMP): New macro.
54228         Fix overflow bug.
54230 2011-10-12  Andreas Jaeger  <aj@suse.de>
54232         [BZ #13268]
54233         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
54235 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
54237         * libio/iofwide.c (do_length): Avoid warning.
54239         * ctype/ctype.h (__isctype_f): Add missing __THROW.
54241 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
54243         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
54245         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
54246         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
54247         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
54248         * sysdeps/i386/i686/fpu/e_log.S: New file.
54249         * sysdeps/i386/i686/fpu/e_logf.S: New file.
54250         * sysdeps/i386/i686/fpu/e_logl.S: New file.
54252         * ctype/ctype.h: Add support for inlined isXXX functions when
54253         compiling C++ code.
54255 2011-10-14  Andreas Schwab  <schwab@redhat.com>
54257         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54259         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
54261 2011-10-13  Roland McGrath  <roland@hack.frob.com>
54263         [BZ #13291]
54264         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
54266 2011-10-13  Andreas Schwab  <schwab@redhat.com>
54268         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
54269         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
54270         feraiseexcept.
54272         * sysdeps/x86_64/memrchr.S: Check for zero size.
54274         * string/stratcliff.c: Add memrchr tests.
54276 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54278         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54279         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
54280         rawmemchr-sse2 rawmemchr-sse2-bsf.
54281         * sysdeps/i386/i686/multiarch/memchr.S: New file.
54282         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
54283         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
54284         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
54285         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
54286         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
54287         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
54288         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
54289         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
54290         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
54291         * string/memrchr.c (MEMRCHR): New macro.
54293 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
54295         Add integration with gcc's -ffinite-math-only and optimize wrapper
54296         functions in libm.
54297         * Versions.def: Define GLIBC_2.15 version for libm.
54298         * math/Makefile (headers): Add bits/math-finite.h.
54299         * math/bits/math-finite.h: New file.
54300         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
54301         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
54302         * math/e_acoshl.c: Add __*_finite alias.
54303         * math/e_acosl.c: Likewise.
54304         * math/e_asinl.c: Likewise.
54305         * math/e_atan2l.c: Likewise.
54306         * math/e_atanhl.c: Likewise.
54307         * math/e_coshl.c: Likewise.
54308         * math/e_exp10.c: Likewise.
54309         * math/e_exp10f.c: Likewise.
54310         * math/e_exp10l.c: Likewise.
54311         * math/e_exp2l.c: Likewise.
54312         * math/e_fmodl.c: Likewise.
54313         * math/e_gammal_r.c: Likewise.
54314         * math/e_hypotl.c: Likewise.
54315         * math/e_j0l.c: Likewise.
54316         * math/e_j1l.c: Likewise.
54317         * math/e_jnl.c: Likewise.
54318         * math/e_lgammal_r.c: Likewise.
54319         * math/e_log10l.c: Likewise.
54320         * math/e_log2l.c: Likewise.
54321         * math/e_logl.c: Likewise.
54322         * math/e_powl.c: Likewise.
54323         * math/e_sinhl.c: Likewise.
54324         * math/e_sqrtl.c: Likewise.
54325         * math/e_scalb.c: Completely rewritten and optimized.
54326         * math/e_scalbf.c: Likewise.
54327         * math/e_scalbl.c: Likewise.
54328         * math/w_acos.c: Likewise.
54329         * math/w_acosf.c: Likewise.
54330         * math/w_acosl.c: Likewise.
54331         * math/w_acosh.c: Likewise.
54332         * math/w_acoshf.c: Likewise.
54333         * math/w_acoshl.c: Likewise.
54334         * math/w_asin.c: Likewise.
54335         * math/w_asinf.c: Likewise.
54336         * math/w_asinl.c: Likewise.
54337         * math/w_atan2.c: Likewise.
54338         * math/w_atan2f.c: Likewise.
54339         * math/w_atan2l.c: Likewise.
54340         * math/w_atanh.c: Likewise.
54341         * math/w_atanhf.c: Likewise.
54342         * math/w_atanhl.c: Likewise.
54343         * math/w_exp10.c: Likewise.
54344         * math/w_exp10f.c: Likewise.
54345         * math/w_exp10l.c: Likewise.
54346         * math/w_fmod.c: Likewise.
54347         * math/w_fmodf.c: Likewise.
54348         * math/w_fmodl.c: Likewise.
54349         * math/w_j0.c: Likewise.
54350         * math/w_j0f.c: Likewise.
54351         * math/w_j0l.c: Likewise.
54352         * math/w_j1.c: Likewise.
54353         * math/w_j1f.c: Likewise.
54354         * math/w_j1l.c: Likewise.
54355         * math/w_jn.c: Likewise.
54356         * math/w_jnf.c: Likewise.
54357         * math/w_log.c: Likewise.
54358         * math/w_logf.c: Likewise.
54359         * math/w_logl.c: Likewise.
54360         * math/w_log10.c: Likewise.
54361         * math/w_log10f.c: Likewise.
54362         * math/w_log10l.c: Likewise.
54363         * math/w_log2.c: Likewise.
54364         * math/w_log2f.c: Likewise.
54365         * math/w_log2l.c: Likewise.
54366         * math/w_pow.c: Likewise.
54367         * math/w_powf.c: Likewise.
54368         * math/w_powl.c: Likewise.
54369         * math/w_remainder.c: Likewise.
54370         * math/w_remainderf.c: Likewise.
54371         * math/w_remainderl.c: Likewise.
54372         * math/w_scalb.c: Likewise.
54373         * math/w_scalbf.c: Likewise.
54374         * math/w_scalbl.c: Likewise.
54375         * math/w_sqrt.c: Likewise.
54376         * math/w_sqrtf.c: Likewise.
54377         * math/w_sqrtl.c: Likewise.
54378         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
54379         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
54380         used.
54381         * math/math_private.h: Declare __kernel_standard_f.
54382         * math/w_cosh.c: Remove cruft and optimize a bit.
54383         * math/w_coshf.c: Likewise.
54384         * math/w_coshl.c: Likewise.
54385         * math/w_exp2.c: Likewise.
54386         * math/w_exp2f.c: Likewise.
54387         * math/w_exp2l.c: Likewise.
54388         * math/w_hypot.c: Likewise.
54389         * math/w_hypotf.c: Likewise.
54390         * math/w_hypotl.c: Likewise.
54391         * math/w_lgamma.c: Likewise.
54392         * math/w_lgamma_r.c: Likewise.
54393         * math/w_lgammaf.c: Likewise.
54394         * math/w_lgammaf_r.c: Likewise.
54395         * math/w_lgammal.c: Likewise.
54396         * math/w_lgammal_r.c: Likewise.
54397         * math/w_sinh.c: Likewise.
54398         * math/w_sinhf.c: Likewise.
54399         * math/w_sinhl.c: Likewise.
54400         * math/w_tgamma.c: Likewise.
54401         * math/w_tgammaf.c: Likewise.
54402         * math/w_tgammal.c: Likewise.
54403         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
54404         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
54405         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
54406         Minor optimizations.  Pretty printing.  Remove cruft.
54407         * sysdeps/i386/fpu/e_acosf.S: Likewise.
54408         * sysdeps/i386/fpu/e_acosh.S: Likewise.
54409         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
54410         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
54411         * sysdeps/i386/fpu/e_acosl.c: Likewise.
54412         * sysdeps/i386/fpu/e_asin.S: Likewise.
54413         * sysdeps/i386/fpu/e_asinf.S: Likewise.
54414         * sysdeps/i386/fpu/e_atan2.S: Likewise.
54415         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
54416         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
54417         * sysdeps/i386/fpu/e_atanh.S: Likewise.
54418         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
54419         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
54420         * sysdeps/i386/fpu/e_exp10.S: Likewise.
54421         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
54422         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
54423         * sysdeps/i386/fpu/e_exp2.S: Likewise.
54424         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
54425         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
54426         * sysdeps/i386/fpu/e_fmod.S: Likewise.
54427         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
54428         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
54429         * sysdeps/i386/fpu/e_hypot.S: Likewise.
54430         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
54431         * sysdeps/i386/fpu/e_log.S: Likewise.
54432         * sysdeps/i386/fpu/e_log10.S: Likewise.
54433         * sysdeps/i386/fpu/e_log10f.S: Likewise.
54434         * sysdeps/i386/fpu/e_log10l.S: Likewise.
54435         * sysdeps/i386/fpu/e_log2.S: Likewise.
54436         * sysdeps/i386/fpu/e_log2f.S: Likewise.
54437         * sysdeps/i386/fpu/e_log2l.S: Likewise.
54438         * sysdeps/i386/fpu/e_logf.S: Likewise.
54439         * sysdeps/i386/fpu/e_logl.S: Likewise.
54440         * sysdeps/i386/fpu/e_pow.S: Likewise.
54441         * sysdeps/i386/fpu/e_powf.S: Likewise.
54442         * sysdeps/i386/fpu/e_powl.S: Likewise.
54443         * sysdeps/i386/fpu/e_remainder.S: Likewise.
54444         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
54445         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
54446         * sysdeps/i386/fpu/e_scalb.S: Likewise.
54447         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
54448         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
54449         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
54450         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
54451         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
54452         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
54453         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
54454         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
54455         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
54456         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
54457         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
54458         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
54459         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
54460         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
54461         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
54462         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
54463         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
54464         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
54465         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
54466         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
54467         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
54468         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
54469         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
54470         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
54471         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
54472         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
54473         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
54474         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
54475         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
54476         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
54477         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
54478         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
54479         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
54480         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
54481         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
54482         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
54483         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
54484         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54485         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
54486         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
54487         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
54488         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
54489         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
54490         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
54491         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
54492         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
54493         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
54494         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
54495         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
54496         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
54497         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
54498         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
54499         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
54500         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
54501         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
54502         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
54503         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
54504         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
54505         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54506         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
54507         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
54508         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
54509         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
54510         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
54511         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
54512         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
54513         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
54514         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
54515         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
54516         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
54517         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
54518         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
54519         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
54520         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
54521         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
54522         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
54523         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
54524         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
54525         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
54526         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
54527         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
54528         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
54529         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
54530         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
54531         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
54532         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
54533         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
54534         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
54535         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
54536         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
54537         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
54538         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54539         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
54540         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
54541         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
54542         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
54543         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
54544         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
54545         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
54546         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
54547         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
54548         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
54549         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
54550         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
54551         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
54552         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
54553         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
54554         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
54555         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
54556         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
54557         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
54558         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
54559         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
54560         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
54561         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
54562         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
54563         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
54564         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
54565         (__isnanf): Likewise.
54566         (__isinf_ns): Likewise.
54567         (__isinf_nsf): Likewise.
54568         (__finite): Likewise.
54569         (__finitef): Likewise.
54570         (__ieee754_sqrt): Define as macro.
54571         (__ieee754_sqrtf): Define as macro.
54572         (__ieee754_sqrtl): Define as macro.
54573         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
54574         inlined copy.
54575         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
54576         __FINITE_MATH_ONLY__ consistent.
54577         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
54579 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
54581         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
54582         of rawmemchr.
54584         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
54586 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
54588         * po/ja.po: Update from translation team.
54590 2011-10-08  Roland McGrath  <roland@hack.frob.com>
54592         * locale/programs/locarchive.c (prepare_address_space): New function.
54593         (create_archive, enlarge_archive, open_archive): Use it.
54595         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
54596         inside [SHARED], where it is used.
54598         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
54600         * nss/getent.c (netgroup_keys): Remove unused variable.
54601         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
54603 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
54605         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
54606         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
54607         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
54608         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
54609         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
54610         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
54611         * math/Makefile (libm-calls): Add s_isinf_ns.
54612         * math/divtc3.c: Use __isinf_nsl instead of isinf.
54613         * math/multc3.c: Likewise.
54614         * math/s_casin.c: Likewise.
54615         * math/s_casinf.c: Likewise.
54616         * math/s_casinl.c: Likewise.
54617         * math/s_ccos.c: Likewise.
54618         * math/s_ccosf.c: Likewise.
54619         * math/s_ccosl.c: Likewise.
54620         * math/s_ctan.c: Likewise.
54621         * math/s_ctanf.c: Likewise.
54622         * math/s_ctanh.c: Likewise.
54623         * math/s_ctanhf.c: Likewise.
54624         * math/s_ctanhl.c: Likewise.
54625         * math/s_ctanl.c: Likewise.
54626         * math/w_fmod.c: Likewise.
54627         * math/w_fmodf.c: Likewise.
54628         * math/w_fmodl.c: Likewise.
54629         * math/w_remainder.c: Likewise.
54630         * math/w_remainderf.c: Likewise.
54631         * math/w_remainderl.c: Likewise.
54632         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
54633         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
54634         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
54635         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
54636         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
54637         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
54638         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
54639         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
54641         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
54642         of the number.
54643         * stdio-common/printf_fphex.c: Likewise.
54644         * stdio-common/printf_size.c: Likewise.
54646         * math/e_exp10.c: Include math_private.h using <...> not "...".
54647         * math/e_exp10f.c: Likewise.
54648         * math/e_exp10l.c: Likewise.
54649         * math/e_exp2l.c: Likewise.
54650         * math/e_j0l.c: Likewise.
54651         * math/e_j1l.c: Likewise.
54652         * math/e_jnl.c: Likewise.
54653         * math/e_lgammal_r.c: Likewise.
54654         * math/e_rem_pio2l.c: Likewise.
54655         * math/e_scalb.c: Likewise.
54656         * math/e_scalbf.c: Likewise.
54657         * math/e_scalbl.c: Likewise.
54658         * math/k_cosl.c: Likewise.
54659         * math/k_sinl.c: Likewise.
54660         * math/k_tanl.c: Likewise.
54661         * math/s_cacoshf.c: Likewise.
54662         * math/s_catan.c: Likewise.
54663         * math/s_catanf.c: Likewise.
54664         * math/s_catanh.c: Likewise.
54665         * math/s_catanhf.c: Likewise.
54666         * math/s_catanhl.c: Likewise.
54667         * math/s_catanl.c: Likewise.
54668         * math/s_ccosh.c: Likewise.
54669         * math/s_ccoshf.c: Likewise.
54670         * math/s_ccoshl.c: Likewise.
54671         * math/s_cexp.c: Likewise.
54672         * math/s_cexpf.c: Likewise.
54673         * math/s_cexpl.c: Likewise.
54674         * math/s_clog.c: Likewise.
54675         * math/s_clog10.c: Likewise.
54676         * math/s_clog10f.c: Likewise.
54677         * math/s_clog10l.c: Likewise.
54678         * math/s_clogf.c: Likewise.
54679         * math/s_clogl.c: Likewise.
54680         * math/s_csin.c: Likewise.
54681         * math/s_csinf.c: Likewise.
54682         * math/s_csinh.c: Likewise.
54683         * math/s_csinhf.c: Likewise.
54684         * math/s_csinhl.c: Likewise.
54685         * math/s_csinl.c: Likewise.
54686         * math/s_csqrt.c: Likewise.
54687         * math/s_csqrtf.c: Likewise.
54688         * math/s_csqrtl.c: Likewise.
54689         * math/s_ctan.c: Likewise.
54690         * math/s_ctanf.c: Likewise.
54691         * math/s_ctanh.c: Likewise.
54692         * math/s_ctanhf.c: Likewise.
54693         * math/s_ctanhl.c: Likewise.
54694         * math/s_ctanl.c: Likewise.
54695         * math/s_ldexp.c: Likewise.
54696         * math/s_ldexpf.c: Likewise.
54697         * math/s_ldexpl.c: Likewise.
54698         * math/s_significand.c: Likewise.
54699         * math/s_significandf.c: Likewise.
54700         * math/s_significandl.c: Likewise.
54701         * math/w_acos.c: Likewise.
54702         * math/w_acosf.c: Likewise.
54703         * math/w_acosh.c: Likewise.
54704         * math/w_acoshf.c: Likewise.
54705         * math/w_acoshl.c: Likewise.
54706         * math/w_acosl.c: Likewise.
54707         * math/w_asin.c: Likewise.
54708         * math/w_asinf.c: Likewise.
54709         * math/w_asinl.c: Likewise.
54710         * math/w_atan2.c: Likewise.
54711         * math/w_atan2f.c: Likewise.
54712         * math/w_atan2l.c: Likewise.
54713         * math/w_atanh.c: Likewise.
54714         * math/w_atanhf.c: Likewise.
54715         * math/w_atanhl.c: Likewise.
54716         * math/w_cosh.c: Likewise.
54717         * math/w_coshf.c: Likewise.
54718         * math/w_coshl.c: Likewise.
54719         * math/w_dremf.c: Likewise.
54720         * math/w_exp10.c: Likewise.
54721         * math/w_exp10f.c: Likewise.
54722         * math/w_exp10l.c: Likewise.
54723         * math/w_exp2.c: Likewise.
54724         * math/w_exp2f.c: Likewise.
54725         * math/w_fmod.c: Likewise.
54726         * math/w_fmodf.c: Likewise.
54727         * math/w_fmodl.c: Likewise.
54728         * math/w_hypot.c: Likewise.
54729         * math/w_hypotf.c: Likewise.
54730         * math/w_hypotl.c: Likewise.
54731         * math/w_j0.c: Likewise.
54732         * math/w_j0f.c: Likewise.
54733         * math/w_j0l.c: Likewise.
54734         * math/w_j1.c: Likewise.
54735         * math/w_j1f.c: Likewise.
54736         * math/w_j1l.c: Likewise.
54737         * math/w_jn.c: Likewise.
54738         * math/w_jnf.c: Likewise.
54739         * math/w_jnl.c: Likewise.
54740         * math/w_lgamma.c: Likewise.
54741         * math/w_lgamma_r.c: Likewise.
54742         * math/w_lgammaf.c: Likewise.
54743         * math/w_lgammaf_r.c: Likewise.
54744         * math/w_lgammal.c: Likewise.
54745         * math/w_lgammal_r.c: Likewise.
54746         * math/w_log.c: Likewise.
54747         * math/w_log10.c: Likewise.
54748         * math/w_log10f.c: Likewise.
54749         * math/w_log10l.c: Likewise.
54750         * math/w_log2.c: Likewise.
54751         * math/w_log2f.c: Likewise.
54752         * math/w_log2l.c: Likewise.
54753         * math/w_logf.c: Likewise.
54754         * math/w_logl.c: Likewise.
54755         * math/w_pow.c: Likewise.
54756         * math/w_powf.c: Likewise.
54757         * math/w_powl.c: Likewise.
54758         * math/w_remainder.c: Likewise.
54759         * math/w_remainderf.c: Likewise.
54760         * math/w_remainderl.c: Likewise.
54761         * math/w_scalb.c: Likewise.
54762         * math/w_scalbf.c: Likewise.
54763         * math/w_scalbl.c: Likewise.
54764         * math/w_sinh.c: Likewise.
54765         * math/w_sinhf.c: Likewise.
54766         * math/w_sinhl.c: Likewise.
54767         * math/w_sqrt.c: Likewise.
54768         * math/w_sqrtf.c: Likewise.
54769         * math/w_sqrtl.c: Likewise.
54770         * math/w_tgamma.c: Likewise.
54771         * math/w_tgammaf.c: Likewise.
54772         * math/w_tgammal.c: Likewise.
54774         * po/ja.po: Update from translation team.
54776 2011-09-29  Andreas Jaeger  <aj@suse.de>
54778         [BZ #13179]
54779         * sunrpc/netname.c (netname2host): Fix logic.
54781         [BZ #6779]
54782         [BZ #6783]
54783         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
54784         correctly.
54785         * math/w_remainder.c (__remainder): Likewise.
54786         * math/w_remainderf.c (__remainderf): Likewise.
54787         * math/libm-test.inc (remainder_test): Add test cases.
54789 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54791         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
54792         sdiv_qrnnd.
54794 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54796         * string/test-memcmp.c: Avoid unncessary #defines.
54797         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
54799 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54801         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
54802         Use new sse2 version for core i3 - i7 as it's faster
54803         than sse42 version.
54804         (bit_Prefer_PMINUB_for_stringop): New.
54805         * sysdeps/x86_64/rawmemchr.S: Update.
54806         Replace with faster SSE2 version.
54807         * sysdeps/x86_64/memrchr.S: New file.
54808         * sysdeps/x86_64/memchr.S: Update.
54809         Replace with faster SSE2 version.
54811 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
54813         * elf/dl-load.c (lose): Add cast to avoid warning.
54815 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54817         * po/ca.po: Update from translation team.
54819         * inet/getnetgrent_r.c: Hook up nscd.
54820         * nscd/Makefile (routines): Add nscd_netgroup.
54821         (nscd-modules): Add netgroupcache.
54822         (CFLAGS-netgroupcache.c): Define.
54823         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
54824         (cache_search): Add const to second parameter.
54825         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
54826         INNETGR.
54827         (dbs): Add netgrdb entry.
54828         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
54829         (verify_persistent_db): Handle netgrdb.
54830         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
54831         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
54832         GETFDNETGR.
54833         (netgroup_response_header): Define.
54834         (innetgroup_response_header): Define.
54835         (datahead): Add netgroup_response_header and innetgroup_response_header
54836         elements.
54837         * nscd/nscd.conf: Add entries for netgroup cache.
54838         * nscd/nscd.h (dbtype): Add netgrdb.
54839         (_PATH_NSCD_NETGROUP_DB): Define.
54840         (netgroup_iov_disabled): Declare.
54841         (xmalloc, xcalloc, xrealloc): Move declarations here.
54842         (cache_search): Adjust prototype.
54843         Add netgroup-related prototypes.
54844         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
54845         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
54846         (__nscd_innetgr): Declare.
54847         * nscd/selinux.c (perms): Use access_vector_t as element type and
54848         add netgroup-related initializers.
54849         * nscd/netgroupcache.c: New file.
54850         * nscd/nscd_netgroup.c: New file.
54851         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
54852         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
54853         For four parameters use innetgr.
54854         * nss/nss_files/files-init.c: Add definition and callback for netgr.
54855         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
54856         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
54857         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
54859         * nscd/connections.c (register_traced_file): Don't register file
54860         for disabled databases.
54862 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
54864         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
54866         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
54867         from tree and freeing node.
54869 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
54871         * nss/nsswitch.c (__nss_database_lookup): Handle
54872         nss_parse_service_list out of memory case.
54874 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
54876         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
54877         out of memory case.
54879 2011-10-04  Andreas Schwab  <schwab@redhat.com>
54881         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
54882         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
54883         pass it down.
54884         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
54885         elf_machine_rela, elf_machine_lazy_rel.
54886         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
54887         (ELF_DYNAMIC_DO_REL): Likewise.
54888         (ELF_DYNAMIC_DO_RELA): Likewise.
54889         (ELF_DYNAMIC_RELOCATE): Likewise.
54890         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
54891         to ELF_DYNAMIC_DO_REL.
54892         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
54893         (dl_main): In trace mode always set __RTLD_NOIFUNC.
54894         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
54895         elf_machine_rela.
54896         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
54897         skip_ifunc, don't call ifunc function if non-zero.
54898         (elf_machine_rela): Likewise.
54899         (elf_machine_lazy_rel): Likewise.
54900         (elf_machine_lazy_rela): Likewise.
54901         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
54902         (elf_machine_lazy_rel): Likewise.
54903         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
54904         Likewise.
54905         (elf_machine_lazy_rel): Likewise.
54906         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54907         Likewise.
54908         (elf_machine_lazy_rel): Likewise.
54909         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
54910         (elf_machine_lazy_rel): Likewise.
54911         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
54912         (elf_machine_lazy_rel): Likewise.
54913         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
54914         (elf_machine_lazy_rel): Likewise.
54915         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54916         (elf_machine_lazy_rel): Likewise.
54917         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54918         (elf_machine_lazy_rel): Likewise.
54919         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54920         (elf_machine_lazy_rel): Likewise.
54922 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
54924         * nss/nss_files/files-init.c (_nss_files_init): Use static
54925         initialization for all the *_traced_file variables.
54927 2011-09-28  Andreas Schwab  <schwab@redhat.com>
54929         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54931 2011-09-27  Roland McGrath  <roland@hack.frob.com>
54933         [BZ #13226]
54934         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54936 2011-09-27  Andreas Schwab  <schwab@redhat.com>
54938         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54939         Reread the line before reparsing it.
54941 2011-09-26  Andreas Schwab  <schwab@redhat.com>
54943         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54945 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
54946             Maxim Kuvyrkov  <maxim@codesourcery.com>
54947             Joseph Myers  <joseph@codesourcery.com>
54949         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54950         if needed for __stack_chk_guard.
54952 2011-09-19  Roland McGrath  <roland@hack.frob.com>
54954         * sysdeps/posix/spawni.c (script_execute): Always define it.
54955         It will be optimized away if unused.
54956         (maybe_script_execute): New function.
54957         (__spawni): Call it.
54959         * Makerules: Don't include tls.make.
54960         (config-tls): Always set to thread.
54961         * tls.make.c: File removed.
54963 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
54965         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54966         * config.make.in (CPPFLAGS-config): New substituted variable.
54968 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54970         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54972         [BZ #13192]
54973         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54974         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54976 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54978         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54979         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54980         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54981         (CALL_FAIL): Likewise.
54982         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54983         (CALL_FAIL): Macro removed.
54984         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54986 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54988         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54989         for __FINITE_MATH_ONLY__ == 1.
54991 2011-09-15  Andreas Schwab  <schwab@redhat.com>
54993         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54994         __ieee754_sqrt instead of sqrt.
54995         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54996         __ieee754_sqrtf instead of sqrtf.
54997         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54998         __floorf instead of floorf.
54999         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
55000         __floorf, __truncf instead of floorf, truncf.
55002 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
55004         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
55006         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
55007         __extern_always_inline.
55008         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
55009         32-bit.
55011 2011-09-14  Andreas Schwab  <schwab@redhat.com>
55013         * elf/rtld.c (dl_main): Also relocate in dependency order when
55014         doing symbol dependency testing.
55016 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
55018         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55019         Always define `refsym'.
55021 2011-09-13  Andreas Schwab  <schwab@redhat.com>
55023         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
55024         (__FD_ELT): Renamed from __FDELT.
55025         * misc/bits/select2.h (__FD_ELT): Likewise.
55026         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
55027         __FD_MASK instead of __FDELT, __FDMASK.
55028         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
55029         Likewise.
55030         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
55031         Likewise.
55033         * elf/Makefile (gen-ldd): Fix pattern.
55035         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
55036         (init_tls): Likewise.
55038 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
55040         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
55042 2011-09-12  Andreas Schwab  <schwab@redhat.com>
55044         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
55045         `struct cmsghdr *' instead of `void *'.
55046         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
55047         Likewise.
55049 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
55051         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
55052         if non-absolute.
55053         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
55054         ldd_rewrite_script.
55056 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
55058         * configure.in: Remove --with-tls option.
55059         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
55060         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
55061         out in case it is missing.
55062         * sysdeps/ia64/elf/configure.in: Likewise.
55063         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
55064         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
55065         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
55066         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
55067         * sysdeps/sh/elf/configure.in: Likewise.
55068         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
55069         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
55070         * sysdeps/x86_64/elf/configure.in: Likewise.
55071         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
55072         * sysdeps/mach/hurd/tls.h: Likewise.
55074         [BZ #13067]
55075         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
55077         [BZ #13090]
55078         * configure.in: Fix use of AC_INIT.
55080         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
55082 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
55084         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
55085         __set_errno.
55086         * malloc/hooks.c: Likewise.
55088         [BZ #11929]
55089         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
55090         variables statically.
55091         (narenas): Initialize.
55092         (list_lock): Initialize.
55093         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
55094         initializtion of main_arena and list_lock.  Small cleanups.
55095         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
55096         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
55097         Add initializers to main_arena and mp_.
55098         (malloc_state): Remove pagesize member.  Change all users to use
55099         GLRO(dl_pagesize).
55101         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
55102         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
55103         is always initialized.
55105         * malloc/malloc.c: Removed unused configurations and dead code.
55106         * malloc/arena.c: Likewise.
55107         * malloc/hooks.c: Likewise.
55108         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
55110         * include/tls.h: Removed.  USE___THREAD must always be defined.
55111         * bits/libc-tsd.h: Don't handle !USE___THREAD.
55112         * elf/dl-libc.c: Likewise.
55113         * elf/dl-tsd.c: Likewise.
55114         * include/errno.h: Likewise.
55115         * include/netdb.h: Likewise.
55116         * include/resolv.h: Likewise.
55117         * inet/herrno-loc.c: Likewise.
55118         * inet/herrno.c: Likewise.
55119         * malloc/arena.c: Likewise.
55120         * malloc/hooks.c: Likewise.
55121         * malloc/malloc.c: Likewise.
55122         * resolv/res-state.c: Likewise.
55123         * resolv/res_libc.c: Likewise.
55124         * sysdeps/i386/dl-machine.h: Likewise.
55125         * sysdeps/ia64/dl-machine.h: Likewise.
55126         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
55127         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
55128         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
55129         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
55130         * sysdeps/sh/dl-machine.h: Likewise.
55131         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
55132         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
55133         * sysdeps/unix/i386/sysdep.S: Likewise.
55134         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
55135         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
55136         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
55137         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
55138         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
55139         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
55140         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
55141         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
55142         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
55143         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
55144         * sysdeps/unix/x86_64/sysdep.S: Likewise.
55145         * sysdeps/x86_64/dl-machine.h: Likewise.
55146         * tls.make.c: Likewise.
55148         * configure.in: Remove --with-__thread option.  Make tests for
55149         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
55150         tls_model attribute fail if no support is available.  Remove
55151         USE_IN_LIBIO.
55152         * Makeconfig: Adjust for dropped configure option.  All features are
55153         now mandatory.
55154         * Makerules: Likewise.
55155         * Versions.def: Likewise.
55156         * argp/argp-fmtstream.c: Likewise.
55157         * argp/argp-fmtstream.h: Likewise.
55158         * argp/argp-help.c: Likewise.
55159         * assert/assert.c: Likewise.
55160         * config.h.in: Likewise.
55161         * config.make.in: Likewise.
55162         * configure: Likewise.
55163         * configure.in: Likewise.
55164         * csu/Versions: Likewise.
55165         * csu/init.c: Likewise.
55166         * elf/tst-audit2.c: Likewise.
55167         * elf/tst-tls10.c: Likewise.
55168         * elf/tst-tls10.h: Likewise.
55169         * elf/tst-tls11.c: Likewise.
55170         * elf/tst-tls12.c: Likewise.
55171         * elf/tst-tls14.c: Likewise.
55172         * elf/tst-tlsmod11.c: Likewise.
55173         * elf/tst-tlsmod12.c: Likewise.
55174         * elf/tst-tlsmod13.c: Likewise.
55175         * elf/tst-tlsmod13a.c: Likewise.
55176         * elf/tst-tlsmod14a.c: Likewise.
55177         * elf/tst-tlsmod15b.c: Likewise.
55178         * elf/tst-tlsmod16a.c: Likewise.
55179         * elf/tst-tlsmod16b.c: Likewise.
55180         * elf/tst-tlsmod7.c: Likewise.
55181         * elf/tst-tlsmod8.c: Likewise.
55182         * elf/tst-tlsmod9.c: Likewise.
55183         * gmon/gmon.c: Likewise.
55184         * grp/fgetgrent_r.c: Likewise.
55185         * grp/putgrent.c: Likewise.
55186         * hurd/fopenport.c: Likewise.
55187         * include/libc-symbols.h: Likewise.
55188         * include/tls.h: Likewise.
55189         * intl/gettextP.h: Likewise.
55190         * intl/loadinfo.h: Likewise.
55191         * locale/global-locale.c: Likewise.
55192         * locale/localeinfo.h: Likewise.
55193         * mach/devstream.c: Likewise.
55194         * malloc/arena.c: Likewise.
55195         * malloc/set-freeres.c: Likewise.
55196         * misc/err.c: Likewise.
55197         * misc/getttyent.c: Likewise.
55198         * misc/mntent_r.c: Likewise.
55199         * posix/getopt.c: Likewise.
55200         * posix/wordexp.c: Likewise.
55201         * pwd/fgetpwent_r.c: Likewise.
55202         * resolv/Versions: Likewise.
55203         * resolv/res_hconf.c: Likewise.
55204         * shadow/fgetspent_r.c: Likewise.
55205         * shadow/putspent.c: Likewise.
55206         * stdio-common/printf_fphex.c: Likewise.
55207         * stdio-common/tmpfile.c: Likewise.
55208         * stdlib/abort.c: Likewise.
55209         * stdlib/fmtmsg.c: Likewise.
55210         * sunrpc/auth_unix.c: Likewise.
55211         * sunrpc/clnt_perr.c: Likewise.
55212         * sunrpc/clnt_tcp.c: Likewise.
55213         * sunrpc/clnt_udp.c: Likewise.
55214         * sunrpc/clnt_unix.c: Likewise.
55215         * sunrpc/openchild.c: Likewise.
55216         * sunrpc/svc_simple.c: Likewise.
55217         * sunrpc/svc_tcp.c: Likewise.
55218         * sunrpc/svc_udp.c: Likewise.
55219         * sunrpc/svc_unix.c: Likewise.
55220         * sunrpc/xdr.c: Likewise.
55221         * sunrpc/xdr_array.c: Likewise.
55222         * sunrpc/xdr_rec.c: Likewise.
55223         * sunrpc/xdr_ref.c: Likewise.
55224         * sunrpc/xdr_stdio.c: Likewise.
55226 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
55228         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
55230 2011-07-03  Andreas Jaeger  <aj@suse.de>
55232         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
55233         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
55234         regenerate with gen-libm-tests.pl.
55236 2010-05-12  Petr Baudis  <pasky@suse.cz>
55238         [BZ #11589]
55239         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
55240         around j0() zero points by switching to j1().
55241         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
55242         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
55243         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
55244         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
55246 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
55248         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
55249         instead of 0.
55250         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
55251         instead of 0.
55252         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55253         Patch in part by Pavel Roskin <proski@gnu.org>.
55255         [BZ #13138]
55256         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
55257         realloc.
55258         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
55259         Free memory block if necessary.
55261         [BZ #12847]
55262         * libio/genops.c (INTDEF): For string streams the _lock pointer can
55263         be NULL.  Don't lock in this case.
55265 2011-09-09  Roland McGrath  <roland@hack.frob.com>
55267         * elf/elf.h (ELFOSABI_GNU): New macro.
55268         (ELFOSABI_LINUX): Define to that.
55270 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
55272         * string/strncat.c (strncat): Undef the symbol in case it has been
55273         defined in bits/string.h.
55275 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
55277         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
55279         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
55280         link map.
55282 2011-08-17  Andreas Jaeger  <aj@suse.de>
55284         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
55286 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
55287             Ian Lance Taylor  <iant@google.com>
55289         * math/libm-test.inc (lround_test): New testcase.
55290         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
55292 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
55294         * Makefile: Remove support for automatic cvs check-ins.
55295         * Makerules: Likewise.
55296         * config.make.in: Likewise.
55297         * configure.in: Likewise.
55298         * intl/Makefile: Likewise.
55299         * locale/Makefile: Likewise.
55300         * po/Makefile: Likewise.
55301         * posix/Makefile: Likewise.
55302         * sysdeps/gnu/Makefile: Likewise.
55303         * sysdeps/mach/hurd/Makefile: Likewise.
55304         * sysdeps/sparc/sparc32/Makefile: Likewise.
55306         [BZ #13118]
55307         * posix/Makefile (bug-regex32-ENV): Define.
55308         Patch by John Stanley <jpsinthemix@verizon.net>.
55310         * misc/Makefile (headers): Add bits/select2.h.
55311         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
55312         * misc/bits/select2.h: New file.
55313         * include/bits/select2.h: New file.
55314         * debug/Makefile (routines): Add fdelt_chk.
55315         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
55316         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
55317         FD_ISSET.
55318         * debug/fdelt_chk.c: New file.
55320         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
55321         * wcsmbs/test-wmemcmp.c: Likewise.
55322         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
55323         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
55325 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55327         * string/Makefile (strop-tests): Add memcmp.
55328         * string/test-wmemcmp.c: New file.
55329         * string/test-memcmp.c: Add wmemcmp support.
55331 2011-09-08  Roland McGrath  <roland@hack.frob.com>
55333         [BZ #13153]
55334         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
55335         2011-07-19 change.
55337         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
55338         garbage value in a __mach_port_mod_refs call in the cases of the
55339         task-self and thread-self ports.
55341 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55343         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
55345 2011-09-08  Andreas Schwab  <schwab@redhat.com>
55347         * elf/dl-load.c (lose): Check for non-null L.
55349 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
55351         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
55353         * elf/dl-libc.c (dlerror_run): Pass back error code from
55354         dl_catch_error.
55356         [BZ #13123]
55357         * elf/dl-load.c (lose): Free l_origin if it is valid.
55359         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
55360         names.
55361         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
55362         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
55363         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55364         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
55365         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
55366         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
55368 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55370         * sysdeps/powerpc/fpu/e_hypot.c: New file.
55371         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
55372         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
55373         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
55374         * sysdeps/powerpc/fpu/k_cosf.c: New file.
55375         * sysdeps/powerpc/fpu/k_sinf.c: New file.
55376         * sysdeps/powerpc/fpu/s_cosf.c: New file.
55377         * sysdeps/powerpc/fpu/s_sinf.c: New file.
55378         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
55379         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
55381 2011-08-15  Alan Modra  <amodra@gmail.com>
55383         [BZ #13092]
55384         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
55385         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
55386         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
55387         ppc_mcount to static-only-routines.
55388         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
55389         __mcount_internal.
55390         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
55391         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
55393 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
55395         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
55396         for finite and infinity parameters.
55398 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
55400         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
55401         and add nop instructions for throughput optimization.
55402         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55404 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
55406         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
55407         aligned copy for power7 with vector-scalar instructions.
55408         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
55410 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
55412         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
55413         AVX check.
55415 2011-09-07  Andreas Schwab  <schwab@redhat.com>
55417         [BZ #13144]
55418         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
55419         last change.
55421 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
55423         * sysdeps/unix/sysv/linux/x86_64/init-first.c
55424         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
55425         syscall wrapper around clock_gettime in __vdso_clock_gettime.
55426         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
55427         clock_gettime.
55429 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
55431         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
55432         Forgot to demangle the pointer.
55434         * sysdeps/i386/sysdep.h: Define atom_text_section.
55435         * sysdeps/x86_64/sysdep.h: Likewise.
55436         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
55437         section with atom_text_section.
55438         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
55439         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
55440         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
55441         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55442         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
55444         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
55445         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
55446         already be defined.  Change to take two parameters and don't assign
55447         result to variable.  Adjust all users.
55448         Define INTERNAL_GETTIME if not already defined.
55449         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
55450         call.
55451         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
55452         HAVE_CLOCK_GETTIME_VSYSCALL.
55453         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
55455         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
55456         gettimeofday vsyscall, just use time.
55458 2011-09-06  Andreas Schwab  <schwab@redhat.com>
55460         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
55461         <errno.h>.
55463 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
55465         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
55466         syscall on x86-64.
55467         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
55468         syscall.
55469         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
55470         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
55471         syscall if possible.
55473 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55475         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
55476         e_ident.  Don't pass to find_mapsXX.
55477         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
55479 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55481         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55482         strchr-sse2-no-bsf strrchr-sse2-no-bsf
55483         * sysdeps/x86_64/multiarch/strchr.S: Update.
55484         Check bit_slow_BSF bit.
55485         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
55486         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
55487         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
55489 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55491         [BZ #13134]
55492         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
55493         before glibc 2.15.
55494         (tryshell): Define.
55495         (__spawni): Change last parameter to be flag.  Test
55496         SPAWN_XFLAGS_USE_PATH flag to use path or not.
55497         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
55498         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
55499         * posix/spawni.c: Likewise.
55500         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
55501         * posix/spawnp.c: Likewise.  Change normal version to use
55502         SPAWN_XFLAGS_USE_PATH.
55503         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
55504         SPAWN_XFLAGS_TRY_SHELL.
55506         [BZ #13150]
55507         * posix/glob.h: Remove gcc 1.x support.
55509         [BZ #13068]
55510         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
55512 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55514         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55515         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
55516         strrchr-sse2-bsf
55517         * sysdeps/i386/i686/multiarch/strchr.S: New file.
55518         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
55519         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
55520         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
55521         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
55522         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
55524 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55526         * sysdeps/x86_64/wcscmp.S: New file.
55528         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
55529         wcscmp-c wcscmp-sse2
55530         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
55531         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
55532         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
55533         * wcsmbs/wcscmp.c: Allow renaming.
55535 2011-09-05  David S. Miller  <davem@davemloft.net>
55537         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
55538         stack slot, rather than the struct return pointer slot.
55539         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
55540         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
55541         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
55542         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
55544 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55546         * po/ja.po: Update from translation team.
55548         [BZ #13144]
55549         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
55550         kernel in 64-bit binaries.
55552 2011-09-01  David S. Miller  <davem@davemloft.net>
55554         * elf/elf.h (HWCAP_SPARC_*): Move to..
55555         * sysdeps/sparc/sysdep.h: this new file and add new values.
55556         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
55557         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
55558         _DL_HWCAP_COUNT to 24.
55559         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
55560         entries.
55561         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
55562         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
55563         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
55564         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
55565         instead of magic constants.
55566         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
55568 2011-08-31  David S. Miller  <davem@davemloft.net>
55570         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
55571         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
55572         Reimplement to do errno handling inline.
55573         (SYSCALL_ERROR_HANDLER): New macro.
55574         (__SYSCALL_STRING): Do not do errno handling in asm.
55575         (__CLONE_SYSCALL_STRING): Delete.
55576         (__INTERNAL_SYSCALL_STRING): Delete.
55577         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
55578         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
55579         (PSEUDO): Reimplement to do errno handling inline.
55580         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
55581         (SYSCALL_ERROR_HANDLER): New macro.
55582         (__SYSCALL_STRING): Do not do errno handling in asm.
55583         (__CLONE_SYSCALL_STRING): Delete.
55584         (__INTERNAL_SYSCALL_STRING): Delete.
55585         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
55586         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
55587         i386.
55588         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
55589         (inline_syscall*): Add 'err' argument.
55590         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
55591         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
55592         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
55593         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
55595         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
55596         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
55598 2011-08-30  Andreas Schwab  <schwab@redhat.com>
55600         * elf/rtld.c (dl_main): Relocate objects in dependency order.
55602 2011-08-29  Jiri Olsa <jolsa@redhat.com>
55604         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
55605         directive.
55607 2011-08-24  David S. Miller  <davem@davemloft.net>
55609         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
55611 2011-08-24  Andreas Schwab  <schwab@redhat.com>
55613         * elf/Makefile: Add rules to build and run unload8 test.
55614         * elf/unload8.c: New file.
55615         * elf/unload8mod1.c: New file.
55616         * elf/unload8mod1x.c: New file.
55617         * elf/unload8mod2.c: New file.
55618         * elf/unload8mod3.c: New file.
55620         * elf/dl-close.c (_dl_close_worker): Reset private search list if
55621         it wasn't used.
55623 2011-08-23  David S. Miller  <davem@davemloft.net>
55625         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
55626         subtract stack bias.
55627         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
55628         %sp not %fp in calculations.
55629         (_JMPBUF_UNWINDS_ADJ): Likewise.
55631         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
55632         (aio_suspend): Call it to force an exception region around the
55633         AIO_MISC_WAIT() invocation.
55635 2011-08-23  Andreas Schwab  <schwab@redhat.com>
55637         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
55638         backslash.
55640 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
55642         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
55643         protection macro.
55644         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
55645         and <dl-machine.h>.
55646         (Elf64_FuncDesc): Remove.
55648 2011-08-22  David S. Miller  <davem@davemloft.net>
55650         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
55651         sigaltstack check, add missing cfi directives.
55652         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
55653         missing cfi directives, and sigaltstack handling.
55655 2011-08-16  Andreas Schwab  <schwab@redhat.com>
55657         [BZ #11724]
55658         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
55659         object is seen twice.
55660         * elf/dl-fini.c (_dl_sort_fini): Likewise.
55662         * elf/Makefile (distribute): Add tst-initorder2.c.
55663         (tests): Add tst-initorder2.
55664         (modules-names): Add tst-initorder2a tst-initorder2b
55665         tst-initorder2c tst-initorder2d.  Add rules to build them.
55666         ($(objpfx)tst-initorder2.out): New rule.
55667         * elf/tst-initorder2.c: New file.
55668         * elf/tst-initorder2.exp: New file.
55670 2011-08-22  Andreas Schwab  <schwab@redhat.com>
55672         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
55674         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
55675         dependencies back to end of function.
55677         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55678         $(elfobjdir)/ld.so.
55680 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
55682         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
55683         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
55684         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
55685         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
55686         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
55687         of __vdso_gettimeofday.
55688         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
55689         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
55690         attribute_hidden.
55691         (_libc_vdso_platform_setup): Remove initialization of
55692         __vdso_gettimeofday and __vdso_time.
55694 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
55696         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
55697         and fgetc_unlocked.
55698         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
55699         getc_unlocked.
55701         * elf/dl-open.c (add_to_global): Report additions to the global scope
55702         for LD_DEBUG=scopes.
55703         (dl_open_worker): Also print scope of newly loaded dependencies.
55704         (_dl_show_scope): Indicate if there is no scope.
55706         [BZ #13114]
55707         * stdio-common/Makefile (tests): Add bug24.
55708         * stdio-common/bug24.c: New file.
55710 2011-08-19  Andreas Jaeger  <aj@suse.de>
55712         [BZ #13114]
55713         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
55714         non-existant file when using close-on-exec mode.
55716 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
55718         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
55719         the very first instruction.
55721         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
55722         the CFI state in the end.
55723         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
55724         inclusion of dl-trampoline.h.
55725         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
55727 2011-08-19  Andreas Schwab  <schwab@redhat.com>
55729         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
55730         expectations for long double.
55732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
55733         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
55735 2011-08-14  David S. Miller  <davem@davemloft.net>
55737         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
55738         artificual limit depends upon the system page size.
55740 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55742         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
55743         * resolv/Makefile: Define CFLAGS-libresolv.
55745 2011-08-17  Andreas Schwab  <schwab@redhat.com>
55747         * nss/makedb.c (compute_tables): Make variables used in nested
55748         function static.
55750 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55752         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
55753         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
55754         if buffer was too small.
55756         * elf/pldd.c (main): Attach to all threads in the process.
55757         Rewrite /proc handling to use *at functions.
55759 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
55761         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
55762         specifies first scope to show.
55763         (dl_open_worker): Update callers.  Move printing scope of new
55764         object to before the relocation.
55765         * elf/rtld.c (dl_main): Update _dl_show_scope call.
55766         * sysdeps/generic/ldsodefs.h: Update declaration.
55768         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
55769         string for the scope number.
55771 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
55773         * nscd/servicescache.c (cache_addserv): Make sure written is always
55774         initialized.
55776 2011-08-14  Roland McGrath  <roland@hack.frob.com>
55778         * sysdeps/i386/i486/bits/atomic.h
55779         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
55780         statement expression, so as to suppress "set but not used" warning.
55781         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
55783         * string/strncat.c (STRNCAT): Use prototype definition.
55785         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
55786         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
55787         -Iprograms here.
55788         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
55789         (localedef-modules): Add localedef.
55790         (locale-modules): Add locale.
55792         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
55793         * elf/rtld.c (dl_main): Invert order of assignment in last change,
55794         to avoid a warning.
55796 2011-08-14  David S. Miller  <davem@davemloft.net>
55798         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
55799         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
55801 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
55803         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
55804         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
55805         * elf/rtld.c (dl_main): Set l_name of vDSO.
55806         Call _dl_show_scope when DL_DEBUG_SCOPES.
55807         (process_dl_debug): Recognize scopes flag and also set it for all.
55808         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
55809         Declare _dl_show_scope.
55811         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
55812         (do_dlopen): Pass caller_dlopen to dl_open.
55813         (__libc_dlopen_mode): Initialize caller_dlopen.
55815         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
55816         of libc.  Make tolower call locale-independent.  Optimize a bit by
55817         using isdigit instead of isalnum.
55818         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
55820 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
55822         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
55823         was a dependency or dynamically loaded.
55825 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
55827         * intl/l10nflist.c: Allow architecture-specific pop function.
55828         * sysdeps/x86_64/l10nflist.c: New file.
55830         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
55831         classification.
55833 2011-08-10  Andreas Schwab  <schwab@redhat.com>
55835         * include/dirent.h: Add libc_hidden_proto for scandirat and
55836         scandirat64.  Don't declare __scandirat64.
55837         * dirent/scandirat.c: Add libc_hidden_def.
55838         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
55839         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
55841 2011-08-10  David S. Miller  <davem@davemloft.net>
55843         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
55844         enum.
55845         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55846         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55847         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55849 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
55851         * Versions.def [libc]: Add GLIBC_2.15.
55852         * dirent/Makefile (routines): Add scandirat and scandirat64.
55853         * dirent/Versions [libc]: Export scandirat and scandirat64 for
55854         GLIBC_2.15.
55855         * dirent/dirent.h: Declare scandirat and scandirat64.
55856         * dirent/scandirat.c: New file.
55857         * dirent/scandirat64.c: New file.
55858         * sysdeps/wordsize-64/scandirat.c: New file.
55859         * sysdeps/wordsize-64/scandirat64.c: New file.
55860         * dirent/opendir.c: Define opendirat.
55861         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
55862         using scandirat.
55863         * dirent/scandir64.c: Adjust for scandir.c change.
55864         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
55865         __scandirat64, and __scandir_cancel_handler.
55866         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
55867         additional parameter and use openat instead of open (outside of ld.so).
55868         Add new __opendir as wrapper around __opendirat.
55869         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
55870         here without requiring old scandirat implementation.
55872 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
55874         * dirent/scandir.c (cancel_handler): Renamed to
55875         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
55876         defined.  Adjust users.
55877         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
55878         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
55880 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
55882         * string/test-string.h (IMPL): Use __STRING to expand name and then
55883         stringify it.
55885         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
55886         of cleanups.
55888 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55890         * string/Makefile: Update.
55891         (strop-tests): Append strncat.
55892         * string/test-wcscmp.c: New file.
55893         New comprehensive test for wcscmp.
55894         * string/test-strcmp.c: Update.
55895         (WIDE): New define.
55897 2011-07-22  Andreas Schwab  <schwab@redhat.com>
55899         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
55900         line.
55902 2011-07-26  Andreas Schwab  <schwab@redhat.com>
55904         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55905         encoding to ACE if AI_IDN.
55907 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
55909         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
55910         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
55912 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55914         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
55915         Fix overflow bug in strncat.
55916         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55918         * string/test-strncat.c: Update.
55919         Add new tests for checking overflow bugs.
55921 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55923         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55924         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55925         * sysdeps/i386/i686/multiarch/strcat.S: New file.
55926         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55927         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55928         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55929         * sysdeps/i386/i686/multiarch/strncat.S: New file.
55930         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55931         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55933         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55934         (USE_AS_STRCAT): Define.
55935         Add strcat and strncat support.
55936         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55938 2011-07-25  Andreas Schwab  <schwab@redhat.com>
55940         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55941         __n bigger than INT_MAX+1.
55942         (__strncmp_g): Likewise.
55944 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
55946         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55947         * libio/stido.h: Likewise.
55949         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55950         (AF_NFC): Define.
55951         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55952         (AF_NFC): Define.
55954         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55955         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55956         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55957         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55958         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55960         [BZ #13021]
55961         * scripts/test-installation.pl: Don't expect libnss_test1 to be
55962         installed.
55964         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55965         typo.
55966         (_dl_x86_64_save_sse): Likewise.
55968 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
55970         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55971         OSXSAVE.
55972         (_dl_x86_64_save_sse): Likewise.
55974         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55976         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55978 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55980         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55981         change.
55982         (_dl_x86_64_save_sse): Use correct AVX check.
55984 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55986         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55987         bug in strncpy/strncat.
55988         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55990 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
55992         * string/tester.c (test_strcat): Add tests for different alignments
55993         of source and destination.
55994         (test_strncat): Likewise.
55996 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55998         [BZ #12852]
55999         * posix/glob.c (glob): Check passed in values before using them in
56000         expressions to avoid some overflows.
56001         (glob_in_dir): Likewise.
56003         [BZ #13007]
56004         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
56005         check for AVX enablement so that we don't crash with old kernels and
56006         new hardware.
56007         * elf/tst-audit4.c: Add same checks here.
56008         * elf/tst-audit6.c: Likewise.
56010         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
56012 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
56014         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
56016 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
56018         * po/cs.po: Update from translation team.
56019         * po/bg.po: Likewise.
56021 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
56023         * misc/sys/cdefs.h: Add support for const attribute.
56024         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
56025         to gnu_dev_{major,minor,makedev} functions.
56027 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
56029         * intl/dcigettext.c (get_output_charset): Add missing bracket.
56031 2011-07-20  Andreas Schwab  <schwab@redhat.com>
56033         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
56034         strlen results.
56036 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56038         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
56039         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
56040         register in order to avoid conflicts with the soft frame pointer
56041         being held in r11 when necessary.
56042         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
56043         (INTERNAL_VSYSCALL_NCS): Likewise.
56045 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
56047         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
56048         * elf/dl-fini.c (_dl_fini): Adjust caller.
56049         * elf/dl-close.c (_dl_close_worker): Likewise.
56050         * sysdeps/generic/ldsodefs.h: Adjust declaration.
56052 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
56054         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
56055         "aux_cache->nlibs < 0".
56057         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
56058         in the reload-count case.
56060 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
56062         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56063         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
56064         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
56065         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
56066         * sysdeps/x86_64/multiarch/strcat.S: New file.
56067         * sysdeps/x86_64/multiarch/strncat.S: New file.
56068         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
56069         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
56070         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
56071         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
56072         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
56073         (USE_AS_STRCAT): Define.
56074         Add strcat and strncat support.
56075         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
56076         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
56077         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
56078         * string/strncat.c: Update.
56079         (USE_AS_STRNCAT): Define.
56080         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56081         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
56082         and i7.
56083         * sysdeps/x86_64/multiarch/init-arch.h
56084         (bit_Prefer_PMINUB_for_stringop): New.
56085         (index_Prefer_PMINUB_for_stringop): Likewise.
56086         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
56087         bit_Prefer_PMINUB_for_stringop.
56089 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
56091         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
56092         buffer64.
56093         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
56094         of casting of buffer.
56095         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
56096         buffer32 and buffer64.
56097         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
56098         writes instead of casting of buffer.
56099         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
56100         buffer32.
56101         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
56102         casting of buffer.
56104 2011-07-19  Andreas Schwab  <schwab@redhat.com>
56106         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
56108 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
56110         * nscd/nscd.c (termination_handler): Don't do anything for a database
56111         if it has not yet been initialized.
56113 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
56115         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
56117 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
56119         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
56121 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
56123         * po/nl.po: Update from translation team.
56124         * po/sv.po: Likewise.
56126 2011-07-16  Roland McGrath  <roland@hack.frob.com>
56128         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
56129         now disallowed by GCC.
56131         * configure.in (use-default-link): Default to yes if a test -shared
56132         link meets our qualifications.
56133         * configure: Regenerated.
56135         * config.make.in (output-format): New variable.
56136         * configure.in: Check for ld --print-output-format support.
56137         * configure: Regenerated.
56138         * Makerules ($(common-objpfx)format.lds)
56139         [$(output-format) != unknown]: Just use $(output-format),
56140         instead of the linker-script munging.
56142 2011-07-14  Roland McGrath  <roland@hack.frob.com>
56144         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
56145         of $(common-objpfx)shlib.lds.
56146         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
56148         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
56149         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
56151         * configure.in (-z relro check): Adjust test code to add a large
56152         writable data section after it.
56153         * configure: Regenerated.
56155 2011-07-11  Roland McGrath  <roland@hack.frob.com>
56157         * configure.in (-z relro check): Fix test code to make the variable
56158         truly const.
56159         * configure: Regenerated.
56161 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
56163         * nscd/nscd.h (struct traced_file): Define.
56164         (struct database_dyn): Remove inotify_descr, reset_res, and filename
56165         elements.  Add traced_files.
56166         (inotify_fd): Declare.
56167         (register_traced_file): Declare.
56168         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
56169         (inotify_fd): Export.
56170         (resolv_conf_descr): Remove.
56171         (nscd_init): Move inotify descriptor creation to main.
56172         Don't register files for notification here.
56173         (register_traced_file): New function.
56174         (invalidate_cache): Don't use reset_res to determine whether to call
56175         res_init, go through the list of registered files.
56176         (main_loop_poll): The inotify descriptors are now stored in the
56177         structures for the traced files.
56178         (main_loop_epoll): Likewise
56179         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
56180         to __nss_disable_nscd.
56181         * nscd/cache.c (prune_cache): There is no single inotify descriptor
56182         for a database anymore.  Check the records for all the registered
56183         files instead.
56184         * nss/Makefile (libnss_files-routines): Add files-init.
56185         (libnss_db-routines): Add db-init.
56186         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
56187         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
56188         * nss/nss_db/db-init.c: New file.
56189         * nss/nss_files/files-init.c: New file.
56190         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
56191         __nss_lookup_function.
56192         (__nss_lookup_function): Call nss_load_library.
56193         (nss_load_all_libraries): New function.
56194         (__nss_disable_nscd): Take parameter with callback function for files
56195         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
56196         used for the cached services.
56197         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
56198         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
56199         options for features to all the files in nscd.
56201         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
56203 2011-07-10  Roland McGrath  <roland@hack.frob.com>
56205         * csu/elf-init.c (__libc_csu_init): Comment typo.
56207 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
56209         * po/pl.po: Update from translation team.
56210         * po/ja.po: Likewise.
56211         * po/ru.po: Likewise.
56212         * po/ko.po: Likewise.
56213         * po/fr.po: Likewise.
56215 2011-07-09  Roland McGrath  <roland@hack.frob.com>
56217         * configure.in (.ctors/.dtors header and trailer check):
56218         Use an empirical test on a built program.
56219         * configure: Regenerated.
56221         * configure.in (-z relro check): Use an empirical test on a built DSO.
56222         Detect, but do not require, on ia64.
56223         * configure: Regenerated.
56225         * configure.in (READELF): Find it with AC_CHECK_TOOL.
56226         Update tests that use readelf to use $READELF instead.
56227         * configure: Regenerated.
56229 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
56231         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
56232         if the result is not used.
56234 2011-07-05  Andreas Jaeger  <aj@suse.de>
56236         [BZ#9696]
56237         * stdlib/tst-strtod.c: Add testcase.
56239 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
56241         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
56242         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
56243         The latter has a higher limit.  Take additional parameter to pass to
56244         the new function.
56245         (__pathconf): Pass file to __statfs_link_max.
56246         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
56247         __statfs_link_max.
56248         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
56249         __statfs_link_max.
56251         [BZ #12868]
56252         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
56253         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56254         Handle Lustre.
56255         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
56256         (__statfs_filesize_max): Likewise.
56257         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
56259 2011-07-05  Andreas Jaeger  <aj@suse.de>
56261         * resolv/res_comp.c (dn_skipname): Remove unused variable.
56263 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
56265         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
56266         `status' variable.
56267         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
56268         Likewise.
56270 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
56272         * Makefile (strop-tests): Add strncat.
56273         * string/test-strncat.c: New file.
56275 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
56277         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
56279 2011-06-21  Andreas Jaeger  <aj@suse.de>
56281         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
56282         Copy rule from iconvdata/Makefile.
56284 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
56286         [BZ #12922]
56287         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
56288         but no long options are defined, just return 'W'.
56290 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
56292         [BZ #9696]
56293         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
56295 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
56297         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
56298         netgroups to read.
56299         (innetgr): Likewise.
56301 2011-07-05  Roland McGrath  <roland@hack.frob.com>
56303         * config.make.in (install_root): Default to $(DESTDIR).
56305 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
56307         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
56309 2011-07-02  Roland McGrath  <roland@hack.frob.com>
56311         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
56313         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
56314         containing directory rather than embedding absolute directory names.
56316         * scripts/check-local-headers.sh: Rewritten using awk.
56317         Match by word, not by line.  Print error messages for matches.
56318         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
56320         * Makerules [shlib-lds-flags empty]:
56321         ($(common-objpfx)libc_pic.opts): New target.
56322         ($(common-objpfx)libc_pic.os.clean): New target.
56323         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
56325         * config.make.in (OBJCOPY): New variable.
56326         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
56327         * configure: Regenerated.
56329         * config.make.in (use-default-link): New variable.
56330         * configure.in (use_default_link): Grok --with-default-link to set it.
56331         * configure: Regenerated.
56332         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
56333         (shlib-lds, shlib-lds-flags): Define to empty.
56335         * Makerules (shlib-lds): New variable.
56336         (shlib-lds-flags): New variable.
56337         (build-shlib, build-moduile, build-module-asneeded): Use it.
56338         ($(common-objpfx)libc.so): Use $(shlib-lds).
56339         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
56340         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
56342         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
56343         DT_FLAGS/DT_FLAGS_1 with zero flags.
56345         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
56346         linker script munging.
56348 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
56350         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
56351         as 128-bit value.
56352         * crypt/sha512.c (sha512_process_block): Perform total addition using
56353         128-bit if possible.
56354         (__sha512_finish_ctx): Likewise.
56355         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
56356         as 64-bit value.
56357         * crypt/sha256.c (SWAP64): Define.
56358         (sha256_process_block): Perform total addition using 64-bit if
56359         possible.
56360         (__sha256_finish_ctx): Likewise.
56362 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
56364         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
56365         * nscd/initgrcache.c (addinitgroupsX): Likewise.
56366         * nscd/hstcache.c (cache_addhst): Likewise.
56367         * nscd/grpcache.c (cache_addgr): Likewise.
56368         * nscd/aicache.c (addhstaiX): Likewise
56369         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
56371 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
56373         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
56374         * nscd/initgrcache.c (addinitgroupsX): Likewise.
56375         * nscd/hstcache.c (cache_addhst): Likewise.
56376         * nscd/grpcache.c (cache_addgr): Likewise.
56377         * nscd/aicache.c (addhstaiX): Likewise
56379 2011-07-01  Andreas Schwab  <schwab@redhat.com>
56381         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
56382         domain only when needed.
56384 2011-06-30  Andreas Schwab  <schwab@redhat.com>
56386         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
56387         is always restored.
56389 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
56391         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
56392         are re-adding the entry.
56393         * nscd/servicescache.c (cache_addserv): Likewise.
56395 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
56397         * sysdeps/generic/dl-irel.h: fix protection against multiple
56398         inclusions.
56399         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
56401 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
56403         [BZ #12935]
56404         * malloc/memusage.sh: Fix quoting in message.
56405         * debug/xtrace.sh: Likewise.
56407         * configure.in: Remove support for --experimental-malloc option, make
56408         it the default.
56409         * config.make.in: Likewise.
56410         * malloc/Makefile: Likewise.
56412 2011-06-27  Andreas Schwab  <schwab@redhat.com>
56414         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
56415         two-byte characters.
56417 2011-06-27  Roland McGrath  <roland@hack.frob.com>
56419         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
56420         AC_CACHE_CHECK invocation.
56421         * configure: Regenerated.
56423         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
56425 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
56427         [BZ #12350]
56428         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
56429         bit from old_res_options.
56431         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
56433         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
56434         value type for setfct.
56436 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
56438         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
56439         __gettimeofday instead of gettimeofday.
56441 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
56443         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
56445 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
56447         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
56449         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
56450         info.
56452 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
56454         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56455         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
56456         strcpy-sse2-unaligned strncpy-sse2-unaligned
56457         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
56458         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
56459         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
56460         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
56461         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
56462         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
56463         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
56464         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
56465         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
56466         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
56467         (STRCPY): Support SSE2 and SSSE3 versions.
56469 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
56471         [BZ #12874]
56472         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
56473         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
56474         kernels which artificially limit size of requests.
56476 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
56478         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56479         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
56480         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
56481         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
56482         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
56483         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
56484         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
56485         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
56486         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
56487         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
56488         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
56489         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
56490         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
56491         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
56492         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
56493         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56494         Enable unaligned load optimization for Intel Core i3, i5 and i7
56495         processors.
56496         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
56497         Define.
56498         (index_Fast_Unaligned_Load): Define.
56499         (HAS_FAST_UNALIGNED_LOAD): Define.
56501 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
56503         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
56505 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
56507         [BZ #12907]
56508         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
56509         until it is clear that the information is realy needed.
56510         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
56512 2011-06-22  Andreas Schwab  <schwab@redhat.com>
56514         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
56516 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
56518         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
56519         /sys/devices/system/cpu/online if it is usable.
56521         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
56522         reading the information from the /proc filesystem to once a second.
56524 2011-06-21  Andreas Jaeger  <aj@suse.de>
56526         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
56527         NULL after inclusion of kernel headers.
56529 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
56531         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
56532         calls to internal_setent.
56534         [BZ #12885]
56535         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
56536         addresses using gethostbyname4_r ignore IPv4 addresses.
56538         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
56539         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
56541         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
56543 2011-06-20  David S. Miller  <davem@davemloft.net>
56545         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
56546         inclusions.
56547         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
56549         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
56550         (elf_irel): Use it.
56551         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
56552         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
56553         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
56554         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
56555         * sysdeps/x86_64/dl-irel.h: Likewise.
56557         * elf/dl-runtime.c: Use elf_ifunc_invoke.
56558         * elf/dl-sym.c: Likewise.
56560 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
56562         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
56563         need to dereference resplen2.
56565 2011-06-14  Andreas Schwab  <schwab@redhat.com>
56567         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
56569 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
56571         * Makeconfig: Define vardbdir and inst_vardbdir.
56572         * nss/Makefile: Add rules to install db-Makefile.
56574         * nss/nss_db/db-XXX.c: Cleanup.
56576         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
56577         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
56578         GLIBC_PRIVATE.
56579         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
56580         * nss/makedb.c: Implement -g option to specify that value strings
56581         are generated and should not be added to table iterated over for
56582         get*ent calls.
56583         * nss/nss_db/db-initgroups.c: New file.
56585         * nss/getent.c: Add support for initgroups lookups through getgrouplist
56586         interface.
56588         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
56589         (internal_getgrouplist): Adjust to name change.
56590         Update use_initgroups_entry if this is not the first call.
56591         * nss/databases.def: Add initgroups entry.
56593         * nss/makedb.c (compute_tables): Check result of multiple hash table
56594         sizes to minimize maximum chain length.
56596 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
56598         * Versions.def: Add entry for libnss_db.
56599         * shlib-versions: Likewise.
56600         * nss/Makefile: Add rules to build libnss_db.
56601         * nss/Versions: Add libnss_db information.  Organize libnss_files
56602         entries better.
56603         * nss/db-Makefile: Add gshadow support.  Change rules for the new
56604         makedb progra.  Some minor improvements to generate smaller files.
56605         * nss/nss_db/nss_db.h: Move NSS database header data structures to
56606         here from...
56607         * nss/makedb.c: ...here.
56608         Improve database format to be smaller and require less memory at
56609         runtime.
56610         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
56611         db anymore.
56612         * nss/nss_db/db-netgrp.c: Likewise.
56613         * nss/nss_db/db-open.c: Likewise.
56614         * nss/nss_files/flies-XXX.x: Adjust comments.
56615         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
56616         * nss/nss_files/files-grp.c: Likewise.
56617         * nss/nss_files/files-hosts.c: Likewise.
56618         * nss/nss_files/files-network.c: Likewise.
56619         * nss/nss_files/files-proto.c: Likewise.
56620         * nss/nss_files/files-pwd.c: Likewise.
56621         * nss/nss_files/files-rpc.c: Likewise.
56622         * nss/nss_files/files-service.c: Likewise.
56623         * nss/nss_files/files-sgrp.c: Likewise.
56624         * nss/nss_files/files-spwd.c: Likewise.
56625         * nss/nss_db/db-alias.c: Removed.
56626         * nss/nss_db/dummy-db.h: Removed.
56628 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
56630         * nss/makedb.c: Rewritten to not use database library.
56631         * nss/Makefile: Update to build new makedb program.
56633 2011-06-14  Andreas Jaeger  <aj@suse.de>
56635         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
56636         memset declaration.
56638 2011-06-10  Andreas Schwab  <schwab@redhat.com>
56640         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
56641         tmpbuf.
56643 2011-06-10  Roland McGrath  <roland@hack.frob.com>
56645         * Makerules (shlib.lds): Fail if the linker script comes out empty.
56646         * elf/Makefile ($(objpfx)ld.so): Likewise.
56648         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
56649         Don't list ld.so twice in dependencies.
56651         * posix/bug-regex31.c: Include <stdlib.h>.
56653         * nscd/hstcache.c (cache_addhst): Remove unused variable.
56655         * nis/nss_compat/compat-spwd.c
56656         (getspent_next_nss_netgr): Remove unused variable.
56657         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
56659         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
56660         nonmembers" output to use the right array.
56662         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
56664         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
56666         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
56667         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
56668         * catgets/gencat.c (read_input_file): Likewise.
56669         * locale/programs/locarchive.c (enlarge_archive): Likewise.
56671         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
56672         variable definition inside #if's controlling its use.
56674         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
56676         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
56678         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
56680         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
56681         unreachable code.
56683         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
56685         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
56686         * configure: Regenerated.
56688         * Makerules: Revert last change.
56689         * elf/Makefile: Likewise.
56691 2011-06-09  Roland McGrath  <roland@hack.frob.com>
56693         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
56694         * elf/Makefile ($(objpfx)librtld.os): Likewise.
56695         (reloc-link): Likewise.
56697 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
56699         * elf/Makefile: Add rules to build pldd.
56700         * elf/pldd.c: New file.
56701         * elf/pldd-xx.c: New file.
56703 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
56705         * version.h: Update for 2.15 development version.
56707 2011-06-07  David S. Miller  <davem@davemloft.net>
56709         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
56710         ifuncs.
56711         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
56712         elf_machine_lazy_rel): Likewise.
56713         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
56714         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
56715         elf_machine_lazy_rel): Likewise.
56716         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
56717         dl_hwcap via passed in argument.
56718         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
56719         Likewise.
56721 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56723         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
56725 2011-06-06  Roland McGrath  <roland@hack.frob.com>
56727         [BZ #12849]
56728         * manual/fdl-1.1.texi: New file, verbatim from:
56729         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
56730         * manual/lgpl-2.1.texi: New file, verbatim from:
56731         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
56732         * manual/Makefile (licenses): New variable, list those new file names.
56733         (texis): Use it.
56734         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
56736         * manual/fdl.texi: File removed.
56737         * manual/lesser.texi: File removed.
56738         * manual/libc.texinfo (Copying, Documentation License):
56739         Use new @include file names, put @appendix directive before @include.
56741 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
56743         [BZ #12841]
56744         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
56745         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
56746         (mq_open): Add __NTH.
56748 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
56750         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56751         Assume Intel Core i3/i5/i7 processor if AVX is available.
56753 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56755         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
56756         typo.
56758 2011-05-31  Andreas Schwab  <schwab@redhat.com>
56760         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
56761         memory.  Use alloca_account.  Fix memory leak when retrying.
56763 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56765         * version.h (RELEASE): Bump for 2.14 release.
56766         * include/features.h (__GLIBC_MINOR__): Bump to 14.
56768         * config.make.in (RANLIB): Remove entry.
56770 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
56772         * po/Makefile (po-sed-cmd): Add ksh to extensions.
56773         (libc.pot): Work around missing support for .ksh extension in xgettext.
56775         [BZ #12684]
56776         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
56777         if both request failed.
56778         (send_dg): In case of server errors clear resplen or *resplen2.
56780         [BZ #12454]
56781         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
56782         when there are multiple maps.
56783         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
56784         (_dl_fini): Remove test here.
56786         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
56788 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
56790         [BZ #12350]
56791         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
56792         bit from old_res_options.
56793         (gaih_inet): Likewise.
56795         [BZ #11099]
56796         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
56797         as signed.
56799         * resolv/res_init.c (res_setoptions): Make the code more compact.
56801         [BZ #11558]
56802         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
56803         set RES_USEVC.
56805         [BZ #11634]
56806         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
56808         * malloc/malloc.h: Mark malloc hook variables as deprecated.
56810         [BZ #11781]
56811         * malloc/malloc.h: Declare malloc hook variables as volatile.
56813         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
56814         in last patch.
56816         [BZ #11799]
56817         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
56818         raise in the comment.
56819         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
56820         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
56821         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
56823 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
56825         [BZ #12811]
56826         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
56827         grow the buffers more if it already has to be sufficient.
56828         (build_wcs_upper_buffer): Likewise.
56829         * posix/regexec.c (check_matching): Likewise.
56830         (clean_state_log_if_needed): Likewise.
56831         (extend_buffers): Don't enlarge buffers beyond size of the input
56832         buffer.
56833         Patches mostly by Emil Wojak <emil@wojak.eu>.
56834         * posix/bug-regex32.c: New file.
56835         * posix/Makefile (tests): Add bug-regex32.
56837         * locale/findlocale.c (_nl_find_locale): Return right away if
56838         _nl_explode_name failed.
56839         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
56841         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
56843         * debug/xtrace.sh: Unify messages.
56844         * malloc/memusage.sh: Likewise.
56846         [BZ #12813]
56847         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
56848         time symbol from vDSO.  Substitute with vsyscall if not available.
56849         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
56850         __vdso_time.
56852         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
56853         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
56854         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
56855         Add sendmmsg and internal_sendmmsg.
56856         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
56857         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
56858         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
56860         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
56861         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
56862         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
56864 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
56866         [BZ #12813]
56867         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
56868         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
56869         available.
56870         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
56871         __vdso_getcpu.
56873         [BZ #12814]
56874         * iconvdata/Makefile (tests): Add bug-iconv9.
56875         * iconvdata/bug-iconv9.c: New file.
56877 2011-05-27  Andreas Schwab  <schwab@redhat.com>
56879         [BZ #12814]
56880         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
56882 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
56884         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56885         (struct user_regs_struct): Change intcs field back to cs.
56887 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
56889         * po/ja.po: Update from translation team.
56891 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
56893         [BZ #12795]
56894         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
56895         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
56897 2011-05-20  Andreas Schwab  <schwab@redhat.com>
56899         * stdlib/longlong.h: Update from GCC.
56901 2011-05-23  Andreas Schwab  <schwab@redhat.com>
56903         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
56904         parameter name.
56905         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
56906         Add parameter name.
56907         (__sysconf): Pass it down.
56909 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
56911         [BZ #12671]
56912         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
56913         some situations.
56914         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
56915         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56916         add in in __libc_use_alloca calls.  Adjust callers.
56917         (glob): Use malloc in some situations.
56919         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56920         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56921         pltexit.
56923 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
56925         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56926         and CLOCK_BOOTTIME_ALARM.
56928         [BZ #12782]
56929         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56930         is returned.
56932         * string/_strerror.c (__strerror_r): Print negative errors as signed
56933         numbers.
56935         [BZ #12777]
56936         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56937         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56938         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56940         * configure.in: Fix typo in redirection and correct removal of test
56941         files in two cases.
56943         [BZ #12788]
56944         * locale/setlocale.c (new_composite_name): Fix test to check for
56945         identical name of all categories.
56947         [BZ #12792]
56948         * libio/filedoalloc.c (local_isatty): New function.
56949         (_IO_file_doallocate): Use local_isatty.
56950         * stdio-common/perror.c (perror): In case a new stream is used
56951         forward the stream error.
56952         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56953         error flag.
56955 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
56957         [BZ #11869]
56958         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56959         alloca.
56960         * include/alloca.h (extend_alloca_account): Define.
56962         [BZ #11857]
56963         * posix/regex.h: Fix comments with documentation of user-accessible
56964         fields after compilation and describe correct free'ing of pattern
56965         after re_compile_pattern.
56966         Patch by Reuben Thomas <rrt@sc3d.org>.
56968 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
56970         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56971         and -mno-altivec to prevent the compiler from using Altivec and/or
56972         VSX instructions when the corresponding registers are not available.
56974 2011-05-19  Andreas Schwab  <schwab@redhat.com>
56976         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56978 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56980         * libio/freopen.c (freopen): Use __dup2, not dup2.
56981         * libio/freopen64.c (freopen64): Likewise.
56983 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56985         [BZ #12775]
56986         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56987         * math/Makefile (tests): Add test-powl.
56988         (CFLAGS-test-powl.c): Define.
56989         * math/test-powl.c: New file.
56991 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56993         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56995 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
56997         [BZ #11837]
56998         * iconvdata/gb18030.c: Update to GB18020-2005.
57000 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
57002         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
57003         RE_SYNTAX_POSIX_AWK): Update to match recent development.
57004         Patch by Aharon Robbins <arnold@skeeve.com>.
57006         [BZ #11892]
57007         * stdlib/putenv.c (putenv): Don't always create copy of the variable
57008         on the stack.
57010         [BZ #11895]
57011         * misc/pselect.c (__pselect): Handle timeout value errors hidden
57012         through underflows.
57014         [BZ #12766]
57015         * misc/error.c (error_at_line): Ensure file_name and old_file_name
57016         point to strings before performing equality test for error_one_per_line
57017         mode.
57019         [BZ #11697]
57020         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
57022         [BZ #11820]
57023         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
57024         (struct user_fpregs_struct): Avoid __uint*_t types.
57026         [BZ #6420]
57027         * malloc/mtrace.c (tr_where): Add additional parameter to point to
57028         symbol info.  Use it instead of calling _dl_addr locally.
57029         (lock_and_info): New function.
57030         (tr_freehook): Call lock_and_info and pass symbol info as additional
57031         parameter to tr_where.
57032         (tr_mallochook): Likewise.
57033         (tr_reallochook): Likewise.
57034         (tr_memalignhook): Likewise.
57036         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
57037         used and couldn't be at all thread-safe.
57039 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
57041         * libio/freopen.c (freopen): Don't close old file descriptor
57042         before the new one is opened.  Instead dup the new file descriptor
57043         to the old one after the new stream is created.
57044         * libio/freopen64.c (freopen64): Likewise.
57045         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
57046         * libio/fileops.c (_IO_new_file_close_it): Handle new
57047         _IO_FLAGS2_NOCLOSE flag.
57048         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
57049         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
57050         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
57051         _IO_FLAGS2_NOCLOSE flag.
57052         * include/unistd.h: Add hidden_proto for dup3.
57053         Define __have_dup3.
57054         * io/dup3.c: Define hidden symbol.
57055         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
57057         [BZ #7101]
57058         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
57059         when an incomplete long option is used.
57060         * posix/tst-getopt_long1.c: New file.
57061         * posix/Makefile (tests): Add tst-getopt_long1.
57063         [BZ #10138]
57064         * scripts/config.guess: Update from autoconf-2.68.
57065         * scripts/config.sub: Likewise.
57067         [BZ #10157]
57068         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
57069         tests into ...
57070         (has_cpuclock): ...this.  New function.
57071         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
57072         macro here based on has_cpuclock code.
57074         [BZ #10149]
57075         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
57076         First byte (not low byte) is now always NUL.
57077         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
57079         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
57080         Use non-cancelable interfaces.
57082         [BZ #9809]
57083         * locale/iso-639.def: Add entry for Sorani.
57085         [BZ #11901]
57086         * include/stdlib.h: Move include protection to the right place.
57087         Define abort_msg_s.  Declare __abort_msg with it.
57088         * stdlib/abort.c (__abort_msg): Adjust type.
57089         * assert/assert.c (__assert_fail_base): New function.  Majority
57090         of code from __assert_fail.  Allocate memory for __abort_msg with
57091         mmap.
57092         (__assert_fail): Now call __assert_fail_base.
57093         * assert/assert-perr.c: Remove bulk of implementation.  Use
57094         __assert_fail_base.
57095         * include/assert.hL Declare __assert_fail_base.
57096         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
57097         mmap.
57098         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
57100 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
57102         [BZ #11952]
57103         [BZ #12453]
57104         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
57105         until all modules are registered in the DTV.
57106         * elf/Makefile: Add rules to build and run tst-tls19.
57107         * elf/tst-tls19.c: New file.
57108         * elf/tst-tls19mod1.c: New file.
57109         * elf/tst-tls19mod2.c: New file.
57110         * elf/tst-tls19mod3.c: New file.
57111         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
57113         [BZ #12083]
57114         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
57115         correctly.
57117         [BZ #12601]
57118         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
57119         two-byte sequence errors.
57120         * iconvdata/Makefile (tests): Add bug-iconv8.
57121         * iconvdata/bug-iconv8.c: New file.
57123         [BZ #12626]
57124         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
57125         buf2 definition.
57127         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
57129         [BZ #12432]
57130         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
57131         (dummy_getcfa): New function.
57132         (init): Get _Unwind_GetCFA address, use dummy if not found.
57133         (backtrace_helper): In recursion check, also check whether CFA changes.
57134         (__backtrace): Completely initialize arg.
57136         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
57137         storing incomplete byte sequence in state object.  Avoid testing for
57138         guaranteed too small input if we know there is enough data available.
57140 2011-05-11  Andreas Schwab  <schwab@redhat.com>
57142         * Makeconfig (+link-pie): Indent.
57143         * Rules (binaries-pie): Define if $(have-fpie) and
57144         $(build-shared).
57145         (binaries-shared): Also filter out $(binaries-pie).
57146         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
57147         * nscd/Makefile (others-pie): Add nscd.
57148         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
57149         ($(objpfx)nscd): Remove command override.
57150         * login/Makefile (others-pie): Add pt_chown.
57151         ($(objpfx)pt_chown): Remove command override.
57152         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
57153         remove command overrides.
57155 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
57157         * libio/tst_putwc.c: Fix error messages.
57159         [BZ #12724]
57160         * libio/fileops.c (_IO_new_file_close_it): Always flush when
57161         currently writing and seek to current position when not.
57162         * libio/Makefile (tests): Add bug-fclose1.
57163         * libio/bug-fclose1.c: New file.
57165 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
57167         [BZ #12511]
57168         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
57169         don't set DF_1_NODELETE here.
57170         (do_lookup_x): When entering new entry test for copy relocation
57171         and if necessary set DF_1_NODELETE flag.
57172         * elf/tst-unique4.cc: New file.
57173         * elf/tst-unique4.h: New file.
57174         * elf/tst-unique4lib.cc: New file.
57175         * elf/Makefile: Add rules to build and run tst-unique4.
57176         Patch by Piotr Bury <pbury@goahead.com>.
57178 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
57180         [BZ #12052]
57181         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
57183         [BZ #12625]
57184         * misc/mntent_r.c (addmntent): Flush the stream after the output
57186         [BZ #12393]
57187         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
57188         (is_trusted_path_normalize): Skip initial colon.  Append slash
57189         to empty buffer.  Duplicate is_trusted_path code but allow
57190         constructed patch to be prefix.
57191         (is_dst): Allow $ORIGIN followed by /.
57192         (_dl_dst_substitute): Correct clearing of check_for_trusted.
57193         Correct testing of result of is_trusted_path_normalize
57194         (decompose_rpath): Fix warning.
57196 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
57198         [BZ #11257]
57199         * grp/initgroups.c (internal_getgrouplist): When we found the service
57200         list through the initgroups entry in nsswitch.conf do not always
57201         continue on a successful lookup.  Don't always use the
57202         __nss_group_database value if it is set.
57203         * nss/nsswitch.conf (initgroups): Change action for successful db
57204         lookup to continue for compatibility.
57206 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
57208         [BZ #11532]
57209         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
57210         and CP774 modules.
57211         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
57212         and CP774 modules.
57213         * iconvdata/tst-tables.sh: Likewise.
57214         * iconvdata/cp770.c: New file.
57215         * iconvdata/cp771.c: New file.
57216         * iconvdata/cp772.c: New file.
57217         * iconvdata/cp773.c: New file.
57218         * iconvdata/cp774.c: New file.
57219         * iconvdata/testdata/CP770: New file.
57220         * iconvdata/testdata/CP770..UTF8: New file.
57221         * iconvdata/testdata/CP771: New file.
57222         * iconvdata/testdata/CP771..UTF8: New file.
57223         * iconvdata/testdata/CP772: New file.
57224         * iconvdata/testdata/CP772..UTF8: New file.
57225         * iconvdata/testdata/CP773: New file.
57226         * iconvdata/testdata/CP773..UTF8: New file.
57227         * iconvdata/testdata/CP774: New file.
57228         * iconvdata/testdata/CP774..UTF8: New file.
57230         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
57231         END CHARMAP line.
57232         * iconvdata/gen-8bit-gap.sh: Likewise.
57233         * iconvdata/gen-8bit.sh: Likewise.
57235         * locale/iso-639.def: Add ary entry.
57237         [BZ #11258]
57238         * locale/C-translit.h.in: Add U20A1 transliteration.
57240         [BZ #12178]
57241         * locale/iso-639.def: Add wae entry.
57242         Patch by Kevin Bortis <bortis@translate-wae.ch>.
57244         [BZ #12545]
57245         * locale/programs/localedef.c (construct_output_path): Use ssize_t
57246         for n.
57248         [BZ #12711]
57249         * locale/C-translit.h.in: Add entry for U20B9.
57250         Patch by pravin.d.s@gmail.com.
57252 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
57254         [BZ #12713]
57255         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
57256         ENAMETOOLONG use generic getcwd.
57257         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
57258         in rtld.  Use *stat64.
57259         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
57260         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
57261         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
57262         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
57263         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
57264         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
57265         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
57266         __fstatat64 macros.
57267         * include/dirent.h: Add libc_hidden_proto for rewinddir.
57268         * dirent/rewinddir.c: Add libc_hidden_def.
57269         * sysdeps/mach/hurd/rewinddir.c: Likewise.
57270         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
57272         * include/dirent.h (__alloc_dir): Add flags parameter.
57273         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
57274         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
57275         __alloc_dir.
57276         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
57277         from fdopendir if O_CLOEXEC is already set.
57279 2011-03-15  Alan Modra  <amodra@gmail.com>
57281         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
57282         l_tls_firstbyte_offset non-zero.  Save padding offset in
57283         l_tls_firstbyte_offset for later use.
57284         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
57285         freeing static tls block.
57287 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
57289         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
57290         where #ifdef was intended.  The intent is to prevent ARG_MAX from
57291         being defined by the kernel headers.
57293 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
57295         [BZ #12734]
57296         * resolv/resolv.h: Define RES_NOTLDQUERY.
57297         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
57298         no-tld-query and set RES_NOTLDQUERY.
57299         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
57300         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
57301         modern BIND to search name as TLD unless forbidden.
57303 2011-05-07  Petr Baudis  <pasky@suse.cz>
57304             Ulrich Drepper  <drepper@gmail.com>
57306         [BZ #12393]
57307         * elf/dl-load.c (fillin_rpath): Move trusted path check...
57308         (is_trusted_path): ...to here.
57309         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
57310         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
57311         using is_trusted_path_normalize() in setuid scripts.
57313 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
57315         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
57316         __BEGIN/__END_DECLS.
57318 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
57320         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
57321         NSS_STATUS_NOTFOUND if no record was found.
57323 2011-05-05  Andreas Schwab  <schwab@redhat.com>
57325         * sunrpc/Makefile (headers): Add rpc/netdb.h.
57326         (headers-not-in-tirpc): Remove rpc/netdb.h
57327         * resolv/netdb.h: Revert last change.
57329 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
57331         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
57332         circular dependency between libgcc.a and libc.a.
57334 2011-05-05  Andreas Schwab  <schwab@redhat.com>
57336         * resolv/netdb.h: Don't include <rpc/netdb.h>.
57337         * nis/Makefile: Don't install rpcsvc/*.
57338         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
57339         instead of <rpc/types.h>.
57340         (MAXHOSTNAMELEN): Define.
57342 2011-05-03  Andreas Schwab  <schwab@redhat.com>
57344         * elf/ldconfig.c (add_dir): Don't crash on empty path.
57346 2011-04-28  Maciej Babinski  <mbabinski@google.com>
57348         [BZ #12714]
57349         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
57350         gethostbyname4_r when IPv6 results are possible.
57352 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
57354         [BZ #12723]
57355         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
57356         _PC_PIPE_BUF handling.
57358 2011-04-30  Bruno Haible  <bruno@clisp.org>
57360         [BZ #12717]
57361         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
57362         * resolv/netdb.h (getnameinfo): Change type of flags parameter
57363         to 'int'.
57364         * inet/getnameinfo.c (getnameinfo): Likewise.
57366 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
57368         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
57369         to groups setting in database lookup.
57370         * nss/nsswitch.conf: Add initgroups entry.
57372 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
57374         [BZ #12685]
57375         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
57376         mode string.
57377         Patch by Eric Blake <eblake@redhat.com>.
57379 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
57381         * sunrpc/Makefile (need-export-routines): Add svc_run.
57382         (routines): Remove svc_run.
57383         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
57384         * sunrpc/clnt_perr.c (clnt_perrno): Export.
57385         * sunrpc/svc_run.c (svc_run): Likewise.
57386         * sunrpc/svc_udp.c (svcudp_create): Likewise.
57388 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
57390         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
57391         problem in reallocation in last patch.
57393 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
57395         * sunrpc/Makefile: Move inclusion of Rules.
57397 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
57399         * nss/nss_files/files-initgroups.c: New file.
57400         * nss/Makefile (libnss_files-routines): Add files-initgroups.
57401         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
57402         _nss_files_initgroups_dyn.
57404 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
57406         * elf/elf.h (R_ARM_IRELATIVE): Define.
57408 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
57410         * po/ru.po: Update from translation team.
57412 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
57414         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
57415         dependencies.
57417 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
57419         [BZ #12653]
57420         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
57421         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
57422         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
57423         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
57424         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
57426 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
57428         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
57429         differing bytes.
57430         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
57431         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
57432         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
57434 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
57436         [BZ #12420]
57437         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
57438         storing it.
57439         * stdlib/bug-getcontext.c: New file.
57440         * stdlib/Makefile: Add rules to build and run bug-getcontext.
57442 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57444         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
57445         instructions into .machine "z9-109".
57446         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
57447         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
57449 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57451         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
57452         between environment variables and auxiliary vector.
57454 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
57456         * Makefile: Add rules to build linkobj/libc.so.
57457         * include/libc-symbols.h: Define libc_hidden_nolink.
57458         * include/rpc/auth.h: Mark functions which are to be hidden.
57459         * include/rpc/auth_des.h: Likewise.
57460         * include/rpc/auth_unix.h: Likewise.
57461         * include/rpc/clnt.h: Likewise.
57462         * include/rpc/des_crypt.h: Likewise.
57463         * include/rpc/key_prot.h: Likewise.
57464         * include/rpc/pmap_clnt.h: Likewise.
57465         * include/rpc/pmap_prot.h: Likewise.
57466         * include/rpc/pmap_rmt.h: Likewise.
57467         * include/rpc/rpc_msg.h: Likewise.
57468         * include/rpc/svc.h: Likewise.
57469         * include/rpc/svc_auth.h: Likewise.
57470         * include/rpc/xdr.h: Likewise.
57471         * nis/Makefile: Link all DSOs against linkobj/libc.so.
57472         * nss/Makefile: Likewise.
57473         * sunrpc/Makefile: Don't install headers.  Build library with normal
57474         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
57475         * sunrpc/auth_des.c: Hide exported symbols by default, export some
57476         for the compat linking library.  Remove use of INTDEF/INTUSE.
57477         * sunrpc/auth_none.c: Likewise.
57478         * sunrpc/auth_unix.c: Likewise.
57479         * sunrpc/authdes_prot.c: Likewise.
57480         * sunrpc/authuxprot.c: Likewise.
57481         * sunrpc/clnt_gen.c: Likewise.
57482         * sunrpc/clnt_perr.c: Likewise.
57483         * sunrpc/clnt_raw.c: Likewise.
57484         * sunrpc/clnt_simp.c: Likewise.
57485         * sunrpc/clnt_tcp.c: Likewise.
57486         * sunrpc/clnt_udp.c: Likewise.
57487         * sunrpc/clnt_unix.c: Likewise.
57488         * sunrpc/des_crypt.c: Likewise.
57489         * sunrpc/des_soft.c: Likewise.
57490         * sunrpc/get_myaddr.c: Likewise.
57491         * sunrpc/key_call.c: Likewise.
57492         * sunrpc/key_prot.c: Likewise.
57493         * sunrpc/netname.c: Likewise.
57494         * sunrpc/pm_getmaps.c: Likewise.
57495         * sunrpc/pm_getport.c: Likewise.
57496         * sunrpc/pmap_clnt.c: Likewise.
57497         * sunrpc/pmap_prot.c: Likewise.
57498         * sunrpc/pmap_prot2.c: Likewise.
57499         * sunrpc/pmap_rmt.c: Likewise.
57500         * sunrpc/publickey.c: Likewise.
57501         * sunrpc/rpc_cmsg.c: Likewise.
57502         * sunrpc/rpc_common.c: Likewise.
57503         * sunrpc/rpc_dtable.c: Likewise.
57504         * sunrpc/rpc_prot.c: Likewise.
57505         * sunrpc/rpc_thread.c: Likewise.
57506         * sunrpc/rtime.c: Likewise.
57507         * sunrpc/svc.c: Likewise.
57508         * sunrpc/svc_auth.c: Likewise.
57509         * sunrpc/svc_authux.c: Likewise.
57510         * sunrpc/svc_raw.c: Likewise.
57511         * sunrpc/svc_run.c: Likewise.
57512         * sunrpc/svc_simple.c: Likewise.
57513         * sunrpc/svc_tcp.c: Likewise.
57514         * sunrpc/svc_udp.c: Likewise.
57515         * sunrpc/svc_unix.c: Likewise.
57516         * sunrpc/svcauth_des.c: Likewise.
57517         * sunrpc/xcrypt.c: Likewise.
57518         * sunrpc/xdr.c: Likewise.
57519         * sunrpc/xdr_array.c: Likewise.
57520         * sunrpc/xdr_float.c: Likewise.
57521         * sunrpc/xdr_intXX_t.c: Likewise.
57522         * sunrpc/xdr_mem.c: Likewise.
57523         * sunrpc/xdr_rec.c: Likewise.
57524         * sunrpc/xdr_ref.c: Likewise.
57525         * sunrpc/xdr_sizeof.c: Likewise.
57526         * sunrpc/xdr_stdio.c: Likewise.
57528 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
57530         [BZ #12650]
57531         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
57532         * sysdeps/ia64/dl-tls.h: Likewise.
57533         * sysdeps/powerpc/dl-tls.h: Likewise.
57534         * sysdeps/s390/dl-tls.h: Likewise.
57535         * sysdeps/sh/dl-tls.h: Likewise.
57536         * sysdeps/sparc/dl-tls.h: Likewise.
57537         * sysdeps/x86_64/dl-tls.h: Likewise.
57538         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
57540 2011-03-14  Andreas Schwab  <schwab@redhat.com>
57542         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
57543         rpath element also skip the following colon.
57544         (expand_dynamic_string_token): Add is_path parameter and pass
57545         down to DL_DST_REQUIRED and _dl_dst_substitute.
57546         (decompose_rpath): Call expand_dynamic_string_token with
57547         non-zero is_path.  Ignore empty rpaths.
57548         (_dl_map_object_from_fd): Call expand_dynamic_string_token
57549         with zero is_path.
57551 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
57553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
57554         Make cancelable.
57556 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
57558         [BZ #12655]
57559         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
57560         Patch by Filipe David Manana <fdmanana@apache.org>.
57562 2011-04-07  Andreas Schwab  <schwab@redhat.com>
57564         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
57565         Maintain aligned stack.
57566         (CHECK_RSP): Remove unused macro.
57568 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
57570         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
57571         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
57573 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
57575         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
57577         * include/features.h: Mention __USE_XOPEN2K8 in comment.
57579 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
57581         [BZ #12518]
57582         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
57583         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
57584         * sysdeps/x86_64/memmove.c: New file.
57585         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
57586         (memcpy): Renamed to ...
57587         (__new_memcpy): This.
57588         (memcpy): Provide GLIBC_2_14 memcpy.
57589         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
57590         (memcpy): Provide GLIBC_2_2_5 memcpy.
57592 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57594         [BZ #12631]
57595         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
57597 2011-03-30  Andreas Schwab  <schwab@redhat.com>
57599         * misc/syncfs.c: New file.
57600         * misc/Makefile (routines): Add syncfs.
57601         * posix/unistd.h: Declare syncfs.
57602         * sysdeps/unix/syscalls.list: Add syncfs.
57604 2011-04-01  Andreas Schwab  <schwab@redhat.com>
57606         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
57607         open_by_handle_at.
57608         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57609         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57610         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57611         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57612         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57613         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
57614         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57616 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57618         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
57619         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57620         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
57621         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57622         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57623         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57624         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57626         * io/Makefile: Compile fallocate.c, fallocate64.c, and
57627         sync_file_range.c with -fexceptions.
57628         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
57629         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
57630         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
57631         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
57632         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
57633         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
57634         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
57635         sync_file_range as cancellation point
57636         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
57637         now a wrapper around __call_sync_file_range with cancellation handling.
57638         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
57639         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
57640         function name to __call_sync_file_range.
57641         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
57642         Add call_sync_file_range.
57644 2011-04-01  Andreas Schwab  <schwab@redhat.com>
57646         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
57647         bits/timex.h.
57649 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57651         * iconv/iconv.h: Fix typo in comment.
57652         * io/fcntl.h: Likewise.
57653         * libio/stdio.h: Likewise.
57654         * posix/spawn.h: Likewise.
57655         * posix/unistd.h: Likewise.
57656         * stdlib/stdlib.h: Likewise.
57657         * time/time.h: Likewise.
57658         * wcsmbs/wchar.h: Likewise.
57660         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
57661         open_by_handle): Add.
57662         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
57663         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
57664         Augment a few comments.
57665         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57666         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57667         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57668         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57669         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57670         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
57671         open_by_handle.
57673         * io/fcntl.h (AT_EMPTY_PATH): Define.
57675 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
57677         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
57678         * sysdeps/unix/sysv/linux/bits/time.h: New file.
57679         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
57680         to...
57681         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
57682         * Versions.def: Add GLIBC_2.14.
57683         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
57684         Export.
57686 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
57688         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
57689         round counter.
57690         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
57692 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
57694         [BZ #12597]
57695         * string/test-strncmp.c (do_page_test): New function.
57696         (check2): Likewise.
57697         (test_main): Call check2.
57698         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
57700 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
57702         [BZ #12587]
57703         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
57704         Handle cache information in CPU leaf 4.
57705         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
57707 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
57709         [BZ #12583]
57710         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
57711         character representation.
57712         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
57714 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
57716         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
57717         END(__isnan) to END(__isnanf) to match function entry point/label
57718         EALIGN(__isnanf,...).
57720 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
57722         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
57724 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
57726         [BZ #12510]
57727         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
57728         copy from the symbol referenced in the relocation to initialize the
57729         used variable.
57730         Patch by Piotr Bury <pbury@goahead.com>.
57731         * elf/Makefile: Add rules to build and tst-unique3.
57732         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
57733         * elf/tst-unique3.cc: New file.
57734         * elf/tst-unique3.h: New file.
57735         * elf/tst-unique3lib.cc: New file.
57736         * elf/tst-unique3lib2.cc: New file.
57738         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
57740 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
57742         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
57743         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
57744         to _start.
57746 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
57748         * elf/dl-load.c (_dl_map_object): If we are looking for the first
57749         to-be-loaded object along a path to loader is ld.so.
57751 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57752             Ulrich Drepper  <drepper@gmail.com>
57754         * sysdeps/x86_64/memset.S: After aligning destination, code
57755         branches to different locations depending on the value of
57756         misalignment, when multiarch is enabled. Fix this.
57758 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57760         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
57761         Set _x86_64_preferred_memory_instruction for AMD processsors.
57762         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57763         Set bit_Prefer_SSE_for_memop for AMD processors.
57765 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
57767         * libio/fmemopen.c (fmemopen): Optimize a bit.
57769 2011-03-03  Andreas Schwab  <schwab@redhat.com>
57771         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
57773 2011-03-03  Roland McGrath  <roland@redhat.com>
57775         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
57777 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
57779         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
57780         __bzero_ultra1 instead of __memset_ultra1.
57782 2011-02-23  Andreas Schwab  <schwab@redhat.com>
57783             Ulrich Drepper  <drepper@gmail.com>
57785         [BZ #12509]
57786         * include/link.h (struct link_map): Add l_orig_initfini.
57787         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
57788         returning unsuccessfully.
57789         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
57790         close of a file loaded at startup, restore the original l_initfini
57791         list.
57792         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
57793         list, store the pointer.
57794         * elf/Makefile ($(objpfx)noload-mem): New rule.
57795         (noload-ENV): Define.
57796         (tests): Add $(objpfx)noload-mem.
57797         * elf/noload.c: Include <memcheck.h>.
57798         (main): Call mtrace.  Close all opened handles.
57800 2011-02-17  Andreas Schwab  <schwab@redhat.com>
57802         [BZ #12454]
57803         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
57804         dependencies are missing.
57806 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57808         Fix __if_freereq crash: Unlike the generic version which uses free,
57809         Hurd needs munmap.
57810         * sysdeps/mach/hurd/ifreq.h: New file.
57812 2011-01-27  Petr Baudis  <pasky@suse.cz>
57813             Ulrich Drepper  <drepper@gmail.com>
57815         [BZ 12445]#
57816         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
57817         to extend_alloca().
57818         * stdio-common/bug23.c: New file.
57819         * stdio-common/Makefile (tests): Add bug23.
57821 2010-09-28  Andreas Schwab  <schwab@redhat.com>
57822             Ulrich Drepper  <drepper@gmail.com>
57824         [BZ #12489]
57825         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
57826         before performing relro protection.  At old place add assertion
57827         to make sure nothing changed.
57829 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
57830             Glauber de Oliveira Costa  <glommer@gmail.com>
57832         * elf/elf.h: Add new ARM TLS relocs.
57834 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
57836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
57837         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
57838         cast from r3.
57839         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
57840         'tests' variable.
57841         * sysdeps/wordsize-64/tst-writev.c: New file.
57843 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
57845         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
57846         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
57847         insns in _dl_start to prevent a TOC reference before relocs are
57848         resolved.
57850 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
57852         [BZ #12469]
57853         * Makeconfig: Remove RANLIB definition.
57854         * Makerules: Don't use RANLIB.
57855         * aclocal.m4: Remove ranlib test.
57856         * configure.in: No need to check for ranlib.
57857         * elf/rtld-Rules: Don't use RANLIB.
57859 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57861         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
57862         protection macro.
57863         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
57864         inclusion protection macro.
57866         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
57867         SIGRTMIN and SIGRTMAX and print information in that case only when
57868         SIGRTMIN is defined.
57870 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
57872         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
57873         arginfo fn returning -1.
57875         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
57876         and thousands string is zero terminated.
57878 2011-02-03  Andreas Schwab  <schwab@redhat.com>
57880         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
57881         sysdeps/unix/sysv/linux/bits/socket.h.
57883 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57885         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
57886         (__CPU_COUNT): Remove old macros.
57887         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
57888         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
57889         (__CPU_ALLOC, __CPU_FREE): Add macros.
57890         (__sched_cpualloc, __sched_cpufree): Add declarations.
57892 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
57894         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
57895         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
57896         * nscd/aicache.c (addhstaiX): Return timeout of added value.
57897         (readdhstai): Return value of addhstaiX call.
57898         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
57899         (addgrbyX): Return value returned by cache_addgr.
57900         (readdgrbyname): Return value returned by addgrbyX.
57901         (readdgrbygid): Likewise.
57902         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
57903         (addpwbyX): Return value returned by cache_addpw.
57904         (readdpwbyname): Return value returned by addhstbyX.
57905         (readdpwbyuid): Likewise.
57906         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
57907         (addservbyX): Return value returned by cache_addserv.
57908         (readdservbyname): Return value returned by addservbyX:
57909         (readdservbyport): Likewise.
57910         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
57911         (addhstbyX): Return value returned by cache_addhst.
57912         (readdhstbyname): Return value returned by addhstbyX.
57913         (readdhstbyaddr): Likewise.
57914         (readdhstbynamev6): Likewise.
57915         (readdhstbyaddrv6): Likewise.
57916         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57917         (readdinitgroups): Return value returned by addinitgroupsX.
57918         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57919         (prune_cache): Keep track of timeout value of re-added entries.
57920         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57921         * nscd/nscd.h: Adjust prototypes of readd* functions.
57923 2011-02-04  Roland McGrath  <roland@redhat.com>
57925         * nis/nis_server.c (nis_servstate): Use the right name for 0.
57926         (nis_stats): Likewise.
57927         * nis/nis_modify.c (nis_modify): Likewise.
57928         * nis/nis_remove.c (nis_remove): Likewise.
57929         * nis/nis_add.c (nis_add): Likewise.
57931         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57933         * posix/fnmatch_loop.c: Add some consts.
57935         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57937 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
57939         [BZ #12460]
57940         * config.make.in (config-cflags-novzeroupper): Define.
57941         * configure.in: Substitute libc_cv_cc_novzeroupper.
57942         * elf/Makefile (AVX-CFLAGS): Define.
57943         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57944         (CFLAGS-tst-auditmod4a.c): Likewise.
57945         (CFLAGS-tst-auditmod4b.c): Likewise.
57946         (CFLAGS-tst-auditmod6b.c): Likewise.
57947         (CFLAGS-tst-auditmod6c.c): Likewise.
57948         (CFLAGS-tst-auditmod7b.c): Likewise.
57949         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57951 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
57953         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57954         function to the callback.
57955         Patch partly by Jiri Olsa <jolsa@redhat.com>.
57957 2011-02-02  Andreas Schwab  <schwab@redhat.com>
57959         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57960         of errno.
57962 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
57964         [BZ #11724]
57965         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57966         of constructors.
57967         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57968         of destructors.
57969         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57971         [BZ #11724]
57972         * elf/Makefile: Add rules to build and run new test.
57973         * elf/tst-initorder.c: New file.
57974         * elf/tst-initorder.exp: New file.
57975         * elf/tst-initordera1.c: New file.
57976         * elf/tst-initordera2.c: New file.
57977         * elf/tst-initordera3.c: New file.
57978         * elf/tst-initordera4.c: New file.
57979         * elf/tst-initorderb1.c: New file.
57980         * elf/tst-initorderb2.c: New file.
57981         * elf/tst-order-a1.c: New file.
57982         * elf/tst-order-a2.c: New file.
57983         * elf/tst-order-a3.c: New file.
57984         * elf/tst-order-a4.c: New file.
57985         * elf/tst-order-b1.c: New file.
57986         * elf/tst-order-b2.c: New file.
57987         * elf/tst-order-main.c: New file.
57988         New test case by George Gensure <werkt0@gmail.com>.
57990 2010-10-01  Andreas Schwab  <schwab@redhat.com>
57992         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57993         decoding ACE if AI_CANONIDN.
57995 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
57997         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57999 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
58001         * version.h (RELEASE): Bump for 2.13 release.
58002         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
58004         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
58006         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
58007         MADV_NOHUGEPAGE.
58008         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
58009         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
58010         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
58011         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
58012         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
58013         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
58015         * posix/getconf.c: Update copyright year.
58016         * catgets/gencat.c: Likewise.
58017         * csu/version.c: Likewise.
58018         * debug/catchsegv.sh: Likewise.
58019         * debug/xtrace.sh: Likewise.
58020         * elf/ldconfig.c: Likewise.
58021         * elf/ldd.bash.in: Likewise.
58022         * elf/sprof.c (print_version): Likewise.
58023         * iconv/iconv_prog.c: Likewise.
58024         * iconv/iconvconfig.c: Likewise.
58025         * locale/programs/locale.c: Likewise.
58026         * locale/programs/localedef.c: Likewise.
58027         * malloc/memusage.sh: Likewise.
58028         * malloc/mtrace.pl: Likewise.
58029         * nscd/nscd.c (print_version): Likewise.
58030         * nss/getent.c: Likewise.
58032         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
58033         PF_CAIF, and PF_ALG.
58034         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
58036 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
58038         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
58039         (modules-names): Use them.
58040         (ifunc-test-modules, ifunc-pie-tests): Define.
58041         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
58042         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
58043         (test-extras): Likewise.
58044         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
58045         $(compile-command.c).
58046         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
58047         (all-built-dso): Define.
58048         (check-textrel.out, check-execstack.out): Depend on it.
58050         * configure.in: Don't override --enable-multi-arch.
58052 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
58054         [BZ #6812]
58055         * nscd/hstcache.c (tryagain): Define.
58056         (cache_addhst): Return tryagain not notfound for temporary errors.
58057         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
58058         failed.
58060 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
58062         [BZ #10563]
58063         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
58064         to make the syscall.
58065         * sysdeps/unix/sysv/linux/setgroups.c: New file.
58067         [BZ #12378]
58068         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
58069         and fall back to matching as normal character if the string ends before
58070         the matching ']' is found.  This is what POSIX requires.
58071         * posix/testfnm.c: Adjust test result.
58072         * posix/globtest.sh: Adjust test result.  Add new test.
58073         * posix/tst-fnmatch.input: Likewise.
58074         * posix/tst-fnmatch2.c: Add new test.
58076 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
58078         * elf/Makefile (check-execstack): Revert last change.  Depend on
58079         check-execstack.h.
58080         (check-execstack.h): New target.
58081         (generated): Add check-execstack.h.
58082         * elf/check-execstack.c: Include "check-execstack.h".
58083         (main): Revert last change.
58084         (handle_file): Return zero if GNU_STACK is absent and
58085         DEFAULT_STACK_PERMS doesn't include PF_X.
58087 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
58089         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
58090         in child fails because the descriptor is already closed.
58091         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
58092         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
58093         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
58095         [BZ #12397]
58096         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
58097         syscall.
58099         [BZ #10484]
58100         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
58101         temporary buffer used to handle multi lookups locally.
58102         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
58104 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
58106         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
58107         loader is ld.so.
58109 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
58111         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
58112         alignment for SSE2.
58114 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
58116         [BZ #12394]
58117         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
58118         characters.  When rounding increased number of integer digits recompute
58119         number of groups.
58120         * stdio-common/tst-grouping.c: New file.
58121         * stdio-common/Makefile: Add rules to build and run tst-grouping.
58123 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
58125         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
58126         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
58128         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
58129         void.
58130         * bits/select.h: Likewise.
58132 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
58134         * po/ja.po: Update from translation team.
58136 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
58138         [BZ #11155]
58139         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
58140         implementation just like for lxstat, fxstatat, et al.
58142 2010-12-27  Jim Meyering  <meyering@redhat.com>
58144         [BZ #12348]
58145         * posix/regexec.c (build_trtable): Return failure indication upon
58146         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
58148 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
58150         [BZ #12201]
58151         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
58152         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
58153         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
58154         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
58156         [BZ #12207]
58157         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
58159         [BZ #12204]
58160         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
58161         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
58163 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
58165         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
58166         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
58167         script has SORT_BY_INIT_PRIORITY.
58168         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
58169         NO_CTORS_DTORS_SECTIONS is defined.
58170         * elf/soinit.c: Likewise.
58171         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
58172         NO_CTORS_DTORS_SECTIONS is defined.
58173         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
58174         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
58175         * sysdeps/sh/init-first.c: Likewise.
58176         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
58178 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
58180         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
58181         always use the slow path.
58183 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
58185         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
58186         similar rule which adds the sysdep directories to the header search in
58187         order to pick up the correct platform stackinfo.h.
58188         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
58189         perform test if it is, otherwise return successfully without testing.
58190         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
58191         DEFAULT_STACK_PERMS define in stackinfo.h.
58192         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
58193         defined in stackinfo.h.
58194         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
58195         DEFAULT_STACK_PERMS defined in stackinfo.h.
58196         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
58197         * sysdeps/ia64/stackinfo.h: Likewise.
58198         * sysdeps/s390/stackinfo.h: Likewise.
58199         * sysdeps/sh/stackinfo.h: Likewise.
58200         * sysdeps/sparc/stackinfo.h: Likewise.
58201         * sysdeps/x86_64/stackinfo.h: Likewise.
58202         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
58203         PF_X for powerpc64.  Retain PF_X for powerpc32.
58205 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
58207         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
58208         accurately.
58209         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
58210         GETDENTS_64BIT_ALIGNED.
58212 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
58214         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
58216 2010-12-10  Andreas Schwab  <schwab@redhat.com>
58218         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
58219         _GNU_SOURCE.
58221         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
58222         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
58223         Remove __restrict.
58224         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
58225         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
58227 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
58229         [BZ #11655]
58230         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
58231         are initialized.
58233 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
58235         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
58237 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
58239         * po/it.po: Update from translation team.
58241 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
58243         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
58244         unused codes.
58246 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
58248         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
58250 2010-11-24  Andreas Schwab  <schwab@redhat.com>
58252         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
58253         specially.
58254         (gaih_getanswer_slice): Likewise.
58256 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
58258         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
58260 2010-05-31  Petr Baudis  <pasky@suse.cz>
58262         [BZ #11149]
58263         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
58264         silently even in the chroot mode.
58266 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
58268         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
58269         last patch a bit.  Pretty printing
58271 2010-05-31  Petr Baudis <pasky@suse.cz>
58273         [BZ #10085]
58274         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
58275         initialization of skip_initgroups_dyn.
58277 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
58279         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
58280         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
58282 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
58284         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
58286 2010-11-11  Andreas Schwab  <schwab@redhat.com>
58288         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
58289         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
58290         (tst-fnmatch-ENV): Set MALLOC_TRACE.
58291         ($(objpfx)tst-fnmatch-mem): New rule.
58292         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
58293         * posix/tst-fnmatch.c (main): Call mtrace.
58295 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
58297         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58298         Support Intel processor model 6 and model 0x2c.
58300 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
58302         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
58303           signed comparison.
58305 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
58307         [BZ #12205]
58308         * string/test-strncasecmp.c (check_result): New function.
58309         (do_one_test): Use it.
58310         (check1): New function.
58311         (test_main): Use it.
58312         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
58313         Support strcasecmp and strncasecmp.
58315 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
58317         [BZ #12194]
58318         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
58319         * sysdeps/x86_64/bits/byteswap.h: Likewise.
58321 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
58323         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
58324         IFUNC support.
58325         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58326         memset-x86-64.
58327         * sysdeps/x86_64/multiarch/bzero.S: New file.
58328         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
58329         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
58330         * sysdeps/x86_64/multiarch/memset.S: New file.
58331         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
58332         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58333         Set bit_Prefer_SSE_for_memop for Intel processors.
58334         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
58335         Define.
58336         (index_Prefer_SSE_for_memop): Define.
58337         (HAS_PREFER_SSE_FOR_MEMOP): Define.
58339 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
58341         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
58342         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
58344 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
58346         [BZ #12191]
58347         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
58348         (__x86_64_raw_data_cache_size_half): Likewise.
58349         (__x86_64_raw_shared_cache_size): Likewise.
58350         (__x86_64_raw_shared_cache_size_half): Likewise.
58352         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
58353         (__x86_64_raw_data_cache_size_half): Likewise.
58354         (__x86_64_raw_shared_cache_size): Likewise.
58355         (__x86_64_raw_shared_cache_size_half): Likewise.
58356         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
58357         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
58358         and __x86_64_raw_shared_cache_size_half.  Round
58359         __x86_64_data_cache_size_half, __x86_64_data_cache_size
58360         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
58361         to multiple of 256 bytes.
58363 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
58365         [BZ #12167]
58366         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
58367         of inacessible symlinks.  Verify result of symlink before returning it.
58368         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
58369         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
58371 2010-10-28  Erich Ritz  <erichritz@gmail.com>
58373         * math/math.h (isinf): Fix typo in comment.
58375 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
58377         * po/da.po: Update from translation team.
58379 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
58381         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
58382         is added to the list.
58384 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58385             Ulrich Drepper  <drepper@gmail.com>
58387         * elf/dl-object.c (_dl_new_object): Don't append the new object to
58388         the global list here.  Move code to...
58389         (_dl_add_to_namespace_list): ...here.  New function.
58390         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
58391         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
58392         * elf/dl-load.c (lose): Don't remove the element from the list.
58393         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
58394         (_dl_map_object): Likewise.
58396 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
58398         [BZ #12159]
58399         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
58400         into all bytes of SSE register.
58401         Patch by Richard Li <richardpku@gmail.com>.
58403 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
58405         [BZ #12140]
58406         * malloc/malloc.c (_int_free): Fill correct number of bytes when
58407         perturbing.
58409 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
58411         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
58412         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
58413         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
58414         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
58415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
58416         submachine.
58417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
58419 2010-10-22  Andreas Schwab  <schwab@redhat.com>
58421         * include/dlfcn.h (__RTLD_SECURE): Define.
58422         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
58423         mode & __RTLD_SECURE instead.
58424         (open_path): Rename preloaded parameter to secure.
58425         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
58426         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
58427         * elf/dl-deps.c (openaux): Likewise.
58428         * elf/rtld.c (struct map_args): Remove is_preloaded.
58429         (map_doit): Don't use it.
58430         (dl_main): Likewise.
58431         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
58432         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
58434 2010-09-09  Andreas Schwab  <schwab@redhat.com>
58436         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
58437         (sysd-rules-targets): Remove duplicates.
58438         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
58439         rtld-%.$o dependency.
58441 2010-10-18  Andreas Schwab  <schwab@redhat.com>
58443         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
58444         _dl_map_object do it.
58446 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
58448         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
58449         fast fma builtins, define the macros in the C99 standard.
58450         (FP_FAST_FMAF): Likewise.
58451         (FP_FAST_FMAL): Likewise.
58452         * sysdeps/x86_64/bits/mathdef.h: Likewise.
58454         * bits/mathdef.h: Update copyright year.
58455         * sysdeps/powerpc/bits/mathdef.h: Likewise.
58457 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
58459         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
58460         builtins, define the macros in the C99 standard.
58461         (FP_FAST_FMAF): Likewise.
58462         (FP_FAST_FMAL): Likewise.
58463         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
58464         multiply/add.
58465         (FP_FAST_FMAF): Likewise.
58467 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
58469         [BZ #3268]
58470         * math/libm-test.inc (fma_test): Some new testcases.
58471         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
58472         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
58473         y and infinite z.  Do multiplication by C already in long double.
58474         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
58475         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
58476         y and infinite z.  Do bitwise or of inexact bit into u.d.
58477         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
58478         * sysdeps/i386/fpu/s_fmaf.S: Removed.
58479         * sysdeps/i386/fpu/s_fma.S: Removed.
58480         * sysdeps/i386/fpu/s_fmal.S: Removed.
58482 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
58484         [BZ #3268]
58485         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
58486         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
58487         computation is not scheduled after fetestexcept.  Fix value
58488         of minimum denormal long double.
58490 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
58492         [BZ #3268]
58493         * math/libm-test.inc (fma_test): Add some more tests.
58494         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
58495         correctly.
58497 2010-10-15  Andreas Schwab  <schwab@redhat.com>
58499         * scripts/data/localplt-s390-linux-gnu.data: New file.
58500         * scripts/data/localplt-s390x-linux-gnu.data: New file.
58502 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
58504         [BZ #3268]
58505         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
58506         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
58507         instead of dbl-64.
58508         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
58509         inlines.
58510         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
58511         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
58512         if one of x and y is very large and the other is subnormal.
58513         * sysdeps/s390/fpu/s_fmaf.c: New file.
58514         * sysdeps/s390/fpu/s_fma.c: New file.
58515         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
58516         * sysdeps/powerpc/fpu/s_fma.S: New file.
58517         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
58518         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
58519         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
58521 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
58523         [BZ #3268]
58524         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
58525         fma tests.
58526         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
58527         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
58528         * sysdeps/i386/i686/multiarch/s_fma.c: Include
58529         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
58530         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
58531         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
58532         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
58534 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
58536         [BZ #12078]
58537         * posix/regcomp.c (parse_branch): One more memory leak plugged.
58538         * posix/bug-regex31.input: Add test case.
58540 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
58542         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
58543         * posix/bug-regex31.input: New file.
58545         [BZ #12078]
58546         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
58547         (parse_sub_exp): Fix last change, use postorder.
58549         * posix/bug-regex31.c: New file.
58550         * posix/Makefile: Add rules to build and run bug-regex31.
58552         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
58554         [BZ #12078]
58555         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
58557         [BZ #12108]
58558         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
58559         to have entries in sys_siglist.
58561         [BZ #12093]
58562         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
58563         be NULL.
58565 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
58567         [BZ #3268]
58568         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
58569         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
58570         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
58571         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
58572         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
58573         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
58574         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
58575         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
58576         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
58577         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
58578         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
58579         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
58580         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
58581         * math/ftestexcept.c (fetestexcept): Likewise.
58582         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
58583         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
58584         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
58585         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
58586         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
58587         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
58588         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
58590 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
58592         [BZ #12107]
58593         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
58594         newline.
58596 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
58598         * string/bug-strstr1.c: New file.
58599         * string/Makefile: Add rules to build and run bug-strstr1.
58601 2010-10-05  Eric Blake  <eblake@redhat.com>
58603         [BZ #12092]
58604         * string/str-two-way.h (two_way_long_needle): Always clear memory
58605         when skipping input due to the shift table.
58607 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
58609         [BZ #12005]
58610         * malloc/mcheck.c: Handle large requests.
58612         [BZ #12077]
58613         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
58614         for strncmp and strncasecmp.
58615         * string/stratcliff.c: Add tests for strcmp and strncmp.
58616         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
58618 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
58620         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
58621         __set_fpscr.
58623 2010-09-30  Andreas Jaeger  <aj@suse.de>
58625         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
58626         (CGROUP_SUPER_MAGIC): Define.
58627         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58628         Handle btrfs and cgroup file systems.
58629         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
58630         Likewise.
58632 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
58634         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
58635         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
58637 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58639         [BZ #12067]
58640         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
58641         trying to locate the ELF header.
58643 2010-09-27  Andreas Schwab  <schwab@redhat.com>
58645         [BZ #11611]
58646         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
58647         Mask out sign-bit copies when constructing f_fsid.
58649 2010-09-24  Petr Baudis <pasky@suse.cz>
58651         * debug/stack_chk_fail_local.c: Add missing licence exception.
58652         * debug/warning-nop.c: Likewise.
58654 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
58656         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
58657         implementing getdents64 using getdents syscall, set d_type if
58658         __ASSUME_GETDENTS32_D_TYPE.
58660 2010-09-16  Andreas Schwab  <schwab@redhat.com>
58662         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
58663         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
58665 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
58667         [BZ #12037]
58668         * posix/unistd.h: Undo change of feature selection for ftruncate from
58669         2010-01-11.
58671 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
58673         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
58674         detection.
58676 2010-09-20  Andreas Schwab  <schwab@redhat.com>
58678         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
58679         fanotify_mark.
58680         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58682 2010-09-14  Andreas Schwab  <schwab@redhat.com>
58684         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
58685         variables after CHECK_SP call.
58686         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
58688 2010-09-13  Andreas Schwab  <schwab@redhat.com>
58689             Ulrich Drepper  <drepper@redhat.com>
58691         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
58692         re-relocationg ld.so.
58693         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
58694         _dl_init_paths call.
58695         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
58696         here anymore.
58698 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
58700         * resolv/res_init.c (__res_vinit): Count the default server we added.
58702 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
58703             Ulrich Drepper  <drepper@redhat.com>
58705         [BZ #11968]
58706         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
58707         (____longjmp_chk): Use %ebx for saving value across system call.
58708         Add unwind info.
58710 2010-09-06  Andreas Schwab  <schwab@redhat.com>
58712         * manual/Makefile: Don't mix pattern rules with normal rules.
58714 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
58716         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
58717         operation.
58718         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
58719         * libio/iofopncook.c (_IO_cookie_init): Likewise.
58720         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
58721         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
58722         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
58723         Likewise.
58725 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
58727         [BZ #11979]
58728         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
58729         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
58731 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
58733         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
58734         * sysdeps/x86_64/addmul_1.S: Likewise.
58735         * sysdeps/x86_64/lshift.S: Likewise.
58736         * sysdeps/x86_64/mul_1.S: Likewise.
58737         * sysdeps/x86_64/rshift.S: Likewise.
58738         * sysdeps/x86_64/sub_n.S: Likewise.
58739         * sysdeps/x86_64/submul_1.S: Likewise.
58741 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58743         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
58744         Define __sched_param instead of SCHED_* and sched_param when
58745         <bits/sched.h> is included with __need_schedparam defined.
58746         * bits/sched.h [__need_schedparam]
58747         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
58748         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
58749         (__defined_schedparam): Define to 1.
58750         (__sched_param): New structure, identical to sched_param.
58751         (__need_schedparam): Undefine.
58753 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
58755         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
58756         (epoll_create1): Declare.
58758         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
58760 2010-08-31  Andreas Schwab  <schwab@redhat.com>
58762         [BZ #7066]
58763         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
58764         shifting retval into place.
58766 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
58768         * nis/rpcsvc/nis.h: Update copyright notice.
58769         * nis/rpcsvc/nis.x: Likewise.
58770         * nis/rpcsvc/nis_callback.h: Likewise.
58771         * nis/rpcsvc/nis_callback.x: Likewise.
58772         * nis/rpcsvc/nis_object.x: Likewise.
58773         * nis/rpcsvc/nis_tags.h: Likewise.
58774         * nis/rpcsvc/yp.h: Likewise.
58775         * nis/rpcsvc/yp.x: Likewise.
58776         * nis/rpcsvc/ypupd.h: Likewise.
58777         * nis/yp_xdr.c: Likewise.
58778         * nis/ypupdate_xdr.c: Likewise.
58780         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
58781         mainly the body of pmap_getport.  Add parameters to specify timeouts.
58782         (pmap_getport): Use __libc_rpc_getport.
58783         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
58784         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
58785         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
58787 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
58789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
58790         fanotify_mark.
58792 2010-08-27  Roland McGrath  <roland@redhat.com>
58794         * sysdeps/i386/i686/multiarch/Makefile
58795         (CFLAGS-varshift.c): New variable.
58797 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
58799         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
58800         * sysdeps/i386/i686/multiarch/varshift.c: New file.
58802         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
58804         * sysdeps/x86_64/strlen.S: Minimal code improvement.
58806 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
58808         * sysdeps/x86_64/strlen.S: Unroll the loop.
58809         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58810         strlen-sse2 strlen-sse2-bsf.
58811         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
58812         __strlen_no_bsf if bit_Slow_BSF is set.
58813         (__strlen_sse42): Removed.
58814         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
58815         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
58817 2010-08-25  Roland McGrath  <roland@redhat.com>
58819         * sysdeps/x86_64/multiarch/varshift.S: File removed.
58820         * sysdeps/x86_64/multiarch/varshift.c: New file.
58821         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
58822         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
58823         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
58824         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
58826 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
58828         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58829         strlen-sse2 strlen-sse2-bsf.
58830         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
58831         __strlen_sse2_bsf if bit_Slow_BSF is unset.
58832         (__strlen_sse2): Removed.
58833         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
58834         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
58835         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
58836         bit_Slow_BSF for Atom.
58837         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
58838         (index_Slow_BSF): Define.
58839         (HAS_SLOW_BSF): Define.
58841 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
58843         [BZ #10851]
58844         * resolv/res_init.c (__res_vinit): When no server address at all
58845         is given default to loopback.
58847 2010-08-24  Roland McGrath  <roland@redhat.com>
58849         * configure.in: Remove config-name.h generation.
58850         * configure: Regenerated.
58851         * config-name.in: File removed.
58852         * scripts/config-uname.sh: New file.
58853         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
58854         ($(objdir)config-name.h): New target.
58856         * sunrpc/rpc_parse.h: Avoid nested comment.
58858 2010-08-24  Richard Henderson  <rth@redhat.com>
58859             Ulrich Drepper  <drepper@redhat.com>
58860             H.J. Lu  <hongjiu.lu@intel.com>
58862         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
58863         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
58864         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
58865         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
58866         _mm_alignr_epi8 with _mm_loadu_si128.
58867         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
58868         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
58869         (__m128i_shift_right): Removed.
58870         * sysdeps/i386/i686/multiarch/varshift.h: New file.
58871         * sysdeps/i386/i686/multiarch/varshift.S: New file.
58872         * sysdeps/x86_64/multiarch/varshift.h: New file.
58873         * sysdeps/x86_64/multiarch/varshift.S: New file.
58875 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
58877         * configure.in: Move assembler checks to before sysdep dir checking.
58879 2010-08-20  Petr Baudis  <pasky@suse.cz>
58881         * LICENSES: Sync the sunrpc license.
58883 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
58885         * sunrpc/auth_des.c: Update copyright notice once again.
58886         * sunrpc/auth_none.c: Likewise.
58887         * sunrpc/auth_unix.c: Likewise.
58888         * sunrpc/authdes_prot.c: Likewise.
58889         * sunrpc/authuxprot.c: Likewise.
58890         * sunrpc/bindrsvprt.c: Likewise.
58891         * sunrpc/clnt_gen.c: Likewise.
58892         * sunrpc/clnt_perr.c: Likewise.
58893         * sunrpc/clnt_raw.c: Likewise.
58894         * sunrpc/clnt_simp.c: Likewise.
58895         * sunrpc/clnt_tcp.c: Likewise.
58896         * sunrpc/clnt_udp.c: Likewise.
58897         * sunrpc/clnt_unix.c: Likewise.
58898         * sunrpc/des_crypt.c: Likewise.
58899         * sunrpc/des_soft.c: Likewise.
58900         * sunrpc/get_myaddr.c: Likewise.
58901         * sunrpc/getrpcport.c: Likewise.
58902         * sunrpc/key_call.c: Likewise.
58903         * sunrpc/key_prot.c: Likewise.
58904         * sunrpc/openchild.c: Likewise.
58905         * sunrpc/pm_getmaps.c: Likewise.
58906         * sunrpc/pm_getport.c: Likewise.
58907         * sunrpc/pmap_clnt.c: Likewise.
58908         * sunrpc/pmap_prot.c: Likewise.
58909         * sunrpc/pmap_prot2.c: Likewise.
58910         * sunrpc/pmap_rmt.c: Likewise.
58911         * sunrpc/rpc/auth.h: Likewise.
58912         * sunrpc/rpc/auth_unix.h: Likewise.
58913         * sunrpc/rpc/clnt.h: Likewise.
58914         * sunrpc/rpc/des_crypt.h: Likewise.
58915         * sunrpc/rpc/key_prot.h: Likewise.
58916         * sunrpc/rpc/netdb.h: Likewise.
58917         * sunrpc/rpc/pmap_clnt.h: Likewise.
58918         * sunrpc/rpc/pmap_prot.h: Likewise.
58919         * sunrpc/rpc/pmap_rmt.h: Likewise.
58920         * sunrpc/rpc/rpc.h: Likewise.
58921         * sunrpc/rpc/rpc_des.h: Likewise.
58922         * sunrpc/rpc/rpc_msg.h: Likewise.
58923         * sunrpc/rpc/svc.h: Likewise.
58924         * sunrpc/rpc/svc_auth.h: Likewise.
58925         * sunrpc/rpc/types.h: Likewise.
58926         * sunrpc/rpc/xdr.h: Likewise.
58927         * sunrpc/rpc_clntout.c: Likewise.
58928         * sunrpc/rpc_cmsg.c: Likewise.
58929         * sunrpc/rpc_common.c: Likewise.
58930         * sunrpc/rpc_cout.c: Likewise.
58931         * sunrpc/rpc_dtable.c: Likewise.
58932         * sunrpc/rpc_hout.c: Likewise.
58933         * sunrpc/rpc_main.c: Likewise.
58934         * sunrpc/rpc_parse.c: Likewise.
58935         * sunrpc/rpc_parse.h: Likewise.
58936         * sunrpc/rpc_prot.c: Likewise.
58937         * sunrpc/rpc_sample.c: Likewise.
58938         * sunrpc/rpc_scan.c: Likewise.
58939         * sunrpc/rpc_scan.h: Likewise.
58940         * sunrpc/rpc_svcout.c: Likewise.
58941         * sunrpc/rpc_tblout.c: Likewise.
58942         * sunrpc/rpc_util.c: Likewise.
58943         * sunrpc/rpc_util.h: Likewise.
58944         * sunrpc/rpcinfo.c: Likewise.
58945         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58946         * sunrpc/rpcsvc/key_prot.x: Likewise.
58947         * sunrpc/rpcsvc/klm_prot.x: Likewise.
58948         * sunrpc/rpcsvc/mount.x: Likewise.
58949         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58950         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58951         * sunrpc/rpcsvc/rex.x: Likewise.
58952         * sunrpc/rpcsvc/rstat.x: Likewise.
58953         * sunrpc/rpcsvc/rusers.x: Likewise.
58954         * sunrpc/rpcsvc/sm_inter.x: Likewise.
58955         * sunrpc/rpcsvc/spray.x: Likewise.
58956         * sunrpc/rpcsvc/yppasswd.x: Likewise.
58957         * sunrpc/rtime.c: Likewise.
58958         * sunrpc/svc.c: Likewise.
58959         * sunrpc/svc_auth.c: Likewise.
58960         * sunrpc/svc_authux.c: Likewise.
58961         * sunrpc/svc_raw.c: Likewise.
58962         * sunrpc/svc_run.c: Likewise.
58963         * sunrpc/svc_simple.c: Likewise.
58964         * sunrpc/svc_tcp.c: Likewise.
58965         * sunrpc/svc_udp.c: Likewise.
58966         * sunrpc/svc_unix.c: Likewise.
58967         * sunrpc/svcauth_des.c: Likewise.
58968         * sunrpc/xcrypt.c: Likewise.
58969         * sunrpc/xdr.c: Likewise.
58970         * sunrpc/xdr_array.c: Likewise.
58971         * sunrpc/xdr_float.c: Likewise.
58972         * sunrpc/xdr_mem.c: Likewise.
58973         * sunrpc/xdr_rec.c: Likewise.
58974         * sunrpc/xdr_ref.c: Likewise.
58975         * sunrpc/xdr_sizeof.c: Likewise.
58976         * sunrpc/xdr_stdio.c: Likewise.
58978         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58979         handling.
58981 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58983         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58985 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58987         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58988         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58989         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58990         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58991         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58992         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58993         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58994         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58995         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58996         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58997         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58998         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58999         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
59000         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
59002 2010-07-26  Anton Blanchard  <anton@samba.org>
59004         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
59005         * malloc/arena.c (heap_trim): Likewise.
59007 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
59009         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
59010         here.  Not...
59011         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
59012         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
59014 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
59016         * sysdeps/i386/elf/Makefile: New file.
59018 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
59020         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
59021         from fanotify_init.
59022         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
59023         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
59025 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
59027         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
59028         of strncasecmp_l.
59029         * sysdeps/multiarch/strcmp.S: Likewise.
59031 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
59033         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
59034         strncase_l-nonascii.
59035         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
59036         Add strncase_l-ssse3.
59037         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
59038         * sysdeps/x86_64/strcmp.S: Likewise.
59039         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
59040         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
59041         * sysdeps/x86_64/strncase.S: New file.
59042         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
59043         * sysdeps/x86_64/strncase_l.S: New file.
59044         * string/Makefile (strop-tests): Add strncasecmp.
59045         * string/test-strncasecmp.c: New file.
59047         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
59048         warning.
59050         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
59051         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
59053 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
59055         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
59057 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
59059         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
59060         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
59061         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
59063 2010-05-01  Alan Modra  <amodra@gmail.com>
59065         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
59066         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
59067         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
59068         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
59069         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
59070         tidying.  Don't tail-call __sigjmp_save for static lib.
59071         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
59072         save location.
59073         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
59074         (CALL_MCOUNT): Add eh info, and nop after bl.
59075         (TAIL_CALL_SYSCALL_ERROR): New macro.
59076         (PSEUDO_RET): Use it.
59077         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
59078         Correct save location of integer regs and cr.
59079         (_dl_profile_resolve): Correct cr save location.  Delete nops
59080         after bl when SHARED.  Reduce cfi size a little by better
59081         placement of cfi directives.
59082         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
59083         make a stack frame.  Instead use parm save area as a temp.
59084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
59085         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
59086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
59087         Don't make a stack frame for parent, use parm save area.
59088         Increase child stack frame to 112 bytes.  Don't save unused reg,
59089         and adjust reg usage.  Set up cfi on error recovery and
59090         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
59091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
59092         (__makecontext): Add dummy nop after jump to exit.
59093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
59094         Use correct parm save area and cr save, reduce stack frame.
59095         Correct cfi for possible PSEUDO_RET frame setup.
59096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
59097         Branch to local label emitted by PSEUDO_RET rather than
59098         __syscall_error.
59100 2010-08-12  Andreas Schwab  <schwab@redhat.com>
59102         [BZ #11904]
59103         * locale/programs/locale.c (print_assignment): New function.
59104         (show_locale_vars): Use it.
59106 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
59108         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
59109         field.
59110         (struct statfs64): Likewise.
59111         (_STATFS_F_FLAGS): Define.
59112         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
59113         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
59114         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
59115         (ST_VALID): Define locally.
59116         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
59117         __statvfs_getflags, use the provided value.
59118         * sysdeps/unix/sysv/linux/kernel-features.h: Define
59119         __ASSUME_STATFS_F_FLAGS.
59121         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
59123         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
59124         Add sys/fanotify.h.
59125         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
59126         fanotify_mask for GLIBC_2.13.
59127         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
59128         fanotify_init and fanotify_mark.
59129         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
59130         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
59132         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
59133         Add prlimit.
59134         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
59135         prlimit64 for GLIBC_2.13.
59136         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
59137         prlimit64.
59138         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
59139         syscall.
59140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
59141         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
59142         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
59143         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
59144         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
59145         add prlimit alias.
59146         * sysdeps/unix/sysv/linux/prlimit.c: New file.
59148         [BZ #11903]
59149         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
59150         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
59152         * nss/Makefile: Add rules to build and run tst-nss-test1.
59153         * shlib-versions: Add entry for libnss_test1.
59154         * nss/nss_test1.c: New file.
59155         * nss/tst-nss-test1.c: New file.
59157         * nss/nsswitch.c (__nss_database_custom): Define new variable.
59158         (__nss_configure_lookup): Set appropriate entry in
59159         __nss_configure_lookup to true.
59160         * nss/nsswitch.h: Define enum with indeces of databases in
59161         databases and __nss_database_custom arrays.  Declare
59162         __nss_database_custom.
59163         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
59164         to avoid using nscd when custom rules are installed.
59165         * nss/getXXbyYY_r.c: Likewise.
59166         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
59168         * nss/nss_files/files-parse.c: Whitespace fixes.
59170 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
59172         [BZ #11883]
59173         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
59174         * posix/fnmatch_loop.c: Likewise.
59176 2010-07-17  Andi Kleen  <ak@linux.intel.com>
59178         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
59179         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
59180         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
59181         * Versions.def [GLIBC_2.13]: Add.
59183 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
59185         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
59186         Also fail if tpwd after pwuid call is NULL.
59188 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
59190         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
59191         when converting to ms.
59193 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
59195         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
59196         EOPNOTSUPP errors with ENOTTY.
59197         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
59198         EOPNOTSUPP errors with ENOTTY.
59200 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
59202         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
59203         Add strcasecmp_l-ssse3.
59204         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
59205         strcasecmp.
59206         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
59207         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
59208         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
59210 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
59212         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
59214         * string/Makefile (strop-tests): Add strcasecmp.
59215         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
59216         strcasecmp_l-nonascii.
59217         (gen-as-const-headers): Add locale-defines.sym.
59218         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
59219         * sysdeps/x86_64/strcasecmp.S: New file.
59220         * sysdeps/x86_64/strcasecmp_l.S: New file.
59221         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
59222         * sysdeps/x86_64/locale-defines.sym: New file.
59223         * string/test-strcasecmp.c: New file.
59225         * string/test-strcasestr.c: Test both ends of the range of characters.
59226         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
59228 2010-07-29  Roland McGrath  <roland@redhat.com>
59230         [BZ #11856]
59231         * manual/locale.texi (Yes-or-No Questions): Fix example code.
59233 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
59235         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
59236         for ld.so.
59238 2010-07-27  Andreas Schwab  <schwab@redhat.com>
59240         * manual/memory.texi (Malloc Tunable Parameters): Document
59241         M_PERTURB.
59243 2010-07-26  Roland McGrath  <roland@redhat.com>
59245         [BZ #11840]
59246         * configure.in (-fgnu89-inline check): Set and substitute
59247         gnu89_inline, not libc_cv_gnu89_inline.
59248         * configure: Regenerated.
59249         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
59251 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
59253         * string/test-strnlen.c: New file.
59254         * string/Makefile (strop-tests): Add strnlen.
59255         * string/tester.c (test_strnlen): Add a few more test cases.
59256         * string/tst-strlen.c: Better error reporting.
59258         * sysdeps/x86_64/strnlen.S: New file.
59260 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
59262         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
59263         lower-latency instructions.
59265 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
59267         * string/test-strcasestr.c: New file.
59268         * string/test-strstr.c: New file.
59269         * string/Makefile (strop-tests): Add strstr and strcasestr.
59270         * string/str-two-way.h: Don't undefine MAX.
59271         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
59273 2010-07-21  Andreas Schwab  <schwab@redhat.com>
59275         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
59276         strcasestr-nonascii.
59277         (CFLAGS-strcasestr-nonascii.c): Define.
59278         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
59279         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
59280         Remove unused attribute.
59282 2010-07-20  Roland McGrath  <roland@redhat.com>
59284         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
59285         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
59286         ld.so.cache was broken.  With it, there is no way to disable dsocaps
59287         like LD_HWCAP_MASK can disable hwcaps.
59289 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
59291         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
59293 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
59295         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
59296         call in strcasestr.
59297         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
59298         __strcasestr_sse42_nonascii.
59299         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
59300         strcasestr-nonascii.c.
59301         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
59303 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
59305         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
59306         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
59307         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
59308         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
59310 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
59312         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
59313         fcntl.
59315 2010-07-06  Andreas Schwab  <schwab@redhat.com>
59317         [BZ #11577]
59318         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
59319         dl_signal_cerror.
59321 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
59323         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
59324         _PC_PIPE_BUF using F_GETPIPE_SZ.
59326 2010-07-05  Roland McGrath  <roland@redhat.com>
59328         * manual/arith.texi (Rounding Functions): Fix rint description
59329         implicit in round description.
59331 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
59333         * elf/Makefile: Fix linking for a few tests to make recent linker
59334         happy.
59336 2010-06-30  Andreas Schwab  <schwab@redhat.com>
59338         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
59339         $(common-objpfx)libc_nonshared.a.
59341 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
59343         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
59344         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
59345         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
59346         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
59347         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
59348         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
59349         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
59350         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
59351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
59352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
59353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
59354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
59355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
59356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
59357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
59358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
59359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
59360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
59361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
59362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
59363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
59364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
59365         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
59366         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
59367         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
59368         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
59369         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
59370         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
59371         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
59372         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
59373         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
59374         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
59375         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
59376         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
59377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
59378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
59379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
59380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
59381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
59382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
59383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
59384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
59385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
59386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
59387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
59388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
59389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
59390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
59392 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
59394         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
59395         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
59396         * string/memmove.c (memmove): Renamed to ...
59397         (MEMMOVE): ...this.  Default to memmove.
59398         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
59399         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
59400         (END_CHK): Define.
59401         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
59402         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
59403         mempcpy-ssse3-back memmove-ssse3-back.
59404         * sysdeps/x86_64/multiarch/bcopy.S: New file .
59405         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
59406         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
59407         * sysdeps/x86_64/multiarch/memcpy.S: New file.
59408         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
59409         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
59410         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
59411         * sysdeps/x86_64/multiarch/memmove.c: New file.
59412         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
59413         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
59414         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
59415         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
59416         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
59417         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
59418         Define.
59419         (index_Fast_Copy_Backward): Define.
59420         (HAS_ARCH_FEATURE): Define.
59421         (HAS_FAST_REP_STRING): Define.
59422         (HAS_FAST_COPY_BACKWARD): Define.
59424 2010-06-21  Andreas Schwab  <schwab@redhat.com>
59426         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
59427         Restore proper fallback handling.
59429 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
59431         [BZ #11701]
59432         * posix/group_member.c (__group_member): Correct checking loop.
59434         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
59435         OOM in getpwuid_r correctly.  Return error number when the caller
59436         should return, otherwise -1.
59437         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
59438         call returning > 0 value.
59439         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
59441 2010-06-07  Andreas Schwab  <schwab@redhat.com>
59443         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
59444         libc_nonshared.a from targets in modules-names.
59446 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
59448         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
59449         requires it.
59451 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
59453         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
59454         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
59455         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
59456         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
59458 2010-06-02  Andreas Schwab  <schwab@redhat.com>
59460         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
59462 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
59464         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
59465         and F_GETPIPE_SZ.
59466         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
59467         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
59468         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
59469         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
59470         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
59471         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
59473 2010-06-14  Roland McGrath  <roland@redhat.com>
59475         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
59477 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
59479         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
59480         __REDIRECT followed by __THROW.
59481         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
59482         * posix/getopt.h (getopt): Likewise.
59484 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
59486         * hurd/lookup-at.c (__file_name_lookup_at): Accept
59487         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
59488         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
59489         in AT_FLAGS.
59490         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
59491         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
59493 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
59495         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
59497 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
59499         [BZ #11640]
59500         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
59501         Properly check family and model.
59503 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
59505         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
59507 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
59509         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
59511 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
59513         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
59514         symbol reference.
59516 2010-05-19  Andreas Schwab  <schwab@redhat.com>
59518         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
59519         symbol reference.
59521 2010-05-21  Andreas Schwab  <schwab@redhat.com>
59523         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
59524         and internal_recvmmsg.
59525         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
59526         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
59527         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
59528         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
59530         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
59531         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
59532         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
59534 2010-05-20  Andreas Schwab  <schwab@redhat.com>
59536         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
59538 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
59540         POWER7 optimizations.
59541         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
59542         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
59544 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
59546         * version.h: Update for 2.13 development version.
59548 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
59550         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
59551         exceptions.  Return 0.
59553 2010-05-07  Roland McGrath  <roland@redhat.com>
59555         * elf/ldconfig.c (main): Add a const.
59557 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
59559         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
59560         (args_options): Add no-idn option.
59561         (ahosts_keys_int): Add idn_flags to ai_flags.
59562         (parse_option): Handle 'i' option to clear idn_flags.
59564         * malloc/malloc.c (_int_free): Possible race in the most recently
59565         added check.  Only act on the data if no current modification
59566         happened.
59568 See ChangeLog.17 for earlier changes.